@charset "UTF-8";.scroll-to-top{position:fixed!important;z-index:999;inset-block-end:5%;inset-inline-end:25px}.v-btn{align-items:center;border-radius:6px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:normal;line-height:1.375rem;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:normal;text-transform:capitalize;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle;flex-shrink:0;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--size-x-small{--v-btn-size: .6875rem;--v-btn-height: 32px;font-size:var(--v-btn-size);min-width:56px;padding:0 14px}.v-btn--size-small{--v-btn-size: .8125rem;--v-btn-height: 40px;font-size:var(--v-btn-size);min-width:72px;padding:0 18px}.v-btn--size-default{--v-btn-size: .9375rem;--v-btn-height: 48px;font-size:var(--v-btn-size);min-width:86px;padding:0 22px}.v-btn--size-large{--v-btn-size: 1.0625rem;--v-btn-height: 56px;font-size:var(--v-btn-size);min-width:100px;padding:0 26px}.v-btn--size-x-large{--v-btn-size: 1.1875rem;--v-btn-height: 64px;font-size:var(--v-btn-size);min-width:114px;padding:0 30px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -4px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -8px)}.v-btn--border{border-width:thin;box-shadow:none}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{background:transparent;color:inherit}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-btn--variant-flat{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-btn--variant-outlined{border:thin solid currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}@supports selector(:focus-visible){.v-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size: 1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 8px);height:calc(var(--v-btn-height) + 8px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -4px);height:calc(var(--v-btn-height) + -4px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-btn--elevated:active{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--disabled{pointer-events:none;opacity:.45}.v-btn--disabled:hover{opacity:.45}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface),.45);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.2666666667}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size: .6875rem;--v-btn-height: 56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size: .8125rem;--v-btn-height: 64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size: .9375rem;--v-btn-height: 72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size: 1.0625rem;--v-btn-height: 80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size: 1.1875rem;--v-btn-height: 88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -24px)}.v-btn--slim{padding:0 8px}.v-btn--rounded{border-radius:36px}.v-btn--rounded.v-btn--icon{border-radius:6px}.v-btn .v-icon{--v-icon-size-multiplier: .8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier: 1}.v-btn--stacked .v-icon{--v-icon-size-multiplier: 1.1428571429}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:0 .375rem}.v-btn__append{grid-area:append;margin-inline:.375rem 0}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:0 .375rem}.v-btn__content>.v-icon--end{margin-inline:.375rem 0}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.v-card-actions .v-btn~.v-btn:not(.v-btn-toggle .v-btn){margin-inline-start:.5rem}.v-pagination .v-btn{border-radius:6px}.v-pagination .v-btn--rounded{border-radius:50%}.v-btn__overlay{transition:none}.v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow:hidden;vertical-align:middle;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent;border-radius:6px;background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:44px}.v-btn-group--density-compact.v-btn-group{height:40px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group .v-btn:not(:last-child){border-inline-end:none}.v-btn-group .v-btn:not(:first-child){border-inline-start:none}.v-btn-group .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--tile{border-radius:0}.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{color:rgba(var(--v-border-color),var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:center center;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);width:100%}.v-progress-linear__background{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;transition-property:width,left,right;transition:inherit}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto;will-change:left,right}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s infinite linear;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s infinite linear;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-start-start-radius:0;border-end-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-application{display:flex;background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-application__wrap{backface-visibility:hidden;display:flex;flex-direction:column;flex:1 1 auto;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-locale-provider{display:contents}.input[data-v-01a70d12]{border:0}.btn-box[data-v-01a70d12]{margin-top:10px}.search-box[data-v-01a70d12]{position:relative}.search-recent[data-v-01a70d12]{position:absolute;top:calc(100% + 16px);left:0;right:0;z-index:1000;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 6px 18px #00000014;overflow:hidden;max-height:280px;overflow-y:auto}.search-recent.mobile[data-v-01a70d12]{top:calc(100% + 6px)}.search-recent__item[data-v-01a70d12]{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer}.search-recent__item[data-v-01a70d12]:hover{background:#f7f7f7}.search-recent__text[data-v-01a70d12]{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-recent__remove[data-v-01a70d12]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;font-size:14px;line-height:1;opacity:.6}.search-recent__remove[data-v-01a70d12]:hover{opacity:1}.search-recent__footer[data-v-01a70d12]{display:flex;justify-content:flex-end;padding:8px 12px;border-top:1px solid rgba(0,0,0,.06);background:#fafafa}.search-recent__clear-all[data-v-01a70d12]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#666;font-size:12px;cursor:pointer}.search-recent__clear-all[data-v-01a70d12]:hover{color:#333;text-decoration:underline}.v-text-field input{color:inherit;opacity:0;flex:1;transition:.15s opacity cubic-bezier(.4,0,.2,1);min-width:0}.v-text-field input:focus,.v-text-field input:active{outline:none}.v-text-field input:invalid{box-shadow:none}.v-text-field .v-field{cursor:text}.v-text-field--prefixed.v-text-field .v-field__input{--v-field-padding-start: 6px}.v-text-field--suffixed.v-text-field .v-field__input{--v-field-padding-end: 0}.v-text-field .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-text-field .v-input__details{padding-inline:0}.v-text-field .v-field--no-label input,.v-text-field .v-field--active input{opacity:1}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{align-items:center;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));cursor:default;display:flex;opacity:0;transition:inherit;white-space:nowrap;min-height:max(var(--v-input-control-height, 56px),1.40625rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));padding-top:calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 6px)}.v-field--active .v-text-field__prefix,.v-field--active .v-text-field__suffix{opacity:1}.v-field--disabled .v-text-field__prefix,.v-field--disabled .v-text-field__suffix{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-text-field__prefix{padding-inline-start:var(--v-field-padding-start)}.v-text-field__suffix{padding-inline-end:var(--v-field-padding-end)}.v-counter{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));flex:0 1 auto;font-size:12px;transition-duration:.15s}.v-field{display:grid;grid-template-areas:"prepend-inner field clear append-inner";grid-template-columns:min-content minmax(0,1fr) min-content min-content;font-size:15px;letter-spacing:.009375em;max-width:100%;border-radius:6px;contain:layout;flex:1 0;grid-area:control;position:relative;--v-field-padding-start: 16px;--v-field-padding-end: 16px;--v-field-padding-top: 8px;--v-field-padding-bottom: 4px;--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)}.v-field--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-field .v-chip{--v-chip-height: 24px}.v-field--prepended{padding-inline-start:16px}.v-field--appended{padding-inline-end:16px}.v-field--variant-solo,.v-field--variant-solo-filled,.v-field--variant-solo-inverted{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-input--density-default .v-field--variant-solo,.v-input--density-default .v-field--variant-solo-inverted,.v-input--density-default .v-field--variant-solo-filled,.v-input--density-default .v-field--variant-filled{--v-input-control-height: 56px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-solo,.v-input--density-comfortable .v-field--variant-solo-inverted,.v-input--density-comfortable .v-field--variant-solo-filled,.v-input--density-comfortable .v-field--variant-filled{--v-input-control-height: 48px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-solo,.v-input--density-compact .v-field--variant-solo-inverted,.v-input--density-compact .v-field--variant-solo-filled,.v-input--density-compact .v-field--variant-filled{--v-input-control-height: 40px;--v-field-padding-bottom: 0px}.v-field--variant-outlined,.v-field--single-line,.v-field--no-label{--v-field-padding-top: 0px}.v-input--density-default .v-field--variant-outlined,.v-input--density-default .v-field--single-line,.v-input--density-default .v-field--no-label{--v-field-padding-bottom: 16px}.v-input--density-comfortable .v-field--variant-outlined,.v-input--density-comfortable .v-field--single-line,.v-input--density-comfortable .v-field--no-label{--v-field-padding-bottom: 12px}.v-input--density-compact .v-field--variant-outlined,.v-input--density-compact .v-field--single-line,.v-input--density-compact .v-field--no-label{--v-field-padding-bottom: 8px}.v-field--variant-plain,.v-field--variant-underlined{border-radius:0;padding:0}.v-field--variant-plain.v-field,.v-field--variant-underlined.v-field{--v-field-padding-start: 0px;--v-field-padding-end: 0px}.v-input--density-default .v-field--variant-plain,.v-input--density-default .v-field--variant-underlined{--v-input-control-height: 48px;--v-field-padding-top: 4px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-plain,.v-input--density-comfortable .v-field--variant-underlined{--v-input-control-height: 40px;--v-field-padding-top: 2px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-plain,.v-input--density-compact .v-field--variant-underlined{--v-input-control-height: 32px;--v-field-padding-top: 0px;--v-field-padding-bottom: 0px}.v-field--flat{box-shadow:none}.v-field--rounded{border-radius:9999px}.v-field.v-field--prepended{--v-field-padding-start: 10px}.v-field.v-field--appended{--v-field-padding-end: 10px}.v-field__input{align-items:center;color:inherit;column-gap:2px;display:flex;flex-wrap:wrap;letter-spacing:.009375em;opacity:var(--v-high-emphasis-opacity);min-height:max(var(--v-input-control-height, 56px),1.40625rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));min-width:0;padding-inline:var(--v-field-padding-start) var(--v-field-padding-end);padding-top:var(--v-field-input-padding-top);padding-bottom:var(--v-field-input-padding-bottom);position:relative;width:100%}.v-input--density-default .v-field__input{row-gap:8px}.v-input--density-comfortable .v-field__input{row-gap:6px}.v-input--density-compact .v-field__input{row-gap:4px}.v-field__input input{letter-spacing:inherit}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input:focus,.v-field__input:active{outline:none}.v-field__input:invalid{box-shadow:none}.v-field__field{flex:1 0;grid-area:field;position:relative;align-items:flex-start;display:flex}.v-field__prepend-inner{grid-area:prepend-inner;padding-inline-end:var(--v-field-padding-after)}.v-field__clearable{grid-area:clear}.v-field__append-inner{grid-area:append-inner;padding-inline-start:var(--v-field-padding-after)}.v-field__append-inner,.v-field__clearable,.v-field__prepend-inner{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top, 8px)}.v-field--center-affix .v-field__append-inner,.v-field--center-affix .v-field__clearable,.v-field--center-affix .v-field__prepend-inner{align-items:center;padding-top:0}.v-field.v-field--variant-underlined .v-field__append-inner,.v-field.v-field--variant-underlined .v-field__clearable,.v-field.v-field--variant-underlined .v-field__prepend-inner,.v-field.v-field--variant-plain .v-field__append-inner,.v-field.v-field--variant-plain .v-field__clearable,.v-field.v-field--variant-plain .v-field__prepend-inner{align-items:flex-start;padding-top:calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 4px)}.v-field--focused .v-field__prepend-inner,.v-field--focused .v-field__append-inner{opacity:1}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-field--disabled .v-field__prepend-inner>.v-icon,.v-field--error .v-field__prepend-inner>.v-icon,.v-field--disabled .v-field__append-inner>.v-icon,.v-field--error .v-field__append-inner>.v-icon,.v-field--disabled .v-field__clearable>.v-icon,.v-field--error .v-field__clearable>.v-icon{opacity:1}.v-field--error:not(.v-field--disabled) .v-field__prepend-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__append-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__clearable>.v-icon{color:rgb(var(--v-theme-error))}.v-field__clearable{cursor:pointer;opacity:0;overflow:hidden;margin-inline:4px;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,width}.v-field--focused .v-field__clearable,.v-field--persistent-clear .v-field__clearable{opacity:1}@media (hover: hover){.v-field:hover .v-field__clearable{opacity:1}}.v-label.v-field-label{contain:layout paint;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;position:absolute;top:var(--v-input-padding-top);transform-origin:left center;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform;z-index:1}.v-field--variant-underlined .v-label.v-field-label,.v-field--variant-plain .v-label.v-field-label{top:calc(var(--v-input-padding-top) + var(--v-field-padding-top))}.v-field--center-affix .v-label.v-field-label{top:50%;transform:translateY(-50%)}.v-field--active .v-label.v-field-label{visibility:hidden}.v-field--focused .v-label.v-field-label,.v-field--error .v-label.v-field-label{opacity:1}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:rgb(var(--v-theme-error))}.v-label.v-field-label--floating{--v-field-label-scale: .8125em;font-size:var(--v-field-label-scale);visibility:hidden;max-width:100%}.v-field--center-affix .v-label.v-field-label--floating{transform:none}.v-field.v-field--active .v-label.v-field-label--floating{visibility:unset}.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating{top:7px}.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating{top:5px}.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:3px}.v-field--variant-plain .v-label.v-field-label--floating,.v-field--variant-underlined .v-label.v-field-label--floating{transform:translateY(-16px);margin:0;top:var(--v-input-padding-top)}.v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(-50%);transform-origin:center;position:static;margin:0 4px}.v-field__outline{--v-field-border-width: 1px;--v-field-border-opacity: .22;align-items:stretch;contain:layout;display:flex;height:100%;left:0;pointer-events:none;position:absolute;right:0;width:100%}@media (hover: hover){.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-high-emphasis-opacity)}}.v-field--error:not(.v-field--disabled) .v-field__outline{color:rgb(var(--v-theme-error))}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1}.v-field--variant-outlined.v-field--focused .v-field__outline{--v-field-border-width: 2px}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{border-color:currentColor;border-style:solid;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{border-color:currentColor;border-style:solid;border-width:0 0 2px;transform:scaleX(0);transition:transform .15s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--focused.v-field--variant-filled .v-field__outline:after,.v-field--focused.v-field--variant-underlined .v-field__outline:after{transform:scaleX(1)}.v-field--variant-outlined .v-field__outline{border-radius:inherit}.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{border:0 solid currentColor;opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__start{flex:0 0 16px;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-start-width:var(--v-field-border-width);border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit}.v-field--rounded.v-field--variant-outlined .v-field__outline__start,[class^=rounded-].v-field--variant-outlined .v-field__outline__start,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start{flex-basis:calc(var(--v-input-control-height) / 2 + 2px)}.v-field--variant-outlined .v-field__outline__notch{flex:none;position:relative}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-outlined .v-field__outline__notch:before{border-width:var(--v-field-border-width) 0 0}.v-field--variant-outlined .v-field__outline__notch:after{bottom:0;border-width:0 0 var(--v-field-border-width)}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{flex:1;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-end-width:var(--v-field-border-width);border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field__loader{top:calc(100% - 2px);left:0;position:absolute;right:0;width:100%;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.v-field--variant-outlined .v-field__loader{top:calc(100% - 3px)}.v-field__overlay{border-radius:inherit;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.v-field--variant-solo-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-inverted .v-field__overlay{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-solo-inverted:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-inverted.v-field--focused .v-field__overlay{background-color:rgb(var(--v-theme-surface-variant));opacity:1}.v-field--reverse .v-field__field,.v-field--reverse .v-field__input{flex-direction:row-reverse}.v-field--reverse .v-field__input,.v-field--reverse input{text-align:end}.v-input--disabled .v-field--variant-filled .v-field__outline:before,.v-input--disabled .v-field--variant-underlined .v-field__outline:before{border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0}.v-label{align-items:center;color:inherit;display:inline-flex;font-size:.9375rem;letter-spacing:normal;min-width:0;opacity:var(--v-medium-emphasis-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-label--clickable{cursor:pointer}.v-input{display:grid;flex:1 1 auto;font-size:.9375rem;font-weight:400;line-height:1.5}.v-input--disabled{pointer-events:none}.v-input--density-default{--v-input-control-height: 56px;--v-input-padding-top: 16px}.v-input--density-comfortable{--v-input-control-height: 48px;--v-input-padding-top: 12px}.v-input--density-compact{--v-input-control-height: 40px;--v-input-padding-top: 8px}.v-input--vertical{grid-template-areas:"append" "control" "prepend";grid-template-rows:max-content auto max-content;grid-template-columns:min-content}.v-input--vertical .v-input__prepend{margin-block-start:16px}.v-input--vertical .v-input__append{margin-block-end:16px}.v-input--horizontal{grid-template-areas:"prepend control append" "a messages b";grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-rows:auto auto}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{align-items:flex-end;display:flex;font-size:.75rem;font-weight:400;grid-area:messages;letter-spacing:.0333333333em;line-height:normal;min-height:22px;padding-top:6px;overflow:hidden;justify-content:space-between}.v-input__details>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-input--disabled .v-input__details>.v-icon,.v-input--disabled .v-input__details .v-messages,.v-input--error .v-input__details>.v-icon,.v-input--error .v-input__details .v-messages,.v-input--disabled .v-input__prepend>.v-icon,.v-input--disabled .v-input__prepend .v-messages,.v-input--error .v-input__prepend>.v-icon,.v-input--error .v-input__prepend .v-messages,.v-input--disabled .v-input__append>.v-icon,.v-input--disabled .v-input__append .v-messages,.v-input--error .v-input__append>.v-icon,.v-input--error .v-input__append .v-messages{opacity:1}.v-input--disabled .v-input__details,.v-input--disabled .v-input__prepend,.v-input--disabled .v-input__append{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-input__details>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,.v-input--error:not(.v-input--disabled) .v-input__prepend>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,.v-input--error:not(.v-input--disabled) .v-input__append>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__append .v-messages{color:rgb(var(--v-theme-error))}.v-input__prepend,.v-input__append{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top)}.v-input--center-affix .v-input__prepend,.v-input--center-affix .v-input__append{align-items:center;padding-top:0}.v-input__prepend{grid-area:prepend}.v-input__append{grid-area:append}.v-input__control{display:flex;grid-area:control}.v-input--hide-spin-buttons input::-webkit-outer-spin-button,.v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.v-input--plain-underlined .v-input__prepend,.v-input--plain-underlined .v-input__append{align-items:flex-start}.v-input--density-default.v-input--plain-underlined .v-input__prepend,.v-input--density-default.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 4px)}.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend,.v-input--density-comfortable.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 2px)}.v-input--density-compact.v-input--plain-underlined .v-input__prepend,.v-input--density-compact.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 0px)}.v-messages{flex:1 1 auto;font-size:13px;min-height:14px;min-width:1px;opacity:var(--v-medium-emphasis-opacity);position:relative}.v-messages__message{line-height:13px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;transition-duration:.15s}.v-img{--v-theme-overlay-multiplier: 3;z-index:0}.v-img--booting .v-responsive__sizer{transition:none}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.v-img__img--preload{filter:blur(4px)}.v-img__img--contain{object-fit:contain}.v-img__img--cover{object-fit:cover}.v-img__gradient{background-repeat:no-repeat}.v-responsive{display:flex;flex:1 0 auto;max-height:100%;max-width:100%;overflow:hidden;position:relative}.v-responsive--inline{display:inline-flex;flex:0 0 auto}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-responsive__sizer~.v-responsive__content{margin-inline-start:-100%}.v-responsive__sizer{flex:1 0 0px;transition:padding-bottom .2s cubic-bezier(.4,0,.2,1);pointer-events:none}.v-selection-control{align-items:center;contain:layout;display:flex;flex:1 0;grid-area:control;position:relative;-webkit-user-select:none;user-select:none}.v-selection-control .v-label{white-space:normal;word-break:break-word;height:100%}.v-selection-control--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-selection-control--error .v-label,.v-selection-control--disabled .v-label{opacity:1}.v-selection-control--error:not(.v-selection-control--disabled) .v-label{color:rgb(var(--v-theme-error))}.v-selection-control--inline{display:inline-flex;flex:0 0 auto;min-width:0;max-width:100%}.v-selection-control--inline .v-label{width:auto}.v-selection-control--density-default{--v-selection-control-size: 40px}.v-selection-control--density-comfortable{--v-selection-control-size: 36px}.v-selection-control--density-compact{--v-selection-control-size: 28px}.v-selection-control__wrapper{width:var(--v-selection-control-size);height:var(--v-selection-control-size);display:inline-flex;align-items:center;position:relative;justify-content:center;flex:none}.v-selection-control__input{width:var(--v-selection-control-size);height:var(--v-selection-control-size);align-items:center;display:flex;flex:none;justify-content:center;position:relative;border-radius:50%}.v-selection-control__input input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.v-selection-control__input:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;background-color:currentColor;opacity:0;pointer-events:none}.v-selection-control__input:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control__input>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-selection-control--disabled .v-selection-control__input>.v-icon,.v-selection-control--dirty .v-selection-control__input>.v-icon,.v-selection-control--error .v-selection-control__input>.v-icon{opacity:1}.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-error))}.v-selection-control--focus-visible .v-selection-control__input:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control-group{grid-area:control;display:flex;flex-direction:column}.v-selection-control-group--inline{flex-direction:row;flex-wrap:wrap}.v-chip{align-items:center;cursor:default;display:inline-flex;font-weight:500;max-width:100%;min-width:0;overflow:hidden;position:relative;text-decoration:none;white-space:nowrap;vertical-align:middle;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;border-radius:9999px}.v-chip.v-chip--size-x-small{--v-chip-size: 12.75px;--v-chip-height: 20px;font-size:12.75px;padding:0 8px}.v-chip.v-chip--size-x-small .v-avatar{--v-avatar-height: 14px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar{--v-avatar-height: 20px}.v-chip.v-chip--size-x-small .v-avatar--start{margin-inline-start:-5.6px;margin-inline-end:4px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start{margin-inline-start:-8px}.v-chip.v-chip--size-x-small .v-avatar--end{margin-inline-start:4px;margin-inline-end:-5.6px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end{margin-inline-end:-8px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end+.v-chip__close{margin-inline-start:12px}.v-chip.v-chip--size-x-small .v-icon--start,.v-chip.v-chip--size-x-small .v-chip__filter{margin-inline-start:-4px;margin-inline-end:4px}.v-chip.v-chip--size-x-small .v-icon--end,.v-chip.v-chip--size-x-small .v-chip__close{margin-inline-start:4px;margin-inline-end:-4px}.v-chip.v-chip--size-x-small .v-icon--end+.v-chip__close,.v-chip.v-chip--size-x-small .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-x-small .v-chip__append+.v-chip__close{margin-inline-start:8px}.v-chip.v-chip--size-small{--v-chip-size: 12.875px;--v-chip-height: 26px;font-size:12.875px;padding:0 10px}.v-chip.v-chip--size-small .v-avatar{--v-avatar-height: 20px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar{--v-avatar-height: 26px}.v-chip.v-chip--size-small .v-avatar--start{margin-inline-start:-7px;margin-inline-end:5px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start{margin-inline-start:-10px}.v-chip.v-chip--size-small .v-avatar--end{margin-inline-start:5px;margin-inline-end:-7px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end{margin-inline-end:-10px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end+.v-chip__close{margin-inline-start:15px}.v-chip.v-chip--size-small .v-icon--start,.v-chip.v-chip--size-small .v-chip__filter{margin-inline-start:-5px;margin-inline-end:5px}.v-chip.v-chip--size-small .v-icon--end,.v-chip.v-chip--size-small .v-chip__close{margin-inline-start:5px;margin-inline-end:-5px}.v-chip.v-chip--size-small .v-icon--end+.v-chip__close,.v-chip.v-chip--size-small .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-small .v-chip__append+.v-chip__close{margin-inline-start:10px}.v-chip.v-chip--size-default{--v-chip-size: 13px;--v-chip-height: 32px;font-size:13px;padding:0 12px}.v-chip.v-chip--size-default .v-avatar{--v-avatar-height: 26px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar{--v-avatar-height: 32px}.v-chip.v-chip--size-default .v-avatar--start{margin-inline-start:-8.4px;margin-inline-end:6px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start{margin-inline-start:-12px}.v-chip.v-chip--size-default .v-avatar--end{margin-inline-start:6px;margin-inline-end:-8.4px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end{margin-inline-end:-12px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end+.v-chip__close{margin-inline-start:18px}.v-chip.v-chip--size-default .v-icon--start,.v-chip.v-chip--size-default .v-chip__filter{margin-inline-start:-6px;margin-inline-end:6px}.v-chip.v-chip--size-default .v-icon--end,.v-chip.v-chip--size-default .v-chip__close{margin-inline-start:6px;margin-inline-end:-6px}.v-chip.v-chip--size-default .v-icon--end+.v-chip__close,.v-chip.v-chip--size-default .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-default .v-chip__append+.v-chip__close{margin-inline-start:12px}.v-chip.v-chip--size-large{--v-chip-size: 13.125px;--v-chip-height: 38px;font-size:13.125px;padding:0 14px}.v-chip.v-chip--size-large .v-avatar{--v-avatar-height: 32px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar{--v-avatar-height: 38px}.v-chip.v-chip--size-large .v-avatar--start{margin-inline-start:-9.8px;margin-inline-end:7px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start{margin-inline-start:-14px}.v-chip.v-chip--size-large .v-avatar--end{margin-inline-start:7px;margin-inline-end:-9.8px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end{margin-inline-end:-14px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end+.v-chip__close{margin-inline-start:21px}.v-chip.v-chip--size-large .v-icon--start,.v-chip.v-chip--size-large .v-chip__filter{margin-inline-start:-7px;margin-inline-end:7px}.v-chip.v-chip--size-large .v-icon--end,.v-chip.v-chip--size-large .v-chip__close{margin-inline-start:7px;margin-inline-end:-7px}.v-chip.v-chip--size-large .v-icon--end+.v-chip__close,.v-chip.v-chip--size-large .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-large .v-chip__append+.v-chip__close{margin-inline-start:14px}.v-chip.v-chip--size-x-large{--v-chip-size: 13.25px;--v-chip-height: 44px;font-size:13.25px;padding:0 17px}.v-chip.v-chip--size-x-large .v-avatar{--v-avatar-height: 38px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar{--v-avatar-height: 44px}.v-chip.v-chip--size-x-large .v-avatar--start{margin-inline-start:-11.9px;margin-inline-end:8.5px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start{margin-inline-start:-17px}.v-chip.v-chip--size-x-large .v-avatar--end{margin-inline-start:8.5px;margin-inline-end:-11.9px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end{margin-inline-end:-17px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end+.v-chip__close{margin-inline-start:25.5px}.v-chip.v-chip--size-x-large .v-icon--start,.v-chip.v-chip--size-x-large .v-chip__filter{margin-inline-start:-8.5px;margin-inline-end:8.5px}.v-chip.v-chip--size-x-large .v-icon--end,.v-chip.v-chip--size-x-large .v-chip__close{margin-inline-start:8.5px;margin-inline-end:-8.5px}.v-chip.v-chip--size-x-large .v-icon--end+.v-chip__close,.v-chip.v-chip--size-x-large .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-x-large .v-chip__append+.v-chip__close{margin-inline-start:17px}.v-chip.v-chip--density-default{height:calc(var(--v-chip-height) + 0px)}.v-chip.v-chip--density-comfortable{height:calc(var(--v-chip-height) + -8px)}.v-chip.v-chip--density-compact{height:calc(var(--v-chip-height) + -12px)}.v-chip:hover>.v-chip__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-chip:focus-visible>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip:focus>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-chip--active>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]>.v-chip__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-chip--active:hover>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:hover>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-chip--active:focus-visible>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip--active:focus>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-chip--variant-plain,.v-chip--variant-outlined,.v-chip--variant-text,.v-chip--variant-tonal{background:transparent;color:inherit}.v-chip--variant-plain{opacity:.26}.v-chip--variant-plain:focus,.v-chip--variant-plain:hover{opacity:1}.v-chip--variant-plain .v-chip__overlay{display:none}.v-chip--variant-elevated,.v-chip--variant-flat{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-chip--variant-elevated{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),.12),0 0 transparent,0 0 transparent}.v-chip--variant-flat{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-chip--variant-outlined{border:thin solid currentColor}.v-chip--variant-text .v-chip__overlay{background:currentColor}.v-chip--variant-tonal .v-chip__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-chip--border{border-width:thin}.v-chip--link{cursor:pointer}.v-chip--filter{-webkit-user-select:none;user-select:none}.v-chip__content{align-items:center;display:inline-flex}.v-autocomplete__selection .v-chip__content,.v-combobox__selection .v-chip__content,.v-select__selection .v-chip__content{overflow:hidden}.v-chip__filter,.v-chip__prepend,.v-chip__append,.v-chip__close{align-items:center;display:inline-flex}.v-chip__close{cursor:pointer;flex:0 1 auto;font-size:20px;max-height:20px;max-width:20px;-webkit-user-select:none;user-select:none}.v-chip__close .v-icon{font-size:inherit}.v-chip__filter{transition:.15s cubic-bezier(.4,0,.2,1)}.v-chip__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-chip--disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none}.v-chip--label{border-radius:6px}.v-avatar{flex:none;align-items:center;display:inline-flex;justify-content:center;line-height:normal;overflow:hidden;position:relative;text-align:center;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:width,height;vertical-align:middle;border-radius:50%}.v-avatar.v-avatar--size-x-small{--v-avatar-height: 24px}.v-avatar.v-avatar--size-small{--v-avatar-height: 32px}.v-avatar.v-avatar--size-default{--v-avatar-height: 40px}.v-avatar.v-avatar--size-large{--v-avatar-height: 48px}.v-avatar.v-avatar--size-x-large{--v-avatar-height: 56px}.v-avatar.v-avatar--density-default{height:calc(var(--v-avatar-height) + 0px);width:calc(var(--v-avatar-height) + 0px)}.v-avatar.v-avatar--density-comfortable{height:calc(var(--v-avatar-height) + -4px);width:calc(var(--v-avatar-height) + -4px)}.v-avatar.v-avatar--density-compact{height:calc(var(--v-avatar-height) + -8px);width:calc(var(--v-avatar-height) + -8px)}.v-avatar--variant-plain,.v-avatar--variant-outlined,.v-avatar--variant-text,.v-avatar--variant-tonal{background:transparent;color:inherit}.v-avatar--variant-plain{opacity:.62}.v-avatar--variant-plain:focus,.v-avatar--variant-plain:hover{opacity:1}.v-avatar--variant-plain .v-avatar__overlay{display:none}.v-avatar--variant-elevated,.v-avatar--variant-flat{background:var(--v-theme-surface);color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-avatar--variant-elevated{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),.12),0 0 transparent,0 0 transparent}.v-avatar--variant-flat{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-avatar--variant-outlined{border:thin solid currentColor}.v-avatar--variant-text .v-avatar__overlay{background:currentColor}.v-avatar--variant-tonal .v-avatar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-avatar--rounded{border-radius:6px}.v-avatar .v-img{height:100%;width:100%}.v-chip-group{display:flex;max-width:100%;min-width:0;overflow-x:auto;padding:4px 0;flex-wrap:wrap}.v-chip-group .v-chip{margin:4px 8px 4px 0}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay{opacity:var(--v-activated-opacity)}.v-chip-group--column{flex-wrap:wrap;white-space:normal}.v-list{overflow:auto;padding:8px 0;position:relative;outline:none;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent;border-radius:0;background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list--border{border-width:thin;box-shadow:none}.v-list--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-list--nav{padding-inline:8px}.v-list--rounded{border-radius:6px}.v-list--subheader{padding-top:0}.v-list-img{border-radius:inherit;display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-list-subheader{align-items:center;background:inherit;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));display:flex;font-size:.875rem;font-weight:500;line-height:1.375rem;padding-inline-end:16px;min-height:38px;transition:.2s min-height cubic-bezier(.4,0,.2,1)}.v-list-subheader__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list--density-default .v-list-subheader{min-height:38px;padding-inline-start:calc(20px + var(--indent-padding))!important}.v-list--density-comfortable .v-list-subheader{min-height:34px;padding-inline-start:calc(20px + var(--indent-padding))!important}.v-list--density-compact .v-list-subheader{min-height:30px;padding-inline-start:calc(20px + var(--indent-padding))!important}.v-list-subheader--inset{--indent-padding: 56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;left:0;position:sticky;top:0;z-index:1}.v-list__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content 1fr auto;outline:none;max-width:100%;padding:8px 20px;position:relative;text-decoration:none;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;border-radius:0}.v-list-item--border{border-width:thin;box-shadow:none}.v-list-item:hover>.v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item:focus-visible>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item:focus>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-list-item--active>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]>.v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--active:hover>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-list-item--active:focus-visible>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item--active:focus>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-list-item--variant-plain,.v-list-item--variant-outlined,.v-list-item--variant-text,.v-list-item--variant-tonal{background:transparent;color:inherit}.v-list-item--variant-plain{opacity:.62}.v-list-item--variant-plain:focus,.v-list-item--variant-plain:hover{opacity:1}.v-list-item--variant-plain .v-list-item__overlay{display:none}.v-list-item--variant-elevated,.v-list-item--variant-flat{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list-item--variant-elevated{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),.12),0 0 transparent,0 0 transparent}.v-list-item--variant-flat{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-list-item--variant-outlined{border:thin solid currentColor}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}@supports selector(:focus-visible){.v-list-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;border:2px solid currentColor;border-radius:4px;opacity:0;transition:opacity .2s ease-in-out}.v-list-item:focus-visible:after{opacity:calc(.15 * var(--v-theme-overlay-multiplier))}}.v-list-item__prepend>.v-badge .v-icon,.v-list-item__prepend>.v-icon,.v-list-item__append>.v-badge .v-icon,.v-list-item__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-list-item--active .v-list-item__prepend>.v-badge .v-icon,.v-list-item--active .v-list-item__prepend>.v-icon,.v-list-item--active .v-list-item__append>.v-badge .v-icon,.v-list-item--active .v-list-item__append>.v-icon{opacity:1}.v-list-item--rounded{border-radius:6px}.v-list-item--disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.6}.v-list-item--link{cursor:pointer}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar{--v-avatar-height: 24px}.v-list-item__prepend{align-items:center;align-self:center;display:flex;grid-area:prepend}.v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:12px}.v-list-item__prepend>.v-avatar~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:8px}.v-list-item--slim .v-list-item__prepend>.v-avatar~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__prepend{align-self:start}.v-list-item__append{align-self:center;display:flex;align-items:center;grid-area:append}.v-list-item__append .v-list-item__spacer{order:-1;transition:.15s width cubic-bezier(.4,0,.2,1)}.v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item__append>.v-tooltip~.v-list-item__spacer{width:16px}.v-list-item__append>.v-avatar~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-tooltip~.v-list-item__spacer{width:8px}.v-list-item--slim .v-list-item__append>.v-avatar~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__append{align-self:start}.v-list-item__content{align-self:center;grid-area:content;overflow:hidden}.v-list-item-action{align-self:center;display:flex;align-items:center;grid-area:prepend;flex:none;transition:inherit;transition-property:height,width}.v-list-item-action--start{margin-inline-end:12px}.v-list-item-action--end{margin-inline-start:12px}.v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-media--start{margin-inline-end:16px}.v-list-item-media--end{margin-inline-start:16px}.v-list-item--two-line .v-list-item-media{margin-top:-4px;margin-bottom:-4px}.v-list-item--three-line .v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-subtitle{-webkit-box-orient:vertical;display:-webkit-box;opacity:1;overflow:hidden;padding:0;text-overflow:ellipsis;font-size:.8125rem;font-weight:400;letter-spacing:normal;line-height:1.25rem;text-transform:none}.v-list-item--one-line .v-list-item-subtitle{-webkit-line-clamp:1}.v-list-item--two-line .v-list-item-subtitle{-webkit-line-clamp:2}.v-list-item--three-line .v-list-item-subtitle{-webkit-line-clamp:3}.v-list-item--nav .v-list-item-subtitle{font-size:.8125rem;font-weight:400;letter-spacing:normal;line-height:1rem}.v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;overflow:hidden;padding:0;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word;font-size:.9375rem;font-weight:400;letter-spacing:normal;line-height:1.375rem;text-transform:none}.v-list-item--nav .v-list-item-title{font-size:.9375rem;font-weight:400;letter-spacing:normal;line-height:1rem}.v-list-item--density-default{min-height:38px}.v-list-item--density-default.v-list-item--one-line{min-height:38px;padding-top:8px;padding-bottom:8px}.v-list-item--density-default.v-list-item--two-line{min-height:64px;padding-top:12px;padding-bottom:12px}.v-list-item--density-default.v-list-item--three-line{min-height:88px;padding-top:16px;padding-bottom:16px}.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-default.v-list-item--three-line .v-list-item__append{padding-top:8px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:20px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-comfortable{min-height:34px}.v-list-item--density-comfortable.v-list-item--one-line{min-height:34px;padding-top:4px;padding-bottom:4px}.v-list-item--density-comfortable.v-list-item--two-line{min-height:60px;padding-top:8px;padding-bottom:8px}.v-list-item--density-comfortable.v-list-item--three-line{min-height:84px;padding-top:12px;padding-bottom:12px}.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append{padding-top:6px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line{padding-inline:20px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-compact,.v-list-item--density-compact.v-list-item--one-line{min-height:30px}.v-list-item--density-compact.v-list-item--two-line{min-height:56px;padding-top:4px;padding-bottom:4px}.v-list-item--density-compact.v-list-item--three-line{min-height:80px;padding-top:8px;padding-bottom:8px}.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-compact.v-list-item--three-line .v-list-item__append{padding-top:4px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line{padding-inline:20px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--nav{padding-inline:8px}.v-list .v-list-item--nav:not(:only-child){margin-bottom:4px}.v-list-item__underlay{position:absolute}.v-list-item__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay{--v-theme-overlay-multiplier: 0}.v-list{--indent-padding: 0px}.v-list--nav{--indent-padding: -8px}.v-list-group{--list-indent-size: 16px;--parent-padding: var(--indent-padding);--prepend-width: 40px}.v-list-group--fluid{--list-indent-size: 0px}.v-list-group--prepend{--parent-padding: calc(var(--indent-padding) + var(--prepend-width))}.v-list-group--fluid.v-list-group--prepend{--parent-padding: var(--indent-padding)}.v-list-group__items{--indent-padding: calc(var(--parent-padding) + var(--list-indent-size))}.v-list-group__items .v-list-item{padding-inline-start:calc(20px + var(--indent-padding))!important}.v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay{opacity:0}.v-list-group__header.v-list-item--active:hover .v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-divider{display:block;flex:1 1 100%;height:0px;max-height:0px;opacity:var(--v-border-opacity);transition:inherit;border-style:solid;border-width:thin 0 0 0}.v-divider--vertical{align-self:stretch;border-width:0 thin 0 0;display:inline-flex;height:inherit;margin-left:-1px;max-height:100%;max-width:0px;vertical-align:text-bottom;width:0px}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px);margin-inline-start:72px}.v-divider--inset.v-divider--vertical{margin-bottom:8px;margin-top:8px;max-height:calc(100% - 16px)}.v-menu>.v-overlay__content{display:flex;flex-direction:column;border-radius:6px}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{background:rgb(var(--v-theme-surface));border-radius:inherit;overflow:auto;height:100%;box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent}.v-overlay-container{contain:layout;left:0;pointer-events:none;position:absolute;top:0;display:contents}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden!important}html.v-overlay-scroll-blocked{position:fixed;top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%}.v-overlay{border-radius:inherit;display:flex;left:0;pointer-events:none;position:fixed;top:0;bottom:0;right:0}.v-overlay__content{outline:none;position:absolute;pointer-events:auto;contain:layout}.v-overlay__scrim{pointer-events:auto;background:rgb(var(--v-theme-on-surface));border-radius:inherit;bottom:0;left:0;opacity:1;position:fixed;right:0;top:0}.v-overlay--absolute,.v-overlay--contained .v-overlay__scrim{position:absolute}.v-overlay--scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-select .v-field .v-text-field__prefix,.v-select .v-field .v-text-field__suffix,.v-select .v-field .v-field__input,.v-select .v-field.v-field{cursor:pointer}.v-select .v-field .v-field__input>input{align-self:flex-start;opacity:1;flex:0 0;position:absolute;width:100%;transition:none;pointer-events:none;caret-color:transparent}.v-select .v-field--dirty .v-select__selection{margin-inline-end:2px}.v-select .v-select__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-select__content{overflow:hidden;box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent;border-radius:4px}.v-select__selection{display:inline-flex;align-items:center;letter-spacing:inherit;line-height:inherit;max-width:100%}.v-select .v-select__selection:first-child{margin-inline-start:0}.v-select--selected .v-field .v-field__input>input{opacity:0}.v-select__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-select--active-menu .v-select__menu-icon{opacity:var(--v-high-emphasis-opacity);transform:rotate(180deg)}.v-virtual-scroll{display:block;flex:1 1 auto;max-width:100%;overflow:auto;position:relative}.v-virtual-scroll__container{display:block}.v-dialog{align-items:center;justify-content:center;margin:auto}.v-dialog>.v-overlay__content{max-height:calc(100% - 48px);width:calc(100% - 48px);max-width:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{display:flex;flex-direction:column;min-height:0}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{--v-scrollbar-offset: 0px;border-radius:6px;overflow-y:auto;box-shadow:0 8px 28px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xl-opacity)),0 0 transparent,0 0 transparent}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{display:flex;flex-direction:column}.v-dialog>.v-overlay__content>.v-card>.v-card-item,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item{padding:20px}.v-dialog>.v-overlay__content>.v-card>.v-card-item+.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item+.v-card-text{padding-top:10px}.v-dialog>.v-overlay__content>.v-card>.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-text{font-size:inherit;letter-spacing:normal;line-height:inherit;padding:0 20px 20px}.v-dialog--fullscreen{--v-scrollbar-offset: 0px}.v-dialog--fullscreen>.v-overlay__content{border-radius:0;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-overlay__content>.v-card,.v-dialog--fullscreen>.v-overlay__content>.v-sheet,.v-dialog--fullscreen>.v-overlay__content>form>.v-card,.v-dialog--fullscreen>.v-overlay__content>form>.v-sheet{min-height:100%;min-width:100%;border-radius:0}.v-dialog--scrollable>.v-overlay__content,.v-dialog--scrollable>.v-overlay__content>form{display:flex}.v-dialog--scrollable>.v-overlay__content>.v-card,.v-dialog--scrollable>.v-overlay__content>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-overlay__content>.v-card>.v-card-text,.v-dialog--scrollable>.v-overlay__content>form>.v-card>.v-card-text{backface-visibility:hidden;overflow-y:auto}.v-card{display:block;overflow:hidden;overflow-wrap:break-word;position:relative;padding:0;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;border-radius:6px}.v-card--border{border-width:thin;box-shadow:none}.v-card--absolute{position:absolute}.v-card--fixed{position:fixed}.v-card:hover>.v-card__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-card:focus-visible>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card:focus>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-card--active>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]>.v-card__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-card--active:hover>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:hover>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-card--active:focus-visible>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card--active:focus>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-card--variant-plain,.v-card--variant-outlined,.v-card--variant-text,.v-card--variant-tonal{background:transparent;color:inherit}.v-card--variant-plain{opacity:.62}.v-card--variant-plain:focus,.v-card--variant-plain:hover{opacity:1}.v-card--variant-plain .v-card__overlay{display:none}.v-card--variant-elevated,.v-card--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-card--variant-elevated{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent}.v-card--variant-flat{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-card--variant-outlined{border:thin solid currentColor}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-card--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__loader){opacity:.6}.v-card--flat{box-shadow:none}.v-card--hover{cursor:pointer}.v-card--hover:before,.v-card--hover:after{border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:inherit}.v-card--hover:before{opacity:1;z-index:-1;box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent}.v-card--hover:after{z-index:1;opacity:0;box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent}.v-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent}.v-card--link{cursor:pointer}.v-card-actions{align-items:center;display:flex;flex:none;min-height:unset;padding:0 6px 6px}.v-card-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;padding:1.25rem}.v-card-item+.v-card-text{padding-top:0}.v-card-item__prepend{grid-area:prepend;padding-inline-end:1rem}.v-card-item__append{grid-area:append;padding-inline-start:1rem}.v-card-item__content{align-self:center;grid-area:content;overflow:hidden}.v-card-title{display:block;flex:none;font-size:1.125rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:normal;min-width:0;overflow-wrap:normal;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word}.v-card .v-card-title,.v-card--density-comfortable .v-card-title{line-height:1.75rem}.v-card--density-compact .v-card-title{line-height:1.55rem}.v-card-item .v-card-title{padding:0}.v-card-title+.v-card-text,.v-card-title+.v-card-actions{padding-top:0}.v-card-subtitle{display:block;flex:none;font-size:.9375rem;font-weight:400;letter-spacing:normal;opacity:1;overflow:hidden;padding:0 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.v-card .v-card-subtitle{line-height:1.375rem}.v-card--density-comfortable .v-card-subtitle{line-height:1.125rem}.v-card--density-compact .v-card-subtitle{line-height:1rem}.v-card-item .v-card-subtitle{padding:0}.v-card-text{flex:1 1 auto;font-size:.9375rem;font-weight:400;letter-spacing:normal;padding:1.25rem;text-transform:none}.v-card .v-card-text{line-height:1.375rem}.v-card--density-comfortable .v-card-text{line-height:1.2rem}.v-card--density-compact .v-card-text{line-height:1.15rem}.v-card__image{display:flex;height:100%;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-card__content{border-radius:inherit;overflow:hidden;position:relative}.v-card__loader{bottom:auto;top:0;left:0;position:absolute;right:0;width:100%;z-index:1}.v-card__overlay{background-color:currentColor;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-window{overflow:hidden}.v-window__container{display:flex;flex-direction:column;height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window__controls{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px;pointer-events:none}.v-window__controls *{pointer-events:auto}.v-window--show-arrows-on-hover{overflow:hidden}.v-window--show-arrows-on-hover .v-window__left{transform:translate(-200%)}.v-window--show-arrows-on-hover .v-window__right{transform:translate(200%)}.v-window--show-arrows-on-hover:hover .v-window__left,.v-window--show-arrows-on-hover:hover .v-window__right{transform:translate(0)}.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window-x-transition-leave-from,.v-window-x-transition-leave-to,.v-window-x-reverse-transition-leave-from,.v-window-x-reverse-transition-leave-to,.v-window-y-transition-leave-from,.v-window-y-transition-leave-to,.v-window-y-reverse-transition-leave-from,.v-window-y-reverse-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-x-transition-enter-from{transform:translate(100%)}.v-window-x-transition-leave-to,.v-window-x-reverse-transition-enter-from{transform:translate(-100%)}.v-window-x-reverse-transition-leave-to{transform:translate(100%)}.v-window-y-transition-enter-from{transform:translateY(100%)}.v-window-y-transition-leave-to,.v-window-y-reverse-transition-enter-from{transform:translateY(-100%)}.v-window-y-reverse-transition-leave-to{transform:translateY(100%)}.v-container{width:100%;padding:16px;margin-right:auto;margin-left:auto}@media (min-width: 960px){.v-container{max-width:900px}}@media (min-width: 1280px){.v-container{max-width:1200px}}@media (min-width: 1920px){.v-container{max-width:1440px}}@media (min-width: 2560px){.v-container{max-width:1440px}}.v-container--fluid{max-width:100%}.v-container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.v-row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.v-row+.v-row{margin-top:12px}.v-row+.v-row--dense{margin-top:4px}.v-row--dense{margin:-4px}.v-row--dense>.v-col,.v-row--dense>[class*=v-col-]{padding:4px}.v-row.v-row--no-gutters{margin:0}.v-row.v-row--no-gutters>.v-col,.v-row.v-row--no-gutters>[class*=v-col-]{padding:0}.v-spacer{flex-grow:1}.v-col-xxl,.v-col-xxl-auto,.v-col-xxl-12,.v-col-xxl-11,.v-col-xxl-10,.v-col-xxl-9,.v-col-xxl-8,.v-col-xxl-7,.v-col-xxl-6,.v-col-xxl-5,.v-col-xxl-4,.v-col-xxl-3,.v-col-xxl-2,.v-col-xxl-1,.v-col-xl,.v-col-xl-auto,.v-col-xl-12,.v-col-xl-11,.v-col-xl-10,.v-col-xl-9,.v-col-xl-8,.v-col-xl-7,.v-col-xl-6,.v-col-xl-5,.v-col-xl-4,.v-col-xl-3,.v-col-xl-2,.v-col-xl-1,.v-col-lg,.v-col-lg-auto,.v-col-lg-12,.v-col-lg-11,.v-col-lg-10,.v-col-lg-9,.v-col-lg-8,.v-col-lg-7,.v-col-lg-6,.v-col-lg-5,.v-col-lg-4,.v-col-lg-3,.v-col-lg-2,.v-col-lg-1,.v-col-md,.v-col-md-auto,.v-col-md-12,.v-col-md-11,.v-col-md-10,.v-col-md-9,.v-col-md-8,.v-col-md-7,.v-col-md-6,.v-col-md-5,.v-col-md-4,.v-col-md-3,.v-col-md-2,.v-col-md-1,.v-col-sm,.v-col-sm-auto,.v-col-sm-12,.v-col-sm-11,.v-col-sm-10,.v-col-sm-9,.v-col-sm-8,.v-col-sm-7,.v-col-sm-6,.v-col-sm-5,.v-col-sm-4,.v-col-sm-3,.v-col-sm-2,.v-col-sm-1,.v-col,.v-col-auto,.v-col-12,.v-col-11,.v-col-10,.v-col-9,.v-col-8,.v-col-7,.v-col-6,.v-col-5,.v-col-4,.v-col-3,.v-col-2,.v-col-1{width:100%;padding:12px}.v-col{flex-basis:0;flex-grow:1;max-width:100%}.v-col-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-3{flex:0 0 25%;max-width:25%}.v-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-6{flex:0 0 50%;max-width:50%}.v-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-9{flex:0 0 75%;max-width:75%}.v-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media (min-width: 600px){.v-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.v-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-sm-3{flex:0 0 25%;max-width:25%}.v-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-sm-6{flex:0 0 50%;max-width:50%}.v-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-sm-9{flex:0 0 75%;max-width:75%}.v-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media (min-width: 960px){.v-col-md{flex-basis:0;flex-grow:1;max-width:100%}.v-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-md-3{flex:0 0 25%;max-width:25%}.v-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-md-6{flex:0 0 50%;max-width:50%}.v-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-md-9{flex:0 0 75%;max-width:75%}.v-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media (min-width: 1280px){.v-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.v-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-lg-3{flex:0 0 25%;max-width:25%}.v-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-lg-6{flex:0 0 50%;max-width:50%}.v-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-lg-9{flex:0 0 75%;max-width:75%}.v-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media (min-width: 1920px){.v-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xl-3{flex:0 0 25%;max-width:25%}.v-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xl-6{flex:0 0 50%;max-width:50%}.v-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xl-9{flex:0 0 75%;max-width:75%}.v-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@media (min-width: 2560px){.v-col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xxl-3{flex:0 0 25%;max-width:25%}.v-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xxl-6{flex:0 0 50%;max-width:50%}.v-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xxl-9{flex:0 0 75%;max-width:75%}.v-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-inline-start:0}.offset-xxl-1{margin-inline-start:8.3333333333%}.offset-xxl-2{margin-inline-start:16.6666666667%}.offset-xxl-3{margin-inline-start:25%}.offset-xxl-4{margin-inline-start:33.3333333333%}.offset-xxl-5{margin-inline-start:41.6666666667%}.offset-xxl-6{margin-inline-start:50%}.offset-xxl-7{margin-inline-start:58.3333333333%}.offset-xxl-8{margin-inline-start:66.6666666667%}.offset-xxl-9{margin-inline-start:75%}.offset-xxl-10{margin-inline-start:83.3333333333%}.offset-xxl-11{margin-inline-start:91.6666666667%}}.v-navigation-drawer{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;height:100%;max-width:100%;pointer-events:auto;transition-duration:.4s;transition-property:box-shadow,transform,visibility,width,height,left,right,top,bottom;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent;background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-navigation-drawer--border{border-width:thin;box-shadow:none}.v-navigation-drawer--rounded{border-radius:6px}.v-navigation-drawer--top{top:0;border-bottom-width:thin}.v-navigation-drawer--bottom{left:0;border-top-width:thin}.v-navigation-drawer--left{top:0;left:0;right:auto;border-right-width:thin}.v-navigation-drawer--right{top:0;left:auto;right:0;border-left-width:thin}.v-navigation-drawer--floating{border:none}.v-navigation-drawer--temporary{box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent}.v-navigation-drawer--sticky{height:auto;transition:box-shadow,transform,visibility,width,height,left,right}.v-navigation-drawer .v-list{overflow:hidden}.v-navigation-drawer__content{flex:0 1 auto;height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}.v-navigation-drawer__img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.v-navigation-drawer__img img{height:inherit;object-fit:cover;width:inherit}.v-navigation-drawer__scrim{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.2;transition:opacity .4s cubic-bezier(.4,0,.2,1);z-index:1}.v-navigation-drawer__prepend,.v-navigation-drawer__append{flex:none;overflow:hidden}.v-slide-group{display:flex;overflow:hidden}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px;cursor:pointer}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.2s all cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-slide-group__content>*{white-space:initial}.v-slide-group__container{contain:content;display:flex;flex:1 1 auto;overflow:hidden}.v-slide-group--vertical,.v-slide-group--vertical .v-slide-group__container,.v-slide-group--vertical .v-slide-group__content{flex-direction:column}.v-snackbar{justify-content:center;z-index:10000;margin:8px;margin-inline-end:calc(8px + var(--v-scrollbar-offset))}.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top){align-items:flex-end}.v-snackbar__wrapper{align-items:center;display:flex;max-width:672px;min-height:44px;min-width:344px;overflow:hidden;padding:0;border-radius:6px}.v-snackbar--variant-plain,.v-snackbar--variant-outlined,.v-snackbar--variant-text,.v-snackbar--variant-tonal{background:transparent;color:inherit}.v-snackbar--variant-plain{opacity:.62}.v-snackbar--variant-plain:focus,.v-snackbar--variant-plain:hover{opacity:1}.v-snackbar--variant-plain .v-snackbar__overlay{display:none}.v-snackbar--variant-elevated,.v-snackbar--variant-flat{background:rgb(var(--v-tooltip-background));color:rgb(var(--v-theme-surface))}.v-snackbar--variant-elevated{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-snackbar--variant-flat{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-snackbar--variant-outlined{border:thin solid currentColor}.v-snackbar--variant-text .v-snackbar__overlay{background:currentColor}.v-snackbar--variant-tonal .v-snackbar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-snackbar__content{flex-grow:1;font-size:.8125rem;font-weight:400;letter-spacing:normal;line-height:1.25rem;margin-right:auto;padding:12px 16px;text-align:initial}.v-snackbar__actions{align-items:center;align-self:center;display:flex;margin-inline-end:16px}.v-snackbar__actions>.v-btn{padding:0 10px;min-width:auto}.v-snackbar__timer{width:100%;position:absolute;top:0}.v-snackbar__timer .v-progress-linear{transition:.2s linear}.v-snackbar--absolute{position:absolute;z-index:1}.v-snackbar--multi-line .v-snackbar__wrapper{min-height:68px}.v-snackbar--vertical .v-snackbar__wrapper{flex-direction:column}.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions{align-self:flex-end;margin-bottom:8px}.v-snackbar-transition-enter-active,.v-snackbar-transition-leave-active{transition-duration:.15s;transition-timing-function:cubic-bezier(0,0,.2,1)}.v-snackbar-transition-enter-active{transition-property:opacity,transform}.v-snackbar-transition-enter-from{opacity:0;transform:scale(.8)}.v-snackbar-transition-leave-active{transition-property:opacity}.v-snackbar-transition-leave-to{opacity:0}.v-tabs{display:flex;height:var(--v-tabs-height)}.v-tabs--density-default{--v-tabs-height: 38px}.v-tabs--density-default.v-tabs--stacked{--v-tabs-height: 72px}.v-tabs--density-comfortable{--v-tabs-height: 34px}.v-tabs--density-comfortable.v-tabs--stacked{--v-tabs-height: 68px}.v-tabs--density-compact{--v-tabs-height: 26px}.v-tabs--density-compact.v-tabs--stacked{--v-tabs-height: 60px}.v-tabs.v-slide-group--vertical{height:auto;flex:none;--v-tabs-height: 38px}.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child{margin-inline-start:42px}.v-tabs--fixed-tabs .v-slide-group__content>*:last-child,.v-tabs--align-tabs-center .v-slide-group__content>*:last-child{margin-inline-end:auto}.v-tabs--fixed-tabs .v-slide-group__content>*:first-child,.v-tabs--align-tabs-center .v-slide-group__content>*:first-child{margin-inline-start:auto}.v-tabs--grow{flex-grow:1}.v-tabs--grow .v-tab{flex:1 0 auto;max-width:none}.v-tabs--align-tabs-end .v-tab:first-child{margin-inline-start:auto}.v-tabs--align-tabs-end .v-tab:last-child{margin-inline-end:0}@media (max-width: 1279.98px){.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child{margin-inline-start:52px}.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child{margin-inline-end:52px}}.v-tab.v-tab{--v-btn-height: var(--v-tabs-height);border-radius:0;min-width:60px}.v-slide-group--horizontal .v-tab{max-width:360px}.v-slide-group--vertical .v-tab{justify-content:start}.v-tab__slider{position:absolute;bottom:0;left:0;height:2px;width:100%;background:currentColor;pointer-events:none;opacity:0}.v-tab--selected .v-tab__slider{opacity:1}.v-slide-group--vertical .v-tab__slider{top:0;height:100%;width:2px}.v-textarea .v-field{--v-textarea-control-height: var(--v-input-control-height)}.v-textarea .v-field__field{--v-input-control-height: var(--v-textarea-control-height)}.v-textarea .v-field__input{flex:1 1 auto;outline:none;-webkit-mask-image:linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));mask-image:linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px))}.v-textarea .v-field__input.v-textarea__sizer{visibility:hidden;position:absolute;top:0;left:0;height:0!important;min-height:0!important;pointer-events:none}.v-textarea--no-resize .v-field__input{resize:none}.v-textarea .v-field--no-label textarea,.v-textarea .v-field--active textarea{opacity:1}.v-textarea textarea{opacity:0;flex:1;min-width:0;transition:.15s opacity cubic-bezier(.4,0,.2,1)}.v-textarea textarea:focus,.v-textarea textarea:active{outline:none}.v-textarea textarea:invalid{box-shadow:none}.v-tooltip>.v-overlay__content{background:rgb(var(--v-tooltip-background));color:rgb(var(--v-theme-surface));border-radius:.25rem;font-size:.8125rem;line-height:1.25rem;display:inline-block;padding:4px 12px;text-transform:initial;width:auto;opacity:1;pointer-events:none;transition-property:opacity,transform}.v-tooltip>.v-overlay__content[class*=enter-active]{transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.15s}.v-tooltip>.v-overlay__content[class*=leave-active]{transition-timing-function:cubic-bezier(.4,0,1,1);transition-duration:75ms}.icon-heart path[data-v-8f57e9f9]{fill:transparent;transition:fill .18s ease}.icon-heart.active path[data-v-8f57e9f9]{fill:#ff6b6b}.simple-pagination[data-v-6592c83a]{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 0;border-top:1px solid #ebebeb}.simple-pagination__arrow[data-v-6592c83a]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#666;font-size:16px;font-weight:500;cursor:pointer;transition:color .2s ease}.simple-pagination__arrow[data-v-6592c83a]:hover:not(:disabled){color:#333}.simple-pagination__arrow[data-v-6592c83a]:disabled{color:#ccc;cursor:not-allowed}.simple-pagination__info[data-v-6592c83a]{font-size:14px;font-weight:500;color:#666;min-width:60px;text-align:center}.nested-reply{padding-left:47px!important;position:relative}.nested-reply:before{content:"↳";position:absolute;left:27px;top:24px;color:var(--Gray-400, #bdbdbd);font-size:12px;line-height:1}.board-comment__body-content{word-break:break-all;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.comment-action-space{height:0;margin-bottom:0}.sheet-card[data-v-0fd87794]{overflow:hidden;border-radius:16px!important}.divider[data-v-0fd87794]{width:100%;height:1px;background-color:var(--Gray-300, #EBEBEB)}.action[data-v-0fd87794]{width:100%;padding:14px 12px;background:transparent;border:0;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.action.danger[data-v-0fd87794]{color:var(--Orange-500-Error, #FF453A)}.action.cancel[data-v-0fd87794]{color:#8e8e93}.dialog-title[data-v-a5e50719]{text-align:center}.warning-txt[data-v-a5e50719]{color:var(--Orange-500-Error, #ff453a);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:20px;white-space:pre-line}.confirm-title-text[data-v-a5e50719]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700}.confirm-date-text[data-v-a5e50719]{font-family:Pretendard;font-size:18px;font-weight:700;color:#333;margin-top:-3px}.confirm-message[data-v-a5e50719]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.report-modal__backdrop[data-v-a409f447]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.report-modal__container[data-v-a409f447]{width:560px;max-width:calc(100vw - 40px);max-height:calc(100vh - 80px);background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;overflow:hidden}.report-modal__header[data-v-a409f447]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--Gray-300, #ebebeb)}.report-modal__close[data-v-a409f447]{width:24px;height:24px;background:url(/src/assets/images/icon-close.svg) center center no-repeat;background-size:16px 16px;border:none;cursor:pointer}.report-modal__body[data-v-a409f447]{padding:20px;overflow:auto}.lock[data-v-697222d5]{color:#949494}.lock.active[data-v-697222d5]{color:#eb4c10}.comment-drawer__wrapper.st-mobile{padding-bottom:50px}.comment-drawer__wrapper.st-mobile.mobile-comment-drawer{padding-bottom:0}.top-btn-move-box{position:fixed;bottom:186px;right:8px;z-index:10}.top-btn-move-box.st-login-user-top-box{bottom:56px}.top-btn-move-box .top-btn-move-btn{width:136px;height:40px;background-color:#fff;border:1px solid #ebebeb;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex;justify-content:center;align-items:center;gap:10px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%203.5H12H22.5V1.5H1.5V3.5ZM10.5%2012.261V22.5H13.5V12.261L17.412%2015.615L19.365%2013.338L12%207.023L4.635%2013.338L6.588%2015.615L10.5%2012.261Z'%20fill='white'/%3e%3c/svg%3e") #eb4c10 10px center no-repeat;background-size:20px 20px;padding:10px 10px 10px 40px;white-space:nowrap}.dialog-title[data-v-bb3fba7b]{text-align:center}.confirm-date-text[data-v-bb3fba7b]{font-family:Pretendard;font-size:18px;font-weight:700;color:#333;margin-top:-3px}.confirm-title-text[data-v-bb3fba7b]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Black-C4SKphCp.woff2) format("woff2"),url(/assets/Pretendard-Black-2guK-pj0.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Bold-chcxVZIw.woff2) format("woff2"),url(/assets/Pretendard-Bold-CWaxYmLQ.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraBold-D2hxiWW6.woff2) format("woff2"),url(/assets/Pretendard-ExtraBold-Cvskj7_o.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Regular-CvNmaaUh.woff2) format("woff2"),url(/assets/Pretendard-Regular-YN4APvLQ.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraLight-CarprQm_.woff2) format("woff2"),url(/assets/Pretendard-ExtraLight-C1DIXRF2.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Light-BFeWK3ma.woff2) format("woff2"),url(/assets/Pretendard-Light-C0h145Wr.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-BQy9e_Np.woff2) format("woff2"),url(/assets/Pretendard-Medium-DKugNpno.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-SemiBold-nGbyQ38B.woff2) format("woff2"),url(/assets/Pretendard-SemiBold-BP4hgMH5.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Thin-3Gl8pRl8.woff2) format("woff2"),url(/assets/Pretendard-Thin-D7AMBPjr.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:ChosunGs;font-weight:400;font-style:normal;src:url(/assets/chosunGs-CoBIiMGp.woff2) format("woff2"),url(/assets/chosunGs-Dy9cm-VA.woff) format("woff");font-display:swap}@font-face{font-family:Nanum Myeongjo;font-style:normal;font-weight:400;src:url(/assets/NanumMyeongjo-NJTCXu3-.woff2) format("woff2"),url(/assets/NanumMyeongjo-D7CVxTEY.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:300;src:url(/assets/MaruBuri-Light-Dv-wRhSZ.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:400;src:url(/assets/MaruBuri-Regular-CbGatHH0.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:500;src:url(/assets/MaruBuri-SemiBold-BcB1DBmU.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:600;src:url(/assets/MaruBuri-Bold-sW0Me6sj.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:700;src:url(/assets/MaruBuri-Bold-sW0Me6sj.woff) format("woff");font-display:swap}@font-face{font-family:Jalnan Gothic;src:url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff) format("woff");font-weight:400;font-style:normal}.icon-setting{width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex}.icon-arrow01{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:23px;height:23px;font-size:0;display:block}.icon-arrow02{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_arrow'%20clip-path='url(%23clip0_3199_70881)'%3e%3cpath%20id='Vector'%20d='M3.33325%208.00004H12.6666M12.6666%208.00004L9.99992%205.33337M12.6666%208.00004L9.99992%2010.6667'%20stroke='%23575757'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3199_70881'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-reset{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_213_1'%20data-name='구성%20요소%20213%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_17462'%20data-name='패스%2017462'%20d='M0,0H19.872V21.65H0Z'%20transform='translate(-1.662%20-1.219)'%20fill='%23eb4c10'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_51'%20data-name='사각형%2051'%20width='24'%20height='24'%20fill='none'/%3e%3cg%20id='그룹_20996'%20data-name='그룹%2020996'%20transform='translate(3.726%202.189)'%3e%3cg%20id='마스크_그룹_8549'%20data-name='마스크%20그룹%208549'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_17461'%20data-name='패스%2017461'%20d='M16.534,10.465a.81.81,0,0,0-1.618.091c.007.126.011.255.011.382a6.648,6.648,0,1,1-4.533-6.307l-2.162.783a.81.81,0,1,0,.552,1.524l3.939-1.426.012-.005.043-.018.031-.014.039-.021.031-.018.034-.023.032-.023.029-.024.032-.028.024-.025.031-.034.021-.026.029-.038.008-.01.011-.018.023-.038.018-.034.016-.035c.006-.013.011-.026.016-.04L13.215,5c0-.014.009-.028.013-.042s.006-.023.008-.034.006-.027.008-.041,0-.025.006-.038,0-.025,0-.038,0-.028,0-.042,0-.023,0-.035,0-.03,0-.045,0-.023,0-.034,0-.029-.006-.043,0-.025-.007-.037-.006-.026-.009-.038-.008-.028-.013-.042,0-.014-.006-.021L11.782.535a.81.81,0,1,0-1.524.552L11,3.123a8.275,8.275,0,1,0,5.552,7.816c0-.157,0-.316-.013-.473'%20transform='translate(0%200)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex;font-size:0}.icon-restart{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;font-size:0;margin-right:8px}.icon-search{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;margin-right:8px}.icon-message{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_message_fill'%20clip-path='url(%23clip0_3142_70198)'%3e%3cpath%20id='Vector'%20d='M15%2029.9998H10C8.67392%2029.9998%207.40215%2029.4731%206.46447%2028.5354C5.52678%2027.5977%205%2026.3259%205%2024.9998V11.6665C5%2010.3404%205.52678%209.06865%206.46447%208.13097C7.40215%207.19329%208.67392%206.6665%2010%206.6665H30C31.3261%206.6665%2032.5979%207.19329%2033.5355%208.13097C34.4732%209.06865%2035%2010.3404%2035%2011.6665V24.9998C35%2026.3259%2034.4732%2027.5977%2033.5355%2028.5354C32.5979%2029.4731%2031.3261%2029.9998%2030%2029.9998H25L20%2034.9998L15%2029.9998Z'%20fill='%23575757'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2014.9998C12.083%2014.3094%2012.6427%2013.7498%2013.333%2013.7498H26.6663C27.3567%2013.7498%2027.9163%2014.3094%2027.9163%2014.9998C27.9163%2015.6901%2027.3567%2016.2498%2026.6663%2016.2498H13.333C12.6427%2016.2498%2012.083%2015.6901%2012.083%2014.9998Z'%20fill='white'/%3e%3cpath%20id='Vector%20(Stroke)_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2021.6665C12.083%2020.9761%2012.6427%2020.4165%2013.333%2020.4165H23.333C24.0234%2020.4165%2024.583%2020.9761%2024.583%2021.6665C24.583%2022.3569%2024.0234%2022.9165%2023.333%2022.9165H13.333C12.6427%2022.9165%2012.083%2022.3569%2012.083%2021.6665Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70198'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-kko{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3142_70202)'%3e%3cpath%20d='M20%2039.9998C31.0457%2039.9998%2040%2031.0455%2040%2019.9998C40%208.95406%2031.0457%20-0.000244141%2020%20-0.000244141C8.9543%20-0.000244141%200%208.95406%200%2019.9998C0%2031.0455%208.9543%2039.9998%2020%2039.9998Z'%20fill='%23FAE300'/%3e%3cpath%20d='M20.002%2010.833C14.4786%2010.833%2010.002%2014.3722%2010.002%2018.7388C10.002%2021.5805%2011.8986%2024.0722%2014.7461%2025.4647C14.537%2026.2455%2013.9886%2028.298%2013.8786%2028.7322C13.7436%2029.2763%2014.0778%2029.2688%2014.2953%2029.1222C14.467%2029.008%2017.0353%2027.2622%2018.1436%2026.508C18.758%2026.599%2019.3783%2026.6447%2019.9995%2026.6447C25.522%2026.6447%2029.9995%2023.1047%2029.9995%2018.7388C29.9995%2014.373%2025.522%2010.833%2019.9995%2010.833'%20fill='%23391B1B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70202'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-circle{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_circle'%20clip-path='url(%23clip0_3142_70175)'%3e%3cline%20id='Line%201'%20x1='11.0607'%20y1='10.667'%20x2='13.7712'%20y2='13.3776'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20id='Ellipse%201'%20cx='7'%20cy='7.00024'%20r='5'%20stroke='%23575757'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70175'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0%200.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-filter{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17.5'%20height='17.5'%20viewBox='0%200%2017.5%2017.5'%3e%3cpath%20id='패스_4476'%20data-name='패스%204476'%20d='M12,6V4m0,2a2,2,0,0,0,0,4m0-4a2,2,0,0,1,0,4M6,18a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4m6,6V20m6-2a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4'%20transform='translate(-3.25%20-3.25)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:flex;font-size:0}.icon-order{background:url("data:image/svg+xml,%3csvg%20id='arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3crect%20id='Boundary'%20width='16'%20height='16'%20fill='none'/%3e%3cg%20id='그룹_19883'%20data-name='그룹%2019883'%20transform='translate(2.43%203.317)'%3e%3cg%20id='그룹_19856'%20data-name='그룹%2019856'%20transform='translate(0%200)'%3e%3cpath%20id='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-2'%20data-name='chevron-left'%20d='M9.606,0H0'%20transform='translate(2.624%200.364)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3cg%20id='그룹_19857'%20data-name='그룹%2019857'%20transform='translate(11.224%209.703)%20rotate(-180)'%3e%3cpath%20id='chevron-left-3'%20data-name='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249%200)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-4'%20data-name='chevron-left'%20d='M9.387,0H0'%20transform='translate(2.624%200.295)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:36px;height:36px;display:flex;font-size:0}.toolbar_view_mode_image_list{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_list.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.toolbar_view_mode_image_grid{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_grid.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.btn-rd .btn-share{background:url("data:image/svg+xml,%3csvg%20id='icon_share'%20xmlns='http://www.w3.org/2000/svg'%20width='19.091'%20height='20'%20viewBox='0%200%2019.091%2020'%3e%3crect%20id='Boundary'%20width='19.091'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_4474'%20data-name='패스%204474'%20d='M7.537,11.2a2.372,2.372,0,0,0,0-2.129m0,2.129a2.383,2.383,0,1,1,0-2.129m0,2.129,5.294,2.63M7.537,9.074l5.294-2.63m0,0a2.4,2.4,0,0,0,3.213,1.064,2.373,2.373,0,0,0,1.071-3.193A2.4,2.4,0,0,0,13.9,3.251a2.373,2.373,0,0,0-1.071,3.193Zm0,7.389A2.373,2.373,0,0,0,13.9,17.026a2.4,2.4,0,0,0,3.214-1.064,2.373,2.373,0,0,0-1.071-3.193,2.4,2.4,0,0,0-3.214,1.064Z'%20transform='translate(-0.533%20-0.499)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-print{background:url("data:image/svg+xml,%3csvg%20id='icon_print'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='그룹_9277'%20data-name='그룹%209277'%3e%3crect%20id='사각형_1286'%20data-name='사각형%201286'%20width='20'%20height='20'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_9278'%20data-name='그룹%209278'%20transform='translate(2%202)'%3e%3cg%20id='사각형_6897'%20data-name='사각형%206897'%20transform='translate(4%200)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='11'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='9.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cg%20id='패스_6888'%20data-name='패스%206888'%20transform='translate(0%203.999)'%20fill='%23fff'%3e%3cpath%20d='M%2014.39999961853027%206.25%20L%201.600000023841858%206.25%20C%201.113510012626648%206.25%200.75%205.974020004272461%200.75%205.727270126342773%20L%200.75%201.272729992866516%20C%200.75%201.025979995727539%201.113510012626648%200.75%201.600000023841858%200.75%20L%2014.39999961853027%200.75%20C%2014.88648986816406%200.75%2015.25%201.025979995727539%2015.25%201.272729992866516%20L%2015.25%205.727270126342773%20C%2015.25%205.974020004272461%2014.88648986816406%206.25%2014.39999961853027%206.25%20Z'%20stroke='none'/%3e%3cpath%20d='M%201.600000381469727%201.5%20C%201.561466217041016%201.5%201.527990341186523%201.50404167175293%201.5%201.509844779968262%20L%201.5%205.490155220031738%20C%201.527990341186523%205.49595832824707%201.561466217041016%205.5%201.600000381469727%205.5%20L%2014.39999961853027%205.5%20C%2014.43853378295898%205.5%2014.47200965881348%205.49595832824707%2014.5%205.490155220031738%20L%2014.5%201.509844779968262%20C%2014.47200965881348%201.50404167175293%2014.43853378295898%201.5%2014.39999961853027%201.5%20L%201.600000381469727%201.5%20M%201.600000381469727%200%20L%2014.39999961853027%200%20C%2015.28365993499756%200%2016%200.5698199272155762%2016%201.272729873657227%20L%2016%205.727270126342773%20C%2016%206.430180072784424%2015.28365993499756%207%2014.39999961853027%207%20L%201.600000381469727%207%20C%200.7163400650024414%207%200%206.430180072784424%200%205.727270126342773%20L%200%201.272729873657227%20C%200%200.5698199272155762%200.7163400650024414%200%201.600000381469727%200%20Z'%20stroke='none'%20fill='%2323252e'/%3e%3c/g%3e%3cg%20id='사각형_6898'%20data-name='사각형%206898'%20transform='translate(4%207)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='9'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='7.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cline%20id='선_277'%20data-name='선%20277'%20x2='4.627'%20transform='translate(5.801%2011.331)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_279'%20data-name='선%20279'%20x2='4.627'%20transform='translate(5.801%2012.94)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_278'%20data-name='선%20278'%20transform='translate(12.941%205.408)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-sq-40{width:108px;height:40px;border:1px solid #ff6e6e;border-radius:8px;color:#eb4c10;font-weight:600;font-size:15px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_save'%20clip-path='url(%23clip0_2569_3522)'%3e%3cpath%20id='&%23237;&%23149;&%23169;&%23236;&%23185;&%23152;&%23234;&%23184;&%23176;%201'%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_3522'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 15px center no-repeat;padding-left:40px;display:flex;justify-content:flex-start;align-items:center}.btn-rd .btn-sq-40.active{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2569_343)'%3e%3cpath%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_343'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.btn-rd .btn-sq-40.list{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#333;border-color:#ebebeb}.btn-rd.chnkor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M28.3857%2019.041V22.4883H29.6943V23.3965H28.3857V27.8496H27.3018V19.041H28.3857ZM26.0518%2019.959C26.0518%2022.5566%2024.9775%2024.832%2022.0381%2026.2773L21.4229%2025.4375C23.5713%2024.3682%2024.7334%2022.8643%2024.958%2020.8574H21.9014V19.959H26.0518Z'%20fill='%23333333'/%3e%3cpath%20d='M14.219%2012.366L15.371%2012.699C14.237%2015.939%2012.14%2017.829%208.918%2018.837C8.792%2018.567%208.45%2018.045%208.234%2017.784C11.348%2016.965%2013.283%2015.3%2014.219%2012.366ZM10.745%2012.438C11.654%2015.102%2013.598%2017.019%2016.802%2017.739C16.541%2017.991%2016.19%2018.504%2016.019%2018.819C12.644%2017.937%2010.79%2015.876%209.665%2012.762L10.745%2012.438ZM8.396%2011.781H16.64V12.843H8.396V11.781ZM11.933%2010.359H13.049V12.429H11.933V10.359Z'%20fill='%23333333'/%3e%3crect%20x='21.5701'%20y='13.5538'%20width='1'%20height='12'%20transform='rotate(30%2021.5701%2013.5538)'%20fill='%23C2C2C2'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.kor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M22.8403%2013.6152V18.0459H24.478V19.3789H22.8403V25.1426H21.2153V13.6152H22.8403ZM19.7554%2014.7959C19.7427%2018.249%2018.397%2021.2451%2014.5122%2023.1494L13.5981%2021.9053C16.334%2020.5342%2017.8003%2018.6934%2018.105%2016.1162H14.2583V14.7959H19.7554Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.chn{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M21.292%2015.488L22.828%2015.932C21.316%2020.252%2018.52%2022.772%2014.224%2024.116C14.056%2023.756%2013.6%2023.06%2013.312%2022.712C17.464%2021.62%2020.044%2019.4%2021.292%2015.488ZM16.66%2015.584C17.872%2019.136%2020.464%2021.692%2024.736%2022.652C24.388%2022.988%2023.92%2023.672%2023.692%2024.092C19.192%2022.916%2016.72%2020.168%2015.22%2016.016L16.66%2015.584ZM13.528%2014.708H24.52V16.124H13.528V14.708ZM18.244%2012.812H19.732V15.572H18.244V12.812Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.sorting{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31628)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6667H13.1668M13.1668%2015.6667L15.2502%2013.5834M13.1668%2015.6667L15.2502%2017.75'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31628'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.sorting.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_2149_28235)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6666H13.1668M13.1668%2015.6666L15.2502%2013.5833M13.1668%2015.6666L15.2502%2017.75'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2149_28235'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31574)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31574'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='38'%20height='38'%20rx='19'%20fill='%23EB4C10'/%3e%3cg%20clip-path='url(%23clip0_1627_31697)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31697'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.fntcolor01{background:url(/assets/icon-fnt-color-01-p9I1qeMd.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor02{background:url(/assets/icon-fnt-color-02-Bh7fszg0.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor03{background:url(/assets/icon-fnt-color-03-CNj94q9k.svg) transparent center center no-repeat;font-size:0}.ni-12-close-circle{width:12px;height:12px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_2'%20clip-path='url(%23clip0_12145_21593)'%3e%3ccircle%20id='Ellipse%202'%20cx='6'%20cy='6'%20r='6'%20fill='%23C2C2C2'/%3e%3cpath%20id='icon/cancel'%20d='M4%208L6%206M6%206L7.25015%204.74985L8%204M6%206L4%204M6%206L8%208'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12145_21593'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat}.header-wrap{position:relative;z-index:2;display:flex;box-sizing:border-box;block-size:64px;box-shadow:0 1px 4px #00000024;background-color:#fff}.header-wrap .hd__logo{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:40px;font-size:0;inline-size:130px}.header-wrap .nav-list a.st-guide{width:auto;display:flex;align-items:center;justify-content:center}.header-wrap .nav-list li .icon-mypage{display:flex;background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto;block-size:36px;font-size:0;inline-size:2rem}.bg-body-gray{z-index:1;box-sizing:border-box;flex-grow:1;background:#f2f5f8;inline-size:100%;min-block-size:calc(100vh - 206px);padding-block-end:85px}.footer-wrap .ft-logo{padding-inline:0}.footer-wrap .ft-logo .logo{display:block;background:url(/assets/logo_w-BkXrwtOa.png) center center no-repeat;background-size:100% auto;block-size:40px;font-size:0;inline-size:107px}.footer-wrap .banner-box{background:url(/assets/banner01-DwMuJC1N.png);block-size:150px}.footer-wrap .copyright{color:#999;font-size:14px;font-weight:300;letter-spacing:-.35px}.intro-wrap .logo-box{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:68px;font-size:0;inline-size:100%;margin-block-end:40px}.intro-wrap .icon-g-store{background:url(/assets/icon-g-store-ZM1uTP0w.svg) center center no-repeat;block-size:24px;inline-size:113px}.intro-wrap .icon-a-store{background:url(/assets/icon-a-store-DIxaas_S.svg) center center no-repeat;block-size:24px;inline-size:113px}.main-layout .main-inner-base .main-left-box{height:100%;inline-size:55%}.cust-layout{block-size:100%;inline-size:100%}.cust-layout .footer-wrap .inner-base{margin:auto;inline-size:1360px}.cust-layout .cust-wrap{position:relative;z-index:0;word-break:keep-all;background-color:#fff}.cust-layout .cust-wrap .inner-base-2{display:grid;grid-template-columns:230px 1fr;gap:28px;block-size:100%;margin:auto auto 40px;max-width:1360px}.cust-layout .cust-wrap .inner-base-2 .cust-gnb{box-sizing:border-box;padding-block-start:40px;padding-inline-end:30px}.cust-layout .cust-wrap .inner-base-2 .cust-body{width:100%;padding-block-start:40px}.cust-layout .gnb-wrap h3{color:#333;font-size:20px;font-weight:700;line-height:24px;margin-block-end:32px}.cust-layout .gnb-wrap .gnb-menu-box{border-block-end:1px solid #ebebeb;margin-block-end:40px;padding-block-end:40px;display:flex;flex-direction:column;gap:28px}.cust-layout .gnb-wrap .gnb-menu-box .gnb-link{display:flex;color:#575757;font-size:15px;font-weight:500}.cust-layout .gnb-wrap .gnb-menu-box .gnb-link .icon{display:flex;block-size:20px;inline-size:20px;margin-inline-end:8px}.cust-layout .gnb-wrap .gnb-menu-box .gnb-link:hover,.cust-layout .gnb-wrap .gnb-menu-box .gnb-link.active{color:#eb4c10;font-weight:700}.cust-layout .gnb-wrap .info-box{display:flex;flex-direction:column;gap:8px}.cust-layout .gnb-wrap .info-box .txt-tit{color:#575757;font-size:14px;font-weight:700;line-height:18px}.cust-layout .gnb-wrap .info-box .txt-tel{color:#333;font-size:16px;font-weight:700;line-height:20px}.cust-layout .gnb-wrap .info-box .txt-exp{color:#575757;font-size:12px;font-weight:400;line-height:18px;letter-spacing:-.3px}.v-dialog-alert.active{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.back-full-layer{background-color:#0000004d;position:fixed;left:0;top:0;right:0;bottom:0;z-index:5001;display:flex;justify-content:center;align-items:center}.v-dialog-alert .alert-wrap{width:325px;padding:36px 16px 16px;border-radius:16px;background:#fff}.v-dialog-alert .alert-wrap .text-box{text-align:center;margin-bottom:24px;font-size:14px;color:#575757}.body-pd-40{padding:40px 0 100px}.mypage-layout{background:#f8f8f8;-webkit-user-select:none;user-select:none}.mypage-layout .gnb-wrap{border-radius:16px;background:#fff;width:230px;box-sizing:border-box;padding:28px 20px}.mypage-layout .mypage-body{display:grid;grid-template-columns:260px 1fr;gap:28px}.mypage-layout .footer-wrap{overflow:hidden}@media (max-width: 768px){.mypage-layout .mypage-body{display:block}.mypage-layout .mypage-gnb{display:none}.mypage-layout .mypage-content{width:100%;max-width:100%;overflow-x:hidden}}@media (max-width: 768px){.cust-layout .cust-wrap .inner-base-2{margin-bottom:0}.mobile-board__sticky-top{position:sticky;top:0;right:0;left:0;z-index:100;width:100vw;display:flex;flex-direction:column;background-color:#fff}.mobile-board__sticky-top .board-view-tit-st2-box{display:flex;padding:16px;flex-direction:column}.mobile-board__sticky-top .board-view-tit-st2-box .like-box{top:-40px;right:20px}.mobile-board__sticky-top .board-view-tit-st2-box .mobile-board-view__tit{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mobile-board__sticky-top .board-view-tit-st2-box .mobile-board-view__tit .date-box{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.mobile-board__sticky-top .board-view-tit-st2-box .mobile-board-view__tit .art-icon-box{padding:0}.inner-base-2 .cust-gnb{display:none}.inner-base-2 .cust-body{padding-block:0px!important;padding-inline:0px!important;width:100vw;height:100%}.app-board-header__fixed{display:flex;flex-direction:column;background-color:#fff;z-index:100}.app-board-header__fixed .search-box{margin:0 16px;display:flex;padding:14px 16px;justify-content:center;align-items:center;gap:12px;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);height:48px}.app-board-header__fixed .search-box .v-field--variant-plain{height:30px;display:flex;align-items:center;justify-content:center}.app-board-header__fixed .search-box .v-field__clearable{display:flex;align-items:center;padding-top:5px!important}.app-board-header{display:flex!important;top:0;right:0;justify-content:center;align-items:center;box-sizing:border-box;width:100vw;height:52px;padding:14px 16px;position:relative}.app-board-header .btn-left{position:absolute;left:16px;top:14px}.app-board-header .tit{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px}.app-essay-header__bottom{display:flex;width:100%;padding:12px 16px;justify-content:space-between;align-items:flex-start}.app-essay-header__bottom .essay-header__bottom-total{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.app-essay-header__bottom .essay-header__bottom-total .essay__total-text{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.cust-layout .cust-wrap .inner-base-2{grid-template-columns:1fr}.cust-layout .cust-wrap .inner-base-2 .cust-body{width:100%}}.wrap-as-none{display:contents}.wrap-as-none .app-board-header__fixed{display:none}.app-board-header .btn-right{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px}.app-board-header .btn-right .btn-hamburger{display:flex;width:24px;height:24px;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.app-board-header .btn-right .btn-mypage{display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.app-board-header .btn-right .btn-mypage .icon-mypage{display:flex;background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto;width:36px;height:36px;border-radius:100%;font-size:0}@media (max-width: 768px){.nmc-menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:998}.nmc-menu-dropdown{display:flex;flex-direction:column;position:fixed;top:60px;left:16px;min-width:160px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:999;overflow:hidden;padding:8px 0}.nmc-menu-dropdown .nmc-menu-item{display:flex;align-items:center;gap:8px;padding:10px 20px;color:#333;font-family:Pretendard;font-size:15px;font-weight:500;line-height:20px;text-decoration:none;transition:all .2s}.nmc-menu-dropdown .nmc-menu-item .icon{display:flex;align-items:center;line-height:0}.nmc-menu-dropdown .nmc-menu-item:hover{background:#f5f5f5;color:#eb4c10}.nmc-menu-dropdown .nmc-menu-item.active{color:#eb4c10;font-weight:700;background:#fff5f2}.mypage-menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:998}.mypage-menu-dropdown{display:block;position:fixed;top:60px;right:16px;width:280px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:999;overflow:hidden}.mypage-menu-dropdown .login-msg-box{padding:20px;width:100%;box-sizing:border-box}.mypage-menu-dropdown .login-msg-box .txt-box{display:flex;flex-direction:column;align-items:flex-start;color:#333;font-size:15px;margin-bottom:16px;padding-top:6px}.mypage-menu-dropdown .login-msg-box .txt-box .txt1{font-weight:700}.mypage-menu-dropdown .login-msg-box .txt-box .txt2{color:#757575;font-size:13px;margin-top:4px}.mypage-menu-dropdown .login-msg-box .gnb-menu-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding-top:12px;border-top:1px solid #f5f5f5}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item{display:inline-block;padding:6px 12px;color:#333;font-family:Pretendard;font-size:13px;font-weight:500;line-height:20px;text-decoration:none;border-radius:6px;background:#f9f9f9;transition:all .2s;white-space:nowrap}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item:hover{background:#f0f0f0;color:#eb4c10}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item.active{background:#fff5f2;color:#eb4c10;font-weight:600}.mypage-menu-dropdown .login-msg-box .btn-xs.line{width:100%;margin-top:8px;padding:8px 16px;border:1px solid #ebebeb;border-radius:6px;background:#fff;color:#333;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.mypage-menu-dropdown .login-msg-box .btn-xs.line:hover{background:#f5f5f5}.mypage-menu-dropdown .login-msg-box .btn-xs.line.login-btn{background:var(--orange-300-main, #eb4c10);color:#fff;border-color:var(--orange-300-main, #eb4c10)}.mypage-menu-dropdown .login-msg-box .btn-xs.line.login-btn:hover{background:#d43d0e;border-color:#d43d0e}}.post-share__dialog{width:100%}.post-share__container{padding:16px 0;display:flex;flex-direction:column;gap:16px;background:var(--gray-100-white, #FFF)}.post-share__header{height:45px;padding:0 16px;display:flex;justify-content:center;align-items:center;color:var(--gray-900-black, #2C2C2E);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.post-share__header .post-share__close{position:absolute;right:16px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.post-share__body{padding:0 16px}.post-share__body .post-share__button-wrapper{display:flex;flex-direction:row;justify-content:center;gap:8px}.post-share__body .post-share__button{width:100px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;border-radius:6px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);cursor:pointer;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.post-share__body .post-share__button:hover,.post-share__body .post-share__button .active{border-color:var(--orange-300-main, #EB4C10)}.post-share__body .post-share__button .icon{width:32px;height:32px}.input[data-v-b1b074ab]{border:0}.btn-box[data-v-b1b074ab]{margin-top:10px}.loading-container[data-v-8cc9b54d]{display:flex;justify-content:center;align-items:center;z-index:10;opacity:.3;position:absolute;background:#fff;top:0;bottom:0;right:0;left:0}.grid-container .item .txt-date[data-v-8cc9b54d]{color:#757575;font-weight:500}@media (max-width: 768px){.st-essay-list .grid-container[data-v-8cc9b54d]{gap:8px}.st-essay-list .grid-container .item[data-v-8cc9b54d]{position:relative;max-width:100%;flex:0 0 100%;display:flex;flex-direction:column;align-items:center;gap:0}.grid-container[data-v-8cc9b54d]{grid-template-columns:repeat(1,1fr);padding:0 16px;gap:8px}.grid-container .app-essay__item[data-v-8cc9b54d]{position:relative;border-radius:8px}.grid-container .app-essay__item .img-box[data-v-8cc9b54d]{max-height:160px}.grid-container .app-essay__item .img-box img[data-v-8cc9b54d]{width:100%;height:100%;filter:brightness(.6)}.grid-container .app-essay__item .app-essay__title[data-v-8cc9b54d]{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;padding:0 16px;display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}.grid-container .app-essay__item .app-essay__title .txt-tit[data-v-8cc9b54d]{color:var(--gray-100-white, #fff);font-family:Nanum Myeongjo;font-size:18px;font-style:normal;font-weight:400;line-height:22px;word-break:keep-all}.grid-container .app-essay__item .app-essay__title .txt-date[data-v-8cc9b54d]{color:var(--Gray-300, #ebebeb);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:16px}}.art-icon-box .NEW{display:flex;height:18px;padding:3px 6px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:#ffb4011a;color:#ffb401;text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.board-td-title{color:var(--Gray-800, #333);font-size:15px;font-weight:500;line-height:20px;letter-spacing:-.375px}.no-data-message{text-align:center;padding:40px 0;color:#666;font-size:15px}.no-data-message-2{display:flex;padding:160px 20px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;color:var(--Gray-600, #757575);text-align:center;font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.375px}.btn-line-red{display:flex;padding:6px 10px;justify-content:center;align-items:center;gap:4px;color:var(--orange-300-main, #eb4c10);text-align:center;font-size:12px;font-style:normal;font-weight:700;line-height:14px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff)}.mobile-card-list{display:none}@media (max-width: 768px){.my-tab-box{margin-bottom:0!important}.desktop-table{display:none}.mobile-card-list{display:block;border-bottom:1px solid #e0e0e0}.mobile-card-item{padding:16px;border-bottom:1px solid #e0e0e0;cursor:pointer;background:#fff;position:relative}.mobile-card-item:last-child{border-bottom:none}.mobile-card-header{margin-bottom:0}.mobile-card-title{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-bottom:4px}.mobile-card-title-text{color:var(--Gray-800, #333);font-size:15px;font-weight:500;line-height:20px;letter-spacing:-.375px;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.mobile-card-category{color:var(--Gray-800, #333);font-size:15px;font-weight:500;line-height:20px;letter-spacing:-.375px}.mobile-card-footer{display:flex;justify-content:space-between;align-items:center}.mobile-card-footer .st-board-state{position:absolute;right:16px;top:20px}.mobile-card-date{color:var(--Gray-500, #757575);font-size:15px;font-weight:400;line-height:20px}.mobile-card-status{display:inline-flex;padding:12px 20px;justify-content:center;align-items:center;border-radius:4px;font-size:14px;font-weight:700;line-height:14px;white-space:nowrap}.mobile-card-status.PENDING{background:#f5f5f5;color:#757575}.mobile-card-status.IN_PROGRESS,.mobile-card-status.WRITING{background:#424242;color:#fff}.mobile-card-status.COMPLETED{background:#eb4c10;color:#fff!important}.st-board-state.mobile-card-status.COMPLETED{color:#fff!important}.mobile-no-data{padding:20px}.pagination{padding-bottom:16px}}@media (min-width: 769px){.desktop-table{display:table}.mobile-card-list{display:none}}body[data-v-a6ae3f93]{font-size:1rem;font-family:Pretendard,Noto Sans KR,sans-serif;letter-spacing:-.5px}.v-application[data-v-a6ae3f93]{font-family:Pretendard!important}button[data-v-a6ae3f93],input[data-v-a6ae3f93]{-webkit-border-radius:0;border-radius:0;border:0}button[data-v-a6ae3f93]{background-color:transparent}fieldset[data-v-a6ae3f93],img[data-v-a6ae3f93]{border:0}img[data-v-a6ae3f93]{vertical-align:top;max-width:100%}ol[data-v-a6ae3f93],ul[data-v-a6ae3f93]{list-style:none}address[data-v-a6ae3f93],em[data-v-a6ae3f93]{font-style:normal}a[data-v-a6ae3f93]{color:inherit;text-decoration:none}a[data-v-a6ae3f93]:hover{text-decoration:none}iframe[data-v-a6ae3f93]{overflow:hidden;margin:0;border:0;padding:0;vertical-align:top}mark[data-v-a6ae3f93]{background-color:transparent}i[data-v-a6ae3f93]{font-style:normal}table[data-v-a6ae3f93]{border-collapse:collapse;border-spacing:0}.article-content-box blockquote[data-v-a6ae3f93]{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Black-C4SKphCp.woff2) format("woff2"),url(/assets/Pretendard-Black-2guK-pj0.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Bold-chcxVZIw.woff2) format("woff2"),url(/assets/Pretendard-Bold-CWaxYmLQ.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraBold-D2hxiWW6.woff2) format("woff2"),url(/assets/Pretendard-ExtraBold-Cvskj7_o.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Regular-CvNmaaUh.woff2) format("woff2"),url(/assets/Pretendard-Regular-YN4APvLQ.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraLight-CarprQm_.woff2) format("woff2"),url(/assets/Pretendard-ExtraLight-C1DIXRF2.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Light-BFeWK3ma.woff2) format("woff2"),url(/assets/Pretendard-Light-C0h145Wr.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-BQy9e_Np.woff2) format("woff2"),url(/assets/Pretendard-Medium-DKugNpno.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-SemiBold-nGbyQ38B.woff2) format("woff2"),url(/assets/Pretendard-SemiBold-BP4hgMH5.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Thin-3Gl8pRl8.woff2) format("woff2"),url(/assets/Pretendard-Thin-D7AMBPjr.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:ChosunGs;font-weight:400;font-style:normal;src:url(/assets/chosunGs-CoBIiMGp.woff2) format("woff2"),url(/assets/chosunGs-Dy9cm-VA.woff) format("woff");font-display:swap}@font-face{font-family:Nanum Myeongjo;font-style:normal;font-weight:400;src:url(/assets/NanumMyeongjo-NJTCXu3-.woff2) format("woff2"),url(/assets/NanumMyeongjo-D7CVxTEY.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:300;src:url(/assets/MaruBuri-Light-Dv-wRhSZ.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:400;src:url(/assets/MaruBuri-Regular-CbGatHH0.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:500;src:url(/assets/MaruBuri-SemiBold-BcB1DBmU.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:600;src:url(/assets/MaruBuri-Bold-sW0Me6sj.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:700;src:url(/assets/MaruBuri-Bold-sW0Me6sj.woff) format("woff");font-display:swap}@font-face{font-family:Jalnan Gothic;src:url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff) format("woff");font-weight:400;font-style:normal}.icon-setting[data-v-a6ae3f93]{width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex}.icon-setting.font-none[data-v-a6ae3f93]{font-size:0}.icon-setting.xs[data-v-a6ae3f93]{width:14px;height:14px;background-size:100% auto}.icon-arrow01[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:23px;height:23px;font-size:0;display:block}.icon-arrow01.down[data-v-a6ae3f93]{transform:rotate(90deg);transition:transform .3s ease}.icon-arrow01.up[data-v-a6ae3f93]{transform:rotate(270deg);transition:transform .3s ease}.icon-arrow02[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_arrow'%20clip-path='url(%23clip0_3199_70881)'%3e%3cpath%20id='Vector'%20d='M3.33325%208.00004H12.6666M12.6666%208.00004L9.99992%205.33337M12.6666%208.00004L9.99992%2010.6667'%20stroke='%23575757'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3199_70881'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-reset[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_213_1'%20data-name='구성%20요소%20213%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_17462'%20data-name='패스%2017462'%20d='M0,0H19.872V21.65H0Z'%20transform='translate(-1.662%20-1.219)'%20fill='%23eb4c10'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_51'%20data-name='사각형%2051'%20width='24'%20height='24'%20fill='none'/%3e%3cg%20id='그룹_20996'%20data-name='그룹%2020996'%20transform='translate(3.726%202.189)'%3e%3cg%20id='마스크_그룹_8549'%20data-name='마스크%20그룹%208549'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_17461'%20data-name='패스%2017461'%20d='M16.534,10.465a.81.81,0,0,0-1.618.091c.007.126.011.255.011.382a6.648,6.648,0,1,1-4.533-6.307l-2.162.783a.81.81,0,1,0,.552,1.524l3.939-1.426.012-.005.043-.018.031-.014.039-.021.031-.018.034-.023.032-.023.029-.024.032-.028.024-.025.031-.034.021-.026.029-.038.008-.01.011-.018.023-.038.018-.034.016-.035c.006-.013.011-.026.016-.04L13.215,5c0-.014.009-.028.013-.042s.006-.023.008-.034.006-.027.008-.041,0-.025.006-.038,0-.025,0-.038,0-.028,0-.042,0-.023,0-.035,0-.03,0-.045,0-.023,0-.034,0-.029-.006-.043,0-.025-.007-.037-.006-.026-.009-.038-.008-.028-.013-.042,0-.014-.006-.021L11.782.535a.81.81,0,1,0-1.524.552L11,3.123a8.275,8.275,0,1,0,5.552,7.816c0-.157,0-.316-.013-.473'%20transform='translate(0%200)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex;font-size:0}.sBtn[data-v-a6ae3f93]{border-radius:8px;background:#eb4c10;color:#fff!important;height:38px;padding:0 14px;display:flex;align-items:center;justify-content:center;font-weight:600}.sBtn.nor[data-v-a6ae3f93]{background:#fff;color:#333!important;border:1px solid #ebebeb}.sBtn.sBtn-outline[data-v-a6ae3f93]{background:#fff;color:#eb4c10!important;border:1px solid #eb4c10}.sBtn.h26[data-v-a6ae3f93]{height:26px;padding:0;width:82px;border-radius:6px;font-size:12px}.icon-restart[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;font-size:0;margin-right:8px}.icon-search[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;margin-right:8px}.icon-message[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_message_fill'%20clip-path='url(%23clip0_3142_70198)'%3e%3cpath%20id='Vector'%20d='M15%2029.9998H10C8.67392%2029.9998%207.40215%2029.4731%206.46447%2028.5354C5.52678%2027.5977%205%2026.3259%205%2024.9998V11.6665C5%2010.3404%205.52678%209.06865%206.46447%208.13097C7.40215%207.19329%208.67392%206.6665%2010%206.6665H30C31.3261%206.6665%2032.5979%207.19329%2033.5355%208.13097C34.4732%209.06865%2035%2010.3404%2035%2011.6665V24.9998C35%2026.3259%2034.4732%2027.5977%2033.5355%2028.5354C32.5979%2029.4731%2031.3261%2029.9998%2030%2029.9998H25L20%2034.9998L15%2029.9998Z'%20fill='%23575757'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2014.9998C12.083%2014.3094%2012.6427%2013.7498%2013.333%2013.7498H26.6663C27.3567%2013.7498%2027.9163%2014.3094%2027.9163%2014.9998C27.9163%2015.6901%2027.3567%2016.2498%2026.6663%2016.2498H13.333C12.6427%2016.2498%2012.083%2015.6901%2012.083%2014.9998Z'%20fill='white'/%3e%3cpath%20id='Vector%20(Stroke)_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2021.6665C12.083%2020.9761%2012.6427%2020.4165%2013.333%2020.4165H23.333C24.0234%2020.4165%2024.583%2020.9761%2024.583%2021.6665C24.583%2022.3569%2024.0234%2022.9165%2023.333%2022.9165H13.333C12.6427%2022.9165%2012.083%2022.3569%2012.083%2021.6665Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70198'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-kko[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3142_70202)'%3e%3cpath%20d='M20%2039.9998C31.0457%2039.9998%2040%2031.0455%2040%2019.9998C40%208.95406%2031.0457%20-0.000244141%2020%20-0.000244141C8.9543%20-0.000244141%200%208.95406%200%2019.9998C0%2031.0455%208.9543%2039.9998%2020%2039.9998Z'%20fill='%23FAE300'/%3e%3cpath%20d='M20.002%2010.833C14.4786%2010.833%2010.002%2014.3722%2010.002%2018.7388C10.002%2021.5805%2011.8986%2024.0722%2014.7461%2025.4647C14.537%2026.2455%2013.9886%2028.298%2013.8786%2028.7322C13.7436%2029.2763%2014.0778%2029.2688%2014.2953%2029.1222C14.467%2029.008%2017.0353%2027.2622%2018.1436%2026.508C18.758%2026.599%2019.3783%2026.6447%2019.9995%2026.6447C25.522%2026.6447%2029.9995%2023.1047%2029.9995%2018.7388C29.9995%2014.373%2025.522%2010.833%2019.9995%2010.833'%20fill='%23391B1B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70202'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-circle[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_circle'%20clip-path='url(%23clip0_3142_70175)'%3e%3cline%20id='Line%201'%20x1='11.0607'%20y1='10.667'%20x2='13.7712'%20y2='13.3776'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20id='Ellipse%201'%20cx='7'%20cy='7.00024'%20r='5'%20stroke='%23575757'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70175'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0%200.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-filter[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17.5'%20height='17.5'%20viewBox='0%200%2017.5%2017.5'%3e%3cpath%20id='패스_4476'%20data-name='패스%204476'%20d='M12,6V4m0,2a2,2,0,0,0,0,4m0-4a2,2,0,0,1,0,4M6,18a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4m6,6V20m6-2a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4'%20transform='translate(-3.25%20-3.25)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:flex;font-size:0}.icon-order[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20id='arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3crect%20id='Boundary'%20width='16'%20height='16'%20fill='none'/%3e%3cg%20id='그룹_19883'%20data-name='그룹%2019883'%20transform='translate(2.43%203.317)'%3e%3cg%20id='그룹_19856'%20data-name='그룹%2019856'%20transform='translate(0%200)'%3e%3cpath%20id='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-2'%20data-name='chevron-left'%20d='M9.606,0H0'%20transform='translate(2.624%200.364)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3cg%20id='그룹_19857'%20data-name='그룹%2019857'%20transform='translate(11.224%209.703)%20rotate(-180)'%3e%3cpath%20id='chevron-left-3'%20data-name='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249%200)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-4'%20data-name='chevron-left'%20d='M9.387,0H0'%20transform='translate(2.624%200.295)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:36px;height:36px;display:flex;font-size:0}.toolbar_view_mode_image_list[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_list.active[data-v-a6ae3f93]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.toolbar_view_mode_image_grid[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_grid.active[data-v-a6ae3f93]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.trans-btn-box .line[data-v-a6ae3f93]{display:inline-block;width:1px;height:20px;background:#ebebeb;font-size:0;margin:0 20px}.trans-btn-box .btn-line+.btn-line[data-v-a6ae3f93]{margin-left:8px}.trans-btn-box .btn-line[data-v-a6ae3f93]{border-radius:16px;border:1px solid #ebebeb;background:#fff;color:#333;font-size:14px;font-weight:500;padding:0 12px;height:30px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.trans-btn-box .btn-line .count[data-v-a6ae3f93]{color:#eb4c10;font-weight:500;margin-left:5px}@keyframes rotate-a6ae3f93{0%{transform:rotate(0)}to{transform:rotate(90deg)}}@keyframes rotate2-a6ae3f93{0%{transform:rotate(90deg)}to{transform:rotate(270deg)}}.btn-rd[data-v-a6ae3f93]{display:flex;justify-content:flex-end;align-items:center}.btn-rd .btn[data-v-a6ae3f93]{margin-left:10px}.btn-rd .btn-share[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20id='icon_share'%20xmlns='http://www.w3.org/2000/svg'%20width='19.091'%20height='20'%20viewBox='0%200%2019.091%2020'%3e%3crect%20id='Boundary'%20width='19.091'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_4474'%20data-name='패스%204474'%20d='M7.537,11.2a2.372,2.372,0,0,0,0-2.129m0,2.129a2.383,2.383,0,1,1,0-2.129m0,2.129,5.294,2.63M7.537,9.074l5.294-2.63m0,0a2.4,2.4,0,0,0,3.213,1.064,2.373,2.373,0,0,0,1.071-3.193A2.4,2.4,0,0,0,13.9,3.251a2.373,2.373,0,0,0-1.071,3.193Zm0,7.389A2.373,2.373,0,0,0,13.9,17.026a2.4,2.4,0,0,0,3.214-1.064,2.373,2.373,0,0,0-1.071-3.193,2.4,2.4,0,0,0-3.214,1.064Z'%20transform='translate(-0.533%20-0.499)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-print[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20id='icon_print'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='그룹_9277'%20data-name='그룹%209277'%3e%3crect%20id='사각형_1286'%20data-name='사각형%201286'%20width='20'%20height='20'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_9278'%20data-name='그룹%209278'%20transform='translate(2%202)'%3e%3cg%20id='사각형_6897'%20data-name='사각형%206897'%20transform='translate(4%200)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='11'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='9.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cg%20id='패스_6888'%20data-name='패스%206888'%20transform='translate(0%203.999)'%20fill='%23fff'%3e%3cpath%20d='M%2014.39999961853027%206.25%20L%201.600000023841858%206.25%20C%201.113510012626648%206.25%200.75%205.974020004272461%200.75%205.727270126342773%20L%200.75%201.272729992866516%20C%200.75%201.025979995727539%201.113510012626648%200.75%201.600000023841858%200.75%20L%2014.39999961853027%200.75%20C%2014.88648986816406%200.75%2015.25%201.025979995727539%2015.25%201.272729992866516%20L%2015.25%205.727270126342773%20C%2015.25%205.974020004272461%2014.88648986816406%206.25%2014.39999961853027%206.25%20Z'%20stroke='none'/%3e%3cpath%20d='M%201.600000381469727%201.5%20C%201.561466217041016%201.5%201.527990341186523%201.50404167175293%201.5%201.509844779968262%20L%201.5%205.490155220031738%20C%201.527990341186523%205.49595832824707%201.561466217041016%205.5%201.600000381469727%205.5%20L%2014.39999961853027%205.5%20C%2014.43853378295898%205.5%2014.47200965881348%205.49595832824707%2014.5%205.490155220031738%20L%2014.5%201.509844779968262%20C%2014.47200965881348%201.50404167175293%2014.43853378295898%201.5%2014.39999961853027%201.5%20L%201.600000381469727%201.5%20M%201.600000381469727%200%20L%2014.39999961853027%200%20C%2015.28365993499756%200%2016%200.5698199272155762%2016%201.272729873657227%20L%2016%205.727270126342773%20C%2016%206.430180072784424%2015.28365993499756%207%2014.39999961853027%207%20L%201.600000381469727%207%20C%200.7163400650024414%207%200%206.430180072784424%200%205.727270126342773%20L%200%201.272729873657227%20C%200%200.5698199272155762%200.7163400650024414%200%201.600000381469727%200%20Z'%20stroke='none'%20fill='%2323252e'/%3e%3c/g%3e%3cg%20id='사각형_6898'%20data-name='사각형%206898'%20transform='translate(4%207)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='9'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='7.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cline%20id='선_277'%20data-name='선%20277'%20x2='4.627'%20transform='translate(5.801%2011.331)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_279'%20data-name='선%20279'%20x2='4.627'%20transform='translate(5.801%2012.94)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_278'%20data-name='선%20278'%20transform='translate(12.941%205.408)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.btn-rd-38[data-v-a6ae3f93]{width:38px;height:38px;border-radius:100%;display:flex;margin-left:8px}.btn-rd .btn-rd-40[data-v-a6ae3f93]{width:40px;height:40px;border:1px solid #cacede;border-radius:100%;display:flex}.btn-rd .btn-sq-40[data-v-a6ae3f93]{width:108px;height:40px;border:1px solid #ff6e6e;border-radius:8px;color:#eb4c10;font-weight:600;font-size:15px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_save'%20clip-path='url(%23clip0_2569_3522)'%3e%3cpath%20id='&%23237;&%23149;&%23169;&%23236;&%23185;&%23152;&%23234;&%23184;&%23176;%201'%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_3522'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 15px center no-repeat;padding-left:40px;display:flex;justify-content:flex-start;align-items:center}.btn-rd .btn-sq-40.active[data-v-a6ae3f93]{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2569_343)'%3e%3cpath%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_343'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.btn-rd .btn-sq-40.list[data-v-a6ae3f93]{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#333;border-color:#ebebeb}.btn-rd .btn-sq-20[data-v-a6ae3f93]{width:20px;height:20px;display:flex;font-size:0}.btn-rd.chnkor[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M28.3857%2019.041V22.4883H29.6943V23.3965H28.3857V27.8496H27.3018V19.041H28.3857ZM26.0518%2019.959C26.0518%2022.5566%2024.9775%2024.832%2022.0381%2026.2773L21.4229%2025.4375C23.5713%2024.3682%2024.7334%2022.8643%2024.958%2020.8574H21.9014V19.959H26.0518Z'%20fill='%23333333'/%3e%3cpath%20d='M14.219%2012.366L15.371%2012.699C14.237%2015.939%2012.14%2017.829%208.918%2018.837C8.792%2018.567%208.45%2018.045%208.234%2017.784C11.348%2016.965%2013.283%2015.3%2014.219%2012.366ZM10.745%2012.438C11.654%2015.102%2013.598%2017.019%2016.802%2017.739C16.541%2017.991%2016.19%2018.504%2016.019%2018.819C12.644%2017.937%2010.79%2015.876%209.665%2012.762L10.745%2012.438ZM8.396%2011.781H16.64V12.843H8.396V11.781ZM11.933%2010.359H13.049V12.429H11.933V10.359Z'%20fill='%23333333'/%3e%3crect%20x='21.5701'%20y='13.5538'%20width='1'%20height='12'%20transform='rotate(30%2021.5701%2013.5538)'%20fill='%23C2C2C2'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.kor[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M22.8403%2013.6152V18.0459H24.478V19.3789H22.8403V25.1426H21.2153V13.6152H22.8403ZM19.7554%2014.7959C19.7427%2018.249%2018.397%2021.2451%2014.5122%2023.1494L13.5981%2021.9053C16.334%2020.5342%2017.8003%2018.6934%2018.105%2016.1162H14.2583V14.7959H19.7554Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.chn[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M21.292%2015.488L22.828%2015.932C21.316%2020.252%2018.52%2022.772%2014.224%2024.116C14.056%2023.756%2013.6%2023.06%2013.312%2022.712C17.464%2021.62%2020.044%2019.4%2021.292%2015.488ZM16.66%2015.584C17.872%2019.136%2020.464%2021.692%2024.736%2022.652C24.388%2022.988%2023.92%2023.672%2023.692%2024.092C19.192%2022.916%2016.72%2020.168%2015.22%2016.016L16.66%2015.584ZM13.528%2014.708H24.52V16.124H13.528V14.708ZM18.244%2012.812H19.732V15.572H18.244V12.812Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.sorting[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31628)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6667H13.1668M13.1668%2015.6667L15.2502%2013.5834M13.1668%2015.6667L15.2502%2017.75'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31628'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.sorting.on[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_2149_28235)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6666H13.1668M13.1668%2015.6666L15.2502%2013.5833M13.1668%2015.6666L15.2502%2017.75'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2149_28235'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31574)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31574'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally.on[data-v-a6ae3f93]{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='38'%20height='38'%20rx='19'%20fill='%23EB4C10'/%3e%3cg%20clip-path='url(%23clip0_1627_31697)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31697'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.fntcolor01[data-v-a6ae3f93]{background:url(/assets/icon-fnt-color-01-p9I1qeMd.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor02[data-v-a6ae3f93]{background:url(/assets/icon-fnt-color-02-Bh7fszg0.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor03[data-v-a6ae3f93]{background:url(/assets/icon-fnt-color-03-CNj94q9k.svg) transparent center center no-repeat;font-size:0}.ni-12-close-circle[data-v-a6ae3f93]{width:12px;height:12px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_2'%20clip-path='url(%23clip0_12145_21593)'%3e%3ccircle%20id='Ellipse%202'%20cx='6'%20cy='6'%20r='6'%20fill='%23C2C2C2'/%3e%3cpath%20id='icon/cancel'%20d='M4%208L6%206M6%206L7.25015%204.74985L8%204M6%206L4%204M6%206L8%208'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12145_21593'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat}.txt-round[data-v-a6ae3f93]{background:transparent 0% 0% no-repeat padding-box;border-radius:10px;color:#fff;font-size:24px;width:44px;height:44px;display:flex;justify-content:center;align-items:center;font-weight:400;border:.5px solid transparent;position:relative;font-family:ChosunGs}.txt-round.detail[data-v-a6ae3f93]{width:32px!important;height:32px!important;margin-bottom:8px;border-radius:8px}.txt-round.chnkor[data-v-a6ae3f93]{flex-direction:column;line-height:1.1}.txt-round.chnkor .chn[data-v-a6ae3f93]{font-size:24px;font-weight:400;position:absolute;left:6px;top:6px}.txt-round.chnkor .txt-main[data-v-a6ae3f93]{font-size:12px;font-weight:400;position:absolute;right:6px;bottom:6px}.txt-round.line[data-v-a6ae3f93]{border:.5px solid #23252e;color:#23252e;background:#fff}.txt-round.green01[data-v-a6ae3f93]{border:.5px solid #5e9f1c;background:#5e9f1c}.txt-round.red01[data-v-a6ae3f93]{border:.5px solid #c23535;background:#c23535}.txt-round.black[data-v-a6ae3f93]{border:.5px solid #404040;background:#404040}.txt-round.none[data-v-a6ae3f93]{color:#babdc6;font-weight:400;font-size:18px;background-color:transparent;border:none;line-height:24px}.txt-round.xl[data-v-a6ae3f93]{width:54px;height:54px}.txt-round.txt-prt[data-v-a6ae3f93]{border-radius:0;width:38px;height:38px}.txt-round.txt-prt .big[data-v-a6ae3f93]{font-size:14px}.txt-round.txt-prt .txts[data-v-a6ae3f93]{font-size:8px}.txt-round.bg-none[data-v-a6ae3f93]{background:transparent}.KOR .txt-round .txt-main[data-v-a6ae3f93]{font-size:22px}.txt-big .txt-round[data-v-a6ae3f93]{border-radius:12px}.txt-big .txt-round .chn[data-v-a6ae3f93]{font-size:30px;font-weight:400}.txt-big .txt-round .txt-main[data-v-a6ae3f93]{font-size:13px;font-weight:400}.txt-big .txt-round.CHN .txt-main[data-v-a6ae3f93]{font-size:32px}.txt-big .txt-round.KOR .txt-main[data-v-a6ae3f93]{font-size:28px}.deaun-main-box .txt-round[data-v-a6ae3f93]{font-weight:500}.five01[data-v-a6ae3f93]{background-color:#c23535;border-color:#c23535;color:#fff;border:none}.five02[data-v-a6ae3f93]{background-color:#404040;border-color:#404040;color:#fff;border:none}.five03[data-v-a6ae3f93]{background-color:#5e9f1c;border-color:#5e9f1c;color:#fff;border:none}.five04[data-v-a6ae3f93]{background-color:#949494;border-color:#949494;color:#fff;border:none}.five05[data-v-a6ae3f93]{background-color:#db9823;border-color:#db9823;color:#fff;border:none}.five06[data-v-a6ae3f93]{background-color:#ebebeb!important;border-color:transparent;color:#575757!important;border:none}.ganji-txt.five01[data-v-a6ae3f93],.ganji-txt.five02[data-v-a6ae3f93],.ganji-txt.five03[data-v-a6ae3f93],.ganji-txt.five04[data-v-a6ae3f93],.ganji-txt.five05[data-v-a6ae3f93]{background-color:transparent}.ganji-txt.five01[data-v-a6ae3f93]{color:#c23535}.ganji-txt.five02[data-v-a6ae3f93]{color:#404040}.ganji-txt.five03[data-v-a6ae3f93]{color:#5e9f1c}.ganji-txt.five04[data-v-a6ae3f93]{color:#949494}.ganji-txt.five05[data-v-a6ae3f93]{color:#db9823}.ganji-txt.prt-txt[data-v-a6ae3f93]{font-size:12px;font-weight:500}.fntcolor02 .five01[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#c23535}.fntcolor02 .five02[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#404040}.fntcolor02 .five03[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#5e9f1c}.fntcolor02 .five04[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#949494}.fntcolor02 .five05[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#db9823}.fntcolor02 .data-detail .txt-round .five01[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#c23535}.fntcolor02 .data-detail .txt-round .five02[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#404040}.fntcolor02 .data-detail .txt-round .five03[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#5e9f1c}.fntcolor02 .data-detail .txt-round .five04[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#949494}.fntcolor02 .data-detail .txt-round .five05[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#db9823}.fntcolor02 .ganji-txt.five01[data-v-a6ae3f93],.fntcolor02 .ganji-txt.five02[data-v-a6ae3f93],.fntcolor02 .ganji-txt.five03[data-v-a6ae3f93],.fntcolor02 .ganji-txt.five04[data-v-a6ae3f93],.fntcolor02 .ganji-txt.five05[data-v-a6ae3f93]{background-color:transparent;border:none}.fntcolor03 .five01[data-v-a6ae3f93],.fntcolor03 .five02[data-v-a6ae3f93],.fntcolor03 .five03[data-v-a6ae3f93],.fntcolor03 .five04[data-v-a6ae3f93],.fntcolor03 .five05[data-v-a6ae3f93],.fntcolor03 .data-detail .txt-round .five01[data-v-a6ae3f93],.fntcolor03 .data-detail .txt-round .five02[data-v-a6ae3f93],.fntcolor03 .data-detail .txt-round .five03[data-v-a6ae3f93],.fntcolor03 .data-detail .txt-round .five04[data-v-a6ae3f93],.fntcolor03 .data-detail .txt-round .five05[data-v-a6ae3f93]{border:1px solid #ebebeb;background:#f8f8f8;color:#333}.fntcolor03 .ganji-txt.five01[data-v-a6ae3f93],.fntcolor03 .ganji-txt.five02[data-v-a6ae3f93],.fntcolor03 .ganji-txt.five03[data-v-a6ae3f93],.fntcolor03 .ganji-txt.five04[data-v-a6ae3f93],.fntcolor03 .ganji-txt.five05[data-v-a6ae3f93]{background-color:transparent;border:none}.header-wrap[data-v-a6ae3f93]{position:relative;z-index:2;display:flex;box-sizing:border-box;block-size:64px;box-shadow:0 1px 4px #00000024;background-color:#fff}.header-wrap .inner-base.pc[data-v-a6ae3f93]{display:flex}.header-wrap .inner-base.mobile[data-v-a6ae3f93]{display:none}.header-wrap .hd__logo[data-v-a6ae3f93]{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:40px;font-size:0;inline-size:130px}.header-wrap .nav-list[data-v-a6ae3f93]{display:flex;align-items:center;justify-content:flex-start;font-weight:500}.header-wrap .nav-list a[data-v-a6ae3f93]{color:#23252e}.header-wrap .nav-list a.st-guide[data-v-a6ae3f93]{width:auto;display:flex;align-items:center;justify-content:center}.header-wrap .nav-list li[data-v-a6ae3f93]{position:relative;display:flex;align-items:center;cursor:pointer;padding-inline-start:2rem}.header-wrap .nav-list li .icon-mypage[data-v-a6ae3f93]{display:flex;background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto;block-size:36px;font-size:0;inline-size:2rem}.header-wrap .nav-list li .active[data-v-a6ae3f93]{color:#eb4c10}.bg-body-gray[data-v-a6ae3f93]{z-index:1;box-sizing:border-box;flex-grow:1;background:#f2f5f8;inline-size:100%;min-block-size:calc(100vh - 206px);padding-block-end:85px}.hd-inner-base[data-v-a6ae3f93]{width:1360px;margin:0 auto}.hd-inner-base.pos-r[data-v-a6ae3f93]{position:relative}.hd-inner-base.between[data-v-a6ae3f93]{display:flex;justify-content:space-between;align-items:center}.hd-inner-base .inner-base-3[data-v-a6ae3f93]{margin:0}.main-layout .hd-inner-base[data-v-a6ae3f93]{inline-size:1360px}.main-layout .header-wrap .nav-list li[data-v-a6ae3f93]{padding-inline-start:2rem}.main-layout .main-right-box[data-v-a6ae3f93]{padding-block-start:94px}.footer-wrap[data-v-a6ae3f93]{background-color:#38404a}.footer-wrap .ft-logo[data-v-a6ae3f93]{padding-inline:0}.footer-wrap .ft-logo .logo[data-v-a6ae3f93]{display:block;background:url(/assets/logo_w-BkXrwtOa.png) center center no-repeat;background-size:100% auto;block-size:40px;font-size:0;inline-size:107px}.footer-wrap .banner-box[data-v-a6ae3f93]{background:url(/assets/banner01-DwMuJC1N.png);block-size:150px}.footer-wrap .inner-base[data-v-a6ae3f93]{display:flex;align-items:center;justify-content:space-between;inline-size:1360px;padding-block:30px 20px}.footer-wrap .inner-base .address-sec[data-v-a6ae3f93]{display:flex;flex-direction:column;color:#fff;font-size:14px;font-weight:300}.footer-wrap .copyright[data-v-a6ae3f93]{color:#999;font-size:14px;font-weight:300;letter-spacing:-.35px}.content[data-v-a6ae3f93]{padding-block-end:120px}.intro-wrap[data-v-a6ae3f93]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;margin:0;background-color:#fff;block-size:100vh;inline-size:100vw}.intro-wrap .logo-box[data-v-a6ae3f93]{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:68px;font-size:0;inline-size:100%;margin-block-end:40px}.intro-wrap .tit[data-v-a6ae3f93]{color:#333;font-size:28px;font-weight:700;line-height:40px;margin-block-end:8px}.intro-wrap .txt1[data-v-a6ae3f93]{color:#575757;font-size:16px;font-weight:500;line-height:24px;margin-block-end:150px;text-align:center}.intro-wrap .txt2[data-v-a6ae3f93]{color:#333;font-size:16px;font-weight:700;line-height:28px;margin-block-end:16px}.intro-wrap .btn-box[data-v-a6ae3f93]{display:flex;align-items:center;justify-content:center}.intro-wrap .btn-box .btn-line[data-v-a6ae3f93]{display:flex;border:1px solid #ebebeb;border-radius:8px;margin-block:0;margin-inline:4px;padding-block:9px;padding-inline:15px}.intro-wrap .icon-g-store[data-v-a6ae3f93]{background:url(/assets/icon-g-store-ZM1uTP0w.svg) center center no-repeat;block-size:24px;inline-size:113px}.intro-wrap .icon-a-store[data-v-a6ae3f93]{background:url(/assets/icon-a-store-DIxaas_S.svg) center center no-repeat;block-size:24px;inline-size:113px}.main-layout[data-v-a6ae3f93],.main-layout .main-wrap[data-v-a6ae3f93]{block-size:100%;inline-size:100%}.main-layout .main-inner-base[data-v-a6ae3f93]{display:flex;justify-content:space-between;block-size:100%;inline-size:100%}.main-layout .main-inner-base .main-left-box[data-v-a6ae3f93]{height:100%;inline-size:55%}.main-layout .main-inner-base .main-left-box .essay-content[data-v-a6ae3f93]{display:flex;justify-content:flex-end;block-size:100%;inline-size:100%}.main-layout .main-inner-base .main-right-box[data-v-a6ae3f93]{block-size:100%;inline-size:45%}.main-layout .main-inner-base .main-right-box .essay-content[data-v-a6ae3f93]{display:flex;justify-content:flex-start;inline-size:600px}.main-layout .footer-wrap .inner-base[data-v-a6ae3f93]{margin:auto;inline-size:1360px}.cust-layout[data-v-a6ae3f93]{block-size:100%;inline-size:100%}.cust-layout .footer-wrap .inner-base[data-v-a6ae3f93]{margin:auto;inline-size:1360px}.cust-layout .cust-wrap[data-v-a6ae3f93]{position:relative;z-index:0;word-break:keep-all;background-color:#fff}.cust-layout .cust-wrap .inner-base-2[data-v-a6ae3f93]{display:grid;grid-template-columns:230px 1fr;gap:28px;block-size:100%;margin:auto auto 40px;max-width:1360px}.cust-layout .cust-wrap .inner-base-2 .cust-gnb[data-v-a6ae3f93]{box-sizing:border-box;padding-block-start:40px;padding-inline-end:30px}.cust-layout .cust-wrap .inner-base-2 .cust-body[data-v-a6ae3f93]{width:100%;padding-block-start:40px}.cust-layout .gnb-wrap h3[data-v-a6ae3f93]{color:#333;font-size:20px;font-weight:700;line-height:24px;margin-block-end:32px}.cust-layout .gnb-wrap .gnb-menu-box[data-v-a6ae3f93]{border-block-end:1px solid #ebebeb;margin-block-end:40px;padding-block-end:40px;display:flex;flex-direction:column;gap:28px}.cust-layout .gnb-wrap .gnb-menu-box .gnb-link[data-v-a6ae3f93]{display:flex;color:#575757;font-size:15px;font-weight:500}.cust-layout .gnb-wrap .gnb-menu-box .gnb-link .icon[data-v-a6ae3f93]{display:flex;block-size:20px;inline-size:20px;margin-inline-end:8px}.cust-layout .gnb-wrap .gnb-menu-box .gnb-link[data-v-a6ae3f93]:hover,.cust-layout .gnb-wrap .gnb-menu-box .gnb-link.active[data-v-a6ae3f93]{color:#eb4c10;font-weight:700}.cust-layout .gnb-wrap .info-box[data-v-a6ae3f93]{display:flex;flex-direction:column;gap:8px}.cust-layout .gnb-wrap .info-box .txt-tit[data-v-a6ae3f93]{color:#575757;font-size:14px;font-weight:700;line-height:18px}.cust-layout .gnb-wrap .info-box .txt-tel[data-v-a6ae3f93]{color:#333;font-size:16px;font-weight:700;line-height:20px}.cust-layout .gnb-wrap .info-box .txt-exp[data-v-a6ae3f93]{color:#575757;font-size:12px;font-weight:400;line-height:18px;letter-spacing:-.3px}.v-dialog-alert[data-v-a6ae3f93]{position:fixed;left:0;top:0;right:0;bottom:0;z-index:5000;display:none}.v-dialog-alert.active[data-v-a6ae3f93]{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.back-full-layer[data-v-a6ae3f93]{background-color:#0000004d;position:fixed;left:0;top:0;right:0;bottom:0;z-index:5001;display:flex;justify-content:center;align-items:center}.v-dialog-alert .alert-wrap[data-v-a6ae3f93]{width:325px;padding:36px 16px 16px;border-radius:16px;background:#fff}.v-dialog-alert .alert-wrap .tit-box[data-v-a6ae3f93]{font-size:15px;font-style:normal;font-weight:400;color:#333;margin-bottom:28px;text-align:center}.v-dialog-alert .alert-wrap .text-box[data-v-a6ae3f93]{text-align:center;margin-bottom:24px;font-size:14px;color:#575757}.v-dialog-alert .alert-wrap .btn-box[data-v-a6ae3f93]{display:flex;justify-content:center;align-items:center}.v-dialog-alert .alert-wrap .btn-box .btn-nor[data-v-a6ae3f93]{padding:14px 40px;border-radius:6px!important;background:#eb4c10;width:100%;display:flex;justify-content:center;align-items:center;font-size:16px;font-style:normal;font-weight:700;color:#fff}.v-dialog-alert.v-alert--density-default[data-v-a6ae3f93]{padding:0!important}.gap-big[data-v-a6ae3f93]{margin-bottom:100px}.body-pd-40[data-v-a6ae3f93]{padding:40px 0 100px}.mypage-layout[data-v-a6ae3f93]{background:#f8f8f8;-webkit-user-select:none;user-select:none}.mypage-layout .gnb-wrap[data-v-a6ae3f93]{border-radius:16px;background:#fff;width:230px;box-sizing:border-box;padding:28px 20px}.mypage-layout .mypage-body[data-v-a6ae3f93]{display:grid;grid-template-columns:260px 1fr;gap:28px}.mypage-layout .footer-wrap[data-v-a6ae3f93]{overflow:hidden}@media (max-width: 768px){.mypage-layout .mypage-body[data-v-a6ae3f93]{display:block}.mypage-layout .mypage-gnb[data-v-a6ae3f93]{display:none}.mypage-layout .mypage-content[data-v-a6ae3f93]{width:100%;max-width:100%;overflow-x:hidden}}@media (max-width: 768px){.cust-layout .cust-wrap .inner-base-2[data-v-a6ae3f93]{margin-bottom:0}.mobile-board__sticky-top[data-v-a6ae3f93]{position:sticky;top:0;right:0;left:0;z-index:100;width:100vw;display:flex;flex-direction:column;background-color:#fff}.mobile-board__sticky-top .board-view-tit-st2-box[data-v-a6ae3f93]{display:flex;padding:16px;flex-direction:column}.mobile-board__sticky-top .board-view-tit-st2-box .like-box[data-v-a6ae3f93]{top:-40px;right:20px}.mobile-board__sticky-top .board-view-tit-st2-box .mobile-board-view__tit[data-v-a6ae3f93]{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mobile-board__sticky-top .board-view-tit-st2-box .mobile-board-view__tit .date-box[data-v-a6ae3f93]{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.mobile-board__sticky-top .board-view-tit-st2-box .mobile-board-view__tit .art-icon-box[data-v-a6ae3f93]{padding:0}.inner-base-2 .cust-gnb[data-v-a6ae3f93]{display:none}.inner-base-2 .cust-body[data-v-a6ae3f93]{padding-block:0px!important;padding-inline:0px!important;width:100vw;height:100%}.app-board-header__fixed[data-v-a6ae3f93]{display:flex;flex-direction:column;background-color:#fff;z-index:100}.app-board-header__fixed .search-box[data-v-a6ae3f93]{margin:0 16px;display:flex;padding:14px 16px;justify-content:center;align-items:center;gap:12px;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);height:48px}.app-board-header__fixed .search-box .v-field--variant-plain[data-v-a6ae3f93]{height:30px;display:flex;align-items:center;justify-content:center}.app-board-header__fixed .search-box .v-field__clearable[data-v-a6ae3f93]{display:flex;align-items:center;padding-top:5px!important}.app-board-header[data-v-a6ae3f93]{display:flex!important;top:0;right:0;justify-content:center;align-items:center;box-sizing:border-box;width:100vw;height:52px;padding:14px 16px;position:relative}.app-board-header .btn-left[data-v-a6ae3f93]{position:absolute;left:16px;top:14px}.app-board-header .tit[data-v-a6ae3f93]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px}.app-essay-header__bottom[data-v-a6ae3f93]{display:flex;width:100%;padding:12px 16px;justify-content:space-between;align-items:flex-start}.app-essay-header__bottom .essay-header__bottom-total[data-v-a6ae3f93]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.app-essay-header__bottom .essay-header__bottom-total .essay__total-text[data-v-a6ae3f93]{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.cust-layout .cust-wrap .inner-base-2[data-v-a6ae3f93]{grid-template-columns:1fr}.cust-layout .cust-wrap .inner-base-2 .cust-body[data-v-a6ae3f93]{width:100%}}.wrap-as-none[data-v-a6ae3f93]{display:contents}.wrap-as-none .app-board-header__fixed[data-v-a6ae3f93]{display:none}.mobile-result-header[data-v-10373d3b]{background:#fff;padding:12px 16px}.mobile-profile-section[data-v-10373d3b]{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px}.mobile-profile-icon[data-v-10373d3b]{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:400;color:#404040;flex-shrink:0;background:#e5e5e5}.mobile-profile-icon.five01[data-v-10373d3b]{background:#c23535;color:#fff}.mobile-profile-icon.five02[data-v-10373d3b]{background:#404040;color:#fff}.mobile-profile-icon.five03[data-v-10373d3b]{background:#5e9f1c;color:#fff}.mobile-profile-icon.five04[data-v-10373d3b]{background:#949494;color:#fff}.mobile-profile-icon.five05[data-v-10373d3b]{background:#db9823;color:#fff}.mobile-profile-info[data-v-10373d3b]{flex:1;min-width:0}.mobile-profile-name[data-v-10373d3b]{font-size:16px;font-weight:700;color:#333;margin-bottom:0;display:flex;align-items:center;gap:4px;line-height:20px}.mobile-profile-detail[data-v-10373d3b]{font-size:15px;font-weight:500;color:#575757;line-height:20px}.mobile-profile-buttons[data-v-10373d3b]{display:flex;gap:4px;margin-top:8px}.mobile-profile-btn[data-v-10373d3b]{padding:6px 12px;border-radius:16px;background:#fff;border:1px solid #EBEBEB;font-size:14px;font-weight:500;color:#333;cursor:pointer;white-space:nowrap;line-height:18px}.mobile-profile-btn .memo-count[data-v-10373d3b]{color:#eb4c10}.mobile-profile-btn[data-v-10373d3b]:active{background:#f5f5f5}.mobile-profile-gender[data-v-10373d3b]{font-weight:700;color:#333}.mobile-profile-age[data-v-10373d3b]{font-size:15px;font-weight:500;color:#575757;margin-left:4px}.mobile-edit-btn[data-v-10373d3b]{margin-left:auto;padding:0;background:none;border:none;font-size:13px;font-weight:700;color:#eb4c10;cursor:pointer}.mobile-date-info[data-v-10373d3b]{font-size:14px;font-weight:500;color:#757575;line-height:18px;margin-top:4px}.mobile-date-info .mobile-date-label[data-v-10373d3b]{font-weight:500}.mobile-date-info .mobile-date-label.orange[data-v-10373d3b]{color:#ff6e6e}.mobile-date-info .mobile-date-label.blue[data-v-10373d3b]{color:#5790fc}.mobile-option-info[data-v-10373d3b]{font-size:14px;font-weight:500;color:#757575;line-height:18px;margin-top:2px}.mobile-delete-btn[data-v-10373d3b]{display:flex;align-items:center;justify-content:center;padding:6px;background:#fff;border:none;border-radius:16px;cursor:pointer}.mobile-delete-btn[data-v-10373d3b]:active{background:#f5f5f5}.saju-sticky-columns{position:fixed;z-index:100;background:#fff;box-shadow:0 2px 8px #0000001f}.saju-sticky-columns .saju-sticky-columns__inner{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:0!important;padding:12px 0!important;overflow-x:hidden!important;background:#fff!important;width:100%!important;justify-content:center!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-width:0!important;max-width:none!important;border-right:none!important;padding:0!important;margin:0!important;align-items:center!important;box-sizing:border-box!important;gap:4px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box.bg-line{background:transparent!important;border:none!important;border-radius:0!important;position:relative!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box.bg-line .txt-round.xl{width:44px!important;height:44px!important;border-radius:10px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box.bg-line .txt-round.xl.chnkor .chn{font-size:24px!important;line-height:24px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box.bg-line .txt-round.xl.chnkor .txt-main{font-size:12px!important;line-height:12px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box.bg-line .txt-round.xl .txt-main{font-size:24px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box.bg-line li:nth-child(3){padding:6px 0 9px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box.bg-line li:nth-child(4){padding:9px 0 6px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box.bg-line.cur-daeun-col:after{content:""!important;position:absolute!important;right:2.5px!important;top:20px!important;bottom:12px!important;width:1px!important;background:#e5e5e5!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li{width:100%!important;height:auto!important;min-height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-bottom:none!important;padding:0!important;box-sizing:border-box!important;list-style:none!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li:first-child{height:18px!important;background:transparent!important;margin-bottom:4px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li:nth-child(2){height:18px!important;margin-bottom:6px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li:nth-child(3),.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li:nth-child(4){height:auto!important;padding:3px 0!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li .txt1{font-size:14px!important;color:#757575!important;font-weight:400!important;white-space:nowrap!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li .txts{font-size:14px!important;color:#333!important;font-weight:400!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li .txt-round.xl{width:54px!important;height:54px!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li .txt-round.xl.chnkor .chn{font-size:30px!important;line-height:30px!important;font-weight:400!important;opacity:1!important;position:absolute!important;top:6px!important;left:50%!important;transform:translate(-50%)!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li .txt-round.xl.chnkor .txt-main{font-size:13px!important;line-height:13px!important;font-weight:400!important;position:absolute!important;bottom:4px!important;right:4px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li .txt-round.xl .txt-main{font-size:32px!important;font-weight:400!important;line-height:1!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li:nth-child(n+5){height:18px!important;margin-top:4px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box li:nth-child(n+5) .txts{font-size:14px!important;color:#333!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box .st-none-ys{display:flex!important;height:18px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box .st-none-ys .txts{font-size:14px!important;color:#757575!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box .jijangan{height:18px!important;min-height:unset!important;padding:0!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box .jijangan .txt-group-root{display:flex!important;flex-direction:row!important;gap:0!important;align-items:center!important;justify-content:center!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box .jijangan .txt-group{display:flex!important;align-items:center!important;gap:0!important;font-size:14px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box .jijangan .txt-group .txt-big{font-size:14px!important}.saju-sticky-columns .saju-sticky-columns__inner .birth-item-box .jijangan .txt-group .txt-small{display:none!important}.data-0101-box:not(.mobile) .bg-line .txt-round.xl{width:44px!important;height:44px!important;border-radius:10px!important}.data-0101-box:not(.mobile) .bg-line .txt-round.xl.chnkor .chn{font-size:24px!important;line-height:24px!important}.data-0101-box:not(.mobile) .bg-line .txt-round.xl.chnkor .txt-main{font-size:12px!important;line-height:12px!important}.data-0101-box:not(.mobile) .bg-line .txt-round.xl .txt-main{font-size:24px!important}.data-0101-box:not(.mobile) .bg-line li:nth-child(3){padding:4px 0 0!important}.data-0101-box:not(.mobile) .bg-line li:nth-child(4){padding:9px 0 7px!important}.data-0101-box:not(.mobile) .cur-seun-col.bg-line{border:none!important;border-radius:0!important}.data-0101-box:not(.mobile) .cur-daeun-col.bg-line{border:none!important;border-radius:0!important;position:relative;margin-right:8px}.data-0101-box:not(.mobile) .cur-daeun-col.bg-line:after{content:"";position:absolute;right:-6px;top:21px;bottom:12px;width:1px;background:#ebebeb}.youngsin-manse-birth-box .st-none-ys{display:none}.youngsin-manse-birth-box .data-0101-box{margin:0 auto}.youngsin-manse-birth-box .data-0101-box.mobile{width:100%;overflow-x:auto}.youngsin-manse-birth-box .data-0101-box.mobile::-webkit-scrollbar{height:8px}.youngsin-manse-birth-box .birth-tit-box .row-box{list-style:none}.youngsin-manse-birth-box .data-0101-box .txt1{display:flex;align-items:center;justify-content:center;width:100%;color:var(--Gray-600, #757575);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.youngsin-manse-birth-box .birth-item-box .txts{display:flex;align-items:center;justify-content:center;width:100%;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.youngsin-manse-birth-box .birth-item-box{padding:6px!important}.dialog-content[data-v-991fa80c]{max-height:500px;overflow:hidden}.tab-title[data-v-ee9a87aa]{display:flex;flex-direction:row}.keyword-title[data-v-ee9a87aa]{background-color:#ebebeb;margin:0 3px;cursor:pointer;border-radius:10px}.v-dialog--fullscreen.dialog-st10.dialog-saju-keyword{height:100%!important}.v-dialog--fullscreen .pop-cd-inner{width:100%!important;height:100%!important;box-sizing:border-box}.v-dialog--fullscreen .pop-cd-inner .pop-detail-body{width:100%!important;height:calc(100% - 76px)!important;box-sizing:border-box;padding:16px!important;overflow-y:auto}.v-dialog--fullscreen .pop-cd-inner .pop-tit-box .detail-tit{width:auto!important;flex:1}.v-dialog--fullscreen .v-card.br16{border-radius:0!important}.icon[data-v-80636c16]{display:inline-block;cursor:pointer}.pop-five-star-container{width:100%;height:100%;letter-spacing:-.2px}.pop-five-star-inner{width:100%;height:100%;display:inline-flex;padding-bottom:40px;flex-direction:column;justify-content:flex-start;background:var(--Orange-100, #FFF8F5)}.pop-five-star-inner.option{padding-bottom:0}.pop-five-star-inner .pop-header{width:100%;padding:40px}.pop-five-star-inner .pop-header__close{position:absolute;top:30px;right:16px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat!important;background-size:contain}.pop-five-star-inner .pop-header__large{padding:54px 0 40px}.pop-five-star-inner .pop-header__large .pop-header__content{flex-direction:column;gap:0}.pop-five-star-inner .pop-header__large .pop-header__content .pop-header__icon{text-align:center;font-size:24px;line-height:32px}.pop-five-star-inner .pop-header__large .pop-header__content .pop-header__text{display:flex;flex-direction:column}.pop-five-star-inner .pop-header__large .pop-header__content .pop-header__title{color:var(--orange-300-main, #EB4C10);text-align:center;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.pop-five-star-inner .pop-header__large .pop-header__content .pop-header__subtitle{text-align:center;color:var(--Gray-700, #575757);font-size:15px;font-weight:700;line-height:24px}.pop-five-star-inner .pop-header__content{width:100%;padding-left:10px;display:inline-flex;flex-direction:row;gap:30px;align-items:center;font-family:Pretendard;font-style:normal}.pop-five-star-inner .pop-header__content .pop-header__icon{font-size:30px;line-height:34px;width:34px;height:34px}.pop-five-star-inner .pop-header__content .pop-header__text{display:flex;flex-direction:column}.pop-five-star-inner .pop-header__content .pop-header__title{color:var(--orange-300-main, #EB4C10);font-size:18px;font-weight:700;line-height:26px}.pop-five-star-inner .pop-header__content .pop-header__subtitle{color:var(--Gray-700, #575757);font-size:15px;font-weight:700;line-height:24px}.pop-five-star-inner .pop-body{width:100%;height:100%;padding:40px;background:var(--gray-100-white, #FFF);display:flex;flex-direction:column;align-items:center}.pop-five-star-inner .pop-body.option-intro{background:none;padding:0 40px 40px}.pop-five-star-inner .pop-body .pop-body__inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.pop-five-star-inner .pop-body .pop-body__inner.option-intro{background:var(--gray-100-white, #FFF);padding:20px;height:auto;border-radius:8px}.pop-five-star-inner .pop-body .pop-body__title{margin-bottom:20px;width:100%;display:flex;flex-direction:row;gap:4px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.pop-five-star-inner .pop-body .pop-body__title .icon{width:16px;font-size:14px}.pop-five-star-inner .pop-body .pop-body__title .icon.option{margin-right:3px}.pop-five-star-inner .pop-body .pop-body__content{width:100%;padding:0 20px;display:flex;flex-direction:column;gap:16px}.pop-five-star-inner .pop-body .pop-body__desc{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.pop-five-star-inner .pop-body .pop-body__desc b{font-weight:700}.pop-five-star-inner .pop-body.pd-20{padding:0 40px;background-color:transparent;height:400px}.pop-five-star-inner .pop-body.pd-20 .pop-body__inner{padding:20px;height:fit-content;border-radius:8px;background:var(--gray-100-white, #FFF)}.pop-five-star-inner .pop-card__list{margin-top:16px;width:100%;display:flex;flex-direction:column;gap:8px}.pop-five-star-inner .pop-card__list.option{margin-top:0}.pop-five-star-inner .pop-card{display:flex;padding:12px 16px;flex-direction:row;align-items:center;gap:20px;border-radius:8px;background:var(--Gray-200, #F8F8F8);font-family:Pretendard;font-size:14px;font-style:normal;line-height:22px}.pop-five-star-inner .pop-card.option{gap:8px}.pop-five-star-inner .pop-card .pop-card__icon{width:24px;height:24px;text-align:center;font-size:16px;line-height:24px}.pop-five-star-inner .pop-card .pop-card__text{display:flex;flex-direction:column;gap:2px}.pop-five-star-inner .pop-card .pop-card__text .pop-card__title{font-weight:700}.pop-five-star-inner .pop-card .pop-card__text .pop-card__desc{color:var(--Gray-700, #575757);font-weight:400}.pop-five-star-inner .pop-card .pop-card__text .pop-card__desc .list-tit{font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.pop-five-star-inner .pop-card .pop-card__text .pop-card__desc .list-tit:before{content:"•";font-size:14px;display:inline-block;margin:0 3px}.pop-five-star-inner .pop-card .pop-card__text .pop-card__desc .list-desc{margin-left:12px}.pop-five-star-inner .pop-card__large{margin-top:40px;width:100%;padding:20px;border-radius:8px;background:var(--Gray-200, #F8F8F8);font-weight:500}.pop-five-star-inner .pop-pagination{display:flex;padding:8px 12px;align-items:center;gap:8px;position:fixed;right:40px;bottom:0;border-radius:12px 12px 0 0;background:var(--Gray-800, #333);box-shadow:0 0 10px #0003}.pop-five-star-inner .pop-pagination .pop-pagination__index{width:44px;color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:14px}.pop-five-star-inner .pop-pagination .pop-pagination__prev,.pop-five-star-inner .pop-pagination .pop-pagination__next{width:18px;height:18px;display:flex;position:relative}.pop-five-star-inner .pop-pagination .pop-pagination__prev.inactive,.pop-five-star-inner .pop-pagination .pop-pagination__next.inactive{cursor:default}.pop-five-star-inner .pop-pagination .pop-pagination__prev.inactive .tooltip,.pop-five-star-inner .pop-pagination .pop-pagination__next.inactive .tooltip{display:none;position:absolute;top:-200%;left:30%;transform:translate(-50%);background-color:#000000bf;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:100}.pop-five-star-inner .pop-pagination .pop-pagination__prev.inactive:hover .tooltip,.pop-five-star-inner .pop-pagination .pop-pagination__next.inactive:hover .tooltip{display:block}.pop-five-star-inner .pop-pagination .icon-chevron{width:18px;height:18px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:cover;background-color:var(--Gray-400, #C2C2C2);mask-size:100% 100%;-webkit-mask-size:100% 100%}.pop-five-star-inner .pop-pagination .icon-chevron.right{transform:rotate(180deg)}.pop-five-star-inner .pop-pagination .icon-chevron.right.inactive{opacity:30%;cursor:default}.pop-five-star-inner .mt-40{margin-top:40px}.pop-five-star-inner .five-star-saju1{width:506px;height:306px;background:url(/assets/five-star-saju1-Clv8MpTA.png) no-repeat;background-size:contain}.pop-five-star-inner .five-star-saju2{width:506px;height:306px;background:url(/assets/five-star-saju2-CRqJAiv3.png) no-repeat;background-size:contain}.pop-five-star-inner .five-star-diagram{width:320px;height:300px;background:url(/assets/five-star-diagram-CLH2ksj_.png) no-repeat;background-size:contain}.pop-five-star-inner .KST-option-img{width:660px;height:511px;aspect-ratio:660/511;background:url(/assets/KST-description-DIgU-SrK.png) no-repeat;background-size:contain;border-radius:8px}.pop-five-star-inner .jasi-table-img{width:620px;height:107px;background:url(/assets/jasi-table-BoTvT2mT.png) no-repeat;background-size:contain}.pop-five-star-inner .jasi-img{width:620px;height:381px;background:url(/assets/jasi-img-DcL184qn.png) no-repeat;background-size:contain;margin-top:16px}.pop-five-star-inner .start-button{margin-top:40px;display:flex;width:200px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #EB4C10);color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.pop-five-star-inner .pop-footer{margin-top:40px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.pop-body__subtitle{font-size:15px;font-style:normal;font-weight:700;line-height:24px;display:flex;flex-direction:row;gap:6px}.pop-body__subtitle.primary{color:var(--orange-300-main, #EB4C10)}.pop-body__subtitle .icon{width:16px;font-size:14px;margin-right:3px}.pop-body__footnote{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.underlined-txt{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.underlined-txt.primary,.colored-txt.primary{color:var(--orange-300-main, #EB4C10)}.colored-txt.primary.bold{font-weight:700}.pop-option-mobile.v-dialog--fullscreen .v-overlay__content{width:100%!important;max-width:100%!important;height:100%!important}.pop-option-mobile.v-dialog--fullscreen .v-card.br16{border-radius:0!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-container{width:100%!important;height:100%!important;overflow-y:auto!important;overflow-x:hidden!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner{width:100%!important;height:auto!important;min-height:100%!important;border-radius:0!important;overflow-x:hidden!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-header{padding:16px!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-header__close{top:16px!important;right:16px!important;z-index:10!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-header__large{padding:40px 16px 24px!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-header__content{padding-left:0!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-body{padding:20px 16px!important;overflow-x:hidden!important;box-sizing:border-box!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-body.option-intro{padding:0 16px 24px!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-body.pd-20{padding:0 16px!important;height:auto!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-body__inner{width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-body__content{padding:0!important;max-width:100%!important;box-sizing:border-box!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-body__desc,.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-card__title,.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-card__desc,.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-body__title,.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-body__subtitle,.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-header__title,.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-header__subtitle{word-break:keep-all!important;overflow-wrap:break-word!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-card{max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-card .pop-card__text{min-width:0!important;flex:1!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .KST-option-img{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:660/511}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .jasi-table-img{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:620/107}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .jasi-img{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:620/381}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .five-star-saju1,.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .five-star-saju2{width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:506/306}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .five-star-diagram{width:100%!important;max-width:280px!important;height:auto!important;aspect-ratio:320/300}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .pop-pagination{position:fixed!important;right:16px!important;bottom:0!important}.pop-option-mobile.v-dialog--fullscreen .pop-five-star-inner .start-button{width:100%!important;max-width:280px!important}.pop-saju-reading-container{width:100%;height:100vh;letter-spacing:-.2px;overflow:hidden;word-break:keep-all;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-radius:16px;background:#fff}.pop-saju-reading-container .pop-saju-reading-inner{width:100%;height:100%;display:inline-flex;flex-direction:column;justify-content:flex-start}.pop-saju-reading-container .pop-saju-reading-inner.intro{gap:20px;background:#f4f6ff}.pop-saju-reading-container .pop-saju-reading-inner .pop-header{width:100%;padding:40px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__close{position:absolute;z-index:1000;top:30px;right:16px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat!important;background-size:contain}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__large{display:flex;padding:54px 0 0}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__large.intro{background-color:#f4f6ff}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__large .pop-header__content{flex-direction:column;gap:0}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__large .pop-header__content .pop-header__icon{text-align:center;font-size:24px;line-height:32px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__large .pop-header__content .pop-header__text{display:flex;flex-direction:column}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__large .pop-header__content .pop-header__title{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__large .pop-header__content .pop-header__subtitle{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__small{background:var(--gray-100-white, #fff)}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__small .pop-header__content{gap:12px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__small .pop-header__content .pop-header__icon{font-size:20px;line-height:24px;width:24px;height:24px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__content{width:100%;display:inline-flex;flex-direction:row;gap:30px;align-items:center;font-family:Pretendard;font-style:normal}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__content .pop-header__icon{font-size:30px;line-height:34px;width:34px;height:34px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__content .pop-header__text{display:flex;flex-direction:column}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__content .pop-header__title{color:var(--orange-300-main, #eb4c10);font-size:18px;font-weight:700;line-height:26px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__content .pop-header__subtitle{color:var(--Gray-700, #575757);font-size:15px;font-weight:700;line-height:24px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__title_2{position:relative;display:flex;width:100%;height:134px;padding:40px;justify-content:flex-start;align-items:center;gap:20px;box-sizing:border-box;background-color:#f4f6ff;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__title_2 .icon-search{width:34px;height:34px;margin:10px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:30px;font-style:normal;font-weight:700;line-height:34px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body{padding:0;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:auto}.pop-saju-reading-container .pop-saju-reading-inner .pop-body.intro{background:#f4f6ff;overflow:hidden}.pop-saju-reading-container .pop-saju-reading-inner .pop-body.intro .pop-body__inner{padding:0 0 40px 10px;height:auto}.pop-saju-reading-container .pop-saju-reading-inner .pop-body.pd-40{padding:0 40px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body.pd-16{padding:0 16px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__inner{padding:16px 16px 24px;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:auto}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .sub-title-txt-box{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:40px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__title{margin-bottom:20px;width:100%;display:flex;flex-direction:row;gap:4px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__title .icon{width:16px;font-size:14px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__content{width:100%;padding:0 0 92px;display:flex;flex-direction:column;gap:16px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__desc{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:12px;background:var(--gray-100-white, #fff);padding:8px 12px;gap:10px;position:relative}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__desc:first-child .icon{position:absolute;top:8px;left:-10px;width:20px;height:18px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__desc .strong{font-weight:700}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .default-wrap{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body__title_2{position:fixed;top:0;z-index:1000;display:flex;justify-content:center;align-items:center;width:100%;height:52px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px}.pop-saju-reading-container .pop-saju-reading-inner .word-dictionary{padding:20px 40px 100px;overflow:auto;gap:40px}.pop-saju-reading-container .pop-saju-reading-inner .pop-card__list{margin-top:16px;width:100%;display:flex;flex-direction:column;gap:8px}.pop-saju-reading-container .pop-saju-reading-inner .pop-card{display:flex;padding:12px 16px;flex-direction:row;align-items:center;gap:20px;border-radius:8px;background:var(--Gray-200, #f8f8f8);font-family:Pretendard;font-size:14px;font-style:normal;line-height:22px}.pop-saju-reading-container .pop-saju-reading-inner .pop-card .pop-card__icon{width:24px;height:24px;text-align:center;font-size:16px;line-height:24px}.pop-saju-reading-container .pop-saju-reading-inner .pop-card .pop-card__text{display:flex;flex-direction:column;gap:2px}.pop-saju-reading-container .pop-saju-reading-inner .pop-card .pop-card__text .pop-card__title{font-weight:700}.pop-saju-reading-container .pop-saju-reading-inner .pop-card .pop-card__text .pop-card__desc{color:var(--Gray-700, #575757);font-weight:400}.pop-saju-reading-container .pop-saju-reading-inner .pop-card__large{margin-top:40px;width:100%;padding:20px;border-radius:8px;background:var(--Gray-200, #f8f8f8);font-weight:500}.pop-saju-reading-container .pop-saju-reading-inner .pop-pagination{padding:0 8px;height:52px;width:100%;display:flex;justify-content:flex-end;align-items:center;gap:4px;position:fixed;right:0;bottom:0;border-radius:0;box-shadow:none;background:var(--Gray-800, #333)}.pop-saju-reading-container .pop-saju-reading-inner .pop-pagination .pop-pagination__index{width:60px;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:14px}.pop-saju-reading-container .pop-saju-reading-inner .pop-pagination .pop-pagination__prev,.pop-saju-reading-container .pop-saju-reading-inner .pop-pagination .pop-pagination__next{width:32px;height:100%;display:flex;justify-content:center;align-items:center}.pop-saju-reading-container .pop-saju-reading-inner .pop-pagination .icon-chevron{width:18px;height:18px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:cover;background-color:var(--Gray-400, #c2c2c2);mask-size:100% 100%;-webkit-mask-size:100% 100%}.pop-saju-reading-container .pop-saju-reading-inner .pop-pagination .icon-chevron.right{transform:rotate(180deg)}.pop-saju-reading-container .pop-saju-reading-inner .mt-40{margin-top:40px}.pop-saju-reading-container .pop-saju-reading-inner .five-element-saju1{width:100%;height:100%;min-height:250px;background:url(/assets/five-element-saju1-C1MGienQ.png) no-repeat;background-size:contain;background-position:50%}.pop-saju-reading-container .pop-saju-reading-inner .five-element-saju2{width:100%;height:100%;min-height:250px;background:url(/assets/five-element-saju2-D2rdMPaE.png) no-repeat;background-size:contain;background-position:50%}.pop-saju-reading-container .pop-saju-reading-inner .five-star-diagram{width:100%;height:100%;min-height:250px;background:url(/assets/five-star-diagram-CLH2ksj_.png) no-repeat;background-size:contain;background-position:50%}.pop-saju-reading-container .pop-saju-reading-inner .start-button{padding:10px 16px;width:200px;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.pop-saju-reading-container .img-0101-box{margin-bottom:20px;display:flex;justify-content:center;align-items:center}.pop-saju-reading-container .img-0101-box .img-0101{width:132px;height:132px;background:url(/assets/img-saju-reading-01-CU4OgWYm.png) no-repeat center center;background-size:contain}.pop-saju-reading-container .pop-five-star-inner.intro{overflow-y:auto}.pop-saju-reading-container .pop-five-star-inner.intro .pop-body,.pop-saju-reading-container .pop-five-star-inner.intro .pop-body .pop-body__inner{overflow-x:visible;overflow-y:visible}.pop-saju-reading-container .pop-five-star-inner.gray100{background:var(--gray-100-white, #fff)}.pop-saju-reading-container.mobile{width:100vw;border-radius:0}.pop-saju-reading-container.mobile .pop-saju-reading-inner{width:100vw}.pop-saju-reading-container.mobile .pop-header__large{padding:40px 0 0}.pop-saju-reading-container.mobile .pop-header__close{top:14px}.pop-saju-reading-container.mobile .pop-header__title_2{height:52px;padding:0 36px;justify-content:center;align-items:center;background-color:#fff;font-size:18px;font-weight:500;line-height:22px}.pop-saju-reading-container.mobile .pop-body.intro{background:#f4f6ff;overflow:hidden}.pop-saju-reading-container.mobile .pop-body.intro .pop-body__inner{padding:0 6px 0 10px}.pop-saju-reading-container.mobile .pop-body.intro .pop-body__content{gap:8px}.pop-saju-reading-container.mobile .pop-body .pop-body__content{padding:0 0 92px}.pop-saju-reading-container.mobile .pop-body .sub-title-txt-box{margin-bottom:32px}.pop-saju-reading-container.mobile .start-button{margin-top:16px;padding:14px 20px;width:100%;box-shadow:0 -10px 10px #0000000d;font-size:16px;line-height:20px}.pop-saju-reading-container.mobile .word-dictionary{padding:12px 16px 100px;overflow:auto;gap:40px}.no-drag{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}::-webkit-scrollbar-track{background-color:#fff0!important}.word-item-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.word-item-box{width:100%;display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;border-radius:8px;background:var(--Gray-200, #f8f8f8)}.word-item-box .word-item-title-box{display:flex;flex-direction:row;align-items:center;gap:12px}.word-item-box .word-item-title-box .txt-box{display:flex;flex-direction:column;justify-content:center;gap:4px}.word-item-box .word-item-title-box .title{display:flex;width:52px;height:52px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;border-radius:26px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-700, #575757);font-family:ChosunGs;text-align:center;font-size:28px;font-style:normal;font-weight:400;line-height:28px}.word-item-box .word-item-title-box .title.bg1{background:#d9d9d9}.word-item-box .word-item-title-box .txt1{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.word-item-box .word-item-title-box .txt2{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.word-item-box .word-item-desc{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px;color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.word-item-box .word-item-desc.bg{padding:12px;border-radius:8px;background:var(--gray-100-white, #fff);font-size:14px;line-height:22px}.line-button{display:flex;width:100%;height:48px;min-width:80px;padding:14px 20px;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);box-shadow:0 -10px 10px #0000000d;color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px;margin:16px 0}.word-btm-box{display:flex;flex-direction:column;align-items:center;gap:16px}.word-btm-box .txt1{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.word-btm-box .txt2{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pop-body__inner.st-body-word{overflow:hidden;padding-top:52px!important}.pop-body__inner.st-body-word .pop-body__content{overflow-y:auto}.popup-loading__container{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.popup-loading__container .popup-loading__img{margin-bottom:20px;width:310px;height:77px;background:url(/assets/loadingIndiactor-Bu6MoOA8.gif) no-repeat;background-size:contain}.analysis__loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.analysis__loading-overlay .loading-olverlay__img{display:block;width:310px;height:77px;background:url(/assets/loadingIndiactor-Bu6MoOA8.gif) no-repeat center center;background-size:contain;margin-bottom:20px}.none-user-box[data-v-06e2fb71]{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;background:url(/assets/bg_txt_bline_01-BdTOF2QU.png) no-repeat center center;background-size:cover;gap:20px}.none-user-box.bg2[data-v-06e2fb71]{background:url(/assets/bg_txt_bline_02-D2f_gkjo.png) no-repeat center 0;background-size:cover;margin-left:-16px;width:calc(100% + 32px);height:auto;aspect-ratio:343/273}.none-user-box.bg3[data-v-06e2fb71]{background:url(/assets/bg_txt_bline_03-DAMGZbfW.png) no-repeat center center;background-size:cover;margin-left:-8px;width:calc(100% + 16px);width:100%;aspect-ratio:10/3}.none-user-box .message-box[data-v-06e2fb71]{display:flex;flex-direction:column;align-items:center;color:var(--Gray-800, #333);text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.none-user-box .btn-box[data-v-06e2fb71]{display:flex;justify-content:center;align-items:center;width:100%}.none-user-box .btn-box .bg-button[data-v-06e2fb71]{display:flex;width:160px;height:38px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;flex-shrink:0;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px;border-radius:6px;background:var(--orange-300-main, #eb4c10)}.only-mobile[data-v-df0af922]{display:none!important}.only-pc[data-v-df0af922]{display:flex!important}@media (max-width: 768px){.only-mobile[data-v-df0af922]{display:flex!important}.only-pc[data-v-df0af922]{display:none!important}}.sr-body[data-v-df0af922]{display:flex;padding:24px 16px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;width:100%;height:100%}.sr-body .summ-body__start[data-v-df0af922],.sr-body .summ-body__start .summ-start[data-v-df0af922]{width:100%;display:flex;justify-content:center}.mobile-sr-wrapper[data-v-df0af922]{width:100%;min-height:100%;padding-bottom:40px}.sr__no-content-page[data-v-df0af922]{display:flex;width:100%;height:100%;padding:24px;flex-direction:column;justify-content:center;align-items:center;gap:40px;flex-shrink:0;align-self:stretch}.sr__no-content-page .sr-next__top[data-v-df0af922]{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.sr__no-content-page .sr-next__bottom[data-v-df0af922]{display:flex;width:160px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff)}.sr__no-content-page .sr-next__bottom .sr-next__btn[data-v-df0af922]{color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.data-sec-01-box[data-v-df0af922]{grid-template-columns:100%;max-width:100%}.saju-summary[data-v-df0af922]{max-width:375px;padding:0 16px!important;overflow-y:auto}.title-saju-reading-finish-box[data-v-df0af922]{display:flex;width:100%;height:100%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:40px}.title-saju-reading-finish-box .txt-box[data-v-df0af922]{display:flex;flex-direction:column;align-items:center;gap:16px}.title-saju-reading-finish-box .txt[data-v-df0af922]{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.title-saju-reading-finish-box .txt .icon[data-v-df0af922]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:28px;font-style:normal;font-weight:700;line-height:28px}.pop-body__title[data-v-df0af922]{display:flex;justify-content:flex-start;align-items:center;gap:12px!important}.pop-body__title .icon[data-v-df0af922]{font-size:28px!important;font-weight:700;display:flex;width:44px!important;height:44px;align-items:center}.pop-body__title .title[data-v-df0af922]{display:flex}.pop-body__desc-wrap[data-v-df0af922]{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.pop-body__desc-wrap .tit[data-v-df0af922]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pop-body__desc-wrap .txt_wrap[data-v-df0af922]{width:100%}.pop-body__desc-wrap .txt_wrap .txt[data-v-df0af922]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.pop-body__tit[data-v-df0af922]{display:flex;padding:12px 16px;align-items:center;gap:0px;border-radius:8px;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pop-body__tit.five01[data-v-df0af922]{background:#c235350d}.pop-body__tit.five02[data-v-df0af922]{background:#4040400d}.pop-body__tit.five03[data-v-df0af922]{background:#5e9f1c0d}.pop-body__tit.five04[data-v-df0af922]{background:#9494940d}.pop-body__tit.five05[data-v-df0af922]{background:#db98230d}.bg-button[data-v-df0af922]{display:flex;width:100%;height:48px;min-width:80px;padding:14px 20px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.default-inner-box[data-v-df0af922]{display:flex;width:100%;justify-content:center;align-items:center}.saju-pop__outro[data-v-df0af922]{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.saju-pop__outro .colored-txt[data-v-df0af922]{color:var(--orange-300-main, #eb4c10)}.chart-container[data-v-a9f3681a]{width:100%;max-width:500px;overflow:hidden}.chart-container .apexcharts-canvas[data-v-a9f3681a]{max-width:100%!important;width:100%!important}.apexcharts-tooltip[data-v-a9f3681a]{border-radius:5px}.apexcharts-tooltip-marker[data-v-a9f3681a]{background-color:transparent!important}@media (max-width: 768px){.chart-container[data-v-a9f3681a]{max-width:360px}}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-first{width:100%!important;max-width:100%!important;margin:0!important}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-first .v-row.full-height{width:100%!important}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-first .v-col-md-6.v-col-12.no-pad-col.mobile-first{width:100%!important;max-width:100%!important;flex:0 0 100%}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-first .detail-card__top-title.personality{display:none}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-first .personality-card.right{border:none}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-first .person-content-box .tit-section{flex-direction:row}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-first .person-desc-txt br,.mobile-content-first .mobile-second{display:none}.pc-saju-dispoition-wrap .v-col-md-6.v-col-12.no-pad-col.mobile-first{width:100%!important;max-width:100%!important;flex:0 0 100%}@media (max-width: 768px){.personality-circle{width:100px!important;height:100px!important}.person-keyword__inner .keyword__left-title{min-width:120px!important}.pop-body.mobile.mobile-content-first .personality-wrapper.with-tit{gap:24px}.pop-body.mobile.mobile-content-first .person-desc-txt br{display:none}.pop-body.mobile.mobile-content-first .v-row.full-height{margin:0}.pop-body.mobile.mobile-content-first .person-keyword__inner{flex-direction:column}.pop-body.mobile.mobile-content-first .person-keyword__inner .keyword__left-title{width:100%;flex-direction:row;justify-content:flex-start}.pop-body.mobile.mobile-content-first .person-keyword__inner .keyword__left-title br{display:none}}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-second{width:100%!important;max-width:100%!important;margin:0!important}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-second .personality-wrapper{padding:0!important}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-second .v-row.full-height{width:100%!important}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-second .v-col-md-6.v-col-12.no-pad-col.mobile-second{width:100%!important;max-width:100%!important;flex:0 0 100%}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-second .personality-wrapper.with-tit{gap:0;padding:16px 0}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-second .detail-card__top-title.personality{padding:16px 24px}.pc-saju-dispoition-wrap .v-row.full-height.mobile-content-second .personality-card.right{border:none}.mobile-content-second .mobile-first{display:none}.pc-saju-dispoition-wrap .pop-body__inner.page-content-box .v-row.full-height{width:100%!important}.pc-saju-dispoition-wrap .v-col-md-6.v-col-12.no-pad-col.mobile-second{width:100%!important;max-width:100%!important;flex:0 0 100%}.pc-saju-dispoition-wrap .person-desc-txt br{display:none}.pc-saju-dispoition-wrap .personality-card.right{border:none}@media (max-width: 768px){.pop-body.mobile.mobile-content-second .v-row.full-height{margin:0}}.only-mobile{display:none!important}.only-pc{display:flex!important}@media (max-width: 768px){.only-mobile{display:flex!important}.only-pc{display:none!important}}.sr-body{display:flex;padding:24px 16px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;width:100%;height:100%}.sr-body .summ-body__start,.sr-body .summ-body__start .summ-start{width:100%;display:flex;justify-content:center}.mobile-sr-wrapper{width:100%;min-height:100%;padding-bottom:40px}.sr__no-content-page{display:flex;width:100%;height:100%;padding:24px;flex-direction:column;justify-content:center;align-items:center;gap:40px;flex-shrink:0;align-self:stretch}.sr__no-content-page .sr-next__top{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.sr__no-content-page .sr-next__bottom{display:flex;width:160px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff)}.sr__no-content-page .sr-next__bottom .sr-next__btn{color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.data-sec-01-box{grid-template-columns:100%;max-width:100%}.saju-summary{max-width:375px;padding:0 16px!important;overflow-y:auto}.pop-saju-reading-container.st-mobile-app .pop-saju-reading-inner .pop-header__close{top:15px}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.page-content-box{padding:24px 40px!important}.saju-pop-common-dialog{height:720px}.pop-saju-reading-container .pop-saju-reading-inner.intro.st-disposition,.pop-saju-reading-container .pop-saju-reading-inner.st-disposition .pop-header__large.intro,.pop-saju-reading-container .pop-saju-reading-inner.intro.st-disposition .pop-body{background:#fef8f6}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__content.st-disposition-intro{padding:0;gap:32px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body .sub-title-txt-box{margin-bottom:16px}.st-mobile-app .pop-header__title_2.st-3{background:var(--Orange-100, #fff8f5);width:100%;display:flex;flex-direction:column;align-items:center;gap:6px}.st-mobile-app .pop-header__title_2.st-3 .tit{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.st-mobile-app .pop-header__title_2.st-3 .sub-tit{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.pop-saju-reading-container .pop-saju-reading-inner .pop-body.st-content{display:flex;width:100%;padding:24px 40px;flex-direction:column;align-items:center;gap:40px}.saju-pop-common-dialog.pc-saju-dispoition-wrap .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.page-content-box{padding:24px 40px!important}.pc-saju-dispoition-wrap .overview-pay-info-box,.st-mobile-app .overview-pay-info-box{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px;background:#f3ae110d}.pc-saju-dispoition-wrap .overview-pay-info-box .tit-box,.st-mobile-app .overview-pay-info-box .tit-box{color:#db9823;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pc-saju-dispoition-wrap .overview-pay-info-box .txt-box,.st-mobile-app .overview-pay-info-box .txt-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.pc-saju-dispoition-wrap .overview-pay-info-box .txt-box .txt,.st-mobile-app .overview-pay-info-box .txt-box .txt{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.pc-saju-dispoition-wrap .overview-pay-info-box .txt-box .txt .txt-bold,.st-mobile-app .overview-pay-info-box .txt-box .txt .txt-bold{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pc-saju-dispoition-wrap .guide-eight-img,.st-mobile-app .guide-eight-img{width:270px;aspect-ratio:270/116;background:url(/assets/personality-guide-eight-DVREYxmf.png) center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .guide-star-grape-box,.st-mobile-app .guide-star-grape-box{display:flex;flex-direction:column;align-items:center;gap:16px}.pc-saju-dispoition-wrap .guide-star-grape-img-box,.st-mobile-app .guide-star-grape-img-box{width:332px;aspect-ratio:332/200;background:url(/assets/guide-star-grape--n9A0FOE.png) center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .guide-balance-code-box,.st-mobile-app .guide-balance-code-box{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:20px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.pc-saju-dispoition-wrap .guide-balance-code-box.mobile,.st-mobile-app .guide-balance-code-box.mobile{flex-direction:column;padding:8px 20px;gap:8px}.pc-saju-dispoition-wrap .guide-balance-code-box .txt-box,.st-mobile-app .guide-balance-code-box .txt-box{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box,.st-mobile-app .guide-balance-code-box .code-box{display:flex;align-items:center;gap:8px}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .exp-txt,.st-mobile-app .guide-balance-code-box .code-box .exp-txt{display:flex;height:22px;padding:2px 6px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--Gray-300, #ebebeb);color:var(--Gray-500, #949494);font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:16px}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .code-txt-box,.st-mobile-app .guide-balance-code-box .code-box .code-txt-box{display:flex;align-items:center;gap:4px;opacity:.2}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .code-txt-box .code-txt,.st-mobile-app .guide-balance-code-box .code-box .code-txt-box .code-txt{color:#ff6867;text-align:center;font-family:Pretendard;font-size:28px;font-style:normal;font-weight:700;line-height:32px}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .code-txt-box .code-txt.color1,.st-mobile-app .guide-balance-code-box .code-box .code-txt-box .code-txt.color1{color:#ff6867}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .code-txt-box .code-txt.color2,.st-mobile-app .guide-balance-code-box .code-box .code-txt-box .code-txt.color2{color:#7d67fd}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .code-txt-box .code-txt.color3,.st-mobile-app .guide-balance-code-box .code-box .code-txt-box .code-txt.color3{color:#e53c9c}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .code-txt-box .code-txt.color4,.st-mobile-app .guide-balance-code-box .code-box .code-txt-box .code-txt.color4{color:#4881ce}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .icon-plus,.st-mobile-app .guide-balance-code-box .code-box .icon-plus{width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEGSURBVHgB7ZixDYMwEEXPLihRRmAEQkWXjMAI2SRkE0ZggzgLIEbwCK4pIOcCCaEQDvlQRHSvsTkh9IR19yUDCIIg/AwFjKRpetJa3/y+7/u6bVsLDLBJomCCgk+lVOKfh2GwKHpGUQeBaGACBYtR0OP3418N/jbwcSLWNsMpuRsiyYVIcnEISdIwnyTJ4kjBuXjB5TorGxzqL1jGUZJpVXKeJNxQkmn1uOdJwg0lmf6jcfAoKlws7IeNoqj+9gKpcfI8T7quK2CHxonjuDLGuGBJClmWlSh6n9ZQ8NE0TQmByDDnQiS5EEkuOCUdsbYZNskPybSaJFRYLwcmyQSUJBEEQTgAb3Z4XGqKidGDAAAAAElFTkSuQmCC) center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .guide-balance-code-box .code-box .code-txt-black,.st-mobile-app .guide-balance-code-box .code-box .code-txt-black{color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:32px;display:flex;width:32px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--black-100, #404040)}.pc-saju-dispoition-wrap .guide-star-img,.st-mobile-app .guide-star-img{height:160px;aspect-ratio:9/8;background:url(/assets/prsonaity-guidle-star-DPdr6zlj.png) center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .guide-eight-img,.st-mobile-app .guide-eight-img{width:270px;aspect-ratio:270/116;background:url(/assets/personality-guide-eight-DVREYxmf.png) center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .icon-course,.st-mobile-app .icon-course{width:60px;height:60px;background:url(/assets/icon-recommend_course-CDwj-B9j.svg) center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .icon-pet,.st-mobile-app .icon-pet{width:60px;height:60px;background:url(/assets/icon-recommend_pet-C9xggws1.svg) center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .icon-speaker,.st-mobile-app .icon-speaker{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.1731%203.11625C15.1729%202.96858%2015.135%202.8234%2015.063%202.69447C14.991%202.56555%2014.8873%202.45714%2014.7617%202.37951C14.6361%202.30188%2014.4927%202.25762%2014.3452%202.2509C14.1977%202.24418%2014.0509%202.27524%2013.9187%202.34112L7.16873%205.71612H3.90623C3.56003%205.70892%203.21588%205.77089%202.89395%205.8984C2.57201%206.0259%202.27875%206.21638%202.03137%206.45867C1.78399%206.70096%201.58746%206.99019%201.45328%207.30941C1.31911%207.62863%201.25%207.97141%201.25%208.31768C1.25%208.66395%201.31911%209.00674%201.45328%209.32596C1.58746%209.64517%201.78399%209.9344%202.03137%2010.1767C2.27875%2010.419%202.57201%2010.6095%202.89395%2010.737C3.21588%2010.8645%203.56003%2010.9264%203.90623%2010.9192H4.14923L5.68485%2015.5317C5.74249%2015.7045%205.85305%2015.8548%206.00086%2015.9612C6.14867%2016.0676%206.32622%2016.1248%206.50835%2016.1246H7.37348C7.60352%2016.1246%207.82414%2016.0332%207.9868%2015.8706C8.14947%2015.7079%208.24085%2015.4873%208.24085%2015.2572V11.457L13.9232%2014.2976C14.0554%2014.3635%2014.2022%2014.3946%2014.3497%2014.3878C14.4972%2014.3811%2014.6406%2014.3369%2014.7662%2014.2592C14.8918%2014.1816%2014.9955%2014.0732%2015.0675%2013.9443C15.1395%2013.8153%2015.1774%2013.6702%2015.1776%2013.5225L15.1731%203.11625Z'%20fill='%23F47A49'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .icon-quote,.st-mobile-app .icon-quote{width:28px;height:22px;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='20'%20viewBox='0%200%2026%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2020L5.40097%200H12.058L8.91787%2020H0ZM13.942%2020L19.343%200H26L22.8599%2020H13.942Z'%20fill='%23EBEBEB'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.pc-saju-dispoition-wrap .guide-quote,.st-mobile-app .guide-quote{padding:20px 0;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.pc-saju-dispoition-wrap .guide-quote .txt-bold,.st-mobile-app .guide-quote .txt-bold{position:relative;font-weight:700}.pc-saju-dispoition-wrap .guide-quote .txt-bold .text-underline,.st-mobile-app .guide-quote .txt-bold .text-underline{position:absolute;right:0;bottom:-2px;width:100%;height:8px;opacity:.15;background:var(--Gray-800, #333);z-index:-1;border-radius:0}.pc-saju-dispoition-wrap .guide-quote .txt-bold.highlight .text-underline,.st-mobile-app .guide-quote .txt-bold.highlight .text-underline{background:#f47a49}.pc-saju-dispoition-wrap .guide-outro,.st-mobile-app .guide-outro{padding:20px 32px;width:100%;display:flex;flex-direction:row;gap:20px}.pc-saju-dispoition-wrap .guide-outro .guide-outro__content,.st-mobile-app .guide-outro .guide-outro__content{display:flex;flex-direction:column;justify-content:center;gap:8px;font-family:Pretendard;font-size:15px;font-style:normal;line-height:24px}.pc-saju-dispoition-wrap .guide-outro .guide-outro__title,.st-mobile-app .guide-outro .guide-outro__title{color:#db9823;font-weight:700}.pc-saju-dispoition-wrap .guide-outro .guide-outro__text,.st-mobile-app .guide-outro .guide-outro__text{color:var(--Gray-800, #333);font-weight:400}.pc-saju-dispoition-wrap .img-nangmanee-box,.st-mobile-app .img-nangmanee-box{display:flex;justify-content:center;align-items:center;width:100%;height:100%;margin-bottom:20px}.pc-saju-dispoition-wrap .img-nangmanee,.st-mobile-app .img-nangmanee{width:132px;height:132px;background:url(/assets/img-nangmanee-IdzwUpJA.png) no-repeat;background-size:contain}.pc-saju-dispoition-wrap .speech-bubble__desc,.st-mobile-app .speech-bubble__desc{width:100%;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.pc-saju-dispoition-wrap .speech-bubble__desc .highlight,.st-mobile-app .speech-bubble__desc .highlight{color:#f47a49;font-weight:500}.pc-saju-dispoition-wrap .speech-bubble__container,.st-mobile-app .speech-bubble__container{display:flex;padding:12px 32px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;border-radius:12px;background:var(--gray-100-white, #fff)}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row,.st-mobile-app .speech-bubble__container .speech-bubble__row{width:100%;display:flex}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row .speech-bubble,.st-mobile-app .speech-bubble__container .speech-bubble__row .speech-bubble{position:relative;width:fit-content;padding:4px 12px;border-radius:12px;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row .speech-bubble__tail,.st-mobile-app .speech-bubble__container .speech-bubble__row .speech-bubble__tail{position:absolute;top:50%;width:28px;height:28px}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row.orange,.st-mobile-app .speech-bubble__container .speech-bubble__row.orange{justify-content:flex-start}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row.orange .speech-bubble,.st-mobile-app .speech-bubble__container .speech-bubble__row.orange .speech-bubble{background:#f47a49;text-align:left;color:var(--gray-100-white, #fff)}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row.orange .speech-bubble__tail,.st-mobile-app .speech-bubble__container .speech-bubble__row.orange .speech-bubble__tail{left:0;transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%207.40192C-0.5%208.55662%20-0.5%2011.4434%201.5%2012.5981L13.5%2019.5263C15.5%2020.681%2018%2019.2376%2018%2016.9282L18%203.07179C18%200.762394%2015.5%20-0.680979%2013.5%200.473721L1.5%207.40192Z'%20fill='%23F47A49'/%3e%3c/svg%3e") center center no-repeat}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row.white,.st-mobile-app .speech-bubble__container .speech-bubble__row.white{justify-content:flex-end}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row.white .speech-bubble,.st-mobile-app .speech-bubble__container .speech-bubble__row.white .speech-bubble{border-radius:12px;background:var(--gray-100-white, #fff);text-align:right;color:var(--Gray-700, #575757);box-shadow:0 0 10px #0000001a}.pc-saju-dispoition-wrap .speech-bubble__container .speech-bubble__row.white .speech-bubble__tail,.st-mobile-app .speech-bubble__container .speech-bubble__row.white .speech-bubble__tail{right:0;transform:translate(50%,-50%);background:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%2012.5981C18.5%2011.4434%2018.5%208.55663%2016.5%207.40192L4.5%200.473721C2.5%20-0.680978%20-2.9231e-06%200.762399%20-2.82215e-06%203.0718L-2.21647e-06%2016.9282C-2.11552e-06%2019.2376%202.5%2020.681%204.5%2019.5263L16.5%2012.5981Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat}.pc-saju-dispoition-wrap .personality-wrapper,.st-mobile-app .personality-wrapper{padding:0!important}.pc-saju-dispoition-wrap .pop-header__title_2.st-3,.st-mobile-app .pop-header__title_2.st-3{padding:16px 24px;height:60px;gap:6px;flex-direction:row}.pc-saju-dispoition-wrap .pop-saju-reading-container .pop-saju-reading-inner .pop-header__close,.st-mobile-app .pop-saju-reading-container .pop-saju-reading-inner .pop-header__close{top:18px}.pc-saju-dispoition-wrap .pop-saju-reading-container .pop-saju-reading-inner .pop-body.st-content,.st-mobile-app .pop-saju-reading-container .pop-saju-reading-inner .pop-body.st-content{padding-top:16px;padding-bottom:16px}.pc-saju-dispoition-wrap .guide-quote,.st-mobile-app .guide-quote{padding:8px 0;gap:8px;line-height:24px}.pc-saju-dispoition-wrap .guide-box .box-content.border-box,.st-mobile-app .guide-box .box-content.border-box{padding:16px 24px}.pc-saju-dispoition-wrap .pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__content.st-disposition-intro,.st-mobile-app .pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__content.st-disposition-intro{gap:32px}.pc-saju-dispoition-wrap .speech-bubble__container,.st-mobile-app .speech-bubble__container{padding:24px}.pc-saju-dispoition-wrap .saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.page-content-box,.st-mobile-app .saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.page-content-box{padding:16px 40px}.pc-saju-dispoition-wrap .saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.page-content-box,.st-mobile-app .saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.page-content-box{padding:16px 24px}.title-saju-reading-finish-box{display:flex;width:100%;height:100%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:40px}.title-saju-reading-finish-box .txt-box{display:flex;flex-direction:column;align-items:center;gap:16px}.title-saju-reading-finish-box .txt{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.title-saju-reading-finish-box .txt .icon{color:var(--Gray-800, #333);font-family:Pretendard;font-size:28px;font-style:normal;font-weight:700;line-height:28px}.pop-body__title{display:flex;justify-content:flex-start;align-items:center;gap:12px!important}.pop-body__title .icon{font-size:28px!important;font-weight:700;display:flex;width:44px!important;height:44px;align-items:center}.pop-body__title .title{display:flex}.pop-body__desc-wrap{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.pop-body__desc-wrap .tit{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pop-body__desc-wrap .txt_wrap{width:100%}.pop-body__desc-wrap .txt_wrap .txt{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.pop-body__tit{display:flex;padding:12px 16px;align-items:center;gap:12px;border-radius:8px;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pop-body__tit.five01{background:#c235350d}.pop-body__tit.five02{background:#4040400d}.pop-body__tit.five03{background:#5e9f1c0d}.pop-body__tit.five04{background:#9494940d}.pop-body__tit.five05{background:#db98230d}.bg-button{display:flex;width:100%;height:48px;min-width:80px;padding:14px 20px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.bg-button.white{border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10)}.default-inner-box{display:flex;width:100%;justify-content:center;align-items:center}.saju-pop__outro{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.saju-pop__outro .colored-txt{color:var(--orange-300-main, #eb4c10)}.pop-disposition-bottom{width:343px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.pop-saju-reading-container.st-mobile-app .pop-saju-reading-inner .pop-body.st-content{height:calc(100vh - 142px)!important;padding:24px!important}.pop-saju-reading-container.st-mobile-app .pop-saju-reading-inner .pop-body{height:calc(100vh - 142px)!important}.pop-saju-reading-container.st-mobile-app .personality-wrapper{padding:0!important}.drawer-error[data-v-2e5c1609]{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.drawer-error__confirm[data-v-2e5c1609]{margin-bottom:20px;display:flex;padding:6px 10px;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid var(--orange-300-main, #EB4C10);background:var(--gray-100-white, #FFF);color:var(--orange-300-main, #EB4C10);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.drawer-error__message[data-v-2e5c1609]{text-align:center;line-height:24px}.loading-indicator__container[data-v-bcc7b5ff]{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.loading-indicator__img[data-v-bcc7b5ff]{margin-bottom:20px;width:310px;height:77px;background:url(/assets/loadingIndiactor-Bu6MoOA8.gif) no-repeat;background-size:contain}.loading-indicator__tip[data-v-bcc7b5ff]{margin-top:40px;width:fit-content;display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:16px;background:var(--orange-300-main, #EB4C10);color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.loading-indicator__tip-text[data-v-bcc7b5ff]{margin-top:8px;color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.chart-radar .apexcharts-tooltip{border-radius:30px}.chart-radar .apexcharts-tooltip-series-group.apexcharts-active,.chart-radar .apexcharts-tooltip-series-group:last-child{padding-bottom:0!important}.chart-radar .apexcharts-tooltip-series-group{padding:0 8px}.df-preview.ilgin[data-v-7e809fff]{padding:20px 40px}.pop-saju-common-container[data-v-ba3ecb3f]{width:100%;height:694px;display:flex;flex:1;flex-direction:column;align-items:center;flex-shrink:0;border-radius:16px;background:var(--gray-100-white, #fff)}.pop-saju-common-container .pop-header[data-v-ba3ecb3f]{width:100%;background:var(--Orange-100, #fff8f5);height:120px;border-radius:16px 16px 0 0;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}.pop-saju-common-container .pop-header .pop-header__close[data-v-ba3ecb3f]{position:absolute;right:16px;top:30px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.pop-saju-common-container .pop-header .pop-header__text[data-v-ba3ecb3f]{display:flex;flex-direction:column;align-items:center;gap:6px}.pop-saju-common-container .pop-header .pop-header__text .pop-header__title[data-v-ba3ecb3f]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.pop-saju-common-container .pop-header .pop-header__text .pop-header__subtitle[data-v-ba3ecb3f]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.pop-saju-common-container .pop-common-body[data-v-ba3ecb3f]{padding:20px 24px;width:100%;flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.v-dialog-alert .alert-wrap[data-v-a93b12e1]{padding-top:30px}.v-dialog-alert .alert-wrap .tit-box[data-v-a93b12e1]{margin-bottom:14px}.st-main-alert[data-v-a93b12e1] .tit-box[data-v-a93b12e1]{color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.st-main-alert[data-v-a93b12e1] .text-box[data-v-a93b12e1]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:24px}.only-mobile[data-v-20f19bee]{display:none!important}.only-pc[data-v-20f19bee]{display:flex!important}@media (max-width: 768px){.only-mobile[data-v-20f19bee]{display:flex!important}.only-pc[data-v-20f19bee]{display:none!important}}.sr-body[data-v-20f19bee]{display:flex;padding:24px 16px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;width:100%;height:100%}.sr-body .summ-body__start[data-v-20f19bee],.sr-body .summ-body__start .summ-start[data-v-20f19bee]{width:100%;display:flex;justify-content:center}.mobile-sr-wrapper[data-v-20f19bee]{width:100%;min-height:100%;padding-bottom:40px}.sr__no-content-page[data-v-20f19bee]{display:flex;width:100%;height:100%;padding:24px;flex-direction:column;justify-content:center;align-items:center;gap:40px;flex-shrink:0;align-self:stretch}.sr__no-content-page .sr-next__top[data-v-20f19bee]{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.sr__no-content-page .sr-next__bottom[data-v-20f19bee]{display:flex;width:160px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff)}.sr__no-content-page .sr-next__bottom .sr-next__btn[data-v-20f19bee]{color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.data-sec-01-box[data-v-20f19bee]{grid-template-columns:100%;max-width:100%}.saju-summary[data-v-20f19bee]{max-width:375px;padding:0 16px!important;overflow-y:auto}.ys-analysis-pop-btm-box[data-v-20f19bee]{white-space:pre-line;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:40px}.ys-analysis-pop-btm-box .txt-bold[data-v-20f19bee]{color:var(--Gray-800, #333);font-weight:700}.ys-analysis-sub-box .tit-box[data-v-20f19bee]{color:#4e80d6;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.ys-analysis-sub-box .desc-wrap[data-v-20f19bee]{display:flex;padding:0 20px;flex-direction:column;align-items:flex-start;gap:16px}.ys-analysis-sub-box .desc-wrap .desc-box[data-v-20f19bee]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-analysis-main-title[data-v-20f19bee]{display:flex;width:100%;flex-direction:column;align-items:center;gap:20px}.ys-analysis-main-title .txt1[data-v-20f19bee],.ys-analysis-main-title .icon[data-v-20f19bee]{display:flex;width:100%;flex-direction:column;align-items:center;color:#4e80d6;text-align:center;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.ys-analysis-main-title .txt2[data-v-20f19bee]{display:flex;width:100%;flex-direction:column;align-items:center;color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:20px}.ys-analysis-main-title .txt3-box[data-v-20f19bee]{display:flex;width:100%;flex-direction:column;align-items:center}.ys-analysis-main-title .txt3[data-v-20f19bee]{display:inline-block;margin:auto;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:18px;background:#4e80d6;color:#fff;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:18px}.ys-analysis-sub-box[data-v-20f19bee]{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:8px;background:var(--gray-100-white, #fff)}.yg-guide-box.st-analysis-02[data-v-20f19bee]{max-width:552px;margin:0 auto;display:flex;padding:32px 24px;flex-direction:column;align-items:center;gap:24px;align-self:stretch}.yg-guide-box.st-analysis-02.bg-blue[data-v-20f19bee]{border-radius:12px;background:#4e80d60d}.yg-guide-box.st-analysis-02.st-guide-01[data-v-20f19bee]{padding:20px;gap:40px;align-self:stretch}.yg-guide-box.st-analysis-02 .yg-text-01[data-v-20f19bee]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yg-guide-box.st-analysis-02 .yg-text-01 .txt-bold[data-v-20f19bee]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.yg-guide-box.st-analysis-02 .yg-text-02[data-v-20f19bee]{display:flex;padding:16px;flex-direction:column;align-items:center;justify-content:center;gap:4px;align-self:stretch;border-radius:12px;border:1px solid rgba(78,128,214,.5);background:#4e80d61a}.yg-guide-box.st-analysis-02 .yg-text-02 .main-txt[data-v-20f19bee]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px;display:flex;align-items:center;justify-content:center;width:100%}.yg-guide-box.st-analysis-02 .yg-text-02 .sub-txt[data-v-20f19bee]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yg-guide-box.st-analysis-02 .youngsin-guide-title[data-v-20f19bee]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.yg-guide-box.st-analysis-02 .youngsin-guide-txt1[data-v-20f19bee]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.yg-guide-box.st-analysis-02 .youngsin-guide-txt2[data-v-20f19bee]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yg-guide-box.st-analysis-02 .personality-circle.st-ys-guide-01[data-v-20f19bee]{width:180px;height:180px;border-radius:200px;border:1px solid rgba(78,128,214,.5);background:var(--gray-100-white, #fff)}.yg-guide-box.st-analysis-02 .personality-circle.st-ys-guide-01 .circle__main-txt[data-v-20f19bee]{color:#4e80d6}.yg-guide-box.st-analysis-02 .personality-circle.st-ys-guide-01 .circle__sub-txt[data-v-20f19bee]{color:var(--Gray-700, #575757)}.yg-guide-box.st-analysis-02 .personality-circle.st-ys-guide-01.overlap-circle[data-v-20f19bee]{border-radius:200px;border:1px solid rgba(78,128,214,.5);background:#4e80d6}.yg-guide-box.st-analysis-02 .personality-circle.st-ys-guide-01.overlap-circle .circle__main-txt[data-v-20f19bee],.yg-guide-box.st-analysis-02 .personality-circle.st-ys-guide-01.overlap-circle .circle__sub-txt[data-v-20f19bee]{color:#fff}.st-analysis-02-box[data-v-20f19bee]{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.st-analysis-02-box .st-analysis-0201[data-v-20f19bee]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;width:100%}.st-analysis-02-box .st-analysis-0201 .text-box[data-v-20f19bee]{width:100%;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.st-analysis-02-box .st-analysis-0201 .txt-bold-2[data-v-20f19bee]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.st-analysis-02-box .st-analysis-0201 .st-analysis-0201-gray[data-v-20f19bee]{margin-top:16px;display:flex;padding:12px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:12px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.st-analysis-02-box .st-analysis-0201 .st-analysis-0201-gray .txt-bold[data-v-20f19bee]{font-weight:700}.st-analysis-02-box .st-analysis-0204[data-v-20f19bee]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yg-guide-img-0101[data-v-20f19bee]{width:100%;height:180px;background-image:url(/assets/yg-guide-0101-DQBdD_v2.png);background-size:85% auto;background-position:center;background-repeat:no-repeat}.yg-guide-img-0101.mobile[data-v-20f19bee]{background-size:120% auto}.st-analysis-0301[data-v-20f19bee]{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.st-analysis-0301 .icon[data-v-20f19bee]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:28px;font-style:normal;font-weight:700;line-height:28px}.st-analysis-0301 .st-analysis-0301-txt[data-v-20f19bee]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.st-analysis-0301 .st-analysis-0301-blue[data-v-20f19bee]{color:#3b6abb;text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.pop-saju-reading-container .pop-saju-reading-inner .pop-header__title_2.st-analysis-header[data-v-20f19bee]{height:80px}.st-analysis-header .st-analysis-header-txt[data-v-20f19bee]{width:100%;text-align:left;color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.st-analysis-header .st-analysis-header-txt .txt-bold[data-v-20f19bee]{font-weight:700}.ys-analysis-btm-desc[data-v-20f19bee]{display:flex;flex-direction:column;align-items:center;width:100%;gap:16px;text-align:center;color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.ys-analysis-btm-desc .txt-bold[data-v-20f19bee]{font-weight:700}.title-saju-reading-finish-box[data-v-20f19bee]{display:flex;width:100%;height:100%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:40px}.title-saju-reading-finish-box .txt-box[data-v-20f19bee]{display:flex;flex-direction:column;align-items:center;gap:16px}.title-saju-reading-finish-box .txt[data-v-20f19bee]{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.title-saju-reading-finish-box .txt .icon[data-v-20f19bee]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:28px;font-style:normal;font-weight:700;line-height:28px}.pop-body__title[data-v-20f19bee]{display:flex;justify-content:flex-start;align-items:center;gap:12px!important}.pop-body__title .icon[data-v-20f19bee]{font-size:28px!important;font-weight:700;display:flex;width:44px!important;height:44px;align-items:center}.pop-body__title .title[data-v-20f19bee]{display:flex}.pop-body__desc-wrap[data-v-20f19bee]{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.pop-body__desc-wrap .tit[data-v-20f19bee]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pop-body__desc-wrap .txt_wrap[data-v-20f19bee]{width:100%}.pop-body__desc-wrap .txt_wrap .txt[data-v-20f19bee]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.bg-button[data-v-20f19bee]{display:flex;width:100%;height:48px;min-width:80px;padding:14px 20px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.bg-button.white[data-v-20f19bee]{border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10)}.default-inner-box[data-v-20f19bee]{display:flex;width:100%;justify-content:center;align-items:center}.saju-pop__outro[data-v-20f19bee]{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.saju-pop__outro .colored-txt[data-v-20f19bee]{color:var(--orange-300-main, #eb4c10)}@media (max-width: 768px){.guide__circle-box .circle-box__overlap-group[data-v-20f19bee]{flex-direction:column;gap:0}.yg-guide-box.st-analysis-02 .personality-circle.st-ys-guide-01[data-v-20f19bee]{width:200px!important;height:200px!important;margin:-12px 0 0!important}.pop-body.st-analysis-body[data-v-20f19bee]{height:calc(100vh - 140px)}.pop-saju-reading-container .pop-saju-reading-inner.st-analysis-intro-wrap .pop-body.intro .pop-body__inner[data-v-20f19bee]{height:auto;overflow:visible}.pop-saju-reading-container .pop-saju-reading-inner.st-analysis-intro-wrap[data-v-20f19bee]{overflow-y:auto;height:100vh;max-height:100vh;display:flex;flex-direction:column}.pop-saju-reading-container .pop-saju-reading-inner.st-analysis-intro-wrap .pop-body.intro[data-v-20f19bee]{flex:1;overflow-y:auto}.pop-saju-reading-container .pop-saju-reading-inner.st-analysis-intro-wrap .pop-body.intro.st-analysis-intro-pd .ys-analysis-sub-box[data-v-20f19bee]{margin-bottom:24px}}.icon-quote[data-v-20f19bee]{width:28px;height:22px;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='20'%20viewBox='0%200%2026%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2020L5.40097%200H12.058L8.91787%2020H0ZM13.942%2020L19.343%200H26L22.8599%2020H13.942Z'%20fill='%23EBEBEB'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.pop-disposition-bottom[data-v-20f19bee]{width:343px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.yongsin-bottom[data-v-20f19bee]{font-size:15px}@keyframes bounceUp{0%{transform:translateY(100%);opacity:0}50%{transform:translateY(-1px);opacity:1}to{transform:translateY(0);opacity:1}}.pop-saju-quick-menu{position:fixed;bottom:0;left:0;width:100%;height:104px;flex-shrink:0;z-index:100;animation:bounceUp 1s cubic-bezier(.68,-.55,.265,1.55) forwards}.pop-saju-quick-menu.hide-bar{position:static;width:0;height:0;overflow:hidden;pointer-events:none;animation:none}.pop-saju-quick-menu .quick-inner-box{width:100%;max-width:1360px;height:100%;margin:0 auto;align-items:center;justify-content:space-between;padding:0 36px;display:flex;border-radius:20px 20px 0 0;border-top:1px solid var(--Gray-300, #ebebeb);border-right:1px solid var(--Gray-300, #ebebeb);border-left:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);box-shadow:0 -10px 40px #0003}.pop-saju-quick-menu .quick-inner-box>*{flex:1;width:33.333%}.pop-saju-quick-menu .user-info{display:inline-flex;align-items:center;gap:16px}.pop-saju-quick-menu .user-info .user-txt{display:flex;width:44px;height:44px;justify-content:center;align-items:center;border-radius:50px;background:var(--Gray-300, #ebebeb);color:var(--Gray-800, #333);text-align:center;font-family:ChosunGs;font-size:24px;font-style:normal;font-weight:400;line-height:24px}.pop-saju-quick-menu .user-info .user-name-box{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.pop-saju-quick-menu .user-info .user-name-box .name{color:var(--Gray-800, #333);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.45px}.pop-saju-quick-menu .user-info .user-name-box .level{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.35px}.pop-saju-quick-menu .quick-links-wrapper{display:flex;align-items:center;gap:8px;position:relative;flex:1;width:33.333%}.pop-saju-quick-menu .quick-links-wrapper .swipe-nav-btn{display:none;flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease;z-index:1}.pop-saju-quick-menu .quick-links-wrapper .swipe-nav-btn:hover:not(.disabled){background:var(--Gray-100, #f5f5f5);border-color:var(--Gray-400, #d0d0d0)}.pop-saju-quick-menu .quick-links-wrapper .swipe-nav-btn.disabled{opacity:.3;cursor:not-allowed}.pop-saju-quick-menu .quick-links-wrapper .swipe-nav-btn svg{width:20px;height:20px}.pop-saju-quick-menu .quick-links-wrapper .quick-links{display:inline-flex;align-items:center;justify-content:center;gap:40px;flex:1;overflow:hidden}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;position:relative;flex-shrink:0}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item:hover span{color:var(--orange-300-main, #eb4c10);font-weight:700}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item .overlay-image{position:absolute;top:0;left:0;width:48px;height:48px}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item .badge-new{position:absolute;top:0;right:-8px;display:flex;height:18px;padding:3px 6px;justify-content:center;align-items:center;border-radius:4px;background:#ffb401!important;color:#fff!important;font-family:Pretendard!important;font-size:10px!important;font-weight:700!important;line-height:12px!important;z-index:1}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item .img-box{display:flex;width:48px;height:48px;justify-content:center;align-items:center;gap:10px;border-radius:24px;border:1px solid rgba(118,118,118,.5);background:linear-gradient(180deg,#c9c9c9,#979797);color:var(--gray-100-white, #fff);text-align:center;text-shadow:0px 0px 10px rgba(0,0,0,.3);font-family:ChosunGs;font-size:24px;font-style:normal;font-weight:400;line-height:24px}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item .img-box.five01{border:1px solid #c23535;background:linear-gradient(180deg,#ff9696,#c23535)}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item .img-box.five02{border:1px solid rgba(64,64,64,.5);background:linear-gradient(180deg,#969696,#404040)}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item .img-box.five03{border:1px solid #5e9f1c;background:linear-gradient(180deg,#abd97c,#60a21d)}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item .img-box.five05{border:1px solid rgba(216,153,43,.5);background:linear-gradient(180deg,#fdcb75,#db9823)}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item img{width:48px;height:48px}.pop-saju-quick-menu .quick-links-wrapper .quick-links .link-item span{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:18px}@media (max-width: 1024px){.pop-saju-quick-menu .quick-inner-box>*{flex:0 0 auto;width:auto}.pop-saju-quick-menu .quick-inner-box .user-info{flex:0 0 auto;min-width:0}.pop-saju-quick-menu .quick-inner-box .quick-links-wrapper{flex:1;min-width:0;overflow:hidden}.pop-saju-quick-menu .quick-inner-box .quick-links-wrapper .swipe-nav-btn{display:flex}.pop-saju-quick-menu .quick-inner-box .quick-links-wrapper .quick-links{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:24px;padding:0 8px}.pop-saju-quick-menu .quick-inner-box .quick-links-wrapper .quick-links::-webkit-scrollbar{display:none}.pop-saju-quick-menu .quick-inner-box .quick-links-wrapper .quick-links::-webkit-scrollbar-thumb{display:none}.pop-saju-quick-menu .quick-inner-box .quick-links-wrapper .quick-links .link-item{min-width:fit-content;flex-shrink:0}.pop-saju-quick-menu .quick-inner-box .quick-btn-box{flex:0 0 auto;min-width:fit-content}}.pop-saju-quick-menu .quick-btn-box{display:flex;justify-content:flex-end;align-items:center}.pop-saju-quick-menu .quick-btn-box .button{display:flex;width:100px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff)}.pop-saju-quick-menu .quick-btn-box .button.list{width:fit-content;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.pop-saju-quick-menu .quick-btn-box .button.list .return-icon{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:contain;width:16px;aspect-ratio:1/1}.saju-pop-common-dialog{margin:52px auto;width:740px;height:694px;background:#fff;position:relative;border-radius:16px}.saju-pop-common-dialog .dialog-content{width:100%;height:100%;position:relative;border-radius:16px}.saju-pop-common-dialog .pop-saju-reading-container{height:100%}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner{position:relative}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.st-body-word,.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner.gray100,.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner.gray100 .pop-header__small{padding:0!important}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner.gray100 .pop-header__small .pop-header__content{padding-left:0!important}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body{height:100%}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.page-content-box{padding:40px!important}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__inner.page-content-box .pop-body__content{padding:0!important}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__desc:first-child{border-radius:12px 12px 0 0!important}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body .pop-body__desc:last-child{border-radius:0 0 12px 12px!important}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__content.st-reading-first{padding:0}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__content.st-reading-first .pop-body__desc-inner{padding:20px!important;background:#fff;border-radius:12px;position:relative;gap:10px;display:flex;flex-direction:column}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__content.st-reading-first .pop-body__desc-inner .icon{position:absolute;top:5px;left:-10px;color:#fff;font-size:24px;font-weight:700}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__content.st-reading-first .pop-body__desc{background:transparent;padding:0}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__content .word-item-box .word-item-desc.bg{align-items:flex-start}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__content .word-btm-box{margin-top:40px}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__content .pop-body__desc-wrap .txt_wrap{padding-bottom:16px;border-bottom:1px solid #ebebeb}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-body__content .pop-body__desc-wrap .txt_wrap.none-bb{border-bottom:none}.saju-pop-common-dialog .pop-saju-reading-container .default-inner-box{padding:0 40px}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-pagination{position:absolute;bottom:0;right:40px;display:flex;padding:8px 12px;align-items:center;gap:3px;border-radius:12px 12px 0 0;background:var(--Gray-800, #333);box-shadow:0 0 10px #0003;width:120px;height:34px}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner,.saju-pop-common-dialog .pop-saju-reading-container{border-radius:16px}.saju-pop-common-dialog .pop-saju-reading-container .pop-saju-reading-inner .pop-header__large{border-radius:16px 16px 0 0}.saju-disposition-dialog.saju-pop-common-dialog,.saju-analysis-dialog.saju-pop-common-dialog{height:800px!important}.mobile-quick-menu[data-v-dac78dd7]{background:#f5f5f5;padding:20px 0;overflow:hidden}.mobile-quick-menu__scroll[data-v-dac78dd7]{display:flex;gap:16px;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.mobile-quick-menu__scroll[data-v-dac78dd7]::-webkit-scrollbar{display:none}.mobile-quick-menu__item[data-v-dac78dd7]{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;min-width:48px;cursor:pointer;position:relative}.mobile-quick-menu__check-badge[data-v-dac78dd7]{position:absolute;right:0;top:34px;width:16px;height:16px;border-radius:8px;background:#eb4c10;display:flex;align-items:center;justify-content:center;border:2px solid #F5F5F5}.mobile-quick-menu__icon[data-v-dac78dd7]{width:48px;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-quick-menu__icon.ilgan-icon[data-v-dac78dd7]{background:linear-gradient(180deg,#c9c9c9,#979797);border:1px solid rgba(118,118,118,.5)}.mobile-quick-menu__icon.ilgan-icon .ilgan-text[data-v-dac78dd7]{font-size:24px;color:#fff;text-shadow:0px 0px 10px rgba(0,0,0,.3);line-height:24px}.mobile-quick-menu__icon.ilgan-icon.five01[data-v-dac78dd7]{background:linear-gradient(180deg,#ff8a8a,#c23535);border-color:#c2353580}.mobile-quick-menu__icon.ilgan-icon.five02[data-v-dac78dd7]{background:linear-gradient(180deg,#6b6b6b,#404040);border-color:#40404080}.mobile-quick-menu__icon.ilgan-icon.five03[data-v-dac78dd7]{background:linear-gradient(180deg,#8fcf4f,#5e9f1c);border-color:#5e9f1c80}.mobile-quick-menu__icon.ilgan-icon.five04[data-v-dac78dd7]{background:linear-gradient(180deg,#c9c9c9,#979797);border-color:#76767680}.mobile-quick-menu__icon.ilgan-icon.five05[data-v-dac78dd7]{background:linear-gradient(180deg,#ffcf5c,#db9823);border-color:#db982380}.mobile-quick-menu__icon.image-icon[data-v-dac78dd7]{background:transparent;border:none}.mobile-quick-menu__icon.image-icon img[data-v-dac78dd7]{width:100%;height:100%;object-fit:contain}.mobile-quick-menu__icon.icon-type[data-v-dac78dd7]{background:#fff;border:1px solid #EBEBEB}.mobile-quick-menu__icon.icon-type img[data-v-dac78dd7]{width:28px;height:28px}.mobile-quick-menu__icon.icon-type.icon-active[data-v-dac78dd7]{background:#fff8f5;border:2px solid #EB4C10}.mobile-quick-menu__label[data-v-dac78dd7]{font-size:12px;font-weight:500;color:#575757;line-height:16px;text-align:center;white-space:nowrap}.mobile-quick-menu__label.active[data-v-dac78dd7]{font-weight:700;color:#eb4c10}.mobile-header,.mobile-header__menu,.mobile-header__mypage,.mobile-menu-overlay,.mobile-menu-layer,.mypage-menu-overlay,.mypage-menu-dropdown{display:none}@media (max-width: 768px){.mobile-header{position:fixed;top:0;left:0;right:0;z-index:10;height:52px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #ebebeb}.mobile-header__back{position:absolute;left:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.mobile-header__left{position:absolute;left:16px;display:flex;align-items:center;gap:4px}.mobile-header__icon-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;cursor:pointer;padding:0}.mobile-header__icon-btn .icon{width:24px;height:24px}.mobile-header__title{color:#333;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px;text-align:center}.mobile-header__right{position:absolute;right:16px;display:flex;align-items:center;gap:12px;z-index:1001}.mobile-header__save{display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0;color:#eb4c10;font-family:Pretendard;font-size:15px;font-weight:600}.mobile-header__mypage{display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.mobile-header__mypage .icon-mypage{display:flex;background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto;width:36px;height:36px;border-radius:100%;font-size:0}.mobile-header__menu,.mobile-menu-overlay,.mobile-menu-layer{display:none}.mypage-menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:998}.mypage-menu-dropdown{display:block;position:fixed;top:60px;right:16px;width:280px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:999;overflow:hidden}.mypage-menu-dropdown .login-msg-box{padding:20px;width:100%;box-sizing:border-box}.mypage-menu-dropdown .login-msg-box .txt-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;color:#333;font-size:15px;margin-bottom:16px;padding-top:6px}.mypage-menu-dropdown .login-msg-box .txt-box .txt1{font-weight:700}.mypage-menu-dropdown .login-msg-box .txt-box .txt2{color:#757575;font-size:13px;margin-top:4px}.mypage-menu-dropdown .login-msg-box .gnb-menu-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding-top:12px;border-top:1px solid #f5f5f5}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item{display:inline-block;padding:6px 12px;color:#333;font-family:Pretendard;font-size:13px;font-weight:500;line-height:20px;text-decoration:none;border-radius:6px;background:#f9f9f9;transition:all .2s;white-space:nowrap}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item:hover{background:#f0f0f0;color:#eb4c10}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item.active{background:#fff5f2;color:#eb4c10;font-weight:600}.mypage-menu-dropdown .login-msg-box .btn-xs.line{width:100%;margin-top:8px;padding:8px 16px;border:1px solid #ebebeb;border-radius:6px;background:#fff;color:#333;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.mypage-menu-dropdown .login-msg-box .btn-xs.line:hover{background:#f5f5f5}.mypage-menu-dropdown .login-msg-box .btn-xs.line.login-btn{background:var(--orange-300-main, #eb4c10);color:#fff;border-color:var(--orange-300-main, #eb4c10)}.mypage-menu-dropdown .login-msg-box .btn-xs.line.login-btn:hover{background:#d43d0e;border-color:#d43d0e}}.page-navi .btn-first{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='icon_front' transform='translate(-824 -1618)'%3E%3Cg id='prev' transform='translate(17 91)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(810.25 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3Cline id='선_100' data-name='선 100' y2='8' transform='translate(831.75 1626)' fill='none' stroke='%23999' stroke-linecap='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.page-navi .btn-prev{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='prev' transform='translate(-807 -1527)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(808 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.page-navi .btn-next{font-size:0;background-image:url("data:image/svg+xml,%3Csvg id='next' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M9,5l4,4L9,13' transform='translate(1 3)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/svg%3E%0A")}.page-navi .btn-last{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='icon_back' transform='translate(848 1642) rotate(180)'%3E%3Cg id='prev' transform='translate(17 91)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(810.25 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3Cline id='선_100' data-name='선 100' y2='8' transform='translate(831.75 1626)' fill='none' stroke='%23999' stroke-linecap='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.icon__arrow__1{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='Icon_left_grey' transform='translate(1523 930) rotate(180)'%3E%3Ccircle id='타원_1' data-name='타원 1' cx='9' cy='9' r='9' transform='translate(1505 912)' fill='%23555'/%3E%3Cpath id='패스_3223' data-name='패스 3223' d='M10220.382,2156.155l3.454,3.454-3.454,3.454' transform='translate(-8707.382 -1238.609)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A")}.icon__menu{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon__menu-black{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon__search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='icon-search' transform='translate(0)'%3E%3Crect id='사각형_3492' data-name='사각형 3492' width='28' height='28' transform='translate(0)' fill='none'/%3E%3Cpath id='패스_3165' data-name='패스 3165' d='M19,19l-5.333-5.333m1.778-4.444A6.222,6.222,0,1,1,9.222,3,6.222,6.222,0,0,1,15.444,9.222Z' transform='translate(3.273 3.273)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");font-size:0}.icon__more{background-image:url("data:image/svg+xml,%3Csvg id='Icon_plus' xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cg id='그룹_293' data-name='그룹 293' transform='translate(6 6)'%3E%3Cline id='선_84' data-name='선 84' x2='15.62' transform='translate(0 7.498)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cline id='선_85' data-name='선 85' y2='15.62' transform='translate(7.498 0)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Crect id='사각형_3540' data-name='사각형 3540' width='27' height='27' fill='none'/%3E%3C/svg%3E%0A")}.header-wrap .hd__logo{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:40px;font-size:0;inline-size:130px;cursor:pointer}.header-wrap .nav-list li .icon-mypage{display:flex;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYWSURBVHgB7ZxbbttGFIb/oeRc2gSRiiaxCxShH/sUewWVV9BkBbVXEHsFrlcQZwVRVpB2BVWf+tCHOCiKFihQM0hb23FayagvuYicnjND2bpbIudQF+cDZIk0xcuvc87MnOGhQobo6nYBmPGBfIkWfSh1B1AL8b/9ts0DetXMS0fP7bLeUsW5CjJEQRgrytVlKO8rWmQxCkhPBTp8wu8kWABBRARqE6UEWYxYJFQZAjgVyAjjffQAWq3CjaUMc/SArqaMKHri0qqcCDRaYTrOxgilbtzegANSC6SrOyVypce0Kx9jBQmlsaaKt79FChILZK3m43U6iVWMMwqbiI42VHG+hgQkEoishppo7/vxs5pesDVFS0lik4chsS6VezY54jDK53PW1b17GJKhBNLV3VU6EFnOqANxIgrUMX2qq38PFRIGFkgf7K+TWz3EpKPyD/XB3vrAmw+ykbWcKRCnGV2nFu6zzfM2O1cgXf3rHtTMU0wjOlw6b2zXVyDbWnFAnsiYMwg0EA4X+7VuPWOQ6eeYpnxqxWHMNdqxY3d6B2nuBEL5mHqUb6+1x3+7rTT9BWoSkRH6kCz93Qn02zf2pPJ5qKvXoa5laLw94lF3gWp729LWo9+9QfjqJfS/u3Ru9a7bqEtXjEi5uXnzWRbubR8vtg9JOlzM9HegfAgS7r9E/befEO3/2VMccy4kYkQCvv/lR4S7AWRRPnCloxPZYkHSYywWI3zxK6KD10iCd+NT5O58QQ1rHkKQrx/NN1tRqwV5+a8lrSeNOAx/l/chSKHdiloF0tEyhKjvbqcSp4ERiVxTDJV70NzsnwpE7rUs5locS3YCuCLc2Tb7FMLm02POLEixe8nAF+R2h3XTAophJxsMRiATnKFLEIL7Oa7h1k2QUsPNGhZUghDRYVXGHciKJIQ/w7qZFUjQvfTxIaTQb08gRuxmsQXJuRf6dATTIhiomQV2M09X90v4QDfMfQRkQeECBBEdQ8n1qGPyJRLI8yHJZTmBPBrxC0MWpNRdCOJdK8r80jzSvy6eDmEX0+JH8T6ZhWu8LHJFyrvrQesihMnd+ty5FXGOKAs8e5eXLByovVkfrsjNZpFAM/hDTz0nJU9WxPmctJic0JyPrMhMIIaTXWlEaiTMsiRTgTgT6BVuJotH8XeVeN+nFUUzGEEWcYgHlnXKBqYdHnDs4QAt0TJ2IRD/OUwemhLukaP8DQvMQueO/4PHsx2yFlVjF9uCEOZifn/mTJxmOO3KMyOiA1YdHZBAKoAADXH0iWC6o3EMOZG2SKAogGPYrYRP/OxYLNIfP/edX0tBwIPVChzDMScLcRqwlUau8952z2xBMwFsTYQTOFccSSbUe8AxyXUKlufqPVUs0l6Vs0AdivySg1F3Oamoox/4zXYUdfgdHMDWk6VrtdOYy3eDVzZ/7cLlMhwQ/rODURM5O4ewwn+NQLGbVZAC/vVkp2EGIzL3GqW0YnKvxm15Z2OxlG42DuI0iGr7SId1L/PpbKVxs8RXGaY+KXek7JwGqnir3Fg4Fci4mdaPkJQRBud2UlmzrWQ8pS3dcYlvrE62d8EJwqFJPoAN6FVuXtEiUBor4pE1skmD9ofzRrMJ89W2tDNoXtVxE6euVgtQ7/nmcR8Xi0AVbnUo25FRtFakVnDR0Hqt2+quKVdVvFmBRvKAPWno6FGv0s2etRoXyNUo9XC02Ktks2fS3rpauASHI/3xQ9XsHfa961n7zmqYiK7VfUwrOlo5r4713GkfG4+iNUwbdE2DlIwPNC+mirObFOWdFOqPBTrcMNc0AEOVhU9FaaaxnMHEYYaum49LpR5j4grtOCDjvgkZw3wLCYhLNbka0cdkEMT1YAGGJNHcvG3dZhYnojNJnUDbz0n2RBgHDzd5TS4XcVzyMV5wF2VlWJdqx9nzgyg2fUOxiW9I9zFSONaQ1eB4M+kDTVr2BofYmg9veTRCuRXmdK8QQldfLdMbiYUvIYkGzV8p6vAdll0K0yCDh7yxVeVKcCYWW4p+LilKy9GQMXHpwwLlaH1yx/ipeLrQcROX1i/iT1umIhk5eukKcBRIi9LM/1fypGPPsfTZAAAAAElFTkSuQmCC) center center no-repeat;background-size:36px auto;block-size:36px;border-radius:100%;font-size:0;inline-size:36px}.white-layout .header-wrap .hd__logo{background-image:url(/assets/logo_w-BkXrwtOa.png)}.white-layout .header-wrap .nav-list .icon-mypage{background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto}.main-layout .header-wrap .hd__logo{background-image:url(/assets/logo_w-BkXrwtOa.png)}.main-layout .header-wrap .hd__logo_w{background-image:url(/assets/logo_w-BkXrwtOa.png)}.main-layout .header-wrap .hd__logo_b{background-image:url(/assets/logo_b-CKFCal8T.png)}.footer-wrap .ft-logo .logo{display:block;background:url(/assets/logo_w-BkXrwtOa.png) center center no-repeat;background-size:100% auto;block-size:40px;font-size:0;inline-size:107px}.footer-wrap .banner-box{background:url(/assets/banner01-DwMuJC1N.png);block-size:150px}.intro-wrap .logo-box{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:68px;font-size:0;inline-size:100%;margin-block-end:40px}.intro-wrap .icon-g-store{background:url(/assets/icon-g-store-ZM1uTP0w.svg) center center no-repeat;block-size:24px;inline-size:113px}.intro-wrap .icon-a-store{background:url(/assets/icon-a-store-DIxaas_S.svg) center center no-repeat;block-size:24px;inline-size:113px}.i-clock{display:inline-block;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_watch_fill'%20clip-path='url(%23clip0_1870_29365)'%3e%3cpath%20id='&%23237;&%23140;&%23168;&%23236;&%23138;&%23164;%206782'%20d='M17.5%2010C17.5%2011.4834%2017.0601%2012.9334%2016.236%2014.1668C15.4119%2015.4001%2014.2406%2016.3614%2012.8701%2016.9291C11.4997%2017.4967%209.99168%2017.6453%208.53682%2017.3559C7.08197%2017.0665%205.7456%2016.3522%204.6967%2015.3033C3.64781%2014.2544%202.9335%2012.918%202.64411%2011.4632C2.35472%2010.0083%202.50325%208.50032%203.07091%207.12987C3.63856%205.75943%204.59986%204.58809%205.83323%203.76398C7.06659%202.93987%208.51664%202.5%2010%202.5C10.9849%202.5%2011.9602%202.69399%2012.8701%203.0709C13.7801%203.44781%2014.6069%204.00026%2015.3033%204.6967C15.9997%205.39314%2016.5522%206.21993%2016.9291%207.12987C17.306%208.03981%2017.5%209.01508%2017.5%2010Z'%20fill='%23333333'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%201'%20d='M10%206.6665V9.99984L12.5%2012.4998'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1870_29365'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;block-size:20px;inline-size:20px}.main-wrap .link-box .a-link{display:inline-block;box-sizing:border-box;border:none;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_rink'%3e%3crect%20id='Rectangle%202'%20x='2'%20y='2'%20width='10'%20height='1'%20fill='%23949494'/%3e%3crect%20id='Rectangle%203'%20x='11'%20y='12'%20width='10'%20height='1'%20transform='rotate(-90%2011%2012)'%20fill='%23949494'/%3e%3crect%20id='Rectangle%204'%20x='1'%20y='11.8994'%20width='14'%20height='1'%20transform='rotate(-45%201%2011.8994)'%20fill='%23949494'/%3e%3c/g%3e%3c/svg%3e") #fff calc(100% - 12px) center no-repeat;block-size:60px;color:#2c2c2e;font-size:16px;font-weight:700;inline-size:100%;padding-block:20px;padding-inline:12px;text-align:start}.manse-btm-ect-list .btn-close-xs{display:flex;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;position:absolute;right:24px;top:24px;font-size:0}.icon-share{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.6831%2013.342C8.8909%2012.9252%208.99906%2012.4658%208.99906%2012C8.99906%2011.5343%208.8909%2011.0749%208.6831%2010.658M8.6831%2013.342C8.38081%2013.9464%207.88331%2014.431%207.2712%2014.7174C6.65909%2015.0037%205.96823%2015.075%205.31055%2014.9197C4.65286%2014.7644%204.06687%2014.3916%203.64752%2013.8617C3.22816%2013.3318%203%2012.6758%203%2012C3%2011.3243%203.22816%2010.6683%203.64752%2010.1384C4.06687%209.60844%204.65286%209.23563%205.31055%209.08033C5.96823%208.92502%206.65909%208.99632%207.2712%209.28267C7.88331%209.56901%208.38081%2010.0536%208.6831%2010.658M8.6831%2013.342L15.3151%2016.658M8.6831%2010.658L15.3151%207.34203M15.3151%2016.658C15.0499%2017.1887%2014.9481%2017.7862%2015.0224%2018.3748C15.0967%2018.9634%2015.3439%2019.5167%2015.7326%2019.9649C16.1214%2020.413%2016.6343%2020.7358%2017.2066%2020.8925C17.7788%2021.0491%2018.3846%2021.0326%2018.9474%2020.845C19.5103%2020.6574%2020.0048%2020.3071%2020.3686%2019.8385C20.7324%2019.3698%2020.949%2018.8038%2020.9912%2018.212C21.0333%2017.6202%2020.899%2017.0293%2020.6053%2016.5138C20.3116%2015.9983%2019.8717%2015.5815%2019.3411%2015.316C18.9887%2015.1397%2018.6049%2015.0345%2018.2118%2015.0065C17.8187%2014.9785%2017.4239%2015.0283%2017.0501%2015.1529C16.6762%2015.2775%2016.3305%2015.4746%2016.0328%2015.7329C15.7351%2015.9911%2015.4913%2016.3055%2015.3151%2016.658ZM15.3151%207.34203C15.5807%207.87258%2015.9976%208.31247%2016.5131%208.6061C17.0286%208.89973%2017.6197%209.0339%2018.2114%208.99165C18.8032%208.94941%2019.3692%208.73264%2019.8378%208.36875C20.3064%208.00487%2020.6566%207.51021%2020.8441%206.94732C21.0316%206.38443%2021.048%205.77858%2020.8911%205.20638C20.7343%204.63419%2020.4114%204.12133%2019.9631%203.73266C19.5149%203.34399%2018.9615%203.09696%2018.3728%203.0228C17.7842%202.94864%2017.1868%203.05068%2016.6561%203.31603C16.3036%203.49227%2015.9894%203.73622%2015.7312%204.03395C15.4731%204.33168%2015.2761%204.67735%2015.1516%205.05122C15.027%205.42509%2014.9774%205.81983%2015.0054%206.2129C15.0335%206.60596%2015.1387%206.98964%2015.3151%207.34203Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat}.icon-print{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1535_30422)'%3e%3cpath%20d='M9%2016.1639H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cpath%20d='M9%2018.941H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3ccircle%20cx='18.75'%20cy='9.25'%20r='0.75'%20fill='%23333333'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='4'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3crect%20x='6'%20y='14'%20width='12'%20height='7'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5001%206.34998C2.86497%206.34998%202.3501%206.86485%202.3501%207.49998V15.5C2.3501%2016.1351%202.86497%2016.65%203.5001%2016.65H6.00012V15.35H3.6501V7.64998H20.3501V15.35H18.0001V16.65H20.5001C21.1352%2016.65%2021.6501%2016.1351%2021.6501%2015.5V7.49998C21.6501%206.86485%2021.1352%206.34998%2020.5001%206.34998H3.5001Z'%20fill='%232C2C2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1535_30422'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-delete{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1514_28328)'%3e%3cpath%20d='M19%207L18.133%2019.142C18.0971%2019.6466%2017.8713%2020.1188%2017.5011%2020.4636C17.1309%2020.8083%2016.6439%2021%2016.138%2021H7.862C7.35528%2021.0013%206.86696%2020.8102%206.49571%2020.4653C6.12447%2020.1204%205.89798%2019.6474%205.862%2019.142L5%207M10%2011V17M14%2011V17M15%207V4C15%203.73478%2014.8946%203.48043%2014.7071%203.29289C14.5196%203.10536%2014.2652%203%2014%203H10C9.73478%203%209.48043%203.10536%209.29289%203.29289C9.10536%203.48043%209%203.73478%209%204V7M4%207H20'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1514_28328'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-down{display:block;height:60px;background:url(/assets/app-down-DmkrHvrx.svg) center center no-repeat}.print-wrap .inner-box .logo{position:absolute;right:32px;top:10px;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:97px;height:26px;font-size:0}.profile-box .icon-search-s{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #000 center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0;background-size:10px auto}.profile-box .icon-search-s-red{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cline%20x1='12.3737'%20y1='12.2223'%20x2='14.8093'%20y2='14.6579'%20stroke='white'%20stroke-linecap='round'/%3e%3ccircle%20cx='9.16667'%20cy='9.16667'%20r='4.16667'%20stroke='white'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0}.icon-check01{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5174_151308)'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M4.27783%207L6.20273%208.9249'%20stroke='%23C2C2C2'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M10.072%205.05469L6.22222%208.90449'%20stroke='%23C2C2C2'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_151308'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;width:14px;height:14px;border-radius:100%}.icon-frame{background:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3335%201.33398V6.66732H6.66683'%20stroke='%23333333'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;width:8px;height:8px;display:inline-flex}.data-0101-state.active .icon-check01{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_5174_141008)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM10.6019%204.52542C10.8948%204.81831%2010.8948%205.29318%2010.6019%205.58608L6.75214%209.43588L6.75113%209.43689C6.74534%209.44308%206.73943%209.44919%206.73339%209.45523C6.4405%209.74813%205.96562%209.74813%205.67273%209.45523L3.74783%207.53033C3.45493%207.23744%203.45493%206.76256%203.74783%206.46967C4.04072%206.17678%204.51559%206.17678%204.80849%206.46967L6.20276%207.86394L9.54128%204.52542C9.83418%204.23252%2010.3091%204.23252%2010.6019%204.52542Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_141008'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-color:transparent}.deaun-main-box .tit-box .btn-fold{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_fold'%20clip-path='url(%23clip0_1736_26767)'%3e%3ccircle%20id='Ellipse%202'%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='chevron-left'%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1736_26767'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:block;transition:transform .3s ease}.five01.ilgan{background:url(/assets/skyDay_tue-gcKxQhGo.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five02.ilgan{background:url(/assets/skyDay_wed-5lZuBtDp.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five03.ilgan{background:url(/assets/skyDay_thu-CZc2IqZd.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five04.ilgan{background:url(/assets/skyDay_fri-B8LiSuoL.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five05.ilgan{background:url(/assets/skyDay_sat-CoDJ83Ub.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.icon-restart{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;font-size:0;margin-right:8px}.icon-search{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;margin-right:8px}.icon-message{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_message_fill'%20clip-path='url(%23clip0_3142_70198)'%3e%3cpath%20id='Vector'%20d='M15%2029.9998H10C8.67392%2029.9998%207.40215%2029.4731%206.46447%2028.5354C5.52678%2027.5977%205%2026.3259%205%2024.9998V11.6665C5%2010.3404%205.52678%209.06865%206.46447%208.13097C7.40215%207.19329%208.67392%206.6665%2010%206.6665H30C31.3261%206.6665%2032.5979%207.19329%2033.5355%208.13097C34.4732%209.06865%2035%2010.3404%2035%2011.6665V24.9998C35%2026.3259%2034.4732%2027.5977%2033.5355%2028.5354C32.5979%2029.4731%2031.3261%2029.9998%2030%2029.9998H25L20%2034.9998L15%2029.9998Z'%20fill='%23575757'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2014.9998C12.083%2014.3094%2012.6427%2013.7498%2013.333%2013.7498H26.6663C27.3567%2013.7498%2027.9163%2014.3094%2027.9163%2014.9998C27.9163%2015.6901%2027.3567%2016.2498%2026.6663%2016.2498H13.333C12.6427%2016.2498%2012.083%2015.6901%2012.083%2014.9998Z'%20fill='white'/%3e%3cpath%20id='Vector%20(Stroke)_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2021.6665C12.083%2020.9761%2012.6427%2020.4165%2013.333%2020.4165H23.333C24.0234%2020.4165%2024.583%2020.9761%2024.583%2021.6665C24.583%2022.3569%2024.0234%2022.9165%2023.333%2022.9165H13.333C12.6427%2022.9165%2012.083%2022.3569%2012.083%2021.6665Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70198'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-kko{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3142_70202)'%3e%3cpath%20d='M20%2039.9998C31.0457%2039.9998%2040%2031.0455%2040%2019.9998C40%208.95406%2031.0457%20-0.000244141%2020%20-0.000244141C8.9543%20-0.000244141%200%208.95406%200%2019.9998C0%2031.0455%208.9543%2039.9998%2020%2039.9998Z'%20fill='%23FAE300'/%3e%3cpath%20d='M20.002%2010.833C14.4786%2010.833%2010.002%2014.3722%2010.002%2018.7388C10.002%2021.5805%2011.8986%2024.0722%2014.7461%2025.4647C14.537%2026.2455%2013.9886%2028.298%2013.8786%2028.7322C13.7436%2029.2763%2014.0778%2029.2688%2014.2953%2029.1222C14.467%2029.008%2017.0353%2027.2622%2018.1436%2026.508C18.758%2026.599%2019.3783%2026.6447%2019.9995%2026.6447C25.522%2026.6447%2029.9995%2023.1047%2029.9995%2018.7388C29.9995%2014.373%2025.522%2010.833%2019.9995%2010.833'%20fill='%23391B1B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70202'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-circle{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_circle'%20clip-path='url(%23clip0_3142_70175)'%3e%3cline%20id='Line%201'%20x1='11.0607'%20y1='10.667'%20x2='13.7712'%20y2='13.3776'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20id='Ellipse%201'%20cx='7'%20cy='7.00024'%20r='5'%20stroke='%23575757'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70175'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0%200.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.btn-exp{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_14525_158252)'%3e%3cpath%20id='&%23237;&%23131;&%23128;&%23236;&%23155;&%23144;%202574'%20d='M8%2013C10.7614%2013%2013%2010.7614%2013%208C13%205.23858%2010.7614%203%208%203C5.23858%203%203%205.23858%203%208C3%2010.7614%205.23858%2013%208%2013Z'%20fill='%23949494'/%3e%3cpath%20id='&%23237;&%23131;&%23128;&%23236;&%23155;&%23144;%205'%20d='M8.00005%203.06705C7.0246%203.06705%206.07105%203.35631%205.25998%203.89825C4.44892%204.44018%203.81677%205.21046%203.44348%206.11166C3.07019%207.01287%202.97252%208.00453%203.16282%208.96124C3.35312%209.91796%203.82285%2010.7968%204.5126%2011.4865C5.20236%2012.1763%206.08116%2012.646%207.03787%2012.8363C7.99458%2013.0266%208.98624%2012.9289%209.88745%2012.5556C10.7887%2012.1823%2011.5589%2011.5502%2012.1009%2010.7391C12.6428%209.92806%2012.9321%208.97451%2012.9321%207.99906C12.9305%206.69149%2012.4103%205.43794%2011.4858%204.51336C10.5612%203.58877%209.30762%203.06864%208.00005%203.06705ZM8.00005%202.08105C9.17072%202.08105%2010.3151%202.4282%2011.2885%203.07859C12.2618%203.72897%2013.0205%204.6534%2013.4685%205.73495C13.9165%206.81651%2014.0337%208.00662%2013.8053%209.1548C13.5769%2010.303%2013.0132%2011.3576%2012.1854%2012.1854C11.3576%2013.0132%2010.303%2013.5769%209.15479%2013.8053C8.00662%2014.0337%206.81651%2013.9165%205.73495%2013.4685C4.6534%2013.0205%203.72897%2012.2619%203.07859%2011.2885C2.4282%2010.3151%202.08105%209.17072%202.08105%208.00006C2.08105%206.43024%202.70466%204.92472%203.81469%203.81469C4.92472%202.70466%206.43024%202.08105%208.00005%202.08105Z'%20fill='%23949494'/%3e%3cpath%20id='&%23236;&%23132;&%23160;%20311'%20d='M7%207.66675H8V11.6667H9'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3ccircle%20id='&%23236;&%23132;&%23160;%20312'%20cx='8'%20cy='5'%20r='1'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14525_158252'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:flex;font-size:0}.btn-rd-plus{display:flex;width:50px;height:50px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 2px 6px #00000029;border:2px solid #333333;font-size:0;background:url("data:image/svg+xml,%3csvg%20id='write_note'%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3crect%20id='사각형_53'%20data-name='사각형%2053'%20width='32'%20height='32'%20fill='rgba(255,255,255,0)'/%3e%3cline%20id='선_8'%20data-name='선%208'%20y2='19.167'%20transform='translate(16%206.417)'%20fill='none'%20stroke='%23333'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cline%20id='선_9'%20data-name='선%209'%20x2='19.167'%20transform='translate(6.417%2016)'%20fill='none'%20stroke='%23333'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") #fff center center no-repeat;border-radius:100%}.btn-del{display:flex;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20id='btn_delete'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20id='패스_3407'%20data-name='패스%203407'%20d='M19,7l-.867,12.142A2,2,0,0,1,16.138,21H7.862a2,2,0,0,1-2-1.858L5,7m5,4v6m4-6v6M15,7V4a1,1,0,0,0-1-1H10A1,1,0,0,0,9,4V7M4,7H20'%20fill='none'%20stroke='%23eb4c10'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='사각형_3533'%20data-name='사각형%203533'%20width='24'%20height='24'%20fill='none'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-del-line{display:flex;width:38px;height:38px;border:1px solid #ebebeb;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4831_15435)'%3e%3cpath%20d='M12.667%204.66667L12.089%2012.7613C12.065%2013.0977%2011.9145%2013.4125%2011.6677%2013.6424C11.4209%2013.8722%2011.0962%2014%2010.759%2014H5.24166C4.90384%2014.0009%204.5783%2013.8734%204.3308%2013.6435C4.0833%2013.4136%203.93231%2013.0983%203.90833%2012.7613L3.33366%204.66667M6.66699%207.33333V11.3333M9.33366%207.33333V11.3333M10.0003%204.66667V2.66667C10.0003%202.48986%209.93009%202.32029%209.80506%202.19526C9.68004%202.07024%209.51047%202%209.33366%202H6.66699C6.49018%202%206.32061%202.07024%206.19559%202.19526C6.07056%202.32029%206.00033%202.48986%206.00033%202.66667V4.66667M2.66699%204.66667H13.3337'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4831_15435'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0;border-radius:6px;padding:10px 16px;justify-content:center;align-items:center}.btn-del-simple{display:flex;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_77_8349)'%3e%3cpath%20d='M15.834%205.83333L15.1115%2015.9517C15.0816%2016.3722%2014.8934%2016.7657%2014.5849%2017.053C14.2764%2017.3403%2013.8705%2017.5%2013.449%2017.5H6.55232C6.13005%2017.5011%205.72312%2017.3418%205.41375%2017.0544C5.10437%2016.767%204.91563%2016.3729%204.88565%2015.9517L4.16732%205.83333M8.33398%209.16667V14.1667M11.6673%209.16667V14.1667M12.5007%205.83333V3.33333C12.5007%203.11232%2012.4129%202.90036%2012.2566%202.74408C12.1003%202.5878%2011.8883%202.5%2011.6673%202.5H8.33398C8.11297%202.5%207.90101%202.5878%207.74473%202.74408C7.58845%202.90036%207.50065%203.11232%207.50065%203.33333V5.83333M3.33398%205.83333H16.6673'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_77_8349'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-del-line-3{display:flex;align-items:center;height:26px;padding:0 12px 0 30px;border:1px solid #ebebeb;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_delete'%20clip-path='url(%23clip0_5815_108264)'%3e%3cpath%20id='&%23237;&%23140;&%23168;&%23236;&%23138;&%23164;%203407'%20d='M11.082%204.08333L10.5763%2011.1662C10.5553%2011.4605%2010.4236%2011.736%2010.2077%2011.9371C9.99174%2012.1382%209.70762%2012.25%209.41253%2012.25H4.58486C4.28928%2012.2507%204.00442%2012.1393%203.78786%2011.9381C3.5713%2011.7369%203.43918%2011.461%203.4182%2011.1662L2.91536%204.08333M5.83203%206.41667V9.91667M8.16536%206.41667V9.91667M8.7487%204.08333V2.33333C8.7487%202.17862%208.68724%202.03025%208.57784%201.92085C8.46845%201.81146%208.32007%201.75%208.16536%201.75H5.83203C5.67732%201.75%205.52895%201.81146%205.41955%201.92085C5.31016%202.03025%205.2487%202.17862%205.2487%202.33333V4.08333M2.33203%204.08333H11.6654'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5815_108264'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 12px center no-repeat;font-size:12px;font-weight:700;color:#333;border-radius:6px}.btn-rd .btn-share{background:url("data:image/svg+xml,%3csvg%20id='icon_share'%20xmlns='http://www.w3.org/2000/svg'%20width='19.091'%20height='20'%20viewBox='0%200%2019.091%2020'%3e%3crect%20id='Boundary'%20width='19.091'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_4474'%20data-name='패스%204474'%20d='M7.537,11.2a2.372,2.372,0,0,0,0-2.129m0,2.129a2.383,2.383,0,1,1,0-2.129m0,2.129,5.294,2.63M7.537,9.074l5.294-2.63m0,0a2.4,2.4,0,0,0,3.213,1.064,2.373,2.373,0,0,0,1.071-3.193A2.4,2.4,0,0,0,13.9,3.251a2.373,2.373,0,0,0-1.071,3.193Zm0,7.389A2.373,2.373,0,0,0,13.9,17.026a2.4,2.4,0,0,0,3.214-1.064,2.373,2.373,0,0,0-1.071-3.193,2.4,2.4,0,0,0-3.214,1.064Z'%20transform='translate(-0.533%20-0.499)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-print{background:url("data:image/svg+xml,%3csvg%20id='icon_print'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='그룹_9277'%20data-name='그룹%209277'%3e%3crect%20id='사각형_1286'%20data-name='사각형%201286'%20width='20'%20height='20'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_9278'%20data-name='그룹%209278'%20transform='translate(2%202)'%3e%3cg%20id='사각형_6897'%20data-name='사각형%206897'%20transform='translate(4%200)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='11'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='9.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cg%20id='패스_6888'%20data-name='패스%206888'%20transform='translate(0%203.999)'%20fill='%23fff'%3e%3cpath%20d='M%2014.39999961853027%206.25%20L%201.600000023841858%206.25%20C%201.113510012626648%206.25%200.75%205.974020004272461%200.75%205.727270126342773%20L%200.75%201.272729992866516%20C%200.75%201.025979995727539%201.113510012626648%200.75%201.600000023841858%200.75%20L%2014.39999961853027%200.75%20C%2014.88648986816406%200.75%2015.25%201.025979995727539%2015.25%201.272729992866516%20L%2015.25%205.727270126342773%20C%2015.25%205.974020004272461%2014.88648986816406%206.25%2014.39999961853027%206.25%20Z'%20stroke='none'/%3e%3cpath%20d='M%201.600000381469727%201.5%20C%201.561466217041016%201.5%201.527990341186523%201.50404167175293%201.5%201.509844779968262%20L%201.5%205.490155220031738%20C%201.527990341186523%205.49595832824707%201.561466217041016%205.5%201.600000381469727%205.5%20L%2014.39999961853027%205.5%20C%2014.43853378295898%205.5%2014.47200965881348%205.49595832824707%2014.5%205.490155220031738%20L%2014.5%201.509844779968262%20C%2014.47200965881348%201.50404167175293%2014.43853378295898%201.5%2014.39999961853027%201.5%20L%201.600000381469727%201.5%20M%201.600000381469727%200%20L%2014.39999961853027%200%20C%2015.28365993499756%200%2016%200.5698199272155762%2016%201.272729873657227%20L%2016%205.727270126342773%20C%2016%206.430180072784424%2015.28365993499756%207%2014.39999961853027%207%20L%201.600000381469727%207%20C%200.7163400650024414%207%200%206.430180072784424%200%205.727270126342773%20L%200%201.272729873657227%20C%200%200.5698199272155762%200.7163400650024414%200%201.600000381469727%200%20Z'%20stroke='none'%20fill='%2323252e'/%3e%3c/g%3e%3cg%20id='사각형_6898'%20data-name='사각형%206898'%20transform='translate(4%207)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='9'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='7.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cline%20id='선_277'%20data-name='선%20277'%20x2='4.627'%20transform='translate(5.801%2011.331)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_279'%20data-name='선%20279'%20x2='4.627'%20transform='translate(5.801%2012.94)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_278'%20data-name='선%20278'%20transform='translate(12.941%205.408)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-sq-40{width:101px!important;height:38px;border:1px solid #ff6e6e;border-radius:8px;color:#eb4c10;font-weight:600;font-size:15px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_save'%20clip-path='url(%23clip0_2569_3522)'%3e%3cpath%20id='&%23237;&%23149;&%23169;&%23236;&%23185;&%23152;&%23234;&%23184;&%23176;%201'%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_3522'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 15px center no-repeat;padding-left:40px;display:flex;justify-content:flex-start;align-items:center}.btn-rd .btn-sq-40.btn-save.none-icon{background:url();padding-left:10px!important;width:71px!important}.btn-rd .btn-sq-40.active{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2569_343)'%3e%3cpath%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_343'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.btn-rd .btn-sq-40.list{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#333;border-color:#ebebeb;padding-left:35px!important}.btn-rd.chnkor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M28.3857%2019.041V22.4883H29.6943V23.3965H28.3857V27.8496H27.3018V19.041H28.3857ZM26.0518%2019.959C26.0518%2022.5566%2024.9775%2024.832%2022.0381%2026.2773L21.4229%2025.4375C23.5713%2024.3682%2024.7334%2022.8643%2024.958%2020.8574H21.9014V19.959H26.0518Z'%20fill='%23333333'/%3e%3cpath%20d='M14.219%2012.366L15.371%2012.699C14.237%2015.939%2012.14%2017.829%208.918%2018.837C8.792%2018.567%208.45%2018.045%208.234%2017.784C11.348%2016.965%2013.283%2015.3%2014.219%2012.366ZM10.745%2012.438C11.654%2015.102%2013.598%2017.019%2016.802%2017.739C16.541%2017.991%2016.19%2018.504%2016.019%2018.819C12.644%2017.937%2010.79%2015.876%209.665%2012.762L10.745%2012.438ZM8.396%2011.781H16.64V12.843H8.396V11.781ZM11.933%2010.359H13.049V12.429H11.933V10.359Z'%20fill='%23333333'/%3e%3crect%20x='21.5701'%20y='13.5538'%20width='1'%20height='12'%20transform='rotate(30%2021.5701%2013.5538)'%20fill='%23C2C2C2'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.kor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M22.8403%2013.6152V18.0459H24.478V19.3789H22.8403V25.1426H21.2153V13.6152H22.8403ZM19.7554%2014.7959C19.7427%2018.249%2018.397%2021.2451%2014.5122%2023.1494L13.5981%2021.9053C16.334%2020.5342%2017.8003%2018.6934%2018.105%2016.1162H14.2583V14.7959H19.7554Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.chn{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M21.292%2015.488L22.828%2015.932C21.316%2020.252%2018.52%2022.772%2014.224%2024.116C14.056%2023.756%2013.6%2023.06%2013.312%2022.712C17.464%2021.62%2020.044%2019.4%2021.292%2015.488ZM16.66%2015.584C17.872%2019.136%2020.464%2021.692%2024.736%2022.652C24.388%2022.988%2023.92%2023.672%2023.692%2024.092C19.192%2022.916%2016.72%2020.168%2015.22%2016.016L16.66%2015.584ZM13.528%2014.708H24.52V16.124H13.528V14.708ZM18.244%2012.812H19.732V15.572H18.244V12.812Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.sorting{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31628)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6667H13.1668M13.1668%2015.6667L15.2502%2013.5834M13.1668%2015.6667L15.2502%2017.75'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31628'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.sorting.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_2149_28235)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6666H13.1668M13.1668%2015.6666L15.2502%2013.5833M13.1668%2015.6666L15.2502%2017.75'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2149_28235'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31574)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31574'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='38'%20height='38'%20rx='19'%20fill='%23EB4C10'/%3e%3cg%20clip-path='url(%23clip0_1627_31697)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31697'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.fntcolor01{background:url(/assets/icon-fnt-color-01-p9I1qeMd.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor02{background:url(/assets/icon-fnt-color-02-Bh7fszg0.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor03{background:url(/assets/icon-fnt-color-03-CNj94q9k.svg) transparent center center no-repeat;font-size:0}.chk-birth{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20id='icon_check_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20width='20'%20height='20'%20rx='5'%20fill='none'%20stroke='%23e5e5e5'%20stroke-width='1'/%3e%3c/svg%3e") center center no-repeat;display:flex;font-size:0}.chk-birth.active{background:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.chk-round{background:url("data:image/svg+xml,%3csvg%20id='icon_대운_off'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3cg%20id='사각형_11'%20data-name='사각형%2011'%20fill='none'%20stroke='%23c8c8c8'%20stroke-width='1'%3e%3crect%20width='20'%20height='20'%20rx='10'%20stroke='none'/%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='9.5'%20fill='none'/%3e%3c/g%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23c8c8c8'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:inline-flex;font-size:0}.chk-round.active{background-image:url("data:image/svg+xml,%3csvg%20id='icon_대운_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='20'%20height='20'%20rx='10'%20fill='%23eb4c10'/%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.checkbox+.label{position:relative;cursor:pointer;padding-left:28px;height:24px;display:flex;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-position:left center;background-repeat:no-repeat;font-size:0}.checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_6735_131766)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M6.10938%2010L8.85923%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3867%207.22266L8.887%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6735_131766'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:26px}.radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.rd-gender+label{position:relative;display:flex;cursor:pointer;padding-left:38px;background:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%235dbaff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%235dbaff'/%3e%3c/g%3e%3c/svg%3e") 18px center no-repeat;border:1px solid #e5e5e5;width:81px;height:34px;border-radius:8px;align-items:center;box-sizing:border-box;margin-left:8px}.rd-gender:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");background-color:#eb4c10;color:#fff;border-color:#eb4c10}.rd-gender.female+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_female'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='female'%20transform='translate(5.07%203.237)'%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(0%200.003)'%20fill='%23eb4f5d'/%3e%3c/g%3e%3c/svg%3e")}.rd-gender.female:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='여자_흰색'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(5.07%203.24)'%20fill='%23fff'/%3e%3c/svg%3e")}.rd-chk-02+label:before{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20503'%20data-name='그룹%2020503'%20transform='translate(-115%20-543)'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='18'%20height='18'%20rx='9'%20transform='translate(115%20543)'%20fill='%23d9d9db'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-size:100% auto;position:absolute;left:0;top:0;bottom:0;display:block;content:""}.rd-chk-02:checked+label:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20504'%20data-name='그룹%2020504'%20transform='translate(-115%20-543)'%3e%3cpath%20id='패스_17352'%20data-name='패스%2017352'%20d='M9,0A9,9,0,1,1,0,9,9,9,0,0,1,9,0Z'%20transform='translate(115%20543)'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e")}@media (max-width: 768px){body{font-size:12px}.inner-base{width:100%}.header-wrap{display:none;position:fixed;left:0;top:0;right:0;background:#fff}.header-wrap .inner-base.pc{display:none}.header-wrap .inner-base.mobile{display:flex}.header-wrap:after{display:none}.header-wrap:before{display:none}.header-nav .nav-list{display:none}.header-wrap{height:48px;padding:0}.header-wrap.main .hd__logo{background-image:url(/assets/logo_b-CKFCal8T.png);background-position:10px center;height:40px;background-size:auto 100%}.header-wrap.sub .hd__logo{background-position:10px center;height:40px;background-size:auto 100%}.header-wrap .inner-base.mobile{height:100%;align-items:center}.header-wrap .inner-base.mobile .header-mobile-nav .nav-list{flex-direction:column;position:fixed;top:0;bottom:0;width:100vw;background-color:#fff;z-index:11;justify-content:flex-start;align-items:flex-start;height:100vh;overflow-y:auto;right:-200%;box-sizing:border-box}.header-wrap .inner-base.mobile .icon__menu{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A");font-size:0;color:#202425;width:48px;height:48px;background-position:center center;background-size:24px 24px}.header-wrap .inner-base.mobile .icon__menu_close{background-image:url("data:image/svg+xml,%3Csvg id='icon_cancel' data-name='icon/cancel' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='Boundary' width='30' height='30' fill='none'/%3E%3Cpath id='icon_cancel-2' data-name='icon/cancel' d='M10,26.25l8.125-8.125m0,0L23.2,13.047,26.25,10m-8.125,8.125L10,10m8.125,8.125L26.25,26.25' transform='translate(-3.125 -3.125)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");font-size:0;color:#202425;width:48px;height:48px;background-position:center center;z-index:12;position:fixed;right:0;top:0;display:none;background-size:24px 24px}.header-wrap.active .header-nav,.header-wrap.active .hd__logo,.header-wrap.mb-active .inner-base.mobile .icon__menu{display:none}.header-wrap.mb-active .inner-base.mobile .hd__logo{display:block;background-size:auto 100%}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list{right:0;left:0;top:48px;box-sizing:border-box;width:100%;padding:0}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .menu-link{font-size:1.1rem;font-weight:500;background:#235c9d;color:#fff;display:flex;align-items:center;box-sizing:border-box;padding:.5rem 1rem}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub{display:flex;flex-wrap:wrap;padding:.7rem 0}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub a{color:#202425;font-size:1rem;line-height:1.8;padding:0 1rem}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub div{width:50%}.header-wrap.mb-active .inner-base.mobile .icon__menu_close{display:block}.header-wrap.mb-active .inner-base.mobile .depth-sub{height:auto}.vi-slide{margin-top:0}}.btn-detail{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;font-size:0;width:22px;height:22px;border:1px solid #ebebeb;border-radius:100%}.btn-detail-act{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8507_142056)'%3e%3cpath%20d='M1.37539%2016.4009C0.797456%2015.0056%200.5%2013.5102%200.5%2012C0.5%208.95001%201.7116%206.02494%203.86827%203.86827C6.02494%201.7116%208.95001%200.5%2012%200.5C15.05%200.5%2017.9751%201.7116%2020.1317%203.86827C22.2884%206.02494%2023.5%208.95001%2023.5%2012C23.5%2013.5102%2023.2025%2015.0056%2022.6246%2016.4009C22.0467%2017.7961%2021.1996%2019.0639%2020.1317%2020.1317C19.0639%2021.1996%2017.7961%2022.0467%2016.4009%2022.6246C15.0056%2023.2025%2013.5102%2023.5%2012%2023.5C10.4898%2023.5%208.99438%2023.2025%207.59914%2022.6246L7.4078%2023.0866L7.59914%2022.6246C6.2039%2022.0467%204.93615%2021.1996%203.86827%2020.1317C2.8004%2019.0639%201.95331%2017.7961%201.37539%2016.4009Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%2011C17.8166%209.74032%2017.2043%208.57315%2016.2575%207.67826C15.3107%206.78338%2014.0818%206.21043%2012.7603%206.04768C11.4387%205.88493%2010.0977%206.1414%208.9439%206.77759C7.79009%207.41378%206.88744%208.39439%206.375%209.56837M6%206.70512V9.56837H9'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%2013C6.18342%2014.2597%206.7957%2015.4269%207.74252%2016.3217C8.68934%2017.2166%209.91818%2017.7896%2011.2397%2017.9523C12.5613%2018.1151%2013.9023%2017.8586%2015.0561%2017.2224C16.2099%2016.5862%2017.1126%2015.6056%2017.625%2014.4316M18%2017.2949V14.4316H15'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8507_142056'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;font-size:0;width:22px;height:22px;border:1px solid #ebebeb;border-radius:100%}.list-hd-box .search-box .icon-search{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_65_2'%20data-name='구성%20요소%2065%20–%202'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='icon_circle'%20transform='translate(4%204)'%3e%3cpath%20id='circle2017'%20d='M7.687,291.161a7.177,7.177,0,1,0,4.469,12.779l2.988,2.987a.8.8,0,1,0,1.131-1.129l-2.988-2.988a7.165,7.165,0,0,0-5.6-11.649Zm0,1.594a5.582,5.582,0,1,1-5.579,5.579,5.566,5.566,0,0,1,5.579-5.579Z'%20transform='translate(-0.514%20-291.161)'%20fill='%237f828d'/%3e%3c/g%3e%3crect%20id='사각형_10038'%20data-name='사각형%2010038'%20width='24'%20height='24'%20fill='none'/%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex}.icon-setting{width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex}.icon-arrow01{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:23px;height:23px;font-size:0;display:block}.icon-arrow02{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_arrow'%20clip-path='url(%23clip0_3199_70881)'%3e%3cpath%20id='Vector'%20d='M3.33325%208.00004H12.6666M12.6666%208.00004L9.99992%205.33337M12.6666%208.00004L9.99992%2010.6667'%20stroke='%23575757'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3199_70881'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-reset{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_213_1'%20data-name='구성%20요소%20213%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_17462'%20data-name='패스%2017462'%20d='M0,0H19.872V21.65H0Z'%20transform='translate(-1.662%20-1.219)'%20fill='%23eb4c10'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_51'%20data-name='사각형%2051'%20width='24'%20height='24'%20fill='none'/%3e%3cg%20id='그룹_20996'%20data-name='그룹%2020996'%20transform='translate(3.726%202.189)'%3e%3cg%20id='마스크_그룹_8549'%20data-name='마스크%20그룹%208549'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_17461'%20data-name='패스%2017461'%20d='M16.534,10.465a.81.81,0,0,0-1.618.091c.007.126.011.255.011.382a6.648,6.648,0,1,1-4.533-6.307l-2.162.783a.81.81,0,1,0,.552,1.524l3.939-1.426.012-.005.043-.018.031-.014.039-.021.031-.018.034-.023.032-.023.029-.024.032-.028.024-.025.031-.034.021-.026.029-.038.008-.01.011-.018.023-.038.018-.034.016-.035c.006-.013.011-.026.016-.04L13.215,5c0-.014.009-.028.013-.042s.006-.023.008-.034.006-.027.008-.041,0-.025.006-.038,0-.025,0-.038,0-.028,0-.042,0-.023,0-.035,0-.03,0-.045,0-.023,0-.034,0-.029-.006-.043,0-.025-.007-.037-.006-.026-.009-.038-.008-.028-.013-.042,0-.014-.006-.021L11.782.535a.81.81,0,1,0-1.524.552L11,3.123a8.275,8.275,0,1,0,5.552,7.816c0-.157,0-.316-.013-.473'%20transform='translate(0%200)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:14px;height:14px;display:flex;font-size:0}.icon-filter{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17.5'%20height='17.5'%20viewBox='0%200%2017.5%2017.5'%3e%3cpath%20id='패스_4476'%20data-name='패스%204476'%20d='M12,6V4m0,2a2,2,0,0,0,0,4m0-4a2,2,0,0,1,0,4M6,18a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4m6,6V20m6-2a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4'%20transform='translate(-3.25%20-3.25)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex;font-size:0}.icon-order{background:url("data:image/svg+xml,%3csvg%20id='arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3crect%20id='Boundary'%20width='16'%20height='16'%20fill='none'/%3e%3cg%20id='그룹_19883'%20data-name='그룹%2019883'%20transform='translate(2.43%203.317)'%3e%3cg%20id='그룹_19856'%20data-name='그룹%2019856'%20transform='translate(0%200)'%3e%3cpath%20id='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-2'%20data-name='chevron-left'%20d='M9.606,0H0'%20transform='translate(2.624%200.364)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3cg%20id='그룹_19857'%20data-name='그룹%2019857'%20transform='translate(11.224%209.703)%20rotate(-180)'%3e%3cpath%20id='chevron-left-3'%20data-name='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249%200)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-4'%20data-name='chevron-left'%20d='M9.387,0H0'%20transform='translate(2.624%200.295)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:36px;height:36px;display:flex;font-size:0}.toolbar_view_mode_image_list{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_list.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.toolbar_view_mode_image_grid{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;flex-shrink:0;display:flex}.toolbar_view_mode_image_grid.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.share-preview-box .img01{background:url(/assets/share-guide-01-58FWiFly.png) center center no-repeat;background-size:100% auto;width:calc(100% - 8px);height:100%}.share-preview-box .img02{background:url(/assets/share-guide-02-CGDixKk5.png) center center no-repeat;background-size:100% auto;margin-left:16px;width:calc(100% - 8px);height:100%}.icon-essay{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%3e%3cpath%20d='M11.5%207C5.152%207%200%2010.8525%200%2015.6053C0%2018.6985%202.18132%2021.4102%205.4556%2022.9262C5.21548%2023.7761%204.58436%2026.0054%204.45832%2026.4826C4.30284%2027.0748%204.6874%2027.0669%204.93948%2026.9076C5.13728%2026.7831%208.09048%2024.8829%209.3656%2024.0626C10.0722%2024.1618%2010.7856%2024.2115%2011.5%2024.2116C17.848%2024.2116%2023%2020.3582%2023%2015.6062C23%2010.8542%2017.848%207%2011.5%207Z'%20fill='%23EB4C10'/%3e%3cpath%20d='M14.4766%2016.2734V20H12.9766V11.5156H14.4414V14.7148H14.5234C14.8164%2014%2015.4258%2013.5547%2016.4102%2013.5547C17.7344%2013.5547%2018.6016%2014.4102%2018.6016%2015.9453V20H17.1133V16.1797C17.1133%2015.3125%2016.6445%2014.8203%2015.8594%2014.8203C15.0508%2014.8203%2014.4766%2015.3477%2014.4766%2016.2734Z'%20fill='white'/%3e%3cpath%20d='M10.1992%2014.375C10.0234%2013.3555%209.20312%2012.7695%208.17188%2012.7695C6.77734%2012.7695%205.80469%2013.8359%205.80469%2015.7578C5.80469%2017.7031%206.78906%2018.7461%208.17188%2018.7461C9.17969%2018.7461%2010%2018.1836%2010.1992%2017.1875H11.7344C11.5%2018.8164%2010.1641%2020.1172%208.14844%2020.1172C5.91016%2020.1172%204.26953%2018.4883%204.26953%2015.7578C4.26953%2013.0156%205.93359%2011.3984%208.14844%2011.3984C10.0234%2011.3984%2011.4766%2012.4883%2011.7344%2014.375H10.1992Z'%20fill='white'/%3e%3crect%20x='25'%20y='15'%20width='7'%20height='1'%20fill='%23EB4C10'/%3e%3crect%20x='28'%20y='19'%20width='7'%20height='1'%20transform='rotate(-90%2028%2019)'%20fill='%23EB4C10'/%3e%3c/svg%3e") center center no-repeat;width:32px;height:32px;display:inline-flex}.faq-list-row .tit{height:60px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;color:#333;font-weight:500;padding:0 20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5006_86777)'%3e%3cpath%20d='M15.8327%207.50065L9.99935%2013.334L4.16602%207.50065'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5006_86777'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") calc(100% - 20px) center no-repeat}.faq-list-row .tit.open{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5006_86807)'%3e%3cpath%20d='M4.16732%2012.4993L10.0006%206.66602L15.834%2012.4993'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5006_86807'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.reaction-box .reply-btn{width:20px;height:20px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7142%203.33203C16.2194%203.33203%2016.7038%203.53271%2017.0611%203.88992C17.4183%204.24714%2017.619%204.73162%2017.619%205.23679V14.7606C17.619%2015.2658%2017.4183%2015.7503%2017.0611%2016.1075C16.7038%2016.4647%2016.2194%2016.6654%2015.7142%2016.6654L12.858%2016.6644L10.6732%2018.8492C10.5092%2019.0132%2010.2911%2019.1117%2010.0596%2019.1262C9.82815%2019.1408%209.59934%2019.0704%209.4161%2018.9282L9.32657%2018.8492L7.14181%2016.6644L4.28562%2016.6654C3.78045%2016.6654%203.29596%2016.4647%202.93875%2016.1075C2.58154%2015.7503%202.38086%2015.2658%202.38086%2014.7606V5.23679C2.38086%204.73162%202.58154%204.24714%202.93875%203.88992C3.29596%203.53271%203.78045%203.33203%204.28562%203.33203H15.7142Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99923%2010.9516C10.4754%2010.9516%2010.9516%2010.4754%2010.9516%209.99926C10.9516%209.52307%2010.4754%209.04688%209.99923%209.04688C9.52304%209.04688%209.04781%209.52307%209.04781%209.99926C9.04781%2010.4754%209.52304%2010.9516%209.99923%2010.9516ZM6.18971%2010.9516C6.6659%2010.9516%207.14209%2010.4754%207.14209%209.99926C7.14209%209.52307%206.6659%209.04688%206.18971%209.04688C5.71352%209.04688%205.23828%209.52307%205.23828%209.99926C5.23828%2010.4754%205.71352%2010.9516%206.18971%2010.9516ZM13.8088%2010.9516C14.2849%2010.9516%2014.7611%2010.4754%2014.7611%209.99926C14.7611%209.52307%2014.2849%209.04688%2013.8088%209.04688C13.3326%209.04688%2012.8573%209.52307%2012.8573%209.99926C12.8573%2010.4754%2013.3326%2010.9516%2013.8088%2010.9516Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7142%203.33203C16.2194%203.33203%2016.7038%203.53271%2017.0611%203.88992C17.4183%204.24714%2017.619%204.73162%2017.619%205.23679V14.7606C17.619%2015.2658%2017.4183%2015.7503%2017.0611%2016.1075C16.7038%2016.4647%2016.2194%2016.6654%2015.7142%2016.6654L12.858%2016.6644L10.6732%2018.8492C10.5092%2019.0132%2010.2911%2019.1117%2010.0596%2019.1262C9.82815%2019.1408%209.59934%2019.0704%209.4161%2018.9282L9.32657%2018.8492L7.14181%2016.6644L4.28562%2016.6654C3.78045%2016.6654%203.29596%2016.4647%202.93875%2016.1075C2.58154%2015.7503%202.38086%2015.2658%202.38086%2014.7606V5.23679C2.38086%204.73162%202.58154%204.24714%202.93875%203.88992C3.29596%203.53271%203.78045%203.33203%204.28562%203.33203H15.7142Z'%20stroke='%23333333'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.secret-comment-icon{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3cpath%20d='M8%2011V7C8%205.93913%208.42143%204.92172%209.17157%204.17157C9.92172%203.42143%2010.9391%203%2012%203C13.0609%203%2014.0783%203.42143%2014.8284%204.17157C15.5786%204.92172%2016%205.93913%2016%207'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%2013C5%2012.4696%205.21071%2011.9609%205.58579%2011.5858C5.96086%2011.2107%206.46957%2011%207%2011H17C17.5304%2011%2018.0391%2011.2107%2018.4142%2011.5858C18.7893%2011.9609%2019%2012.4696%2019%2013V19C19%2019.5304%2018.7893%2020.0391%2018.4142%2020.4142C18.0391%2020.7893%2017.5304%2021%2017%2021H7C6.46957%2021%205.96086%2020.7893%205.58579%2020.4142C5.21071%2020.0391%205%2019.5304%205%2019V13Z'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;cursor:pointer}.secret-comment-icon.active{background:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_376_19985)'%3e%3cpath%20d='M0.5%200H24.5V24H0.5V0Z'%20fill='white'/%3e%3cpath%20d='M5.5%2013C5.5%2012.4696%205.71071%2011.9609%206.08579%2011.5858C6.46086%2011.2107%206.96957%2011%207.5%2011H17.5C18.0304%2011%2018.5391%2011.2107%2018.9142%2011.5858C19.2893%2011.9609%2019.5%2012.4696%2019.5%2013V19C19.5%2019.5304%2019.2893%2020.0391%2018.9142%2020.4142C18.5391%2020.7893%2018.0304%2021%2017.5%2021H7.5C6.96957%2021%206.46086%2020.7893%206.08579%2020.4142C5.71071%2020.0391%205.5%2019.5304%205.5%2019V13Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.5%2011V7C8.5%205.93913%208.92143%204.92172%209.67157%204.17157C10.4217%203.42143%2011.4391%203%2012.5%203C13.5609%203%2014.5783%203.42143%2015.3284%204.17157C16.0786%204.92172%2016.5%205.93913%2016.5%207V11'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_376_19985'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.secret-comment-name{background:url("data:image/svg+xml,%3csvg%20width='21'%20height='20'%20viewBox='0%200%2021%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_378_27618)'%3e%3cpath%20d='M0.5%200H20.5V20H0.5V0Z'%20fill='white'/%3e%3cpath%20d='M4.66699%2010.8346C4.66699%2010.3926%204.84259%209.96869%205.15515%209.65612C5.46771%209.34356%205.89163%209.16797%206.33366%209.16797H14.667C15.109%209.16797%2015.5329%209.34356%2015.8455%209.65612C16.1581%209.96869%2016.3337%2010.3926%2016.3337%2010.8346V15.8346C16.3337%2016.2767%2016.1581%2016.7006%2015.8455%2017.0131C15.5329%2017.3257%2015.109%2017.5013%2014.667%2017.5013H6.33366C5.89163%2017.5013%205.46771%2017.3257%205.15515%2017.0131C4.84259%2016.7006%204.66699%2016.2767%204.66699%2015.8346V10.8346Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.16699%209.16667V5.83333C7.16699%204.94928%207.51818%204.10143%208.1433%203.47631C8.76842%202.85119%209.61627%202.5%2010.5003%202.5C11.3844%202.5%2012.2322%202.85119%2012.8573%203.47631C13.4825%204.10143%2013.8337%204.94928%2013.8337%205.83333V9.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_378_27618'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;cursor:pointer;display:inline-block;vertical-align:middle}.none-reply__icon{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain;width:63px;height:44px}.comment-drawer__close{cursor:pointer;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;flex-shrink:0;position:absolute;right:16px}.board-comment__box .board-comment__top-menu{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_58_29608)'%3e%3ccircle%20cx='12'%20cy='6'%20r='1.5'%20fill='%23949494'/%3e%3ccircle%20cx='12'%20cy='12'%20r='1.5'%20fill='%23949494'/%3e%3ccircle%20cx='12'%20cy='18'%20r='1.5'%20fill='%23949494'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_58_29608'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;cursor:pointer}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Black-C4SKphCp.woff2) format("woff2"),url(/assets/Pretendard-Black-2guK-pj0.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Bold-chcxVZIw.woff2) format("woff2"),url(/assets/Pretendard-Bold-CWaxYmLQ.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraBold-D2hxiWW6.woff2) format("woff2"),url(/assets/Pretendard-ExtraBold-Cvskj7_o.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Regular-CvNmaaUh.woff2) format("woff2"),url(/assets/Pretendard-Regular-YN4APvLQ.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraLight-CarprQm_.woff2) format("woff2"),url(/assets/Pretendard-ExtraLight-C1DIXRF2.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Light-BFeWK3ma.woff2) format("woff2"),url(/assets/Pretendard-Light-C0h145Wr.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-BQy9e_Np.woff2) format("woff2"),url(/assets/Pretendard-Medium-DKugNpno.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-SemiBold-nGbyQ38B.woff2) format("woff2"),url(/assets/Pretendard-SemiBold-BP4hgMH5.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Thin-3Gl8pRl8.woff2) format("woff2"),url(/assets/Pretendard-Thin-D7AMBPjr.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:ChosunGs;font-weight:400;font-style:normal;src:url(/assets/chosunGs-CoBIiMGp.woff2) format("woff2"),url(/assets/chosunGs-Dy9cm-VA.woff) format("woff");font-display:swap}@font-face{font-family:Nanum Myeongjo;font-style:normal;font-weight:400;src:url(/assets/NanumMyeongjo-NJTCXu3-.woff2) format("woff2"),url(/assets/NanumMyeongjo-D7CVxTEY.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:300;src:url(/assets/MaruBuri-Light-Dv-wRhSZ.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:400;src:url(/assets/MaruBuri-Regular-CbGatHH0.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:500;src:url(/assets/MaruBuri-SemiBold-BcB1DBmU.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:600;src:url(/assets/MaruBuri-Bold-sW0Me6sj.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:700;src:url(/assets/MaruBuri-Bold-sW0Me6sj.woff) format("woff");font-display:swap}@font-face{font-family:Jalnan Gothic;src:url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff) format("woff");font-weight:400;font-style:normal}.icon-setting{width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex}.icon-arrow01{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:23px;height:23px;font-size:0;display:block}.icon-arrow02{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_arrow'%20clip-path='url(%23clip0_3199_70881)'%3e%3cpath%20id='Vector'%20d='M3.33325%208.00004H12.6666M12.6666%208.00004L9.99992%205.33337M12.6666%208.00004L9.99992%2010.6667'%20stroke='%23575757'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3199_70881'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-reset{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_213_1'%20data-name='구성%20요소%20213%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_17462'%20data-name='패스%2017462'%20d='M0,0H19.872V21.65H0Z'%20transform='translate(-1.662%20-1.219)'%20fill='%23eb4c10'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_51'%20data-name='사각형%2051'%20width='24'%20height='24'%20fill='none'/%3e%3cg%20id='그룹_20996'%20data-name='그룹%2020996'%20transform='translate(3.726%202.189)'%3e%3cg%20id='마스크_그룹_8549'%20data-name='마스크%20그룹%208549'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_17461'%20data-name='패스%2017461'%20d='M16.534,10.465a.81.81,0,0,0-1.618.091c.007.126.011.255.011.382a6.648,6.648,0,1,1-4.533-6.307l-2.162.783a.81.81,0,1,0,.552,1.524l3.939-1.426.012-.005.043-.018.031-.014.039-.021.031-.018.034-.023.032-.023.029-.024.032-.028.024-.025.031-.034.021-.026.029-.038.008-.01.011-.018.023-.038.018-.034.016-.035c.006-.013.011-.026.016-.04L13.215,5c0-.014.009-.028.013-.042s.006-.023.008-.034.006-.027.008-.041,0-.025.006-.038,0-.025,0-.038,0-.028,0-.042,0-.023,0-.035,0-.03,0-.045,0-.023,0-.034,0-.029-.006-.043,0-.025-.007-.037-.006-.026-.009-.038-.008-.028-.013-.042,0-.014-.006-.021L11.782.535a.81.81,0,1,0-1.524.552L11,3.123a8.275,8.275,0,1,0,5.552,7.816c0-.157,0-.316-.013-.473'%20transform='translate(0%200)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex;font-size:0}.icon-restart{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;font-size:0;margin-right:8px}.icon-search{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;margin-right:8px}.icon-message{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_message_fill'%20clip-path='url(%23clip0_3142_70198)'%3e%3cpath%20id='Vector'%20d='M15%2029.9998H10C8.67392%2029.9998%207.40215%2029.4731%206.46447%2028.5354C5.52678%2027.5977%205%2026.3259%205%2024.9998V11.6665C5%2010.3404%205.52678%209.06865%206.46447%208.13097C7.40215%207.19329%208.67392%206.6665%2010%206.6665H30C31.3261%206.6665%2032.5979%207.19329%2033.5355%208.13097C34.4732%209.06865%2035%2010.3404%2035%2011.6665V24.9998C35%2026.3259%2034.4732%2027.5977%2033.5355%2028.5354C32.5979%2029.4731%2031.3261%2029.9998%2030%2029.9998H25L20%2034.9998L15%2029.9998Z'%20fill='%23575757'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2014.9998C12.083%2014.3094%2012.6427%2013.7498%2013.333%2013.7498H26.6663C27.3567%2013.7498%2027.9163%2014.3094%2027.9163%2014.9998C27.9163%2015.6901%2027.3567%2016.2498%2026.6663%2016.2498H13.333C12.6427%2016.2498%2012.083%2015.6901%2012.083%2014.9998Z'%20fill='white'/%3e%3cpath%20id='Vector%20(Stroke)_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2021.6665C12.083%2020.9761%2012.6427%2020.4165%2013.333%2020.4165H23.333C24.0234%2020.4165%2024.583%2020.9761%2024.583%2021.6665C24.583%2022.3569%2024.0234%2022.9165%2023.333%2022.9165H13.333C12.6427%2022.9165%2012.083%2022.3569%2012.083%2021.6665Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70198'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-kko{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3142_70202)'%3e%3cpath%20d='M20%2039.9998C31.0457%2039.9998%2040%2031.0455%2040%2019.9998C40%208.95406%2031.0457%20-0.000244141%2020%20-0.000244141C8.9543%20-0.000244141%200%208.95406%200%2019.9998C0%2031.0455%208.9543%2039.9998%2020%2039.9998Z'%20fill='%23FAE300'/%3e%3cpath%20d='M20.002%2010.833C14.4786%2010.833%2010.002%2014.3722%2010.002%2018.7388C10.002%2021.5805%2011.8986%2024.0722%2014.7461%2025.4647C14.537%2026.2455%2013.9886%2028.298%2013.8786%2028.7322C13.7436%2029.2763%2014.0778%2029.2688%2014.2953%2029.1222C14.467%2029.008%2017.0353%2027.2622%2018.1436%2026.508C18.758%2026.599%2019.3783%2026.6447%2019.9995%2026.6447C25.522%2026.6447%2029.9995%2023.1047%2029.9995%2018.7388C29.9995%2014.373%2025.522%2010.833%2019.9995%2010.833'%20fill='%23391B1B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70202'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-circle{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_circle'%20clip-path='url(%23clip0_3142_70175)'%3e%3cline%20id='Line%201'%20x1='11.0607'%20y1='10.667'%20x2='13.7712'%20y2='13.3776'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20id='Ellipse%201'%20cx='7'%20cy='7.00024'%20r='5'%20stroke='%23575757'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70175'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0%200.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-filter{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17.5'%20height='17.5'%20viewBox='0%200%2017.5%2017.5'%3e%3cpath%20id='패스_4476'%20data-name='패스%204476'%20d='M12,6V4m0,2a2,2,0,0,0,0,4m0-4a2,2,0,0,1,0,4M6,18a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4m6,6V20m6-2a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4'%20transform='translate(-3.25%20-3.25)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:flex;font-size:0}.icon-order{background:url("data:image/svg+xml,%3csvg%20id='arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3crect%20id='Boundary'%20width='16'%20height='16'%20fill='none'/%3e%3cg%20id='그룹_19883'%20data-name='그룹%2019883'%20transform='translate(2.43%203.317)'%3e%3cg%20id='그룹_19856'%20data-name='그룹%2019856'%20transform='translate(0%200)'%3e%3cpath%20id='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-2'%20data-name='chevron-left'%20d='M9.606,0H0'%20transform='translate(2.624%200.364)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3cg%20id='그룹_19857'%20data-name='그룹%2019857'%20transform='translate(11.224%209.703)%20rotate(-180)'%3e%3cpath%20id='chevron-left-3'%20data-name='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249%200)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-4'%20data-name='chevron-left'%20d='M9.387,0H0'%20transform='translate(2.624%200.295)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:36px;height:36px;display:flex;font-size:0}.toolbar_view_mode_image_list{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_list.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.toolbar_view_mode_image_grid{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_grid.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.btn-rd .btn-share{background:url("data:image/svg+xml,%3csvg%20id='icon_share'%20xmlns='http://www.w3.org/2000/svg'%20width='19.091'%20height='20'%20viewBox='0%200%2019.091%2020'%3e%3crect%20id='Boundary'%20width='19.091'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_4474'%20data-name='패스%204474'%20d='M7.537,11.2a2.372,2.372,0,0,0,0-2.129m0,2.129a2.383,2.383,0,1,1,0-2.129m0,2.129,5.294,2.63M7.537,9.074l5.294-2.63m0,0a2.4,2.4,0,0,0,3.213,1.064,2.373,2.373,0,0,0,1.071-3.193A2.4,2.4,0,0,0,13.9,3.251a2.373,2.373,0,0,0-1.071,3.193Zm0,7.389A2.373,2.373,0,0,0,13.9,17.026a2.4,2.4,0,0,0,3.214-1.064,2.373,2.373,0,0,0-1.071-3.193,2.4,2.4,0,0,0-3.214,1.064Z'%20transform='translate(-0.533%20-0.499)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-print{background:url("data:image/svg+xml,%3csvg%20id='icon_print'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='그룹_9277'%20data-name='그룹%209277'%3e%3crect%20id='사각형_1286'%20data-name='사각형%201286'%20width='20'%20height='20'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_9278'%20data-name='그룹%209278'%20transform='translate(2%202)'%3e%3cg%20id='사각형_6897'%20data-name='사각형%206897'%20transform='translate(4%200)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='11'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='9.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cg%20id='패스_6888'%20data-name='패스%206888'%20transform='translate(0%203.999)'%20fill='%23fff'%3e%3cpath%20d='M%2014.39999961853027%206.25%20L%201.600000023841858%206.25%20C%201.113510012626648%206.25%200.75%205.974020004272461%200.75%205.727270126342773%20L%200.75%201.272729992866516%20C%200.75%201.025979995727539%201.113510012626648%200.75%201.600000023841858%200.75%20L%2014.39999961853027%200.75%20C%2014.88648986816406%200.75%2015.25%201.025979995727539%2015.25%201.272729992866516%20L%2015.25%205.727270126342773%20C%2015.25%205.974020004272461%2014.88648986816406%206.25%2014.39999961853027%206.25%20Z'%20stroke='none'/%3e%3cpath%20d='M%201.600000381469727%201.5%20C%201.561466217041016%201.5%201.527990341186523%201.50404167175293%201.5%201.509844779968262%20L%201.5%205.490155220031738%20C%201.527990341186523%205.49595832824707%201.561466217041016%205.5%201.600000381469727%205.5%20L%2014.39999961853027%205.5%20C%2014.43853378295898%205.5%2014.47200965881348%205.49595832824707%2014.5%205.490155220031738%20L%2014.5%201.509844779968262%20C%2014.47200965881348%201.50404167175293%2014.43853378295898%201.5%2014.39999961853027%201.5%20L%201.600000381469727%201.5%20M%201.600000381469727%200%20L%2014.39999961853027%200%20C%2015.28365993499756%200%2016%200.5698199272155762%2016%201.272729873657227%20L%2016%205.727270126342773%20C%2016%206.430180072784424%2015.28365993499756%207%2014.39999961853027%207%20L%201.600000381469727%207%20C%200.7163400650024414%207%200%206.430180072784424%200%205.727270126342773%20L%200%201.272729873657227%20C%200%200.5698199272155762%200.7163400650024414%200%201.600000381469727%200%20Z'%20stroke='none'%20fill='%2323252e'/%3e%3c/g%3e%3cg%20id='사각형_6898'%20data-name='사각형%206898'%20transform='translate(4%207)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='9'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='7.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cline%20id='선_277'%20data-name='선%20277'%20x2='4.627'%20transform='translate(5.801%2011.331)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_279'%20data-name='선%20279'%20x2='4.627'%20transform='translate(5.801%2012.94)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_278'%20data-name='선%20278'%20transform='translate(12.941%205.408)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-sq-40{width:108px;height:40px;border:1px solid #ff6e6e;border-radius:8px;color:#eb4c10;font-weight:600;font-size:15px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_save'%20clip-path='url(%23clip0_2569_3522)'%3e%3cpath%20id='&%23237;&%23149;&%23169;&%23236;&%23185;&%23152;&%23234;&%23184;&%23176;%201'%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_3522'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 15px center no-repeat;padding-left:40px;display:flex;justify-content:flex-start;align-items:center}.btn-rd .btn-sq-40.active{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2569_343)'%3e%3cpath%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_343'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.btn-rd .btn-sq-40.list{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#333;border-color:#ebebeb}.btn-rd.chnkor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M28.3857%2019.041V22.4883H29.6943V23.3965H28.3857V27.8496H27.3018V19.041H28.3857ZM26.0518%2019.959C26.0518%2022.5566%2024.9775%2024.832%2022.0381%2026.2773L21.4229%2025.4375C23.5713%2024.3682%2024.7334%2022.8643%2024.958%2020.8574H21.9014V19.959H26.0518Z'%20fill='%23333333'/%3e%3cpath%20d='M14.219%2012.366L15.371%2012.699C14.237%2015.939%2012.14%2017.829%208.918%2018.837C8.792%2018.567%208.45%2018.045%208.234%2017.784C11.348%2016.965%2013.283%2015.3%2014.219%2012.366ZM10.745%2012.438C11.654%2015.102%2013.598%2017.019%2016.802%2017.739C16.541%2017.991%2016.19%2018.504%2016.019%2018.819C12.644%2017.937%2010.79%2015.876%209.665%2012.762L10.745%2012.438ZM8.396%2011.781H16.64V12.843H8.396V11.781ZM11.933%2010.359H13.049V12.429H11.933V10.359Z'%20fill='%23333333'/%3e%3crect%20x='21.5701'%20y='13.5538'%20width='1'%20height='12'%20transform='rotate(30%2021.5701%2013.5538)'%20fill='%23C2C2C2'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.kor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M22.8403%2013.6152V18.0459H24.478V19.3789H22.8403V25.1426H21.2153V13.6152H22.8403ZM19.7554%2014.7959C19.7427%2018.249%2018.397%2021.2451%2014.5122%2023.1494L13.5981%2021.9053C16.334%2020.5342%2017.8003%2018.6934%2018.105%2016.1162H14.2583V14.7959H19.7554Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.chn{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M21.292%2015.488L22.828%2015.932C21.316%2020.252%2018.52%2022.772%2014.224%2024.116C14.056%2023.756%2013.6%2023.06%2013.312%2022.712C17.464%2021.62%2020.044%2019.4%2021.292%2015.488ZM16.66%2015.584C17.872%2019.136%2020.464%2021.692%2024.736%2022.652C24.388%2022.988%2023.92%2023.672%2023.692%2024.092C19.192%2022.916%2016.72%2020.168%2015.22%2016.016L16.66%2015.584ZM13.528%2014.708H24.52V16.124H13.528V14.708ZM18.244%2012.812H19.732V15.572H18.244V12.812Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.sorting{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31628)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6667H13.1668M13.1668%2015.6667L15.2502%2013.5834M13.1668%2015.6667L15.2502%2017.75'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31628'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.sorting.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_2149_28235)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6666H13.1668M13.1668%2015.6666L15.2502%2013.5833M13.1668%2015.6666L15.2502%2017.75'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2149_28235'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31574)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31574'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='38'%20height='38'%20rx='19'%20fill='%23EB4C10'/%3e%3cg%20clip-path='url(%23clip0_1627_31697)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31697'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.fntcolor01{background:url(/assets/icon-fnt-color-01-p9I1qeMd.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor02{background:url(/assets/icon-fnt-color-02-Bh7fszg0.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor03{background:url(/assets/icon-fnt-color-03-CNj94q9k.svg) transparent center center no-repeat;font-size:0}.ni-12-close-circle{width:12px;height:12px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_2'%20clip-path='url(%23clip0_12145_21593)'%3e%3ccircle%20id='Ellipse%202'%20cx='6'%20cy='6'%20r='6'%20fill='%23C2C2C2'/%3e%3cpath%20id='icon/cancel'%20d='M4%208L6%206M6%206L7.25015%204.74985L8%204M6%206L4%204M6%206L8%208'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12145_21593'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat}.chk-birth{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20id='icon_check_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20width='20'%20height='20'%20rx='5'%20fill='none'%20stroke='%23e5e5e5'%20stroke-width='1'/%3e%3c/svg%3e") center center no-repeat;display:flex;font-size:0}.chk-birth.active{background:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.chk-round{background:url("data:image/svg+xml,%3csvg%20id='icon_대운_off'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3cg%20id='사각형_11'%20data-name='사각형%2011'%20fill='none'%20stroke='%23c8c8c8'%20stroke-width='1'%3e%3crect%20width='20'%20height='20'%20rx='10'%20stroke='none'/%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='9.5'%20fill='none'/%3e%3c/g%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23c8c8c8'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:inline-flex;font-size:0}.chk-round.active{background-image:url("data:image/svg+xml,%3csvg%20id='icon_대운_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='20'%20height='20'%20rx='10'%20fill='%23eb4c10'/%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.saju-option-checkbox .checkbox+.label{position:relative;cursor:pointer;padding-left:28px;height:24px;display:flex;align-items:center;user-select:none;-webkit-user-select:none;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-position:left center;background-repeat:no-repeat}.saju-option-checkbox .checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.checkbox+.label{position:relative;cursor:pointer;padding-left:28px;height:24px;display:flex;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-position:left center;background-repeat:no-repeat;font-size:0}.checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.saju-option-radio .radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_6735_131766)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M6.10938%2010L8.85923%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3867%207.22266L8.887%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6735_131766'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:26px}.saju-option-radio .radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_6735_131766)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M6.10938%2010L8.85923%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3867%207.22266L8.887%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6735_131766'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:26px}.radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.rd-gender+label{position:relative;display:flex;cursor:pointer;padding-left:38px;background:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%235dbaff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%235dbaff'/%3e%3c/g%3e%3c/svg%3e") 18px center no-repeat;border:1px solid #e5e5e5;width:81px;height:34px;border-radius:8px;align-items:center;box-sizing:border-box;margin-left:8px}.rd-gender:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");background-color:#eb4c10;color:#fff;border-color:#eb4c10}.rd-gender.female+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_female'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='female'%20transform='translate(5.07%203.237)'%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(0%200.003)'%20fill='%23eb4f5d'/%3e%3c/g%3e%3c/svg%3e")}.rd-gender.female:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='여자_흰색'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(5.07%203.24)'%20fill='%23fff'/%3e%3c/svg%3e")}.rd-chk-02+label:before{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20503'%20data-name='그룹%2020503'%20transform='translate(-115%20-543)'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='18'%20height='18'%20rx='9'%20transform='translate(115%20543)'%20fill='%23d9d9db'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-size:100% auto;position:absolute;left:0;top:0;bottom:0;display:block;content:""}.rd-chk-02:checked+label:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20504'%20data-name='그룹%2020504'%20transform='translate(-115%20-543)'%3e%3cpath%20id='패스_17352'%20data-name='패스%2017352'%20d='M9,0A9,9,0,1,1,0,9,9,9,0,0,1,9,0Z'%20transform='translate(115%20543)'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e")}.btn-v2.do .arrow{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cg clip-path='url(%23clip0_7436_120788)'%3E%3Cpath d='M2.99967 1.66536L5.33301 3.9987L2.99967 6.33203' stroke='%23EB4C10' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7436_120788'%3E%3Crect width='8' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;width:8px;height:8px}.event-st-list .none-thumbnail{aspect-ratio:326/183;width:100%;height:100%;border-radius:8px;background:url(/assets/empty_thumbnail_v3-CS1f9Icg.png) center center no-repeat;background-size:cover}.article-file-box .file-list .item-list{cursor:pointer;color:var(--Gray-800, #333);font-size:15px;font-weight:500;line-height:20px;display:flex;padding:14px 16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADiSURBVHgB1ZLNDYJAEIXfop6di/FqCZawR+NPtARLoAOhAkuwBQ7epROPisQEG2CciQkhK4RN9MJLJhvmvf1gMgC9U76h8L6isCsXdAXA2AYGu99BnuoB6Lag2WNJ+7YL6mmmEzQYwZoAp3xNB9d7Sk89zbieQYMEEsmhID0tS24AXEp5loqn5yLyAjmwQoq01wbplMKkWCv7gD0ubeiYrShphDX82W5+WDmMuTHfo07aRnHy1dZKxku6Y3joaomYMav3qi+StSbyFl07w1NsEFf364ZArGzGwkMySipjp/i33nNuS8nrad+rAAAAAElFTkSuQmCC) calc(100% - 15px) center no-repeat}.my-tit-box .path ul li{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cg clip-path='url(%23clip0_6715_29719)'%3E%3Cpath d='M2.99967 1.66536L5.33301 3.9987L2.99967 6.33203' stroke='%23757575' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6715_29719'%3E%3Crect width='8' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center right no-repeat;background-size:8px auto;padding-right:16px;margin-left:8px;font-size:13px;color:#757575;font-weight:500}.point-box .icon-point{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='url(%23paint0_linear_7436_120800)'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.75'%20fill='white'%20fill-opacity='0.1'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.25'%20stroke='white'%20stroke-opacity='0.1'/%3e%3cg%20filter='url(%23filter0_d_7436_120800)'%3e%3cpath%20d='M7.31879%2013.5725C6.82721%2013.5725%206.42871%2013.174%206.42871%2012.6825V7.45963C6.42871%206.89081%206.88983%206.42969%207.45866%206.42969C7.75193%206.42969%208.03129%206.55471%208.22669%206.77341L12.1817%2011.2C12.3105%2011.3441%2012.2082%2011.5725%2012.015%2011.5725C11.8915%2011.5725%2011.7914%2011.4724%2011.7914%2011.349V7.31976C11.7914%206.82819%2012.1899%206.42969%2012.6815%206.42969C13.1731%206.42969%2013.5716%206.82819%2013.5716%207.31976V12.5498C13.5716%2013.1146%2013.1137%2013.5725%2012.5488%2013.5725C12.258%2013.5725%2011.9809%2013.4488%2011.7869%2013.2321L7.81916%208.80203C7.69033%208.65818%207.79242%208.42969%207.98552%208.42969C8.10887%208.42969%208.20886%208.52968%208.20886%208.65303V12.6825C8.20886%2013.174%207.81036%2013.5725%207.31879%2013.5725Z'%20fill='%23FFE2D5'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M8.45886%2012.6825V9.89099L11.6007%2013.3989C11.8421%2013.6685%2012.1869%2013.8225%2012.5488%2013.8225C13.2517%2013.8225%2013.8216%2013.2527%2013.8216%2012.5498V7.31976C13.8216%206.69012%2013.3111%206.17969%2012.6815%206.17969C12.0518%206.17969%2011.5414%206.69012%2011.5414%207.31976V10.1081L8.41312%206.60684C8.17029%206.33506%207.82312%206.17969%207.45866%206.17969C6.75176%206.17969%206.17871%206.75274%206.17871%207.45963V12.6825C6.17871%2013.3121%206.68914%2013.8225%207.31879%2013.8225C7.94843%2013.8225%208.45886%2013.3121%208.45886%2012.6825Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='0.5'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7436_120800'%20x='3.92871'%20y='3.92969'%20width='12.1426'%20height='12.1445'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7436_120800'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7436_120800'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_7436_120800'%20x1='0'%20y1='0'%20x2='20'%20y2='20'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EB490C'/%3e%3cstop%20offset='0.25'%20stop-color='%23F26A37'/%3e%3cstop%20offset='0.5'%20stop-color='%23F89E76'/%3e%3cstop%20offset='0.745'%20stop-color='%23F26A37'/%3e%3cstop%20offset='1'%20stop-color='%23EB490C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;margin-right:8px;display:inline-block}.period-area .radio-wrap .radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_10773_86075)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EBEBEB'/%3e%3cpath%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_10773_86075'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:28px}.period-area .radio-wrap .radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.period-area .label .tooltip:after{content:"";position:absolute;top:80%;left:50%;transform:translate(-50%);width:16px;height:14px;fill:var(--Gray-800, #333);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='10'%20viewBox='0%200%2012%2010'%20fill='none'%3e%3cpath%20d='M7.66935%208.47003C6.87886%209.66804%205.12114%209.66804%204.33065%208.47003L1.11825%203.60149C0.240863%202.27177%201.1945%200.5%202.7876%200.5L9.21241%200.500001C10.8055%200.500001%2011.7591%202.27177%2010.8818%203.60149L7.66935%208.47003Z'%20fill='%23333333'/%3e%3c/svg%3e") no-repeat center;background-size:contain}.radio-icon{width:24px;height:24px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_10773_86075)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EBEBEB'/%3e%3cpath%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_10773_86075'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;cursor:pointer}.radio-icon.active{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.my-tit-box.radio-wrap .radio-group .radio+label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_10773_86075)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EBEBEB'/%3e%3cpath%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_10773_86075'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:28px}.my-tit-box.radio-wrap .radio-group .radio:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.user-point .icon-point{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='url(%23paint0_linear_7436_120800)'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.75'%20fill='white'%20fill-opacity='0.1'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.25'%20stroke='white'%20stroke-opacity='0.1'/%3e%3cg%20filter='url(%23filter0_d_7436_120800)'%3e%3cpath%20d='M7.31879%2013.5725C6.82721%2013.5725%206.42871%2013.174%206.42871%2012.6825V7.45963C6.42871%206.89081%206.88983%206.42969%207.45866%206.42969C7.75193%206.42969%208.03129%206.55471%208.22669%206.77341L12.1817%2011.2C12.3105%2011.3441%2012.2082%2011.5725%2012.015%2011.5725C11.8915%2011.5725%2011.7914%2011.4724%2011.7914%2011.349V7.31976C11.7914%206.82819%2012.1899%206.42969%2012.6815%206.42969C13.1731%206.42969%2013.5716%206.82819%2013.5716%207.31976V12.5498C13.5716%2013.1146%2013.1137%2013.5725%2012.5488%2013.5725C12.258%2013.5725%2011.9809%2013.4488%2011.7869%2013.2321L7.81916%208.80203C7.69033%208.65818%207.79242%208.42969%207.98552%208.42969C8.10887%208.42969%208.20886%208.52968%208.20886%208.65303V12.6825C8.20886%2013.174%207.81036%2013.5725%207.31879%2013.5725Z'%20fill='%23FFE2D5'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M8.45886%2012.6825V9.89099L11.6007%2013.3989C11.8421%2013.6685%2012.1869%2013.8225%2012.5488%2013.8225C13.2517%2013.8225%2013.8216%2013.2527%2013.8216%2012.5498V7.31976C13.8216%206.69012%2013.3111%206.17969%2012.6815%206.17969C12.0518%206.17969%2011.5414%206.69012%2011.5414%207.31976V10.1081L8.41312%206.60684C8.17029%206.33506%207.82312%206.17969%207.45866%206.17969C6.75176%206.17969%206.17871%206.75274%206.17871%207.45963V12.6825C6.17871%2013.3121%206.68914%2013.8225%207.31879%2013.8225C7.94843%2013.8225%208.45886%2013.3121%208.45886%2012.6825Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='0.5'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7436_120800'%20x='3.92871'%20y='3.92969'%20width='12.1426'%20height='12.1445'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7436_120800'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7436_120800'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_7436_120800'%20x1='0'%20y1='0'%20x2='20'%20y2='20'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EB490C'/%3e%3cstop%20offset='0.25'%20stop-color='%23F26A37'/%3e%3cstop%20offset='0.5'%20stop-color='%23F89E76'/%3e%3cstop%20offset='0.745'%20stop-color='%23F26A37'/%3e%3cstop%20offset='1'%20stop-color='%23EB490C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;margin-right:8px;display:inline-block}.complete-box .circle{display:flex;justify-content:center;align-items:center;width:80px;height:80px;flex-shrink:0;fill:var(--gray-100-white, #fff);stroke-width:1px;stroke:var(--Gray-300, #ebebeb);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%3e%3ccircle%20cx='40'%20cy='40'%20r='39.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3c/svg%3e") center center no-repeat}.complete-box .check{width:36.667px;height:36.667px;flex-shrink:0;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9055_43980)'%3e%3cpath%20d='M8.30518%2019L15.8673%2026.5621'%20stroke='%23EB4C10'%20stroke-width='3'%20stroke-linecap='round'/%3e%3cpath%20d='M31.0684%2011.3633L15.9441%2026.4875'%20stroke='%23EB4C10'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9055_43980'%3e%3crect%20width='36.6667'%20height='36.6667'%20fill='white'%20transform='translate(0.666504%200.667969)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.subscr-desc-point .icon-point{background:url(data:image/png;base64,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) center center no-repeat;width:40px;height:40px;display:flex;margin-right:16px}.icon-search-sm{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEdSURBVHgBlZExTsNAEEX/rp2KZtJEojM3cG6QdEAUyUcIN4ATIE4ANyCcIJGQEF04gm9gIyEBpmALkChsL3+NHVtOQ6bxePbPzvuzCr14OZXQ05CfL8RHT8b0z1WTvJ9IpDSulULQ1KzFcvCNi2GnUTdi7WFFsbElzliaWuCO/4v8AJudCdlMEs1Wz8N4uG5vy+ayUBa37pLRg1lWEzIyO4wSuOqKXYzuKbJ4tgpRU/PJLTXvjsGaISGGbD34PuI6D/va12MJ+Jmg3GqgHYYzSAuXbzM5bw6SiQg9rVxeaKzbgYzPSCTPq22EREtZNPhbr9BfWtJgUWB6+GhS1UVwW+G0iJtxzPHAx001ocDGNfFNxvhPkCD4mLe4e8UvVYti5ejUvagAAAAASUVORK5CYII=) center center no-repeat;width:12px;height:12px;display:flex}.my-pt-btm dl dd.txt1 .txt1-1 .txt1-1-pop:before{position:absolute;bottom:-9px;left:50%;margin-left:-6px;content:"";display:block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD0SURBVHgBtZTRDYIwEIbvTHQOR3ET9VVIxAmEDfoAgUfZwBFwAzaQEXyGhPNaARFEEMqftKWQfilfmwOYKVifkGFYPBy5rWFcYm4CPS+swGSaNhCdQUcQHQUmy1pDlt1BYxaqT9MNaM4CZsoLvFpdQXMUGIV48CBAX8RbxXLpcJ/A1BAlklWB1a4R9zA1RDvJ+jg8dN0IpikR6Ps3+dC+FWOVFArKaQs8WkmhoBOs4P8qIbqUCn6CVYYqkQry3Gm+7gQPVoJoYxAkg8FqTZ8SqYBL5LdP/bWiW0nMpeDUtQxhYOhw2PFvb3mX8uQjhob1W9DME+EkWEMuDV21AAAAAElFTkSuQmCC) center center no-repeat;background-size:12px auto;width:12px;height:14px}.my-tit-box.st-right .sec-right .icon-point{background:url(data:image/png;base64,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) center center no-repeat;background-size:100% auto;width:20px;height:20px;display:flex;margin-right:8px}.icon-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEPSURBVHgBzVIxroJAEB2IhILmF1TQ+G/gEbSkwwOA9CQknISEhB5PQEmHegNPgNpTGChJwN11xVFWLfUlJJvZN28esw/g25BExTiOPVmWV+Q45aVj13XrIAjStwJRFP0pipKR4xzE2LdtuwjD8HwryPiWNG9ws+u64DgOpsz4ABgJUNuUAJ8x51yGyaB0/ecHZFkGTdOMFDg3fRDo+/5fku4rsW0bTNOEsiwhz/NnjekgBi9QFAWbrqoqvMMgQKYf8EVd1+wTgbg9iQTWIrLIAdlBOhLwfZ8Wt89kXdfBsixAg/acyzDBZBKSJc8Ce066B8MwoKqqm/Wdpmk27hFGOUkSj0TXAxRlahtP/h1cAB9wWJAkMMAWAAAAAElFTkSuQmCC) center center no-repeat;display:flex;width:16px;height:16px;margin-left:4px}.icon-subscr{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARpSURBVHgB7ZfNamRVEMfrdD6YKDidJ0iPT5DZuUs2rseVKCjJ7NxN4mJgQNAIMjsnojCiYJIXMIMg6moScCMI6hPY8wRJQI3knKqyPs45fXvRmfQJCGIXNPfkpvve362q/7/OBZjFLGbx344A1ww+3OunxXQvAG0y0QCImGP8jSn9Shh3lt58MIRrxLUA0w9fbQjUIyDuAyVgTMJJeoTABBTjKTHtvPDWe7vQGM2AF9/vbQmEwCHoh1GPCQqgZVKA5TvMKW3fuPvhJ9AQTYDn3+0N5gP9Akg3PWsF0jMnaybEEOSo52R9ttT781a4u3sKU0YPGkLg7gFifxwOFU7AtNQYAEvJ5Txh/6+LxS1oiCbAHtIaKxgbHOs6cD5qiRU4Q3u55TzGDWiIeWgIpHQbSsZIs4XSctJvo/7TrGVICv4govCGaMqgEEr2XASaQV2XzJVetPPy0Z4MvoaWuLJIzg8fD+bm6Q4grwrBa5ywX/oPPFuu2gxD6Jn1/yf5H51xTAfIcSjP8mT5wf7wKvd9LqAb8cUeMN8xIdjNU705dyFVxdUHRckJQwdQSi3Hci6l/Uh/7yx/8GTYDMhiJ0jxqU4IK5uU0kBSChXMzjMDxuBZ7Gau65EFFM3MdS0P+mwhwfrSR18/m8RwaQ9KORRupcJJ5hQuWwc7iGZM4HSNnp3AIzC3n+QP5oLhAh6QVhLE/csYJgJefPuFztYVUJVmQRiErv3m1QPBz3dEMp41LXWdNH7k2iKI6yfvvro5NaBcYMOh3HClt7ijXNB+sp7C0XjLAmEDcJ+UI9U+hNwC9rEHN0PnuR5P9MjJPsi4qvPUMjjKGJeMSXbN96DaC0Eeb1rKsR4sJl6yziXr9hCkwKvTAxL1xy5mAqGRcjWzBpfqzQzEIBJn8CwYCqOSE3TKm3s53ZyE0ZucQDwtY6oCZXuxi3aavY62ZP3qQBmOfRtWepW7rRB8TOpvzqYGlCwcd5udSom9XMEUac0+Xk5/kFpCdhhy4Xi75N9j0PHo16bjqQF7wI9C9j3txTxbgxutltDEYeYb2IXBXeO2B6k7m3IdyCLJNmMtIeu4OzXgwuv3j+WmB1mBnj2su5SgmfMMU4b2TIZu32ZTzpmDCppL7ULD/eXPfz6aGlBjMdK2XPDILkiYp4eX1bJTJkmGDjYdMmTZ/o/Pa1cx580s4THdeHH7MoYrbRbOv7z/PiQU48ZBafyqyDK+sgFz9T0biR1A+W6K3o8iCvnezvLjn577rjLVlv/80631mC4GABFC4qFuQqUJNwtIKEZcR5ltEg4Q44H8fOB2xcPlz348uuo9r/VW98fDt38XkBX3uZEfaq9JloLsWFT1w5c+fvoyNEbbhlXi5OEbA9CSj8OZKslsJFmvyd+3Tt55ZQCN0Qy4wGEN8lvbqP9svkKPqKpVjXtuDtagMZoBOdJtUy76RDFxoG8eHDqPtGTW8u8DyqvnoYhiSMV+6vQgKErWPhTiM5HLNzCLWczifxr/AOD7iWHCvwB9AAAAAElFTkSuQmCC) center center no-repeat;display:flex;width:40px;height:40px;margin-right:16px}.icon-subscr.ico-basic{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARpSURBVHgB7ZfNamRVEMfrdD6YKDidJ0iPT5DZuUs2rseVKCjJ7NxN4mJgQNAIMjsnojCiYJIXMIMg6moScCMI6hPY8wRJQI3knKqyPs45fXvRmfQJCGIXNPfkpvve362q/7/OBZjFLGbx344A1ww+3OunxXQvAG0y0QCImGP8jSn9Shh3lt58MIRrxLUA0w9fbQjUIyDuAyVgTMJJeoTABBTjKTHtvPDWe7vQGM2AF9/vbQmEwCHoh1GPCQqgZVKA5TvMKW3fuPvhJ9AQTYDn3+0N5gP9Akg3PWsF0jMnaybEEOSo52R9ttT781a4u3sKU0YPGkLg7gFifxwOFU7AtNQYAEvJ5Txh/6+LxS1oiCbAHtIaKxgbHOs6cD5qiRU4Q3u55TzGDWiIeWgIpHQbSsZIs4XSctJvo/7TrGVICv4govCGaMqgEEr2XASaQV2XzJVetPPy0Z4MvoaWuLJIzg8fD+bm6Q4grwrBa5ywX/oPPFuu2gxD6Jn1/yf5H51xTAfIcSjP8mT5wf7wKvd9LqAb8cUeMN8xIdjNU705dyFVxdUHRckJQwdQSi3Hci6l/Uh/7yx/8GTYDMhiJ0jxqU4IK5uU0kBSChXMzjMDxuBZ7Gau65EFFM3MdS0P+mwhwfrSR18/m8RwaQ9KORRupcJJ5hQuWwc7iGZM4HSNnp3AIzC3n+QP5oLhAh6QVhLE/csYJgJefPuFztYVUJVmQRiErv3m1QPBz3dEMp41LXWdNH7k2iKI6yfvvro5NaBcYMOh3HClt7ijXNB+sp7C0XjLAmEDcJ+UI9U+hNwC9rEHN0PnuR5P9MjJPsi4qvPUMjjKGJeMSXbN96DaC0Eeb1rKsR4sJl6yziXr9hCkwKvTAxL1xy5mAqGRcjWzBpfqzQzEIBJn8CwYCqOSE3TKm3s53ZyE0ZucQDwtY6oCZXuxi3aavY62ZP3qQBmOfRtWepW7rRB8TOpvzqYGlCwcd5udSom9XMEUac0+Xk5/kFpCdhhy4Xi75N9j0PHo16bjqQF7wI9C9j3txTxbgxutltDEYeYb2IXBXeO2B6k7m3IdyCLJNmMtIeu4OzXgwuv3j+WmB1mBnj2su5SgmfMMU4b2TIZu32ZTzpmDCppL7ULD/eXPfz6aGlBjMdK2XPDILkiYp4eX1bJTJkmGDjYdMmTZ/o/Pa1cx580s4THdeHH7MoYrbRbOv7z/PiQU48ZBafyqyDK+sgFz9T0biR1A+W6K3o8iCvnezvLjn577rjLVlv/80631mC4GABFC4qFuQqUJNwtIKEZcR5ltEg4Q44H8fOB2xcPlz348uuo9r/VW98fDt38XkBX3uZEfaq9JloLsWFT1w5c+fvoyNEbbhlXi5OEbA9CSj8OZKslsJFmvyd+3Tt55ZQCN0Qy4wGEN8lvbqP9svkKPqKpVjXtuDtagMZoBOdJtUy76RDFxoG8eHDqPtGTW8u8DyqvnoYhiSMV+6vQgKErWPhTiM5HLNzCLWczifxr/AOD7iWHCvwB9AAAAAElFTkSuQmCC) center center no-repeat}.icon-subscr.ico-classic{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAT4SURBVHgB7VbdaxxVFD/nzsZQawz5C5I+24oFHxShLlpf9MF+gIKhZqsUagtJKhU/UjN3Q2P9QLP7IClq2k3bPIiVJIgKSiT1IYL4EBH10eYvCDHZ2Z1k5x7P/ZiZ3XyYeSjoQ2827N2ZO+f8zu+c3zkDcHf9xwuzHmz8ePOIyOUGCDCPCH+RUpPeY0eL+l60MD2AiINE2AOkFqNIle85dLySxW4mAI3vrhUwl7sC7IHMFbKPUlQxRoTX12SP+A+J1NHc4RMzu9nOQYaFG0G/Ci1Y4xodDoA+e40w9e9OEQzw5s4AiILqQR0vL9Q+FEdoQ3Vu0Uad/CBzJ5/FdjYA1dXbAqHHeEFhgRhAmgwgByQGiJYmcTuL7WwpCNfKimjMMgvo0oCGfB253UJSG/pbgMxiewuAxgJXO7b1s9E8KVoijGTu0WOlWvlMJ0WRNHTzR5GGwDErxOZSNpSw870DlyejhdkBIWCAU7aPjy6qRlTObVJHiwoac1MFEOKqKzJLro6OHXtP9hZXR1+UCJGfZJ+cCZsQk34FYqRj6IaM5qZ8tiXBoCQU/M0sokfqCD7RO7stA7he61fWLqbJNVjkxtefQtszp+TKhWPgUWOYYvBxJWhRohjpvDgjo28nfLVel2lKOAajFIQG0CD/3B5AFAYHdeyUVrItdzBRyPDLMWg/fk6unD/MUlC+AMuR46HY+dEPxXC67Ef1qoRUJi0sM9bHYacaUEF1iR12u4OuqtHEGDMRTo1Ce++QXD7zCPOtfJen4v2Xfy6GU5d8qAdyU69IFGM7Bi7tCEBs1Ma4qsbIWjCmydWV1r6wmGQ48Ra0v/yOXC7s5yMKuyp/FMMrbw+r9UAKQ54VbJwCs4ubJ+FkCyOwaVXHz1cEKNfhEn5bOrC2rpSSe8+WzCwIx1/1WQwyKQdXkESpPl1dVfac/vDkjgyYFayREqkEyDVf1+q0+HQn1DpPU7de1+kwflTaFEzRxT1aXyFFW9y1MFAdfcEn4clNtMRipMQQ57zjzWsy+mnaB/arp+LqJS1R8puNbteqUdHgvUM3ytsyQOv1AsQRkmPB6lH3G6dLITtGbhY35q77FARSPxd9fx28p07IVfmcFqOfkm4QMytO1jYCPaR2AFALuuMndf03ad0woIQ30vnuN8WNr8Z9qAW+daNHNPeJ2Y+h7dmzcvWNpxktNyvTKPmZeDY4uwxmX7PPVgBh9RYfyzdpmOLhErHzrtK8DL/4wKdaNZYaJKMIQYafvwftz79eXB08xG2CpDGgO7Vm0J7RkS3uCADq6yWiRt6VMRoGyea865NfZDg57ENQlQri2GOk8SRGP5y8AO19F4srpx/mVDII09gSFnhOeOVml1tkuHzygT42PsghPEQkltDDUlfl91KNpaapRnBFZelJhzEkLyu8acg9r5SKy4UDBd7r2dHDd+bZW7mr8ufMvwLYbv39/qmCl8OrSXcjJ0tMaGjiwe55cp6777XPSrvZzvQ+IMI1nzZEkzBck0HApGjBdT+HhD/9vLszAKge9LjxFEebRB23iKQc08LsyWI7I4C1eXaftzq2BdrSnfhfpe3SgOMC/DWL7UwAoL5WUpHKGzBuQJu3IvQm9fDhuVCIr8XvpiREOYvpTEWo1/JLBwrsaZCn0IOgRypiWavD3tsvIVJaPd38FnQLPFHumvht11fyu+t/sf4B55vIPxFUVk8AAAAASUVORK5CYII=) center center no-repeat}.icon-subscr.ico-power{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAP7SURBVHgB7Zi/bxRHFMffm9szJkSJL/kDbpUqVTi6dKCUaXCKSGkSnCISSgqSSIlcxXsJEqliK1FkiV/GEhI0Rq4wEhIGIYSQkGw3lHihoaDwCWHOup2Zx3szu8vxy2ffjSUKf+9Ouze7O++z79fsHcCu3lHR0tXD7dsLMQSUgoDSdy6PUpbND0d0CQIqgoBSVk/yhoylJxBQwSDNzbkJ0lnMu0RAyxBQQSBpYSY2JktkH/mlkFYhoIJAmmplEYwmFpJwZnoFAmpgyM6VmWNkTMyZ6AeQJ92AoOFGGEC0MB1nprLEs4zIRCQTIraqX/5Qg4AayJOdDZOgsiNMxtVCAiicQb0o6huyMzc5xiE+AkaqWfgcJyDhuwHZvnAiJq0nUClXLDJmHSiTIt2AwOoLskJ4jKyp86dIRUluB5tZk0Jgbbtw2jNJrKqVVSs5+PLlDEs4/O0fAxXjm9SHJ+2izazfxbyi/Re0ZDcNNZ0+Xn8G6wcQVcyny6fON9rgJFke/v6vryAEZPvU+ATarC4FQoVhhydFIxlpP3v6/2+NoYqijrIHIlT7gVRMChp8WryB69LtuQfIVZY4kYv729TuliHXpn+OwZrElk70TQe8udwY1FQES4atK+awlhs8MonvAB5HCPmG3BX5FIbsL0Eg9xiaIZs5r+VQL99+WUJ+U6YBugZQnktYZolj5Klm9/00NQ+DQj6Z/HEMrD4o81ryrQZy51D+PXeKH+vCdms5wYtjJK0U8qKj9D0FSS/7PSHXThyNK2T4Mcw5oLDpIXL/FLG0ZRzzcaTiNOcz6PYoyBO3SvDX6Qe9GHpCVisdAYy9J/zUVFC9IpRDUgwoHd47sFjQi2swv1V+39j3+9lZ2II2hVz/+7vDZPSYyxw/eVEg3mLuGSp8awTQZRyWY+54nrB5Vsj2/WjoCGxRm0KarDNVhM+F8kWk0S/YsMbbh3zGMttOrYJU5Q8Y7NFF7pwf+korO6r3Kak/cfxMzzBvCRKNbolxttASEEO0Io9iCqrLGp6ltWS+9bZrnza/Jom9q6uuYueRBx8kcwlsQ8GXMNHa+GgcRXTfBRjLenM5EEX4yd5kPt3OfEF/LZZC3SBDrzmA1/t/9x6/nMI2tSOQSmeHfN/p6gIoOYtT0Id2BJJ0Zz/4jsnNn/wOYLP2z7UU+tCOQKLJDhZtx/ERzY78d+sc9KngkI+Pfn7Ial30U6mVFhhswgAKDqlsp8GLc7F+yqZZO3k3hQEUHLIMte/8ae30Sl/F0q3wOam5/fjHJEYd+gICKCjko28+jfnvlrrrkITNj87fSyGAgkJWcYObuItz+vHF1QQCKeifqJU2XGdPTu0hGIVd7ao/PQcSHeXo8NHSgwAAAABJRU5ErkJggg==) center center no-repeat}.icon-subscr.ico-orchestra{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVfSURBVHgB7VZNbBtFFH6z+aupq9pFnLPtFdS6EjcO2D1VQoKWA1LLIXZpEVILcZBatRKqN4EeoFQxFEKESuMIARUHHCpQJYRi51BBJaQYzkhxKm4I2VHSbJKdeY83M2vXgEPi9OpPWu16vfvNN+/n2wfQRRdddNFFF48C0e4mlaZi6Dw2DEoeI6VcQhUjqeqAQcVBVQgwmIscH6lCB6h5x2JO/+50D9LzqORhYE7mrwsl56Xc+G0XqvHItdnFLQWqu8Uci/IEKiAlzQFKXwcAiMRnwaQLKpBjkRMXCrANrLx7Kosoc4IwBlKCIEUkDbeAcB195nW8vfnyaFuBNF+Mke+UOFoJ85Il0GR81oQBk0krUl8b4egNvHxp9P/EPbh22mzYblK/L4n5heVX+rddh9cAExD1K/X1p+L5cl2/7zQFrvcWCShBhECI+g7/5DOxICYEc580gdB/mQdIef705dymkXv/lSEg8ARpLgJ7cFCYh+/xwRe8lr7WZ7MkYQL8lWKDwwhU977PMUcyfFg/RWYngJmeVbGv/7lXeYNiv0DKMEvVirWigYTnf/ZWW5G87GG9WbNpu9k6H6O9Du7fc+W2UGur+/ifDN+r8lq8NNpAECZrZw4OmxTTT3dcEopTK10Tcg4zopruP3Iy3W5R/6txV8B6iVPmNtKj08c14UXOvPePdC9fPZ3kWi5xcxEEapEbJBXxblXb8dbOPVNgsqFGKQiUNVDLBxwFmGTFrg2/CXN1M3EakRMjvFtKsaqqjYpON6dKkedPjAy1Prvn/I0yi9qPKE7tRv/wZuI04h/dTXPKKzbVppzigANDgu59N4tKpbhwKYzekb7UiTJsAX/K40hiGPkwiqbYZToy/PE07AC1157mMuNsStvVbEffsq3hARM5NDWwtB1xGpGMx5F0UjriNoqmdIH3XlgZP5OAHSA++UuZk1FvNJWDdIibhAbD7tHpqnRCqEWqdXmcN1fXEdTtqTtTSJhduZLekUjSDdNoFkDXMR3byLtiI+0Q0bNXK1wWXJNU5/eNPiaOQy+UVq6c7Fyk3qxxODSl7bBd3DchNd6Eg7ADRM/mKxjIlGjxTj72MmeRP3EudARK6I8BWG9c4AiqeeNpYPwnHvxw81nYAaIjExW2lExoyMLUNIDbQ32l7Yr8M/2U9uJYuEmd3Pu6SeaMpWJoMxLzWxHRVDbm37gw5H+SdVvvR978dJoCmTHmjPaTIQQO9igq1S4edbfi7WFma+pkalD/dvpgoBA6PIXdeEjenpzajMSfuuj6atc8f6ILTLmwfD2bbP0/eqlQ4GSMsjCyQlFfDjokSrXs5iL/Sj85xeu7utyEcRV2hw1nzgwL6sfPh5lo3EwXSpKdMuzEsuvB8ozIeHX64p3BtY2NND+XZZePNSYQ9tAPoq9/mP33gstvv5QjiV7LMKDPCyiDMVhbK8cnf67WsokYrMIL3FxZTm0CQk7tg4jB6BNf/+E1p5ngzk3+JKkk4UPTJWvegsykEQg7fQRkBobmZzHIRN+YKLSLytLlF/XYloPm2BZOMPbaDiHq4VTTCA6/U953azGlOZrTTO+aOA7mU6MbUFlfRO1HujOVaXRr6CQa9apIjG4mTmPv2DdaoEfhpKK700wwYEqJhTTKqjHJ8D32YqG1hPjPwLpevM7jkbpsoyRbhslm6klP15zasei5/JYNpVE7fzTtYJBjnuZA0sLbiC7z49jjX/7utb7bduT3i+Nuz4Yc5imY60Lp2oixIB7PgwovMBMZCKZFJl+HDlDLJl1WkWS+tJDqIJcSj/xqicUtcrZmHFjNxwvVjji76KKLLrroYmv8DYqoh5dtdkNnAAAAAElFTkSuQmCC) center center no-repeat}.finish-box .icon-check{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEOSURBVHgB7dRNCoJAGMbxZ1SiRYtp2a4jdATdRRR0hLpRN6gjtGznUXQnuMkDpDYj2ELGz8YR6v2DMOL48kNRgKIoivqtApdzedRdtzBB8Y5vFgsE4nhGe+6q9hiHSRSz4Itl8bTsDEfVPgcGq6IYQ+jMcFHtZTCUCmXb8Jb3JMRUsL4oI7AhqNFhQ1GtMPkpi8/WzV64rR7tw3ShGmHRlq8dB4Fc5znCNIXXFfctSlb7H5vPkZRrMXgtBvsSCwOoRpgYlOQM5z44Xaji3rYN8YGfWI5reV73WnWiOsG64HSjOsOacLYFrhvVC1aHExCuG9UbpsJ9BmlEDYLJqjjdqGImBlbixkBRFEVR/9gbOvmndGWQ8NIAAAAASUVORK5CYII=) center center no-repeat;display:flex;width:80px;height:80px;border:1px solid #ebebeb;border-radius:100%}.bg-box-01 .checkbox{position:relative;display:inline-block;cursor:pointer;padding-left:28px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:24px;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;font-size:15px}.bg-box-01 .checkbox.st-point{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_18007_127505)'%3e%3crect%20width='20'%20height='20'%20rx='6'%20fill='%23EBEBEB'/%3e%3cpath%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_18007_127505'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.bg-box-01 .checkbox:checked{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.myinfo-sns{width:20px;height:20px;font-size:0;display:inline-flex;background:url("data:image/svg+xml,%3csvg%20id='kakao'%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3ccircle%20id='타원_8'%20data-name='타원%208'%20cx='24'%20cy='24'%20r='24'%20fill='%23fae300'/%3e%3cg%20id='그룹_2'%20data-name='그룹%202'%20transform='translate(-43.098%20-64.391)'%3e%3cpath%20id='패스_12'%20data-name='패스%2012'%20d='M67.1,77.391c-6.628,0-12,4.247-12,9.487,0,3.41,2.276,6.4,5.693,8.071-.251.937-.909,3.4-1.041,3.921-.162.653.239.644.5.468.206-.137,3.288-2.232,4.618-3.137a15.2,15.2,0,0,0,2.227.164c6.627,0,12-4.248,12-9.487s-5.373-9.487-12-9.487'%20transform='translate(0%200)'%20fill='%23391b1b'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-size:100% auto;margin:0 8px 0 0}.myinfo-sns.icon-kakao{background-image:url("data:image/svg+xml,%3csvg%20id='kakao'%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3ccircle%20id='타원_8'%20data-name='타원%208'%20cx='24'%20cy='24'%20r='24'%20fill='%23fae300'/%3e%3cg%20id='그룹_2'%20data-name='그룹%202'%20transform='translate(-43.098%20-64.391)'%3e%3cpath%20id='패스_12'%20data-name='패스%2012'%20d='M67.1,77.391c-6.628,0-12,4.247-12,9.487,0,3.41,2.276,6.4,5.693,8.071-.251.937-.909,3.4-1.041,3.921-.162.653.239.644.5.468.206-.137,3.288-2.232,4.618-3.137a15.2,15.2,0,0,0,2.227.164c6.627,0,12-4.248,12-9.487s-5.373-9.487-12-9.487'%20transform='translate(0%200)'%20fill='%23391b1b'/%3e%3c/g%3e%3c/svg%3e")}.myinfo-sns.icon-naver{background-image:url("data:image/svg+xml,%3csvg%20id='naver'%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3ccircle%20id='naver-2'%20data-name='naver'%20cx='24'%20cy='24'%20r='24'%20fill='%2303cf5d'/%3e%3cpath%20id='naver-3'%20data-name='naver'%20d='M170.918,255.719l-5.932-8.522h-4.917v15.922h5.151V254.6l5.932,8.522h4.917V247.2h-5.151Z'%20transform='translate(-144.069%20-231.197)'%20fill='%23fff'/%3e%3c/svg%3e")}.myinfo-sns.icon-google{background-image:url("data:image/svg+xml,%3csvg%20id='google'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_114'%20data-name='패스%20114'%20d='M312.453,147.948a12.752,12.752,0,0,0-.2-2.27H301.8v4.292h5.972a5.1,5.1,0,0,1-2.214,3.349V156.1h3.586a10.822,10.822,0,0,0,3.309-8.156Zm0,0'%20transform='translate(-301.801%20-145.678)'%20fill='none'%20clip-rule='evenodd'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-2'%3e%3cpath%20id='패스_115'%20data-name='패스%20115'%20d='M231.244,188.149a10.594,10.594,0,0,0,7.344-2.688L235,182.677a6.694,6.694,0,0,1-9.966-3.516h-3.707v2.875a11.092,11.092,0,0,0,9.916,6.113Zm0,0'%20transform='translate(-221.328%20-179.161)'%20fill='none'%20clip-rule='evenodd'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-3'%3e%3cpath%20id='패스_116'%20data-name='패스%20116'%20d='M216.637,128.7a6.561,6.561,0,0,1,0-4.217V121.61H212.93a11.11,11.11,0,0,0,0,9.966l3.707-2.875Zm0,0'%20transform='translate(-211.75%20-121.61)'%20fill='none'%20clip-rule='evenodd'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-4'%3e%3cpath%20id='패스_117'%20data-name='패스%20117'%20d='M231.244,76.413a5.994,5.994,0,0,1,4.242,1.659l3.183-3.183A10.664,10.664,0,0,0,231.244,72a11.092,11.092,0,0,0-9.916,6.113l3.707,2.875a6.613,6.613,0,0,1,6.209-4.575Zm0,0'%20transform='translate(-221.328%20-72)'%20fill='none'%20clip-rule='evenodd'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='naver'%20fill='%23fff'%20stroke='%23d9d9db'%20stroke-width='0.6'%3e%3ccircle%20cx='24'%20cy='24'%20r='24'%20stroke='none'/%3e%3ccircle%20cx='24'%20cy='24'%20r='23.7'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_189'%20data-name='그룹%20189'%20transform='translate(-198.75%20-59)'%3e%3cg%20id='그룹_190'%20data-name='그룹%20190'%20transform='translate(222.846%2081.079)'%3e%3cg%20id='그룹_189-2'%20data-name='그룹%20189'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3crect%20id='사각형_159'%20data-name='사각형%20159'%20width='22.981'%20height='22.754'%20transform='translate(-6.165%20-6.165)'%20fill='%233e82f1'/%3e%3c/g%3e%3c/g%3e%3cg%20id='그룹_192'%20data-name='그룹%20192'%20transform='translate(212.93%2085.204)'%3e%3cg%20id='그룹_191'%20data-name='그룹%20191'%20clip-path='url(%23clip-path-2)'%3e%3crect%20id='사각형_160'%20data-name='사각형%20160'%20width='29.589'%20height='21.317'%20transform='translate(-6.165%20-6.165)'%20fill='%2332a753'/%3e%3c/g%3e%3c/g%3e%3cg%20id='그룹_194'%20data-name='그룹%20194'%20transform='translate(211.75%2078.113)'%3e%3cg%20id='그룹_193'%20data-name='그룹%20193'%20clip-path='url(%23clip-path-3)'%3e%3crect%20id='사각형_161'%20data-name='사각형%20161'%20width='17.216'%20height='22.295'%20transform='translate(-6.165%20-6.165)'%20fill='%23f9bb00'/%3e%3c/g%3e%3c/g%3e%3cg%20id='그룹_196'%20data-name='그룹%20196'%20transform='translate(212.93%2072)'%3e%3cg%20id='그룹_195'%20data-name='그룹%20195'%20clip-path='url(%23clip-path-4)'%3e%3crect%20id='사각형_162'%20data-name='사각형%20162'%20width='29.669'%20height='21.317'%20transform='translate(-6.165%20-6.165)'%20fill='%23e74133'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.myinfo-sns.icon-apple{background-image:url("data:image/svg+xml,%3csvg%20id='apple'%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3ccircle%20id='naver'%20cx='24'%20cy='24'%20r='24'/%3e%3cg%20id='그룹_4544'%20data-name='그룹%204544'%20transform='translate(-338.981%20-203.176)'%3e%3cg%20id='그룹_4544-2'%20data-name='그룹%204544'%20transform='translate(352.981%20214.176)'%3e%3cpath%20id='패스_3907'%20data-name='패스%203907'%20d='M368.847,261.164a5.268,5.268,0,0,1,2.518-4.435,5.46,5.46,0,0,0-4.262-2.318c-1.818-.183-3.549,1.072-4.467,1.072s-2.345-1.042-3.849-1.012a5.709,5.709,0,0,0-4.828,2.921c-2.057,3.57-.528,8.861,1.48,11.755.979,1.417,2.145,3.008,3.678,2.951,1.48-.057,2.039-.955,3.825-.955s2.288.955,3.852.931c1.588-.033,2.6-1.45,3.567-2.867a12.938,12.938,0,0,0,1.617-3.321A5.146,5.146,0,0,1,368.847,261.164Z'%20transform='translate(-352.981%20-248.773)'%20fill='%23fff'/%3e%3cpath%20id='패스_3908'%20data-name='패스%203908'%20d='M424,217.9a5.116,5.116,0,0,0,1.215-3.723,5.223,5.223,0,0,0-3.433,1.766,4.887,4.887,0,0,0-1.24,3.612A4.329,4.329,0,0,0,424,217.9Z'%20transform='translate(-411.076%20-214.176)'%20fill='%23fff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.my-pay-list-box .row-box .price .icon-arrow{display:inline-block;width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARBSURBVHgBzZm7ThtBFIbHay7mvkaAQhWnS+mIB8DpASktTahocRCQEtyli91S8QY09JgHQDJPYKcBBAhscTXX/P/JjLU4C+zNwC8tO7Z3vZ//M3PmzBBTAbW3t5dpa2tLozkei8XSDw8PNtq2/riKo8Lj/v5+B0dxdHS0qAIo5uficrls9/b2zqGZdcB4En5ABafi3d1dDrAVr/d5AtRgyxpMZFmW6uzsVPF4XHV0dCi4KIeGUQBRcE7d3Nyoer0ubQfsmlfQFwEPDw8JRThxjFCJREK1t7crP7q9vVWXl5cCqyErOOVGRkbWVFBAwP1W2jUCwUVxLIzo7MXFRQMUyg8PD/9QfgB1SNfRzDBs3d3dqqurS0UpuklQdgeohAH3NZlMVpuvs9xu7unp2SQc+9nAwEDkcBS/07Zt6ctQGl1g3e26/wAZVqYNA4dfploldhc+Q0NmdJd6GvDg4GAGpyzDyhvD9jevkP39/SYDZPf397POzxt9EIk3hYs3cWEKIW5JWJ8T++T5+TmbVUTtk+mPDQdh8wrhmEZeG47iM3XqstEfl8374iDdA3WZbZD7Du3p6ak6OztTSLwqjJiCTk5OpA2eJF0UB+kez2Zm8Kvp6Wk1OTmpVldXVRjx2WSgrq+vpS8KIEI7znOQ0O7u7jIC0iZgWEjOUgJmWXMCjaHNZJzlUOfg8Ku+vj45b29vPzqPjY2pIKKLV1dXTOCJ+fn5rfjCwsIMADMk56QfRAYmKkgWFpy7AbkTX1xcZN77zPCGScpRQhIQfZDNevwnhMYHzrc6o785JJM2wwwl4ktLS7/YYP8z9dxbQ5KDiZtnWmabN6PS7OysHEYc2RsbG57vd7DY4WL6CiKgzHm6LotEzfmQbk5MTHi+38EiM0mt6c3I4Zzh9iLH+qVi4UWJLS5u3gMcxTlZ/QP9g8xiFfmCifE9wFEOs0oMsTioE+ObwzlZuOCX8Yz5mDWOzSra73KSxcLU1FRkcKbkQqqpDA0NfTJppsA/jqWgZ7FYMHVgWDiKCVqryD/iIIhZxUqlODg4GGjKY8kVtmDl6D0+Ppa2LvsrQsLKFZaKi6yOgygsHMV1MgWWNcKx3bAKddgKTlWOIIfNryY+kwUC+x5Ycub9BqBeRckH/CVh044fMbTGPbRzxr1HgBT2SPIMNWcVhtq5I9VKuFqtJjMZjkLzZpJrCYO0I1sfTSv/yMUo0Qg9c5Rg0Jfma1yfjBH0jTeYnNSKPsnvpHN8Bpzb4uaR23XPFoFHR0d53CyrK65Zoqi6GVK6ZqYzHdbsU9e/WKVyvwZQy/iilAHl4Xf9YnZadSnP0VrFd+bY75+7z1MZjTCn8ABujXw375mtX06NdJWvnVvAPDinMoQuW8AF3Lfith8YCLAZFEDjxlGv0o4V4HzeC1ggQKe44IcrGTTT3HQC9Ef9rwgDU2Otqcs5jtCiCqC/V09Non0YOjIAAAAASUVORK5CYII=) center center no-repeat;background-size:20px auto;margin-left:20px}.my-pay-list-box .row-box .price .icon-arrow.st-use{background:url()}.my-gnb-bill-info-box .service-date{color:#757575;font-size:12px;font-weight:500;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACzSURBVHgB7ZRRCsMgDIZjvZfiTbqTzJ5kvYnovcQlD5PCujYm3Vt/CLSQfh/UHwHuaJNSmmlAmAlO4NbaF03O+QlXCxDcn40xUSI5FDjn1tbaopEYzhJCI8I7GKXRe79cJtBI2AKpZEggkQwL9iS11kcIYd3bnUCWtn3Z1lktoJpSXbsJa0x1/rU/eshfcPz/8eibkZoOw9kCKZwl0MBPBZ/bVAqnsG9TCZyVUspMA3f+lTdOdHqgTnEfJgAAAABJRU5ErkJggg==) right center no-repeat;background-size:12px auto}.my-tab-st1-box .point-txt-box .point-num-box .icon-point{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='url(%23paint0_linear_7436_120800)'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.75'%20fill='white'%20fill-opacity='0.1'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.25'%20stroke='white'%20stroke-opacity='0.1'/%3e%3cg%20filter='url(%23filter0_d_7436_120800)'%3e%3cpath%20d='M7.31879%2013.5725C6.82721%2013.5725%206.42871%2013.174%206.42871%2012.6825V7.45963C6.42871%206.89081%206.88983%206.42969%207.45866%206.42969C7.75193%206.42969%208.03129%206.55471%208.22669%206.77341L12.1817%2011.2C12.3105%2011.3441%2012.2082%2011.5725%2012.015%2011.5725C11.8915%2011.5725%2011.7914%2011.4724%2011.7914%2011.349V7.31976C11.7914%206.82819%2012.1899%206.42969%2012.6815%206.42969C13.1731%206.42969%2013.5716%206.82819%2013.5716%207.31976V12.5498C13.5716%2013.1146%2013.1137%2013.5725%2012.5488%2013.5725C12.258%2013.5725%2011.9809%2013.4488%2011.7869%2013.2321L7.81916%208.80203C7.69033%208.65818%207.79242%208.42969%207.98552%208.42969C8.10887%208.42969%208.20886%208.52968%208.20886%208.65303V12.6825C8.20886%2013.174%207.81036%2013.5725%207.31879%2013.5725Z'%20fill='%23FFE2D5'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M8.45886%2012.6825V9.89099L11.6007%2013.3989C11.8421%2013.6685%2012.1869%2013.8225%2012.5488%2013.8225C13.2517%2013.8225%2013.8216%2013.2527%2013.8216%2012.5498V7.31976C13.8216%206.69012%2013.3111%206.17969%2012.6815%206.17969C12.0518%206.17969%2011.5414%206.69012%2011.5414%207.31976V10.1081L8.41312%206.60684C8.17029%206.33506%207.82312%206.17969%207.45866%206.17969C6.75176%206.17969%206.17871%206.75274%206.17871%207.45963V12.6825C6.17871%2013.3121%206.68914%2013.8225%207.31879%2013.8225C7.94843%2013.8225%208.45886%2013.3121%208.45886%2012.6825Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='0.5'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7436_120800'%20x='3.92871'%20y='3.92969'%20width='12.1426'%20height='12.1445'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7436_120800'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7436_120800'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_7436_120800'%20x1='0'%20y1='0'%20x2='20'%20y2='20'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EB490C'/%3e%3cstop%20offset='0.25'%20stop-color='%23F26A37'/%3e%3cstop%20offset='0.5'%20stop-color='%23F89E76'/%3e%3cstop%20offset='0.745'%20stop-color='%23F26A37'/%3e%3cstop%20offset='1'%20stop-color='%23EB490C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;display:inline-block;margin-right:0}.memo-inner .memo-header .close{cursor:pointer;position:absolute;top:50%;right:16px;transform:translateY(-50%);width:24px;height:24px;display:flex;justify-content:center;align-items:center;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}.credit_bar_container .sub-content .credit_bar_copy_text_label .plan-period .arrow{width:12px;height:12px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9545_71605)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9545_71605'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9545_71605)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9545_71605'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:var(--Gray-400, #c2c2c2);mask-size:100% 100%;-webkit-mask-size:100% 100%}.calendar-sidebar .calendar-sidebar__section .arrow{width:12px;height:12px;mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13206_60816)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13206_60816'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13206_60816)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13206_60816'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:var(--Gray-400, #c2c2c2);mask-size:100% 100%;-webkit-mask-size:100% 100%}.calendar-sidebar .calendar-sidebar__section .pin{width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M7.5%2012.5L3.75%2016.25'%20stroke='%23333333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.5002%203.75L9.16683%207.08333L5.8335%208.33333L4.5835%209.58333L10.4168%2015.4167L11.6668%2014.1667L12.9168%2010.8333L16.2502%207.5'%20fill='%23E96736'/%3e%3cpath%20d='M12.5002%203.75L9.16683%207.08333L5.8335%208.33333L4.5835%209.58333L10.4168%2015.4167L11.6668%2014.1667L12.9168%2010.8333L16.2502%207.5'%20stroke='%23E96736'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.0835%203.33594L16.6668%207.91927'%20stroke='%23E96736'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.calendar-sidebar .banner-daily-fortune{aspect-ratio:262/90;background:url(/assets/banner-daily-fortune-BQNhoQPt.png) no-repeat}.calendar-sidebar .banner-howto{aspect-ratio:262/76;background:url(/assets/banner-howto-nV8zujdr.png) no-repeat}.calendar-sidebar .banner-usage{aspect-ratio:262/76;background:url(/assets/banner-usage-Cv8lK8QJ.png) no-repeat}.calendar-sidebar .calendar-banner-mobile .usage-icon{width:40px;height:40px;background:url(/assets/mobile-banner-usage-e2Cg73Ij.png) no-repeat;background-size:100% 100%}.calendar-sidebar .calendar-banner-mobile .usage-txt{width:144px;height:44px;background:url(/assets/mobile-banner-usage-txt-BevNhDcM.png) no-repeat;background-size:contain}.calendar-sidebar .calendar-banner-mobile .howto-icon{width:40px;height:40px;background:url(/assets/mobile-banner-howto-BskdmLG4.png) no-repeat;background-size:100% 100%}.calendar-sidebar .calendar-banner-mobile .howto-txt{width:134px;height:44px;background:url(/assets/mobile-banner-howto-txt-BZ2ytiVK.png) no-repeat;background-size:contain}.calendar-sidebar.mobile .mysaju-button i.arrow-icon{width:12px;height:12px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9545_71605)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9545_71605'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9545_71605)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9545_71605'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:var(--orange-300-main, #eb4c10);mask-size:100% 100%;-webkit-mask-size:100% 100%}.saju-element .arrow-horizontal{width:56px;height:14px;top:40px;left:52px;--arrow-generate: url("data:image/svg+xml,%3csvg%20width='57'%20height='14'%20viewBox='0%200%2057%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%207H56'%20stroke='%235790FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1.31208%206.1583C0.698676%206.5518%200.698676%207.4482%201.31208%207.8417L5.21005%2010.3422C5.87561%2010.7692%206.75%2010.2913%206.75%209.50055L6.75%204.49945C6.75%203.70872%205.87561%203.2308%205.21005%203.65775L1.31208%206.1583Z'%20fill='%235790FC'/%3e%3c/svg%3e");--arrow-control: url("data:image/svg+xml,%3csvg%20width='56'%20height='14'%20viewBox='0%200%2056%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%207H55'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3cpath%20id='Vector%208'%20d='M5.12109%203L1%207.12109L4.87891%2011'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");--arrow-neutral: url("data:image/svg+xml,%3csvg%20width='56'%20height='14'%20viewBox='0%200%2056%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%207H55'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");--arrow-neutral2: url("data:image/svg+xml,%3csvg%20width='56'%20height='14'%20viewBox='0%200%2056%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%207H55'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3c/g%3e%3c/svg%3e")}.saju-element .arrow-diagonal{width:56px;height:50px;top:54px;left:52px;transform:rotate(180deg);--arrow-generate: url("data:image/svg+xml,%3csvg%20width='56'%20height='50'%20viewBox='0%200%2056%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L54%2048'%20stroke='%235790FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M54.3768%2049.5669C55.0888%2049.7224%2055.7227%2049.0886%2055.5672%2048.3766L54.5791%2043.8521C54.4103%2043.0796%2053.4541%2042.7993%2052.895%2043.3584L49.3587%2046.8947C48.7995%2047.4538%2049.0799%2048.4101%2049.8524%2048.5788L54.3768%2049.5669Z'%20fill='%235790FC'/%3e%3c/svg%3e");--arrow-control: url("data:image/svg+xml,%3csvg%20width='56'%20height='50'%20viewBox='0%200%2056%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L54%2048'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3cpath%20d='M48.8359%2048.7769L54.7775%2047.9414L53.942%2041.9998'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");--arrow-neutral: url("data:image/svg+xml,%3csvg%20width='56'%20height='50'%20viewBox='0%200%2056%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%201L54%2048'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");--arrow-neutral2: url("data:image/svg+xml,%3csvg%20width='56'%20height='50'%20viewBox='0%200%2056%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%201L54%2048'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3c/g%3e%3c/svg%3e")}.saju-element .arrow-vertical{width:22px;height:62px;top:42px;left:162px;transform:translate(-50%);--arrow-generate: url("data:image/svg+xml,%3csvg%20width='22'%20height='62'%20viewBox='0%200%2022%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.506%2060.0796C21.0636%2043.0191%2021.0259%2025.1325%2010.3965%208.07959'%20stroke='%235790FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05714%205.25723C6.32917%205.29131%205.88097%206.06762%206.21544%206.7151L8.34091%2010.8296C8.70382%2011.5322%209.70003%2011.5555%2010.0954%2010.8707L12.5959%206.53959C12.9913%205.85479%2012.473%205.0037%2011.6832%205.04068L7.05714%205.25723Z'%20fill='%235790FC'/%3e%3c/svg%3e");--arrow-control: url("data:image/svg+xml,%3csvg%20width='22'%20height='62'%20viewBox='0%200%2022%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.506%2060.0796C21.0636%2043.0191%2021.0259%2025.1325%2010.3965%208.07959'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3cpath%20d='M11.8564%204L6.00017%205.3054L7.30558%2011.1617'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");--arrow-neutral: url("data:image/svg+xml,%3csvg%20width='22'%20height='62'%20viewBox='0%200%2022%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Ellipse%2023'%20d='M10.506%2060.0796C21.0636%2043.0191%2021.0259%2025.1325%2010.3965%208.07959'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");--arrow-neutral2: url("data:image/svg+xml,%3csvg%20width='22'%20height='62'%20viewBox='0%200%2022%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Ellipse%2023'%20d='M10.506%2060.0796C21.0636%2043.0191%2021.0259%2025.1325%2010.3965%208.07959'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3c/g%3e%3c/svg%3e")}.saju-element__legend .saju-element__legend-item.generate i.generate{width:45px;height:14px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='45'%20height='14'%20viewBox='0%200%2045%2014'%20fill='none'%3e%3cpath%20d='M2%207H42'%20stroke='%235790FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M42.9512%205.72615C43.8952%206.31307%2043.8952%207.68693%2042.9512%208.27385L37.542%2011.6371C36.5428%2012.2583%2035.25%2011.5398%2035.25%2010.3632L35.25%203.63677C35.25%202.46018%2036.5428%201.74166%2037.542%202.36292L42.9512%205.72615Z'%20fill='%235790FC'/%3e%3c/svg%3e") no-repeat;background-size:contain}.saju-element__legend .saju-element__legend-item.control i.control{width:45px;height:14px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='45'%20height='14'%20viewBox='0%200%2045%2014'%20fill='none'%3e%3cpath%20d='M2%207H42'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='4%204'/%3e%3cpath%20d='M37.9502%2011.9023L42.8999%206.9526L37.9502%202.00285'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;background-size:contain}.df-drawer__container .df-drawer__header .df-drawer__header-close{position:absolute;right:16px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__transition .df-footer-box__transition-button i.luck{margin-right:4px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2010.9992L7.60299%207.55918C7.21616%207.16568%206.99939%206.63597%206.99939%206.08418C6.99939%205.53238%207.21616%205.00267%207.60299%204.60918C7.7929%204.41567%208.01947%204.26196%208.26946%204.15702C8.51946%204.05209%208.78787%203.99805%209.05899%203.99805C9.33012%203.99805%209.59852%204.05209%209.84852%204.15702C10.0985%204.26196%2010.3251%204.41567%2010.515%204.60918L11%204.99918L11.485%204.60918C11.6749%204.41567%2011.9015%204.26196%2012.1515%204.15702C12.4015%204.05209%2012.6699%203.99805%2012.941%203.99805C13.2121%203.99805%2013.4805%204.05209%2013.7305%204.15702C13.9805%204.26196%2014.2071%204.41567%2014.397%204.60918C14.7838%205.00267%2015.0006%205.53238%2015.0006%206.08418C15.0006%206.63597%2014.7838%207.16568%2014.397%207.55918L11%2010.9992Z'%20fill='%2337CE6C'%20stroke='%23EB4C10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.0008%2011.0006L14.4408%207.6036C14.8343%207.21677%2015.364%207%2015.9158%207C16.4676%207%2016.9973%207.21677%2017.3908%207.6036C17.5843%207.79351%2017.738%208.02008%2017.843%208.27008C17.9479%208.52007%2018.002%208.78848%2018.002%209.0596C18.002%209.33073%2017.9479%209.59913%2017.843%209.84913C17.738%2010.0991%2017.5843%2010.3257%2017.3908%2010.5156L17.0008%2011.0006L17.3908%2011.4856C17.5843%2011.6755%2017.738%2011.9021%2017.843%2012.1521C17.9479%2012.4021%2018.002%2012.6705%2018.002%2012.9416C18.002%2013.2127%2017.9479%2013.4811%2017.843%2013.7311C17.738%2013.9811%2017.5843%2014.2077%2017.3908%2014.3976C16.9973%2014.7844%2016.4676%2015.0012%2015.9158%2015.0012C15.364%2015.0012%2014.8343%2014.7844%2014.4408%2014.3976L11.0008%2011.0006Z'%20fill='%2337CE6C'%20stroke='%23EB4C10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.0011%2011.0006L7.56113%207.6036C7.16764%207.21677%206.63793%207%206.08613%207C5.53434%207%205.00463%207.21677%204.61113%207.6036C4.41762%207.79351%204.26391%208.02008%204.15898%208.27008C4.05405%208.52007%204%208.78848%204%209.0596C4%209.33073%204.05405%209.59913%204.15898%209.84913C4.26391%2010.0991%204.41762%2010.3257%204.61113%2010.5156L5.00113%2011.0006L4.61113%2011.4856C4.41762%2011.6755%204.26391%2011.9021%204.15898%2012.1521C4.05405%2012.4021%204%2012.6705%204%2012.9416C4%2013.2127%204.05405%2013.4811%204.15898%2013.7311C4.26391%2013.9811%204.41762%2014.2077%204.61113%2014.3976C5.00463%2014.7844%205.53434%2015.0012%206.08613%2015.0012C6.63793%2015.0012%207.16764%2014.7844%207.56113%2014.3976L11.0011%2011.0006Z'%20fill='%2337CE6C'%20stroke='%23EB4C10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%2011L7.60299%2014.44C7.21616%2014.8335%206.99939%2015.3632%206.99939%2015.915C6.99939%2016.4668%207.21616%2016.9965%207.60299%2017.39C7.7929%2017.5835%208.01947%2017.7372%208.26946%2017.8422C8.51946%2017.9471%208.78787%2018.0011%209.05899%2018.0011C9.33012%2018.0011%209.59852%2017.9471%209.84852%2017.8422C10.0985%2017.7372%2010.3251%2017.5835%2010.515%2017.39L11%2017L11.485%2017.39C11.6749%2017.5835%2011.9015%2017.7372%2012.1515%2017.8422C12.4015%2017.9471%2012.6699%2018.0011%2012.941%2018.0011C13.2121%2018.0011%2013.4805%2017.9471%2013.7305%2017.8422C13.9805%2017.7372%2014.2071%2017.5835%2014.397%2017.39C14.7838%2016.9965%2015.0006%2016.4668%2015.0006%2015.915C15.0006%2015.3632%2014.7838%2014.8335%2014.397%2014.44L11%2011Z'%20fill='%2337CE6C'%20stroke='%23EB4C10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.5%2015.5L21%2021'%20stroke='%2337CE6C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;background-size:cover;aspect-ratio:1/1}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__transition .df-footer-box__transition-button i.arrow{transform:rotate(270deg);margin-left:6px;width:14px;height:14px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13217_128439)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M13.3332%209.16667L9.99984%2012.5L6.6665%209.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13217_128439'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:cover;aspect-ratio:1/1}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__pagination button i{width:18px;height:18px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:cover;background-color:#fff;mask-size:100% 100%;-webkit-mask-size:100% 100%}.df-drawer__container i.study{background:url(/assets/study-HoDFUsGB.png) no-repeat;background-size:100% 100%}.df-drawer__container i.work{background:url(/assets/work-3vAguUjC.png) no-repeat;background-size:100% 100%}.df-drawer__container i.wealth{background:url(/assets/wealth-DEjHps_o.png) no-repeat;background-size:100% 100%}.df-drawer__container i.love{background:url(/assets/love-C6QsRDcw.png) no-repeat;background-size:100% 100%}.df-drawer__container i.health{background:url(/assets/health-04KYyly_.png) no-repeat;background-size:100% 100%}.df-drawer__container i.family{background:url(/assets/family-CmBBR3_l.png) no-repeat;background-size:100% 100%}.df-drawer__container i.move{background:url(/assets/move-BtJcb4ve.png) no-repeat;background-size:100% 100%}.df-drawer__container i.relationship{background:url(/assets/relationship-Bs_4HYdO.png) no-repeat;background-size:100% 100%}.df-drawer__container i.fame{background:url(/assets/fame-7Bh_AYq2.png) no-repeat;background-size:100% 100%}.df-drawer__container i.social{background:url(/assets/social-B-KaqzFV.png) no-repeat;background-size:100% 100%}@media (max-width: 1080px){.df-drawer__container{scrollbar-width:none;-ms-overflow-style:none;min-width:auto;max-width:500px}.df-drawer__container .df-drawer__header{height:52px;padding:0 16px;gap:0px}.df-drawer__container .df-drawer__header .df-drawer__header-title{font-size:18px;line-height:22px}.df-drawer__container .df-drawer__header .df-drawer__header-content{display:none}.df-drawer__container .df-drawer__header .df-drawer__header-content-sm{display:flex}.df-drawer__container .df-drawer__body{padding:0;display:flex;gap:28px}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container{padding:0;width:100%;height:52px;justify-content:space-between;gap:8px;border-radius:0}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__transition{flex:1;display:flex;height:100%;padding:14px 16px}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__transition.bg-orange{background:var(--orange-300-main, #EB4C10)}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__transition .df-footer__tooltip{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/df-footer__tooltip-Bl6YxPE_.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}@keyframes floatY{0%{transform:translateY(-50%)}50%{transform:translateY(-60%)}to{transform:translateY(-50%)}}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__pagination{flex:1;justify-content:space-between;align-items:center;padding:14px 20px}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__pagination .df-footer-box__pagination-page{color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.df-drawer__container .df-drawer__body .drawer-section__wrapper .drawer-section,.df-drawer__container .df-drawer__body .drawer-section__wrapper .drawer-section.left{width:100%;padding:0;overflow-y:auto}.df-drawer__container .df-drawer__body .drawer-section__wrapper .drawer-section .section-page,.df-drawer__container .df-drawer__body .drawer-section__wrapper .drawer-section.left .section-page{padding:0 0 118px 16px}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category{padding:0 16px 26px}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .drawer-section{overflow-y:auto}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .select-category{width:100%}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .luck-button__container{width:100%;grid-template-columns:repeat(5,minmax(62px,1fr))}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .luck-button__container .luck-button{width:auto}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category,.df-drawer__container .df-drawer__body .df-drawer__divider{display:none}.df-drawer__container .df-drawer__body .drawer-section{flex:0 0 100%;scroll-snap-align:start;overflow-x:hidden}.df-drawer__container .df-drawer__body .drawer-section::-webkit-scrollbar{display:none}.df-drawer__container .df-drawer__body .df-preview{margin-top:0;padding:28px 16px;flex-direction:column;align-items:center;gap:20px}.df-drawer__container .df-drawer__body .df-preview .df-preview__text-section{gap:2px}.df-drawer__container .df-drawer__body .df-preview .df-preview__text-section .df-preview__title{text-align:center;font-size:18px;line-height:26px}.df-drawer__container .df-drawer__body .df-preview .df-preview__text-section .df-preview__subtitle{text-align:center;font-size:14px;line-height:22px}.df-drawer__container .df-drawer__body .df-preview .df-preview__icon-section{justify-content:center;align-items:center}.df-drawer__container .df-drawer__body .df-preview .df-preview__icon-section .df-preview__icon-rate{font-size:18px;line-height:26px}.df-drawer__container .df-drawer__body .chart-card__container{gap:6px}.df-drawer__container .df-drawer__body .chart-card__container .chart-card__item{flex:1;padding:12px}.df-drawer__container .df-drawer__body .yinyang-card__content{display:flex;flex-direction:column;gap:16px}.df-drawer__container .df-drawer__body .yinyang-card__content .saju-row{flex-direction:row;flex-wrap:wrap;gap:8px}.df-drawer__container .df-drawer__body .yinyang-card__content .saju-row .saju-row__content.first{margin-right:32px}.df-drawer__container .df-drawer__body .yinyang-card__content .saju-row__divider{width:100%;height:1px}.df-drawer__container .df-drawer__body .category-card__wrapper{padding:16px}.df-drawer__container .df-card .df-card__body .term-box{padding:0}.df-drawer__container .df-card.yinyang-card{padding:16px}.df-drawer__container .callout-box{padding:8px 16px}.df-drawer__container .df-saju-card{flex-direction:column;gap:12px}.df-drawer__container .df-saju-card .df-saju-card__title{flex-direction:row;gap:4px}.df-drawer__container .category-card{width:100%;padding:16px}.df-drawer__container .category-card.red,.df-drawer__container .category-card.blue{padding:12px}.df-drawer__container .category-card.opacity{padding:8px}}.custom-event-content.daily-fortune.is-active.is-viewed-today i.stamp{position:absolute;top:50%;left:50%;z-index:1000;transform:translate(-50%,-50%);width:60px;height:60px;background:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.15'%3e%3crect%20x='1'%20y='1'%20width='58'%20height='58'%20rx='29'%20stroke='%23FF8800'%20stroke-width='2'/%3e%3cpath%20d='M14.1396%2029.9607C16.8489%2029.5702%2018.2438%2028.656%2018.5545%2027.6597L14.2252%2028.8197C13.182%2029.0992%2012.6623%2028.8285%2012.4713%2028.1157C12.2849%2027.4202%2012.573%2026.8958%2013.6336%2026.6116L17.8238%2025.4888C17.7324%2024.7306%2018.2881%2024.0227%2019.3313%2023.7431C20.3745%2023.4636%2021.2097%2023.7989%2021.5097%2024.5012L25.6651%2023.3877C26.7257%2023.1035%2027.2374%2023.4137%2027.4238%2024.1091C27.6148%2024.822%2027.3%2025.3163%2026.2568%2025.5958L21.8754%2026.7698C21.8965%2026.9878%2021.8829%2027.2151%2021.8646%2027.425C24.9031%2026.1076%2027.8366%2026.067%2029.2368%2028.5802L25.6551%2029.5399C24.5317%2028.6856%2022.5968%2028.9059%2020.2583%2030.0543C19.0919%2031.0563%2017.3722%2031.8711%2015.171%2032.3492C14.2054%2032.5706%2013.3217%2032.472%2013.0435%2031.503C12.8444%2030.8296%2013.2076%2030.0986%2014.1396%2029.9607ZM19.604%2039.4353L30.1925%2036.5981C30.9054%2036.4071%2031.2873%2036.7893%2031.4224%2037.2935C31.5575%2037.7977%2031.4306%2038.2976%2030.7003%2038.4932L18.3036%2041.8149C16.8084%2042.2156%2015.8706%2041.4978%2015.5678%2040.3677L15.5539%2040.3155C15.251%2039.1854%2015.7102%2038.1865%2017.2228%2037.7812L26.5247%2035.2888L26.4408%2034.9758C26.3989%2034.8193%2026.3107%2034.7684%2026.1194%2034.8197L16.0526%2037.5171C15.4093%2037.6895%2014.945%2037.348%2014.8099%2036.8438C14.6748%2036.3395%2014.8539%2035.8257%2015.5494%2035.6393L20.2612%2034.3768L20.1028%2033.7857L14.9737%2035.16C14.1739%2035.3743%2013.6461%2035.143%2013.4504%2034.4128C13.2594%2033.6999%2013.5789%2033.223%2014.3961%2033.004L28.2011%2029.305C29.0182%2029.086%2029.5334%2029.3394%2029.7244%2030.0522C29.92%2030.7824%2029.5785%2031.2466%2028.7787%2031.461L23.6497%2032.8353L23.8081%2033.4264L27.5114%2032.4341C28.9893%2032.0381%2029.6078%2032.4687%2029.892%2033.5293L30.5349%2035.9287L19.4596%2038.8963C19.2857%2038.9429%2019.2361%2039.1052%2019.2733%2039.2443C19.306%2039.366%2019.4302%2039.4818%2019.604%2039.4353ZM41.9723%2023.3602L40.7205%2023.6956C39.799%2023.9425%2039.0588%2023.5445%2038.8258%2022.6752C38.5976%2021.8233%2039.0083%2021.061%2039.9471%2020.8094L41.199%2020.474L41.0872%2020.0567C40.7844%2018.9266%2041.4431%2018.1165%2042.3646%2017.8696C43.2861%2017.6226%2044.2617%2017.9948%2044.5645%2019.125L46.6144%2026.7751L43.137%2027.7068L41.9723%2023.3602ZM35.9014%2026.3659C35.2791%2028.5638%2033.719%2030.044%2032.2933%2030.4261C31.3718%2030.673%2030.5934%2030.3411%2030.3325%2029.3675C30.1555%2028.7068%2030.4076%2028.1175%2031.0378%2027.6877C32.4222%2026.6645%2032.9679%2025.3629%2032.4178%2023.0319L32.2582%2022.3665C32.032%2021.3836%2032.67%2020.6349%2033.6309%2020.3961C34.5745%2020.1619%2035.4631%2020.5574%2035.7194%2021.5136L35.8824%2022.1222C36.0129%2022.609%2036.0992%2023.0704%2036.1461%2023.5237C38.7417%2023.1263%2040.6703%2024.3427%2041.4303%2027.7355L38.0921%2028.63C37.7898%2027.0152%2037.0226%2026.3077%2035.9014%2026.3659ZM33.5741%2031.0332L44.3365%2028.1495C46.5098%2027.5671%2047.0681%2028.0511%2047.6271%2030.1375L48.5822%2033.7018L45.0701%2034.6429L44.2455%2031.5654C44.1756%2031.3046%2043.9946%2031.1854%2043.7164%2031.26L34.3102%2033.7803C33.3365%2034.0412%2032.6485%2033.6293%2032.4295%2032.8121C32.2106%2031.9949%2032.6005%2031.2941%2033.5741%2031.0332Z'%20fill='%23FF8800'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.custom-event-content.daily-fortune .luck-content .yinyang .yinyang-item i.icon-yang{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='10'%20height='10'%20rx='5'%20fill='%23FF8800'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.75%203C5.75%202.58579%205.41421%202.25%205%202.25C4.58579%202.25%204.25%202.58579%204.25%203L4.25%204.25H3C2.58579%204.25%202.25%204.58579%202.25%205C2.25%205.41421%202.58579%205.75%203%205.75H4.25L4.25%207C4.25%207.41421%204.58579%207.75%205%207.75C5.41421%207.75%205.75%207.41421%205.75%207L5.75%205.75H7C7.41421%205.75%207.75%205.41421%207.75%205C7.75%204.58579%207.41421%204.25%207%204.25H5.75L5.75%203Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center}.custom-event-content.daily-fortune .luck-content .yinyang .yinyang-item i.icon-yin{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='10'%20height='10'%20rx='5'%20fill='%23757575'/%3e%3cpath%20d='M3%205H7'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center center}.custom-event-content.selection-calendar.is-active.is-viewed-today i.stamp{position:absolute;top:50%;left:50%;z-index:1000;transform:translate(-50%,-50%);width:60px;height:60px;background:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.15'%3e%3crect%20x='1'%20y='1'%20width='58'%20height='58'%20rx='29'%20stroke='%23FF8800'%20stroke-width='2'/%3e%3cpath%20d='M14.1396%2029.9607C16.8489%2029.5702%2018.2438%2028.656%2018.5545%2027.6597L14.2252%2028.8197C13.182%2029.0992%2012.6623%2028.8285%2012.4713%2028.1157C12.2849%2027.4202%2012.573%2026.8958%2013.6336%2026.6116L17.8238%2025.4888C17.7324%2024.7306%2018.2881%2024.0227%2019.3313%2023.7431C20.3745%2023.4636%2021.2097%2023.7989%2021.5097%2024.5012L25.6651%2023.3877C26.7257%2023.1035%2027.2374%2023.4137%2027.4238%2024.1091C27.6148%2024.822%2027.3%2025.3163%2026.2568%2025.5958L21.8754%2026.7698C21.8965%2026.9878%2021.8829%2027.2151%2021.8646%2027.425C24.9031%2026.1076%2027.8366%2026.067%2029.2368%2028.5802L25.6551%2029.5399C24.5317%2028.6856%2022.5968%2028.9059%2020.2583%2030.0543C19.0919%2031.0563%2017.3722%2031.8711%2015.171%2032.3492C14.2054%2032.5706%2013.3217%2032.472%2013.0435%2031.503C12.8444%2030.8296%2013.2076%2030.0986%2014.1396%2029.9607ZM19.604%2039.4353L30.1925%2036.5981C30.9054%2036.4071%2031.2873%2036.7893%2031.4224%2037.2935C31.5575%2037.7977%2031.4306%2038.2976%2030.7003%2038.4932L18.3036%2041.8149C16.8084%2042.2156%2015.8706%2041.4978%2015.5678%2040.3677L15.5539%2040.3155C15.251%2039.1854%2015.7102%2038.1865%2017.2228%2037.7812L26.5247%2035.2888L26.4408%2034.9758C26.3989%2034.8193%2026.3107%2034.7684%2026.1194%2034.8197L16.0526%2037.5171C15.4093%2037.6895%2014.945%2037.348%2014.8099%2036.8438C14.6748%2036.3395%2014.8539%2035.8257%2015.5494%2035.6393L20.2612%2034.3768L20.1028%2033.7857L14.9737%2035.16C14.1739%2035.3743%2013.6461%2035.143%2013.4504%2034.4128C13.2594%2033.6999%2013.5789%2033.223%2014.3961%2033.004L28.2011%2029.305C29.0182%2029.086%2029.5334%2029.3394%2029.7244%2030.0522C29.92%2030.7824%2029.5785%2031.2466%2028.7787%2031.461L23.6497%2032.8353L23.8081%2033.4264L27.5114%2032.4341C28.9893%2032.0381%2029.6078%2032.4687%2029.892%2033.5293L30.5349%2035.9287L19.4596%2038.8963C19.2857%2038.9429%2019.2361%2039.1052%2019.2733%2039.2443C19.306%2039.366%2019.4302%2039.4818%2019.604%2039.4353ZM41.9723%2023.3602L40.7205%2023.6956C39.799%2023.9425%2039.0588%2023.5445%2038.8258%2022.6752C38.5976%2021.8233%2039.0083%2021.061%2039.9471%2020.8094L41.199%2020.474L41.0872%2020.0567C40.7844%2018.9266%2041.4431%2018.1165%2042.3646%2017.8696C43.2861%2017.6226%2044.2617%2017.9948%2044.5645%2019.125L46.6144%2026.7751L43.137%2027.7068L41.9723%2023.3602ZM35.9014%2026.3659C35.2791%2028.5638%2033.719%2030.044%2032.2933%2030.4261C31.3718%2030.673%2030.5934%2030.3411%2030.3325%2029.3675C30.1555%2028.7068%2030.4076%2028.1175%2031.0378%2027.6877C32.4222%2026.6645%2032.9679%2025.3629%2032.4178%2023.0319L32.2582%2022.3665C32.032%2021.3836%2032.67%2020.6349%2033.6309%2020.3961C34.5745%2020.1619%2035.4631%2020.5574%2035.7194%2021.5136L35.8824%2022.1222C36.0129%2022.609%2036.0992%2023.0704%2036.1461%2023.5237C38.7417%2023.1263%2040.6703%2024.3427%2041.4303%2027.7355L38.0921%2028.63C37.7898%2027.0152%2037.0226%2026.3077%2035.9014%2026.3659ZM33.5741%2031.0332L44.3365%2028.1495C46.5098%2027.5671%2047.0681%2028.0511%2047.6271%2030.1375L48.5822%2033.7018L45.0701%2034.6429L44.2455%2031.5654C44.1756%2031.3046%2043.9946%2031.1854%2043.7164%2031.26L34.3102%2033.7803C33.3365%2034.0412%2032.6485%2033.6293%2032.4295%2032.8121C32.2106%2031.9949%2032.6005%2031.2941%2033.5741%2031.0332Z'%20fill='%23FF8800'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.custom-event-content.selection-calendar .luck-content .yinyang .yinyang-item i.icon-yang{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='10'%20height='10'%20rx='5'%20fill='%23FF8800'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.75%203C5.75%202.58579%205.41421%202.25%205%202.25C4.58579%202.25%204.25%202.58579%204.25%203L4.25%204.25H3C2.58579%204.25%202.25%204.58579%202.25%205C2.25%205.41421%202.58579%205.75%203%205.75H4.25L4.25%207C4.25%207.41421%204.58579%207.75%205%207.75C5.41421%207.75%205.75%207.41421%205.75%207L5.75%205.75H7C7.41421%205.75%207.75%205.41421%207.75%205C7.75%204.58579%207.41421%204.25%207%204.25H5.75L5.75%203Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center}.custom-event-content.selection-calendar .luck-content .yinyang .yinyang-item i.icon-yin{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='10'%20height='10'%20rx='5'%20fill='%23757575'/%3e%3cpath%20d='M3%205H7'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center center}.custom-event-content.selection-calendar.choice-mode.is-viewed-today i.stamp{background-image:url(/assets/icon_choice_stamp-day-D_3EZJq1.svg)!important;width:68px;height:68px}.tooltip-container .tooltip-button i.tooltip-button__icon{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_13788_157931)'%3e%3cpath%20id='Vector'%20d='M1.0709%2010.8701C0.693993%209.96018%200.5%208.98491%200.5%208C0.5%206.01088%201.29018%204.10322%202.6967%202.6967C4.10322%201.29018%206.01088%200.5%208%200.5C9.98912%200.5%2011.8968%201.29018%2013.3033%202.6967C14.7098%204.10322%2015.5%206.01088%2015.5%208C15.5%208.98491%2015.306%209.96018%2014.9291%2010.8701C14.5522%2011.7801%2013.9997%2012.6069%2013.3033%2013.3033C12.6069%2013.9997%2011.7801%2014.5522%2010.8701%2014.9291C9.96018%2015.306%208.98491%2015.5%208%2015.5C7.01509%2015.5%206.03982%2015.306%205.12987%2014.9291C4.21993%2014.5522%203.39314%2013.9997%202.6967%2013.3033C2.00026%2012.6069%201.44781%2011.7801%201.0709%2010.8701Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='?'%20d='M7.15629%209.65583C7.16615%208.4876%207.49173%208.12017%208.0837%207.77158C8.50794%207.50778%208.83352%207.21572%208.83352%206.78235C8.83352%206.31128%208.44874%206.00038%207.97517%206.00038C7.7309%206.00038%207.49757%206.08143%207.32857%206.23939C7.05128%206.49856%206.76677%206.8483%206.38723%206.8483C5.99181%206.8483%205.65667%206.51271%205.79483%206.14221C6.11069%205.29516%206.97162%204.88867%207.98504%204.88867C9.35643%204.88867%2010.3332%205.57642%2010.3332%206.73524C10.3332%207.50778%209.91879%208.00711%209.26763%208.37454C8.71513%208.69486%208.46848%208.99634%208.45861%209.65583C8.45861%209.71307%208.41221%209.75947%208.35498%209.75947H7.25992C7.20268%209.75947%207.15629%209.71307%207.15629%209.65583ZM7.83705%2011.8887C7.37334%2011.8887%206.99843%2011.5307%207.00829%2011.0973C6.99843%2010.6639%207.37334%2010.3153%207.83705%2010.3153C8.27116%2010.3153%208.65593%2010.6639%208.65593%2011.0973C8.65593%2011.5307%208.27116%2011.8887%207.83705%2011.8887Z'%20fill='%23757575'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13788_157931'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.tooltip-container-header .tooltip-button i.tooltip-button__icon{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_13788_157931)'%3e%3cpath%20id='Vector'%20d='M1.0709%2010.8701C0.693993%209.96018%200.5%208.98491%200.5%208C0.5%206.01088%201.29018%204.10322%202.6967%202.6967C4.10322%201.29018%206.01088%200.5%208%200.5C9.98912%200.5%2011.8968%201.29018%2013.3033%202.6967C14.7098%204.10322%2015.5%206.01088%2015.5%208C15.5%208.98491%2015.306%209.96018%2014.9291%2010.8701C14.5522%2011.7801%2013.9997%2012.6069%2013.3033%2013.3033C12.6069%2013.9997%2011.7801%2014.5522%2010.8701%2014.9291C9.96018%2015.306%208.98491%2015.5%208%2015.5C7.01509%2015.5%206.03982%2015.306%205.12987%2014.9291C4.21993%2014.5522%203.39314%2013.9997%202.6967%2013.3033C2.00026%2012.6069%201.44781%2011.7801%201.0709%2010.8701Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='?'%20d='M7.15629%209.65583C7.16615%208.4876%207.49173%208.12017%208.0837%207.77158C8.50794%207.50778%208.83352%207.21572%208.83352%206.78235C8.83352%206.31128%208.44874%206.00038%207.97517%206.00038C7.7309%206.00038%207.49757%206.08143%207.32857%206.23939C7.05128%206.49856%206.76677%206.8483%206.38723%206.8483C5.99181%206.8483%205.65667%206.51271%205.79483%206.14221C6.11069%205.29516%206.97162%204.88867%207.98504%204.88867C9.35643%204.88867%2010.3332%205.57642%2010.3332%206.73524C10.3332%207.50778%209.91879%208.00711%209.26763%208.37454C8.71513%208.69486%208.46848%208.99634%208.45861%209.65583C8.45861%209.71307%208.41221%209.75947%208.35498%209.75947H7.25992C7.20268%209.75947%207.15629%209.71307%207.15629%209.65583ZM7.83705%2011.8887C7.37334%2011.8887%206.99843%2011.5307%207.00829%2011.0973C6.99843%2010.6639%207.37334%2010.3153%207.83705%2010.3153C8.27116%2010.3153%208.65593%2010.6639%208.65593%2011.0973C8.65593%2011.5307%208.27116%2011.8887%207.83705%2011.8887Z'%20fill='%23757575'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13788_157931'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.tooltip-pop button.tooltip-close i.tooltip-close__icon{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:contain}i.emoji-1a{background:url(/assets/emoji_1a-DTtNHXjM.svg)}i.emoji-1b{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23E1E4FF'%20stroke='%23AAB2FF'/%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.1002%2018.9C15.5914%2018.9%2016.8002%2017.6912%2016.8002%2016.2C16.8002%2014.7088%2015.5914%2013.5%2014.1002%2013.5C13.6414%2013.5%2013.2094%2013.6144%2012.831%2013.8163C12.1973%2014.1544%2011.0953%2014.1892%2010.4202%2013.9438C10.1644%2013.8507%209.88821%2013.8%209.6002%2013.8C8.27471%2013.8%207.2002%2014.8745%207.2002%2016.2C7.2002%2017.5255%208.27471%2018.6%209.6002%2018.6C9.88821%2018.6%2010.1644%2018.5493%2010.4202%2018.4562C11.0953%2018.2108%2012.1973%2018.2456%2012.831%2018.5837C13.2094%2018.7856%2013.6414%2018.9%2014.1002%2018.9Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.6279%2018.4263C15.1934%2018.7251%2014.667%2018.9%2014.0998%2018.9C13.641%2018.9%2013.209%2018.7856%2012.8307%2018.5837C12.1969%2018.2456%2011.0948%2018.2109%2010.4198%2018.4563C10.1639%2018.5493%209.88778%2018.6%209.59977%2018.6C9.09377%2018.6%208.62434%2018.4434%208.2373%2018.176C8.96953%2017.1725%2010.3133%2016.5%2011.8497%2016.5C13.5107%2016.5%2014.9464%2017.2859%2015.6279%2018.4263Z'%20fill='%23FF8F90'/%3e%3cpath%20d='M19.2773%200.971771C19.2354%200.448092%2019.6491%200%2020.1745%200H21.8247C22.3501%200%2022.7637%200.448092%2022.7219%200.971771L22.1459%208.17177C22.1084%208.6395%2021.7179%209%2021.2487%209H20.7505C20.2812%209%2019.8908%208.6395%2019.8533%208.17177L19.2773%200.971771Z'%20fill='%23EB4C10'/%3e%3cpath%20d='M22.1998%2011.0999C22.1998%2011.7626%2021.6625%2012.2999%2020.9998%2012.2999C20.3371%2012.2999%2019.7998%2011.7626%2019.7998%2011.0999C19.7998%2010.4372%2020.3371%209.8999%2020.9998%209.8999C21.6625%209.8999%2022.1998%2010.4372%2022.1998%2011.0999Z'%20fill='%23EB4C10'/%3e%3c/svg%3e")}i.emoji-1c{background:url(/assets/emoji_1c-CE0O8lkT.svg)}i.emoji-1d{background:url("data:image/svg+xml,%3csvg%20width='26'%20height='24'%20viewBox='0%200%2026%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5%2012C24.5%2018.3513%2019.3513%2023.5%2013%2023.5C6.64873%2023.5%201.5%2018.3513%201.5%2012C1.5%205.64873%206.64873%200.5%2013%200.5C19.3513%200.5%2024.5%205.64873%2024.5%2012Z'%20fill='%23E1E4FF'%20stroke='%23AAB2FF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.40605%2011.6544C9.64036%2011.8887%2010.0203%2011.8887%2010.2546%2011.6544C10.4889%2011.42%2010.4889%2011.0401%2010.2546%2010.8058L9.61818%2010.1694L10.2546%209.53304C10.4889%209.29872%2010.4889%208.91882%2010.2546%208.68451C10.0203%208.45019%209.64036%208.45019%209.40605%208.68451L8.76965%209.32091L8.13326%208.68451C7.89894%208.4502%207.51904%208.4502%207.28473%208.68451C7.05041%208.91882%207.05041%209.29872%207.28473%209.53304L7.92112%2010.1694L7.28473%2010.8058C7.05041%2011.0401%207.05041%2011.42%207.28473%2011.6544C7.51904%2011.8887%207.89894%2011.8887%208.13326%2011.6544L8.76965%2011.018L9.40605%2011.6544Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.8064%2011.6544C18.0408%2011.8887%2018.4207%2011.8887%2018.655%2011.6544C18.8893%2011.42%2018.8893%2011.0401%2018.655%2010.8058L18.0186%2010.1694L18.655%209.53304C18.8893%209.29872%2018.8893%208.91882%2018.655%208.68451C18.4207%208.45019%2018.0408%208.45019%2017.8064%208.68451L17.17%209.32091L16.5336%208.68451C16.2993%208.4502%2015.9194%208.4502%2015.6851%208.68451C15.4508%208.91882%2015.4508%209.29872%2015.6851%209.53304L16.3215%2010.1694L15.6851%2010.8058C15.4508%2011.0401%2015.4508%2011.42%2015.6851%2011.6544C15.9194%2011.8887%2016.2993%2011.8887%2016.5336%2011.6544L17.17%2011.018L17.8064%2011.6544Z'%20fill='%23333333'/%3e%3cpath%20d='M6.7002%2015.0003C6.7002%2014.3376%207.23745%2013.8003%207.9002%2013.8003H18.1002C18.7629%2013.8003%2019.3002%2014.3376%2019.3002%2015.0003V19.2003C19.3002%2019.863%2018.7629%2020.4003%2018.1002%2020.4003H7.9002C7.23745%2020.4003%206.7002%2019.863%206.7002%2019.2003V15.0003Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.1002%2014.1003H7.9002C7.40314%2014.1003%207.0002%2014.5032%207.0002%2015.0003V19.2003C7.0002%2019.6973%207.40314%2020.1003%207.9002%2020.1003H18.1002C18.5973%2020.1003%2019.0002%2019.6973%2019.0002%2019.2003V15.0003C19.0002%2014.5032%2018.5973%2014.1003%2018.1002%2014.1003ZM7.9002%2013.8003C7.23745%2013.8003%206.7002%2014.3376%206.7002%2015.0003V19.2003C6.7002%2019.863%207.23745%2020.4003%207.9002%2020.4003H18.1002C18.7629%2020.4003%2019.3002%2019.863%2019.3002%2019.2003V15.0003C19.3002%2014.3376%2018.7629%2013.8003%2018.1002%2013.8003H7.9002Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.2706%2013.3412C25.3586%2013.5736%2025.2414%2013.8333%2025.009%2013.9213L19.459%2016.0213C19.2265%2016.1092%2018.9668%2015.9921%2018.8789%2015.7597C18.7909%2015.5272%2018.908%2015.2675%2019.1405%2015.1795L24.6905%2013.0795C24.9229%2012.9916%2025.1827%2013.1087%2025.2706%2013.3412Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.878804%2013.3412C0.790851%2013.5736%200.907986%2013.8333%201.14043%2013.9213L6.69043%2016.0213C6.92288%2016.1092%207.18261%2015.9921%207.27056%2015.7597C7.35851%2015.5272%207.24138%2015.2675%207.00893%2015.1795L1.45893%2013.0795C1.22649%2012.9916%200.966755%2013.1087%200.878804%2013.3412Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.8775%2018.4447C18.9634%2018.2115%2019.2221%2018.0921%2019.4553%2018.178L22.3053%2019.228C22.5385%2019.3139%2022.6579%2019.5726%2022.572%2019.8058C22.4861%2020.039%2022.2274%2020.1584%2021.9942%2020.0725L19.1442%2019.0225C18.911%2018.9366%2018.7916%2018.6779%2018.8775%2018.4447Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.27194%2018.4447C7.18602%2018.2115%206.92732%2018.0921%206.69411%2018.178L3.84411%2019.228C3.61091%2019.3139%203.49151%2019.5726%203.57743%2019.8058C3.66335%2020.039%203.92204%2020.1584%204.15525%2020.0725L7.00525%2019.0225C7.23845%2018.9366%207.35785%2018.6779%207.27194%2018.4447Z'%20fill='%23FBFBFB'/%3e%3c/svg%3e")}i.emoji-1e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='url(%23paint0_linear_15902_83066)'%20stroke='%23AAB2FF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.40605%2011.6544C8.64036%2011.8887%209.02026%2011.8887%209.25458%2011.6544C9.48889%2011.42%209.48889%2011.0401%209.25458%2010.8058L8.61818%2010.1694L9.25458%209.53304C9.48889%209.29872%209.48889%208.91882%209.25458%208.68451C9.02026%208.45019%208.64036%208.45019%208.40605%208.68451L7.76965%209.32091L7.13326%208.68451C6.89894%208.4502%206.51904%208.4502%206.28473%208.68451C6.05041%208.91882%206.05041%209.29872%206.28473%209.53304L6.92112%2010.1694L6.28473%2010.8058C6.05041%2011.0401%206.05041%2011.42%206.28473%2011.6544C6.51904%2011.8887%206.89894%2011.8887%207.13326%2011.6544L7.76965%2011.018L8.40605%2011.6544Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.8064%2011.6544C17.0408%2011.8887%2017.4207%2011.8887%2017.655%2011.6544C17.8893%2011.42%2017.8893%2011.0401%2017.655%2010.8058L17.0186%2010.1694L17.655%209.53304C17.8893%209.29872%2017.8893%208.91882%2017.655%208.68451C17.4207%208.45019%2017.0408%208.45019%2016.8064%208.68451L16.17%209.32091L15.5336%208.68451C15.2993%208.4502%2014.9194%208.4502%2014.6851%208.68451C14.4508%208.91882%2014.4508%209.29872%2014.6851%209.53304L15.3215%2010.1694L14.6851%2010.8058C14.4508%2011.0401%2014.4508%2011.42%2014.6851%2011.6544C14.9194%2011.8887%2015.2993%2011.8887%2015.5336%2011.6544L16.17%2011.018L16.8064%2011.6544Z'%20fill='%23333333'/%3e%3cpath%20d='M15.3002%2016.1999C15.3002%2018.0224%2013.8227%2019.4999%2012.0002%2019.4999C10.1777%2019.4999%208.7002%2018.0224%208.7002%2016.1999C8.7002%2014.3774%2010.1777%2012.8999%2012.0002%2012.8999C13.8227%2012.8999%2015.3002%2014.3774%2015.3002%2016.1999Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8906%2017.7935C15.1516%2017.3211%2015.3002%2016.7779%2015.3002%2016.1999C15.3002%2014.3774%2013.8227%2012.8999%2012.0002%2012.8999C10.1777%2012.8999%208.7002%2014.3774%208.7002%2016.1999C8.7002%2016.7779%208.84877%2017.3211%209.10981%2017.7935C9.46203%2016.5283%2010.6227%2015.5999%2012.0002%2015.5999C13.3777%2015.5999%2014.5384%2016.5283%2014.8906%2017.7935Z'%20fill='%23333333'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15902_83066'%20x1='12'%20y1='0'%20x2='12'%20y2='24'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238085E4'/%3e%3cstop%20offset='0.48'%20stop-color='%23E1E4FF'/%3e%3cstop%20offset='1'%20stop-color='%23E1E4FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}i.emoji-2a{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cpath%20d='M9.42834%2010.0757C9.42834%2010.9041%208.75677%2011.5757%207.92834%2011.5757C7.09992%2011.5757%206.42834%2010.9041%206.42834%2010.0757C6.42834%209.24726%207.09992%208.57568%207.92834%208.57568C8.75677%208.57568%209.42834%209.24726%209.42834%2010.0757Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5717%2010.0757C17.5717%2010.9041%2016.9001%2011.5757%2016.0717%2011.5757C15.2432%2011.5757%2014.5717%2010.9041%2014.5717%2010.0757C14.5717%209.24726%2015.2432%208.57568%2016.0717%208.57568C16.9001%208.57568%2017.5717%209.24726%2017.5717%2010.0757Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.09427%206.71465C4.26133%206.4267%204.47198%206.1551%204.71374%205.91333C4.95551%205.67157%205.22711%205.46092%205.51506%205.29385C5.80259%205.12703%206.10642%205.00372%206.41138%204.93709C6.71586%204.87057%207.02491%204.85998%207.31676%204.92279C7.60021%204.98379%207.78055%205.26304%207.71954%205.5465C7.65854%205.82995%207.37929%206.01029%207.09583%205.94928C6.97598%205.92349%206.82096%205.92238%206.63549%205.9629C6.45049%206.00332%206.24807%206.0825%206.04199%206.20207C5.83631%206.32139%205.63658%206.47542%205.45621%206.65579C5.27583%206.83617%205.1218%207.0359%205.00248%207.24157C4.88291%207.44766%204.80373%207.65008%204.76331%207.83507C4.72279%208.02055%204.7239%208.17557%204.74969%208.29542C4.8107%208.57888%204.63037%208.85812%204.34691%208.91913C4.06345%208.98014%203.7842%208.7998%203.7232%208.51634C3.66039%208.2245%203.67099%207.91544%203.73751%207.61097C3.80413%207.30601%203.92744%207.00218%204.09427%206.71465Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.912%206.71465C19.7449%206.4267%2019.5342%206.1551%2019.2925%205.91333C19.0507%205.67157%2018.7791%205.46092%2018.4912%205.29385C18.2036%205.12703%2017.8998%205.00372%2017.5948%204.93709C17.2904%204.87057%2016.9813%204.85998%2016.6895%204.92279C16.406%204.98379%2016.2257%205.26304%2016.2867%205.5465C16.3477%205.82995%2016.6269%206.01029%2016.9104%205.94928C17.0302%205.92349%2017.1853%205.92238%2017.3707%205.9629C17.5557%206.00332%2017.7582%206.0825%2017.9642%206.20207C18.1699%206.32139%2018.3696%206.47542%2018.55%206.65579C18.7304%206.83617%2018.8844%207.0359%2019.0037%207.24157C19.1233%207.44766%2019.2025%207.65008%2019.2429%207.83507C19.2834%208.02055%2019.2823%208.17557%2019.2565%208.29542C19.1955%208.57888%2019.3759%208.85812%2019.6593%208.91913C19.9428%208.98014%2020.222%208.7998%2020.283%208.51634C20.3458%208.2245%2020.3352%207.91544%2020.2687%207.61097C20.2021%207.30601%2020.0788%207.00218%2019.912%206.71465Z'%20fill='%23333333'/%3e%3cpath%20d='M15.3%2016.1999C15.3%2018.0224%2013.8225%2019.4999%2012%2019.4999C10.1774%2019.4999%208.69995%2018.0224%208.69995%2016.1999C8.69995%2014.3774%2010.1774%2012.8999%2012%2012.8999C13.8225%2012.8999%2015.3%2014.3774%2015.3%2016.1999Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8903%2017.7935C15.1514%2017.3211%2015.3%2016.7779%2015.3%2016.1999C15.3%2014.3774%2013.8225%2012.8999%2012%2012.8999C10.1774%2012.8999%208.69995%2014.3774%208.69995%2016.1999C8.69995%2016.7779%208.84853%2017.3211%209.10956%2017.7935C9.46179%2016.5283%2010.6224%2015.5999%2012%2015.5999C13.3775%2015.5999%2014.5381%2016.5283%2014.8903%2017.7935Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-2b{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.00041%2016.2C8.92556%2016.2%208.7448%2016.244%208.46134%2016.5841C8.07814%2017.044%207.59222%2017.4%207.00041%2017.4C6.40859%2017.4%205.92267%2017.044%205.53947%2016.5841C5.32733%2016.3295%205.36173%2015.9512%205.6163%2015.7391C5.87086%2015.5269%206.2492%2015.5613%206.46134%2015.8159C6.7448%2016.156%206.92556%2016.2%207.00041%2016.2C7.07526%2016.2%207.25601%2016.156%207.53947%2015.8159C7.92267%2015.356%208.40859%2015%209.00041%2015C9.59222%2015%2010.0781%2015.356%2010.4613%2015.8159C10.7448%2016.156%2010.9256%2016.2%2011.0004%2016.2C11.0753%2016.2%2011.256%2016.156%2011.5395%2015.8159C11.9227%2015.356%2012.4086%2015%2013.0004%2015C13.5922%2015%2014.0781%2015.356%2014.4613%2015.8159C14.7448%2016.156%2014.9256%2016.2%2015.0004%2016.2C15.0753%2016.2%2015.256%2016.156%2015.5395%2015.8159C15.9227%2015.356%2016.4086%2015%2017.0004%2015C17.5922%2015%2018.0781%2015.356%2018.4613%2015.8159C18.6735%2016.0705%2018.6391%2016.4488%2018.3845%2016.6609C18.1299%2016.8731%2017.7516%2016.8387%2017.5395%2016.5841C17.256%2016.244%2017.0753%2016.2%2017.0004%2016.2C16.9256%2016.2%2016.7448%2016.244%2016.4613%2016.5841C16.0781%2017.044%2015.5922%2017.4%2015.0004%2017.4C14.4086%2017.4%2013.9227%2017.044%2013.5395%2016.5841C13.256%2016.244%2013.0753%2016.2%2013.0004%2016.2C12.9256%2016.2%2012.7448%2016.244%2012.4613%2016.5841C12.0781%2017.044%2011.5922%2017.4%2011.0004%2017.4C10.4086%2017.4%209.92267%2017.044%209.53947%2016.5841C9.25601%2016.244%209.07526%2016.2%209.00041%2016.2Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-2c{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cpath%20d='M10.3281%2010.0757C10.3281%2010.9041%209.65655%2011.5757%208.82812%2011.5757C7.9997%2011.5757%207.32812%2010.9041%207.32812%2010.0757C7.32812%209.24726%207.9997%208.57568%208.82812%208.57568C9.65655%208.57568%2010.3281%209.24726%2010.3281%2010.0757Z'%20fill='%23333333'/%3e%3cpath%20d='M18.4717%2010.0757C18.4717%2010.9041%2017.8001%2011.5757%2016.9717%2011.5757C16.1433%2011.5757%2015.4717%2010.9041%2015.4717%2010.0757C15.4717%209.24726%2016.1433%208.57568%2016.9717%208.57568C17.8001%208.57568%2018.4717%209.24726%2018.4717%2010.0757Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.79521%208.30363C7.11696%208.21815%207.45796%208.17505%207.79987%208.17505C8.14177%208.17505%208.48278%208.21815%208.80452%208.30363C9.1258%208.38899%209.42783%208.51663%209.69058%208.68515C9.95292%208.85342%2010.1789%209.06446%2010.3409%209.31524C10.4982%209.55881%2010.4283%209.88378%2010.1847%2010.0411C9.94111%2010.1984%209.61614%2010.1284%209.45884%209.88486C9.39233%209.78187%209.2835%209.67147%209.1237%209.56898C8.9643%209.46674%208.76518%209.3796%208.53491%209.31842C8.3051%209.25737%208.05496%209.22505%207.79987%209.22505C7.54478%209.22505%207.29463%209.25737%207.06482%209.31842C6.83455%209.3796%206.63543%209.46674%206.47604%209.56898C6.31624%209.67147%206.20741%209.78187%206.1409%209.88486C5.9836%2010.1284%205.65863%2010.1984%205.41505%2010.0411C5.17148%209.88378%205.10154%209.55881%205.25884%209.31524C5.42079%209.06446%205.64682%208.85342%205.90915%208.68515C6.1719%208.51663%206.47394%208.38899%206.79521%208.30363Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.905%208.30363C16.5832%208.21815%2016.2422%208.17505%2015.9003%208.17505C15.5584%208.17505%2015.2174%208.21815%2014.8957%208.30363C14.5744%208.38898%2014.2724%208.51663%2014.0096%208.68515C13.7473%208.85342%2013.5213%209.06446%2013.3593%209.31524C13.202%209.55881%2013.2719%209.88378%2013.5155%2010.0411C13.7591%2010.1984%2014.0841%2010.1284%2014.2414%209.88486C14.3079%209.78187%2014.4167%209.67147%2014.5765%209.56898C14.7359%209.46674%2014.935%209.3796%2015.1653%209.31842C15.3951%209.25737%2015.6452%209.22505%2015.9003%209.22505C16.1554%209.22505%2016.4056%209.25737%2016.6354%209.31842C16.8656%209.3796%2017.0648%209.46674%2017.2242%209.56898C17.384%209.67147%2017.4928%209.78187%2017.5593%209.88486C17.7166%2010.1284%2018.0416%2010.1984%2018.2851%2010.0411C18.5287%209.88378%2018.5987%209.55881%2018.4414%209.31524C18.2794%209.06446%2018.0534%208.85342%2017.791%208.68515C17.5283%208.51663%2017.2263%208.38899%2016.905%208.30363Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.07129%2015.6429C7.07129%2015.2878%207.35911%2015%207.71415%2015H16.2856C16.6406%2015%2016.9284%2015.2878%2016.9284%2015.6429C16.9284%2015.9979%2016.6406%2016.2857%2016.2856%2016.2857H7.71415C7.35911%2016.2857%207.07129%2015.9979%207.07129%2015.6429Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-2d{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M5.7002%2017.1C5.7002%2015.9402%206.6404%2015%207.8002%2015H16.2002C17.36%2015%2018.3002%2015.9402%2018.3002%2017.1C18.3002%2018.2598%2017.36%2019.2%2016.2002%2019.2H7.8002C6.6404%2019.2%205.7002%2018.2598%205.7002%2017.1Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.2002%2015.9H7.8002C7.13745%2015.9%206.6002%2016.4373%206.6002%2017.1C6.6002%2017.7627%207.13745%2018.3%207.8002%2018.3H16.2002C16.8629%2018.3%2017.4002%2017.7627%2017.4002%2017.1C17.4002%2016.4373%2016.8629%2015.9%2016.2002%2015.9ZM7.8002%2015C6.6404%2015%205.7002%2015.9402%205.7002%2017.1C5.7002%2018.2598%206.6404%2019.2%207.8002%2019.2H16.2002C17.36%2019.2%2018.3002%2018.2598%2018.3002%2017.1C18.3002%2015.9402%2017.36%2015%2016.2002%2015H7.8002Z'%20fill='%23333333'/%3e%3cpath%20d='M14.7002%2015.6001H15.6002V18.6001H14.7002V15.6001Z'%20fill='%23333333'/%3e%3cpath%20d='M11.5498%2015.6001H12.4498V18.6001H11.5498V15.6001Z'%20fill='%23333333'/%3e%3cpath%20d='M8.40039%2015.6001H9.30039V18.6001H8.40039V15.6001Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-2e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cg%20clip-path='url(%23clip0_15902_83002)'%3e%3cpath%20d='M7.25515%208.25148L5.81965%208.45961L5.79422%208.46478C5.75573%208.475%205.72065%208.49525%205.69254%208.52346C5.66444%208.55168%205.64433%208.58684%205.63426%208.62537C5.62419%208.6639%205.62453%208.70441%205.63524%208.74276C5.64595%208.78112%205.66665%208.81594%205.69522%208.84368L6.73517%209.85596L6.48992%2011.2858L6.487%2011.3106C6.48464%2011.3504%206.49291%2011.3901%206.51095%2011.4257C6.52899%2011.4612%206.55616%2011.4914%206.58967%2011.513C6.62319%2011.5346%206.66184%2011.5469%206.70168%2011.5487C6.74152%2011.5504%206.78111%2011.5416%206.8164%2011.523L8.10025%2010.848L9.38117%2011.523L9.40367%2011.5333C9.44081%2011.548%209.48117%2011.5524%209.52062%2011.5463C9.56006%2011.5402%209.59717%2011.5237%209.62813%2011.4985C9.65909%2011.4733%209.6828%2011.4404%209.69681%2011.403C9.71082%2011.3656%209.71464%2011.3252%209.70787%2011.2858L9.4624%209.85596L10.5028%208.84346L10.5203%208.82433C10.5454%208.79346%2010.5619%208.75648%2010.568%208.71719C10.5741%208.67789%2010.5697%208.63767%2010.5552%208.60062C10.5408%208.56358%2010.5167%208.53103%2010.4856%208.5063C10.4544%208.48157%2010.4173%208.46553%2010.3779%208.45983L8.94242%208.25148L8.30072%206.95098C8.28215%206.9133%208.25341%206.88157%208.21774%206.85939C8.18207%206.8372%208.1409%206.82544%208.0989%206.82544C8.05689%206.82544%208.01572%206.8372%207.98005%206.85939C7.94439%206.88157%207.91564%206.9133%207.89707%206.95098L7.25515%208.25148Z'%20fill='%23333333'/%3e%3c/g%3e%3cg%20clip-path='url(%23clip1_15902_83002)'%3e%3cpath%20d='M15.055%208.25148L13.6195%208.45961L13.594%208.46478C13.5555%208.475%2013.5205%208.49525%2013.4923%208.52346C13.4642%208.55168%2013.4441%208.58684%2013.4341%208.62537C13.424%208.6639%2013.4243%208.70441%2013.435%208.74276C13.4458%208.78112%2013.4665%208.81594%2013.495%208.84368L14.535%209.85596L14.2897%2011.2858L14.2868%2011.3106C14.2844%2011.3504%2014.2927%2011.3901%2014.3108%2011.4257C14.3288%2011.4612%2014.356%2011.4914%2014.3895%2011.513C14.423%2011.5346%2014.4616%2011.5469%2014.5015%2011.5487C14.5413%2011.5504%2014.5809%2011.5416%2014.6162%2011.523L15.9001%2010.848L17.181%2011.523L17.2035%2011.5333C17.2406%2011.548%2017.281%2011.5524%2017.3204%2011.5463C17.3599%2011.5402%2017.397%2011.5237%2017.4279%2011.4985C17.4589%2011.4733%2017.4826%2011.4404%2017.4966%2011.403C17.5106%2011.3656%2017.5144%2011.3252%2017.5077%2011.2858L17.2622%209.85596L18.3026%208.84346L18.3202%208.82433C18.3452%208.79346%2018.3617%208.75648%2018.3678%208.71719C18.3739%208.67789%2018.3695%208.63767%2018.355%208.60062C18.3406%208.56358%2018.3165%208.53103%2018.2854%208.5063C18.2542%208.48157%2018.2171%208.46553%2018.1777%208.45983L16.7422%208.25148L16.1005%206.95098C16.082%206.9133%2016.0532%206.88157%2016.0175%206.85939C15.9819%206.8372%2015.9407%206.82544%2015.8987%206.82544C15.8567%206.82544%2015.8155%206.8372%2015.7799%206.85939C15.7442%206.88157%2015.7154%206.9133%2015.6969%206.95098L15.055%208.25148Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.1002%2018.9C15.5914%2018.9%2016.8002%2017.6912%2016.8002%2016.2C16.8002%2014.7088%2015.5914%2013.5%2014.1002%2013.5C13.6414%2013.5%2013.2094%2013.6144%2012.831%2013.8163C12.1973%2014.1544%2011.0953%2014.1892%2010.4202%2013.9438C10.1644%2013.8507%209.88821%2013.8%209.6002%2013.8C8.27471%2013.8%207.2002%2014.8745%207.2002%2016.2C7.2002%2017.5255%208.27471%2018.6%209.6002%2018.6C9.88821%2018.6%2010.1644%2018.5493%2010.4202%2018.4562C11.0953%2018.2108%2012.1973%2018.2456%2012.831%2018.5837C13.2094%2018.7856%2013.6414%2018.9%2014.1002%2018.9Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.6279%2018.4263C15.1934%2018.7251%2014.667%2018.9%2014.0998%2018.9C13.641%2018.9%2013.209%2018.7856%2012.8307%2018.5837C12.1969%2018.2456%2011.0948%2018.2109%2010.4198%2018.4563C10.1639%2018.5493%209.88778%2018.6%209.59977%2018.6C9.09377%2018.6%208.62434%2018.4434%208.2373%2018.176C8.96953%2017.1725%2010.3133%2016.5%2011.8497%2016.5C13.5107%2016.5%2014.9464%2017.2859%2015.6279%2018.4263Z'%20fill='%23FF8F90'/%3e%3cdefs%3e%3cclipPath%20id='clip0_15902_83002'%3e%3crect%20width='5.4'%20height='5.4'%20fill='white'%20transform='translate(5.40039%206.6001)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_15902_83002'%3e%3crect%20width='5.4'%20height='5.4'%20fill='white'%20transform='translate(13.2002%206.6001)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}i.emoji-3a{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23DBFFDC'%20stroke='%2372E775'/%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.07129%2015.6429C7.07129%2015.2878%207.35911%2015%207.71415%2015H16.2856C16.6406%2015%2016.9284%2015.2878%2016.9284%2015.6429C16.9284%2015.9979%2016.6406%2016.2857%2016.2856%2016.2857H7.71415C7.35911%2016.2857%207.07129%2015.9979%207.07129%2015.6429Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-3b{background:url(/assets/emoji_3b-CAwNQeIR.svg)}i.emoji-3c{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23DBFFDC'%20stroke='%2372E775'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.7002%2010.2001C5.7002%209.86873%205.96882%209.6001%206.3002%209.6001H9.3002C9.63157%209.6001%209.9002%209.86873%209.9002%2010.2001C9.9002%2010.5315%209.63157%2010.8001%209.3002%2010.8001H6.3002C5.96882%2010.8001%205.7002%2010.5315%205.7002%2010.2001Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.0996%2010.2001C14.0996%209.86873%2014.3682%209.6001%2014.6996%209.6001H17.6996C18.031%209.6001%2018.2996%209.86873%2018.2996%2010.2001C18.2996%2010.5315%2018.031%2010.8001%2017.6996%2010.8001H14.6996C14.3682%2010.8001%2014.0996%2010.5315%2014.0996%2010.2001Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.8624%2014.9298C11.9564%2015.0717%2012.1175%2015.1652%2012.3004%2015.1652C12.5903%2015.1652%2012.8254%2014.9302%2012.8254%2014.6402C12.8254%2014.3717%2012.66%2014.2011%2012.5714%2014.1276C12.4711%2014.0444%2012.3577%2013.99%2012.2624%2013.9551C12.1632%2013.9187%2012.0552%2013.893%2011.9486%2013.8816C11.849%2013.8709%2011.7133%2013.8687%2011.5757%2013.91C11.3433%2013.9796%2011.1237%2014.084%2010.9321%2014.2226C10.7404%2014.3612%2010.5761%2014.5346%2010.459%2014.7391C10.3412%2014.9448%2010.2754%2015.1752%2010.2754%2015.4151C10.2754%2015.6551%2010.3412%2015.8855%2010.459%2016.0912C10.5475%2016.2458%2010.663%2016.3826%2010.7969%2016.5C10.663%2016.6175%2010.5475%2016.7542%2010.459%2016.9088C10.3412%2017.1145%2010.2754%2017.3449%2010.2754%2017.5849C10.2754%2017.8248%2010.3412%2018.0552%2010.459%2018.2609C10.5761%2018.4654%2010.7404%2018.6388%2010.9321%2018.7774C11.1237%2018.916%2011.3433%2019.0204%2011.5757%2019.0901C11.7133%2019.1313%2011.8489%2019.1291%2011.9485%2019.1184C12.0552%2019.1071%2012.1632%2019.0813%2012.2624%2019.0449C12.3577%2019.01%2012.4711%2018.9556%2012.5714%2018.8724C12.6601%2018.7989%2012.8254%2018.6282%2012.8254%2018.3598C12.8254%2018.0698%2012.5903%2017.8348%2012.3004%2017.8348C12.1175%2017.8348%2011.9564%2017.9283%2011.8624%2018.0702C11.8557%2018.0716%2011.8492%2018.0728%2011.8433%2018.0736C11.7264%2018.0352%2011.6268%2017.984%2011.5474%2017.9266C11.4605%2017.8637%2011.4038%2017.7979%2011.3701%2017.7391C11.3372%2017.6816%2011.3254%2017.6298%2011.3254%2017.5849C11.3254%2017.5399%2011.3372%2017.4881%2011.3701%2017.4306C11.4038%2017.3718%2011.4605%2017.306%2011.5474%2017.2432C11.6343%2017.1803%2011.7455%2017.1249%2011.877%2017.0855L11.8433%2016.9729L11.877%2017.0855C11.904%2017.0774%2011.95%2017.0623%2011.9999%2017.0356C12.0255%2017.0219%2012.0637%2016.999%2012.1041%2016.9639C12.1432%2016.9298%2012.2024%2016.8686%2012.2437%2016.7744C12.2802%2016.6913%2012.2962%2016.5967%2012.2851%2016.5C12.2962%2016.4034%2012.2802%2016.3087%2012.2437%2016.2256C12.2024%2016.1314%2012.1432%2016.0702%2012.1041%2016.0361C12.0637%2016.001%2012.0255%2015.9781%2011.9999%2015.9644C11.95%2015.9377%2011.904%2015.9226%2011.877%2015.9145C11.7455%2015.8751%2011.6343%2015.8197%2011.5474%2015.7569C11.4605%2015.694%2011.4038%2015.6282%2011.3701%2015.5694C11.3372%2015.5119%2011.3254%2015.4601%2011.3254%2015.4151C11.3254%2015.3702%2011.3372%2015.3184%2011.3701%2015.2609C11.4038%2015.2021%2011.4605%2015.1363%2011.5474%2015.0734C11.6268%2015.016%2011.7264%2014.9649%2011.8433%2014.9264C11.8492%2014.9272%2011.8557%2014.9284%2011.8624%2014.9298ZM11.8259%2014.925C11.8258%2014.9249%2011.8269%2014.9249%2011.8291%2014.925C11.827%2014.9251%2011.8259%2014.925%2011.8259%2014.925ZM11.8259%2018.075C11.8259%2018.075%2011.827%2018.0749%2011.8291%2018.075C11.8269%2018.0751%2011.8259%2018.0751%2011.8259%2018.075Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-3d{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23DBFFDC'%20stroke='%2372E775'/%3e%3cpath%20d='M15.3002%2016.1999C15.3002%2018.0224%2013.8227%2019.4999%2012.0002%2019.4999C10.1777%2019.4999%208.7002%2018.0224%208.7002%2016.1999C8.7002%2014.3774%2010.1777%2012.8999%2012.0002%2012.8999C13.8227%2012.8999%2015.3002%2014.3774%2015.3002%2016.1999Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8906%2017.7935C15.1516%2017.3211%2015.3002%2016.7779%2015.3002%2016.1999C15.3002%2014.3774%2013.8227%2012.8999%2012.0002%2012.8999C10.1777%2012.8999%208.7002%2014.3774%208.7002%2016.1999C8.7002%2016.7779%208.84877%2017.3211%209.10981%2017.7935C9.46203%2016.5283%2010.6227%2015.5999%2012.0002%2015.5999C13.3777%2015.5999%2014.5384%2016.5283%2014.8906%2017.7935Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.9841%2011.1533C16.687%2011.2669%2016.3698%2011.325%2016.0504%2011.325C15.7309%2011.325%2015.4138%2011.2669%2015.1167%2011.1533C14.8195%2011.0397%2014.5469%2010.8722%2014.3154%2010.6585C14.0839%2010.4448%2013.8977%2010.1887%2013.7698%209.90372L14.2488%209.68878L13.7698%209.90372C13.6419%209.61862%2013.5754%209.31138%2013.5754%208.99995C13.5754%208.71%2013.8104%208.47495%2014.1004%208.47495C14.3903%208.47495%2014.6254%208.71%2014.6254%208.99995C14.6254%209.16128%2014.6598%209.32217%2014.7278%209.47384C14.7959%209.62565%2014.8971%209.76644%2015.0276%209.88697L14.6804%2010.2631L15.0276%209.88697C15.1583%2010.0076%2015.3156%2010.1053%2015.4917%2010.1726C15.6677%2010.2399%2015.8577%2010.275%2016.0504%2010.275C16.2431%2010.275%2016.4331%2010.2399%2016.6091%2010.1726C16.7851%2010.1053%2016.9425%2010.0076%2017.0732%209.88697C17.2037%209.76644%2017.3048%209.62565%2017.373%209.47385C17.441%209.32217%2017.4754%209.16128%2017.4754%208.99995C17.4754%208.71%2017.7104%208.47495%2018.0004%208.47495C18.2903%208.47495%2018.5254%208.71%2018.5254%208.99995C18.5254%209.31138%2018.4589%209.61862%2018.3309%209.90372C18.2031%2010.1887%2018.0169%2010.4448%2017.7853%2010.6585C17.5539%2010.8722%2017.2813%2011.0397%2016.9841%2011.1533Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.88353%2011.1533C8.58642%2011.2669%208.26925%2011.325%207.9498%2011.325C7.63036%2011.325%207.31319%2011.2669%207.01608%2011.1533C6.71892%2011.0397%206.44634%2010.8722%206.21485%2010.6585C5.98327%2010.4448%205.79713%2010.1887%205.66925%209.90372L6.14824%209.68878L5.66925%209.90372C5.54132%209.61862%205.47481%209.31138%205.47481%208.99995C5.47481%208.71%205.70986%208.47495%205.99981%208.47495C6.28975%208.47495%206.52481%208.71%206.52481%208.99995C6.52481%209.16128%206.55917%209.32217%206.62723%209.47384C6.69535%209.62565%206.79647%209.76644%206.92704%209.88697L6.57982%2010.2631L6.92704%209.88697C7.0577%2010.0076%207.21505%2010.1053%207.39107%2010.1726C7.56712%2010.2399%207.75709%2010.275%207.9498%2010.275C8.14252%2010.275%208.33249%2010.2399%208.50854%2010.1726C8.68456%2010.1053%208.84191%2010.0076%208.97257%209.88697C9.10314%209.76644%209.20426%209.62565%209.27238%209.47385C9.34044%209.32217%209.3748%209.16128%209.3748%208.99995C9.3748%208.71%209.60986%208.47495%209.8998%208.47495C10.1898%208.47495%2010.4248%208.71%2010.4248%208.99995C10.4248%209.31138%2010.3583%209.61862%2010.2304%209.90372C10.1025%2010.1887%209.91634%2010.4448%209.68476%2010.6585C9.45327%2010.8722%209.18069%2011.0397%208.88353%2011.1533Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-3e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23DBFFDC'%20stroke='%2372E775'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.13371%2016.2475C6.82863%2016.1184%206.47667%2016.261%206.34747%2016.5661C6.21824%2016.8712%206.36083%2017.2233%206.66596%2017.3525L6.89618%2016.809C6.66597%2017.3525%206.66611%2017.3526%206.66626%2017.3527L6.66744%2017.3532L6.6697%2017.3541L6.67655%2017.357C6.68215%2017.3593%206.68981%2017.3624%206.69949%2017.3663C6.71885%2017.3742%206.74628%2017.3851%206.78149%2017.3987C6.8519%2017.4258%206.95344%2017.4634%207.0836%2017.5081C7.34384%2017.5975%207.71911%2017.7151%208.18929%2017.8323C9.12854%2018.0663%2010.4531%2018.3%2012%2018.3C13.6481%2018.3%2015.0388%2017.6368%2015.9976%2016.9998C16.4801%2016.6793%2016.863%2016.3589%2017.1267%2016.1175C17.2587%2015.9966%2017.3615%2015.8948%2017.4327%2015.8218C17.4682%2015.7853%2017.4959%2015.7559%2017.5154%2015.7348C17.5252%2015.7243%2017.5329%2015.7159%2017.5386%2015.7096L17.5454%2015.702L17.5477%2015.6995L17.5485%2015.6985L17.5489%2015.6981C17.549%2015.698%2017.5492%2015.6978%2017.1%2015.3L17.5492%2015.6978C17.7688%2015.4497%2017.7458%2015.0705%2017.4977%2014.8508C17.2498%2014.6314%2016.8711%2014.6542%2016.6513%2014.9016C16.6513%2014.9017%2016.6514%2014.9016%2016.6513%2014.9016C16.6513%2014.9017%2016.6511%2014.902%2016.651%2014.902C16.6509%2014.9021%2016.6508%2014.9022%2016.6507%2014.9023L16.649%2014.9042C16.6464%2014.9071%2016.6418%2014.9121%2016.6353%2014.9192C16.6222%2014.9333%2016.6014%2014.9554%2016.573%2014.9845C16.5163%2015.0428%2016.4299%2015.1285%2016.3162%2015.2326C16.0884%2015.4411%2015.7542%2015.7208%2015.3336%2016.0003C14.4861%2016.5633%2013.3268%2017.1%2012%2017.1C10.5718%2017.1%209.34638%2016.8838%208.47938%2016.6678C8.04644%2016.56%207.70452%2016.4526%207.47335%2016.3732C7.35781%2016.3335%207.27009%2016.3009%207.21267%2016.2788C7.18396%2016.2677%207.16284%2016.2593%207.14961%2016.254L7.13574%2016.2483L7.13371%2016.2475Z'%20fill='%23333333'/%3e%3cpath%20d='M9.29961%209.9001C9.29961%2010.8942%208.69519%2011.7001%207.94961%2011.7001C7.20402%2011.7001%206.59961%2010.8942%206.59961%209.9001C6.59961%208.90599%207.20402%208.1001%207.94961%208.1001C8.69519%208.1001%209.29961%208.90599%209.29961%209.9001Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.9841%208.64674C16.687%208.53313%2016.3698%208.4751%2016.0504%208.4751C15.7309%208.4751%2015.4138%208.53313%2015.1167%208.64674C14.8195%208.76035%2014.5469%208.92785%2014.3154%209.14153C14.0839%209.35529%2013.8977%209.61137%2013.7698%209.89633C13.6419%2010.1814%2013.5754%2010.4887%2013.5754%2010.8001C13.5754%2011.09%2013.8104%2011.3251%2014.1004%2011.3251C14.3903%2011.3251%2014.6254%2011.09%2014.6254%2010.8001C14.6254%2010.6388%2014.6598%2010.4779%2014.7278%2010.3262C14.7959%2010.1744%2014.8971%2010.0336%2015.0276%209.91308C15.1583%209.79247%2015.3156%209.69479%2015.4917%209.62749C15.6677%209.56018%2015.8577%209.5251%2016.0504%209.5251C16.2431%209.5251%2016.4331%209.56018%2016.6091%209.62749C16.7851%209.69479%2016.9425%209.79247%2017.0732%209.91308C17.2037%2010.0336%2017.3048%2010.1744%2017.373%2010.3262C17.441%2010.4779%2017.4754%2010.6388%2017.4754%2010.8001C17.4754%2011.09%2017.7104%2011.3251%2018.0004%2011.3251C18.2903%2011.3251%2018.5254%2011.09%2018.5254%2010.8001C18.5254%2010.4887%2018.4589%2010.1814%2018.3309%209.89633C18.2031%209.61137%2018.0169%209.3553%2017.7853%209.14153L17.4292%209.52731L17.7853%209.14153C17.5539%208.92785%2017.2813%208.76035%2016.9841%208.64674Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4a{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M15.5366%2014.4595C15.9508%2014.4595%2016.2934%2014.798%2016.2218%2015.2059C15.8686%2017.2171%2014.1132%2018.7453%2012.0008%2018.7453C9.88888%2018.7453%208.13375%2017.2177%207.78008%2015.2071C7.70824%2014.7988%208.05108%2014.46%208.4657%2014.46C9.21292%2014.4602%2010.3217%2014.4598%2012.0008%2014.4598C13.8679%2014.4598%2014.6557%2014.4595%2015.5366%2014.4595Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82901'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='13'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2014.4596C16.2863%2016.8266%2014.3675%2018.7453%2012.0006%2018.7453C9.63362%2018.7453%207.71484%2016.8266%207.71484%2014.4596C7.71484%2013.4077%209.63362%2014.4599%2012.0006%2014.4599C14.3675%2014.4599%2015.8998%2014.4593%2016.2863%2014.4596Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82901)'%3e%3cpath%20d='M16.1998%2019.0235C16.1998%2020.9142%2014.5819%2020.3073%2012.2623%2020.3073C9.94271%2020.3073%207.7998%2020.9142%207.7998%2019.0235C7.7998%2017.1328%209.68021%2015.6001%2011.9998%2015.6001C14.3194%2015.6001%2016.1998%2017.1328%2016.1998%2019.0235Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.82857%207.72872C7.0336%207.52369%207.36601%207.52369%207.57104%207.72872L9.37104%209.52872C9.57606%209.73375%209.57606%2010.0662%209.37104%2010.2712L7.57104%2012.0712C7.36601%2012.2762%207.0336%2012.2762%206.82857%2012.0712C6.62355%2011.8662%206.62355%2011.5337%206.82857%2011.3287L8.25734%209.89995L6.82857%208.47118C6.62355%208.26616%206.62355%207.93375%206.82857%207.72872Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.1714%207.72872C16.9664%207.52369%2016.634%207.52369%2016.429%207.72872L14.629%209.52872C14.4239%209.73375%2014.4239%2010.0662%2014.629%2010.2712L16.429%2012.0712C16.634%2012.2762%2016.9664%2012.2762%2017.1714%2012.0712C17.3765%2011.8662%2017.3765%2011.5337%2017.1714%2011.3287L15.7427%209.89995L17.1714%208.47118C17.3765%208.26616%2017.3765%207.93375%2017.1714%207.72872Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4b{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M16.2863%2014.4594C16.2863%2016.8263%2014.3675%2018.7451%2012.0006%2018.7451C9.63362%2018.7451%207.71484%2016.8263%207.71484%2014.4594C7.71484%2013.4075%209.63362%2014.4597%2012.0006%2014.4597C14.3675%2014.4597%2016.2863%2012.7648%2016.2863%2014.4594Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82933'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='13'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2014.4594C16.2863%2016.8263%2014.3675%2018.7451%2012.0006%2018.7451C9.63362%2018.7451%207.71484%2016.8263%207.71484%2014.4594C7.71484%2013.4075%209.63362%2014.4597%2012.0006%2014.4597C14.3675%2014.4597%2016.2863%2012.7648%2016.2863%2014.4594Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82933)'%3e%3cpath%20d='M15.4284%2018.5947C15.4284%2020.114%2014.1077%2019.6263%2012.2141%2019.6263C10.3206%2019.6263%208.57129%2020.114%208.57129%2018.5947C8.57129%2017.0754%2010.1063%2015.8438%2011.9999%2015.8438C13.8934%2015.8438%2015.4284%2017.0754%2015.4284%2018.5947Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4c{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M17.1002%2019.8001C18.4502%2018.7501%2017.8502%2017.1001%2015.9212%2016.2443L13.8313%2017.0202C13.9299%2018.9753%2015.3002%2020.7001%2017.1002%2019.8001Z'%20fill='%23FF5A5C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.764%2015.8224C15.874%2015.7815%2015.9957%2015.7853%2016.1031%2015.8329C17.1375%2016.2919%2017.8891%2016.995%2018.1655%2017.8038C18.4562%2018.6543%2018.1868%2019.5245%2017.3758%2020.1553C17.3524%2020.1735%2017.3273%2020.1893%2017.3008%2020.2025C16.7761%2020.4649%2016.2563%2020.5477%2015.7673%2020.4639C15.2805%2020.3804%2014.8576%2020.1377%2014.5136%2019.8036C13.8337%2019.1435%2013.4348%2018.1057%2013.3812%2017.0428C13.3713%2016.8466%2013.4899%2016.6666%2013.674%2016.5983L15.764%2015.8224ZM15.901%2016.7315L14.3096%2017.3223C14.4099%2018.0821%2014.7197%2018.7493%2015.1406%2019.1579C15.3764%2019.387%2015.6398%2019.5289%2015.9193%2019.5768C16.1866%2019.6226%2016.4996%2019.5879%2016.8581%2019.4172C17.3669%2019.0046%2017.4646%2018.5359%2017.3139%2018.0948C17.156%2017.6329%2016.6952%2017.1208%2015.901%2016.7315Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.50041%2015.9L7.1256%2016.3685C6.86684%2016.1615%206.82489%2015.7839%207.03189%2015.5252C7.23861%2015.2668%207.61542%2015.2246%207.87415%2015.4306M7.87494%2015.4312L7.87469%2015.431L7.87415%2015.4306L7.87558%2015.4317C7.87746%2015.4332%207.8811%2015.436%207.88647%2015.4401C7.8972%2015.4483%207.9148%2015.4616%207.93901%2015.4792C7.98744%2015.5144%208.06214%2015.5669%208.16091%2015.631C8.35875%2015.7593%208.6514%2015.9329%209.02152%2016.1071C9.76444%2016.4567%2010.801%2016.8%2012.0004%2016.8C13.1998%2016.8%2014.2364%2016.4567%2014.9793%2016.1071C15.3494%2015.9329%2015.6421%2015.7593%2015.8399%2015.631C15.9387%2015.5669%2016.0134%2015.5144%2016.0618%2015.4792C16.086%2015.4616%2016.1036%2015.4483%2016.1144%2015.4401C16.1197%2015.436%2016.1234%2015.4332%2016.1252%2015.4317L16.1259%2015.4312L16.1261%2015.4311C16.1261%2015.4311%2016.1262%2015.431%2016.1261%2015.4311C16.1263%2015.4309%2016.1265%2015.4307%2016.1267%2015.4306C16.3854%2015.2246%2016.7622%2015.2668%2016.9689%2015.5252C17.1759%2015.7839%2017.134%2016.1615%2016.8752%2016.3685L16.507%2015.9083C16.8752%2016.3685%2016.8751%2016.3687%2016.8749%2016.3688L16.8736%2016.3698L16.8713%2016.3716L16.8647%2016.3769C16.8593%2016.3811%2016.8521%2016.3867%2016.8431%2016.3935C16.8251%2016.4073%2016.7998%2016.4263%2016.7676%2016.4497C16.7033%2016.4965%2016.611%2016.5612%2016.4929%2016.6378C16.2572%2016.7907%2015.917%2016.9921%2015.4903%2017.1929C14.6394%2017.5933%2013.426%2018%2012.0004%2018C10.5748%2018%209.36139%2017.5933%208.51056%2017.1929C8.0838%2016.9921%207.74364%2016.7907%207.50788%2016.6378C7.38986%2016.5612%207.29756%2016.4965%207.2332%2016.4497C7.20101%2016.4263%207.17577%2016.4073%207.15775%2016.3935C7.14874%2016.3867%207.14154%2016.3811%207.13617%2016.3769L7.12949%2016.3716L7.1272%2016.3698L7.12631%2016.3691L7.12593%2016.3688C7.12576%2016.3687%207.1256%2016.3685%207.50041%2015.9'%20fill='%23333333'/%3e%3cpath%20d='M9.9002%209.9001C9.9002%2010.8942%209.29578%2011.7001%208.5502%2011.7001C7.80461%2011.7001%207.2002%2010.8942%207.2002%209.9001C7.2002%208.90599%207.80461%208.1001%208.5502%208.1001C9.29578%208.1001%209.9002%208.90599%209.9002%209.9001Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.5708%207.72872C16.3658%207.52369%2016.0334%207.52369%2015.8284%207.72872L14.0284%209.52872C13.8234%209.73375%2013.8234%2010.0662%2014.0284%2010.2712L15.8284%2012.0712C16.0334%2012.2762%2016.3658%2012.2762%2016.5708%2012.0712C16.7759%2011.8662%2016.7759%2011.5337%2016.5708%2011.3287L15.1421%209.89995L16.5708%208.47118C16.7759%208.26616%2016.7759%207.93375%2016.5708%207.72872Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4d{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M4.20039%2012.9001C5.1945%2012.9001%206.00039%2013.5045%206.00039%2014.2501C6.00039%2014.9957%205.1945%2015.6001%204.20039%2015.6001C3.20628%2015.6001%202.40039%2014.9957%202.40039%2014.2501C2.40039%2013.5045%203.20628%2012.9001%204.20039%2012.9001Z'%20fill='%23FF8F90'/%3e%3cpath%20d='M19.8%2012.9001C20.7941%2012.9001%2021.6%2013.5045%2021.6%2014.2501C21.6%2014.9957%2020.7941%2015.6001%2019.8%2015.6001C18.8059%2015.6001%2018%2014.9957%2018%2014.2501C18%2013.5045%2018.8059%2012.9001%2019.8%2012.9001Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.01588%208.64674C7.313%208.53313%207.63017%208.4751%207.94961%208.4751C8.26905%208.4751%208.58622%208.53313%208.88334%208.64674C9.18049%208.76035%209.45307%208.92785%209.68456%209.14153C9.91614%209.3553%2010.1023%209.61137%2010.2302%209.89633L9.75117%2010.1113L10.2302%209.89633C10.3581%2010.1814%2010.4246%2010.4887%2010.4246%2010.8001C10.4246%2011.09%2010.1896%2011.3251%209.89961%2011.3251C9.60966%2011.3251%209.37461%2011.09%209.37461%2010.8001C9.37461%2010.6388%209.34025%2010.4779%209.27219%2010.3262C9.20407%2010.1744%209.10294%2010.0336%208.97237%209.91308L9.31959%209.53692L8.97237%209.91308C8.84171%209.79247%208.68436%209.69479%208.50835%209.62749C8.33229%209.56018%208.14232%209.5251%207.94961%209.5251C7.7569%209.5251%207.56693%209.56018%207.39087%209.62749C7.21485%209.69479%207.05751%209.79247%206.92685%209.91308C6.79627%2010.0336%206.69515%2010.1744%206.62703%2010.3262C6.55897%2010.4779%206.52461%2010.6388%206.52461%2010.8001C6.52461%2011.09%206.28956%2011.3251%205.99961%2011.3251C5.70966%2011.3251%205.47461%2011.09%205.47461%2010.8001C5.47461%2010.4887%205.54112%2010.1814%205.66906%209.89633C5.79693%209.61137%205.98308%209.3553%206.21465%209.14153C6.44614%208.92785%206.71873%208.76035%207.01588%208.64674Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.9841%208.64674C16.687%208.53313%2016.3698%208.4751%2016.0504%208.4751C15.7309%208.4751%2015.4138%208.53313%2015.1167%208.64674C14.8195%208.76035%2014.5469%208.92785%2014.3154%209.14153C14.0839%209.35529%2013.8977%209.61137%2013.7698%209.89633C13.6419%2010.1814%2013.5754%2010.4887%2013.5754%2010.8001C13.5754%2011.09%2013.8104%2011.3251%2014.1004%2011.3251C14.3903%2011.3251%2014.6254%2011.09%2014.6254%2010.8001C14.6254%2010.6388%2014.6598%2010.4779%2014.7278%2010.3262C14.7959%2010.1744%2014.8971%2010.0336%2015.0276%209.91308C15.1583%209.79247%2015.3156%209.69479%2015.4917%209.62749C15.6677%209.56018%2015.8577%209.5251%2016.0504%209.5251C16.2431%209.5251%2016.4331%209.56018%2016.6091%209.62749C16.7851%209.69479%2016.9425%209.79247%2017.0732%209.91308C17.2037%2010.0336%2017.3048%2010.1744%2017.373%2010.3262C17.441%2010.4779%2017.4754%2010.6388%2017.4754%2010.8001C17.4754%2011.09%2017.7104%2011.3251%2018.0004%2011.3251C18.2903%2011.3251%2018.5254%2011.09%2018.5254%2010.8001C18.5254%2010.4887%2018.4589%2010.1814%2018.3309%209.89633C18.2031%209.61137%2018.0169%209.3553%2017.7853%209.14153L17.4292%209.52731L17.7853%209.14153C17.5539%208.92785%2017.2813%208.76035%2016.9841%208.64674Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.4826%2019.2234C10.9668%2019.3571%2011.4821%2019.425%2012%2019.425C12.5179%2019.425%2013.0332%2019.3571%2013.5174%2019.2234C14.0012%2019.0898%2014.4505%2018.8915%2014.8368%2018.6339C15.2229%2018.3766%2015.5452%2018.0605%2015.7719%2017.6956C15.9998%2017.3288%2016.125%2016.9217%2016.125%2016.5C16.125%2016.2101%2015.8899%2015.975%2015.6%2015.975C15.3101%2015.975%2015.075%2016.2101%2015.075%2016.5C15.075%2016.7088%2015.014%2016.9258%2014.88%2017.1414C14.7449%2017.3589%2014.5369%2017.5719%2014.2544%2017.7603C13.9721%2017.9485%2013.6276%2018.1037%2013.2379%2018.2113C12.8486%2018.3188%2012.4276%2018.375%2012%2018.375C11.5724%2018.375%2011.1514%2018.3188%2010.7621%2018.2113C10.3724%2018.1037%2010.0279%2017.9485%209.74563%2017.7603C9.4631%2017.5719%209.25508%2017.3589%209.11997%2017.1414C8.98603%2016.9258%208.925%2016.7088%208.925%2016.5C8.925%2016.2101%208.68995%2015.975%208.4%2015.975C8.11005%2015.975%207.875%2016.2101%207.875%2016.5C7.875%2016.9217%208.0002%2017.3288%208.2281%2017.6956C8.45482%2018.0605%208.77715%2018.3766%209.1632%2018.6339C9.5495%2018.8915%209.99876%2019.0898%2010.4826%2019.2234Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M15.5366%2014.4592C15.9508%2014.4592%2016.2934%2014.7978%2016.2218%2015.2057C15.8686%2017.2168%2014.1132%2018.745%2012.0008%2018.745C9.88888%2018.745%208.13375%2017.2174%207.78008%2015.2069C7.70824%2014.7985%208.05108%2014.4597%208.4657%2014.4598C9.21292%2014.4599%2010.3217%2014.4596%2012.0008%2014.4596C13.8679%2014.4596%2014.6557%2014.4592%2015.5366%2014.4592Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82916'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='13'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2014.4594C16.2863%2016.8263%2014.3675%2018.7451%2012.0006%2018.7451C9.63362%2018.7451%207.71484%2016.8263%207.71484%2014.4594C7.71484%2013.4075%209.63362%2014.4597%2012.0006%2014.4597C14.3675%2014.4597%2015.8998%2014.4591%2016.2863%2014.4594Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82916)'%3e%3cpath%20d='M16.1998%2019.0233C16.1998%2020.914%2014.5819%2020.3071%2012.2623%2020.3071C9.94271%2020.3071%207.7998%2020.914%207.7998%2019.0233C7.7998%2017.1326%209.68021%2015.5999%2011.9998%2015.5999C14.3194%2015.5999%2016.1998%2017.1326%2016.1998%2019.0233Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.01588%208.64674C7.313%208.53313%207.63017%208.4751%207.94961%208.4751C8.26905%208.4751%208.58622%208.53313%208.88334%208.64674C9.18049%208.76035%209.45307%208.92785%209.68456%209.14153C9.91614%209.3553%2010.1023%209.61137%2010.2302%209.89633L9.75117%2010.1113L10.2302%209.89633C10.3581%2010.1814%2010.4246%2010.4887%2010.4246%2010.8001C10.4246%2011.09%2010.1896%2011.3251%209.89961%2011.3251C9.60966%2011.3251%209.37461%2011.09%209.37461%2010.8001C9.37461%2010.6388%209.34025%2010.4779%209.27219%2010.3262C9.20407%2010.1744%209.10294%2010.0336%208.97237%209.91308L9.31959%209.53692L8.97237%209.91308C8.84171%209.79247%208.68436%209.69479%208.50835%209.62749C8.33229%209.56018%208.14232%209.5251%207.94961%209.5251C7.7569%209.5251%207.56693%209.56018%207.39087%209.62749C7.21485%209.69479%207.05751%209.79247%206.92685%209.91308C6.79627%2010.0336%206.69515%2010.1744%206.62703%2010.3262C6.55897%2010.4779%206.52461%2010.6388%206.52461%2010.8001C6.52461%2011.09%206.28956%2011.3251%205.99961%2011.3251C5.70966%2011.3251%205.47461%2011.09%205.47461%2010.8001C5.47461%2010.4887%205.54112%2010.1814%205.66906%209.89633C5.79693%209.61137%205.98308%209.3553%206.21465%209.14153C6.44614%208.92785%206.71873%208.76035%207.01588%208.64674Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.1165%208.64674C15.4136%208.53313%2015.7308%208.4751%2016.0502%208.4751C16.3696%208.4751%2016.6868%208.53313%2016.9839%208.64674C17.2811%208.76035%2017.5537%208.92785%2017.7852%209.14153C18.0167%209.3553%2018.2029%209.61137%2018.3307%209.89633L17.8518%2010.1113L18.3307%209.89633C18.4587%2010.1814%2018.5252%2010.4887%2018.5252%2010.8001C18.5252%2011.09%2018.2901%2011.3251%2018.0002%2011.3251C17.7102%2011.3251%2017.4752%2011.09%2017.4752%2010.8001C17.4752%2010.6388%2017.4408%2010.4779%2017.3728%2010.3262C17.3047%2010.1744%2017.2035%2010.0336%2017.073%209.91308L17.4202%209.53692L17.073%209.91308C16.9423%209.79247%2016.7849%209.69479%2016.6089%209.62749C16.4329%209.56018%2016.2429%209.5251%2016.0502%209.5251C15.8575%209.5251%2015.6675%209.56018%2015.4915%209.62749C15.3154%209.69479%2015.1581%209.79247%2015.0274%209.91308C14.8969%2010.0336%2014.7957%2010.1744%2014.7276%2010.3262C14.6596%2010.4779%2014.6252%2010.6388%2014.6252%2010.8001C14.6252%2011.09%2014.3901%2011.3251%2014.1002%2011.3251C13.8102%2011.3251%2013.5752%2011.09%2013.5752%2010.8001C13.5752%2010.4887%2013.6417%2010.1814%2013.7696%209.89633C13.8975%209.61137%2014.0837%209.3553%2014.3152%209.14153C14.5467%208.92785%2014.8193%208.76035%2015.1165%208.64674Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-5a{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFF0C4'%20stroke='%23F7CA44'/%3e%3cpath%20d='M16.2863%2017.0468C16.2863%2019.4137%2014.3675%2021.3325%2012.0006%2021.3325C9.63362%2021.3325%207.71484%2019.4137%207.71484%2017.0468C7.71484%2015.9949%209.63362%2017.0471%2012.0006%2017.0471C14.3675%2017.0471%2016.2863%2015.3522%2016.2863%2017.0468Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82848'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='16'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2017.0468C16.2863%2019.4137%2014.3675%2021.3325%2012.0006%2021.3325C9.63362%2021.3325%207.71484%2019.4137%207.71484%2017.0468C7.71484%2015.9949%209.63362%2017.0471%2012.0006%2017.0471C14.3675%2017.0471%2016.2863%2015.3522%2016.2863%2017.0468Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82848)'%3e%3cpath%20d='M15.4284%2021.1821C15.4284%2022.7014%2014.1077%2022.2137%2012.2141%2022.2137C10.3206%2022.2137%208.57129%2022.7014%208.57129%2021.1821C8.57129%2019.6628%2010.1063%2018.4312%2011.9999%2018.4312C13.8934%2018.4312%2015.4284%2019.6628%2015.4284%2021.1821Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20d='M8.66855%206.42505C10.0355%206.42505%2011.1436%207.52543%2011.1436%209.06598C11.1436%2012.1471%207.76855%2013.9077%206.64355%2014.5679C5.51855%2013.9077%202.14355%2012.1471%202.14355%209.06598C2.14355%207.52543%203.26855%206.42505%204.61855%206.42505C5.45554%206.42505%206.19355%206.8652%206.64355%207.30536C7.09355%206.8652%207.83155%206.42505%208.66855%206.42505Z'%20fill='%23FF5A5C'/%3e%3cpath%20d='M19.3814%206.42505C20.7484%206.42505%2021.8564%207.52543%2021.8564%209.06598C21.8564%2012.1471%2018.4814%2013.9077%2017.3564%2014.5679C16.2314%2013.9077%2012.8564%2012.1471%2012.8564%209.06598C12.8564%207.52543%2013.9814%206.42505%2015.3314%206.42505C16.1684%206.42505%2016.9064%206.8652%2017.3564%207.30536C17.8064%206.8652%2018.5444%206.42505%2019.3814%206.42505Z'%20fill='%23FF5A5C'/%3e%3c/svg%3e")}i.emoji-5b{background:url(/assets/emoji_5b-CQ4XTKwh.svg)}i.emoji-5c{background:url(/assets/emoji_5c-Be0uyFDM.svg)}i.emoji-5d{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFF0C4'%20stroke='%23F7CA44'/%3e%3cpath%20d='M9.60039%209.90005C9.60039%2011.0598%208.66019%2012%207.50039%2012C6.34059%2012%205.40039%2011.0598%205.40039%209.90005C5.40039%208.74025%206.34059%207.80005%207.50039%207.80005C8.66019%207.80005%209.60039%208.74025%209.60039%209.90005Z'%20fill='%23333333'/%3e%3cpath%20d='M18.6004%209.90005C18.6004%2011.0598%2017.6602%2012%2016.5004%2012C15.3406%2012%2014.4004%2011.0598%2014.4004%209.90005C14.4004%208.74025%2015.3406%207.80005%2016.5004%207.80005C17.6602%207.80005%2018.6004%208.74025%2018.6004%209.90005Z'%20fill='%23333333'/%3e%3cpath%20d='M15.3002%2016.1999C15.3002%2018.0224%2013.8227%2019.4999%2012.0002%2019.4999C10.1777%2019.4999%208.7002%2018.0224%208.7002%2016.1999C8.7002%2014.3774%2010.1777%2012.8999%2012.0002%2012.8999C13.8227%2012.8999%2015.3002%2014.3774%2015.3002%2016.1999Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8906%2017.7935C15.1516%2017.3211%2015.3002%2016.7779%2015.3002%2016.1999C15.3002%2014.3774%2013.8227%2012.8999%2012.0002%2012.8999C10.1777%2012.8999%208.7002%2014.3774%208.7002%2016.1999C8.7002%2016.7779%208.84877%2017.3211%209.10981%2017.7935C9.46203%2016.5283%2010.6227%2015.5999%2012.0002%2015.5999C13.3777%2015.5999%2014.5384%2016.5283%2014.8906%2017.7935Z'%20fill='%23333333'/%3e%3cpath%20d='M7.7998%209.44995C7.7998%209.86416%207.46402%2010.2%207.0498%2010.2C6.63559%2010.2%206.2998%209.86416%206.2998%209.44995C6.2998%209.03574%206.63559%208.69995%207.0498%208.69995C7.46402%208.69995%207.7998%209.03574%207.7998%209.44995Z'%20fill='white'/%3e%3cpath%20d='M16.7998%209.44995C16.7998%209.86416%2016.464%2010.2%2016.0498%2010.2C15.6356%2010.2%2015.2998%209.86416%2015.2998%209.44995C15.2998%209.03574%2015.6356%208.69995%2016.0498%208.69995C16.464%208.69995%2016.7998%209.03574%2016.7998%209.44995Z'%20fill='white'/%3e%3cpath%20d='M8.4%2010.65C8.4%2010.8985%208.19853%2011.1%207.95%2011.1C7.70147%2011.1%207.5%2010.8985%207.5%2010.65C7.5%2010.4014%207.70147%2010.2%207.95%2010.2C8.19853%2010.2%208.4%2010.4014%208.4%2010.65Z'%20fill='white'/%3e%3cpath%20d='M17.4%2010.65C17.4%2010.8985%2017.1985%2011.1%2016.95%2011.1C16.7015%2011.1%2016.5%2010.8985%2016.5%2010.65C16.5%2010.4014%2016.7015%2010.2%2016.95%2010.2C17.1985%2010.2%2017.4%2010.4014%2017.4%2010.65Z'%20fill='white'/%3e%3cpath%20d='M21%202L21.8103%204.5546L24%205.5L21.8103%206.4454L21%209L20.1897%206.4454L18%205.5L20.1897%204.5546L21%202Z'%20fill='%23F7CA44'/%3e%3c/svg%3e")}i.emoji-5e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFF0C4'%20stroke='%23F7CA44'/%3e%3cpath%20d='M4.20039%2012.9001C5.1945%2012.9001%206.00039%2013.5045%206.00039%2014.2501C6.00039%2014.9957%205.1945%2015.6001%204.20039%2015.6001C3.20628%2015.6001%202.40039%2014.9957%202.40039%2014.2501C2.40039%2013.5045%203.20628%2012.9001%204.20039%2012.9001Z'%20fill='%23FF8F90'/%3e%3cpath%20d='M19.8%2012.9001C20.7941%2012.9001%2021.6%2013.5045%2021.6%2014.2501C21.6%2014.9957%2020.7941%2015.6001%2019.8%2015.6001C18.8059%2015.6001%2018%2014.9957%2018%2014.2501C18%2013.5045%2018.8059%2012.9001%2019.8%2012.9001Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.9841%2011.1533C16.687%2011.2669%2016.3698%2011.325%2016.0504%2011.325C15.7309%2011.325%2015.4138%2011.2669%2015.1167%2011.1533C14.8195%2011.0397%2014.5469%2010.8722%2014.3154%2010.6585C14.0839%2010.4448%2013.8977%2010.1887%2013.7698%209.90372L14.2488%209.68878L13.7698%209.90372C13.6419%209.61862%2013.5754%209.31138%2013.5754%208.99995C13.5754%208.71%2013.8104%208.47495%2014.1004%208.47495C14.3903%208.47495%2014.6254%208.71%2014.6254%208.99995C14.6254%209.16128%2014.6598%209.32217%2014.7278%209.47384C14.7959%209.62565%2014.8971%209.76644%2015.0276%209.88697L14.6804%2010.2631L15.0276%209.88697C15.1583%2010.0076%2015.3156%2010.1053%2015.4917%2010.1726C15.6677%2010.2399%2015.8577%2010.275%2016.0504%2010.275C16.2431%2010.275%2016.4331%2010.2399%2016.6091%2010.1726C16.7851%2010.1053%2016.9425%2010.0076%2017.0732%209.88697C17.2037%209.76644%2017.3048%209.62565%2017.373%209.47385C17.441%209.32217%2017.4754%209.16128%2017.4754%208.99995C17.4754%208.71%2017.7104%208.47495%2018.0004%208.47495C18.2903%208.47495%2018.5254%208.71%2018.5254%208.99995C18.5254%209.31138%2018.4589%209.61862%2018.3309%209.90372C18.2031%2010.1887%2018.0169%2010.4448%2017.7853%2010.6585C17.5539%2010.8722%2017.2813%2011.0397%2016.9841%2011.1533Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.88353%2011.1533C8.58642%2011.2669%208.26925%2011.325%207.9498%2011.325C7.63036%2011.325%207.31319%2011.2669%207.01608%2011.1533C6.71892%2011.0397%206.44634%2010.8722%206.21485%2010.6585C5.98327%2010.4448%205.79713%2010.1887%205.66925%209.90372L6.14824%209.68878L5.66925%209.90372C5.54132%209.61862%205.47481%209.31138%205.47481%208.99995C5.47481%208.71%205.70986%208.47495%205.99981%208.47495C6.28975%208.47495%206.52481%208.71%206.52481%208.99995C6.52481%209.16128%206.55917%209.32217%206.62723%209.47384C6.69535%209.62565%206.79647%209.76644%206.92704%209.88697L6.57982%2010.2631L6.92704%209.88697C7.0577%2010.0076%207.21505%2010.1053%207.39107%2010.1726C7.56712%2010.2399%207.75709%2010.275%207.9498%2010.275C8.14252%2010.275%208.33249%2010.2399%208.50854%2010.1726C8.68456%2010.1053%208.84191%2010.0076%208.97257%209.88697C9.10314%209.76644%209.20426%209.62565%209.27238%209.47385C9.34044%209.32217%209.3748%209.16128%209.3748%208.99995C9.3748%208.71%209.60986%208.47495%209.8998%208.47495C10.1898%208.47495%2010.4248%208.71%2010.4248%208.99995C10.4248%209.31138%2010.3583%209.61862%2010.2304%209.90372C10.1025%2010.1887%209.91634%2010.4448%209.68476%2010.6585C9.45327%2010.8722%209.18069%2011.0397%208.88353%2011.1533Z'%20fill='%23333333'/%3e%3cpath%20d='M15.5366%2014.4595C15.9508%2014.4595%2016.2934%2014.798%2016.2218%2015.2059C15.8686%2017.2171%2014.1132%2018.7453%2012.0008%2018.7453C9.88888%2018.7453%208.13375%2017.2177%207.78008%2015.2071C7.70824%2014.7988%208.05108%2014.46%208.4657%2014.46C9.21292%2014.4602%2010.3217%2014.4598%2012.0008%2014.4598C13.8679%2014.4598%2014.6557%2014.4595%2015.5366%2014.4595Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82818'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='13'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2014.4596C16.2863%2016.8266%2014.3675%2018.7453%2012.0006%2018.7453C9.63362%2018.7453%207.71484%2016.8266%207.71484%2014.4596C7.71484%2013.4077%209.63362%2014.4599%2012.0006%2014.4599C14.3675%2014.4599%2015.8998%2014.4593%2016.2863%2014.4596Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82818)'%3e%3cpath%20d='M16.1998%2019.0235C16.1998%2020.9142%2014.5819%2020.3073%2012.2623%2020.3073C9.94271%2020.3073%207.7998%2020.9142%207.7998%2019.0235C7.7998%2017.1328%209.68021%2015.6001%2011.9998%2015.6001C14.3194%2015.6001%2016.1998%2017.1328%2016.1998%2019.0235Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3c/svg%3e")}.energy.energy1 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163952'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163952)'/%3e%3cpath%20d='M2%204C2%202.89543%202.89543%202%204%202L13%202L20%2014L4%2014C2.89543%2014%202%2013.1046%202%2012L2%204Z'%20fill='%23DE0010'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy2 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163947'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163947)'/%3e%3cpath%20d='M2%204C2%202.89543%202.89543%202%204%202L18%202L25%2014L4%2014C2.89543%2014%202%2013.1046%202%2012L2%204Z'%20fill='%23FB8E08'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy3 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163942'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163942)'/%3e%3cpath%20d='M2%204C2%202.89543%202.89543%202%204%202L23%202L30%2014L4%2014C2.89543%2014%202%2013.1046%202%2012L2%204Z'%20fill='%23F9C840'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy4 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163937'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163937)'/%3e%3cpath%20d='M2%204C2%202.89543%202.89543%202%204%202L28%202L34.1227%2012.4961C34.5116%2013.1628%2034.0308%2014%2033.259%2014L4%2014C2.89543%2014%202%2013.1046%202%2012L2%204Z'%20fill='%238BCE26'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy5 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163932'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163932)'/%3e%3crect%20x='2'%20y='2'%20width='33'%20height='12'%20rx='2'%20fill='%2342A020'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy6 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16512_174113'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23EBEBEB'%20mask='url(%23path-1-inside-1_16512_174113)'/%3e%3crect%20x='3'%20y='3'%20width='31'%20height='10'%20rx='2'%20fill='%235F8EF5'/%3e%3c/svg%3e") no-repeat center center;background-size:cover}.fortune-cover .fortune-cover__close-button i.fortune-cover__close-icon{width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat!important;background-size:contain}.fortune-cover .fortune-cover__button i.arrow{display:flex;width:18px;height:18px;mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13473_114098)'%3e%3cpath%20d='M3.33301%208.0026H12.6663M12.6663%208.0026L9.99967%205.33594M12.6663%208.0026L9.99967%2010.6693'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13473_114098'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13473_114098)'%3e%3cpath%20d='M3.33301%208.0026H12.6663M12.6663%208.0026L9.99967%205.33594M12.6663%208.0026L9.99967%2010.6693'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13473_114098'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;mask-size:100% 100%;-webkit-mask-size:100% 100%;background-size:cover;background:var(--gray-100-white, #FFF)}.fortune-cover.five01.rat i.fortune-cover__image{background:url(/assets/01_rat-BHikD9a4.svg) no-repeat center}.fortune-cover.five01.ox i.fortune-cover__image{background:url(/assets/02_ox-rxkkv5y9.svg) no-repeat center}.fortune-cover.five01.tiger i.fortune-cover__image{background:url(/assets/03_tiger-C4Mu_W9o.svg) no-repeat center}.fortune-cover.five01.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-Dz7Egs5x.svg) no-repeat center}.fortune-cover.five01.dragon i.fortune-cover__image{background:url(/assets/05_dragon-IEzt19bm.svg) no-repeat center}.fortune-cover.five01.snake i.fortune-cover__image{background:url(/assets/06_snake-DQ04zOTi.svg) no-repeat center}.fortune-cover.five01.horse i.fortune-cover__image{background:url(/assets/07_horse-DoADq6Rq.svg) no-repeat center}.fortune-cover.five01.goat i.fortune-cover__image{background:url(/assets/08_goat-X5Idl7jd.svg) no-repeat center}.fortune-cover.five01.monkey i.fortune-cover__image{background:url(/assets/09_monkey-kdqFS2l1.svg) no-repeat center}.fortune-cover.five01.rooster i.fortune-cover__image{background:url(/assets/10_rooster-4UGk6D9W.svg) no-repeat center}.fortune-cover.five01.dog i.fortune-cover__image{background:url(/assets/11_dog-CNj5qBzh.svg) no-repeat center}.fortune-cover.five01.pig i.fortune-cover__image{background:url(/assets/12_pig-CwVUyu2F.svg) no-repeat center}.fortune-cover.five02.rat i.fortune-cover__image{background:url(/assets/01_rat-BlnJG7jh.svg) no-repeat center}.fortune-cover.five02.ox i.fortune-cover__image{background:url(/assets/02_ox-Bd10v3HY.svg) no-repeat center}.fortune-cover.five02.tiger i.fortune-cover__image{background:url(/assets/03_tiger-B0DJjhoP.svg) no-repeat center}.fortune-cover.five02.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-BslFGmj0.svg) no-repeat center}.fortune-cover.five02.dragon i.fortune-cover__image{background:url(/assets/05_dragon-CUz09obv.svg) no-repeat center}.fortune-cover.five02.snake i.fortune-cover__image{background:url(/assets/06_snake-DJ4TTkJd.svg) no-repeat center}.fortune-cover.five02.horse i.fortune-cover__image{background:url(/assets/07_horse-B6DPRrK3.svg) no-repeat center}.fortune-cover.five02.goat i.fortune-cover__image{background:url(/assets/08_goat-HFS2F1I0.svg) no-repeat center}.fortune-cover.five02.monkey i.fortune-cover__image{background:url(/assets/09_monkey-BXpalV4A.svg) no-repeat center}.fortune-cover.five02.rooster i.fortune-cover__image{background:url(/assets/10_rooster-CIxOExV6.svg) no-repeat center}.fortune-cover.five02.dog i.fortune-cover__image{background:url(/assets/11_dog-DtLTpS6L.svg) no-repeat center}.fortune-cover.five02.pig i.fortune-cover__image{background:url(/assets/12_pig-DW-lyGpv.svg) no-repeat center}.fortune-cover.five03.rat i.fortune-cover__image{background:url(/assets/01_rat-BP60UOB6.svg) no-repeat center}.fortune-cover.five03.ox i.fortune-cover__image{background:url(/assets/02_ox-CTIEvhZ3.svg) no-repeat center}.fortune-cover.five03.tiger i.fortune-cover__image{background:url(/assets/03_tiger-DxsW7JSm.svg) no-repeat center}.fortune-cover.five03.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-B09m3Qra.svg) no-repeat center}.fortune-cover.five03.dragon i.fortune-cover__image{background:url(/assets/05_dragon-BU4FhNlV.svg) no-repeat center}.fortune-cover.five03.snake i.fortune-cover__image{background:url(/assets/06_snake-BTcxX6fc.svg) no-repeat center}.fortune-cover.five03.horse i.fortune-cover__image{background:url(/assets/07_horse-BqiOOM_w.svg) no-repeat center}.fortune-cover.five03.goat i.fortune-cover__image{background:url(/assets/08_goat-CjGpCFPJ.svg) no-repeat center}.fortune-cover.five03.monkey i.fortune-cover__image{background:url(/assets/09_monkey-CT0jP0Ds.svg) no-repeat center}.fortune-cover.five03.rooster i.fortune-cover__image{background:url(/assets/10_rooster-BpkmcBUI.svg) no-repeat center}.fortune-cover.five03.dog i.fortune-cover__image{background:url(/assets/11_dog-BG6_EMLK.svg) no-repeat center}.fortune-cover.five03.pig i.fortune-cover__image{background:url(/assets/12_pig-D6-tlkhy.svg) no-repeat center}.fortune-cover.five04.rat i.fortune-cover__image{background:url(/assets/01_rat-DtaQW0mU.svg) no-repeat center}.fortune-cover.five04.ox i.fortune-cover__image{background:url(/assets/02_ox-E_Rl0h5q.svg) no-repeat center}.fortune-cover.five04.tiger i.fortune-cover__image{background:url(/assets/03_tiger-Ba9a7zgm.svg) no-repeat center}.fortune-cover.five04.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-CQKY2zd-.svg) no-repeat center}.fortune-cover.five04.dragon i.fortune-cover__image{background:url(/assets/05_dragon-CR5p7czu.svg) no-repeat center}.fortune-cover.five04.snake i.fortune-cover__image{background:url(/assets/06_snake-CHwzvSVZ.svg) no-repeat center}.fortune-cover.five04.horse i.fortune-cover__image{background:url(/assets/07_horse-BDtiLr39.svg) no-repeat center}.fortune-cover.five04.goat i.fortune-cover__image{background:url(/assets/08_goat-vzbO--jy.svg) no-repeat center}.fortune-cover.five04.monkey i.fortune-cover__image{background:url(/assets/09_monkey-DH2Uttxs.svg) no-repeat center}.fortune-cover.five04.rooster i.fortune-cover__image{background:url(/assets/10_rooster-D8bXsp-a.svg) no-repeat center}.fortune-cover.five04.dog i.fortune-cover__image{background:url(/assets/11_dog-Cd4Vm3gs.svg) no-repeat center}.fortune-cover.five04.pig i.fortune-cover__image{background:url(/assets/12_pig-veV58ybs.svg) no-repeat center}.fortune-cover.five05.rat i.fortune-cover__image{background:url(/assets/01_rat-DvUPCKBJ.svg) no-repeat center}.fortune-cover.five05.ox i.fortune-cover__image{background:url(/assets/02_ox-bjMZoWNI.svg) no-repeat center}.fortune-cover.five05.tiger i.fortune-cover__image{background:url(/assets/03_tiger-DMARsTxY.svg) no-repeat center}.fortune-cover.five05.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-BV5CKIl7.svg) no-repeat center}.fortune-cover.five05.dragon i.fortune-cover__image{background:url(/assets/05_dragon-CpQqM6D0.svg) no-repeat center}.fortune-cover.five05.snake i.fortune-cover__image{background:url(/assets/06_snake-CEHt4rxP.svg) no-repeat center}.fortune-cover.five05.horse i.fortune-cover__image{background:url(/assets/07_horse-J5LzvWLA.svg) no-repeat center}.fortune-cover.five05.goat i.fortune-cover__image{background:url(/assets/08_goat-VfGuW5kU.svg) no-repeat center}.fortune-cover.five05.monkey i.fortune-cover__image{background:url(/assets/09_monkey-DyAO1Bo1.svg) no-repeat center}.fortune-cover.five05.rooster i.fortune-cover__image{background:url(/assets/10_rooster-0T744t3S.svg) no-repeat center}.fortune-cover.five05.dog i.fortune-cover__image{background:url(/assets/11_dog-DbEGfktF.svg) no-repeat center}.fortune-cover.five05.pig i.fortune-cover__image{background:url(/assets/12_pig-BWWIx70E.svg) no-repeat center}.monthly-status .monthly-status__chevron{width:8px;height:8px;background-color:tomato;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_18976_135771)'%3e%3cpath%20d='M3.00004%201.66732L5.33337%204.00065L3.00004%206.33398'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_18976_135771'%3e%3crect%20width='8'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_18976_135771)'%3e%3cpath%20d='M3.00004%201.66732L5.33337%204.00065L3.00004%206.33398'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_18976_135771'%3e%3crect%20width='8'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-repeat:no-repeat;mask-size:contain}.calendar-wrap .schedule-year-box .arrow.left{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calendar-wrap .schedule-year-box .arrow.left.main{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8635_141491)'%3e%3cpath%20d='M12.5003%2015.8307L6.66699%209.9974L12.5003%204.16406'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8635_141491'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calendar-wrap .schedule-year-box .arrow.right{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");transform:rotate(180deg)}.calendar-wrap .schedule-year-box .arrow.right.main{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8635_141491)'%3e%3cpath%20d='M12.5003%2015.8307L6.66699%209.9974L12.5003%204.16406'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8635_141491'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calendar-wrap .schedule-year-box .btn-setting{height:20px;width:20px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.calendar-wrap .schedule-year-box .btn-my-saju{height:24px;width:24px;background:url("data:image/svg+xml,%3csvg%20id='icon_마이페이지'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20id='icon_menu_boundary'%20data-name='icon/menu/boundary'%20d='M0,0H24V24H0Z'%20fill='rgba(255,255,255,0)'/%3e%3cpath%20id='패스_17328'%20data-name='패스%2017328'%20d='M-4584.1-14890s.694-9.088,8.724-9.078,8.514,9.078,8.514,9.078'%20transform='translate(4587.478%2014911)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='2'/%3e%3cg%20id='타원_2575'%20data-name='타원%202575'%20transform='translate(6%201.994)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='2'%3e%3ccircle%20cx='6'%20cy='6'%20r='6'%20stroke='none'/%3e%3ccircle%20cx='6'%20cy='6'%20r='5'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.calendar-wrap .schedule-year-box .btn-clock{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13473_116278)'%3e%3cpath%20d='M12%208.00012V12L14.9996%2014.9996M21%2012C21%2013.78%2020.4722%2015.5201%2019.4832%2017.0001C18.4943%2018.4802%2017.0887%2019.6337%2015.4442%2020.3149C13.7996%2020.9961%2011.99%2021.1743%2010.2442%2020.8271C8.49836%2020.4798%206.89471%2019.6226%205.63604%2018.364C4.37737%2017.1053%203.5202%2015.5016%203.17294%2013.7558C2.82567%2012.01%203.0039%2010.2004%203.68509%208.55585C4.36628%206.91131%205.51983%205.50571%206.99987%204.51677C8.47991%203.52784%2010.22%203%2012%203C13.1819%203%2014.3522%203.23279%2015.4442%203.68508C16.5361%204.13738%2017.5282%204.80031%2018.364%205.63604C19.1997%206.47177%2019.8626%207.46392%2020.3149%208.55585C20.7672%209.64778%2021%2010.8181%2021%2012Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13473_116278'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0;display:flex}.calendar-wrap .img-nangmanee{position:absolute;z-index:10;top:0;transform:translateY(-100%);width:70px;height:70px;background-image:url(/assets/nangmanee_default-J2XzOvnZ.png);background-size:contain}.calendar-wrap .img-nangmanee.active{background-image:url(/assets/nangmanee_wink-CTVNgvam.png)}.calendar-wrap .purchase-tab .purchase-tab__status-icon{display:flex;width:12px;height:12px;mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13206_60816)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13206_60816'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13206_60816)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13206_60816'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:#fff}.calendar-wrap .purchase-tab.active .purchase-tab__status-icon{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_16023_78626)'%3e%3cpath%20d='M2.5%206L4.97487%208.47487'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M9.94971%203.5L4.99996%208.44975'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_16023_78626'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat;background-color:#575757}.calendar-wrap .drawer-mobile .drawer-header .close{width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.calendar-wrap .drawer-mobile .toggle-box .checkbox+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calendar-wrap .drawer-mobile .toggle-box .checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")!important}.calendar-wrap i.crown{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13369_130851)'%3e%3cpath%20d='M7.58398%203.95998C7.78189%203.66311%208.21811%203.66311%208.41603%203.95998L10.3642%206.88217C10.5268%207.12615%2010.8635%207.17843%2011.0925%206.99525L12.9796%205.48556C13.3378%205.19901%2013.8606%205.50573%2013.7852%205.9582L12.7363%2012.2515C12.6961%2012.4926%2012.4875%2012.6693%2012.2431%2012.6693H3.7569C3.51248%2012.6693%203.30388%2012.4926%203.2637%2012.2515L2.21482%205.9582C2.13941%205.50573%202.66217%205.19901%203.02037%205.48556L4.90747%206.99525C5.13645%207.17843%205.47319%207.12615%205.63585%206.88217L7.58398%203.95998Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13369_130851'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.calendar-wrap i.point{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='url(%23paint0_linear_7436_120800)'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.75'%20fill='white'%20fill-opacity='0.1'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.25'%20stroke='white'%20stroke-opacity='0.1'/%3e%3cg%20filter='url(%23filter0_d_7436_120800)'%3e%3cpath%20d='M7.31879%2013.5725C6.82721%2013.5725%206.42871%2013.174%206.42871%2012.6825V7.45963C6.42871%206.89081%206.88983%206.42969%207.45866%206.42969C7.75193%206.42969%208.03129%206.55471%208.22669%206.77341L12.1817%2011.2C12.3105%2011.3441%2012.2082%2011.5725%2012.015%2011.5725C11.8915%2011.5725%2011.7914%2011.4724%2011.7914%2011.349V7.31976C11.7914%206.82819%2012.1899%206.42969%2012.6815%206.42969C13.1731%206.42969%2013.5716%206.82819%2013.5716%207.31976V12.5498C13.5716%2013.1146%2013.1137%2013.5725%2012.5488%2013.5725C12.258%2013.5725%2011.9809%2013.4488%2011.7869%2013.2321L7.81916%208.80203C7.69033%208.65818%207.79242%208.42969%207.98552%208.42969C8.10887%208.42969%208.20886%208.52968%208.20886%208.65303V12.6825C8.20886%2013.174%207.81036%2013.5725%207.31879%2013.5725Z'%20fill='%23FFE2D5'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M8.45886%2012.6825V9.89099L11.6007%2013.3989C11.8421%2013.6685%2012.1869%2013.8225%2012.5488%2013.8225C13.2517%2013.8225%2013.8216%2013.2527%2013.8216%2012.5498V7.31976C13.8216%206.69012%2013.3111%206.17969%2012.6815%206.17969C12.0518%206.17969%2011.5414%206.69012%2011.5414%207.31976V10.1081L8.41312%206.60684C8.17029%206.33506%207.82312%206.17969%207.45866%206.17969C6.75176%206.17969%206.17871%206.75274%206.17871%207.45963V12.6825C6.17871%2013.3121%206.68914%2013.8225%207.31879%2013.8225C7.94843%2013.8225%208.45886%2013.3121%208.45886%2012.6825Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='0.5'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7436_120800'%20x='3.92871'%20y='3.92969'%20width='12.1426'%20height='12.1445'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7436_120800'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7436_120800'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_7436_120800'%20x1='0'%20y1='0'%20x2='20'%20y2='20'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EB490C'/%3e%3cstop%20offset='0.25'%20stop-color='%23F26A37'/%3e%3cstop%20offset='0.5'%20stop-color='%23F89E76'/%3e%3cstop%20offset='0.745'%20stop-color='%23F26A37'/%3e%3cstop%20offset='1'%20stop-color='%23EB490C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.calendar-wrap .mysaju-box .mysaju-box__default i.default-icon{display:flex;width:12px;height:12px;background-color:var(--gray-100-white, #fff);background-size:cover;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_17868_192723)'%3e%3cpath%20d='M6%202.5L8%205.5L10.5%203.5L9.5%209.5H2.5L1.5%203.5L4%205.5L6%202.5Z'%20fill='currentColor'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_17868_192723'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_17868_192723)'%3e%3cpath%20d='M6%202.5L8%205.5L10.5%203.5L9.5%209.5H2.5L1.5%203.5L4%205.5L6%202.5Z'%20fill='currentColor'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_17868_192723'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center/contain}.calendar-wrap .name-box .name .button{position:absolute;right:0;width:20px;height:20px;border:1px solid #ebebeb;border-radius:20px;color:gray;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13217_128439)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M13.3332%209.16667L9.99984%2012.5L6.6665%209.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13217_128439'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center}.step-box__header .step-title .step-title__info{width:20px;height:20px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_19258_139318)'%3e%3cpath%20d='M10%2016.25C13.4518%2016.25%2016.25%2013.4518%2016.25%2010C16.25%206.54822%2013.4518%203.75%2010%203.75C6.54822%203.75%203.75%206.54822%203.75%2010C3.75%2013.4518%206.54822%2016.25%2010%2016.25Z'%20fill='%23949494'/%3e%3cpath%20d='M10%203.83406C8.78069%203.83406%207.58875%204.19563%206.57492%204.87305C5.56109%205.55047%204.7709%206.51331%204.30429%207.63982C3.83768%208.76633%203.71559%2010.0059%203.95347%2011.2018C4.19134%2012.3977%204.7785%2013.4962%205.64069%2014.3584C6.50288%2015.2206%207.60138%2015.8077%208.79728%2016.0456C9.99317%2016.2835%2011.2327%2016.1614%2012.3593%2015.6948C13.4858%2015.2282%2014.4486%2014.438%2015.126%2013.4242C15.8034%2012.4103%2016.165%2011.2184%2016.165%209.99906C16.163%208.36461%2015.5129%206.79767%2014.3571%205.64194C13.2014%204.48621%2011.6345%203.83605%2010%203.83406ZM10%202.60156C11.4633%202.60156%2012.8938%203.03549%2014.1105%203.84848C15.3273%204.66146%2016.2756%205.81699%2016.8356%207.16893C17.3956%208.52088%2017.5421%2010.0085%2017.2566%2011.4437C16.9711%2012.879%2016.2664%2014.1973%2015.2317%2015.232C14.197%2016.2668%2012.8786%2016.9714%2011.4434%2017.2569C10.0082%2017.5424%208.52057%2017.3959%207.16863%2016.8359C5.81668%2016.2759%204.66116%2015.3276%203.84817%2014.1108C3.03519%2012.8941%202.60126%2011.4636%202.60126%2010.0003C2.60126%208.03804%203.38077%206.15614%204.7683%204.76861C6.15584%203.38107%208.03774%202.60156%2010%202.60156Z'%20fill='%23949494'/%3e%3cpath%20d='M10%208.95898C10.3452%208.95898%2010.625%209.23881%2010.625%209.58398V13.959H11.25C11.5952%2013.959%2011.875%2014.2388%2011.875%2014.584C11.875%2014.9292%2011.5952%2015.209%2011.25%2015.209H10C9.65482%2015.209%209.375%2014.9292%209.375%2014.584V10.209H8.75C8.40482%2010.209%208.125%209.92916%208.125%209.58398C8.125%209.23881%208.40482%208.95898%208.75%208.95898H10Z'%20fill='white'/%3e%3ccircle%20cx='10'%20cy='6.25'%20r='1.25'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_19258_139318'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;cursor:pointer}.step-detail .gnb__input-saju{width:48px;height:48px;background:url(data:image/png;base64,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) center center no-repeat;background-size:48px auto}.step-detail .step-detail__next-icon{width:16px;height:16px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_19258_137819)'%3e%3cpath%20d='M8.00002%203.33268L12.6667%207.99935L8.00002%2012.666'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.33333%203.33268L8%207.99935L3.33333%2012.666'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_19258_137819'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.step-detail .gnb__fortune-calendar{width:48px;height:48px;background:url(data:image/png;base64,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) center center no-repeat;background-size:48px auto}.header-wrap .hd__logo{width:130px;background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;font-size:0;height:40px}.header-wrap .nav-list li .icon-mypage{background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto;font-size:0;width:36px;height:36px;display:flex}.footer-wrap .ft-logo .logo{background:url(/assets/logo_w-BkXrwtOa.png) center center no-repeat;background-size:100% auto;width:107px;height:40px;font-size:0;display:block}.footer-wrap .banner-box{background:url(/assets/banner01-DwMuJC1N.png);height:150px}.top_header_text_title .search-box .icon-search{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_65_2'%20data-name='구성%20요소%2065%20–%202'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='icon_circle'%20transform='translate(4%204)'%3e%3cpath%20id='circle2017'%20d='M7.687,291.161a7.177,7.177,0,1,0,4.469,12.779l2.988,2.987a.8.8,0,1,0,1.131-1.129l-2.988-2.988a7.165,7.165,0,0,0-5.6-11.649Zm0,1.594a5.582,5.582,0,1,1-5.579,5.579,5.566,5.566,0,0,1,5.579-5.579Z'%20transform='translate(-0.514%20-291.161)'%20fill='%237f828d'/%3e%3c/g%3e%3crect%20id='사각형_10038'%20data-name='사각형%2010038'%20width='24'%20height='24'%20fill='none'/%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:flex}.intro-banner .banner-img{background:url(/assets/search_method_b_250430-Chcs4lKn.png) center center no-repeat;background-size:cover;width:100%;max-width:1360px;height:auto;aspect-ratio:1360/496}.icon-share{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.6831%2013.342C8.8909%2012.9252%208.99906%2012.4658%208.99906%2012C8.99906%2011.5343%208.8909%2011.0749%208.6831%2010.658M8.6831%2013.342C8.38081%2013.9464%207.88331%2014.431%207.2712%2014.7174C6.65909%2015.0037%205.96823%2015.075%205.31055%2014.9197C4.65286%2014.7644%204.06687%2014.3916%203.64752%2013.8617C3.22816%2013.3318%203%2012.6758%203%2012C3%2011.3243%203.22816%2010.6683%203.64752%2010.1384C4.06687%209.60844%204.65286%209.23563%205.31055%209.08033C5.96823%208.92502%206.65909%208.99632%207.2712%209.28267C7.88331%209.56901%208.38081%2010.0536%208.6831%2010.658M8.6831%2013.342L15.3151%2016.658M8.6831%2010.658L15.3151%207.34203M15.3151%2016.658C15.0499%2017.1887%2014.9481%2017.7862%2015.0224%2018.3748C15.0967%2018.9634%2015.3439%2019.5167%2015.7326%2019.9649C16.1214%2020.413%2016.6343%2020.7358%2017.2066%2020.8925C17.7788%2021.0491%2018.3846%2021.0326%2018.9474%2020.845C19.5103%2020.6574%2020.0048%2020.3071%2020.3686%2019.8385C20.7324%2019.3698%2020.949%2018.8038%2020.9912%2018.212C21.0333%2017.6202%2020.899%2017.0293%2020.6053%2016.5138C20.3116%2015.9983%2019.8717%2015.5815%2019.3411%2015.316C18.9887%2015.1397%2018.6049%2015.0345%2018.2118%2015.0065C17.8187%2014.9785%2017.4239%2015.0283%2017.0501%2015.1529C16.6762%2015.2775%2016.3305%2015.4746%2016.0328%2015.7329C15.7351%2015.9911%2015.4913%2016.3055%2015.3151%2016.658ZM15.3151%207.34203C15.5807%207.87258%2015.9976%208.31247%2016.5131%208.6061C17.0286%208.89973%2017.6197%209.0339%2018.2114%208.99165C18.8032%208.94941%2019.3692%208.73264%2019.8378%208.36875C20.3064%208.00487%2020.6566%207.51021%2020.8441%206.94732C21.0316%206.38443%2021.048%205.77858%2020.8911%205.20638C20.7343%204.63419%2020.4114%204.12133%2019.9631%203.73266C19.5149%203.34399%2018.9615%203.09696%2018.3728%203.0228C17.7842%202.94864%2017.1868%203.05068%2016.6561%203.31603C16.3036%203.49227%2015.9894%203.73622%2015.7312%204.03395C15.4731%204.33168%2015.2761%204.67735%2015.1516%205.05122C15.027%205.42509%2014.9774%205.81983%2015.0054%206.2129C15.0335%206.60596%2015.1387%206.98964%2015.3151%207.34203Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat}.icon-print{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1535_30422)'%3e%3cpath%20d='M9%2016.1639H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cpath%20d='M9%2018.941H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3ccircle%20cx='18.75'%20cy='9.25'%20r='0.75'%20fill='%23333333'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='4'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3crect%20x='6'%20y='14'%20width='12'%20height='7'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5001%206.34998C2.86497%206.34998%202.3501%206.86485%202.3501%207.49998V15.5C2.3501%2016.1351%202.86497%2016.65%203.5001%2016.65H6.00012V15.35H3.6501V7.64998H20.3501V15.35H18.0001V16.65H20.5001C21.1352%2016.65%2021.6501%2016.1351%2021.6501%2015.5V7.49998C21.6501%206.86485%2021.1352%206.34998%2020.5001%206.34998H3.5001Z'%20fill='%232C2C2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1535_30422'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-delete{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1514_28328)'%3e%3cpath%20d='M19%207L18.133%2019.142C18.0971%2019.6466%2017.8713%2020.1188%2017.5011%2020.4636C17.1309%2020.8083%2016.6439%2021%2016.138%2021H7.862C7.35528%2021.0013%206.86696%2020.8102%206.49571%2020.4653C6.12447%2020.1204%205.89798%2019.6474%205.862%2019.142L5%207M10%2011V17M14%2011V17M15%207V4C15%203.73478%2014.8946%203.48043%2014.7071%203.29289C14.5196%203.10536%2014.2652%203%2014%203H10C9.73478%203%209.48043%203.10536%209.29289%203.29289C9.10536%203.48043%209%203.73478%209%204V7M4%207H20'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1514_28328'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-down{display:block;height:60px;background:url(/assets/app-down-DmkrHvrx.svg) center center no-repeat}.search-form-box .btn-mark-box .btn-mark .i{width:12px;height:12px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_31076)'%3e%3cpath%20d='M1.06564%206.8154C0.9746%206.26745%200.977605%205.717%201.06608%205.18475C1.61669%205.19815%202.11187%204.93399%202.30433%204.46935C2.49679%204.00472%202.33343%203.46778%201.93463%203.0879C2.24843%202.64899%202.63553%202.25764%203.08736%201.93455C3.46725%202.33358%204.00435%202.49708%204.46911%202.30457C4.93387%202.11206%205.19805%201.61666%205.1845%201.06588C5.73245%200.974844%206.2829%200.977849%206.81515%201.06632C6.8018%201.61692%207.06595%202.11211%207.5306%202.30457C7.9952%202.49703%208.53215%202.33366%208.91205%201.93487C9.35095%202.24867%209.7423%202.63576%2010.0654%203.0876C9.66635%203.46749%209.50285%204.00459%209.69535%204.46935C9.88785%204.93411%2010.3832%205.1983%2010.934%205.18475C11.0251%205.7327%2011.0221%206.28315%2010.9336%206.8154C10.383%206.80205%209.8878%207.0662%209.69535%207.5308C9.5029%207.99545%209.66625%208.5324%2010.0651%208.91225C9.75125%209.3512%209.36415%209.74255%208.91235%2010.0656C8.53245%209.6666%207.99535%209.5031%207.5306%209.6956C7.0658%209.8881%206.80165%2010.3835%206.81515%2010.9343C6.2672%2011.0253%205.71675%2011.0223%205.18455%2010.9338C5.1979%2010.3832%204.93375%209.88805%204.46911%209.6956C4.00448%209.50315%203.46754%209.6665%203.08766%2010.0653C2.64875%209.7515%202.2574%209.3644%201.93431%208.9126C2.33334%208.5327%202.49684%207.9956%202.30433%207.5308C2.11182%207.06605%201.61642%206.8019%201.06564%206.8154ZM5.99985%207.5001C6.82825%207.5001%207.49985%206.8285%207.49985%206.0001C7.49985%205.17165%206.82825%204.50009%205.99985%204.50009C5.1714%204.50009%204.49985%205.17165%204.49985%206.0001C4.49985%206.8285%205.1714%207.5001%205.99985%207.5001Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_31076'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:flex}.manse-btm-ect-list .btn-close-xs{display:flex;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;position:absolute;right:24px;top:24px;font-size:0}.profile-box .icon-search-s{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #000 center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0;background-size:10px auto}.profile-box .icon-search-s-red{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cline%20x1='12.3737'%20y1='12.2223'%20x2='14.8093'%20y2='14.6579'%20stroke='white'%20stroke-linecap='round'/%3e%3ccircle%20cx='9.16667'%20cy='9.16667'%20r='4.16667'%20stroke='white'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0}.deaun-main-box .tit-box .btn-fold{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_fold'%20clip-path='url(%23clip0_1736_26767)'%3e%3ccircle%20id='Ellipse%202'%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='chevron-left'%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1736_26767'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:block}.normal-banner{background:url(/assets/nor_banner-COIO61NS.png) center center no-repeat;background-size:contain;width:742px;height:140px;margin-left:27px;cursor:pointer}.data-0101-state.active .icon-check01{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_5174_141008)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM10.6019%204.52542C10.8948%204.81831%2010.8948%205.29318%2010.6019%205.58608L6.75214%209.43588L6.75113%209.43689C6.74534%209.44308%206.73943%209.44919%206.73339%209.45523C6.4405%209.74813%205.96562%209.74813%205.67273%209.45523L3.74783%207.53033C3.45493%207.23744%203.45493%206.76256%203.74783%206.46967C4.04072%206.17678%204.51559%206.17678%204.80849%206.46967L6.20276%207.86394L9.54128%204.52542C9.83418%204.23252%2010.3091%204.23252%2010.6019%204.52542Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_141008'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-color:transparent}.share-box .btn-cc-20:hover:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23F8F8F8'/%3e%3c/svg%3e");z-index:-100!important}.share-box .btn-cc-20.btn-share1{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M6.40242%2011.118C6.57559%2010.7706%206.66572%2010.3878%206.66572%209.99966C6.66572%209.61152%206.57559%209.22869%206.40242%208.88132M6.40242%2011.118C6.15051%2011.6216%205.73592%2012.0255%205.22583%2012.2641C4.71575%2012.5027%204.14003%2012.5622%203.59196%2012.4327C3.04389%2012.3033%202.55556%2011.9926%202.2061%2011.551C1.85664%2011.1095%201.6665%2010.5628%201.6665%209.99966C1.6665%209.43651%201.85664%208.88986%202.2061%208.44827C2.55556%208.00667%203.04389%207.69599%203.59196%207.56657C4.14003%207.43715%204.71575%207.49657%205.22583%207.73519C5.73592%207.97381%206.15051%208.37767%206.40242%208.88132M6.40242%2011.118L11.9291%2013.8813M6.40242%208.88132L11.9291%206.11799M11.9291%2013.8813C11.7081%2014.3236%2011.6232%2014.8214%2011.6851%2015.3119C11.7471%2015.8024%2011.9531%2016.2636%2012.277%2016.637C12.601%2017.0105%2013.0285%2017.2795%2013.5053%2017.41C13.9821%2017.5406%2014.487%2017.5268%2014.956%2017.3705C15.4251%2017.2141%2015.8372%2016.9222%2016.1403%2016.5317C16.4435%2016.1411%2016.624%2015.6695%2016.6591%2015.1763C16.6943%2014.6832%2016.5824%2014.1907%2016.3376%2013.7611C16.0929%2013.3316%2015.7262%2012.9842%2015.2841%2012.763C14.9904%2012.616%2014.6706%2012.5284%2014.343%2012.5051C14.0154%2012.4817%2013.6864%2012.5232%2013.3749%2012.6271C13.0633%2012.7309%2012.7753%2012.8951%2012.5272%2013.1103C12.2791%2013.3256%2012.0759%2013.5875%2011.9291%2013.8813ZM11.9291%206.11799C12.1504%206.56011%2012.4978%206.9267%2012.9274%207.17139C13.357%207.41608%2013.8496%207.52788%2014.3427%207.49268C14.8359%207.45747%2015.3075%207.27683%2015.698%206.97359C16.0885%206.67036%2016.3803%206.25814%2016.5366%205.78906C16.6928%205.31999%2016.7065%204.81512%2016.5758%204.33829C16.4451%203.86145%2016.176%203.43407%2015.8025%203.11018C15.4289%202.78629%2014.9677%202.58043%2014.4772%202.51863C13.9866%202.45683%2013.4888%202.54187%2013.0466%202.76299C12.7529%202.90986%2012.491%203.11315%2012.2758%203.36126C12.0607%203.60937%2011.8966%203.89743%2011.7928%204.20899C11.689%204.52054%2011.6477%204.84949%2011.671%205.17705C11.6944%205.5046%2011.7821%205.82434%2011.9291%206.11799Z'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") transparent center center no-repeat}.share-box .btn-cc-20.btn-print1{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_13856)'%3e%3cpath%20d='M7.5%2013.4697H12.5'%20stroke='%23575757'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cpath%20d='M7.5%2015.7842H12.5'%20stroke='%23575757'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cellipse%20cx='15.625'%20cy='7.70801'%20rx='0.625'%20ry='0.625'%20fill='%23575757'/%3e%3crect%20x='5.8335'%20y='2.5'%20width='8.33333'%20height='3.33333'%20rx='0.5'%20stroke='%23575757'%20stroke-width='1.3'/%3e%3crect%20x='5'%20y='11.667'%20width='10'%20height='5.83333'%20rx='0.5'%20stroke='%23575757'%20stroke-width='1.3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5001%205.18359C2.58883%205.18359%201.8501%205.92232%201.8501%206.83359V12.3336C1.8501%2013.2449%202.58883%2013.9836%203.5001%2013.9836H5.0001V12.6836H3.5001C3.3068%2012.6836%203.1501%2012.5269%203.1501%2012.3336V6.83359C3.1501%206.64029%203.3068%206.48359%203.5001%206.48359H16.5001C16.6934%206.48359%2016.8501%206.64029%2016.8501%206.83359V12.3336C16.8501%2012.5269%2016.6934%2012.6836%2016.5001%2012.6836H15.0001V13.9836H16.5001C17.4114%2013.9836%2018.1501%2013.2449%2018.1501%2012.3336V6.83359C18.1501%205.92232%2017.4114%205.18359%2016.5001%205.18359H3.5001Z'%20fill='%23575757'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_13856'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") transparent center center no-repeat}.share-box .btn-cc-20.btn-del1{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_13857)'%3e%3cpath%20d='M15.8333%205.83333L15.1108%2015.9517C15.0808%2016.3722%2014.8927%2016.7657%2014.5842%2017.053C14.2757%2017.3403%2013.8698%2017.5%2013.4483%2017.5H6.55159C6.12932%2017.5011%205.72238%2017.3418%205.41301%2017.0544C5.10364%2016.767%204.9149%2016.3729%204.88492%2015.9517L4.16659%205.83333M8.33325%209.16667V14.1667M11.6666%209.16667V14.1667M12.4999%205.83333V3.33333C12.4999%203.11232%2012.4121%202.90036%2012.2558%202.74408C12.0996%202.5878%2011.8876%202.5%2011.6666%202.5H8.33325C8.11224%202.5%207.90028%202.5878%207.744%202.74408C7.58772%202.90036%207.49992%203.11232%207.49992%203.33333V5.83333M3.33325%205.83333H16.6666'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_13857'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") transparent center center no-repeat}.print-wrap1 .inner-box .logo{position:absolute;right:15px;top:16px;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:80px;height:30px;font-size:0}.print-btm-box-3 .logo{position:absolute;right:0;bottom:0;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:97px;height:26px;font-size:0}.dialog-st12 .pop-inner .btn-store-box .google-play,.qr-popup .pop-inner .btn-store-box .google-play{width:142px;height:42px;background:url(/assets/icon_google_play_box-TwvdsAuy.svg) center center no-repeat}.dialog-st12 .pop-inner .btn-store-box .app-store,.qr-popup .pop-inner .btn-store-box .app-store{width:142px;height:42px;background:url(/assets/icon_app_store_box-CrIE6Gkn.svg) center center no-repeat}.content-d .six-fam-img{background:url(/assets/six_fam_table-Bze9iIe1.png) center center no-repeat;background-size:contain;width:700px;height:457px}.content-d .gongmang-img{background:url(/assets/gongmang_table-pe85Om0X.png) center center no-repeat;background-size:contain;width:700px;height:524px}.dial-close{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px!important;height:24px;margin-left:auto}@media (max-width: 768px){.content-main .inner-base:not(.canlendar){padding:0!important}.manse-layout .content-main .inner-base.manse-hd-wrap,.manse-layout .manse-hd-wrap{padding-left:8px;padding-right:8px;box-sizing:border-box}.manse-layout .search-form-box{padding:12px 12px 16px}.manse-layout .search-form-box .search-box{gap:8px}.manse-layout .search-form-box .search-box .item-box{width:100%}.manse-layout .search-form-box .search-box .item-box:first-child{width:100%!important;max-width:100%!important;box-sizing:border-box;overflow:hidden;padding:0!important;margin:0!important}.manse-layout .search-form-box .saju-input-mobile-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;box-sizing:border-box;margin-bottom:8px}.manse-layout .search-form-box .saju-input-mobile-header .saju-input-mobile-header__title{color:#333;font-size:14px;font-weight:600}.manse-layout .search-form-box .saju-input-mobile-header .btn-bg-point{color:#eb4c10;font-size:13px;height:28px;display:inline-flex;justify-content:center;align-items:center;background:#fff8f5;border-radius:38px;padding:6px 12px;box-sizing:border-box;white-space:nowrap}.manse-layout .search-form-box .saju-header-pc{display:none}.manse-layout .search-form-box .birth-gender-wrap{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:4px!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;padding:0!important;margin:0!important;overflow:visible!important}.manse-layout .search-form-box .btn-box{margin-top:12px}.data-0101-root-box{padding-right:0!important;padding-left:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box}.manse-layout .data-sec-01-box,.rspageSaju .result-01-box .data-sec-01-box{padding:0!important;background:transparent!important;border:none!important;border-radius:0!important}.search-form-box .search-box .item-box .tit{margin-right:0!important}.manse-layout .people-box,.rspageSaju .result-01-box .people-box{padding:16px!important}.manse-layout .people-box .btn-box.trans-btn-box,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box{flex-wrap:wrap!important}.manse-layout .people-box .btn-box.trans-btn-box .line,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .line{display:block!important}.manse-layout .people-box .btn-box.trans-btn-box .st-toggle+.line,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .st-toggle+.line{flex-basis:100%!important;width:100%!important;min-width:100%!important;height:0!important;margin:0!important;display:block!important;order:10}.manse-layout .people-box .btn-box.trans-btn-box .btn-save+.line,.manse-layout .people-box .btn-box.trans-btn-box .line:last-of-type,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .btn-save+.line,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .line:last-of-type{display:none!important}.btn-line.st-toggle.orange{display:flex!important;align-items:center!important;justify-content:center!important;height:auto!important;min-height:34px!important}.btn-line.st-toggle.orange .on,.btn-line.st-toggle.orange .off{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;vertical-align:middle!important}.manse-layout .search-form-box{padding:0!important;background:#fff!important;border-radius:0!important;box-shadow:none!important}.manse-layout .search-form-box .search-box.w-short{display:flex!important;flex-direction:column!important;gap:0!important;padding:0 16px!important}.manse-layout .search-form-box .saju-input-mobile-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:20px 16px 14px!important;margin-bottom:0!important}.manse-layout .search-form-box .saju-input-mobile-header .saju-input-mobile-header__title{color:#2c2c2e!important;font-size:16px!important;font-weight:500!important;letter-spacing:-.43px}.manse-layout .search-form-box .saju-input-mobile-header .btn-bg-point{background:#fff8f5!important;color:#eb4c10!important;font-size:13px!important;font-weight:700!important;height:auto!important;padding:6px 12px!important;border-radius:30px!important;border:none!important}.manse-layout .search-form-box .birth-gender-wrap{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:12px!important;padding:0!important;margin-top:14px!important;margin-bottom:4px!important}.manse-layout .search-form-box .birth-gender-wrap .btn-right{display:none!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box{display:inline-flex!important;flex-direction:row!important;gap:0!important;margin-right:0!important;max-width:none!important;border:1px solid #ebebeb!important;border-radius:6px!important;overflow:visible!important;background:#fff!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box input[type=radio],.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box input[type=checkbox]{position:absolute!important;opacity:0!important;width:0!important;height:0!important;pointer-events:none!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-orange+label{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:34px!important;padding:0 12px!important;font-size:13px!important;font-weight:500!important;color:#333!important;background:transparent!important;border:none!important;border-radius:5px!important;cursor:pointer!important;position:relative!important;white-space:nowrap!important;background-image:none!important;margin:0!important;flex:1!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-orange+label.line:before{content:""!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:1px!important;height:10px!important;background:#ebebeb!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-orange:checked+label{background:#eb4c10!important;color:#fff!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-orange:checked+label.line:before{display:none!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender+label{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:34px!important;padding:0 8px 0 26px!important;font-size:13px!important;font-weight:500!important;color:#333!important;background-color:transparent!important;background-position:calc(50% - 14px) center!important;background-repeat:no-repeat!important;background-size:16px 16px!important;border:none!important;border-radius:5px!important;cursor:pointer!important;position:relative!important;white-space:nowrap!important;margin:0!important;flex:1!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender.male+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%235dbaff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%235dbaff'/%3e%3c/g%3e%3c/svg%3e")!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender.female+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_female'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='female'%20transform='translate(5.07%203.237)'%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(0%200.003)'%20fill='%23eb4f5d'/%3e%3c/g%3e%3c/svg%3e")!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender+label.line:before{content:""!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:1px!important;height:10px!important;background:#ebebeb!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender:checked+label{background-color:#eb4c10!important;color:#fff!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender:checked+label.line:before{display:none!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender.male:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender.female:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='여자_흰색'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(5.07%203.24)'%20fill='%23fff'/%3e%3c/svg%3e")!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box:first-child{flex:1 1 0!important;min-width:0!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box:nth-child(2){flex:1.5 1 0!important;min-width:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box{display:flex!important;flex-wrap:wrap!important;gap:4px 8px!important;margin-bottom:0!important;height:auto!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span{display:block!important;min-width:0!important;height:38px!important;overflow:hidden!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-child(1),.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-child(2),.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-child(3){flex:1 1 0!important;min-width:50px!important;max-width:calc((100% - 52px) / 3)!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.mobile-picker-btn.calendar-btn{flex:0 0 36px!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.flex-break{flex-basis:100%!important;height:0!important;margin:0!important;padding:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-of-type(4),.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-of-type(5){flex:0 0 auto!important;width:calc((100% - 52px) / 3)!important;min-width:60px!important;max-width:calc((100% - 52px) / 3)!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative *{min-width:0!important;max-width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-input{height:100%!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-input__control{height:100%!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field{border:none!important;border-bottom:1px solid #c2c2c2!important;border-radius:0!important;background:transparent!important;padding:0!important;min-height:unset!important;height:100%!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field .v-field__field{height:100%!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field input{text-align:center!important;font-size:18px!important;color:#333!important;padding:0!important;height:100%!important;width:100%!important;flex:1!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field .txt-r{font-size:16px!important;color:#333!important;padding-right:2px!important;flex-shrink:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field .v-field__outline{display:none!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field .v-field__append-inner{padding:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.mobile-picker-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:38px!important;border:none!important;background:transparent!important;padding:0!important;cursor:pointer!important;flex-shrink:0!important;margin:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.mobile-picker-btn:disabled{opacity:.4!important;cursor:not-allowed!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.mobile-picker-btn svg{width:22px!important;height:22px!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.saju-option-checkbox{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important;height:38px!important;padding-left:4px!important;margin-top:-2px!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.saju-option-checkbox .checkbox{width:18px!important;height:18px!important;flex-shrink:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.saju-option-checkbox .label{font-size:14px!important;color:#333!important;white-space:nowrap!important;font-weight:400!important;margin-left:4px!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:7px!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-text-field{margin-top:0!important;padding-top:0!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field{border:none!important;border-bottom:1px solid #c2c2c2!important;border-radius:0!important;background:transparent!important;padding:0 5px!important;min-height:unset!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field input{font-size:16px!important;color:#333!important;padding:6.5px 0!important;line-height:1.25!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field input::placeholder{color:#757575!important;font-size:16px!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field .v-field__outline{display:none!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field .v-field__clearable{padding:0!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option){margin:16px!important;padding:0!important;background:#f8f8f8!important;border-radius:8px!important;border:none!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .option-header-row{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:16px 16px 0!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .option-header-row__title{font-size:15px!important;font-weight:500!important;color:#333!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .option-header-row__help{width:20px!important;height:20px!important;border-radius:50%!important;background:#ebebeb!important;border:none!important;font-size:12px!important;color:#757575!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .btn-mark-box{display:none!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;padding:15px 16px!important;gap:16px!important;border-top:1px solid #ebebeb!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box:first-of-type{border-top:none!important;margin-top:15px!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box .tit{font-size:15px!important;color:#333!important;margin-right:6px!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box .txt{display:flex!important;align-items:center!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box .ml-60{margin-left:40px!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .opt-list{padding:16px!important;margin:0!important;list-style:none!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .opt-list li{font-size:13px!important;color:#757575!important;line-height:1.6!important;margin-bottom:4px!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .opt-list li:last-child{margin-bottom:0!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .opt-list li .line-btm{text-decoration:underline!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right.mobile-option{width:auto!important;margin:16px!important;padding:0!important;background:#f8f8f8!important;border-radius:8px!important;border:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:12px 16px!important;cursor:pointer!important;width:100%!important;box-sizing:border-box!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;flex:1 1 auto!important;min-width:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__title{font-size:15px!important;font-weight:600!important;color:#333!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap{position:relative!important;display:flex!important;align-items:center!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-header__help{width:18px!important;height:18px!important;border-radius:50%!important;background:#fff!important;border:none!important;font-size:11px!important;font-weight:500!important;color:#999!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;padding:0!important;margin:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip{position:absolute!important;bottom:calc(100% + 10px)!important;left:-8px!important;width:280px!important;background:#fff!important;border-radius:8px!important;box-shadow:0 4px 20px #00000026!important;padding:16px!important;z-index:1000!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip .mobile-option-tooltip__content p{font-size:13px!important;color:#333!important;line-height:1.6!important;margin:0 0 8px!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip .mobile-option-tooltip__content p:last-child{margin-bottom:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip .mobile-option-tooltip__arrow{position:absolute!important;bottom:-8px!important;left:9px!important;width:0!important;height:0!important;border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid #fff!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:999!important;background:transparent!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__toggle{width:24px!important;height:24px!important;min-width:24px!important;background:none!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;margin-left:auto!important;padding:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__toggle svg{transition:transform .2s ease!important}.manse-layout .manse-search-box .search-box.right.mobile-option.collapsed .mobile-option-content{display:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-content{padding:0 16px 16px!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-row{display:flex!important;align-items:center!important;gap:24px!important;padding:12px 0!important;border-top:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-row:first-child{border-top:1px solid #ebebeb!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item{display:flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox{display:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox-icon{width:20px!important;height:20px!important;border-radius:4px!important;border:2px solid #cccccc!important;background:#fff!important;position:relative!important;flex-shrink:0!important;transition:all .15s ease!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox-icon:after{content:""!important;position:absolute!important;top:2px!important;left:6px!important;width:5px!important;height:10px!important;border:solid #fff!important;border-width:0 2px 2px 0!important;transform:rotate(45deg)!important;opacity:0!important;transition:opacity .15s ease!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox:checked+.mobile-checkbox-icon{background:#eb4c10!important;border-color:#eb4c10!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox:checked+.mobile-checkbox-icon:after{opacity:1!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-option-label{font-size:15px!important;color:#333!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-radio-row{display:flex!important;align-items:center!important;gap:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-radio-row .radio{display:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-radio-row .radio+.label{margin-right:20px!important;font-size:15px!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-guides{display:flex!important;align-items:center!important;gap:8px!important;padding-top:12px!important;border-top:1px solid #ebebeb!important;margin-top:4px!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-guide-link{display:flex!important;align-items:center!important;gap:4px!important;background:none!important;border:none!important;padding:0!important;font-size:13px!important;color:#999!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-guide-link .guide-arrow{width:16px!important;height:16px!important;border-radius:50%!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-guide-link .guide-arrow svg{width:10px!important;height:10px!important}.manse-layout .manse-search-box .btn-box{display:flex!important;flex-direction:row!important;gap:8px!important;padding:0 16px 16px!important;margin-top:16px!important}.manse-layout .manse-search-box .btn-box .btn-line{height:52px!important;font-size:16px!important;font-weight:700!important;border-radius:6px!important;display:flex!important;align-items:center!important;justify-content:center!important}.manse-layout .manse-search-box .btn-box .btn-line.reset{flex:0 0 auto!important;padding:0 20px!important;background:#fff!important;color:#333!important;border:1px solid #ebebeb!important}.manse-layout .manse-search-box .btn-box .btn-line.search{flex:1!important;background:#eb4c10!important;color:#fff!important;border:1px solid #eb4c10!important}.manse-layout .result-10-box{padding:0!important}.manse-layout .result-01-box{background:#f2f5f8!important;padding:0!important;margin:0!important;border-radius:0!important}.manse-layout .result-01-box .people-box{padding:16px!important;background:#fff!important;margin-bottom:0!important}.manse-layout .result-01-box .people-box .btn-box.trans-btn-box{gap:8px!important;flex-wrap:wrap!important}.manse-layout .result-01-box .people-box .btn-box.trans-btn-box .line{display:none!important}.manse-layout .result-01-box .data-0101-root-box{padding:0!important;background:#f2f5f8!important}.manse-layout .result-01-box .ohaeng-chart-wrap,.manse-layout .result-01-box .ohaeng-summary-wrap{margin-top:12px!important}.manse-layout .right-luck-box{padding:0!important;background:#f2f5f8!important}.manse-layout .right-luck-box .deaun-main-box{background:#fff!important;margin:8px 0!important;border-radius:8px!important;padding:16px!important}.manse-layout .right-luck-box .deaun-main-box .tit-box{margin-bottom:12px!important}.manse-layout .right-luck-box .deaun-main-box .tit-box span{font-size:16px!important;font-weight:600!important;color:#333!important}.manse-layout .quick-menu-container{position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#fff!important;box-shadow:0 -2px 10px #0000001a!important;padding:8px 16px!important;z-index:100!important}.manse-btm-ect-list{background:#f2f5f8!important;padding:16px!important}.manse-btm-ect-list .tab-content-box{background:transparent!important}.rspageSaju .data-0101-box.mobile,.manse-layout .data-0101-box.mobile,.data-0101-box.mobile{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:0!important;padding:12px 0!important;overflow-x:hidden!important;background:#fff!important;border-radius:0!important;margin:8px 0 0!important;border:none!important;grid-template-columns:unset!important;box-sizing:border-box!important;width:100%!important;justify-content:center!important}.rspageSaju .data-0101-box.mobile .birth-item-box,.manse-layout .data-0101-box.mobile .birth-item-box,.data-0101-box.mobile .birth-item-box{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-width:0!important;max-width:none!important;border-right:none!important;padding:0!important;margin:0!important;align-items:center!important;box-sizing:border-box!important;gap:4px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line,.data-0101-box.mobile .birth-item-box.bg-line{background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;margin:0!important;position:relative!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl,.data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl{width:44px!important;height:44px!important;border-radius:10px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .chn,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .chn,.data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .chn{font-size:24px!important;line-height:24px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .txt-main,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .txt-main,.data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .txt-main{font-size:12px!important;line-height:12px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl .txt-main,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl .txt-main,.data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl .txt-main{font-size:24px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line li:nth-child(3),.manse-layout .data-0101-box.mobile .birth-item-box.bg-line li:nth-child(3),.data-0101-box.mobile .birth-item-box.bg-line li:nth-child(3){padding:6px 0 9px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line li:nth-child(4),.manse-layout .data-0101-box.mobile .birth-item-box.bg-line li:nth-child(4),.data-0101-box.mobile .birth-item-box.bg-line li:nth-child(4){padding:9px 0 6px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line.cur-daeun-col:after,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line.cur-daeun-col:after,.data-0101-box.mobile .birth-item-box.bg-line.cur-daeun-col:after{content:""!important;position:absolute!important;right:2.5px!important;top:20px!important;bottom:12px!important;width:1px!important;background:#e5e5e5!important}.rspageSaju .data-0101-box.mobile .birth-item-box li,.manse-layout .data-0101-box.mobile .birth-item-box li,.data-0101-box.mobile .birth-item-box li{width:100%!important;height:auto!important;min-height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-bottom:none!important;padding:0!important;box-sizing:border-box!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:first-child,.manse-layout .data-0101-box.mobile .birth-item-box li:first-child,.data-0101-box.mobile .birth-item-box li:first-child{height:18px!important;background:transparent!important;margin-bottom:4px!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(2),.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(2),.data-0101-box.mobile .birth-item-box li:nth-child(2){height:18px!important;margin-bottom:6px!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(3),.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(4),.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(3),.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(4),.data-0101-box.mobile .birth-item-box li:nth-child(3),.data-0101-box.mobile .birth-item-box li:nth-child(4){height:auto!important;padding:3px 0!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt1,.manse-layout .data-0101-box.mobile .birth-item-box li .txt1,.data-0101-box.mobile .birth-item-box li .txt1{font-size:14px!important;color:#757575!important;font-weight:400!important;white-space:nowrap!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txts,.manse-layout .data-0101-box.mobile .birth-item-box li .txts,.data-0101-box.mobile .birth-item-box li .txts{font-size:14px!important;color:#333!important;font-weight:400!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt-round.xl,.manse-layout .data-0101-box.mobile .birth-item-box li .txt-round.xl,.data-0101-box.mobile .birth-item-box li .txt-round.xl{width:54px!important;height:54px!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .chn,.manse-layout .data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .chn,.data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .chn{font-size:30px!important;line-height:30px!important;font-weight:400!important;opacity:1!important;position:absolute!important;top:6px!important;left:50%!important;transform:translate(-50%)!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .txt-main,.manse-layout .data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .txt-main,.data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .txt-main{font-size:13px!important;line-height:13px!important;font-weight:400!important;position:absolute!important;bottom:4px!important;right:4px!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt-round.xl .txt-main,.manse-layout .data-0101-box.mobile .birth-item-box li .txt-round.xl .txt-main,.data-0101-box.mobile .birth-item-box li .txt-round.xl .txt-main{font-size:32px!important;font-weight:400!important;line-height:1!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(n+5),.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(n+5),.data-0101-box.mobile .birth-item-box li:nth-child(n+5){height:18px!important;margin-top:4px!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(n+5) .txts,.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(n+5) .txts,.data-0101-box.mobile .birth-item-box li:nth-child(n+5) .txts{font-size:14px!important;color:#333!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan,.data-0101-box.mobile .birth-item-box .jijangan{height:18px!important;min-height:unset!important;padding:0!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan .txt-group-root,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan .txt-group-root,.data-0101-box.mobile .birth-item-box .jijangan .txt-group-root{display:flex!important;flex-direction:row!important;gap:0!important;align-items:center!important;justify-content:center!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan .txt-group,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan .txt-group,.data-0101-box.mobile .birth-item-box .jijangan .txt-group{display:flex!important;align-items:center!important;gap:0!important;font-size:14px!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-big,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-big,.data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-big{font-size:14px!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-small,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-small,.data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-small{display:none!important}.rspageSaju .data-0101-box.mobile .birth-item-box .st-none-ys,.manse-layout .data-0101-box.mobile .birth-item-box .st-none-ys,.data-0101-box.mobile .birth-item-box .st-none-ys{display:flex!important;height:18px!important}.rspageSaju .data-0101-box.mobile .birth-item-box .st-none-ys .txts,.manse-layout .data-0101-box.mobile .birth-item-box .st-none-ys .txts,.data-0101-box.mobile .birth-item-box .st-none-ys .txts{font-size:14px!important;color:#333!important}.mobile-bottom-tabs{position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#fff!important;box-shadow:0 -2px 10px #0000001a!important;display:flex!important;justify-content:space-around!important;padding:8px 0!important;padding-bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:100!important}.mobile-bottom-tabs .mobile-tab-item{display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important;padding:8px 12px!important;background:none!important;border:none!important;cursor:pointer!important;color:#666!important;font-size:11px!important}.mobile-bottom-tabs .mobile-tab-item.active{color:#eb4c10!important}.mobile-bottom-tabs .mobile-tab-item .tab-icon{width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-bottom-tabs .mobile-tab-item .tab-label{font-size:11px!important;font-weight:500!important}.manse-layout .result-01-box .people-box,.btn-com1.ceneter{display:none!important}.quick-menu-box{padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}.ohaeng-chart-box,.five-star-box,.star-chart-container,.right-luck-box{display:none!important}.data-0101-root-box{padding:0!important;background:transparent!important}}.print-wrap .print-btm-box-2 .logo{position:absolute;right:0;bottom:0;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:97px;height:26px;font-size:0}.share-preview-box-v2 .img01{background:url(/assets/share_img_text-n7NiZcHu.png) center center no-repeat;background-size:100% auto;width:calc(100% - 8px);height:100%}.share-preview-box-v2 .img02{background:url(/assets/share_img_kakao-DzingGfI.png) center center no-repeat;background-size:100% auto;margin-left:16px;width:calc(100% - 8px);height:100%}.tap-group-box .list-box .btn-arrow{position:absolute;right:0;top:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0;margin-left:auto;transform:rotate(90deg)}.tap-group-box .list-box .btn-expand-g{position:absolute;right:0;top:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_12729)'%3e%3ccircle%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M16%2011L12%2015L8%2011'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_12729'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.tap-group-box .list-box .btn-expand-g.expand{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_24470)'%3e%3ccircle%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_24470'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.tap-group-box .btn-expand-g{position:absolute;right:30px;top:20px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_12729)'%3e%3ccircle%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M16%2011L12%2015L8%2011'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_12729'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.tap-group-box .btn-expand-g.expand{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_24470)'%3e%3ccircle%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_24470'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.tap-group-box .add-group-icon{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.75004%202.33301C7.75004%201.91879%207.41425%201.58301%207.00004%201.58301C6.58583%201.58301%206.25004%201.91879%206.25004%202.33301V6.24967H2.33337C1.91916%206.24967%201.58337%206.58546%201.58337%206.99967C1.58337%207.41389%201.91916%207.74967%202.33337%207.74967H6.25004L6.25004%2011.6663C6.25004%2012.0806%206.58583%2012.4163%207.00004%2012.4163C7.41425%2012.4163%207.75004%2012.0806%207.75004%2011.6663V7.74967H11.6667C12.0809%207.74967%2012.4167%207.41389%2012.4167%206.99967C12.4167%206.58546%2012.0809%206.24967%2011.6667%206.24967H7.75004V2.33301Z'%20fill='%23575757'/%3e%3c/svg%3e") #fff center center no-repeat;font-size:0;width:14px;height:14px;background-color:transparent}.date-pro-root-box .pro-five-wrap .data-five-state.active .icon-check01{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_5174_141008)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM10.6019%204.52542C10.8948%204.81831%2010.8948%205.29318%2010.6019%205.58608L6.75214%209.43588L6.75113%209.43689C6.74534%209.44308%206.73943%209.44919%206.73339%209.45523C6.4405%209.74813%205.96562%209.74813%205.67273%209.45523L3.74783%207.53033C3.45493%207.23744%203.45493%206.76256%203.74783%206.46967C4.04072%206.17678%204.51559%206.17678%204.80849%206.46967L6.20276%207.86394L9.54128%204.52542C9.83418%204.23252%2010.3091%204.23252%2010.6019%204.52542Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_141008'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-color:transparent}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.sat{background:url(/assets/skyDay_sat-CoDJ83Ub.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.fri{background:url(/assets/skyDay_fri-B8LiSuoL.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.wed{background:url(/assets/skyDay_wed-5lZuBtDp.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.thu{background:url(/assets/skyDay_thu-CZc2IqZd.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.tue{background:url(/assets/skyDay_tue-gcKxQhGo.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.pro-star-box{height:500px;width:100%;position:relative;border-radius:12px;border:1px solid #ebebeb;background:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:53.93% auto}.pro-star-box .right-btn .gyeok-yong .arrow{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_12015_85293)'%3e%3cpath%20d='M2.99967%201.66536L5.33301%203.9987L2.99967%206.33203'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12015_85293'%3e%3crect%20width='8'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat!important;background-size:contain;width:8px;height:8px}.pro-star-box .div-back{background:url(/assets/full_shape_five01-DWPCfjkb.png) center center no-repeat;background-size:53.93% auto;position:absolute;left:0;top:0;right:0;bottom:0}.pro-star-box .div-back.five-back01{background-image:url(/assets/full_shape_five01-DWPCfjkb.png)}.pro-star-box .div-back.five-back02{background-image:url(/assets/full_shape_five02-CvLkD_UG.png)}.pro-star-box .div-back.five-back03{background-image:url(/assets/full_shape_five03-giNvy_oi.png)}.pro-star-box .div-back.five-back04{background-image:url(/assets/full_shape_five04-Dk2INFCF.png)}.pro-star-box .div-back.five-back05{background-image:url(/assets/full_shape_five05-C_5Fl6MQ.png)}.pro-star-box .txt-five-box.st-05 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%23DB9823'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-05 span.skyDay{background:url(/assets/skyDay_sat-CoDJ83Ub.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.pro-star-box .txt-five-box.st-04 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%23949494'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-04 span.skyDay{background:url(/assets/skyDay_fri-B8LiSuoL.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative!important}.pro-star-box .txt-five-box.st-02 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%23404040'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-02 span.skyDay{background:url(/assets/skyDay_wed-5lZuBtDp.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.pro-star-box .txt-five-box.st-03 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%235E9F1C'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-03 span.skyDay{background:url(/assets/skyDay_thu-CZc2IqZd.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.pro-star-box .txt-five-box.st-01 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%23C23535'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-01 span.skyDay{background:url(/assets/skyDay_tue-gcKxQhGo.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five-ilgan-button .five-ilgan-icon{width:8px;height:8px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:cover;background-color:var(--Gray-800, #333);mask-size:100% 100%;-webkit-mask-size:100% 100%;transform:rotate(180deg)}.five-tooltip-button .five-tooltip-icon{width:14px;height:14px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_13788_157931)'%3e%3cpath%20id='Vector'%20d='M1.0709%2010.8701C0.693993%209.96018%200.5%208.98491%200.5%208C0.5%206.01088%201.29018%204.10322%202.6967%202.6967C4.10322%201.29018%206.01088%200.5%208%200.5C9.98912%200.5%2011.8968%201.29018%2013.3033%202.6967C14.7098%204.10322%2015.5%206.01088%2015.5%208C15.5%208.98491%2015.306%209.96018%2014.9291%2010.8701C14.5522%2011.7801%2013.9997%2012.6069%2013.3033%2013.3033C12.6069%2013.9997%2011.7801%2014.5522%2010.8701%2014.9291C9.96018%2015.306%208.98491%2015.5%208%2015.5C7.01509%2015.5%206.03982%2015.306%205.12987%2014.9291C4.21993%2014.5522%203.39314%2013.9997%202.6967%2013.3033C2.00026%2012.6069%201.44781%2011.7801%201.0709%2010.8701Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='?'%20d='M7.15629%209.65583C7.16615%208.4876%207.49173%208.12017%208.0837%207.77158C8.50794%207.50778%208.83352%207.21572%208.83352%206.78235C8.83352%206.31128%208.44874%206.00038%207.97517%206.00038C7.7309%206.00038%207.49757%206.08143%207.32857%206.23939C7.05128%206.49856%206.76677%206.8483%206.38723%206.8483C5.99181%206.8483%205.65667%206.51271%205.79483%206.14221C6.11069%205.29516%206.97162%204.88867%207.98504%204.88867C9.35643%204.88867%2010.3332%205.57642%2010.3332%206.73524C10.3332%207.50778%209.91879%208.00711%209.26763%208.37454C8.71513%208.69486%208.46848%208.99634%208.45861%209.65583C8.45861%209.71307%208.41221%209.75947%208.35498%209.75947H7.25992C7.20268%209.75947%207.15629%209.71307%207.15629%209.65583ZM7.83705%2011.8887C7.37334%2011.8887%206.99843%2011.5307%207.00829%2011.0973C6.99843%2010.6639%207.37334%2010.3153%207.83705%2010.3153C8.27116%2010.3153%208.65593%2010.6639%208.65593%2011.0973C8.65593%2011.5307%208.27116%2011.8887%207.83705%2011.8887Z'%20fill='%23757575'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13788_157931'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.btn-area .return-btn .return-icon{width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_14515_18543)'%3e%3cpath%20d='M13.7889%208.69411C13.663%209.65408%2013.2781%2010.5617%2012.6756%2011.3196C12.0731%2012.0774%2011.2757%2012.657%2010.3688%2012.9961C9.46199%2013.3352%208.47992%2013.4211%207.52797%2013.2445C6.57603%2013.0679%205.69011%2012.6355%204.96524%2011.9937C4.24036%2011.3518%203.70388%2010.5248%203.41332%209.60121C3.12276%208.67765%203.08908%207.69241%203.31591%206.75117C3.54273%205.80992%204.02149%204.94818%204.70085%204.25835C5.38021%203.56852%206.23454%203.07663%207.1722%202.83544C9.77154%202.16878%2012.4622%203.50678%2013.4555%206.00011'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.8333%202.66699V6.00033H10.5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14515_18543'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.prt-btn-box .btn-close{margin-top:12px;margin-left:40px;width:44px;display:inline-flex;height:44px;background:url(data:image/png;base64,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);background-size:100% auto}.loading-container[data-v-310e41fc]{display:flex;justify-content:center;align-items:center;z-index:10;opacity:0;position:absolute;background:#fff;top:0;bottom:0;right:0;left:0}.first-daeun-info[data-v-310e41fc]{margin-top:8px;text-align:right;font-size:14px;font-weight:400;line-height:22px;color:#949494;padding-right:30px}.first-daeun-info__label[data-v-310e41fc]{font-weight:700}.manse-app{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:fit-content;width:100%;overflow:hidden;background-color:#fff;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.manse-app .five-star{max-width:500px}.manse-app .five-star .pro-star-box{border:none}.manse-app .five-tooltip-button{bottom:20px;border-radius:20px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--Gray-200, #F8F8F8);box-shadow:none}.scroll-to-top{display:none}.custom-wrap-style{min-height:fit-content!important}.purchase-detail{width:100%;height:100vh;display:flex;flex-direction:column;background:var(--gray-100-white, #FFF)}.purchase-detail .purchase-detail__header{position:fixed;z-index:10;top:0;height:52px;width:100%;display:flex;justify-content:center;align-items:center;background:var(--gray-100-white, #FFF)}.purchase-detail .purchase-detail__header .purchase-detail__header-icon-close{position:absolute;top:14px;right:16px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:contain}.purchase-detail .purchase-detail__header .purchase-detail__header-title{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px}.purchase-detail .purchase-detail__body{width:100%;padding:64px 16px 62px;display:flex;flex-direction:column;flex:1;gap:40px}.purchase-detail .purchase-detail__body .receipt-text{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:20px}.purchase-detail .purchase-detail__body .purchase-detail__receipt{display:flex;flex-direction:column;gap:32px}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-header{display:flex;flex-direction:column;gap:20px}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-header .receipt-header__id{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-header .receipt-header__item{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-header .receipt-header__item .receipt-header__item-info .receipt-header__item-date{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-header .receipt-header__item .receipt-header__item-info .receipt-header__item-title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-header .receipt-header__item .receipt-header__item-cancel{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment{width:100%;display:flex;flex-direction:column;gap:12px}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment .receipt-payment__title{width:100%;height:34px;text-align:left;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment .receipt-payment__section{display:flex;flex-direction:column;align-items:center;border-top:1px solid var(--Gray-500, #949494)}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment .receipt-payment__item{width:100%;padding:20px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment .receipt-payment__item.dashed{border-bottom:1px dashed var(--Gray-300, #EBEBEB)}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment .receipt-payment__item.solid{border-bottom:1px solid var(--Gray-300, #EBEBEB)}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment .receipt-payment__item .receipt-payment__item-label{text-align:left}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment .receipt-payment__item .receipt-payment__item-amount{display:flex;flex-direction:column;justify-content:flex-end;gap:6px;text-align:right}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment .receipt-payment__item .expiry{color:var(--Orange-500-Error, #FF453A);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:18px}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment__notice{list-style-type:disc;padding:0 0 0 12px;color:var(--Gray-600, #757575);font-size:13px;font-weight:400;line-height:18px;list-style:none}.purchase-detail .purchase-detail__body .purchase-detail__receipt .receipt-payment__notice li:before{content:"•";font-size:12px;color:#555;display:inline-block;width:12px;margin-left:-12px}.purchase-detail .purchase-detail__body .purchase-detail__list-button{display:flex;width:100%;height:48px;min-width:80px;padding:14px 20px;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF)}.inquiry-container[data-v-a1745413]{width:100%;height:100vh;display:flex;flex-direction:column;background:#fff;overflow:hidden}.inquiry-header[data-v-a1745413]{position:fixed;top:0;left:0;right:0;z-index:10;height:52px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #ebebeb}.inquiry-header .inquiry-header__back[data-v-a1745413]{position:absolute;left:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.inquiry-header .inquiry-header__title[data-v-a1745413]{color:#333;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px;text-align:center}.inquiry-notice-layer[data-v-a1745413]{position:relative;background:var(--Gray-200, #f8f8f8)}.inquiry-notice-layer .inquiry-notice-layer__header[data-v-a1745413]{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.inquiry-notice-layer .inquiry-notice-layer__header .inquiry-notice-layer__title[data-v-a1745413]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.inquiry-notice-layer .inquiry-notice-layer__header .inquiry-notice-layer__chevron[data-v-a1745413]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transform:rotate(-90deg);transition:transform .3s ease}.inquiry-notice-layer .inquiry-notice-layer__header .inquiry-notice-layer__chevron svg[data-v-a1745413]{width:24px;height:24px}.inquiry-notice-layer .inquiry-notice-layer__header .inquiry-notice-layer__chevron--expanded[data-v-a1745413]{transform:rotate(90deg)}.inquiry-notice-layer .inquiry-notice-layer__content[data-v-a1745413]{position:absolute;top:100%;left:0;right:0;z-index:10;background:var(--Gray-200, #f8f8f8);padding:0 16px 12px;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #ebebeb;box-shadow:0 4px 8px #0000001a}.inquiry-notice-layer .inquiry-notice-layer__text[data-v-a1745413]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:20px}.inquiry-notice-layer .inquiry-notice-layer__text_exp[data-v-a1745413]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.35px}.fade-enter-active[data-v-a1745413],.fade-leave-active[data-v-a1745413]{transition:opacity .3s ease,max-height .3s ease;max-height:200px}.fade-enter-from[data-v-a1745413],.fade-leave-to[data-v-a1745413]{opacity:0;max-height:0}.inquiry-body[data-v-a1745413]{flex:1;padding-top:52px;padding-bottom:80px;overflow-y:auto;position:relative;z-index:1;display:flex;flex-direction:column}.inquiry-list[data-v-a1745413]{display:flex;flex-direction:column;flex:1}.inquiry-empty[data-v-a1745413]{flex:1;display:flex;align-items:center;justify-content:center;min-height:200px}.inquiry-empty .inquiry-empty__text[data-v-a1745413]{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-align:center}.inquiry-item[data-v-a1745413]{padding:16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #ebebeb;cursor:pointer}.inquiry-item .inquiry-item__content[data-v-a1745413]{flex:1;display:flex;flex-direction:column;gap:4px}.inquiry-item .inquiry-item__title[data-v-a1745413]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.inquiry-item .inquiry-item__title .inquiry-item__category[data-v-a1745413]{color:var(--Gray-800, #333);font-size:16px;font-weight:500;line-height:20px;margin-right:4px}.inquiry-item .inquiry-item__date[data-v-a1745413]{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.inquiry-item .inquiry-item__status[data-v-a1745413]{min-width:60px;padding:6px 12px;border-radius:6px;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:500;line-height:18px;white-space:nowrap;text-align:center;box-sizing:border-box}.inquiry-item .inquiry-item__status--pending[data-v-a1745413],.inquiry-item .inquiry-item__status--in_progress[data-v-a1745413]{background:#f5f5f5;color:#333}.inquiry-item .inquiry-item__status--writing[data-v-a1745413]{background:#575757;color:#fff}.inquiry-item .inquiry-item__status--completed[data-v-a1745413]{background:#eb4c10;color:#fff}.inquiry-footer[data-v-a1745413]{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:16px;background:#fff;border-top:1px solid #ebebeb}.inquiry-footer .inquiry-footer__button[data-v-a1745413]{width:100%;height:48px;border-radius:6px;background:#eb4c10;border:none;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px;cursor:pointer;transition:background .2s;pointer-events:auto}.inquiry-footer .inquiry-footer__button[data-v-a1745413]:active{background:#d4430e}.inquiry-load-more-trigger[data-v-a1745413]{height:1px;width:100%}.inquiry-loading[data-v-a1745413]{padding:20px;text-align:center}.inquiry-loading .inquiry-loading__text[data-v-a1745413]{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.inquiry-no-more[data-v-a1745413]{padding:20px;text-align:center}.inquiry-no-more .inquiry-no-more__text[data-v-a1745413]{color:var(--Gray-500, #999);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.inquiry-write-container[data-v-ccf3c792]{width:100%;height:100vh;display:flex;flex-direction:column;background:#fff;overflow:hidden}.inquiry-write-header[data-v-ccf3c792]{position:fixed;top:0;left:0;right:0;z-index:10;height:52px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #ebebeb}.inquiry-write-header .inquiry-write-header__back[data-v-ccf3c792]{position:absolute;left:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.inquiry-write-header .inquiry-write-header__title[data-v-ccf3c792]{color:#333;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px;text-align:center}.inquiry-write-body[data-v-ccf3c792]{flex:1;padding-top:52px;padding-bottom:80px;overflow-y:auto}.inquiry-write-banner[data-v-ccf3c792]{padding:12px 16px;background:#f5f5f5;color:#333;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.inquiry-write-form[data-v-ccf3c792]{padding:16px;display:flex;flex-direction:column;gap:24px}.inquiry-write-field[data-v-ccf3c792]{display:flex;flex-direction:column;gap:8px}.inquiry-write-field .inquiry-write-field__label[data-v-ccf3c792]{color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.inquiry-write-field .inquiry-write-field__dropdown-wrapper[data-v-ccf3c792]{position:relative}.inquiry-write-field .inquiry-write-field__dropdown-button[data-v-ccf3c792]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-sizing:border-box}.inquiry-write-field .inquiry-write-field__dropdown-button .inquiry-write-field__dropdown-placeholder[data-v-ccf3c792]{color:#999;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.inquiry-write-field .inquiry-write-field__dropdown-button .inquiry-write-field__dropdown-selected[data-v-ccf3c792]{color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.inquiry-write-field .inquiry-write-field__dropdown-button .inquiry-write-field__dropdown-chevron[data-v-ccf3c792]{width:24px;height:24px;transition:transform .2s ease}.inquiry-write-field .inquiry-write-field__dropdown-button .inquiry-write-field__dropdown-chevron--open[data-v-ccf3c792]{transform:rotate(180deg)}.inquiry-write-field .inquiry-write-field__dropdown-menu[data-v-ccf3c792]{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:20;overflow:hidden}.inquiry-write-field .inquiry-write-field__dropdown-item[data-v-ccf3c792]{width:100%;padding:12px 16px;border:none;background:#fff;color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-align:left;cursor:pointer;transition:background .2s}.inquiry-write-field .inquiry-write-field__dropdown-item[data-v-ccf3c792]:hover{background:#f5f5f5}.inquiry-write-field .inquiry-write-field__dropdown-item--selected[data-v-ccf3c792]{background:#f5f5f5;font-weight:500}.inquiry-write-field .inquiry-write-field__dropdown-item[data-v-ccf3c792]:not(:last-child){border-bottom:1px solid #f0f0f0}.inquiry-write-field .inquiry-write-field__input[data-v-ccf3c792]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px;box-sizing:border-box}.inquiry-write-field .inquiry-write-field__input[data-v-ccf3c792]::placeholder{color:#999}.inquiry-write-field .inquiry-write-field__input[data-v-ccf3c792]:focus{outline:none;border-color:#333}.inquiry-write-field .inquiry-write-field__textarea-wrapper[data-v-ccf3c792]{position:relative;border:1px solid #e0e0e0;border-radius:6px;background:#fff;min-height:200px;display:flex;flex-direction:column}.inquiry-write-field .inquiry-write-field__textarea[data-v-ccf3c792]{flex:1;padding:12px 16px;border:none;border-radius:6px;background:transparent;color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px;resize:none;box-sizing:border-box;min-height:150px}.inquiry-write-field .inquiry-write-field__textarea[data-v-ccf3c792]:focus{outline:none}.inquiry-write-field .inquiry-write-field__textarea[data-v-ccf3c792]::placeholder{color:#999}.inquiry-write-field .inquiry-write-field__textarea-guide[data-v-ccf3c792]{padding:12px 16px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:8px}.inquiry-write-field .inquiry-write-field__textarea-guide-list[data-v-ccf3c792]{display:flex;flex-direction:column;gap:4px}.inquiry-write-field .inquiry-write-field__textarea-guide-item[data-v-ccf3c792]{color:#666;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.inquiry-write-field .inquiry-write-field__textarea-counter[data-v-ccf3c792]{color:#999;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px;text-align:right}.inquiry-write-footer[data-v-ccf3c792]{position:fixed;bottom:0;left:0;right:0;padding:16px;background:#fff;border-top:1px solid #ebebeb}.inquiry-write-footer .inquiry-write-footer__button[data-v-ccf3c792]{width:100%;height:48px;border-radius:6px;background:#eb4c10;border:none;color:#fff;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer;transition:background .2s}.inquiry-write-footer .inquiry-write-footer__button.disabled[data-v-ccf3c792]{background:#9e9e9e;opacity:1;pointer-events:none}.notify-row[data-v-ccf3c792]{display:flex;align-items:center;gap:8px}.notify-desc[data-v-ccf3c792]{color:var(--Gray-600, #757575);font-size:13px;line-height:18px;margin-bottom:12px}.notify-switch span[data-v-ccf3c792]{color:#333;font-size:14px}.notify-inputs[data-v-ccf3c792],.agree-list[data-v-ccf3c792]{display:flex;flex-direction:column;gap:8px}.agree-item span[data-v-ccf3c792]{color:#333;font-size:14px}.my-agree-all-box[data-v-ccf3c792]{margin-bottom:8px}.agree-item .required[data-v-ccf3c792]{color:var(--orange-300-main, #eb4c10);font-weight:500}.my-agree-txt-box[data-v-ccf3c792]{display:flex;padding:12px 16px;flex-direction:column;gap:4px;border-radius:6px;border:1px solid #ebebeb;background:#fff;color:#575757;font-family:Pretendard;font-size:13px;line-height:20px;margin-bottom:12px;height:200px;overflow-y:auto}.my-agree-txt-box .my-agree__title[data-v-ccf3c792]{font-size:14px;font-weight:600}.dropdown-enter-active[data-v-ccf3c792],.dropdown-leave-active[data-v-ccf3c792]{transition:opacity .2s ease,transform .2s ease}.dropdown-enter-from[data-v-ccf3c792],.dropdown-leave-to[data-v-ccf3c792]{opacity:0;transform:translateY(-8px)}.inquiry-detail-container[data-v-0bed46b2]{width:100%;height:100vh;display:flex;flex-direction:column;background:#fff;overflow:hidden}.inquiry-detail-header[data-v-0bed46b2]{position:fixed;top:0;left:0;right:0;z-index:10;height:52px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #ebebeb}.inquiry-detail-header .inquiry-detail-header__back[data-v-0bed46b2]{position:absolute;left:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.inquiry-detail-header .inquiry-detail-header__title[data-v-0bed46b2]{color:#333;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px;text-align:center}.inquiry-detail-header .inquiry-detail-header__delete[data-v-0bed46b2]{position:absolute;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.inquiry-detail-header .inquiry-detail-header__delete svg[data-v-0bed46b2]{width:24px;height:24px;display:block}.inquiry-detail-body[data-v-0bed46b2]{flex:1;padding-top:52px;padding-bottom:80px;overflow-y:auto}.inquiry-detail-content[data-v-0bed46b2]{padding:16px;background:#fff}.inquiry-detail-content .inquiry-detail-content__header[data-v-0bed46b2]{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.inquiry-detail-content .inquiry-detail-content__title-row[data-v-0bed46b2]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.inquiry-detail-content .inquiry-detail-content__title[data-v-0bed46b2]{flex:1;color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.inquiry-detail-content .inquiry-detail-content__status[data-v-0bed46b2]{min-width:60px;padding:6px 12px;border-radius:6px;background:#eb4c10;color:#fff;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:500;line-height:18px;white-space:nowrap;text-align:center;flex-shrink:0}.inquiry-detail-content .inquiry-detail-content__date[data-v-0bed46b2]{color:#757575;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.inquiry-detail-content .inquiry-detail-content__text[data-v-0bed46b2]{color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-wrap;word-break:break-word}.inquiry-detail-reply[data-v-0bed46b2]{margin:16px;padding:16px;background:#f8f8f8;border-radius:8px;display:flex;flex-direction:column;gap:12px}.inquiry-detail-reply .inquiry-detail-reply__title[data-v-0bed46b2]{color:#eb4c10;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.inquiry-detail-reply .inquiry-detail-reply__content[data-v-0bed46b2]{color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-wrap;word-break:break-word}.inquiry-detail-reply .inquiry-detail-reply__date[data-v-0bed46b2]{color:#757575;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.inquiry-layer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:transparent;display:flex;align-items:flex-end;justify-content:center;pointer-events:auto}.inquiry-layer-content{width:100%;height:100%;display:flex;flex-direction:column;background:#fff}.layer-enter-active,.layer-leave-active{transition:opacity .3s ease}.layer-enter-from,.layer-leave-to{opacity:0}.layer-enter-active .inquiry-layer-content,.layer-leave-active .inquiry-layer-content{transition:transform .3s ease}.layer-enter-from .inquiry-layer-content,.layer-leave-to .inquiry-layer-content{transform:translateY(100%)}.notify-switch,.agree-item{display:flex;align-items:center;gap:8px}.notify-switch input[type=checkbox],.agree-item input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1px solid #ebebeb;border-radius:4px;background:#fff;position:relative;vertical-align:middle}.notify-switch input[type=checkbox]:checked,.agree-item input[type=checkbox]:checked{border-color:#eb4c10;background:#eb4c10}.notify-switch input[type=checkbox]:checked:after,.agree-item input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}.notify-switch span,.agree-item span{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.required{color:var(--orange-300-main, #eb4c10);font-weight:600}.inquiry-write-container[data-v-a26f7482]{width:100%;height:100vh;display:flex;flex-direction:column;background:#fff;overflow:hidden}.inquiry-write-header[data-v-a26f7482]{position:fixed;top:0;left:0;right:0;z-index:10;height:52px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #ebebeb}.inquiry-write-header .inquiry-write-header__back[data-v-a26f7482]{position:absolute;left:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.inquiry-write-header .inquiry-write-header__title[data-v-a26f7482]{color:#333;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px;text-align:center}.inquiry-write-body[data-v-a26f7482]{flex:1;padding-top:52px;padding-bottom:80px;overflow-y:auto}.inquiry-write-banner[data-v-a26f7482]{padding:12px 16px;background:#f5f5f5;color:#333;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.inquiry-write-form[data-v-a26f7482]{padding:16px;display:flex;flex-direction:column;gap:24px}.inquiry-write-field[data-v-a26f7482]{display:flex;flex-direction:column;gap:8px}.inquiry-write-field .inquiry-write-field__label[data-v-a26f7482]{color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.inquiry-write-field .inquiry-write-field__dropdown-wrapper[data-v-a26f7482]{position:relative}.inquiry-write-field .inquiry-write-field__dropdown-button[data-v-a26f7482]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-sizing:border-box}.inquiry-write-field .inquiry-write-field__dropdown-button .inquiry-write-field__dropdown-placeholder[data-v-a26f7482]{color:#999;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.inquiry-write-field .inquiry-write-field__dropdown-button .inquiry-write-field__dropdown-selected[data-v-a26f7482]{color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.inquiry-write-field .inquiry-write-field__dropdown-button .inquiry-write-field__dropdown-chevron[data-v-a26f7482]{width:24px;height:24px;transition:transform .2s ease}.inquiry-write-field .inquiry-write-field__dropdown-button .inquiry-write-field__dropdown-chevron--open[data-v-a26f7482]{transform:rotate(180deg)}.inquiry-write-field .inquiry-write-field__dropdown-menu[data-v-a26f7482]{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:20;overflow:hidden}.inquiry-write-field .inquiry-write-field__dropdown-item[data-v-a26f7482]{width:100%;padding:12px 16px;border:none;background:#fff;color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-align:left;cursor:pointer;transition:background .2s}.inquiry-write-field .inquiry-write-field__dropdown-item[data-v-a26f7482]:hover{background:#f5f5f5}.inquiry-write-field .inquiry-write-field__dropdown-item--selected[data-v-a26f7482]{background:#f5f5f5;font-weight:500}.inquiry-write-field .inquiry-write-field__dropdown-item[data-v-a26f7482]:not(:last-child){border-bottom:1px solid #f0f0f0}.inquiry-write-field .inquiry-write-field__input[data-v-a26f7482]{width:100%;height:48px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px;box-sizing:border-box}.inquiry-write-field .inquiry-write-field__input[data-v-a26f7482]::placeholder{color:#999}.inquiry-write-field .inquiry-write-field__input[data-v-a26f7482]:focus{outline:none;border-color:#333}.inquiry-write-field .inquiry-write-field__textarea-wrapper[data-v-a26f7482]{position:relative;border:1px solid #e0e0e0;border-radius:6px;background:#fff;min-height:200px;display:flex;flex-direction:column}.inquiry-write-field .inquiry-write-field__textarea[data-v-a26f7482]{flex:1;padding:12px 16px;border:none;border-radius:6px;background:transparent;color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px;resize:none;box-sizing:border-box;min-height:150px}.inquiry-write-field .inquiry-write-field__textarea[data-v-a26f7482]:focus{outline:none}.inquiry-write-field .inquiry-write-field__textarea[data-v-a26f7482]::placeholder{color:#999}.inquiry-write-field .inquiry-write-field__textarea-guide[data-v-a26f7482]{padding:12px 16px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:8px}.inquiry-write-field .inquiry-write-field__textarea-guide-list[data-v-a26f7482]{display:flex;flex-direction:column;gap:4px}.inquiry-write-field .inquiry-write-field__textarea-guide-item[data-v-a26f7482]{color:#666;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.inquiry-write-field .inquiry-write-field__textarea-counter[data-v-a26f7482]{color:#999;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px;text-align:right}.inquiry-write-footer[data-v-a26f7482]{position:fixed;bottom:0;left:0;right:0;padding:16px;background:#fff;border-top:1px solid #ebebeb}.inquiry-write-footer .inquiry-write-footer__button[data-v-a26f7482]{width:100%;height:48px;border-radius:6px;background:#9e9e9e;border:none;color:#fff;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer;transition:background .2s}.inquiry-write-footer .inquiry-write-footer__button[data-v-a26f7482]:active{background:#757575}.dropdown-enter-active[data-v-a26f7482],.dropdown-leave-active[data-v-a26f7482]{transition:opacity .2s ease,transform .2s ease}.dropdown-enter-from[data-v-a26f7482],.dropdown-leave-to[data-v-a26f7482]{opacity:0;transform:translateY(-8px)}.v-dialog-alert .alert-wrap .tit-box{gap:0;display:flex;justify-content:center;align-items:center;flex-direction:column}.mypage-body .board-inquiry-box,.mypage-body .board-tit-box{display:none}.fnt-completed{color:var(--orange-300-main, #eb4c10);text-align:right;font-size:15px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.375px}.mypage-body .my-inquiry-user .art-icon-box .NEW{display:flex;height:18px;padding:3px 6px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:#ffb4011a;color:#ffb401;text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.reply-default-box{white-space:pre-wrap;word-wrap:break-word;word-break:break-all;margin-top:16px;padding-top:44px;border-top:1px solid #ebebeb;color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.375px}.inquiry-detail-header{display:none}@media (max-width: 768px){.my-info-wrap{padding-top:52px}.inquiry-detail-header{position:fixed;top:0;left:0;right:0;z-index:10;height:52px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #ebebeb}.inquiry-detail-header .inquiry-detail-header__back{position:absolute;left:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.inquiry-detail-header .inquiry-detail-header__title{color:#333;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px;text-align:center}.inquiry-detail-header .inquiry-detail-header__right{position:absolute;right:16px;display:flex;align-items:center}.inquiry-detail-header .btn-mypage{display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.inquiry-detail-header .btn-mypage .icon-mypage{display:flex;background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto;width:36px;height:36px;border-radius:100%;font-size:0}.mypage-menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:998}.mypage-menu-dropdown{display:block;position:fixed;top:60px;right:16px;width:280px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:999;overflow:hidden}.mypage-menu-dropdown .login-msg-box{padding:20px;width:100%;box-sizing:border-box}.mypage-menu-dropdown .login-msg-box .txt-box{display:flex;flex-direction:column;align-items:flex-start;color:#333;font-size:15px;margin-bottom:16px;padding-top:6px}.mypage-menu-dropdown .login-msg-box .txt-box .txt1{font-weight:700}.mypage-menu-dropdown .login-msg-box .txt-box .txt2{color:#757575;font-size:13px;margin-top:4px}.mypage-menu-dropdown .login-msg-box .gnb-menu-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding-top:12px;border-top:1px solid #f5f5f5}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item{display:inline-block;padding:6px 12px;color:#333;font-family:Pretendard;font-size:13px;font-weight:500;line-height:20px;text-decoration:none;border-radius:6px;background:#f9f9f9;transition:all .2s;white-space:nowrap}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item:hover{background:#f0f0f0;color:#eb4c10}.mypage-menu-dropdown .login-msg-box .gnb-menu-list .gnb-menu-item.active{background:#fff5f2;color:#eb4c10;font-weight:600}.mypage-menu-dropdown .login-msg-box .btn-xs.line{width:100%;margin-top:8px;padding:8px 16px;border:1px solid #ebebeb;border-radius:6px;background:#fff;color:#333;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.mypage-menu-dropdown .login-msg-box .btn-xs.line:hover{background:#f5f5f5}.mypage-menu-dropdown .login-msg-box .btn-xs.line.login-btn{background:var(--orange-300-main, #eb4c10);color:#fff;border-color:var(--orange-300-main, #eb4c10)}.mypage-menu-dropdown .login-msg-box .btn-xs.line.login-btn:hover{background:#d43d0e;border-color:#d43d0e}.my-tit-box.com-bg-my-box{display:none!important}.myinfo-box{width:100%;max-width:100%;padding:16px;box-sizing:border-box;margin-left:0;margin-right:0}.myinfo-box .my-inquiry-user,.myinfo-box .my-inquiry-admin{width:100%}.myinfo-box .my-inquiry-user .cont-box,.myinfo-box .my-inquiry-admin .cont-box{width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.myinfo-box .my-inquiry-user .cont-box>div,.myinfo-box .my-inquiry-admin .cont-box>div{width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.myinfo-box .my-inquiry-user .cont-box>div img,.myinfo-box .my-inquiry-admin .cont-box>div img{max-width:100%;height:auto}.myinfo-box .my-inquiry-user .cont-box>div table,.myinfo-box .my-inquiry-admin .cont-box>div table{width:100%;max-width:100%;table-layout:fixed}.com-btn-box{width:100%;padding:0 16px;box-sizing:border-box;display:flex;gap:8px}.com-btn-box .custom-btn{flex:1}}@media (max-width: 1023px){.payment-detail-box[data-v-b5dc407f]{width:100%!important}}@media (max-width: 768px){.my-info-wrap[data-v-b5dc407f]{padding-top:52px}.my-tit-box[data-v-b5dc407f]{display:none}.myinfo-box[data-v-b5dc407f]{padding:16px!important}.payment-detail-box[data-v-b5dc407f]{width:100%!important;padding:0}}.custom-snackbar[data-v-50031541]{z-index:1000;align-items:center;justify-items:center}.message[data-v-50031541]{color:#fff;font-size:14px}.purchase-content[data-v-864134c5]{padding:8px 32px 32px;display:flex;flex-direction:column;gap:32px}.purchase-content .purchase-content__body[data-v-864134c5]{display:flex;flex-direction:column;justify-content:space-between;gap:60px}.purchase-content .purchase-content__top[data-v-864134c5]{display:flex;flex-direction:column;gap:6px}.purchase-content .purchase-content__top .line-box-01[data-v-864134c5]{background:var(--Gray-300, #ebebeb);height:1px;width:100%;margin:20px 0}.purchase-content .btn-com[data-v-864134c5]{width:100%}.purchase-content-box-title[data-v-864134c5]{gap:8px;display:flex;flex-direction:column}.purchase-content-box-title .bg-title[data-v-864134c5]{display:inline-flex;color:var(--gray-100-white, #fff);font-size:12px;font-weight:700;line-height:16px;border-radius:4px;background:var(--Gray-600, #757575);padding:2px 5px;align-items:center}.purchase-content-box-title .title-2[data-v-864134c5]{color:var(--Gray-800, #333);font-size:16px;font-weight:700;line-height:22px}.purchase-content-box-title .title-3[data-v-864134c5]{color:var(--Gray-600, #757575);font-size:14px;font-weight:500;line-height:18px}.purchase-content-box-title .title-4[data-v-864134c5]{color:var(--orange-300-main, #eb4c10);font-size:13px;font-weight:500;line-height:18px}.purchase-content-box[data-v-864134c5]{padding:0 24px;display:flex;flex-direction:column}.purchase-content-box .title-5[data-v-864134c5]{color:var(--Gray-800, #333);text-align:left;font-size:14px;font-weight:700;line-height:18px;margin-bottom:12px}.purchase-content-box .purchase-content-box-item[data-v-864134c5]{display:flex;padding:4px 12px;justify-content:space-between;align-items:center;font-size:14px}.purchase-content-box__wrapper[data-v-864134c5]{padding:16px 24px;display:flex;flex-direction:column;gap:10px;border-radius:12px;background:var(--Orange-100, #fff8f5)}.purchase-content-box-total[data-v-864134c5]{display:flex;justify-content:space-between;align-items:center}.purchase-content-box-total .purchase-content-box-total-title[data-v-864134c5]{color:var(--Gray-800, #333);font-size:14px;font-weight:700;line-height:18px}.purchase-content-box-total .purchase-content-box-total-price[data-v-864134c5]{color:var(--orange-300-main, #eb4c10);font-size:22px;font-weight:700;line-height:26px}.purchase-content-box-total .purchase-content-box-remain-point[data-v-864134c5]{color:var(--orange-300-main, #eb4c10);font-size:18px;font-weight:500;line-height:26px}@media (max-width: 768px){.purchase-content[data-v-864134c5]{padding:0 16px 16px;gap:16px}.purchase-content .purchase-content__body[data-v-864134c5]{gap:16px}.purchase-content .purchase-content__top .line-box-01[data-v-864134c5]{margin:10px 0}.purchase-content-box[data-v-864134c5]{padding:0 16px}.purchase-content-box__wrapper[data-v-864134c5]{padding:12px 16px}}.gifting-input__wrapper .validation-message{font-size:11px}.gifting-input__wrapper .custom-input-box{font-size:16px}.gifting-content[data-v-9e4ab38a]{padding:10px 32px 32px;min-height:300px;display:flex;flex-direction:column;gap:32px;font-family:Pretendard}.gifting-content.step-2[data-v-9e4ab38a],.gifting-content.step-2 .gifting-content__body[data-v-9e4ab38a]{gap:16px}.gifting-content .gifting-content__body[data-v-9e4ab38a]{display:flex;flex-direction:column;justify-content:space-between;gap:6px}.gifting-content .gifting-content__body .gifting-title[data-v-9e4ab38a]{display:flex;flex-direction:column;gap:4px;font-style:normal;font-weight:700}.gifting-content .gifting-content__body .gifting-title .gifting-title__category-wrapper .bg-category[data-v-9e4ab38a]{display:inline-flex;color:var(--gray-100-white, #fff);font-size:12px;line-height:16px;border-radius:4px;background:var(--Gray-600, #757575);padding:2px 5px;align-items:center;gap:10px}.gifting-content .gifting-content__body .gifting-title .gifting-item .gifting-item__name[data-v-9e4ab38a]{color:var(--Gray-800, #333);font-size:16px;line-height:22px}.gifting-content .gifting-content__body .gifting-title .gifting-item .gifting-item__price[data-v-9e4ab38a]{color:var(--orange-300-main, #eb4c10);font-size:12px;line-height:22px}.gifting-content .gifting-content__body .gifting-input__wrapper[data-v-9e4ab38a]{display:flex;flex-direction:column;gap:10px}.gifting-content .gifting-content__body .gifting-input__wrapper .gifting-input__label[data-v-9e4ab38a]{color:var(--Gray-800, #333);font-size:13px;font-weight:400;line-height:20px}.gifting-content .gifting-content__body .gifting-input__wrapper .gifting-input__label .test-fill-btn[data-v-9e4ab38a]{margin-left:8px;padding:2px 8px;font-size:11px;color:#fff;background:#666;border:none;border-radius:4px;cursor:pointer}.gifting-content .gifting-content__body .gifting-input__wrapper .divider[data-v-9e4ab38a]{margin:5px 0;width:100%;height:1px;background:#ebebeb}.gifting-content .gifting-content__body .gifting-input__wrapper .gift-message__wrapper[data-v-9e4ab38a]{position:relative}.gifting-content .gifting-content__body .gifting-input__wrapper .gift-message__wrapper .gift-message__textarea[data-v-9e4ab38a]{width:100%;padding:12px 14px 28px;border-radius:6px;border:1px solid var(--Gray-300, #ddd);background:var(--gray-100-white, #fff);font-family:Pretendard;font-size:16px;line-height:20px;color:var(--Gray-800, #333);resize:none;outline:none;box-sizing:border-box}.gifting-content .gifting-content__body .gifting-input__wrapper .gift-message__wrapper .gift-message__textarea[data-v-9e4ab38a]::placeholder{color:var(--Gray-400, #bbb)}.gifting-content .gifting-content__body .gifting-input__wrapper .gift-message__wrapper .gift-message__textarea[data-v-9e4ab38a]:focus{border-color:var(--orange-300-main, #eb4c10)}.gifting-content .gifting-content__body .gifting-input__wrapper .gift-message__wrapper .gift-message__count[data-v-9e4ab38a]{position:absolute;right:14px;bottom:10px;color:var(--Gray-500, #999);font-size:12px;font-weight:400}.gifting-content .gifting-content__body .gifting-notice__box[data-v-9e4ab38a]{display:flex;flex-direction:column;gap:5px;color:#e3472f;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:400;line-height:130%}.gifting-content .gifting-content__body .gifting-confirm__wrapper[data-v-9e4ab38a]{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:16px;border:1px solid #d9d9d9;color:var(--Gray-800, #333);font-size:12px}.gifting-content .gifting-content__body .gifting-confirm__wrapper .divider[data-v-9e4ab38a]{width:100%;height:1px;background:#ddd}.gifting-content .gifting-content__body .gifting-confirm__wrapper .gifting-confirm__message[data-v-9e4ab38a]{padding:10px 12px;display:flex;flex-direction:column;border-radius:12px;background-color:#f8f8f8;font-weight:400;line-height:20px}.gifting-content .gifting-content__body .gifting-confirm__wrapper .gifting-confirm__row[data-v-9e4ab38a]{padding:0 12px;display:flex;justify-content:space-between;align-items:flex-start;line-height:18px}.gifting-content .gifting-content__body .gifting-confirm__wrapper .gifting-confirm__row .gifting-confirm__key[data-v-9e4ab38a]{font-weight:500;min-width:50px}.gifting-content .gifting-content__body .gifting-confirm__wrapper .gifting-confirm__row .gifting-confirm__value[data-v-9e4ab38a]{font-weight:600;text-align:right;word-break:break-all}.gifting-content .gifting-content__body .gifting-payment__wrapper[data-v-9e4ab38a]{padding:16px 0}.gifting-content .gifting-content__body .gifting-payment__wrapper .gifting-payment__row[data-v-9e4ab38a]{display:flex;justify-content:space-between;align-items:center}.gifting-content .gifting-content__body .gifting-payment__wrapper .gifting-payment__row .gifting-payment__label[data-v-9e4ab38a]{color:var(--Gray-800, #333);font-size:14px;font-weight:700;line-height:18px}.gifting-content .gifting-content__body .gifting-payment__wrapper .gifting-payment__row .gifting-payment__value[data-v-9e4ab38a]{color:var(--orange-300-main, #eb4c10);font-size:22px;font-weight:700;line-height:26px}.gifting-content .purchase-content-box-total[data-v-9e4ab38a]{display:flex;justify-content:space-between;align-items:center}.gifting-content .purchase-content-box-total .purchase-content-box-total-title[data-v-9e4ab38a]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.gifting-content .purchase-content-box-total .purchase-content-box-total-price[data-v-9e4ab38a]{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:26px}.gifting-content .purchase-content-box-total .purchase-content-box-remain-point[data-v-9e4ab38a]{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:26px}.gifting-content .purchase-content-box__wrapper[data-v-9e4ab38a]{padding:16px 24px;display:flex;flex-direction:column;gap:10px;border-radius:12px;background:var(--Orange-100, #fff8f5)}.gifting-content .purchase-content-box[data-v-9e4ab38a]{padding:0 24px;display:flex;flex-direction:column}.gifting-content .purchase-content-box .title-5[data-v-9e4ab38a]{color:var(--Gray-800, #333);text-align:left;font-size:14px;font-style:normal;font-weight:700;line-height:18px;margin-bottom:12px}.gifting-content .purchase-content-box .purchase-content-box-item[data-v-9e4ab38a]{display:flex;padding:4px 12px;justify-content:space-between;align-items:center;align-self:stretch;font-size:14px}.gifting-content .btn-com[data-v-9e4ab38a]{width:100%;display:flex;gap:8px}.gifting-content .btn-com .cancel[data-v-9e4ab38a],.gifting-content .btn-com .submit[data-v-9e4ab38a]{font-size:16px;font-weight:700;line-height:20px}.gifting-content .btn-com .submit.disabled[data-v-9e4ab38a]{background:#949494}.gifting-step3[data-v-9e4ab38a]{display:flex;flex-direction:column;flex:1;min-height:100%;gap:40px}.gifting-step3 .gifting-complete[data-v-9e4ab38a]{gap:40px}.gifting-step3__bottom[data-v-9e4ab38a]{display:flex;flex-direction:column;gap:40px}.gifting-step3__bottom .btn-com[data-v-9e4ab38a]{width:100%}.gifting-complete[data-v-9e4ab38a]{align-items:center;text-align:center;gap:40px}.gifting-complete__icon[data-v-9e4ab38a]{width:80px;height:80px}.gifting-complete__message[data-v-9e4ab38a]{color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.gifting-complete__footer-notice[data-v-9e4ab38a]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px;word-break:keep-all;text-align:center}.gifting-complete__footer-notice .link[data-v-9e4ab38a]{text-decoration:underline;cursor:pointer}@media (max-width: 768px){.gifting-content[data-v-9e4ab38a]{padding:0 16px 16px;gap:16px}.gifting-content .gifting-content__body .gifting-confirm__wrapper[data-v-9e4ab38a]{padding:12px}.gifting-content .gifting-content__body .purchase-content-box__wrapper[data-v-9e4ab38a]{padding:12px 16px}.gifting-content .gifting-content__body .purchase-content-box[data-v-9e4ab38a]{padding:0 16px}.gifting-step3[data-v-9e4ab38a]{gap:32px;padding-bottom:16px}.gifting-step3 .gifting-complete[data-v-9e4ab38a],.gifting-step3__bottom[data-v-9e4ab38a]{gap:32px}}.ticket-product-guide{display:none;width:100%;padding:20px 16px;background:#fff}@media (max-width: 768px){.ticket-product-guide{display:flex;flex-direction:column}}.ticket-product-guide .guide-section:last-child{border-bottom:1px solid #ebebeb}.ticket-product-guide .guide-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;cursor:pointer}.ticket-product-guide .guide-header .header-content,.ticket-product-guide .guide-header .header-right{display:flex;align-items:center;gap:8px}.ticket-product-guide .guide-header .ticket-type{color:var(--guide-accent);font-family:Pretendard;font-size:15px;font-weight:700;line-height:20px}.ticket-product-guide .guide-header .ticket-desc{color:#333;font-family:Pretendard;font-size:13px;font-weight:500;line-height:20px}.ticket-product-guide .guide-header .discount-rate{color:var(--guide-accent);font-family:Pretendard;font-size:15px;font-weight:700;line-height:1.3}.ticket-product-guide .guide-header .arrow-icon{display:flex;align-items:center;justify-content:center;transition:transform .2s ease;transform:rotate(180deg)}.ticket-product-guide .guide-section.open .guide-header .arrow-icon{transform:rotate(0)}.ticket-product-guide .guide-body{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:33px 40px;gap:15px;background:#fff}.ticket-product-guide .guide-body .body-top,.ticket-product-guide .guide-body .body-bottom{display:flex;flex-direction:column;align-items:center;text-align:center}.ticket-product-guide .guide-body .body-top{gap:5px}.ticket-product-guide .guide-body .body-bottom{gap:2px}.ticket-product-guide .guide-body .body-title{color:#333;font-family:Pretendard;font-size:14px;font-weight:700;line-height:20px;margin:0}.ticket-product-guide .guide-body .body-desc{color:#333;font-family:Pretendard;font-size:13px;font-weight:500;line-height:20px;margin:0}.ticket-product-guide .guide-body .body-highlight{display:flex;align-items:center;gap:5px;color:#333;font-family:Pretendard;font-size:14px;font-weight:700;line-height:20px;margin:0}.ticket-product-guide .guide-body .discount-badge{display:inline-flex;align-items:center;justify-content:center;padding:1px 8px;background:#eb4c10;border-radius:100px;color:#fff;font-family:Pretendard;font-size:15px;font-weight:700;line-height:20px}.ticket-product-guide .guide-body .accent-text{color:var(--guide-accent, #eb4c10);font-weight:700}.product-card-box{display:flex;flex-wrap:wrap;gap:20px}.product-card-box .row-box{cursor:pointer;flex:0 0 calc((100% - 40px) / 3);max-width:min(380px,(100% - 40px) / 3);display:flex;align-items:center;justify-content:flex-start;flex-direction:column;position:relative}.product-card-box .row-box .none-thumbnail{width:100%;aspect-ratio:326/183;position:relative;border-radius:12px;background:url(/assets/img_none_2-B6vpV-BP.png) center center no-repeat;background-size:cover;overflow:hidden;z-index:2}.product-card-box .row-box .none-thumbnail .img{display:block;width:100%;height:100%;border-radius:12px;object-fit:cover}.product-card-box .row-box .img-box{width:100%;aspect-ratio:326/183;position:relative;border-radius:12px;background:url(/assets/img_none_2-B6vpV-BP.png) center center no-repeat;background-size:cover;overflow:hidden}.product-card-box .row-box .img-box img{display:block;width:100%;height:100%;border-radius:12px;object-fit:cover}.product-card-box .row-box .img-box .tit{font-size:25px;color:#fff;font-weight:800;position:absolute;left:8.53%;top:30.43%}.product-card-box .row-box .img-box .tits{font-size:16.5px;color:#fff;font-weight:400;position:absolute;left:8.53%;top:17.39%}.product-card-box .row-box .img-box .type{font-size:14px;color:#fff;font-weight:700;padding:4px 8px;display:inline-block;border-radius:18px;background:#ae8616;position:absolute;left:8.53%;bottom:13.04%}.product-card-box .row-box .text-box{z-index:1;display:flex;width:100%;padding:20px;border-radius:10px;box-shadow:0 0 10px #0000001a;flex-direction:column;position:relative;word-break:keep-all}.product-card-box .row-box .text-box .txt-like{position:absolute;top:20px;right:20px}.product-card-box .row-box .text-box .txt1{display:flex;align-items:center;gap:4px;margin-bottom:8px}.product-card-box .row-box .text-box .txt1 .txt1-1{display:inline-block;width:auto;padding:2px 6px;border-radius:4px;background:#757575;color:#fff;font-size:12px;font-weight:700}.product-card-box .row-box .text-box .txt2{display:inline-block;color:#333;font-size:18px;font-weight:700;margin-bottom:4px}.product-card-box .row-box .text-box .txt3{display:inline-block;color:#757575;font-size:14px;font-weight:500}.product-card-box .row-box .text-box .txt4{margin-top:24px;display:flex;flex-wrap:wrap;color:#ff6b6b;font-size:13px;font-weight:500;gap:0 8px}.guide-pro-top{margin-bottom:50px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;position:relative}.guide-pro-top .txt-like{position:absolute;right:0;top:0}.guide-pro-top .icon-like path{width:20px;height:20px;fill:#ebebeb;stroke:#ebebeb}.guide-pro-top .icon-like.active path{fill:#eb4c10;stroke:#eb4c10}.guide-pro-top .img-box{width:460px;height:258px}.guide-pro-top .img-box img{width:100%;aspect-ratio:230/129;object-fit:cover;border-radius:16px}.guide-pro-top .none-thumbnail{width:460px;height:258px;position:relative;border-radius:16px;background:url(/assets/img_none_2-B6vpV-BP.png) center center no-repeat;background-size:cover;overflow:hidden;z-index:2}.guide-pro-top .none-thumbnail .img{display:block;width:100%;height:100%;border-radius:16px;object-fit:cover}.guide-pro-top .text-box{display:flex;flex:1;flex-direction:column}.guide-pro-top .text-box .txt1{display:flex;align-items:center;gap:4px;padding-top:28px;margin-bottom:8px}.guide-pro-top .text-box .txt1 .txt1-1{display:inline-block;border-radius:4px;background:#757575;font-size:12px;font-weight:700;color:#fff;padding:2px 6px}.guide-pro-top .text-box .txt2{color:#333;font-size:22px;font-weight:700;margin-bottom:14px}.guide-pro-top .text-box .txt3{color:#757575;font-size:14px;font-weight:500;margin-bottom:18px}.guide-pro-top .text-box .txt4{display:flex;color:#ff6b6b;font-size:13px;font-weight:500;margin-bottom:31px;gap:8px}.guide-pro-top .text-box .txt5{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.guide-pro-top .text-box .txt5 .type-box{width:200px}.guide-pro-top .text-box .txt5 .price-box{display:flex;position:relative;flex-direction:column;margin-left:auto;align-items:flex-end}.guide-pro-top .text-box .txt5 .pirce1{color:#949494;font-size:15px;font-weight:400;text-decoration:line-through}.guide-pro-top .text-box .txt5 .pirce2{border-radius:4px;background:#ff6b6b1a;color:#ff6b6b;font-size:12px;font-weight:700;display:inline-flex;padding:2px 4px;margin-right:8px}.guide-pro-top .text-box .txt5 .pirce3{color:#333;font-size:22px;font-weight:700}.guide-pro-top .text-box .txt5 .btn-payment{width:160px;height:38px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#eb4c10;border-radius:6px;font-size:14px;font-weight:700}.guide-pro-cont{display:flex;justify-content:center;flex-direction:column;align-items:center}.guide-pro-cont.selected section{padding-top:55px}.guide-pro-cont .line-box{border-bottom:1px solid #ebebeb;padding:40px 0}.guide-detail-btn-box{display:flex;justify-content:space-between;width:100%;gap:20px}.guide-detail-btn-box button{flex:1;display:flex;align-items:center;justify-content:center}.guide-detail-btn-box button:first-child{justify-content:flex-start}.guide-detail-btn-box button:first-child .txt-box{text-align:left;margin-left:20px}.guide-detail-btn-box button:nth-child(2){justify-content:center}.guide-detail-btn-box button:last-child{justify-content:flex-end}.guide-detail-btn-box button:last-child .txt-box{text-align:right;margin-right:20px}.guide-detail-btn-box button .txt-box{display:flex;flex-direction:column}.guide-detail-btn-box button .txt1{color:#333;font-size:14px;font-weight:700}.guide-detail-btn-box button .txt2{color:#949494;font-size:13px;font-weight:500}.tab-guide-list{font-size:15px;color:#757575;display:flex;gap:20px;margin-bottom:40px}.tab-guide-list.selected{position:fixed;top:20px}.tab-guide-list .btn-tab-guide{font-weight:800;color:#575757;position:relative;height:30px;padding-bottom:8px;display:flex;align-items:flex-start}.tab-guide-list .btn-tab-guide.active:after{content:"";display:block;position:absolute;width:100%;height:2px;font-size:0;background:#333;z-index:1;bottom:0;right:0;left:0}@media (max-width: 1280px){.product-card-box{gap:16px}.product-card-box .row-box{flex:0 0 calc((100% - 32px) / 3);max-width:min(380px,(100% - 32px) / 3)}}@media (max-width: 1100px){.product-card-box{gap:16px}.product-card-box .row-box{flex:0 0 calc((100% - 16px)/2);max-width:min(380px,(100% - 16px) / 2)}}@media (max-width: 768px){.product-card-box{gap:12px}.product-card-box .row-box{flex:0 0 calc((100% - 12px)/2);max-width:calc((100% - 12px)/2)}.product-card-box .row-box .text-box{padding:12px}.product-card-box .row-box .text-box .txt4{flex-wrap:wrap}}@media (max-width: 480px){.product-card-box .row-box{flex:0 0 100%;max-width:100%}.product-card-box .row-box .text-box .txt4{flex-wrap:wrap}}.com-app-tit-box,.com-app-tab-box{display:none}@media (max-width: 768px){.body-pd-40{padding:0!important}.header-wrap,.credit_bar_container{display:none!important}.mypage-gnb{display:none}.mypage-layout .mypage-body{grid-template-columns:1fr!important}.myinfo-box{padding:0}.mypage-content{width:100%}.nc-footer{display:none}.com-bg-my-box{padding:0!important}.com-bg-my-box.pd-16{padding:12px 16px!important}.com-bg-my-box.h-small.st-guide{padding:0!important}.com-app-tit-box{position:absolute;top:0;left:0;z-index:100;width:100%;height:52px;padding:14px 16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background-color:#fff}.com-app-tit-box .btn-left{position:absolute;left:16px;top:14px}.com-app-tit-box .btn-right{position:absolute;right:16px;top:14px;display:flex;flex-direction:row;align-items:center;gap:8px}.com-app-tit-box .tit{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px}.com-app-tit-box .btn-box{position:absolute;right:16px;top:14px}.com-app-tab-box{position:absolute;top:52px;left:0;z-index:100;width:100%;height:50px;display:flex;padding:0 16px;border-bottom:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.com-app-tab-box .tab-button{flex:1;display:flex;justify-content:center;align-items:center;color:var(--Gray-600, #757575);text-align:center;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:500;line-height:22px}.com-app-tab-box .tab-button.selected{color:var(--orange-300-main, #eb4c10);font-weight:700;border-bottom:2px solid var(--orange-300-main, #eb4c10)}.com-pc-title-box,.com-pc-title-box.my-tit-box,.display-pc-only{display:none}}body.is-webview .nc-footer{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;overflow:hidden!important;position:absolute!important;z-index:-1!important}.btnList{width:240px!important}.my-info-wrap.gift-box-wrap,.my-info-wrap.purchase-points,.my-info-wrap.purchase-ticket,.my-info-wrap.purchase-ticket-detail{margin-bottom:40px}.my-info-wrap.gift-box-wrap .my-tit-box,.my-info-wrap.purchase-points .my-tit-box,.my-info-wrap.purchase-ticket .my-tit-box,.my-info-wrap.purchase-ticket-detail .my-tit-box{margin:0 0 28px;padding:40px 0 0}.my-info-wrap.gift-box-wrap .my-tit-box .tit,.my-info-wrap.purchase-points .my-tit-box .tit,.my-info-wrap.purchase-ticket .my-tit-box .tit,.my-info-wrap.purchase-ticket-detail .my-tit-box .tit{margin:0;font-size:20px;line-height:24px}.my-info-wrap.gift-box-wrap .myinfo-box.com-bg-my-box,.my-info-wrap.purchase-points .myinfo-box.com-bg-my-box,.my-info-wrap.purchase-ticket .myinfo-box.com-bg-my-box,.my-info-wrap.purchase-ticket-detail .myinfo-box.com-bg-my-box{padding:0}@media (max-width: 1024px){.my-info-wrap.gift-box-wrap .my-tit-box,.my-info-wrap.purchase-points .my-tit-box,.my-info-wrap.purchase-ticket .my-tit-box,.my-info-wrap.purchase-ticket-detail .my-tit-box{margin:0 0 28px;padding:40px 0 0}.my-info-wrap.gift-box-wrap .my-tit-box .tit,.my-info-wrap.purchase-points .my-tit-box .tit,.my-info-wrap.purchase-ticket .my-tit-box .tit,.my-info-wrap.purchase-ticket-detail .my-tit-box .tit{margin:0;font-size:20px;line-height:24px}.my-info-wrap.gift-box-wrap .myinfo-box.com-bg-my-box,.my-info-wrap.purchase-points .myinfo-box.com-bg-my-box,.my-info-wrap.purchase-ticket .myinfo-box.com-bg-my-box,.my-info-wrap.purchase-ticket-detail .myinfo-box.com-bg-my-box{padding:0}}@media (max-width: 768px){.my-info-wrap.gift-box-wrap,.my-info-wrap.purchase-ticket,.my-info-wrap.purchase-ticket-detail{position:relative;width:100vw;height:100vh;display:flex;overflow:hidden;margin-bottom:0}.my-info-wrap.gift-box-wrap .myinfo-box,.my-info-wrap.purchase-ticket .myinfo-box,.my-info-wrap.purchase-ticket-detail .myinfo-box{margin:12px 0 0;border-radius:0;overflow:scroll}.my-info-wrap.gift-box-wrap .myinfo-box .st-board-list,.my-info-wrap.purchase-ticket .myinfo-box .st-board-list,.my-info-wrap.purchase-ticket-detail .myinfo-box .st-board-list{padding:50px 0 0}.my-info-wrap.gift-box-wrap .myinfo-box .pagination,.my-info-wrap.purchase-ticket .myinfo-box .pagination,.my-info-wrap.purchase-ticket-detail .myinfo-box .pagination{margin-bottom:40px}.my-info-wrap.gift-box-wrap .myinfo-box.com-bg-my-box,.my-info-wrap.purchase-ticket .myinfo-box.com-bg-my-box,.my-info-wrap.purchase-ticket-detail .myinfo-box.com-bg-my-box{padding:0!important}.my-info-wrap.gift-box-wrap .myinfo-box.com-bg-my-box .txt1,.my-info-wrap.purchase-ticket .myinfo-box.com-bg-my-box .txt1,.my-info-wrap.purchase-ticket-detail .myinfo-box.com-bg-my-box .txt1{padding:12px 0 0}.my-info-wrap.gift-box-wrap .my-tit-box,.my-info-wrap.purchase-ticket .my-tit-box,.my-info-wrap.purchase-ticket-detail .my-tit-box{margin:0;padding:0}.my-info-wrap.gift-box-wrap .my-tit-box .tit,.my-info-wrap.purchase-ticket .my-tit-box .tit,.my-info-wrap.purchase-ticket-detail .my-tit-box .tit{margin:0;font-size:20px;line-height:24px}.my-info-wrap.purchase-points{position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;margin-bottom:0}.my-info-wrap.purchase-points .my-tit-box{margin:0;padding:0}.my-info-wrap.purchase-points .my-tit-box .tit{margin:0;font-size:20px;line-height:24px}.my-info-wrap.purchase-points .myinfo-box{margin:0;border-radius:0;overflow:visible}.product-card-box .row-box{margin-bottom:0;padding:0;box-sizing:border-box;border-radius:12px;box-shadow:0 0 10px #0000001a}.product-card-box .row-box .text-box{border-top-left-radius:0;border-top-right-radius:0;box-shadow:none}.guide-pro-top{flex-wrap:wrap;margin-bottom:28px}.guide-pro-top .none-thumbnail,.guide-pro-top .img-box{width:100%;order:2;height:auto}.guide-pro-top .none-thumbnail img,.guide-pro-top .img-box img{border-radius:0!important}.guide-pro-top .none-thumbnail{aspect-ratio:230/129;height:auto}.guide-pro-top .none-thumbnail .img{border-radius:0!important}.guide-pro-top .text-box{padding:0 16px}.guide-pro-top .text-box .txt4{margin-bottom:28px}.guide-pro-top .text-box .txt5{flex-wrap:wrap}.guide-pro-top .text-box .txt5 .type-box{width:100%;margin-bottom:28px}.guide-pro-top .text-box .txt5 .type-box .custom-select-wrapper{width:100%}.guide-pro-top .text-box .txt5 .price-box .discount-box{display:flex;align-items:center}.tab-guide-list{padding:0 16px}.article-content-box{padding:20px 16px!important}.guide-detail-btn-box.btn-com{flex-wrap:wrap;padding:0 16px}.guide-detail-btn-box.btn-com .btnPrev,.guide-detail-btn-box.btn-com .btnNext{width:50%!important}.guide-detail-btn-box.btn-com .btnPrev{order:1}.guide-detail-btn-box.btn-com .btnNext{order:2}.guide-detail-btn-box.btn-com .btnList.btn-line{order:3;margin-bottom:28px;width:100%!important;flex-basis:100%!important;height:48px!important;min-height:48px!important}.category-list-box{margin-bottom:28px}}.price-action-row{width:100%;min-height:52px;display:flex;flex:1;flex-direction:row;align-items:center;justify-content:flex-end;gap:16px}.btn-payment-big{display:flex;width:100px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.btn-payment-big:disabled{background:var(--Gray-500, #949494);color:var(--gray-100-white, #fff);cursor:not-allowed}.btn-gifting{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#eb4c10;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.btn-gifting .btn-gifting__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.custom-select-wrapper{display:flex;width:200px;height:38px;padding:10px 12px;justify-content:space-between;align-items:center;border-radius:8px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);cursor:pointer;position:relative;color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.dropdown-icon{width:12px;height:12px;flex-shrink:0;margin-left:8px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13473_114108)'%3e%3cpath%20d='M6.40148%208.45915C6.20157%208.72846%205.79843%208.72846%205.59852%208.45915L2.69526%204.54802C2.45036%204.2181%202.68585%203.75%203.09674%203.75L8.90326%203.75C9.31415%203.75%209.54964%204.2181%209.30474%204.54802L6.40148%208.45915Z'%20fill='%23333333'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13473_114108'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;transition:transform .3s ease}.dropdown-icon.open{transform:rotate(180deg);transition:transform .3s ease}.dropdown-list{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--Gray-300, #ebebeb);box-shadow:0 0 10px #0000001a;border-radius:8px;z-index:100;list-style:none;padding:6px 0;max-height:none;overflow-y:visible;animation:slideDown .3s ease-out;transform-origin:top center}.dropdown-item{padding:10px 16px;cursor:pointer;white-space:nowrap}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item.disabled{color:#aaa;cursor:default;pointer-events:none}.pop-area-mobile.v-dialog--fullscreen .v-card{border-radius:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}.pop-area-mobile.v-dialog--fullscreen .pop-inner{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;height:100%!important;box-sizing:border-box!important;overflow-x:hidden!important;border-radius:0!important}.pop-area-mobile.v-dialog--fullscreen .pop-inner .pop-tit-box{padding:10px 16px!important;gap:16px!important;flex-shrink:0!important}.pop-area-mobile.v-dialog--fullscreen .pop-inner .pop-body{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0 16px!important;flex:1!important;overflow-y:auto!important}.mobile-option-drawer-overlay[data-v-c931d133],.mobile-option-drawer[data-v-c931d133]{display:none}@media (max-width: 768px){.mobile-option-drawer-overlay[data-v-c931d133]{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000}.mobile-option-drawer[data-v-c931d133]{display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;width:306px;max-width:85vw;background:#fff;z-index:1001}.mobile-option-drawer__header[data-v-c931d133]{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 16px;border-bottom:1px solid #ebebeb}.mobile-option-drawer__title[data-v-c931d133]{font-family:Pretendard,sans-serif;font-size:16px;font-weight:600;color:#333;line-height:22px}.mobile-option-drawer__close[data-v-c931d133]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;cursor:pointer;padding:0}.mobile-option-drawer__body[data-v-c931d133]{flex:1;overflow-y:auto;padding:12px 16px 28px;display:flex;flex-direction:column;gap:28px}.drawer-option-section__title[data-v-c931d133]{font-family:Pretendard,sans-serif;font-size:16px;font-weight:700;color:#333;line-height:20px;margin-bottom:12px}.drawer-option-section__row[data-v-c931d133]{display:flex;gap:8px}.drawer-option-section__row.triple .drawer-option-box[data-v-c931d133]{width:86px}.drawer-option-section__row.double .drawer-option-box[data-v-c931d133]{flex:1}.drawer-option-box[data-v-c931d133]{position:relative;display:flex;flex-direction:column;align-items:center;border:none;background:transparent;cursor:pointer;padding:0}.drawer-option-box__icon[data-v-c931d133]{width:86px;height:48px;border-radius:8px;border:1px solid #ebebeb;background:#fff;display:flex;align-items:center;justify-content:center}.drawer-option-box__text-icon[data-v-c931d133]{width:100%;height:48px;border-radius:8px;border:1px solid #ebebeb;background:#fff;display:flex;align-items:center;justify-content:center;font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#333;line-height:18px}.drawer-option-box__label[data-v-c931d133]{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#333;text-align:center;line-height:18px;margin-top:6px}.drawer-option-box.active .drawer-option-box__icon[data-v-c931d133],.drawer-option-box.active .drawer-option-box__text-icon[data-v-c931d133]{border:1px solid #eb4c10}.drawer-check-badge[data-v-c931d133]{position:absolute;top:0;right:0;width:18px;height:18px;border-radius:6px;background:#eb4c10;display:flex;align-items:center;justify-content:center}.lang-icon[data-v-c931d133]{gap:2px}.lang-icon .chn-char[data-v-c931d133]{font-family:serif;font-size:14px;font-weight:700;color:#333}.lang-icon .chn-char.single[data-v-c931d133]{font-size:18px}.lang-icon .divider[data-v-c931d133]{font-size:12px;color:#c2c2c2;transform:rotate(30deg);display:inline-block}.lang-icon .kor-char[data-v-c931d133]{font-family:Pretendard,sans-serif;font-size:14px;font-weight:500;color:#333}.lang-icon .kor-char.single[data-v-c931d133]{font-size:18px}.theme-icon .theme-sample[data-v-c931d133]{font-family:serif;font-size:20px;font-weight:700;line-height:1}.theme-icon.fntcolor01[data-v-c931d133]{background:#5e9f1c;border-color:#5e9f1c!important}.theme-icon.fntcolor01 .theme-sample[data-v-c931d133]{color:#fff}.theme-icon.fntcolor02[data-v-c931d133]{background:#fff}.theme-icon.fntcolor02 .theme-sample[data-v-c931d133]{color:#5e9f1c}.theme-icon.fntcolor03[data-v-c931d133]{background:#fff}.theme-icon.fntcolor03 .theme-sample[data-v-c931d133]{color:#333}.drawer-option-box.active .theme-icon.fntcolor01[data-v-c931d133]{border-color:#eb4c10!important}.drawer-divider[data-v-c931d133]{width:100%;height:1px;background:#ebebeb}.drawer-fade-enter-active[data-v-c931d133],.drawer-fade-leave-active[data-v-c931d133]{transition:opacity .3s ease}.drawer-fade-enter-from[data-v-c931d133],.drawer-fade-leave-to[data-v-c931d133]{opacity:0}.drawer-slide-enter-active[data-v-c931d133],.drawer-slide-leave-active[data-v-c931d133]{transition:transform .3s ease}.drawer-slide-enter-from[data-v-c931d133],.drawer-slide-leave-to[data-v-c931d133]{transform:translate(-100%)}}.mobile-picker[data-v-ab86b58b]{background:#fff;border-radius:16px;overflow:hidden}.mobile-picker-header[data-v-ab86b58b]{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e5e5}.mobile-picker-header .title[data-v-ab86b58b]{font-size:17px;font-weight:600;color:#1a1a1a}.mobile-picker-header .cancel-btn[data-v-ab86b58b],.mobile-picker-header .confirm-btn[data-v-ab86b58b]{font-size:17px;background:none;border:none;padding:0;cursor:pointer}.mobile-picker-header .cancel-btn[data-v-ab86b58b]{color:#8e8e8e}.mobile-picker-header .confirm-btn[data-v-ab86b58b]{color:#ff6b35;font-weight:600}.mobile-picker-body[data-v-ab86b58b]{position:relative;height:220px;overflow:hidden}.mobile-picker-body .picker-columns[data-v-ab86b58b]{display:flex;height:100%}.mobile-picker-body .picker-column[data-v-ab86b58b]{flex:1;height:100%}.mobile-picker-body .picker-scroll[data-v-ab86b58b]{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-picker-body .picker-scroll[data-v-ab86b58b]::-webkit-scrollbar{display:none}.mobile-picker-body .picker-spacer[data-v-ab86b58b]{height:88px}.mobile-picker-body .picker-item[data-v-ab86b58b]{height:44px;display:flex;align-items:center;justify-content:center;font-size:20px;color:silver;scroll-snap-align:center;transition:color .15s,transform .15s}.mobile-picker-body .picker-item.selected[data-v-ab86b58b]{color:#1a1a1a;font-weight:600;transform:scale(1.05)}.mobile-picker-body .picker-highlight[data-v-ab86b58b]{position:absolute;left:16px;right:16px;top:50%;transform:translateY(-50%);height:44px;background:#ff6b3514;border-radius:8px;pointer-events:none}.mobile-picker[data-v-5ba2a884]{background:#fff;border-radius:16px;overflow:hidden}.mobile-picker-header[data-v-5ba2a884]{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e5e5}.mobile-picker-header .title[data-v-5ba2a884]{font-size:17px;font-weight:600;color:#1a1a1a}.mobile-picker-header .cancel-btn[data-v-5ba2a884],.mobile-picker-header .confirm-btn[data-v-5ba2a884]{font-size:17px;background:none;border:none;padding:0;cursor:pointer}.mobile-picker-header .cancel-btn[data-v-5ba2a884]{color:#8e8e8e}.mobile-picker-header .confirm-btn[data-v-5ba2a884]{color:#ff6b35;font-weight:600}.mobile-picker-body[data-v-5ba2a884]{position:relative;height:220px;overflow:hidden}.mobile-picker-body .picker-columns[data-v-5ba2a884]{display:flex;height:100%}.mobile-picker-body .picker-column[data-v-5ba2a884]{flex:1;height:100%}.mobile-picker-body .picker-scroll[data-v-5ba2a884]{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-picker-body .picker-scroll[data-v-5ba2a884]::-webkit-scrollbar{display:none}.mobile-picker-body .picker-spacer[data-v-5ba2a884]{height:88px}.mobile-picker-body .picker-item[data-v-5ba2a884]{height:44px;display:flex;align-items:center;justify-content:center;font-size:20px;color:silver;scroll-snap-align:center;transition:color .15s,transform .15s}.mobile-picker-body .picker-item.selected[data-v-5ba2a884]{color:#1a1a1a;font-weight:600;transform:scale(1.05)}.mobile-picker-body .picker-highlight[data-v-5ba2a884]{position:absolute;left:16px;right:16px;top:50%;transform:translateY(-50%);height:44px;background:#ff6b3514;border-radius:8px;pointer-events:none}.mobile-picker-dialog{border-radius:16px!important}.pop-detail-body[data-v-b3dabc3b]{display:flex;flex-direction:column;align-items:center;gap:20px}.pop-detail-body .img-box[data-v-b3dabc3b]{padding-bottom:20px;overflow:auto}.pop-detail-body .img-box .summertime-img[data-v-b3dabc3b]{background:url(/assets/img_summer_time-DMu04cFu.png) center center no-repeat;background-size:cover;width:736px;height:538px}.description[data-v-b3dabc3b]{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.description .title[data-v-b3dabc3b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.375px}.description .content-st[data-v-b3dabc3b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.page-navi .btn-first{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='icon_front' transform='translate(-824 -1618)'%3E%3Cg id='prev' transform='translate(17 91)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(810.25 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3Cline id='선_100' data-name='선 100' y2='8' transform='translate(831.75 1626)' fill='none' stroke='%23999' stroke-linecap='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.page-navi .btn-prev{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='prev' transform='translate(-807 -1527)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(808 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.page-navi .btn-next{font-size:0;background-image:url("data:image/svg+xml,%3Csvg id='next' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M9,5l4,4L9,13' transform='translate(1 3)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/svg%3E%0A")}.page-navi .btn-last{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='icon_back' transform='translate(848 1642) rotate(180)'%3E%3Cg id='prev' transform='translate(17 91)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(810.25 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3Cline id='선_100' data-name='선 100' y2='8' transform='translate(831.75 1626)' fill='none' stroke='%23999' stroke-linecap='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.icon__arrow__1{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='Icon_left_grey' transform='translate(1523 930) rotate(180)'%3E%3Ccircle id='타원_1' data-name='타원 1' cx='9' cy='9' r='9' transform='translate(1505 912)' fill='%23555'/%3E%3Cpath id='패스_3223' data-name='패스 3223' d='M10220.382,2156.155l3.454,3.454-3.454,3.454' transform='translate(-8707.382 -1238.609)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A")}.icon__menu{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon__menu-black{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon__search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='icon-search' transform='translate(0)'%3E%3Crect id='사각형_3492' data-name='사각형 3492' width='28' height='28' transform='translate(0)' fill='none'/%3E%3Cpath id='패스_3165' data-name='패스 3165' d='M19,19l-5.333-5.333m1.778-4.444A6.222,6.222,0,1,1,9.222,3,6.222,6.222,0,0,1,15.444,9.222Z' transform='translate(3.273 3.273)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");font-size:0}.icon__more{background-image:url("data:image/svg+xml,%3Csvg id='Icon_plus' xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cg id='그룹_293' data-name='그룹 293' transform='translate(6 6)'%3E%3Cline id='선_84' data-name='선 84' x2='15.62' transform='translate(0 7.498)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cline id='선_85' data-name='선 85' y2='15.62' transform='translate(7.498 0)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Crect id='사각형_3540' data-name='사각형 3540' width='27' height='27' fill='none'/%3E%3C/svg%3E%0A")}.header-wrap .hd__logo{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:40px;font-size:0;inline-size:130px;cursor:pointer}.header-wrap .nav-list li .icon-mypage{display:flex;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYWSURBVHgB7ZxbbttGFIb/oeRc2gSRiiaxCxShH/sUewWVV9BkBbVXEHsFrlcQZwVRVpB2BVWf+tCHOCiKFihQM0hb23FayagvuYicnjND2bpbIudQF+cDZIk0xcuvc87MnOGhQobo6nYBmPGBfIkWfSh1B1AL8b/9ts0DetXMS0fP7bLeUsW5CjJEQRgrytVlKO8rWmQxCkhPBTp8wu8kWABBRARqE6UEWYxYJFQZAjgVyAjjffQAWq3CjaUMc/SArqaMKHri0qqcCDRaYTrOxgilbtzegANSC6SrOyVypce0Kx9jBQmlsaaKt79FChILZK3m43U6iVWMMwqbiI42VHG+hgQkEoishppo7/vxs5pesDVFS0lik4chsS6VezY54jDK53PW1b17GJKhBNLV3VU6EFnOqANxIgrUMX2qq38PFRIGFkgf7K+TWz3EpKPyD/XB3vrAmw+ykbWcKRCnGV2nFu6zzfM2O1cgXf3rHtTMU0wjOlw6b2zXVyDbWnFAnsiYMwg0EA4X+7VuPWOQ6eeYpnxqxWHMNdqxY3d6B2nuBEL5mHqUb6+1x3+7rTT9BWoSkRH6kCz93Qn02zf2pPJ5qKvXoa5laLw94lF3gWp729LWo9+9QfjqJfS/u3Ru9a7bqEtXjEi5uXnzWRbubR8vtg9JOlzM9HegfAgS7r9E/befEO3/2VMccy4kYkQCvv/lR4S7AWRRPnCloxPZYkHSYywWI3zxK6KD10iCd+NT5O58QQ1rHkKQrx/NN1tRqwV5+a8lrSeNOAx/l/chSKHdiloF0tEyhKjvbqcSp4ERiVxTDJV70NzsnwpE7rUs5locS3YCuCLc2Tb7FMLm02POLEixe8nAF+R2h3XTAophJxsMRiATnKFLEIL7Oa7h1k2QUsPNGhZUghDRYVXGHciKJIQ/w7qZFUjQvfTxIaTQb08gRuxmsQXJuRf6dATTIhiomQV2M09X90v4QDfMfQRkQeECBBEdQ8n1qGPyJRLI8yHJZTmBPBrxC0MWpNRdCOJdK8r80jzSvy6eDmEX0+JH8T6ZhWu8LHJFyrvrQesihMnd+ty5FXGOKAs8e5eXLByovVkfrsjNZpFAM/hDTz0nJU9WxPmctJic0JyPrMhMIIaTXWlEaiTMsiRTgTgT6BVuJotH8XeVeN+nFUUzGEEWcYgHlnXKBqYdHnDs4QAt0TJ2IRD/OUwemhLukaP8DQvMQueO/4PHsx2yFlVjF9uCEOZifn/mTJxmOO3KMyOiA1YdHZBAKoAADXH0iWC6o3EMOZG2SKAogGPYrYRP/OxYLNIfP/edX0tBwIPVChzDMScLcRqwlUau8952z2xBMwFsTYQTOFccSSbUe8AxyXUKlufqPVUs0l6Vs0AdivySg1F3Oamoox/4zXYUdfgdHMDWk6VrtdOYy3eDVzZ/7cLlMhwQ/rODURM5O4ewwn+NQLGbVZAC/vVkp2EGIzL3GqW0YnKvxm15Z2OxlG42DuI0iGr7SId1L/PpbKVxs8RXGaY+KXek7JwGqnir3Fg4Fci4mdaPkJQRBud2UlmzrWQ8pS3dcYlvrE62d8EJwqFJPoAN6FVuXtEiUBor4pE1skmD9ofzRrMJ89W2tDNoXtVxE6euVgtQ7/nmcR8Xi0AVbnUo25FRtFakVnDR0Hqt2+quKVdVvFmBRvKAPWno6FGv0s2etRoXyNUo9XC02Ktks2fS3rpauASHI/3xQ9XsHfa961n7zmqYiK7VfUwrOlo5r4713GkfG4+iNUwbdE2DlIwPNC+mirObFOWdFOqPBTrcMNc0AEOVhU9FaaaxnMHEYYaum49LpR5j4grtOCDjvgkZw3wLCYhLNbka0cdkEMT1YAGGJNHcvG3dZhYnojNJnUDbz0n2RBgHDzd5TS4XcVzyMV5wF2VlWJdqx9nzgyg2fUOxiW9I9zFSONaQ1eB4M+kDTVr2BofYmg9veTRCuRXmdK8QQldfLdMbiYUvIYkGzV8p6vAdll0K0yCDh7yxVeVKcCYWW4p+LilKy9GQMXHpwwLlaH1yx/ipeLrQcROX1i/iT1umIhk5eukKcBRIi9LM/1fypGPPsfTZAAAAAElFTkSuQmCC) center center no-repeat;background-size:36px auto;block-size:36px;border-radius:100%;font-size:0;inline-size:36px}.white-layout .header-wrap .hd__logo{background-image:url(/assets/logo_w-BkXrwtOa.png)}.white-layout .header-wrap .nav-list .icon-mypage{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYWSURBVHgB7ZxbbttGFIb/oeRc2gSRiiaxCxShH/sUewWVV9BkBbVXEHsFrlcQZwVRVpB2BVWf+tCHOCiKFihQM0hb23FayagvuYicnjND2bpbIudQF+cDZIk0xcuvc87MnOGhQobo6nYBmPGBfIkWfSh1B1AL8b/9ts0DetXMS0fP7bLeUsW5CjJEQRgrytVlKO8rWmQxCkhPBTp8wu8kWABBRARqE6UEWYxYJFQZAjgVyAjjffQAWq3CjaUMc/SArqaMKHri0qqcCDRaYTrOxgilbtzegANSC6SrOyVypce0Kx9jBQmlsaaKt79FChILZK3m43U6iVWMMwqbiI42VHG+hgQkEoishppo7/vxs5pesDVFS0lik4chsS6VezY54jDK53PW1b17GJKhBNLV3VU6EFnOqANxIgrUMX2qq38PFRIGFkgf7K+TWz3EpKPyD/XB3vrAmw+ykbWcKRCnGV2nFu6zzfM2O1cgXf3rHtTMU0wjOlw6b2zXVyDbWnFAnsiYMwg0EA4X+7VuPWOQ6eeYpnxqxWHMNdqxY3d6B2nuBEL5mHqUb6+1x3+7rTT9BWoSkRH6kCz93Qn02zf2pPJ5qKvXoa5laLw94lF3gWp729LWo9+9QfjqJfS/u3Ru9a7bqEtXjEi5uXnzWRbubR8vtg9JOlzM9HegfAgS7r9E/befEO3/2VMccy4kYkQCvv/lR4S7AWRRPnCloxPZYkHSYywWI3zxK6KD10iCd+NT5O58QQ1rHkKQrx/NN1tRqwV5+a8lrSeNOAx/l/chSKHdiloF0tEyhKjvbqcSp4ERiVxTDJV70NzsnwpE7rUs5locS3YCuCLc2Tb7FMLm02POLEixe8nAF+R2h3XTAophJxsMRiATnKFLEIL7Oa7h1k2QUsPNGhZUghDRYVXGHciKJIQ/w7qZFUjQvfTxIaTQb08gRuxmsQXJuRf6dATTIhiomQV2M09X90v4QDfMfQRkQeECBBEdQ8n1qGPyJRLI8yHJZTmBPBrxC0MWpNRdCOJdK8r80jzSvy6eDmEX0+JH8T6ZhWu8LHJFyrvrQesihMnd+ty5FXGOKAs8e5eXLByovVkfrsjNZpFAM/hDTz0nJU9WxPmctJic0JyPrMhMIIaTXWlEaiTMsiRTgTgT6BVuJotH8XeVeN+nFUUzGEEWcYgHlnXKBqYdHnDs4QAt0TJ2IRD/OUwemhLukaP8DQvMQueO/4PHsx2yFlVjF9uCEOZifn/mTJxmOO3KMyOiA1YdHZBAKoAADXH0iWC6o3EMOZG2SKAogGPYrYRP/OxYLNIfP/edX0tBwIPVChzDMScLcRqwlUau8952z2xBMwFsTYQTOFccSSbUe8AxyXUKlufqPVUs0l6Vs0AdivySg1F3Oamoox/4zXYUdfgdHMDWk6VrtdOYy3eDVzZ/7cLlMhwQ/rODURM5O4ewwn+NQLGbVZAC/vVkp2EGIzL3GqW0YnKvxm15Z2OxlG42DuI0iGr7SId1L/PpbKVxs8RXGaY+KXek7JwGqnir3Fg4Fci4mdaPkJQRBud2UlmzrWQ8pS3dcYlvrE62d8EJwqFJPoAN6FVuXtEiUBor4pE1skmD9ofzRrMJ89W2tDNoXtVxE6euVgtQ7/nmcR8Xi0AVbnUo25FRtFakVnDR0Hqt2+quKVdVvFmBRvKAPWno6FGv0s2etRoXyNUo9XC02Ktks2fS3rpauASHI/3xQ9XsHfa961n7zmqYiK7VfUwrOlo5r4713GkfG4+iNUwbdE2DlIwPNC+mirObFOWdFOqPBTrcMNc0AEOVhU9FaaaxnMHEYYaum49LpR5j4grtOCDjvgkZw3wLCYhLNbka0cdkEMT1YAGGJNHcvG3dZhYnojNJnUDbz0n2RBgHDzd5TS4XcVzyMV5wF2VlWJdqx9nzgyg2fUOxiW9I9zFSONaQ1eB4M+kDTVr2BofYmg9veTRCuRXmdK8QQldfLdMbiYUvIYkGzV8p6vAdll0K0yCDh7yxVeVKcCYWW4p+LilKy9GQMXHpwwLlaH1yx/ipeLrQcROX1i/iT1umIhk5eukKcBRIi9LM/1fypGPPsfTZAAAAAElFTkSuQmCC) center center no-repeat;background-size:36px auto}.main-layout .header-wrap .hd__logo{background-image:url(/assets/logo_w-BkXrwtOa.png)}.main-layout .header-wrap .hd__logo_w{background-image:url(/assets/logo_w-BkXrwtOa.png)}.main-layout .header-wrap .hd__logo_b{background-image:url(/assets/logo_b-CKFCal8T.png)}.footer-wrap .ft-logo .logo{display:block;background:url(/assets/logo_w-BkXrwtOa.png) center center no-repeat;background-size:100% auto;block-size:40px;font-size:0;inline-size:107px}.footer-wrap .banner-box{background:url(/assets/banner01-DwMuJC1N.png);block-size:150px}.intro-wrap .logo-box{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:68px;font-size:0;inline-size:100%;margin-block-end:40px}.intro-wrap .icon-g-store{background:url(/assets/icon-g-store-ZM1uTP0w.svg) center center no-repeat;block-size:24px;inline-size:113px}.intro-wrap .icon-a-store{background:url(/assets/icon-a-store-DIxaas_S.svg) center center no-repeat;block-size:24px;inline-size:113px}.i-clock{display:inline-block;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_watch_fill'%20clip-path='url(%23clip0_1870_29365)'%3e%3cpath%20id='&%23237;&%23140;&%23168;&%23236;&%23138;&%23164;%206782'%20d='M17.5%2010C17.5%2011.4834%2017.0601%2012.9334%2016.236%2014.1668C15.4119%2015.4001%2014.2406%2016.3614%2012.8701%2016.9291C11.4997%2017.4967%209.99168%2017.6453%208.53682%2017.3559C7.08197%2017.0665%205.7456%2016.3522%204.6967%2015.3033C3.64781%2014.2544%202.9335%2012.918%202.64411%2011.4632C2.35472%2010.0083%202.50325%208.50032%203.07091%207.12987C3.63856%205.75943%204.59986%204.58809%205.83323%203.76398C7.06659%202.93987%208.51664%202.5%2010%202.5C10.9849%202.5%2011.9602%202.69399%2012.8701%203.0709C13.7801%203.44781%2014.6069%204.00026%2015.3033%204.6967C15.9997%205.39314%2016.5522%206.21993%2016.9291%207.12987C17.306%208.03981%2017.5%209.01508%2017.5%2010Z'%20fill='%23333333'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%201'%20d='M10%206.6665V9.99984L12.5%2012.4998'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1870_29365'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;block-size:20px;inline-size:20px}.main-wrap .link-box .a-link{display:inline-block;box-sizing:border-box;border:none;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_rink'%3e%3crect%20id='Rectangle%202'%20x='2'%20y='2'%20width='10'%20height='1'%20fill='%23949494'/%3e%3crect%20id='Rectangle%203'%20x='11'%20y='12'%20width='10'%20height='1'%20transform='rotate(-90%2011%2012)'%20fill='%23949494'/%3e%3crect%20id='Rectangle%204'%20x='1'%20y='11.8994'%20width='14'%20height='1'%20transform='rotate(-45%201%2011.8994)'%20fill='%23949494'/%3e%3c/g%3e%3c/svg%3e") #fff calc(100% - 12px) center no-repeat;block-size:60px;color:#2c2c2e;font-size:16px;font-weight:700;inline-size:100%;padding-block:20px;padding-inline:12px;text-align:start}.manse-btm-ect-list .btn-close-xs{display:flex;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;position:absolute;right:24px;top:24px;font-size:0}.icon-share{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.6831%2013.342C8.8909%2012.9252%208.99906%2012.4658%208.99906%2012C8.99906%2011.5343%208.8909%2011.0749%208.6831%2010.658M8.6831%2013.342C8.38081%2013.9464%207.88331%2014.431%207.2712%2014.7174C6.65909%2015.0037%205.96823%2015.075%205.31055%2014.9197C4.65286%2014.7644%204.06687%2014.3916%203.64752%2013.8617C3.22816%2013.3318%203%2012.6758%203%2012C3%2011.3243%203.22816%2010.6683%203.64752%2010.1384C4.06687%209.60844%204.65286%209.23563%205.31055%209.08033C5.96823%208.92502%206.65909%208.99632%207.2712%209.28267C7.88331%209.56901%208.38081%2010.0536%208.6831%2010.658M8.6831%2013.342L15.3151%2016.658M8.6831%2010.658L15.3151%207.34203M15.3151%2016.658C15.0499%2017.1887%2014.9481%2017.7862%2015.0224%2018.3748C15.0967%2018.9634%2015.3439%2019.5167%2015.7326%2019.9649C16.1214%2020.413%2016.6343%2020.7358%2017.2066%2020.8925C17.7788%2021.0491%2018.3846%2021.0326%2018.9474%2020.845C19.5103%2020.6574%2020.0048%2020.3071%2020.3686%2019.8385C20.7324%2019.3698%2020.949%2018.8038%2020.9912%2018.212C21.0333%2017.6202%2020.899%2017.0293%2020.6053%2016.5138C20.3116%2015.9983%2019.8717%2015.5815%2019.3411%2015.316C18.9887%2015.1397%2018.6049%2015.0345%2018.2118%2015.0065C17.8187%2014.9785%2017.4239%2015.0283%2017.0501%2015.1529C16.6762%2015.2775%2016.3305%2015.4746%2016.0328%2015.7329C15.7351%2015.9911%2015.4913%2016.3055%2015.3151%2016.658ZM15.3151%207.34203C15.5807%207.87258%2015.9976%208.31247%2016.5131%208.6061C17.0286%208.89973%2017.6197%209.0339%2018.2114%208.99165C18.8032%208.94941%2019.3692%208.73264%2019.8378%208.36875C20.3064%208.00487%2020.6566%207.51021%2020.8441%206.94732C21.0316%206.38443%2021.048%205.77858%2020.8911%205.20638C20.7343%204.63419%2020.4114%204.12133%2019.9631%203.73266C19.5149%203.34399%2018.9615%203.09696%2018.3728%203.0228C17.7842%202.94864%2017.1868%203.05068%2016.6561%203.31603C16.3036%203.49227%2015.9894%203.73622%2015.7312%204.03395C15.4731%204.33168%2015.2761%204.67735%2015.1516%205.05122C15.027%205.42509%2014.9774%205.81983%2015.0054%206.2129C15.0335%206.60596%2015.1387%206.98964%2015.3151%207.34203Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat}.icon-print{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1535_30422)'%3e%3cpath%20d='M9%2016.1639H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cpath%20d='M9%2018.941H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3ccircle%20cx='18.75'%20cy='9.25'%20r='0.75'%20fill='%23333333'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='4'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3crect%20x='6'%20y='14'%20width='12'%20height='7'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5001%206.34998C2.86497%206.34998%202.3501%206.86485%202.3501%207.49998V15.5C2.3501%2016.1351%202.86497%2016.65%203.5001%2016.65H6.00012V15.35H3.6501V7.64998H20.3501V15.35H18.0001V16.65H20.5001C21.1352%2016.65%2021.6501%2016.1351%2021.6501%2015.5V7.49998C21.6501%206.86485%2021.1352%206.34998%2020.5001%206.34998H3.5001Z'%20fill='%232C2C2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1535_30422'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-delete{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1514_28328)'%3e%3cpath%20d='M19%207L18.133%2019.142C18.0971%2019.6466%2017.8713%2020.1188%2017.5011%2020.4636C17.1309%2020.8083%2016.6439%2021%2016.138%2021H7.862C7.35528%2021.0013%206.86696%2020.8102%206.49571%2020.4653C6.12447%2020.1204%205.89798%2019.6474%205.862%2019.142L5%207M10%2011V17M14%2011V17M15%207V4C15%203.73478%2014.8946%203.48043%2014.7071%203.29289C14.5196%203.10536%2014.2652%203%2014%203H10C9.73478%203%209.48043%203.10536%209.29289%203.29289C9.10536%203.48043%209%203.73478%209%204V7M4%207H20'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1514_28328'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-down{display:block;height:60px;background:url(/assets/app-down-DmkrHvrx.svg) center center no-repeat}.print-wrap .inner-box .logo{position:absolute;right:32px;top:10px;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:97px;height:26px;font-size:0}.profile-box .icon-search-s{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #000 center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0;background-size:10px auto}.profile-box .icon-search-s-red{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cline%20x1='12.3737'%20y1='12.2223'%20x2='14.8093'%20y2='14.6579'%20stroke='white'%20stroke-linecap='round'/%3e%3ccircle%20cx='9.16667'%20cy='9.16667'%20r='4.16667'%20stroke='white'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0}.icon-check01{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5174_151308)'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M4.27783%207L6.20273%208.9249'%20stroke='%23C2C2C2'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M10.072%205.05469L6.22222%208.90449'%20stroke='%23C2C2C2'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_151308'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;width:14px;height:14px;border-radius:100%}.icon-frame{background:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3335%201.33398V6.66732H6.66683'%20stroke='%23333333'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;width:8px;height:8px;display:inline-flex}.data-0101-state.active .icon-check01{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_5174_141008)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM10.6019%204.52542C10.8948%204.81831%2010.8948%205.29318%2010.6019%205.58608L6.75214%209.43588L6.75113%209.43689C6.74534%209.44308%206.73943%209.44919%206.73339%209.45523C6.4405%209.74813%205.96562%209.74813%205.67273%209.45523L3.74783%207.53033C3.45493%207.23744%203.45493%206.76256%203.74783%206.46967C4.04072%206.17678%204.51559%206.17678%204.80849%206.46967L6.20276%207.86394L9.54128%204.52542C9.83418%204.23252%2010.3091%204.23252%2010.6019%204.52542Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_141008'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-color:transparent}.deaun-main-box .tit-box .btn-fold{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_fold'%20clip-path='url(%23clip0_1736_26767)'%3e%3ccircle%20id='Ellipse%202'%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='chevron-left'%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1736_26767'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:block;transition:transform .3s ease}.five01.ilgan{background:url(/assets/skyDay_tue-gcKxQhGo.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five02.ilgan{background:url(/assets/skyDay_wed-5lZuBtDp.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five03.ilgan{background:url(/assets/skyDay_thu-CZc2IqZd.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five04.ilgan{background:url(/assets/skyDay_fri-B8LiSuoL.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five05.ilgan{background:url(/assets/skyDay_sat-CoDJ83Ub.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.icon-restart{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;font-size:0;margin-right:8px}.icon-search{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;margin-right:8px}.icon-message{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_message_fill'%20clip-path='url(%23clip0_3142_70198)'%3e%3cpath%20id='Vector'%20d='M15%2029.9998H10C8.67392%2029.9998%207.40215%2029.4731%206.46447%2028.5354C5.52678%2027.5977%205%2026.3259%205%2024.9998V11.6665C5%2010.3404%205.52678%209.06865%206.46447%208.13097C7.40215%207.19329%208.67392%206.6665%2010%206.6665H30C31.3261%206.6665%2032.5979%207.19329%2033.5355%208.13097C34.4732%209.06865%2035%2010.3404%2035%2011.6665V24.9998C35%2026.3259%2034.4732%2027.5977%2033.5355%2028.5354C32.5979%2029.4731%2031.3261%2029.9998%2030%2029.9998H25L20%2034.9998L15%2029.9998Z'%20fill='%23575757'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2014.9998C12.083%2014.3094%2012.6427%2013.7498%2013.333%2013.7498H26.6663C27.3567%2013.7498%2027.9163%2014.3094%2027.9163%2014.9998C27.9163%2015.6901%2027.3567%2016.2498%2026.6663%2016.2498H13.333C12.6427%2016.2498%2012.083%2015.6901%2012.083%2014.9998Z'%20fill='white'/%3e%3cpath%20id='Vector%20(Stroke)_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2021.6665C12.083%2020.9761%2012.6427%2020.4165%2013.333%2020.4165H23.333C24.0234%2020.4165%2024.583%2020.9761%2024.583%2021.6665C24.583%2022.3569%2024.0234%2022.9165%2023.333%2022.9165H13.333C12.6427%2022.9165%2012.083%2022.3569%2012.083%2021.6665Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70198'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-kko{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3142_70202)'%3e%3cpath%20d='M20%2039.9998C31.0457%2039.9998%2040%2031.0455%2040%2019.9998C40%208.95406%2031.0457%20-0.000244141%2020%20-0.000244141C8.9543%20-0.000244141%200%208.95406%200%2019.9998C0%2031.0455%208.9543%2039.9998%2020%2039.9998Z'%20fill='%23FAE300'/%3e%3cpath%20d='M20.002%2010.833C14.4786%2010.833%2010.002%2014.3722%2010.002%2018.7388C10.002%2021.5805%2011.8986%2024.0722%2014.7461%2025.4647C14.537%2026.2455%2013.9886%2028.298%2013.8786%2028.7322C13.7436%2029.2763%2014.0778%2029.2688%2014.2953%2029.1222C14.467%2029.008%2017.0353%2027.2622%2018.1436%2026.508C18.758%2026.599%2019.3783%2026.6447%2019.9995%2026.6447C25.522%2026.6447%2029.9995%2023.1047%2029.9995%2018.7388C29.9995%2014.373%2025.522%2010.833%2019.9995%2010.833'%20fill='%23391B1B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70202'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-circle{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_circle'%20clip-path='url(%23clip0_3142_70175)'%3e%3cline%20id='Line%201'%20x1='11.0607'%20y1='10.667'%20x2='13.7712'%20y2='13.3776'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20id='Ellipse%201'%20cx='7'%20cy='7.00024'%20r='5'%20stroke='%23575757'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70175'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0%200.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.btn-exp{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_14525_158252)'%3e%3cpath%20id='&%23237;&%23131;&%23128;&%23236;&%23155;&%23144;%202574'%20d='M8%2013C10.7614%2013%2013%2010.7614%2013%208C13%205.23858%2010.7614%203%208%203C5.23858%203%203%205.23858%203%208C3%2010.7614%205.23858%2013%208%2013Z'%20fill='%23949494'/%3e%3cpath%20id='&%23237;&%23131;&%23128;&%23236;&%23155;&%23144;%205'%20d='M8.00005%203.06705C7.0246%203.06705%206.07105%203.35631%205.25998%203.89825C4.44892%204.44018%203.81677%205.21046%203.44348%206.11166C3.07019%207.01287%202.97252%208.00453%203.16282%208.96124C3.35312%209.91796%203.82285%2010.7968%204.5126%2011.4865C5.20236%2012.1763%206.08116%2012.646%207.03787%2012.8363C7.99458%2013.0266%208.98624%2012.9289%209.88745%2012.5556C10.7887%2012.1823%2011.5589%2011.5502%2012.1009%2010.7391C12.6428%209.92806%2012.9321%208.97451%2012.9321%207.99906C12.9305%206.69149%2012.4103%205.43794%2011.4858%204.51336C10.5612%203.58877%209.30762%203.06864%208.00005%203.06705ZM8.00005%202.08105C9.17072%202.08105%2010.3151%202.4282%2011.2885%203.07859C12.2618%203.72897%2013.0205%204.6534%2013.4685%205.73495C13.9165%206.81651%2014.0337%208.00662%2013.8053%209.1548C13.5769%2010.303%2013.0132%2011.3576%2012.1854%2012.1854C11.3576%2013.0132%2010.303%2013.5769%209.15479%2013.8053C8.00662%2014.0337%206.81651%2013.9165%205.73495%2013.4685C4.6534%2013.0205%203.72897%2012.2619%203.07859%2011.2885C2.4282%2010.3151%202.08105%209.17072%202.08105%208.00006C2.08105%206.43024%202.70466%204.92472%203.81469%203.81469C4.92472%202.70466%206.43024%202.08105%208.00005%202.08105Z'%20fill='%23949494'/%3e%3cpath%20id='&%23236;&%23132;&%23160;%20311'%20d='M7%207.66675H8V11.6667H9'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3ccircle%20id='&%23236;&%23132;&%23160;%20312'%20cx='8'%20cy='5'%20r='1'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14525_158252'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:flex;font-size:0}.btn-rd-plus{display:flex;width:50px;height:50px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 2px 6px #00000029;border:2px solid #333333;font-size:0;background:url("data:image/svg+xml,%3csvg%20id='write_note'%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3crect%20id='사각형_53'%20data-name='사각형%2053'%20width='32'%20height='32'%20fill='rgba(255,255,255,0)'/%3e%3cline%20id='선_8'%20data-name='선%208'%20y2='19.167'%20transform='translate(16%206.417)'%20fill='none'%20stroke='%23333'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cline%20id='선_9'%20data-name='선%209'%20x2='19.167'%20transform='translate(6.417%2016)'%20fill='none'%20stroke='%23333'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") #fff center center no-repeat;border-radius:100%}.btn-del{display:flex;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20id='btn_delete'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20id='패스_3407'%20data-name='패스%203407'%20d='M19,7l-.867,12.142A2,2,0,0,1,16.138,21H7.862a2,2,0,0,1-2-1.858L5,7m5,4v6m4-6v6M15,7V4a1,1,0,0,0-1-1H10A1,1,0,0,0,9,4V7M4,7H20'%20fill='none'%20stroke='%23eb4c10'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='사각형_3533'%20data-name='사각형%203533'%20width='24'%20height='24'%20fill='none'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-del-line{display:flex;width:38px;height:38px;border:1px solid #ebebeb;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4831_15435)'%3e%3cpath%20d='M12.667%204.66667L12.089%2012.7613C12.065%2013.0977%2011.9145%2013.4125%2011.6677%2013.6424C11.4209%2013.8722%2011.0962%2014%2010.759%2014H5.24166C4.90384%2014.0009%204.5783%2013.8734%204.3308%2013.6435C4.0833%2013.4136%203.93231%2013.0983%203.90833%2012.7613L3.33366%204.66667M6.66699%207.33333V11.3333M9.33366%207.33333V11.3333M10.0003%204.66667V2.66667C10.0003%202.48986%209.93009%202.32029%209.80506%202.19526C9.68004%202.07024%209.51047%202%209.33366%202H6.66699C6.49018%202%206.32061%202.07024%206.19559%202.19526C6.07056%202.32029%206.00033%202.48986%206.00033%202.66667V4.66667M2.66699%204.66667H13.3337'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4831_15435'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0;border-radius:6px;padding:10px 16px;justify-content:center;align-items:center}.btn-del-simple{display:flex;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_77_8349)'%3e%3cpath%20d='M15.834%205.83333L15.1115%2015.9517C15.0816%2016.3722%2014.8934%2016.7657%2014.5849%2017.053C14.2764%2017.3403%2013.8705%2017.5%2013.449%2017.5H6.55232C6.13005%2017.5011%205.72312%2017.3418%205.41375%2017.0544C5.10437%2016.767%204.91563%2016.3729%204.88565%2015.9517L4.16732%205.83333M8.33398%209.16667V14.1667M11.6673%209.16667V14.1667M12.5007%205.83333V3.33333C12.5007%203.11232%2012.4129%202.90036%2012.2566%202.74408C12.1003%202.5878%2011.8883%202.5%2011.6673%202.5H8.33398C8.11297%202.5%207.90101%202.5878%207.74473%202.74408C7.58845%202.90036%207.50065%203.11232%207.50065%203.33333V5.83333M3.33398%205.83333H16.6673'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_77_8349'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-del-line-3{display:flex;align-items:center;height:26px;padding:0 12px 0 30px;border:1px solid #ebebeb;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_delete'%20clip-path='url(%23clip0_5815_108264)'%3e%3cpath%20id='&%23237;&%23140;&%23168;&%23236;&%23138;&%23164;%203407'%20d='M11.082%204.08333L10.5763%2011.1662C10.5553%2011.4605%2010.4236%2011.736%2010.2077%2011.9371C9.99174%2012.1382%209.70762%2012.25%209.41253%2012.25H4.58486C4.28928%2012.2507%204.00442%2012.1393%203.78786%2011.9381C3.5713%2011.7369%203.43918%2011.461%203.4182%2011.1662L2.91536%204.08333M5.83203%206.41667V9.91667M8.16536%206.41667V9.91667M8.7487%204.08333V2.33333C8.7487%202.17862%208.68724%202.03025%208.57784%201.92085C8.46845%201.81146%208.32007%201.75%208.16536%201.75H5.83203C5.67732%201.75%205.52895%201.81146%205.41955%201.92085C5.31016%202.03025%205.2487%202.17862%205.2487%202.33333V4.08333M2.33203%204.08333H11.6654'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5815_108264'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 12px center no-repeat;font-size:12px;font-weight:700;color:#333;border-radius:6px}.btn-rd .btn-share{background:url("data:image/svg+xml,%3csvg%20id='icon_share'%20xmlns='http://www.w3.org/2000/svg'%20width='19.091'%20height='20'%20viewBox='0%200%2019.091%2020'%3e%3crect%20id='Boundary'%20width='19.091'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_4474'%20data-name='패스%204474'%20d='M7.537,11.2a2.372,2.372,0,0,0,0-2.129m0,2.129a2.383,2.383,0,1,1,0-2.129m0,2.129,5.294,2.63M7.537,9.074l5.294-2.63m0,0a2.4,2.4,0,0,0,3.213,1.064,2.373,2.373,0,0,0,1.071-3.193A2.4,2.4,0,0,0,13.9,3.251a2.373,2.373,0,0,0-1.071,3.193Zm0,7.389A2.373,2.373,0,0,0,13.9,17.026a2.4,2.4,0,0,0,3.214-1.064,2.373,2.373,0,0,0-1.071-3.193,2.4,2.4,0,0,0-3.214,1.064Z'%20transform='translate(-0.533%20-0.499)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-print{background:url("data:image/svg+xml,%3csvg%20id='icon_print'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='그룹_9277'%20data-name='그룹%209277'%3e%3crect%20id='사각형_1286'%20data-name='사각형%201286'%20width='20'%20height='20'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_9278'%20data-name='그룹%209278'%20transform='translate(2%202)'%3e%3cg%20id='사각형_6897'%20data-name='사각형%206897'%20transform='translate(4%200)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='11'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='9.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cg%20id='패스_6888'%20data-name='패스%206888'%20transform='translate(0%203.999)'%20fill='%23fff'%3e%3cpath%20d='M%2014.39999961853027%206.25%20L%201.600000023841858%206.25%20C%201.113510012626648%206.25%200.75%205.974020004272461%200.75%205.727270126342773%20L%200.75%201.272729992866516%20C%200.75%201.025979995727539%201.113510012626648%200.75%201.600000023841858%200.75%20L%2014.39999961853027%200.75%20C%2014.88648986816406%200.75%2015.25%201.025979995727539%2015.25%201.272729992866516%20L%2015.25%205.727270126342773%20C%2015.25%205.974020004272461%2014.88648986816406%206.25%2014.39999961853027%206.25%20Z'%20stroke='none'/%3e%3cpath%20d='M%201.600000381469727%201.5%20C%201.561466217041016%201.5%201.527990341186523%201.50404167175293%201.5%201.509844779968262%20L%201.5%205.490155220031738%20C%201.527990341186523%205.49595832824707%201.561466217041016%205.5%201.600000381469727%205.5%20L%2014.39999961853027%205.5%20C%2014.43853378295898%205.5%2014.47200965881348%205.49595832824707%2014.5%205.490155220031738%20L%2014.5%201.509844779968262%20C%2014.47200965881348%201.50404167175293%2014.43853378295898%201.5%2014.39999961853027%201.5%20L%201.600000381469727%201.5%20M%201.600000381469727%200%20L%2014.39999961853027%200%20C%2015.28365993499756%200%2016%200.5698199272155762%2016%201.272729873657227%20L%2016%205.727270126342773%20C%2016%206.430180072784424%2015.28365993499756%207%2014.39999961853027%207%20L%201.600000381469727%207%20C%200.7163400650024414%207%200%206.430180072784424%200%205.727270126342773%20L%200%201.272729873657227%20C%200%200.5698199272155762%200.7163400650024414%200%201.600000381469727%200%20Z'%20stroke='none'%20fill='%2323252e'/%3e%3c/g%3e%3cg%20id='사각형_6898'%20data-name='사각형%206898'%20transform='translate(4%207)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='9'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='7.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cline%20id='선_277'%20data-name='선%20277'%20x2='4.627'%20transform='translate(5.801%2011.331)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_279'%20data-name='선%20279'%20x2='4.627'%20transform='translate(5.801%2012.94)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_278'%20data-name='선%20278'%20transform='translate(12.941%205.408)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-sq-40{width:101px!important;height:38px;border:1px solid #ff6e6e;border-radius:8px;color:#eb4c10;font-weight:600;font-size:15px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_save'%20clip-path='url(%23clip0_2569_3522)'%3e%3cpath%20id='&%23237;&%23149;&%23169;&%23236;&%23185;&%23152;&%23234;&%23184;&%23176;%201'%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_3522'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 15px center no-repeat;padding-left:40px;display:flex;justify-content:flex-start;align-items:center}.btn-rd .btn-sq-40.btn-save.none-icon{background:url();padding-left:10px!important;width:71px!important}.btn-rd .btn-sq-40.active{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2569_343)'%3e%3cpath%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_343'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.btn-rd .btn-sq-40.list{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#333;border-color:#ebebeb;padding-left:35px!important}.btn-rd.chnkor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M28.3857%2019.041V22.4883H29.6943V23.3965H28.3857V27.8496H27.3018V19.041H28.3857ZM26.0518%2019.959C26.0518%2022.5566%2024.9775%2024.832%2022.0381%2026.2773L21.4229%2025.4375C23.5713%2024.3682%2024.7334%2022.8643%2024.958%2020.8574H21.9014V19.959H26.0518Z'%20fill='%23333333'/%3e%3cpath%20d='M14.219%2012.366L15.371%2012.699C14.237%2015.939%2012.14%2017.829%208.918%2018.837C8.792%2018.567%208.45%2018.045%208.234%2017.784C11.348%2016.965%2013.283%2015.3%2014.219%2012.366ZM10.745%2012.438C11.654%2015.102%2013.598%2017.019%2016.802%2017.739C16.541%2017.991%2016.19%2018.504%2016.019%2018.819C12.644%2017.937%2010.79%2015.876%209.665%2012.762L10.745%2012.438ZM8.396%2011.781H16.64V12.843H8.396V11.781ZM11.933%2010.359H13.049V12.429H11.933V10.359Z'%20fill='%23333333'/%3e%3crect%20x='21.5701'%20y='13.5538'%20width='1'%20height='12'%20transform='rotate(30%2021.5701%2013.5538)'%20fill='%23C2C2C2'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.kor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M22.8403%2013.6152V18.0459H24.478V19.3789H22.8403V25.1426H21.2153V13.6152H22.8403ZM19.7554%2014.7959C19.7427%2018.249%2018.397%2021.2451%2014.5122%2023.1494L13.5981%2021.9053C16.334%2020.5342%2017.8003%2018.6934%2018.105%2016.1162H14.2583V14.7959H19.7554Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.chn{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M21.292%2015.488L22.828%2015.932C21.316%2020.252%2018.52%2022.772%2014.224%2024.116C14.056%2023.756%2013.6%2023.06%2013.312%2022.712C17.464%2021.62%2020.044%2019.4%2021.292%2015.488ZM16.66%2015.584C17.872%2019.136%2020.464%2021.692%2024.736%2022.652C24.388%2022.988%2023.92%2023.672%2023.692%2024.092C19.192%2022.916%2016.72%2020.168%2015.22%2016.016L16.66%2015.584ZM13.528%2014.708H24.52V16.124H13.528V14.708ZM18.244%2012.812H19.732V15.572H18.244V12.812Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.sorting{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31628)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6667H13.1668M13.1668%2015.6667L15.2502%2013.5834M13.1668%2015.6667L15.2502%2017.75'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31628'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.sorting.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_2149_28235)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6666H13.1668M13.1668%2015.6666L15.2502%2013.5833M13.1668%2015.6666L15.2502%2017.75'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2149_28235'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31574)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31574'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='38'%20height='38'%20rx='19'%20fill='%23EB4C10'/%3e%3cg%20clip-path='url(%23clip0_1627_31697)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31697'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.fntcolor01{background:url(/assets/icon-fnt-color-01-p9I1qeMd.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor02{background:url(/assets/icon-fnt-color-02-Bh7fszg0.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor03{background:url(/assets/icon-fnt-color-03-CNj94q9k.svg) transparent center center no-repeat;font-size:0}.chk-birth{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20id='icon_check_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20width='20'%20height='20'%20rx='5'%20fill='none'%20stroke='%23e5e5e5'%20stroke-width='1'/%3e%3c/svg%3e") center center no-repeat;display:flex;font-size:0}.chk-birth.active{background:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.chk-round{background:url("data:image/svg+xml,%3csvg%20id='icon_대운_off'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3cg%20id='사각형_11'%20data-name='사각형%2011'%20fill='none'%20stroke='%23c8c8c8'%20stroke-width='1'%3e%3crect%20width='20'%20height='20'%20rx='10'%20stroke='none'/%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='9.5'%20fill='none'/%3e%3c/g%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23c8c8c8'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:inline-flex;font-size:0}.chk-round.active{background-image:url("data:image/svg+xml,%3csvg%20id='icon_대운_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='20'%20height='20'%20rx='10'%20fill='%23eb4c10'/%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.checkbox+.label{position:relative;cursor:pointer;padding-left:28px;height:24px;display:flex;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-position:left center;background-repeat:no-repeat;font-size:0}.checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_6735_131766)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M6.10938%2010L8.85923%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3867%207.22266L8.887%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6735_131766'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:26px}.radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.rd-gender+label{position:relative;display:flex;cursor:pointer;padding-left:38px;background:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%235dbaff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%235dbaff'/%3e%3c/g%3e%3c/svg%3e") 18px center no-repeat;border:1px solid #e5e5e5;width:81px;height:34px;border-radius:8px;align-items:center;box-sizing:border-box;margin-left:8px}.rd-gender:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");background-color:#eb4c10;color:#fff;border-color:#eb4c10}.rd-gender.female+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_female'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='female'%20transform='translate(5.07%203.237)'%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(0%200.003)'%20fill='%23eb4f5d'/%3e%3c/g%3e%3c/svg%3e")}.rd-gender.female:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='여자_흰색'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(5.07%203.24)'%20fill='%23fff'/%3e%3c/svg%3e")}.rd-chk-02+label:before{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20503'%20data-name='그룹%2020503'%20transform='translate(-115%20-543)'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='18'%20height='18'%20rx='9'%20transform='translate(115%20543)'%20fill='%23d9d9db'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-size:100% auto;position:absolute;left:0;top:0;bottom:0;display:block;content:""}.rd-chk-02:checked+label:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20504'%20data-name='그룹%2020504'%20transform='translate(-115%20-543)'%3e%3cpath%20id='패스_17352'%20data-name='패스%2017352'%20d='M9,0A9,9,0,1,1,0,9,9,9,0,0,1,9,0Z'%20transform='translate(115%20543)'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e")}@media (max-width: 768px){body{font-size:12px}.inner-base{width:100%}.header-wrap{display:none;position:fixed;left:0;top:0;right:0;background:#fff}.header-wrap .inner-base.pc{display:none}.header-wrap .inner-base.mobile{display:flex}.header-wrap:after{display:none}.header-wrap:before{display:none}.header-nav .nav-list{display:none}.header-wrap{height:48px;padding:0}.header-wrap.main .hd__logo{background-image:url(/assets/logo_b-CKFCal8T.png);background-position:10px center;height:40px;background-size:auto 100%}.header-wrap.sub .hd__logo{background-position:10px center;height:40px;background-size:auto 100%}.header-wrap .inner-base.mobile{height:100%;align-items:center}.header-wrap .inner-base.mobile .header-mobile-nav .nav-list{flex-direction:column;position:fixed;top:0;bottom:0;width:100vw;background-color:#fff;z-index:11;justify-content:flex-start;align-items:flex-start;height:100vh;overflow-y:auto;right:-200%;box-sizing:border-box}.header-wrap .inner-base.mobile .icon__menu{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A");font-size:0;color:#202425;width:48px;height:48px;background-position:center center;background-size:24px 24px}.header-wrap .inner-base.mobile .icon__menu_close{background-image:url("data:image/svg+xml,%3Csvg id='icon_cancel' data-name='icon/cancel' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='Boundary' width='30' height='30' fill='none'/%3E%3Cpath id='icon_cancel-2' data-name='icon/cancel' d='M10,26.25l8.125-8.125m0,0L23.2,13.047,26.25,10m-8.125,8.125L10,10m8.125,8.125L26.25,26.25' transform='translate(-3.125 -3.125)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");font-size:0;color:#202425;width:48px;height:48px;background-position:center center;z-index:12;position:fixed;right:0;top:0;display:none;background-size:24px 24px}.header-wrap.active .header-nav,.header-wrap.active .hd__logo,.header-wrap.mb-active .inner-base.mobile .icon__menu{display:none}.header-wrap.mb-active .inner-base.mobile .hd__logo{display:block;background-size:auto 100%}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list{right:0;left:0;top:48px;box-sizing:border-box;width:100%;padding:0}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .menu-link{font-size:1.1rem;font-weight:500;background:#235c9d;color:#fff;display:flex;align-items:center;box-sizing:border-box;padding:.5rem 1rem}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub{display:flex;flex-wrap:wrap;padding:.7rem 0}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub a{color:#202425;font-size:1rem;line-height:1.8;padding:0 1rem}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub div{width:50%}.header-wrap.mb-active .inner-base.mobile .icon__menu_close{display:block}.header-wrap.mb-active .inner-base.mobile .depth-sub{height:auto}.vi-slide{margin-top:0}}.btn-detail{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;font-size:0;width:22px;height:22px;border:1px solid #ebebeb;border-radius:100%}.btn-detail-act{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8507_142056)'%3e%3cpath%20d='M1.37539%2016.4009C0.797456%2015.0056%200.5%2013.5102%200.5%2012C0.5%208.95001%201.7116%206.02494%203.86827%203.86827C6.02494%201.7116%208.95001%200.5%2012%200.5C15.05%200.5%2017.9751%201.7116%2020.1317%203.86827C22.2884%206.02494%2023.5%208.95001%2023.5%2012C23.5%2013.5102%2023.2025%2015.0056%2022.6246%2016.4009C22.0467%2017.7961%2021.1996%2019.0639%2020.1317%2020.1317C19.0639%2021.1996%2017.7961%2022.0467%2016.4009%2022.6246C15.0056%2023.2025%2013.5102%2023.5%2012%2023.5C10.4898%2023.5%208.99438%2023.2025%207.59914%2022.6246L7.4078%2023.0866L7.59914%2022.6246C6.2039%2022.0467%204.93615%2021.1996%203.86827%2020.1317C2.8004%2019.0639%201.95331%2017.7961%201.37539%2016.4009Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%2011C17.8166%209.74032%2017.2043%208.57315%2016.2575%207.67826C15.3107%206.78338%2014.0818%206.21043%2012.7603%206.04768C11.4387%205.88493%2010.0977%206.1414%208.9439%206.77759C7.79009%207.41378%206.88744%208.39439%206.375%209.56837M6%206.70512V9.56837H9'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%2013C6.18342%2014.2597%206.7957%2015.4269%207.74252%2016.3217C8.68934%2017.2166%209.91818%2017.7896%2011.2397%2017.9523C12.5613%2018.1151%2013.9023%2017.8586%2015.0561%2017.2224C16.2099%2016.5862%2017.1126%2015.6056%2017.625%2014.4316M18%2017.2949V14.4316H15'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8507_142056'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;font-size:0;width:22px;height:22px;border:1px solid #ebebeb;border-radius:100%}.list-hd-box .search-box .icon-search{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_65_2'%20data-name='구성%20요소%2065%20–%202'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='icon_circle'%20transform='translate(4%204)'%3e%3cpath%20id='circle2017'%20d='M7.687,291.161a7.177,7.177,0,1,0,4.469,12.779l2.988,2.987a.8.8,0,1,0,1.131-1.129l-2.988-2.988a7.165,7.165,0,0,0-5.6-11.649Zm0,1.594a5.582,5.582,0,1,1-5.579,5.579,5.566,5.566,0,0,1,5.579-5.579Z'%20transform='translate(-0.514%20-291.161)'%20fill='%237f828d'/%3e%3c/g%3e%3crect%20id='사각형_10038'%20data-name='사각형%2010038'%20width='24'%20height='24'%20fill='none'/%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex}.icon-setting{width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex}.icon-arrow01{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:23px;height:23px;font-size:0;display:block}.icon-arrow02{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_arrow'%20clip-path='url(%23clip0_3199_70881)'%3e%3cpath%20id='Vector'%20d='M3.33325%208.00004H12.6666M12.6666%208.00004L9.99992%205.33337M12.6666%208.00004L9.99992%2010.6667'%20stroke='%23575757'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3199_70881'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-reset{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_213_1'%20data-name='구성%20요소%20213%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_17462'%20data-name='패스%2017462'%20d='M0,0H19.872V21.65H0Z'%20transform='translate(-1.662%20-1.219)'%20fill='%23eb4c10'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_51'%20data-name='사각형%2051'%20width='24'%20height='24'%20fill='none'/%3e%3cg%20id='그룹_20996'%20data-name='그룹%2020996'%20transform='translate(3.726%202.189)'%3e%3cg%20id='마스크_그룹_8549'%20data-name='마스크%20그룹%208549'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_17461'%20data-name='패스%2017461'%20d='M16.534,10.465a.81.81,0,0,0-1.618.091c.007.126.011.255.011.382a6.648,6.648,0,1,1-4.533-6.307l-2.162.783a.81.81,0,1,0,.552,1.524l3.939-1.426.012-.005.043-.018.031-.014.039-.021.031-.018.034-.023.032-.023.029-.024.032-.028.024-.025.031-.034.021-.026.029-.038.008-.01.011-.018.023-.038.018-.034.016-.035c.006-.013.011-.026.016-.04L13.215,5c0-.014.009-.028.013-.042s.006-.023.008-.034.006-.027.008-.041,0-.025.006-.038,0-.025,0-.038,0-.028,0-.042,0-.023,0-.035,0-.03,0-.045,0-.023,0-.034,0-.029-.006-.043,0-.025-.007-.037-.006-.026-.009-.038-.008-.028-.013-.042,0-.014-.006-.021L11.782.535a.81.81,0,1,0-1.524.552L11,3.123a8.275,8.275,0,1,0,5.552,7.816c0-.157,0-.316-.013-.473'%20transform='translate(0%200)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:14px;height:14px;display:flex;font-size:0}.icon-filter{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17.5'%20height='17.5'%20viewBox='0%200%2017.5%2017.5'%3e%3cpath%20id='패스_4476'%20data-name='패스%204476'%20d='M12,6V4m0,2a2,2,0,0,0,0,4m0-4a2,2,0,0,1,0,4M6,18a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4m6,6V20m6-2a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4'%20transform='translate(-3.25%20-3.25)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex;font-size:0}.icon-order{background:url("data:image/svg+xml,%3csvg%20id='arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3crect%20id='Boundary'%20width='16'%20height='16'%20fill='none'/%3e%3cg%20id='그룹_19883'%20data-name='그룹%2019883'%20transform='translate(2.43%203.317)'%3e%3cg%20id='그룹_19856'%20data-name='그룹%2019856'%20transform='translate(0%200)'%3e%3cpath%20id='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-2'%20data-name='chevron-left'%20d='M9.606,0H0'%20transform='translate(2.624%200.364)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3cg%20id='그룹_19857'%20data-name='그룹%2019857'%20transform='translate(11.224%209.703)%20rotate(-180)'%3e%3cpath%20id='chevron-left-3'%20data-name='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249%200)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-4'%20data-name='chevron-left'%20d='M9.387,0H0'%20transform='translate(2.624%200.295)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:36px;height:36px;display:flex;font-size:0}.toolbar_view_mode_image_list{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_list.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.toolbar_view_mode_image_grid{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;flex-shrink:0;display:flex}.toolbar_view_mode_image_grid.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.share-preview-box .img01{background:url(/assets/share-guide-01-58FWiFly.png) center center no-repeat;background-size:100% auto;width:calc(100% - 8px);height:100%}.share-preview-box .img02{background:url(/assets/share-guide-02-CGDixKk5.png) center center no-repeat;background-size:100% auto;margin-left:16px;width:calc(100% - 8px);height:100%}.icon-essay{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%3e%3cpath%20d='M11.5%207C5.152%207%200%2010.8525%200%2015.6053C0%2018.6985%202.18132%2021.4102%205.4556%2022.9262C5.21548%2023.7761%204.58436%2026.0054%204.45832%2026.4826C4.30284%2027.0748%204.6874%2027.0669%204.93948%2026.9076C5.13728%2026.7831%208.09048%2024.8829%209.3656%2024.0626C10.0722%2024.1618%2010.7856%2024.2115%2011.5%2024.2116C17.848%2024.2116%2023%2020.3582%2023%2015.6062C23%2010.8542%2017.848%207%2011.5%207Z'%20fill='%23EB4C10'/%3e%3cpath%20d='M14.4766%2016.2734V20H12.9766V11.5156H14.4414V14.7148H14.5234C14.8164%2014%2015.4258%2013.5547%2016.4102%2013.5547C17.7344%2013.5547%2018.6016%2014.4102%2018.6016%2015.9453V20H17.1133V16.1797C17.1133%2015.3125%2016.6445%2014.8203%2015.8594%2014.8203C15.0508%2014.8203%2014.4766%2015.3477%2014.4766%2016.2734Z'%20fill='white'/%3e%3cpath%20d='M10.1992%2014.375C10.0234%2013.3555%209.20312%2012.7695%208.17188%2012.7695C6.77734%2012.7695%205.80469%2013.8359%205.80469%2015.7578C5.80469%2017.7031%206.78906%2018.7461%208.17188%2018.7461C9.17969%2018.7461%2010%2018.1836%2010.1992%2017.1875H11.7344C11.5%2018.8164%2010.1641%2020.1172%208.14844%2020.1172C5.91016%2020.1172%204.26953%2018.4883%204.26953%2015.7578C4.26953%2013.0156%205.93359%2011.3984%208.14844%2011.3984C10.0234%2011.3984%2011.4766%2012.4883%2011.7344%2014.375H10.1992Z'%20fill='white'/%3e%3crect%20x='25'%20y='15'%20width='7'%20height='1'%20fill='%23EB4C10'/%3e%3crect%20x='28'%20y='19'%20width='7'%20height='1'%20transform='rotate(-90%2028%2019)'%20fill='%23EB4C10'/%3e%3c/svg%3e") center center no-repeat;width:32px;height:32px;display:inline-flex}.faq-list-row .tit{height:60px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;color:#333;font-weight:500;padding:0 20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5006_86777)'%3e%3cpath%20d='M15.8327%207.50065L9.99935%2013.334L4.16602%207.50065'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5006_86777'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") calc(100% - 20px) center no-repeat}.faq-list-row .tit.open{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5006_86807)'%3e%3cpath%20d='M4.16732%2012.4993L10.0006%206.66602L15.834%2012.4993'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5006_86807'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.reaction-box .reply-btn{width:20px;height:20px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7142%203.33203C16.2194%203.33203%2016.7038%203.53271%2017.0611%203.88992C17.4183%204.24714%2017.619%204.73162%2017.619%205.23679V14.7606C17.619%2015.2658%2017.4183%2015.7503%2017.0611%2016.1075C16.7038%2016.4647%2016.2194%2016.6654%2015.7142%2016.6654L12.858%2016.6644L10.6732%2018.8492C10.5092%2019.0132%2010.2911%2019.1117%2010.0596%2019.1262C9.82815%2019.1408%209.59934%2019.0704%209.4161%2018.9282L9.32657%2018.8492L7.14181%2016.6644L4.28562%2016.6654C3.78045%2016.6654%203.29596%2016.4647%202.93875%2016.1075C2.58154%2015.7503%202.38086%2015.2658%202.38086%2014.7606V5.23679C2.38086%204.73162%202.58154%204.24714%202.93875%203.88992C3.29596%203.53271%203.78045%203.33203%204.28562%203.33203H15.7142Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99923%2010.9516C10.4754%2010.9516%2010.9516%2010.4754%2010.9516%209.99926C10.9516%209.52307%2010.4754%209.04688%209.99923%209.04688C9.52304%209.04688%209.04781%209.52307%209.04781%209.99926C9.04781%2010.4754%209.52304%2010.9516%209.99923%2010.9516ZM6.18971%2010.9516C6.6659%2010.9516%207.14209%2010.4754%207.14209%209.99926C7.14209%209.52307%206.6659%209.04688%206.18971%209.04688C5.71352%209.04688%205.23828%209.52307%205.23828%209.99926C5.23828%2010.4754%205.71352%2010.9516%206.18971%2010.9516ZM13.8088%2010.9516C14.2849%2010.9516%2014.7611%2010.4754%2014.7611%209.99926C14.7611%209.52307%2014.2849%209.04688%2013.8088%209.04688C13.3326%209.04688%2012.8573%209.52307%2012.8573%209.99926C12.8573%2010.4754%2013.3326%2010.9516%2013.8088%2010.9516Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7142%203.33203C16.2194%203.33203%2016.7038%203.53271%2017.0611%203.88992C17.4183%204.24714%2017.619%204.73162%2017.619%205.23679V14.7606C17.619%2015.2658%2017.4183%2015.7503%2017.0611%2016.1075C16.7038%2016.4647%2016.2194%2016.6654%2015.7142%2016.6654L12.858%2016.6644L10.6732%2018.8492C10.5092%2019.0132%2010.2911%2019.1117%2010.0596%2019.1262C9.82815%2019.1408%209.59934%2019.0704%209.4161%2018.9282L9.32657%2018.8492L7.14181%2016.6644L4.28562%2016.6654C3.78045%2016.6654%203.29596%2016.4647%202.93875%2016.1075C2.58154%2015.7503%202.38086%2015.2658%202.38086%2014.7606V5.23679C2.38086%204.73162%202.58154%204.24714%202.93875%203.88992C3.29596%203.53271%203.78045%203.33203%204.28562%203.33203H15.7142Z'%20stroke='%23333333'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.secret-comment-icon{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3cpath%20d='M8%2011V7C8%205.93913%208.42143%204.92172%209.17157%204.17157C9.92172%203.42143%2010.9391%203%2012%203C13.0609%203%2014.0783%203.42143%2014.8284%204.17157C15.5786%204.92172%2016%205.93913%2016%207'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%2013C5%2012.4696%205.21071%2011.9609%205.58579%2011.5858C5.96086%2011.2107%206.46957%2011%207%2011H17C17.5304%2011%2018.0391%2011.2107%2018.4142%2011.5858C18.7893%2011.9609%2019%2012.4696%2019%2013V19C19%2019.5304%2018.7893%2020.0391%2018.4142%2020.4142C18.0391%2020.7893%2017.5304%2021%2017%2021H7C6.46957%2021%205.96086%2020.7893%205.58579%2020.4142C5.21071%2020.0391%205%2019.5304%205%2019V13Z'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;cursor:pointer}.secret-comment-icon.active{background:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_376_19985)'%3e%3cpath%20d='M0.5%200H24.5V24H0.5V0Z'%20fill='white'/%3e%3cpath%20d='M5.5%2013C5.5%2012.4696%205.71071%2011.9609%206.08579%2011.5858C6.46086%2011.2107%206.96957%2011%207.5%2011H17.5C18.0304%2011%2018.5391%2011.2107%2018.9142%2011.5858C19.2893%2011.9609%2019.5%2012.4696%2019.5%2013V19C19.5%2019.5304%2019.2893%2020.0391%2018.9142%2020.4142C18.5391%2020.7893%2018.0304%2021%2017.5%2021H7.5C6.96957%2021%206.46086%2020.7893%206.08579%2020.4142C5.71071%2020.0391%205.5%2019.5304%205.5%2019V13Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.5%2011V7C8.5%205.93913%208.92143%204.92172%209.67157%204.17157C10.4217%203.42143%2011.4391%203%2012.5%203C13.5609%203%2014.5783%203.42143%2015.3284%204.17157C16.0786%204.92172%2016.5%205.93913%2016.5%207V11'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_376_19985'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.secret-comment-name{background:url("data:image/svg+xml,%3csvg%20width='21'%20height='20'%20viewBox='0%200%2021%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_378_27618)'%3e%3cpath%20d='M0.5%200H20.5V20H0.5V0Z'%20fill='white'/%3e%3cpath%20d='M4.66699%2010.8346C4.66699%2010.3926%204.84259%209.96869%205.15515%209.65612C5.46771%209.34356%205.89163%209.16797%206.33366%209.16797H14.667C15.109%209.16797%2015.5329%209.34356%2015.8455%209.65612C16.1581%209.96869%2016.3337%2010.3926%2016.3337%2010.8346V15.8346C16.3337%2016.2767%2016.1581%2016.7006%2015.8455%2017.0131C15.5329%2017.3257%2015.109%2017.5013%2014.667%2017.5013H6.33366C5.89163%2017.5013%205.46771%2017.3257%205.15515%2017.0131C4.84259%2016.7006%204.66699%2016.2767%204.66699%2015.8346V10.8346Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.16699%209.16667V5.83333C7.16699%204.94928%207.51818%204.10143%208.1433%203.47631C8.76842%202.85119%209.61627%202.5%2010.5003%202.5C11.3844%202.5%2012.2322%202.85119%2012.8573%203.47631C13.4825%204.10143%2013.8337%204.94928%2013.8337%205.83333V9.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_378_27618'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;cursor:pointer;display:inline-block;vertical-align:middle}.none-reply__icon{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain;width:63px;height:44px}.comment-drawer__close{cursor:pointer;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;flex-shrink:0;position:absolute;right:16px}.board-comment__box .board-comment__top-menu{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_58_29608)'%3e%3ccircle%20cx='12'%20cy='6'%20r='1.5'%20fill='%23949494'/%3e%3ccircle%20cx='12'%20cy='12'%20r='1.5'%20fill='%23949494'/%3e%3ccircle%20cx='12'%20cy='18'%20r='1.5'%20fill='%23949494'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_58_29608'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;cursor:pointer}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Black-C4SKphCp.woff2) format("woff2"),url(/assets/Pretendard-Black-2guK-pj0.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Bold-chcxVZIw.woff2) format("woff2"),url(/assets/Pretendard-Bold-CWaxYmLQ.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraBold-D2hxiWW6.woff2) format("woff2"),url(/assets/Pretendard-ExtraBold-Cvskj7_o.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Regular-CvNmaaUh.woff2) format("woff2"),url(/assets/Pretendard-Regular-YN4APvLQ.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraLight-CarprQm_.woff2) format("woff2"),url(/assets/Pretendard-ExtraLight-C1DIXRF2.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Light-BFeWK3ma.woff2) format("woff2"),url(/assets/Pretendard-Light-C0h145Wr.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-BQy9e_Np.woff2) format("woff2"),url(/assets/Pretendard-Medium-DKugNpno.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-SemiBold-nGbyQ38B.woff2) format("woff2"),url(/assets/Pretendard-SemiBold-BP4hgMH5.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Thin-3Gl8pRl8.woff2) format("woff2"),url(/assets/Pretendard-Thin-D7AMBPjr.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:ChosunGs;font-weight:400;font-style:normal;src:url(/assets/chosunGs-CoBIiMGp.woff2) format("woff2"),url(/assets/chosunGs-Dy9cm-VA.woff) format("woff");font-display:swap}@font-face{font-family:Nanum Myeongjo;font-style:normal;font-weight:400;src:url(/assets/NanumMyeongjo-NJTCXu3-.woff2) format("woff2"),url(/assets/NanumMyeongjo-D7CVxTEY.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:300;src:url(/assets/MaruBuri-Light-Dv-wRhSZ.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:400;src:url(/assets/MaruBuri-Regular-CbGatHH0.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:500;src:url(/assets/MaruBuri-SemiBold-BcB1DBmU.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:600;src:url(/assets/MaruBuri-Bold-sW0Me6sj.woff) format("woff");font-display:swap}@font-face{font-family:MaruBuri;font-style:normal;font-weight:700;src:url(/assets/MaruBuri-Bold-sW0Me6sj.woff) format("woff");font-display:swap}@font-face{font-family:Jalnan Gothic;src:url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff) format("woff");font-weight:400;font-style:normal}.icon-setting{width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex}.icon-arrow01{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:23px;height:23px;font-size:0;display:block}.icon-arrow02{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_arrow'%20clip-path='url(%23clip0_3199_70881)'%3e%3cpath%20id='Vector'%20d='M3.33325%208.00004H12.6666M12.6666%208.00004L9.99992%205.33337M12.6666%208.00004L9.99992%2010.6667'%20stroke='%23575757'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3199_70881'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-reset{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_213_1'%20data-name='구성%20요소%20213%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_17462'%20data-name='패스%2017462'%20d='M0,0H19.872V21.65H0Z'%20transform='translate(-1.662%20-1.219)'%20fill='%23eb4c10'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_51'%20data-name='사각형%2051'%20width='24'%20height='24'%20fill='none'/%3e%3cg%20id='그룹_20996'%20data-name='그룹%2020996'%20transform='translate(3.726%202.189)'%3e%3cg%20id='마스크_그룹_8549'%20data-name='마스크%20그룹%208549'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_17461'%20data-name='패스%2017461'%20d='M16.534,10.465a.81.81,0,0,0-1.618.091c.007.126.011.255.011.382a6.648,6.648,0,1,1-4.533-6.307l-2.162.783a.81.81,0,1,0,.552,1.524l3.939-1.426.012-.005.043-.018.031-.014.039-.021.031-.018.034-.023.032-.023.029-.024.032-.028.024-.025.031-.034.021-.026.029-.038.008-.01.011-.018.023-.038.018-.034.016-.035c.006-.013.011-.026.016-.04L13.215,5c0-.014.009-.028.013-.042s.006-.023.008-.034.006-.027.008-.041,0-.025.006-.038,0-.025,0-.038,0-.028,0-.042,0-.023,0-.035,0-.03,0-.045,0-.023,0-.034,0-.029-.006-.043,0-.025-.007-.037-.006-.026-.009-.038-.008-.028-.013-.042,0-.014-.006-.021L11.782.535a.81.81,0,1,0-1.524.552L11,3.123a8.275,8.275,0,1,0,5.552,7.816c0-.157,0-.316-.013-.473'%20transform='translate(0%200)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex;font-size:0}.sBtn.sBtn-outline{background:#fff;color:#eb4c10!important;border:1px solid #eb4c10}.icon-restart{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;font-size:0;margin-right:8px}.icon-search{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;margin-right:8px}.icon-message{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_message_fill'%20clip-path='url(%23clip0_3142_70198)'%3e%3cpath%20id='Vector'%20d='M15%2029.9998H10C8.67392%2029.9998%207.40215%2029.4731%206.46447%2028.5354C5.52678%2027.5977%205%2026.3259%205%2024.9998V11.6665C5%2010.3404%205.52678%209.06865%206.46447%208.13097C7.40215%207.19329%208.67392%206.6665%2010%206.6665H30C31.3261%206.6665%2032.5979%207.19329%2033.5355%208.13097C34.4732%209.06865%2035%2010.3404%2035%2011.6665V24.9998C35%2026.3259%2034.4732%2027.5977%2033.5355%2028.5354C32.5979%2029.4731%2031.3261%2029.9998%2030%2029.9998H25L20%2034.9998L15%2029.9998Z'%20fill='%23575757'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2014.9998C12.083%2014.3094%2012.6427%2013.7498%2013.333%2013.7498H26.6663C27.3567%2013.7498%2027.9163%2014.3094%2027.9163%2014.9998C27.9163%2015.6901%2027.3567%2016.2498%2026.6663%2016.2498H13.333C12.6427%2016.2498%2012.083%2015.6901%2012.083%2014.9998Z'%20fill='white'/%3e%3cpath%20id='Vector%20(Stroke)_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2021.6665C12.083%2020.9761%2012.6427%2020.4165%2013.333%2020.4165H23.333C24.0234%2020.4165%2024.583%2020.9761%2024.583%2021.6665C24.583%2022.3569%2024.0234%2022.9165%2023.333%2022.9165H13.333C12.6427%2022.9165%2012.083%2022.3569%2012.083%2021.6665Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70198'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-kko{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3142_70202)'%3e%3cpath%20d='M20%2039.9998C31.0457%2039.9998%2040%2031.0455%2040%2019.9998C40%208.95406%2031.0457%20-0.000244141%2020%20-0.000244141C8.9543%20-0.000244141%200%208.95406%200%2019.9998C0%2031.0455%208.9543%2039.9998%2020%2039.9998Z'%20fill='%23FAE300'/%3e%3cpath%20d='M20.002%2010.833C14.4786%2010.833%2010.002%2014.3722%2010.002%2018.7388C10.002%2021.5805%2011.8986%2024.0722%2014.7461%2025.4647C14.537%2026.2455%2013.9886%2028.298%2013.8786%2028.7322C13.7436%2029.2763%2014.0778%2029.2688%2014.2953%2029.1222C14.467%2029.008%2017.0353%2027.2622%2018.1436%2026.508C18.758%2026.599%2019.3783%2026.6447%2019.9995%2026.6447C25.522%2026.6447%2029.9995%2023.1047%2029.9995%2018.7388C29.9995%2014.373%2025.522%2010.833%2019.9995%2010.833'%20fill='%23391B1B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70202'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-circle{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_circle'%20clip-path='url(%23clip0_3142_70175)'%3e%3cline%20id='Line%201'%20x1='11.0607'%20y1='10.667'%20x2='13.7712'%20y2='13.3776'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20id='Ellipse%201'%20cx='7'%20cy='7.00024'%20r='5'%20stroke='%23575757'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70175'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0%200.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-filter{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17.5'%20height='17.5'%20viewBox='0%200%2017.5%2017.5'%3e%3cpath%20id='패스_4476'%20data-name='패스%204476'%20d='M12,6V4m0,2a2,2,0,0,0,0,4m0-4a2,2,0,0,1,0,4M6,18a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4m6,6V20m6-2a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4'%20transform='translate(-3.25%20-3.25)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:flex;font-size:0}.icon-order{background:url("data:image/svg+xml,%3csvg%20id='arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3crect%20id='Boundary'%20width='16'%20height='16'%20fill='none'/%3e%3cg%20id='그룹_19883'%20data-name='그룹%2019883'%20transform='translate(2.43%203.317)'%3e%3cg%20id='그룹_19856'%20data-name='그룹%2019856'%20transform='translate(0%200)'%3e%3cpath%20id='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-2'%20data-name='chevron-left'%20d='M9.606,0H0'%20transform='translate(2.624%200.364)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3cg%20id='그룹_19857'%20data-name='그룹%2019857'%20transform='translate(11.224%209.703)%20rotate(-180)'%3e%3cpath%20id='chevron-left-3'%20data-name='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249%200)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-4'%20data-name='chevron-left'%20d='M9.387,0H0'%20transform='translate(2.624%200.295)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:36px;height:36px;display:flex;font-size:0}.toolbar_view_mode_image_list{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_list.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.toolbar_view_mode_image_grid{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_grid.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.trans-btn-box .line{display:inline-block;width:1px;height:20px;background:#ebebeb;font-size:0;margin:0 20px}.trans-btn-box .btn-line+.btn-line{margin-left:8px}.trans-btn-box .btn-line{border-radius:16px;border:1px solid #ebebeb;background:#fff;color:#333;font-size:14px;font-weight:500;padding:0 12px;height:30px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.trans-btn-box .btn-line .count{color:#eb4c10;font-weight:500;margin-left:5px}.btn-rd .btn-share{background:url("data:image/svg+xml,%3csvg%20id='icon_share'%20xmlns='http://www.w3.org/2000/svg'%20width='19.091'%20height='20'%20viewBox='0%200%2019.091%2020'%3e%3crect%20id='Boundary'%20width='19.091'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_4474'%20data-name='패스%204474'%20d='M7.537,11.2a2.372,2.372,0,0,0,0-2.129m0,2.129a2.383,2.383,0,1,1,0-2.129m0,2.129,5.294,2.63M7.537,9.074l5.294-2.63m0,0a2.4,2.4,0,0,0,3.213,1.064,2.373,2.373,0,0,0,1.071-3.193A2.4,2.4,0,0,0,13.9,3.251a2.373,2.373,0,0,0-1.071,3.193Zm0,7.389A2.373,2.373,0,0,0,13.9,17.026a2.4,2.4,0,0,0,3.214-1.064,2.373,2.373,0,0,0-1.071-3.193,2.4,2.4,0,0,0-3.214,1.064Z'%20transform='translate(-0.533%20-0.499)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-print{background:url("data:image/svg+xml,%3csvg%20id='icon_print'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='그룹_9277'%20data-name='그룹%209277'%3e%3crect%20id='사각형_1286'%20data-name='사각형%201286'%20width='20'%20height='20'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_9278'%20data-name='그룹%209278'%20transform='translate(2%202)'%3e%3cg%20id='사각형_6897'%20data-name='사각형%206897'%20transform='translate(4%200)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='11'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='9.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cg%20id='패스_6888'%20data-name='패스%206888'%20transform='translate(0%203.999)'%20fill='%23fff'%3e%3cpath%20d='M%2014.39999961853027%206.25%20L%201.600000023841858%206.25%20C%201.113510012626648%206.25%200.75%205.974020004272461%200.75%205.727270126342773%20L%200.75%201.272729992866516%20C%200.75%201.025979995727539%201.113510012626648%200.75%201.600000023841858%200.75%20L%2014.39999961853027%200.75%20C%2014.88648986816406%200.75%2015.25%201.025979995727539%2015.25%201.272729992866516%20L%2015.25%205.727270126342773%20C%2015.25%205.974020004272461%2014.88648986816406%206.25%2014.39999961853027%206.25%20Z'%20stroke='none'/%3e%3cpath%20d='M%201.600000381469727%201.5%20C%201.561466217041016%201.5%201.527990341186523%201.50404167175293%201.5%201.509844779968262%20L%201.5%205.490155220031738%20C%201.527990341186523%205.49595832824707%201.561466217041016%205.5%201.600000381469727%205.5%20L%2014.39999961853027%205.5%20C%2014.43853378295898%205.5%2014.47200965881348%205.49595832824707%2014.5%205.490155220031738%20L%2014.5%201.509844779968262%20C%2014.47200965881348%201.50404167175293%2014.43853378295898%201.5%2014.39999961853027%201.5%20L%201.600000381469727%201.5%20M%201.600000381469727%200%20L%2014.39999961853027%200%20C%2015.28365993499756%200%2016%200.5698199272155762%2016%201.272729873657227%20L%2016%205.727270126342773%20C%2016%206.430180072784424%2015.28365993499756%207%2014.39999961853027%207%20L%201.600000381469727%207%20C%200.7163400650024414%207%200%206.430180072784424%200%205.727270126342773%20L%200%201.272729873657227%20C%200%200.5698199272155762%200.7163400650024414%200%201.600000381469727%200%20Z'%20stroke='none'%20fill='%2323252e'/%3e%3c/g%3e%3cg%20id='사각형_6898'%20data-name='사각형%206898'%20transform='translate(4%207)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='9'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='7.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cline%20id='선_277'%20data-name='선%20277'%20x2='4.627'%20transform='translate(5.801%2011.331)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_279'%20data-name='선%20279'%20x2='4.627'%20transform='translate(5.801%2012.94)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_278'%20data-name='선%20278'%20transform='translate(12.941%205.408)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-sq-40{width:108px;height:40px;border:1px solid #ff6e6e;border-radius:8px;color:#eb4c10;font-weight:600;font-size:15px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_save'%20clip-path='url(%23clip0_2569_3522)'%3e%3cpath%20id='&%23237;&%23149;&%23169;&%23236;&%23185;&%23152;&%23234;&%23184;&%23176;%201'%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_3522'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 15px center no-repeat;padding-left:40px;display:flex;justify-content:flex-start;align-items:center}.btn-rd .btn-sq-40.active{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2569_343)'%3e%3cpath%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_343'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.btn-rd .btn-sq-40.list{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#333;border-color:#ebebeb}.btn-rd.chnkor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M28.3857%2019.041V22.4883H29.6943V23.3965H28.3857V27.8496H27.3018V19.041H28.3857ZM26.0518%2019.959C26.0518%2022.5566%2024.9775%2024.832%2022.0381%2026.2773L21.4229%2025.4375C23.5713%2024.3682%2024.7334%2022.8643%2024.958%2020.8574H21.9014V19.959H26.0518Z'%20fill='%23333333'/%3e%3cpath%20d='M14.219%2012.366L15.371%2012.699C14.237%2015.939%2012.14%2017.829%208.918%2018.837C8.792%2018.567%208.45%2018.045%208.234%2017.784C11.348%2016.965%2013.283%2015.3%2014.219%2012.366ZM10.745%2012.438C11.654%2015.102%2013.598%2017.019%2016.802%2017.739C16.541%2017.991%2016.19%2018.504%2016.019%2018.819C12.644%2017.937%2010.79%2015.876%209.665%2012.762L10.745%2012.438ZM8.396%2011.781H16.64V12.843H8.396V11.781ZM11.933%2010.359H13.049V12.429H11.933V10.359Z'%20fill='%23333333'/%3e%3crect%20x='21.5701'%20y='13.5538'%20width='1'%20height='12'%20transform='rotate(30%2021.5701%2013.5538)'%20fill='%23C2C2C2'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.kor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M22.8403%2013.6152V18.0459H24.478V19.3789H22.8403V25.1426H21.2153V13.6152H22.8403ZM19.7554%2014.7959C19.7427%2018.249%2018.397%2021.2451%2014.5122%2023.1494L13.5981%2021.9053C16.334%2020.5342%2017.8003%2018.6934%2018.105%2016.1162H14.2583V14.7959H19.7554Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.chn{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M21.292%2015.488L22.828%2015.932C21.316%2020.252%2018.52%2022.772%2014.224%2024.116C14.056%2023.756%2013.6%2023.06%2013.312%2022.712C17.464%2021.62%2020.044%2019.4%2021.292%2015.488ZM16.66%2015.584C17.872%2019.136%2020.464%2021.692%2024.736%2022.652C24.388%2022.988%2023.92%2023.672%2023.692%2024.092C19.192%2022.916%2016.72%2020.168%2015.22%2016.016L16.66%2015.584ZM13.528%2014.708H24.52V16.124H13.528V14.708ZM18.244%2012.812H19.732V15.572H18.244V12.812Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.sorting{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31628)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6667H13.1668M13.1668%2015.6667L15.2502%2013.5834M13.1668%2015.6667L15.2502%2017.75'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31628'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.sorting.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_2149_28235)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6666H13.1668M13.1668%2015.6666L15.2502%2013.5833M13.1668%2015.6666L15.2502%2017.75'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2149_28235'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31574)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31574'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='38'%20height='38'%20rx='19'%20fill='%23EB4C10'/%3e%3cg%20clip-path='url(%23clip0_1627_31697)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31697'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.fntcolor01{background:url(/assets/icon-fnt-color-01-p9I1qeMd.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor02{background:url(/assets/icon-fnt-color-02-Bh7fszg0.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor03{background:url(/assets/icon-fnt-color-03-CNj94q9k.svg) transparent center center no-repeat;font-size:0}.ni-12-close-circle{width:12px;height:12px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_2'%20clip-path='url(%23clip0_12145_21593)'%3e%3ccircle%20id='Ellipse%202'%20cx='6'%20cy='6'%20r='6'%20fill='%23C2C2C2'/%3e%3cpath%20id='icon/cancel'%20d='M4%208L6%206M6%206L7.25015%204.74985L8%204M6%206L4%204M6%206L8%208'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12145_21593'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat}.txt-round.detail{width:32px!important;height:32px!important;margin-bottom:8px;border-radius:8px}.txt-round.none{color:#babdc6;font-weight:400;font-size:18px;background-color:transparent;border:none;line-height:24px}.five06{background-color:#ebebeb!important;border-color:transparent;color:#575757!important;border:none}.chk-birth{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20id='icon_check_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20width='20'%20height='20'%20rx='5'%20fill='none'%20stroke='%23e5e5e5'%20stroke-width='1'/%3e%3c/svg%3e") center center no-repeat;display:flex;font-size:0}.chk-birth.active{background:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.chk-round{background:url("data:image/svg+xml,%3csvg%20id='icon_대운_off'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3cg%20id='사각형_11'%20data-name='사각형%2011'%20fill='none'%20stroke='%23c8c8c8'%20stroke-width='1'%3e%3crect%20width='20'%20height='20'%20rx='10'%20stroke='none'/%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='9.5'%20fill='none'/%3e%3c/g%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23c8c8c8'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:inline-flex;font-size:0}.chk-round.active{background-image:url("data:image/svg+xml,%3csvg%20id='icon_대운_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='20'%20height='20'%20rx='10'%20fill='%23eb4c10'/%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.saju-option-checkbox .checkbox{display:none}.saju-option-checkbox .checkbox+.label{position:relative;cursor:pointer;padding-left:28px;height:24px;display:flex;align-items:center;user-select:none;-webkit-user-select:none;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-position:left center;background-repeat:no-repeat}.saju-option-checkbox .checkbox+.label.line{color:#23252e;font-size:14px}.saju-option-checkbox .checkbox+.label.line .line-txt{border-bottom:1px solid #23252e;font-weight:600;line-height:1.2}.saju-option-checkbox .checkbox+.label.txt{font-size:14px;color:#333}.saju-option-checkbox .checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.checkbox+.label{position:relative;cursor:pointer;padding-left:28px;height:24px;display:flex;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-position:left center;background-repeat:no-repeat;font-size:0}.checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.saju-option-radio .radio{display:none}.saju-option-radio .radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_6735_131766)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M6.10938%2010L8.85923%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3867%207.22266L8.887%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6735_131766'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:26px}.saju-option-radio .radio+.label.txt{font-size:14px;color:#23252e}.saju-option-radio .label.font{font-weight:400;font-size:14px}.saju-option-radio .radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_6735_131766)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M6.10938%2010L8.85923%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3867%207.22266L8.887%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6735_131766'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:26px}.radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.rd-gender+label{position:relative;display:flex;cursor:pointer;padding-left:38px;background:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%235dbaff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%235dbaff'/%3e%3c/g%3e%3c/svg%3e") 18px center no-repeat;border:1px solid #e5e5e5;width:81px;height:34px;border-radius:8px;align-items:center;box-sizing:border-box;margin-left:8px}.rd-gender:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");background-color:#eb4c10;color:#fff;border-color:#eb4c10}.rd-gender.female+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_female'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='female'%20transform='translate(5.07%203.237)'%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(0%200.003)'%20fill='%23eb4f5d'/%3e%3c/g%3e%3c/svg%3e")}.rd-gender.female:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='여자_흰색'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(5.07%203.24)'%20fill='%23fff'/%3e%3c/svg%3e")}.rd-chk-02+label:before{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20503'%20data-name='그룹%2020503'%20transform='translate(-115%20-543)'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='18'%20height='18'%20rx='9'%20transform='translate(115%20543)'%20fill='%23d9d9db'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-size:100% auto;position:absolute;left:0;top:0;bottom:0;display:block;content:""}.rd-chk-02:checked+label:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20504'%20data-name='그룹%2020504'%20transform='translate(-115%20-543)'%3e%3cpath%20id='패스_17352'%20data-name='패스%2017352'%20d='M9,0A9,9,0,1,1,0,9,9,9,0,0,1,9,0Z'%20transform='translate(115%20543)'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e")}.custom-btn{height:48px!important;font-size:15px;width:160px;font-weight:700;border-radius:6px}.custom-btn.h-sm{height:38px!important;font-size:14px;width:100px}.v-btn.text-info{border-color:#ebebeb;background-color:#fff}.radio-wrap{display:flex;justify-content:flex-start;align-items:center}.radio-wrap.st-mid{font-size:15px;font-weight:500;color:#333}.v-text-field input{font-size:15px}.v-text-field input:placeholder{font-size:15px}.v-label.v-field-label{font-size:15px;color:#757575}.v-field--active .v-label.v-field-label{color:#eb4c10}.btn-v2{display:flex;justify-content:center;align-items:center}.btn-v2.submit{background:#eb4c10;border-radius:6px;color:#fff;font-size:15px;font-weight:700}.btn-v2.do{background:#fff8f5;border-radius:4px;color:#eb4c10;height:20px;padding:0 6px;font-size:12px;font-weight:700;line-height:1}.btn-v2.do .arrow{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cg clip-path='url(%23clip0_7436_120788)'%3E%3Cpath d='M2.99967 1.66536L5.33301 3.9987L2.99967 6.33203' stroke='%23EB4C10' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7436_120788'%3E%3Crect width='8' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center center no-repeat;width:8px;height:8px}.btn-v2.h-xl{width:280px;height:48px}.data-4fr-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0 10px;margin:0 -10px}.tab-content-container{height:auto}.card{perspective:1000px;cursor:pointer;position:relative}.card.card-small{height:418px;width:392px;border-radius:12px}.card.card-large{height:478px;width:392px}.card.h-big{height:540px}.card .card-front,.card .card-back{width:100%;height:100%;position:absolute;backface-visibility:hidden;transition:transform .8s ease-in-out;transform-style:preserve-3d}.card .card-front{border:1px solid #e7eaef;border-radius:10px;display:flex;flex-direction:column}.card .card-back{border:1px solid #e7eaef;border-radius:10px;display:flex;flex-direction:column;transform:rotateY(180deg)}.card.flipped .card-front{transform:rotateY(180deg)}.card.flipped .card-back{transform:rotateY(0)}.card button{cursor:pointer}.card .tit{color:#2c2c2e;font-weight:700;font-size:16px;border-radius:12px 12px 0 0;background:#f8f8f8;display:flex;justify-content:space-between;align-items:center;padding:8px 24px;height:38px}.card-4fr-list{display:flex;flex-wrap:wrap;gap:10px}.card-4fr-list .txt3{display:flex;flex-basis:100%}.card-4fr-list .txt3-1{flex:1 0 calc(25% - 10px);box-sizing:border-box}.card-top-4fr-list{display:grid;gap:32px;grid-template-columns:repeat(4,1fr);justify-items:center;text-align:center}.card-top-4fr-list .txt3{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin-bottom:4px}.card-top-4fr-list .txt3 div{margin-bottom:4px}.data-detail-top.col2{margin-bottom:16px}.data-detail-top.col2 .card-top-4fr-list{grid-template-columns:repeat(2,1fr);justify-items:flex-start;gap:0}.data-detail-flex .gong-div-tae{width:1px;height:20px;background:var(--Gray-400, #c2c2c2);margin-top:25px;margin-left:20px;margin-right:20px}.six-4fr-list{display:flex;justify-content:space-between;width:100%}.six-4fr-list .grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.six-4fr-list .grid-item{display:flex;flex-direction:column;justify-content:flex-start}.six-4fr-list .column{display:flex;flex-direction:column;justify-content:center}.six-4fr-list .column span{display:flex;align-items:center;text-align:center;justify-content:center}.detail-gap{margin-bottom:20px}.notice-list-wrap{border-top:1px solid #757575;display:flex;flex-direction:column;flex-wrap:wrap}.notice-list-wrap .notice-list-row{cursor:pointer;padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ebebeb}.notice-list-wrap .notice-list-row.st-top{background:#fff8f5}.notice-list-wrap .notice-list-row .tit-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.notice-list-wrap .notice-list-row .tit-box .tit-b{display:flex;align-items:center;gap:6px;color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:500;line-height:22px}.notice-list-wrap .notice-list-row .tit-box .tit-b .art-icon-box{margin-top:0}.notice-list-wrap .notice-list-row .tit-box .tit-b .tit{white-space:nowrap}.notice-list-wrap .notice-list-row .tit-box .tit-s{color:#757575;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.notice-list-wrap .notice-list-row .date-box{display:flex;flex-direction:column;align-items:flex-end;gap:4px;color:#757575;text-align:right;font-size:14px;font-weight:500;line-height:18px}.notice-list-wrap .notice-list-row .hit{display:flex;justify-content:flex-start;align-items:center;gap:4px;color:#949494;font-size:14px;font-weight:500}.notice-list-wrap .notice-list-row .hit .icon-hit{display:flex;align-items:center}.faq-list-st2-wrap{border-top:1px solid #757575;display:flex;flex-direction:column;flex-wrap:wrap}.faq-list-st2-wrap .faq-list-st2-row{cursor:pointer;padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ebebeb}.faq-list-st2-wrap .faq-list-st2-row.st-top{background:#fff8f5}.faq-list-st2-wrap .faq-list-st2-row .tit-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.faq-list-st2-wrap .faq-list-st2-row .tit-box .tit-b{color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:500;line-height:22px}.faq-list-st2-wrap .faq-list-st2-row .tit-box .tit-s{color:var(--Gray-500, #949494);font-size:14px;font-style:normal;font-weight:400;line-height:18px}.faq-list-st2-wrap .faq-list-st2-row .date-box{display:flex;flex-direction:column;align-items:flex-end;gap:4px;color:var(--Gray-500, #949494);text-align:right;font-size:14px;font-weight:500;line-height:18px}.faq-list-st2-wrap .faq-list-st2-row .hit{display:flex;justify-content:flex-start;align-items:center;gap:4px;color:var(--Gray-400, #c2c2c2);font-size:12px;font-weight:500}.faq-list-st2-wrap .faq-list-st2-row .hit .icon-hit{display:flex;align-items:center}.board-view-tit-st2-box{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--Gray-600, #757575);border-bottom:1px solid var(--Gray-300, #ebebeb);padding:24px 20px;position:relative;z-index:100}.board-view-tit-st2-box .like-box{position:absolute;right:0;top:-50px;width:200px;display:flex;justify-content:flex-end;align-items:center;gap:20px}.board-view-tit-st2-box .tit-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}.board-view-tit-st2-box .tit-box .tit-b{display:flex;align-items:center;gap:8px;color:var(--Gray-800, #333);text-align:center;font-size:18px;font-weight:500;line-height:24px}.board-view-tit-st2-box .tit-box .tit-s{color:#757575;font-size:14px;font-weight:400;line-height:18px}.board-view-tit-st2-box .date-box{display:flex;flex-direction:column;align-items:flex-end;gap:4px;color:#757575;text-align:right;font-size:14px;font-weight:500;line-height:18px}.board-view-tit-st2-box .date-box .hit{display:flex;justify-content:flex-start;align-items:center;gap:4px;color:#949494;font-size:14px;font-weight:500}.board-view-tit-st2-box .date-box .hit .icon-hit{display:flex;align-items:center}.article-keyword-box{border-radius:8px;background:var(--Orange-100, #fff8f5);display:flex;justify-content:flex-start;align-items:center;color:var(--Gray-700, #575757);font-size:14px;font-weight:700;line-height:18px;gap:8px;padding:12px 20px;flex-wrap:wrap}.article-keyword-box .key-text{position:relative;display:inline-block;padding-left:10px}.article-keyword-box .key-text:before{position:absolute;left:0;top:8px;content:"";width:2px;height:2px;border-radius:100%;font-size:0;background-color:#575757;display:block}.art-icon-box{display:flex;gap:4px}.art-icon-box .txt{display:flex;height:18px;padding:3px 6px;justify-content:center;align-items:center;gap:10px;border-radius:4px;text-align:center;font-size:10px;font-weight:700;line-height:12px}.art-icon-box .txt.NEW{background:#ffb4011a;color:#ffb401}.art-icon-box .txt.HOT{background:#eb4c101a;color:#eb4c10}.art-icon-box .txt.BEST{background:#ff6b6b1a;color:#ff6b6b}.art-icon-box .txt.RECO{background:#a169c81a;color:#a169c8}.art-icon-box .txt.EVENT{background:#ff6b6b;color:#fff}.st-board-list .grid-container{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:32px;width:100%}.st-board-list .grid-container .item{gap:12px}.st-board-list .grid-container .item .img-box-lg,.st-board-list .grid-container .item .img-box{position:relative;width:100%}.st-board-list .grid-container .item img{width:100%;aspect-ratio:350/160;object-fit:cover;border-radius:8px}.st-board-list .grid-container .item .txt-like{position:absolute;right:16px;bottom:16px;width:24px;height:24px}.st-board-list .grid-container .item .txt-like .icon-like path{fill:#fff;opacity:.4;stroke:#fff}.st-board-list .grid-container .item .txt-like .icon-like.active path{fill:#eb4c10;opacity:1;stroke:#eb4c10}.st-board-list .grid-container .item .info-box{padding:0 8px;width:100%;display:flex;flex-direction:column;gap:4px}.st-board-list .grid-container .item .txt-tit{font-size:15px;color:#333;font-weight:700;text-align:left;width:100%}.st-board-list .grid-container .item .txt-date{font-size:14px;color:#949494;text-align:left;width:100%}.st-board-list .grid-container .item{display:flex;flex-direction:column;align-items:center;position:relative;flex:0 0 calc((100% - 40px) / 3);max-width:calc((100% - 40px) / 3)}.st-board-list .grid-container .item .txt-tit{color:var(--Gray-800, #333);font-size:15px;font-weight:500;line-height:22px}.st-board-list .grid-container .item .txt-date{display:flex;justify-content:space-between;align-items:center;color:var(--Gray-600, #757575);font-size:14px;font-weight:500;line-height:18px}.st-board-list .grid-container .item .txt-date .hit-box{color:var(--Gray-500, #949494);font-size:13px;font-style:normal;font-weight:500;line-height:16px;display:flex;justify-content:flex-start;align-items:center;gap:4px}.st-board-list .grid-container .item .txt-tit-sub{color:var(--Gray-500, #949494);font-size:14px;font-weight:400;line-height:18px;width:100%}.st-board-list .art-icon-box{width:100%}.st-board-list .icon-like path{width:20px;height:20px;fill:#ebebeb;stroke:#ebebeb}.st-board-list .icon-like.active path{fill:#eb4c10;stroke:#eb4c10}@media (max-width: 1280px){.st-board-list .grid-container{gap:16px}.st-board-list .grid-container .item{position:relative;max-width:min(420px,(100% - 32px) / 3);display:flex;flex:0 0 calc((100% - 32px) / 3);flex-direction:column;align-items:center}}@media (max-width: 1100px){.st-board-list .grid-container{gap:16px}.st-board-list .grid-container .item{position:relative;max-width:min(420px,(100% - 16px) / 2);display:flex;flex:0 0 calc((100% - 16px)/2);flex-direction:column;align-items:center}}@media (max-width: 768px){.st-board-list .grid-container{gap:16px}.st-board-list .grid-container .item{position:relative;max-width:min(420px,(100% - 16px) / 2);display:flex;flex:0 0 calc((100% - 16px)/2);flex-direction:column;align-items:center;gap:8px}}@media (max-width: 480px){.st-board-list .grid-container .item{position:relative;max-width:100%;flex:0 0 100%;display:flex;flex-direction:column;align-items:center}.st-board-list .grid-container.event-st-list .item{gap:8px}}.board-view-tit-st2-box .icon-like path{width:20px;height:20px;fill:#ebebeb;stroke:#ebebeb}.board-view-tit-st2-box .icon-like.active path{fill:#eb4c10;stroke:#eb4c10}.event-st-list .item{width:100%;gap:12px}.event-st-list .like-box{position:absolute;right:0;bottom:0}.event-st-list .icon-like path{width:20px;height:20px;fill:#ebebeb;stroke:#ebebeb}.event-st-list .icon-like.active path{fill:#eb4c10;stroke:#eb4c10}.event-st-list .none-thumbnail{aspect-ratio:326/183;width:100%;height:100%;border-radius:8px;background:url(/assets/empty_thumbnail_v3-CS1f9Icg.png) center center no-repeat;background-size:cover}.event-st-list .img-box-lg{aspect-ratio:5/3}.event-st-list .img-box-lg .img-box,.event-st-list .img-box-lg .img-box img{width:100%;height:100%}.article-file-box{display:flex;padding:5px 20px;align-items:flex-start;align-self:stretch;margin-bottom:20px;gap:40px}.article-file-box .tit-s{color:var(--Gray-800, #333);font-size:15px;font-weight:400;padding:14px 0;width:70px}.article-file-box .file-list{width:calc(100% - 70px);display:flex;flex-direction:column;gap:5px}.article-file-box .file-list .item-list{cursor:pointer;color:var(--Gray-800, #333);font-size:15px;font-weight:500;line-height:20px;display:flex;padding:14px 16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADiSURBVHgB1ZLNDYJAEIXfop6di/FqCZawR+NPtARLoAOhAkuwBQ7epROPisQEG2CciQkhK4RN9MJLJhvmvf1gMgC9U76h8L6isCsXdAXA2AYGu99BnuoB6Lag2WNJ+7YL6mmmEzQYwZoAp3xNB9d7Sk89zbieQYMEEsmhID0tS24AXEp5loqn5yLyAjmwQoq01wbplMKkWCv7gD0ubeiYrShphDX82W5+WDmMuTHfo07aRnHy1dZKxku6Y3joaomYMav3qi+StSbyFl07w1NsEFf364ZArGzGwkMySipjp/i33nNuS8nrad+rAAAAAElFTkSuQmCC) calc(100% - 15px) center no-repeat}.line-wd100{margin-top:20px;width:100%;border-bottom:1px solid var(--Gray-300, #ebebeb)}@media (max-width: 768px){.notice-list-wrap{border-top:1px solid var(--Gray-300, #ebebeb);width:100vw}.notice-list-wrap .notice-list-row{display:none}.notice-list-wrap .notice-mobile-list-row{display:flex;min-height:80px;padding:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch;border-bottom:1px solid var(--Gray-300, #ebebeb)}.notice-list-wrap .notice-mobile-list-row.st-top{background:#fff8f5}.notice-list-wrap .notice-mobile-list-row .tit-box{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.notice-list-wrap .notice-mobile-list-row .tit-box .date-box{display:flex;justify-content:space-between;align-items:center;align-self:stretch;color:var(--Gray-600, #757575);text-align:right;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.notice-list-wrap .notice-mobile-list-row .tit-box .date-box .hit{display:flex;align-items:center;gap:4px;color:var(--Gray-500, #949494);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px}.notice-list-wrap .notice-mobile-list-row .tit-box .date-box .hit .icon-hit{display:flex;align-items:center}.notice-list-wrap .notice-mobile-list-row .tit-box .tit-b{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:22px}.notice-list-wrap .notice-mobile-list-row .art-icon-box{margin:0;padding:0}.article-file-box .file-list{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}.article-file-box .file-list .item-list span{width:92%}.article-keyword-box{display:flex;padding:12px 20px;align-items:center;align-content:center;gap:8px;flex-wrap:wrap;border-radius:8px;margin:0 20px}.board-view-tit-st2-box .tit-box .tit-b{text-align:start;font-size:16px}}.essay-view-tit-st2-box{position:relative;display:flex;align-items:center;justify-content:space-between}.essay-view-tit-st2-box .like-box{position:absolute;right:10px;top:-38px;width:200px;display:flex;justify-content:flex-end;align-items:center;gap:20px;z-index:100}.essay-view-tit-st2-box .like-box .header-like-area{display:flex;align-items:center;justify-content:center;gap:3px}.essay-view-tit-st2-box .icon-like path{fill:transparent;stroke:#575757}.essay-view-tit-st2-box .icon-like.active path{fill:#eb4c10;stroke:#eb4c10}.essay-view-tit-st2-box .num{font-size:14px;color:#575757;font-weight:500;display:inline-flex;width:15px;height:18px;justify-content:center;align-items:center}.essay-view-tit-st2-box .icon-share{line-height:0;vertical-align:middle}.essay-view-tit-st2-box .icon-like{display:block}.board-comment-drawer{position:fixed!important;top:0;right:0;left:0;height:100dvh;max-height:100dvh;z-index:5000}.board-comment-drawer :deep(.v-navigation-drawer__content){display:flex;flex-direction:column;height:100%}.drawer-body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.drawer-footer{flex:0 0 auto;border-top:1px solid #eee;background:#fff;padding-bottom:calc(8px + env(safe-area-inset-bottom))}.gnb-menu-box .depth01{margin-bottom:28px}.gnb-menu-box .depth01 .gnb-link{font-size:16px;line-height:18px;font-weight:700;color:#333;display:flex;justify-content:flex-start;align-items:center}.gnb-menu-box .depth01 .gnb-link .icon{display:flex;height:20px;margin-right:8px}.gnb-menu-box .depth01 .sub-menu{margin-left:28px;margin-top:6px}.gnb-menu-box .depth01 .sub-menu a{color:#757575;font-size:15px;font-weight:400;display:flex;padding:4px 0;justify-content:space-between;align-items:center}.gnb-menu-box .depth01 .sub-menu a.router-link-active{color:#eb4c10;font-weight:700}.gnb-menu-box .depth01 .sub-menu a:hover{font-weight:700}.login-msg-box{box-sizing:border-box;padding:20px;width:220px;right:0;top:0;background:transparent}.login-msg-box .txt-box{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;color:#333;font-size:15px;margin-bottom:16px;padding-top:6px}.login-msg-box .txt-box .txt1{font-weight:700}.login-msg-box .txt-box .txt3{color:#333;font-weight:700}.login-msg-box .btn-box{display:grid;grid-template-columns:1fr;gap:4px;margin-bottom:8px}.login-msg-box .point-box{background:#f8f8f8;border-radius:8px;padding:8px 10px;margin-bottom:16px;color:#eb4c10;font-size:12px;font-weight:700;line-height:18px}.login-msg-box .point-box .icon-point{width:32px;height:32px}.login-msg-box .point-box .current-point{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px;min-width:82px;width:auto;height:18px}.login-msg-box .point-box .charge-btn{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.login-msg-box .gnb-menu-box .depth01{margin-bottom:14px}.login-msg-box .gnb-menu-box .depth01 .gnb-link{font-size:13px;line-height:18px}.login-msg-box .gnb-menu-box .depth01 .gnb-link .icon{height:16px;margin-right:8px}.login-msg-box .gnb-menu-box .depth01 .sub-menu a{font-size:13px}.myinfo-dt-box{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.myinfo-dt-box.st-one{grid-template-columns:repeat(1,1fr);gap:10px}.myinfo-dt-box.st-one dl{height:auto;min-height:48px}.myinfo-dt-box.st-one dl.top{align-items:flex-start}.myinfo-dt-box.st-one dl.top dt{padding-top:14px}.myinfo-dt-box.st-one dl dt{text-align:left}.myinfo-dt-box.st-one dl dt.fnt-big{font-size:16px;font-weight:700}.myinfo-dt-box.st-one dl dd.st-radio{box-sizing:border-box;padding:14px 0}.myinfo-dt-box.st-one dl dd .exp{font-size:13px;color:#575757}.myinfo-dt-box dl{display:flex;align-items:center;height:48px}.myinfo-dt-box dl dt{width:140px;flex-shrink:0;color:#575757;letter-spacing:-.375px;font-size:15px}.myinfo-dt-box dl dd{flex-grow:1;font-size:15px;font-weight:500;color:#333}.my-tit-box{display:flex;justify-content:space-between;align-items:center}.my-tit-box.st-guest{justify-content:flex-start}.my-tit-box.st-guest .tit{margin-right:40px}.my-tit-box .tit{font-weight:700;font-size:20px;color:#2c2c2e}.my-tit-box .tit .tit-s{color:#575757;font-size:13px;font-weight:400;margin-left:40px}.my-tit-box .path ul{display:flex;justify-content:flex-start;align-items:center}.my-tit-box .path ul li{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cg clip-path='url(%23clip0_6715_29719)'%3E%3Cpath d='M2.99967 1.66536L5.33301 3.9987L2.99967 6.33203' stroke='%23757575' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6715_29719'%3E%3Crect width='8' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center right no-repeat;background-size:8px auto;padding-right:16px;margin-left:8px;font-size:13px;color:#757575;font-weight:500}.my-tit-box .path ul li:last-child{background:none;padding-right:0}.com-bg-my-box{padding:28px 40px;background:#fff;border-radius:16px;box-sizing:border-box;margin-bottom:12px}.com-bg-my-box.product{padding:0}.com-bg-my-box.st-time .tit{margin-bottom:8px}.com-bg-my-box.mg-none{margin-bottom:0}.com-bg-my-box .tit{font-size:18px;font-weight:700;color:#333;line-height:1.4;margin-bottom:16px}.com-bg-my-box .tit.fnt-big{font-size:20px}.com-bg-my-box.h-small{padding:16px 20px;background:transparent;margin-bottom:0}.com-bg-my-box.h-small .tit{margin-bottom:0}.com-bg-my-box.h-small.st-guide{padding-top:40px!important}.my-gnb-btn-box{margin-bottom:20px}.my-gnb-btn-box button{margin-bottom:8px}.my-gnb-btn-box .txt-box{font-size:12px;font-weight:500;color:#757575}.my-name-box{margin-bottom:12px}.my-name-box .name{font-size:17px;color:#333;font-weight:700}.my-name-box .name-txt{font-size:17px;color:#333;font-weight:400}.point-box{background:#f8f8f8;border-radius:8px;padding:8px 12px;display:flex;justify-content:flex-start;align-items:center;margin-bottom:28px}.point-box .mid-box{width:100%;display:flex;justify-content:space-between;align-items:center}.point-box .point-num-box{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;color:#eb4c10}.point-box .icon-point{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='url(%23paint0_linear_7436_120800)'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.75'%20fill='white'%20fill-opacity='0.1'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.25'%20stroke='white'%20stroke-opacity='0.1'/%3e%3cg%20filter='url(%23filter0_d_7436_120800)'%3e%3cpath%20d='M7.31879%2013.5725C6.82721%2013.5725%206.42871%2013.174%206.42871%2012.6825V7.45963C6.42871%206.89081%206.88983%206.42969%207.45866%206.42969C7.75193%206.42969%208.03129%206.55471%208.22669%206.77341L12.1817%2011.2C12.3105%2011.3441%2012.2082%2011.5725%2012.015%2011.5725C11.8915%2011.5725%2011.7914%2011.4724%2011.7914%2011.349V7.31976C11.7914%206.82819%2012.1899%206.42969%2012.6815%206.42969C13.1731%206.42969%2013.5716%206.82819%2013.5716%207.31976V12.5498C13.5716%2013.1146%2013.1137%2013.5725%2012.5488%2013.5725C12.258%2013.5725%2011.9809%2013.4488%2011.7869%2013.2321L7.81916%208.80203C7.69033%208.65818%207.79242%208.42969%207.98552%208.42969C8.10887%208.42969%208.20886%208.52968%208.20886%208.65303V12.6825C8.20886%2013.174%207.81036%2013.5725%207.31879%2013.5725Z'%20fill='%23FFE2D5'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M8.45886%2012.6825V9.89099L11.6007%2013.3989C11.8421%2013.6685%2012.1869%2013.8225%2012.5488%2013.8225C13.2517%2013.8225%2013.8216%2013.2527%2013.8216%2012.5498V7.31976C13.8216%206.69012%2013.3111%206.17969%2012.6815%206.17969C12.0518%206.17969%2011.5414%206.69012%2011.5414%207.31976V10.1081L8.41312%206.60684C8.17029%206.33506%207.82312%206.17969%207.45866%206.17969C6.75176%206.17969%206.17871%206.75274%206.17871%207.45963V12.6825C6.17871%2013.3121%206.68914%2013.8225%207.31879%2013.8225C7.94843%2013.8225%208.45886%2013.3121%208.45886%2012.6825Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='0.5'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7436_120800'%20x='3.92871'%20y='3.92969'%20width='12.1426'%20height='12.1445'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7436_120800'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7436_120800'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_7436_120800'%20x1='0'%20y1='0'%20x2='20'%20y2='20'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EB490C'/%3e%3cstop%20offset='0.25'%20stop-color='%23F26A37'/%3e%3cstop%20offset='0.5'%20stop-color='%23F89E76'/%3e%3cstop%20offset='0.745'%20stop-color='%23F26A37'/%3e%3cstop%20offset='1'%20stop-color='%23EB490C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;margin-right:8px;display:inline-block}.point-box .point-txt-box{display:flex;justify-content:flex-start;align-items:center}.point-box .btn{background:#eb4c10;color:#fff;border-radius:12px;font-size:12px;height:20px;padding:0 8px;display:flex;align-items:center;justify-content:center;line-height:1}.myinfo-box .board-list-box thead tr th{border-bottom:1px solid #ebebeb;color:#757575;font-weight:500;background:transparent;border-top:none}.myinfo-box .board-list-box tbody tr td{border-bottom:1px solid #ebebeb;color:#575757;font-weight:500;background:transparent;border-top:none}.myinfo-box .board-list-box tbody tr:hover td{background:#f8f8f8}.st-point .popup-header{color:var(--gray-900-black, #2c2c2e);text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:24px;position:relative;width:100%}.st-point .popup-header .dial-close{position:absolute;right:0;top:0;font-size:0}.st-point .popup-box{max-width:400px;padding:28px}.st-point .popup-box .popup-message{text-align:left;line-height:24px}.my-tit-top-box{display:flex;justify-content:flex-end;align-items:center;gap:20px;margin-bottom:20px}.my-tit-top-box .btn-box{padding:0 8px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);font-size:12px;font-style:normal;font-weight:700;line-height:16px;display:flex;justify-content:center;align-items:center;height:20px}.my-exp-box{display:flex;justify-content:space-between;align-items:center}.my-exp-box .time-box{font-size:15px}.my-exp-box .time-box .txt1{color:#333;font-weight:500}.my-exp-box .time-box .txt2{color:#575757}.my-exp-box .email-box{font-size:14px;color:#575757;text-align:right;margin-top:-20px}.my-exp-box .email-box .txt{display:flex;align-items:center;justify-content:flex-end}.my-exp-box .email-box .txt .icon{margin-left:3px;display:flex;justify-content:center;align-items:center}.my-tab-box{display:flex;width:100%;margin-bottom:28px;border-bottom:1px solid #ebebeb}.my-tab-box .tab-button{flex:1;padding:10px;border:none;background:none;cursor:pointer;text-align:center;font-size:15px;position:relative;height:48px}.my-tab-box .tab-button:hover{font-weight:500}.my-tab-box .tab-button.active{color:#eb4c10;font-weight:700}.my-tab-box .tab-button.active:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#eb4c10}.my-agree-all-box{margin-bottom:10px}.my-agree-box{display:flex;justify-content:space-between;align-items:center}.my-agree-box .title{font-size:15px;font-weight:700;color:#333}.my-agree-box .btn-txt{font-size:14px;font-weight:500;color:#757575;text-decoration-line:underline}.pop-agree-txt{font-size:15px;color:#333;line-height:24px}.gap-line-01{margin-top:16px;margin-bottom:16px;border-bottom:1px solid #ebebeb}.gap-xxlg{margin-bottom:60px}.btn-icon{display:flex;justify-content:flex-start;align-items:center}.btn-icon .icon{margin-right:8px}.my-inquiry-user .new,.my-inquiry-admin .new{font-size:10px;color:#eb4c10;font-weight:700;border:1px solid #eb4c10;border-radius:8px;padding:0 5px;height:16px;display:inline-flex;justify-content:center;align-items:center}.my-inquiry-user .top-box,.my-inquiry-admin .top-box{display:flex;justify-content:space-between;align-items:center}.my-inquiry-user .top-box .tit-box,.my-inquiry-admin .top-box .tit-box{display:flex;justify-content:flex-start;align-items:center;gap:0}.my-inquiry-user .top-box .tit,.my-inquiry-admin .top-box .tit{display:inline-flex;margin:0;font-size:18px;font-weight:700;color:#333}.my-inquiry-user .top-box .txt,.my-inquiry-admin .top-box .txt{display:inline-flex;margin:0 6px;font-size:18px;color:#333}.my-inquiry-user .ans-box .finish,.my-inquiry-admin .ans-box .finish{color:#eb4c10;font-size:15px;font-weight:700}.my-inquiry-user .ans-box .ready,.my-inquiry-admin .ans-box .ready{color:#949494;font-size:15px;font-weight:700}.my-inquiry-user .date-box,.my-inquiry-admin .date-box{color:#949494;font-size:15px;margin-bottom:16px}.my-inquiry-user .cont-box,.my-inquiry-admin .cont-box{margin-bottom:60px;font-size:15px;color:#333}.my-inquiry-user .alert-box,.my-inquiry-admin .alert-box{background:#f8f8f8;display:flex;justify-content:space-between;align-items:center;border-radius:8px;padding:14px 20px}.my-inquiry-user .alert-box .tit,.my-inquiry-admin .alert-box .tit{font-size:13px;color:#575757;font-weight:700;margin-bottom:0}.my-inquiry-user .alert-box .txt,.my-inquiry-admin .alert-box .txt{color:#575757;font-size:14px}.my-inquiry-user .file-box,.my-inquiry-admin .file-box{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:40px}.my-inquiry-user .file-box .tit,.my-inquiry-admin .file-box .tit{font-size:15px;color:#333;display:flex;align-items:center;margin-bottom:0}.my-inquiry-user .file-box .txt,.my-inquiry-admin .file-box .txt{font-size:15px;color:#333;font-weight:500;border:1px solid #ebebeb;border-radius:6px;padding:14px 16px}.my-inquiry-admin .ans-name{color:#eb4c10;font-size:18px;font-weight:700}.wide-wrap{background:#f8f8f8;padding:40px 0 100px}.wide-wrap .inner-wrap{width:1102px;margin:0 auto}@media (max-width: 1024px){.wide-wrap{padding:20px 0 60px}.wide-wrap .inner-wrap{width:100%!important;max-width:100%!important;padding:0 20px;box-sizing:border-box}.com-bg-my-box{width:100%;max-width:100%;min-width:0;padding:20px 16px;box-sizing:border-box;margin:0}.myinfo-dt-box{width:100%!important;max-width:100%!important;min-width:0!important}.myinfo-dt-box dl{width:100%!important;max-width:100%!important;min-width:0!important;flex-wrap:wrap}.myinfo-dt-box dl dt{width:100%!important;max-width:100%!important;min-width:0!important;flex-shrink:1!important;margin-bottom:8px}.myinfo-dt-box dl dd{width:100%!important;max-width:100%!important;min-width:0!important;flex-grow:0!important}}.period-area{margin-bottom:20px;display:flex;justify-content:flex-end}.period-area .radio-wrap{height:20px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:20px}.period-area .radio-wrap .radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_10773_86075)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EBEBEB'/%3e%3cpath%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_10773_86075'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:28px}.period-area .radio-wrap .radio+.label:last-child{margin-right:0!important}.period-area .radio-wrap .radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.period-area .label{position:relative;cursor:pointer}.period-area .label .tooltip{font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px;position:absolute;top:-40px;left:80%;z-index:10;background:var(--Gray-800, #333);color:#fff;padding:5px 10px;border-radius:30px;font-size:12px;font-weight:500;white-space:nowrap;box-shadow:0 4px 6px #0000001a;opacity:0;visibility:hidden;height:28px}.period-area .label .tooltip:after{content:"";position:absolute;top:80%;left:50%;transform:translate(-50%);width:16px;height:14px;fill:var(--Gray-800, #333);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='10'%20viewBox='0%200%2012%2010'%20fill='none'%3e%3cpath%20d='M7.66935%208.47003C6.87886%209.66804%205.12114%209.66804%204.33065%208.47003L1.11825%203.60149C0.240863%202.27177%201.1945%200.5%202.7876%200.5L9.21241%200.500001C10.8055%200.500001%2011.7591%202.27177%2010.8818%203.60149L7.66935%208.47003Z'%20fill='%23333333'/%3e%3c/svg%3e") no-repeat center;background-size:contain}.period-area .label:hover .tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.sub-inner-box{display:flex;flex-direction:column;align-items:flex-start;gap:20px;min-width:190px}.sub-inner-box .product-title{display:flex;align-items:center}.st-repo-btm1{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;width:100%}.st-repo-btm1 .st-discount{color:var(--Gray-500, #949494);text-align:right;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration-line:line-through;height:20px!important}.st-repo-btm1 .price{display:flex;width:100%;justify-content:flex-end;align-items:flex-end;gap:4px!important}.st-repo-btm1 .price .discount-percent{display:flex;padding:2px 4px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:#ff6b6b1a;color:var(--Orange-400, #ff6b6b);text-align:right;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.st-repo-btm1 .price .amount{color:var(--Gray-800, #333);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.radio-btn{position:absolute;display:flex;align-items:center;right:28px}.radio-btn.point{right:20px}.radio-icon{width:24px;height:24px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_10773_86075)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EBEBEB'/%3e%3cpath%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_10773_86075'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;cursor:pointer}.radio-icon.active{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.radio.visually-hidden{position:absolute;opacity:0;pointer-events:none}.com-btn-box .pay-btn{display:flex;width:260px;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.com-btn-box .pay-btn:disabled{display:flex;width:260px;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--Gray-500, #949494);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.gap-xxl2{padding-bottom:20px}.gap-xxl3{padding-bottom:28px}.my-tit-box.radio-wrap{display:flex;justify-content:flex-end;height:20px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:20px}.my-tit-box.radio-wrap .radio-group .radio+label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_10773_86075)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EBEBEB'/%3e%3cpath%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_10773_86075'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:28px}.my-tit-box.radio-wrap .radio-group .radio+label.last{margin-right:0!important}.my-tit-box.radio-wrap .radio-group .radio:checked+label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.user-point{display:flex;align-items:center}.user-point .icon-point{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='url(%23paint0_linear_7436_120800)'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.75'%20fill='white'%20fill-opacity='0.1'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.25'%20stroke='white'%20stroke-opacity='0.1'/%3e%3cg%20filter='url(%23filter0_d_7436_120800)'%3e%3cpath%20d='M7.31879%2013.5725C6.82721%2013.5725%206.42871%2013.174%206.42871%2012.6825V7.45963C6.42871%206.89081%206.88983%206.42969%207.45866%206.42969C7.75193%206.42969%208.03129%206.55471%208.22669%206.77341L12.1817%2011.2C12.3105%2011.3441%2012.2082%2011.5725%2012.015%2011.5725C11.8915%2011.5725%2011.7914%2011.4724%2011.7914%2011.349V7.31976C11.7914%206.82819%2012.1899%206.42969%2012.6815%206.42969C13.1731%206.42969%2013.5716%206.82819%2013.5716%207.31976V12.5498C13.5716%2013.1146%2013.1137%2013.5725%2012.5488%2013.5725C12.258%2013.5725%2011.9809%2013.4488%2011.7869%2013.2321L7.81916%208.80203C7.69033%208.65818%207.79242%208.42969%207.98552%208.42969C8.10887%208.42969%208.20886%208.52968%208.20886%208.65303V12.6825C8.20886%2013.174%207.81036%2013.5725%207.31879%2013.5725Z'%20fill='%23FFE2D5'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M8.45886%2012.6825V9.89099L11.6007%2013.3989C11.8421%2013.6685%2012.1869%2013.8225%2012.5488%2013.8225C13.2517%2013.8225%2013.8216%2013.2527%2013.8216%2012.5498V7.31976C13.8216%206.69012%2013.3111%206.17969%2012.6815%206.17969C12.0518%206.17969%2011.5414%206.69012%2011.5414%207.31976V10.1081L8.41312%206.60684C8.17029%206.33506%207.82312%206.17969%207.45866%206.17969C6.75176%206.17969%206.17871%206.75274%206.17871%207.45963V12.6825C6.17871%2013.3121%206.68914%2013.8225%207.31879%2013.8225C7.94843%2013.8225%208.45886%2013.3121%208.45886%2012.6825Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='0.5'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7436_120800'%20x='3.92871'%20y='3.92969'%20width='12.1426'%20height='12.1445'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7436_120800'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7436_120800'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_7436_120800'%20x1='0'%20y1='0'%20x2='20'%20y2='20'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EB490C'/%3e%3cstop%20offset='0.25'%20stop-color='%23F26A37'/%3e%3cstop%20offset='0.5'%20stop-color='%23F89E76'/%3e%3cstop%20offset='0.745'%20stop-color='%23F26A37'/%3e%3cstop%20offset='1'%20stop-color='%23EB490C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;margin-right:8px;display:inline-block}.user-point .remain-point{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.point-use-box{display:flex;height:28px;justify-content:flex-end;align-items:center!important;gap:20px}.point-use-box .point-txt-box{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:2px;border-radius:12px;background:var(--orange-300-main, #eb4c10);margin-left:12px}.point-use-box .point-txt-box .btn{color:var(--gray-100-white, #fff)!important;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.complete-box{display:flex;padding:80px;flex-direction:column;align-items:center;gap:40px;align-self:stretch;border-radius:16px;background:var(--gray-100-white, #fff);min-height:424px;margin-bottom:12px}.complete-box .circle{display:flex;justify-content:center;align-items:center;width:80px;height:80px;flex-shrink:0;fill:var(--gray-100-white, #fff);stroke-width:1px;stroke:var(--Gray-300, #ebebeb);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%3e%3ccircle%20cx='40'%20cy='40'%20r='39.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3c/svg%3e") center center no-repeat}.complete-box .check{width:36.667px;height:36.667px;flex-shrink:0;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9055_43980)'%3e%3cpath%20d='M8.30518%2019L15.8673%2026.5621'%20stroke='%23EB4C10'%20stroke-width='3'%20stroke-linecap='round'/%3e%3cpath%20d='M31.0684%2011.3633L15.9441%2026.4875'%20stroke='%23EB4C10'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9055_43980'%3e%3crect%20width='36.6667'%20height='36.6667'%20fill='white'%20transform='translate(0.666504%200.667969)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.complete-box .notice-container{display:flex;justify-content:center;align-items:center}.complete-box .notice-container .notice-complete{color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.complete-box .go-to-btn{display:flex;width:260px;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.payment-end-msg-box{display:flex;justify-content:center;align-items:center;width:100%;margin-top:12px;padding:16px 0}.pay-none-point-box{display:flex;padding:200px 20px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;border-top:1px solid var(--Gray-500, #949494)}.pay-none-point-box .txt1{display:flex;justify-content:center;align-items:center;width:100%;color:var(--Gray-600, #757575);text-align:center;font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.375px}.pay-none-point-box .btn-go{display:flex;padding:6px 10px;justify-content:center;align-items:center;gap:4px;color:var(--orange-300-main, #eb4c10);text-align:center;font-size:12px;font-style:normal;font-weight:700;line-height:14px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff)}.text-base,.v-btn--size-default{font-size:14px}.subscr-desc-point{background:#fef9eb;border-radius:12px;padding:19px 0;display:flex;justify-content:center;align-items:center}.subscr-desc-point .txt1{font-size:16px;color:#575757}.subscr-desc-point .txt1 .txt3{font-weight:700}.subscr-desc-point .txt2{font-size:13px;color:#757575}.subscr-desc-point .icon-point{background:url(data:image/png;base64,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) center center no-repeat;width:40px;height:40px;display:flex;margin-right:16px}.icon-search-sm{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEdSURBVHgBlZExTsNAEEX/rp2KZtJEojM3cG6QdEAUyUcIN4ATIE4ANyCcIJGQEF04gm9gIyEBpmALkChsL3+NHVtOQ6bxePbPzvuzCr14OZXQ05CfL8RHT8b0z1WTvJ9IpDSulULQ1KzFcvCNi2GnUTdi7WFFsbElzliaWuCO/4v8AJudCdlMEs1Wz8N4uG5vy+ayUBa37pLRg1lWEzIyO4wSuOqKXYzuKbJ4tgpRU/PJLTXvjsGaISGGbD34PuI6D/va12MJ+Jmg3GqgHYYzSAuXbzM5bw6SiQg9rVxeaKzbgYzPSCTPq22EREtZNPhbr9BfWtJgUWB6+GhS1UVwW+G0iJtxzPHAx001ocDGNfFNxvhPkCD4mLe4e8UvVYti5ejUvagAAAAASUVORK5CYII=) center center no-repeat;width:12px;height:12px;display:flex}.my-tb-flex{display:flex;justify-content:flex-start;align-items:center}.tb-subscr{border-bottom:1px solid #ebebeb;width:100%}.tb-subscr tbody tr:nth-child(2n) td{background:#fff8f5}.tb-subscr thead th{font-size:14px;font-weight:500;color:#575757;padding:12px 40px;text-align:center;border-bottom:1px solid #ebebeb}.tb-subscr thead th:first-child{text-align:left}.tb-subscr thead th.th-point{color:#eb4c10;font-weight:700}.tb-subscr tbody td{padding:12px 40px;text-align:center;font-size:12px;font-weight:700;color:#575757}.tb-subscr tbody td:first-child{text-align:left}.tb-subscr tbody td .txt1{font-size:13px;font-weight:400}.tb-subscr .tit1{color:#333;font-size:15px;font-weight:700;margin-right:5px}.tb-subscr .txt1{font-size:13px;color:#757575}.tb-subscr .icon-red{color:#eb4c10}.tb-subscr .icon-black{color:#575757}.tb-subscr .icon-gray{color:#c2c2c2}.my-pt-btm{display:flex;justify-content:space-between;align-items:center;width:100%;height:50px;position:relative}.my-pt-btm:after{display:block;content:"";width:1px;height:30px;background:#ebebeb;position:absolute;left:50%;top:10px;bottom:10px}.my-pt-btm dl{flex:1;display:flex;justify-content:space-between;margin:0 20px;font-size:14px;color:#c2c2c2}.my-pt-btm dl:first-child dd{padding-right:60px}.my-pt-btm dl:nth-child(2) dt{padding-left:60px}.my-pt-btm dl dt{display:flex;justify-content:flex-start;align-items:center}.my-pt-btm dl dt .txt-block{font-size:14px;font-weight:400;color:#575757}.my-pt-btm dl dd{text-align:right}.my-pt-btm dl dd.txt1{color:#333;font-size:22px;font-weight:700}.my-pt-btm dl dd.txt1 .txt1-1{color:#ff6b6b;position:relative}.my-pt-btm dl dd.txt1 .txt1-1 .txt1-1-pop{position:absolute;left:50%;margin-left:-50%;top:-40px;display:flex;display:inline-flex;height:28px;padding:5px 10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:30px;background:var(--Orange-400, #ff6b6b);color:#fff;font-size:13px;font-weight:700;white-space:nowrap}.my-pt-btm dl dd.txt1 .txt1-1 .txt1-1-pop:before{position:absolute;bottom:-9px;left:50%;margin-left:-6px;content:"";display:block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD0SURBVHgBtZTRDYIwEIbvTHQOR3ET9VVIxAmEDfoAgUfZwBFwAzaQEXyGhPNaARFEEMqftKWQfilfmwOYKVifkGFYPBy5rWFcYm4CPS+swGSaNhCdQUcQHQUmy1pDlt1BYxaqT9MNaM4CZsoLvFpdQXMUGIV48CBAX8RbxXLpcJ/A1BAlklWB1a4R9zA1RDvJ+jg8dN0IpikR6Ps3+dC+FWOVFArKaQs8WkmhoBOs4P8qIbqUCn6CVYYqkQry3Gm+7gQPVoJoYxAkg8FqTZ8SqYBL5LdP/bWiW0nMpeDUtQxhYOhw2PFvb3mX8uQjhob1W9DME+EkWEMuDV21AAAAAElFTkSuQmCC) center center no-repeat;background-size:12px auto;width:12px;height:14px}.my-pt-btm dl dd.txt2{font-weight:700;color:#eb4c10;font-size:22px}.my-pt-btm-2{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px 0;height:auto}.my-pt-btm-2 dl{width:50%;box-sizing:border-box;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.my-pt-btm-2 dl:first-child dd,.my-pt-btm-2 dl:nth-child(odd) dd{padding-right:60px}.my-pt-btm-2 dl:nth-child(2n) dt{padding-left:60px}.my-pt-btm-2 dl dt{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.my-pt-btm-2 dl dd{color:var(--Gray-800, #333);text-align:right;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.my-pt-btm-2 dl dd.pay-notice{color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px!important;font-style:normal;font-weight:500;line-height:18px}.my-pt-btm-2 dl dd .point-amt{display:flex;justify-content:center;align-items:center;gap:8px;color:var(--orange-300-main, #eb4c10);text-align:right;font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:26px}.my-pt-btm-2 dl dd .point-amt .txt3{font-size:16px!important}.my-tit-box.st-right{display:flex;justify-content:flex-end;align-items:center}.my-tit-box.st-right .tit{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:0!important;margin-right:20px}.my-tit-box.st-right .sec-right{display:flex;color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.my-tit-box.st-right .sec-right .icon-point{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAlfSURBVHgBnVhZj1zFFT5Vt7p7Fns8422wGZJhYjtOIhwshZCQPCCIsZSEJ6IoyRP5BXmKlOf8g0hRHgOPCBAvICHM8gQGswlss46XAdswY2PP2J6ll1o4S1Xd27dH9niudHW7b9++9dV3vvOdU6V850qATRxu9mNwF8/i9RS4b84CdNYA2njqAtSWMdA79uB5F6i901DM/BSKHx6EzRzqTgCG1WXovvE8ni9AaK+A0hrfgCdeFQKDeCoTPxf4WRu+6h2ToKd/Ao3f/hHU2PaNDrkxgASs8+JTDA6UEhARGDRboIa2gGo0EFiDfwv4CPgACvDV3jFA/k+8mkMPgfnVUVBbJ2439O0Bdl57lsFBe7UEN4yARrbiANuFxeDlN4TErBVGwDaa+FuAYHsAPQy/sxmoGt8J5pePQfHjw7BpgO1n/gOd15+T8CFjagSBje9Ctlo4GDLjcUD6d40huWr5TCDxVK0RiUZ7GaDblmdwIsRm8eDROwNIIV3937/AfvGRgENAaudeHGRYkoHCRoAJBLGFg4WsQ9KcfCYmBajm+6o1hHIYgdDriIZBJkfvbjz2N1Aolw0BXP73k+AunBEArVHQu6ckVAhO6QhMFRXmIlsZUJ1JuZ9Y44miBMLKEr+X3qcn7wFz5K8DAHX9xhqGlcBBAod/hG6HmVMqsjQAznC2BjUIjvVIjJqU1Xh1PVAIrJiYZNYCathdOgf2nVduDbD71svQjZpTQ6Ogdt/DrHFIebBkK1HohTApzOiKBmNYixpoXeT7+FIMdRf0lglxBNS0PfUWuFPH1wfov5uHzkv/z5rTu6ZAoVaU96XPqQSsErqov37mishqyVz6PX8mUJhkntxhZJuAIJAnXhVS6gA7Lz0F/uqCiH8CM5VYQ1tQaeb0wqI6iClDWNdcTYsMtqgC1RzWQGPYrowzOsaRCmvL4E4c6wfor85D9+2XZaCt42gnYxBId/Qi8rcUVjJhGsSgdTSHOCvBmKizBN7E7C44EcC0JDuLRgZO+mObskQCRggzGqmWSSNI+/7rmUUt7D2NOigkm8Z3Y2i78iKl88wlVDg4AtPohWZqHxR7ZrDujnM1gRj6bD3sfcOgt09CMTnN/kmAGRz5J7HFp5UrMkcFICBwOu17bzBAUivY2ZPyYjJiEnZntbQSXYYFqJxhKJqHH4bi7n38Avv152C//AAF32bL4IoSWdY70ToOHMbJtcAvL4I7g8/dXGIAQNqmEPvIIl1x8swyRs++ewzr9h9Auy8/Bri2IIyNIhuUGAM+F3VEg07clcHxDH9wEMz+wzx7DimHMZa7id0MjkNF2Tq8DecQGFxwkUUnWqTvLCt8nj+v3AQ39zkYi20TxK6Eij5010rr0GIf2YRJb0PDUD+KqQP48jb4b8+xxwly0qLqe44SQ8D1M6c41HjftkFjSXT8G977dg6MR4MUcCNc4ENPeroQw6pSBuoyUeoHgW/MHIIevthfuSCh5udqdcDDYFiJLQJOmcyZ3QRuOvA3d/YTMGHxctRXK3YluuJlFf3FBGDjXe+gwo8gLWowLC1wtgeoV9FSe2wxnCyR0SCgFXU+RBT6o7t0FrRHgOx1lIkYEmWqBV7nOltWg1rYyGgTkzhJAqm27WJXGMDno/c5F322Fm4KKwEMkenVG6BDbNPZp7jfS9lrakxWjLrKyeIC+BtXS5CYSObe+0TPNYShwl4GFhJAl0MO0Sf9MgLMPlcrR1XmVKyzucWvB+7SrPR5CWRzmBNn4Aglg6JFYQ2i7cgE4iSchF+Tr0kpg9JOsr1UPmew/SGm/4W1m+iHn2ImV2ro2A4oxicHQizJUQXhSk26aNq9Hj/DRq9Gt7GguaMomjXNlWENieUag/w/DFNYugx27hOprem3oZEa1QmcZf+DWDVy6DlZgL2YAWNPoPXUjFQPenGjUQmzLvWYJpB6wTqD1ooPXr4AvXMnuWNe7wgJnPeZrRRmeoeKaxv+P+pQo9FrM/MzYSZ2tlwv83Kx0gkbU7ZJfaPGlRuFBcudX5gDe/60iB3W0WBqEnyZFFSP2QOJPTJ6nCzr7+4ZDPGe6ZwYVEV4QZRapYonsm3g7FRNgrS8BCuCBrIItB2PC3l7cXYQIGnUCiAGms06Jgj57NpKZNZBceAQDj19kJeQrDOiljsTkzM3t+ncPSvw6E1U+PnArscvzvOsuX7SFetpwGfs7AfgsJFIh714hts61iiB4YyOEwsSavJif3NRPqP+zP77pZsxDx4Bi/2glBt8noo+HUWlTY+ZHror4M59BK6FPofW4peucOsO0RYC11bPhts7fZxBsu8ufYcNwHUxYl+zFoqtMfwbrfbovtn/c4YgAB94FFvtY0IxDkpdCIebFkLUI0Ymqcwp1JrvojGHK9HDrIS20j6ldooSxy4vyX0anKTgKvpjow78PK2BwrX5zG7r8ScZICue/Mb84hHpWHyPGVC4oksJEpIeQ2yTKEzIGq9vY8hSy5QAcMiJWQo5AuXnKAGi/pIp82RoZbdyAwJOhrZLGr8+yptPGSCzSHsl2LCyFlev814Lb13o2CSESt2smqzz2WTTgGV9daXOXCpzwpBo0GcZBZJK1F7r8b9n7WaAxGLxwBFJDHIE1Iu0YEZeWA9NFVy1bPkqONGjgI9AU4LQs+QK2EX7yxclGt4zuMReH0BmkfZJDv1G9EazxWyl4s8lP3cfPltE8P2FPoQSbDLhFM4QrSSbM8kGCfALF3iJQfdaj/4JGg/9vgppcGfB4EaO3nuvmDbOitsxFU3aRyach7TwScU+VIo+OAv9HYorGwUCSV6LZ4jgSD5U0Yb+8o86HFi3+zQPPwGA22NSuLE6LM1zUkBzmP+SVmJ9hT6DTaUslTWXNSfrnjFp8Re+EuaCWMroP/+7HpRbb7/ZE6+AO3m87NMaQ9znUacc1lYlkzHrpdm0NaAROO1mGnEC2qlg38RqAXF90sSwrsfchgDS4b74kD0yXL+abYQ3J5FNXsOQsRO75HN9/qbEN6OWqSWjbb20cKIEbGJCtH7351sNv8Et4BvXoIc7T+702xWfS1sjRnYfuMyEXJO5KhCoVDlIe4m1R57gbOUSe5vjjjbRPbJo33wR3HksX5g8xKhKlpJ90PZlcdYfLicJGJ0bAbYpgNXDzX0G/vxnvK9HTUCgE6sBr3NpuxdDSG5Q7LsPM/RHuMNwP2zm+B62lUC/l78JlwAAAABJRU5ErkJggg==) center center no-repeat;background-size:100% auto;width:20px;height:20px;display:flex;margin-right:8px}.my-line-01{border-bottom:1px solid #ebebeb;width:1022px}.icon-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEPSURBVHgBzVIxroJAEB2IhILmF1TQ+G/gEbSkwwOA9CQknISEhB5PQEmHegNPgNpTGChJwN11xVFWLfUlJJvZN28esw/g25BExTiOPVmWV+Q45aVj13XrIAjStwJRFP0pipKR4xzE2LdtuwjD8HwryPiWNG9ws+u64DgOpsz4ABgJUNuUAJ8x51yGyaB0/ecHZFkGTdOMFDg3fRDo+/5fku4rsW0bTNOEsiwhz/NnjekgBi9QFAWbrqoqvMMgQKYf8EVd1+wTgbg9iQTWIrLIAdlBOhLwfZ8Wt89kXdfBsixAg/acyzDBZBKSJc8Ce066B8MwoKqqm/Wdpmk27hFGOUkSj0TXAxRlahtP/h1cAB9wWJAkMMAWAAAAAElFTkSuQmCC) center center no-repeat;display:flex;width:16px;height:16px;margin-left:4px}.point-info-box{padding:16px 40px;display:flex;justify-content:space-between;align-items:flex-start}.point-info-box.st-payment{padding:0 12px}.point-info-box.complete{justify-content:center}.point-info-box.charge{margin-top:12px}.point-info-box .tit{flex:0 0 auto;margin-right:50px;color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px;display:flex;align-items:center}.point-info-box ul{list-style:none;padding:0;margin:0;flex:1}.point-info-box ul.none{display:flex;justify-content:center;align-items:center}.point-info-box ul li{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-bottom:8px;position:relative;display:flex}.point-info-box ul li:before{content:"";display:inline-block;width:3px;height:3px;border-radius:50%;background-color:#757575;position:absolute;left:-10px;top:8px}.point-info-box ul li.no-dot{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-bottom:0}.point-info-box ul li.no-dot:before{content:none!important}.icon-subscr{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARpSURBVHgB7ZfNamRVEMfrdD6YKDidJ0iPT5DZuUs2rseVKCjJ7NxN4mJgQNAIMjsnojCiYJIXMIMg6moScCMI6hPY8wRJQI3knKqyPs45fXvRmfQJCGIXNPfkpvve362q/7/OBZjFLGbx344A1ww+3OunxXQvAG0y0QCImGP8jSn9Shh3lt58MIRrxLUA0w9fbQjUIyDuAyVgTMJJeoTABBTjKTHtvPDWe7vQGM2AF9/vbQmEwCHoh1GPCQqgZVKA5TvMKW3fuPvhJ9AQTYDn3+0N5gP9Akg3PWsF0jMnaybEEOSo52R9ttT781a4u3sKU0YPGkLg7gFifxwOFU7AtNQYAEvJ5Txh/6+LxS1oiCbAHtIaKxgbHOs6cD5qiRU4Q3u55TzGDWiIeWgIpHQbSsZIs4XSctJvo/7TrGVICv4govCGaMqgEEr2XASaQV2XzJVetPPy0Z4MvoaWuLJIzg8fD+bm6Q4grwrBa5ywX/oPPFuu2gxD6Jn1/yf5H51xTAfIcSjP8mT5wf7wKvd9LqAb8cUeMN8xIdjNU705dyFVxdUHRckJQwdQSi3Hci6l/Uh/7yx/8GTYDMhiJ0jxqU4IK5uU0kBSChXMzjMDxuBZ7Gau65EFFM3MdS0P+mwhwfrSR18/m8RwaQ9KORRupcJJ5hQuWwc7iGZM4HSNnp3AIzC3n+QP5oLhAh6QVhLE/csYJgJefPuFztYVUJVmQRiErv3m1QPBz3dEMp41LXWdNH7k2iKI6yfvvro5NaBcYMOh3HClt7ijXNB+sp7C0XjLAmEDcJ+UI9U+hNwC9rEHN0PnuR5P9MjJPsi4qvPUMjjKGJeMSXbN96DaC0Eeb1rKsR4sJl6yziXr9hCkwKvTAxL1xy5mAqGRcjWzBpfqzQzEIBJn8CwYCqOSE3TKm3s53ZyE0ZucQDwtY6oCZXuxi3aavY62ZP3qQBmOfRtWepW7rRB8TOpvzqYGlCwcd5udSom9XMEUac0+Xk5/kFpCdhhy4Xi75N9j0PHo16bjqQF7wI9C9j3txTxbgxutltDEYeYb2IXBXeO2B6k7m3IdyCLJNmMtIeu4OzXgwuv3j+WmB1mBnj2su5SgmfMMU4b2TIZu32ZTzpmDCppL7ULD/eXPfz6aGlBjMdK2XPDILkiYp4eX1bJTJkmGDjYdMmTZ/o/Pa1cx580s4THdeHH7MoYrbRbOv7z/PiQU48ZBafyqyDK+sgFz9T0biR1A+W6K3o8iCvnezvLjn577rjLVlv/80631mC4GABFC4qFuQqUJNwtIKEZcR5ltEg4Q44H8fOB2xcPlz348uuo9r/VW98fDt38XkBX3uZEfaq9JloLsWFT1w5c+fvoyNEbbhlXi5OEbA9CSj8OZKslsJFmvyd+3Tt55ZQCN0Qy4wGEN8lvbqP9svkKPqKpVjXtuDtagMZoBOdJtUy76RDFxoG8eHDqPtGTW8u8DyqvnoYhiSMV+6vQgKErWPhTiM5HLNzCLWczifxr/AOD7iWHCvwB9AAAAAElFTkSuQmCC) center center no-repeat;display:flex;width:40px;height:40px;margin-right:16px}.icon-subscr.ico-basic{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARpSURBVHgB7ZfNamRVEMfrdD6YKDidJ0iPT5DZuUs2rseVKCjJ7NxN4mJgQNAIMjsnojCiYJIXMIMg6moScCMI6hPY8wRJQI3knKqyPs45fXvRmfQJCGIXNPfkpvve362q/7/OBZjFLGbx344A1ww+3OunxXQvAG0y0QCImGP8jSn9Shh3lt58MIRrxLUA0w9fbQjUIyDuAyVgTMJJeoTABBTjKTHtvPDWe7vQGM2AF9/vbQmEwCHoh1GPCQqgZVKA5TvMKW3fuPvhJ9AQTYDn3+0N5gP9Akg3PWsF0jMnaybEEOSo52R9ttT781a4u3sKU0YPGkLg7gFifxwOFU7AtNQYAEvJ5Txh/6+LxS1oiCbAHtIaKxgbHOs6cD5qiRU4Q3u55TzGDWiIeWgIpHQbSsZIs4XSctJvo/7TrGVICv4govCGaMqgEEr2XASaQV2XzJVetPPy0Z4MvoaWuLJIzg8fD+bm6Q4grwrBa5ywX/oPPFuu2gxD6Jn1/yf5H51xTAfIcSjP8mT5wf7wKvd9LqAb8cUeMN8xIdjNU705dyFVxdUHRckJQwdQSi3Hci6l/Uh/7yx/8GTYDMhiJ0jxqU4IK5uU0kBSChXMzjMDxuBZ7Gau65EFFM3MdS0P+mwhwfrSR18/m8RwaQ9KORRupcJJ5hQuWwc7iGZM4HSNnp3AIzC3n+QP5oLhAh6QVhLE/csYJgJefPuFztYVUJVmQRiErv3m1QPBz3dEMp41LXWdNH7k2iKI6yfvvro5NaBcYMOh3HClt7ijXNB+sp7C0XjLAmEDcJ+UI9U+hNwC9rEHN0PnuR5P9MjJPsi4qvPUMjjKGJeMSXbN96DaC0Eeb1rKsR4sJl6yziXr9hCkwKvTAxL1xy5mAqGRcjWzBpfqzQzEIBJn8CwYCqOSE3TKm3s53ZyE0ZucQDwtY6oCZXuxi3aavY62ZP3qQBmOfRtWepW7rRB8TOpvzqYGlCwcd5udSom9XMEUac0+Xk5/kFpCdhhy4Xi75N9j0PHo16bjqQF7wI9C9j3txTxbgxutltDEYeYb2IXBXeO2B6k7m3IdyCLJNmMtIeu4OzXgwuv3j+WmB1mBnj2su5SgmfMMU4b2TIZu32ZTzpmDCppL7ULD/eXPfz6aGlBjMdK2XPDILkiYp4eX1bJTJkmGDjYdMmTZ/o/Pa1cx580s4THdeHH7MoYrbRbOv7z/PiQU48ZBafyqyDK+sgFz9T0biR1A+W6K3o8iCvnezvLjn577rjLVlv/80631mC4GABFC4qFuQqUJNwtIKEZcR5ltEg4Q44H8fOB2xcPlz348uuo9r/VW98fDt38XkBX3uZEfaq9JloLsWFT1w5c+fvoyNEbbhlXi5OEbA9CSj8OZKslsJFmvyd+3Tt55ZQCN0Qy4wGEN8lvbqP9svkKPqKpVjXtuDtagMZoBOdJtUy76RDFxoG8eHDqPtGTW8u8DyqvnoYhiSMV+6vQgKErWPhTiM5HLNzCLWczifxr/AOD7iWHCvwB9AAAAAElFTkSuQmCC) center center no-repeat}.icon-subscr.ico-classic{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAT4SURBVHgB7VbdaxxVFD/nzsZQawz5C5I+24oFHxShLlpf9MF+gIKhZqsUagtJKhU/UjN3Q2P9QLP7IClq2k3bPIiVJIgKSiT1IYL4EBH10eYvCDHZ2Z1k5x7P/ZiZ3XyYeSjoQ2827N2ZO+f8zu+c3zkDcHf9xwuzHmz8ePOIyOUGCDCPCH+RUpPeY0eL+l60MD2AiINE2AOkFqNIle85dLySxW4mAI3vrhUwl7sC7IHMFbKPUlQxRoTX12SP+A+J1NHc4RMzu9nOQYaFG0G/Ci1Y4xodDoA+e40w9e9OEQzw5s4AiILqQR0vL9Q+FEdoQ3Vu0Uad/CBzJ5/FdjYA1dXbAqHHeEFhgRhAmgwgByQGiJYmcTuL7WwpCNfKimjMMgvo0oCGfB253UJSG/pbgMxiewuAxgJXO7b1s9E8KVoijGTu0WOlWvlMJ0WRNHTzR5GGwDErxOZSNpSw870DlyejhdkBIWCAU7aPjy6qRlTObVJHiwoac1MFEOKqKzJLro6OHXtP9hZXR1+UCJGfZJ+cCZsQk34FYqRj6IaM5qZ8tiXBoCQU/M0sokfqCD7RO7stA7he61fWLqbJNVjkxtefQtszp+TKhWPgUWOYYvBxJWhRohjpvDgjo28nfLVel2lKOAajFIQG0CD/3B5AFAYHdeyUVrItdzBRyPDLMWg/fk6unD/MUlC+AMuR46HY+dEPxXC67Ef1qoRUJi0sM9bHYacaUEF1iR12u4OuqtHEGDMRTo1Ce++QXD7zCPOtfJen4v2Xfy6GU5d8qAdyU69IFGM7Bi7tCEBs1Ma4qsbIWjCmydWV1r6wmGQ48Ra0v/yOXC7s5yMKuyp/FMMrbw+r9UAKQ54VbJwCs4ubJ+FkCyOwaVXHz1cEKNfhEn5bOrC2rpSSe8+WzCwIx1/1WQwyKQdXkESpPl1dVfac/vDkjgyYFayREqkEyDVf1+q0+HQn1DpPU7de1+kwflTaFEzRxT1aXyFFW9y1MFAdfcEn4clNtMRipMQQ57zjzWsy+mnaB/arp+LqJS1R8puNbteqUdHgvUM3ytsyQOv1AsQRkmPB6lH3G6dLITtGbhY35q77FARSPxd9fx28p07IVfmcFqOfkm4QMytO1jYCPaR2AFALuuMndf03ad0woIQ30vnuN8WNr8Z9qAW+daNHNPeJ2Y+h7dmzcvWNpxktNyvTKPmZeDY4uwxmX7PPVgBh9RYfyzdpmOLhErHzrtK8DL/4wKdaNZYaJKMIQYafvwftz79eXB08xG2CpDGgO7Vm0J7RkS3uCADq6yWiRt6VMRoGyea865NfZDg57ENQlQri2GOk8SRGP5y8AO19F4srpx/mVDII09gSFnhOeOVml1tkuHzygT42PsghPEQkltDDUlfl91KNpaapRnBFZelJhzEkLyu8acg9r5SKy4UDBd7r2dHDd+bZW7mr8ufMvwLYbv39/qmCl8OrSXcjJ0tMaGjiwe55cp6777XPSrvZzvQ+IMI1nzZEkzBck0HApGjBdT+HhD/9vLszAKge9LjxFEebRB23iKQc08LsyWI7I4C1eXaftzq2BdrSnfhfpe3SgOMC/DWL7UwAoL5WUpHKGzBuQJu3IvQm9fDhuVCIr8XvpiREOYvpTEWo1/JLBwrsaZCn0IOgRypiWavD3tsvIVJaPd38FnQLPFHumvht11fyu+t/sf4B55vIPxFUVk8AAAAASUVORK5CYII=) center center no-repeat}.icon-subscr.ico-power{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAP7SURBVHgB7Zi/bxRHFMffm9szJkSJL/kDbpUqVTi6dKCUaXCKSGkSnCISSgqSSIlcxXsJEqliK1FkiV/GEhI0Rq4wEhIGIYSQkGw3lHihoaDwCWHOup2Zx3szu8vxy2ffjSUKf+9Ouze7O++z79fsHcCu3lHR0tXD7dsLMQSUgoDSdy6PUpbND0d0CQIqgoBSVk/yhoylJxBQwSDNzbkJ0lnMu0RAyxBQQSBpYSY2JktkH/mlkFYhoIJAmmplEYwmFpJwZnoFAmpgyM6VmWNkTMyZ6AeQJ92AoOFGGEC0MB1nprLEs4zIRCQTIraqX/5Qg4AayJOdDZOgsiNMxtVCAiicQb0o6huyMzc5xiE+AkaqWfgcJyDhuwHZvnAiJq0nUClXLDJmHSiTIt2AwOoLskJ4jKyp86dIRUluB5tZk0Jgbbtw2jNJrKqVVSs5+PLlDEs4/O0fAxXjm9SHJ+2izazfxbyi/Re0ZDcNNZ0+Xn8G6wcQVcyny6fON9rgJFke/v6vryAEZPvU+ATarC4FQoVhhydFIxlpP3v6/2+NoYqijrIHIlT7gVRMChp8WryB69LtuQfIVZY4kYv729TuliHXpn+OwZrElk70TQe8udwY1FQES4atK+awlhs8MonvAB5HCPmG3BX5FIbsL0Eg9xiaIZs5r+VQL99+WUJ+U6YBugZQnktYZolj5Klm9/00NQ+DQj6Z/HEMrD4o81ryrQZy51D+PXeKH+vCdms5wYtjJK0U8qKj9D0FSS/7PSHXThyNK2T4Mcw5oLDpIXL/FLG0ZRzzcaTiNOcz6PYoyBO3SvDX6Qe9GHpCVisdAYy9J/zUVFC9IpRDUgwoHd47sFjQi2swv1V+39j3+9lZ2II2hVz/+7vDZPSYyxw/eVEg3mLuGSp8awTQZRyWY+54nrB5Vsj2/WjoCGxRm0KarDNVhM+F8kWk0S/YsMbbh3zGMttOrYJU5Q8Y7NFF7pwf+korO6r3Kak/cfxMzzBvCRKNbolxttASEEO0Io9iCqrLGp6ltWS+9bZrnza/Jom9q6uuYueRBx8kcwlsQ8GXMNHa+GgcRXTfBRjLenM5EEX4yd5kPt3OfEF/LZZC3SBDrzmA1/t/9x6/nMI2tSOQSmeHfN/p6gIoOYtT0Id2BJJ0Zz/4jsnNn/wOYLP2z7UU+tCOQKLJDhZtx/ERzY78d+sc9KngkI+Pfn7Ial30U6mVFhhswgAKDqlsp8GLc7F+yqZZO3k3hQEUHLIMte/8ae30Sl/F0q3wOam5/fjHJEYd+gICKCjko28+jfnvlrrrkITNj87fSyGAgkJWcYObuItz+vHF1QQCKeifqJU2XGdPTu0hGIVd7ao/PQcSHeXo8NHSgwAAAABJRU5ErkJggg==) center center no-repeat}.icon-subscr.ico-orchestra{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVfSURBVHgB7VZNbBtFFH6z+aupq9pFnLPtFdS6EjcO2D1VQoKWA1LLIXZpEVILcZBatRKqN4EeoFQxFEKESuMIARUHHCpQJYRi51BBJaQYzkhxKm4I2VHSbJKdeY83M2vXgEPi9OpPWu16vfvNN+/n2wfQRRdddNFFF48C0e4mlaZi6Dw2DEoeI6VcQhUjqeqAQcVBVQgwmIscH6lCB6h5x2JO/+50D9LzqORhYE7mrwsl56Xc+G0XqvHItdnFLQWqu8Uci/IEKiAlzQFKXwcAiMRnwaQLKpBjkRMXCrANrLx7Kosoc4IwBlKCIEUkDbeAcB195nW8vfnyaFuBNF+Mke+UOFoJ85Il0GR81oQBk0krUl8b4egNvHxp9P/EPbh22mzYblK/L4n5heVX+rddh9cAExD1K/X1p+L5cl2/7zQFrvcWCShBhECI+g7/5DOxICYEc580gdB/mQdIef705dymkXv/lSEg8ARpLgJ7cFCYh+/xwRe8lr7WZ7MkYQL8lWKDwwhU977PMUcyfFg/RWYngJmeVbGv/7lXeYNiv0DKMEvVirWigYTnf/ZWW5G87GG9WbNpu9k6H6O9Du7fc+W2UGur+/ifDN+r8lq8NNpAECZrZw4OmxTTT3dcEopTK10Tcg4zopruP3Iy3W5R/6txV8B6iVPmNtKj08c14UXOvPePdC9fPZ3kWi5xcxEEapEbJBXxblXb8dbOPVNgsqFGKQiUNVDLBxwFmGTFrg2/CXN1M3EakRMjvFtKsaqqjYpON6dKkedPjAy1Prvn/I0yi9qPKE7tRv/wZuI04h/dTXPKKzbVppzigANDgu59N4tKpbhwKYzekb7UiTJsAX/K40hiGPkwiqbYZToy/PE07AC1157mMuNsStvVbEffsq3hARM5NDWwtB1xGpGMx5F0UjriNoqmdIH3XlgZP5OAHSA++UuZk1FvNJWDdIibhAbD7tHpqnRCqEWqdXmcN1fXEdTtqTtTSJhduZLekUjSDdNoFkDXMR3byLtiI+0Q0bNXK1wWXJNU5/eNPiaOQy+UVq6c7Fyk3qxxODSl7bBd3DchNd6Eg7ADRM/mKxjIlGjxTj72MmeRP3EudARK6I8BWG9c4AiqeeNpYPwnHvxw81nYAaIjExW2lExoyMLUNIDbQ32l7Yr8M/2U9uJYuEmd3Pu6SeaMpWJoMxLzWxHRVDbm37gw5H+SdVvvR978dJoCmTHmjPaTIQQO9igq1S4edbfi7WFma+pkalD/dvpgoBA6PIXdeEjenpzajMSfuuj6atc8f6ILTLmwfD2bbP0/eqlQ4GSMsjCyQlFfDjokSrXs5iL/Sj85xeu7utyEcRV2hw1nzgwL6sfPh5lo3EwXSpKdMuzEsuvB8ozIeHX64p3BtY2NND+XZZePNSYQ9tAPoq9/mP33gstvv5QjiV7LMKDPCyiDMVhbK8cnf67WsokYrMIL3FxZTm0CQk7tg4jB6BNf/+E1p5ngzk3+JKkk4UPTJWvegsykEQg7fQRkBobmZzHIRN+YKLSLytLlF/XYloPm2BZOMPbaDiHq4VTTCA6/U953azGlOZrTTO+aOA7mU6MbUFlfRO1HujOVaXRr6CQa9apIjG4mTmPv2DdaoEfhpKK700wwYEqJhTTKqjHJ8D32YqG1hPjPwLpevM7jkbpsoyRbhslm6klP15zasei5/JYNpVE7fzTtYJBjnuZA0sLbiC7z49jjX/7utb7bduT3i+Nuz4Yc5imY60Lp2oixIB7PgwovMBMZCKZFJl+HDlDLJl1WkWS+tJDqIJcSj/xqicUtcrZmHFjNxwvVjji76KKLLrroYmv8DYqoh5dtdkNnAAAAAElFTkSuQmCC) center center no-repeat}.radio-custom-01 .v-label.custom-input{width:246px;min-height:170px;padding:28px;flex-direction:row;justify-content:space-between;align-items:flex-start}.radio-custom-01 .cr-title.st-big{color:var(--Gray-800, #333);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.radio-custom-01 .st-small{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.radio-custom-01 .custom-radio,.radio-custom-01 .custom-radio-icon{border:1px solid #ebebeb;border-radius:16px!important}.radio-custom-01 .custom-radio:hover,.radio-custom-01 .custom-radio-icon:hover{border-color:#eb4c10}.radio-custom-01 .custom-radio.active,.radio-custom-01 .custom-radio-icon.active{background:#fff8f5}.radio-custom-01 .custom-radio.active .amount,.radio-custom-01 .custom-radio-icon.active .amount{color:#eb4c10}.radio-custom-01 .v-selection-control__input{position:absolute;right:-5px;top:-10px}.tb-relative{position:relative}.tb-red-board{position:absolute;left:25%;top:0;bottom:0;right:50%;border-radius:20px;border:2px solid var(--orange-300-main, #eb4c10);box-shadow:0 0 20px #eb4c1066}.finish-box{margin:auto;width:560px;padding:60px 80px;display:flex;align-items:center;justify-content:center;flex-direction:column}.finish-box .icon-check{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEOSURBVHgB7dRNCoJAGMbxZ1SiRYtp2a4jdATdRRR0hLpRN6gjtGznUXQnuMkDpDYj2ELGz8YR6v2DMOL48kNRgKIoivqtApdzedRdtzBB8Y5vFgsE4nhGe+6q9hiHSRSz4Itl8bTsDEfVPgcGq6IYQ+jMcFHtZTCUCmXb8Jb3JMRUsL4oI7AhqNFhQ1GtMPkpi8/WzV64rR7tw3ShGmHRlq8dB4Fc5znCNIXXFfctSlb7H5vPkZRrMXgtBvsSCwOoRpgYlOQM5z44Xaji3rYN8YGfWI5reV73WnWiOsG64HSjOsOacLYFrhvVC1aHExCuG9UbpsJ9BmlEDYLJqjjdqGImBlbixkBRFEVR/9gbOvmndGWQ8NIAAAAASUVORK5CYII=) center center no-repeat;display:flex;width:80px;height:80px;border:1px solid #ebebeb;border-radius:100%}.finish-box .icon-check03{width:80px;height:80px;display:flex}.finish-box .com-btn-box{width:100%}.finish-box .com-btn-box .com-btn-box__text{color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.finish-box .fnt-big{font-size:20px;font-weight:700;color:#333}.radio-custom-01 .v-label.custom-input{position:relative}.custom-radio .v-radio{position:absolute;right:20px;top:20px}.radio-custom-01 .v-selection-control__input{right:0;top:0;width:30px;height:30px;padding:0;margin:0}.radio-custom-01 .v-label.custom-input .v-icon{width:100%;height:100%}.st-point-label{position:relative;min-height:92px!important;width:194px!important;padding:20px!important}.radio-custom-01.st-point .v-label.custom-input .cr-title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px;height:auto}.radio-custom-01.st-point .v-label.custom-input.active .cr-title{color:#eb4c10}.radio-custom-01.st-point .v-label.custom-input .st-point-per{position:absolute;left:20px;bottom:16px;border-radius:4px;background:#ff6b6b1a;font-size:12px;font-weight:700;color:#ff6b6b;padding:2px 4px;line-height:16px}.radio-custom-01.st-repo-btm .v-label.custom-input{padding:20px}.radio-custom-01.st-repo-btm .amount{margin-top:0;font-size:16px}.radio-custom-01.st-repo-btm .cr-title{font-size:16px;color:#333;font-weight:500}.radio-custom-01.st-repo-btm .st-repo-btm{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px}.radio-custom-01.st-repo-btm .st-repo-btm .st-discount{font-weight:500;font-size:14px;color:#949494}.radio-custom-01.st-repo-btm .st-repo-btm .st-per{font-size:12px;color:#ff6b6b;font-weight:700;border-radius:4px;background:#ff6b6b1a;padding:2px 4px}.btn-txt-line{margin-left:3px;color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.bg-box-01{width:1022px;gap:8px;border-radius:8px;background:var(--Gray-200, #f8f8f8);font-size:14px;color:#333;font-weight:500;display:flex;align-items:center;justify-content:center;padding:8px 20px;line-height:18px}.bg-box-01 .txt-tos{color:var(--Gray-600, #757575);text-align:right;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}.bg-box-01 .checkbox{position:relative;display:inline-block;cursor:pointer;padding-left:28px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:24px;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;font-size:15px}.bg-box-01 .checkbox.st-point{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_18007_127505)'%3e%3crect%20width='20'%20height='20'%20rx='6'%20fill='%23EBEBEB'/%3e%3cpath%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_18007_127505'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.bg-box-01 .checkbox:checked{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.myinfo-sns{width:20px;height:20px;font-size:0;display:inline-flex;background:url("data:image/svg+xml,%3csvg%20id='kakao'%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3ccircle%20id='타원_8'%20data-name='타원%208'%20cx='24'%20cy='24'%20r='24'%20fill='%23fae300'/%3e%3cg%20id='그룹_2'%20data-name='그룹%202'%20transform='translate(-43.098%20-64.391)'%3e%3cpath%20id='패스_12'%20data-name='패스%2012'%20d='M67.1,77.391c-6.628,0-12,4.247-12,9.487,0,3.41,2.276,6.4,5.693,8.071-.251.937-.909,3.4-1.041,3.921-.162.653.239.644.5.468.206-.137,3.288-2.232,4.618-3.137a15.2,15.2,0,0,0,2.227.164c6.627,0,12-4.248,12-9.487s-5.373-9.487-12-9.487'%20transform='translate(0%200)'%20fill='%23391b1b'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-size:100% auto;margin:0 8px 0 0}.myinfo-sns.icon-kakao{background-image:url("data:image/svg+xml,%3csvg%20id='kakao'%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3ccircle%20id='타원_8'%20data-name='타원%208'%20cx='24'%20cy='24'%20r='24'%20fill='%23fae300'/%3e%3cg%20id='그룹_2'%20data-name='그룹%202'%20transform='translate(-43.098%20-64.391)'%3e%3cpath%20id='패스_12'%20data-name='패스%2012'%20d='M67.1,77.391c-6.628,0-12,4.247-12,9.487,0,3.41,2.276,6.4,5.693,8.071-.251.937-.909,3.4-1.041,3.921-.162.653.239.644.5.468.206-.137,3.288-2.232,4.618-3.137a15.2,15.2,0,0,0,2.227.164c6.627,0,12-4.248,12-9.487s-5.373-9.487-12-9.487'%20transform='translate(0%200)'%20fill='%23391b1b'/%3e%3c/g%3e%3c/svg%3e")}.myinfo-sns.icon-naver{background-image:url("data:image/svg+xml,%3csvg%20id='naver'%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3ccircle%20id='naver-2'%20data-name='naver'%20cx='24'%20cy='24'%20r='24'%20fill='%2303cf5d'/%3e%3cpath%20id='naver-3'%20data-name='naver'%20d='M170.918,255.719l-5.932-8.522h-4.917v15.922h5.151V254.6l5.932,8.522h4.917V247.2h-5.151Z'%20transform='translate(-144.069%20-231.197)'%20fill='%23fff'/%3e%3c/svg%3e")}.myinfo-sns.icon-google{background-image:url("data:image/svg+xml,%3csvg%20id='google'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_114'%20data-name='패스%20114'%20d='M312.453,147.948a12.752,12.752,0,0,0-.2-2.27H301.8v4.292h5.972a5.1,5.1,0,0,1-2.214,3.349V156.1h3.586a10.822,10.822,0,0,0,3.309-8.156Zm0,0'%20transform='translate(-301.801%20-145.678)'%20fill='none'%20clip-rule='evenodd'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-2'%3e%3cpath%20id='패스_115'%20data-name='패스%20115'%20d='M231.244,188.149a10.594,10.594,0,0,0,7.344-2.688L235,182.677a6.694,6.694,0,0,1-9.966-3.516h-3.707v2.875a11.092,11.092,0,0,0,9.916,6.113Zm0,0'%20transform='translate(-221.328%20-179.161)'%20fill='none'%20clip-rule='evenodd'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-3'%3e%3cpath%20id='패스_116'%20data-name='패스%20116'%20d='M216.637,128.7a6.561,6.561,0,0,1,0-4.217V121.61H212.93a11.11,11.11,0,0,0,0,9.966l3.707-2.875Zm0,0'%20transform='translate(-211.75%20-121.61)'%20fill='none'%20clip-rule='evenodd'/%3e%3c/clipPath%3e%3cclipPath%20id='clip-path-4'%3e%3cpath%20id='패스_117'%20data-name='패스%20117'%20d='M231.244,76.413a5.994,5.994,0,0,1,4.242,1.659l3.183-3.183A10.664,10.664,0,0,0,231.244,72a11.092,11.092,0,0,0-9.916,6.113l3.707,2.875a6.613,6.613,0,0,1,6.209-4.575Zm0,0'%20transform='translate(-221.328%20-72)'%20fill='none'%20clip-rule='evenodd'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='naver'%20fill='%23fff'%20stroke='%23d9d9db'%20stroke-width='0.6'%3e%3ccircle%20cx='24'%20cy='24'%20r='24'%20stroke='none'/%3e%3ccircle%20cx='24'%20cy='24'%20r='23.7'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_189'%20data-name='그룹%20189'%20transform='translate(-198.75%20-59)'%3e%3cg%20id='그룹_190'%20data-name='그룹%20190'%20transform='translate(222.846%2081.079)'%3e%3cg%20id='그룹_189-2'%20data-name='그룹%20189'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3crect%20id='사각형_159'%20data-name='사각형%20159'%20width='22.981'%20height='22.754'%20transform='translate(-6.165%20-6.165)'%20fill='%233e82f1'/%3e%3c/g%3e%3c/g%3e%3cg%20id='그룹_192'%20data-name='그룹%20192'%20transform='translate(212.93%2085.204)'%3e%3cg%20id='그룹_191'%20data-name='그룹%20191'%20clip-path='url(%23clip-path-2)'%3e%3crect%20id='사각형_160'%20data-name='사각형%20160'%20width='29.589'%20height='21.317'%20transform='translate(-6.165%20-6.165)'%20fill='%2332a753'/%3e%3c/g%3e%3c/g%3e%3cg%20id='그룹_194'%20data-name='그룹%20194'%20transform='translate(211.75%2078.113)'%3e%3cg%20id='그룹_193'%20data-name='그룹%20193'%20clip-path='url(%23clip-path-3)'%3e%3crect%20id='사각형_161'%20data-name='사각형%20161'%20width='17.216'%20height='22.295'%20transform='translate(-6.165%20-6.165)'%20fill='%23f9bb00'/%3e%3c/g%3e%3c/g%3e%3cg%20id='그룹_196'%20data-name='그룹%20196'%20transform='translate(212.93%2072)'%3e%3cg%20id='그룹_195'%20data-name='그룹%20195'%20clip-path='url(%23clip-path-4)'%3e%3crect%20id='사각형_162'%20data-name='사각형%20162'%20width='29.669'%20height='21.317'%20transform='translate(-6.165%20-6.165)'%20fill='%23e74133'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.myinfo-sns.icon-apple{background-image:url("data:image/svg+xml,%3csvg%20id='apple'%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3e%3ccircle%20id='naver'%20cx='24'%20cy='24'%20r='24'/%3e%3cg%20id='그룹_4544'%20data-name='그룹%204544'%20transform='translate(-338.981%20-203.176)'%3e%3cg%20id='그룹_4544-2'%20data-name='그룹%204544'%20transform='translate(352.981%20214.176)'%3e%3cpath%20id='패스_3907'%20data-name='패스%203907'%20d='M368.847,261.164a5.268,5.268,0,0,1,2.518-4.435,5.46,5.46,0,0,0-4.262-2.318c-1.818-.183-3.549,1.072-4.467,1.072s-2.345-1.042-3.849-1.012a5.709,5.709,0,0,0-4.828,2.921c-2.057,3.57-.528,8.861,1.48,11.755.979,1.417,2.145,3.008,3.678,2.951,1.48-.057,2.039-.955,3.825-.955s2.288.955,3.852.931c1.588-.033,2.6-1.45,3.567-2.867a12.938,12.938,0,0,0,1.617-3.321A5.146,5.146,0,0,1,368.847,261.164Z'%20transform='translate(-352.981%20-248.773)'%20fill='%23fff'/%3e%3cpath%20id='패스_3908'%20data-name='패스%203908'%20d='M424,217.9a5.116,5.116,0,0,0,1.215-3.723,5.223,5.223,0,0,0-3.433,1.766,4.887,4.887,0,0,0-1.24,3.612A4.329,4.329,0,0,0,424,217.9Z'%20transform='translate(-411.076%20-214.176)'%20fill='%23fff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.my-pay-tit-box{color:#575757;font-size:13px;font-weight:400;display:flex;justify-content:space-between;align-items:center}.my-pay-tit-box .txt-box{display:flex;gap:4px 0;flex-direction:column}.my-pay-tit-box .btn-box{display:flex;gap:0 8px}.my-pay-list-box{border-top:1px solid #949494}.my-pay-list-box .row-box{cursor:pointer;color:#333;font-size:13px;font-weight:400;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #ebebeb}.my-pay-list-box .row-box.st-use{cursor:default}.my-pay-list-box .row-box .text-box{gap:4px 0;display:flex;flex-direction:column}.my-pay-list-box .row-box .text-box .title{font-size:15px;color:#333;font-weight:700}.my-pay-list-box .row-box .text-box .title .point-event-label-wrapper{display:flex;align-items:center;gap:8px}.my-pay-list-box .row-box .text-box .title .point-event-label-wrapper .point-event-label{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}.my-pay-list-box .row-box .text-box .title .point-event-label-wrapper .point-event-label.label-red{background:#ff6b6b26;color:#ff6b6b}.my-pay-list-box .row-box .text-box .title .point-event-label-wrapper .point-event-label.label-purple{background:#8b5cf626;color:#8b5cf6}.my-pay-list-box .row-box .text-box .date2{font-size:13px;color:#eb4c10}.my-pay-list-box .row-box .text-box .txt-red{color:#eb4c10}.my-pay-list-box .row-box .price{font-size:15px;color:#333;font-weight:700;display:flex;justify-content:flex-end;align-items:center}.my-pay-list-box .row-box .price .icon-arrow{display:inline-block;width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAARBSURBVHgBzZm7ThtBFIbHay7mvkaAQhWnS+mIB8DpASktTahocRCQEtyli91S8QY09JgHQDJPYKcBBAhscTXX/P/JjLU4C+zNwC8tO7Z3vZ//M3PmzBBTAbW3t5dpa2tLozkei8XSDw8PNtq2/riKo8Lj/v5+B0dxdHS0qAIo5uficrls9/b2zqGZdcB4En5ABafi3d1dDrAVr/d5AtRgyxpMZFmW6uzsVPF4XHV0dCi4KIeGUQBRcE7d3Nyoer0ubQfsmlfQFwEPDw8JRThxjFCJREK1t7crP7q9vVWXl5cCqyErOOVGRkbWVFBAwP1W2jUCwUVxLIzo7MXFRQMUyg8PD/9QfgB1SNfRzDBs3d3dqqurS0UpuklQdgeohAH3NZlMVpuvs9xu7unp2SQc+9nAwEDkcBS/07Zt6ctQGl1g3e26/wAZVqYNA4dfploldhc+Q0NmdJd6GvDg4GAGpyzDyhvD9jevkP39/SYDZPf397POzxt9EIk3hYs3cWEKIW5JWJ8T++T5+TmbVUTtk+mPDQdh8wrhmEZeG47iM3XqstEfl8374iDdA3WZbZD7Du3p6ak6OztTSLwqjJiCTk5OpA2eJF0UB+kez2Zm8Kvp6Wk1OTmpVldXVRjx2WSgrq+vpS8KIEI7znOQ0O7u7jIC0iZgWEjOUgJmWXMCjaHNZJzlUOfg8Ku+vj45b29vPzqPjY2pIKKLV1dXTOCJ+fn5rfjCwsIMADMk56QfRAYmKkgWFpy7AbkTX1xcZN77zPCGScpRQhIQfZDNevwnhMYHzrc6o785JJM2wwwl4ktLS7/YYP8z9dxbQ5KDiZtnWmabN6PS7OysHEYc2RsbG57vd7DY4WL6CiKgzHm6LotEzfmQbk5MTHi+38EiM0mt6c3I4Zzh9iLH+qVi4UWJLS5u3gMcxTlZ/QP9g8xiFfmCifE9wFEOs0oMsTioE+ObwzlZuOCX8Yz5mDWOzSra73KSxcLU1FRkcKbkQqqpDA0NfTJppsA/jqWgZ7FYMHVgWDiKCVqryD/iIIhZxUqlODg4GGjKY8kVtmDl6D0+Ppa2LvsrQsLKFZaKi6yOgygsHMV1MgWWNcKx3bAKddgKTlWOIIfNryY+kwUC+x5Ycub9BqBeRckH/CVh044fMbTGPbRzxr1HgBT2SPIMNWcVhtq5I9VKuFqtJjMZjkLzZpJrCYO0I1sfTSv/yMUo0Qg9c5Rg0Jfma1yfjBH0jTeYnNSKPsnvpHN8Bpzb4uaR23XPFoFHR0d53CyrK65Zoqi6GVK6ZqYzHdbsU9e/WKVyvwZQy/iilAHl4Xf9YnZadSnP0VrFd+bY75+7z1MZjTCn8ABujXw375mtX06NdJWvnVvAPDinMoQuW8AF3Lfith8YCLAZFEDjxlGv0o4V4HzeC1ggQKe44IcrGTTT3HQC9Ef9rwgDU2Otqcs5jtCiCqC/V09Non0YOjIAAAAASUVORK5CYII=) center center no-repeat;background-size:20px auto;margin-left:20px}.my-pay-list-box .row-box .price .icon-arrow.st-use{background:url()}.my-pay-list-box .row-box .price .txt{display:flex;justify-content:flex-end;flex-direction:column;align-items:flex-end}.my-pay-list-box .row-box .price .txt .line{text-decoration:line-through}.my-pay-list-box .row-box .price .txt .txt-red{color:#eb4c10;font-size:13px;font-weight:500}.my-pay-list-box .row-box .price .txt.red{color:#eb4c10}.payment-detail-box{width:592px;margin:0 auto}.payment-detail-box .order-box{font-size:13px;color:#757575;margin-bottom:20px;font-weight:700}.payment-detail-box .title-info-box{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.payment-detail-box .title-info-box .text-box{gap:4px 0;display:flex;flex-direction:column;font-size:16px;color:#333}.payment-detail-box .title-info-box .text-box .title{font-size:22px;font-weight:700}.payment-detail-box .title-info-box .text-box .date2{font-size:16px;font-weight:700;color:#eb4c10}.payment-detail-box .title-info-box .btn-box .txt1,.payment-detail-box .title-info-box .btn-box button{text-decoration-line:underline;color:#757575;font-size:13px}.payment-detail-box .title-info-box .btn-box .txt1{text-decoration:none}.payment-detail-box .tit-box{display:flex;justify-content:space-between;align-items:center}.payment-detail-box .tit-box .text-box{font-size:15px;font-weight:700;color:#333}.payment-detail-box .tit-box .btn-box{display:flex;gap:0 8px}.payment-detail-box .tit-box .btn-box button{border-radius:6px;background:#333;color:#fff;font-size:12px;font-weight:700;padding:0 10px;height:28px}.payment-detail-box .tit-box .btn-box button.line{background:#fff;border:1px solid #ebebeb;color:#333}.payment-detail-box .detail-box{margin:12px 0;border-top:1px solid #949494}.payment-detail-box .detail-box dl{padding:20px;display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px dashed #ebebeb;color:#333;font-size:15px}.payment-detail-box .detail-box dl dt{font-weight:500}.payment-detail-box .detail-box dl dd{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}.payment-detail-box .detail-box dl.solid-line{border-bottom:1px solid #ebebeb}.payment-detail-box .detail-box dl.solid-line-2{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.payment-detail-box .txt-red{color:#eb4c10;font-size:13px;display:block}.pay-none-box{padding:20px 0}.pay-none-box .none-title-box{display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:15px;color:#575757;margin-bottom:28px}.pay-none-box .none-title-box .icon-box{margin-bottom:28px}.pay-none-box .none-title-box .txt1{font-size:20px;font-weight:700;color:#2c2c2e}.pay-none-box .btn-box{display:flex;justify-content:center;align-items:center;gap:0 8px}.pay-none-box .pay-line-box{margin:40px 0;height:0;font-size:0;border-bottom:1px solid #ebebeb}.pay-none-box .tit-box{margin-bottom:20px;font-size:16px;color:#333;font-weight:700}.none-exp-box .exp-dl-box{display:flex;flex-wrap:wrap;gap:40px 0}.none-exp-box .exp-dl-box dl{width:50%;display:flex;justify-content:flex-start;align-items:flex-start}.none-exp-box .exp-dl-box dl dt{padding-right:12px}.none-exp-box .exp-dl-box dl dd{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.none-exp-box .exp-dl-box dl dd .tit{font-size:15px;color:#333;font-weight:700;margin:0}.none-exp-box .exp-dl-box dl dd .txt{font-size:15px;color:#575757;line-height:22px}.pop-body-box.st-pd-32{padding:0 32px}.pop-body-box.st-pd-32 .pop-sub-title-box{color:#333;font-size:15px;font-weight:500;line-height:20px;margin-bottom:16px}.pop-body-box.st-pd-32 .pop-sub-title-box.bg-gray{background:#f8f8f8;border-radius:8px;height:44px;display:flex;justify-content:center;align-items:center}.pop-body-box.st-pd-32 .pop-sub-title-box .txt-point{color:#eb4c10;font-weight:700;margin:0 5px}.pop-body-box.st-pd-32 .step2-txt-01{margin-top:16px;display:flex;justify-content:center;align-items:center;color:#333;font-size:15px;font-weight:700}.pop-body-box.st-pd-32 .step2-txt-02{margin-top:8px;display:flex;justify-content:center;align-items:center;color:#333;font-size:15px}.pop-body-box.st-pd-32 .step2-txt-03{margin-top:28px;border:1px solid #ebebeb;border-radius:6px;padding:16px;color:#333;font-size:14px}.pop-body-box.st-pd-32 .step2-txt-03 .txt-s{margin-top:8px;font-size:13px;color:#575757}.pop-body-box.st-pd-32 .step2-txt-04{margin-top:70px;display:flex;justify-content:center;align-items:center;color:#949494;font-size:13px;font-weight:500;text-align:center}.pop-body-box.st-pd-32 .text-box{margin-bottom:28px}.pop-body-box.st-pd-32 .pop-reason-box .row-box{font-size:14px;color:#333;margin-bottom:18px}.pop-body-box.st-pd-32 .text-box{position:relative}.pop-body-box.st-pd-32 .text-box .v-field__input:disabled{background:#f8f8f8;color:#757575}.pop-body-box.st-pd-32 .text-box .char-count{position:absolute;right:10px;bottom:10px;font-size:13px;color:#c2c2c2}.pop-body-box.st-pd-32 .pop-btn.step-2{margin-top:28px}.my-gnb-bill-info-box{display:flex;flex-direction:column;margin-bottom:20px;cursor:pointer}.my-gnb-bill-info-box .service-name{color:#eb4c10;font-size:12px;font-weight:700;margin-bottom:8px}.my-gnb-bill-info-box .service-name .bg{background:#fff8f5;display:inline-flex;padding:2px 6px;align-items:center;gap:10px}.my-gnb-bill-info-box .service-date{color:#757575;font-size:12px;font-weight:500;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACzSURBVHgB7ZRRCsMgDIZjvZfiTbqTzJ5kvYnovcQlD5PCujYm3Vt/CLSQfh/UHwHuaJNSmmlAmAlO4NbaF03O+QlXCxDcn40xUSI5FDjn1tbaopEYzhJCI8I7GKXRe79cJtBI2AKpZEggkQwL9iS11kcIYd3bnUCWtn3Z1lktoJpSXbsJa0x1/rU/eshfcPz/8eibkZoOw9kCKZwl0MBPBZ/bVAqnsG9TCZyVUspMA3f+lTdOdHqgTnEfJgAAAABJRU5ErkJggg==) right center no-repeat;background-size:12px auto}.my-tab-st1-box{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.my-tab-st1-box .btn-box{display:flex;gap:8px}.my-tab-st1-box .tab-btn{background:#f8f8f8;padding:0 12px;border-radius:16px;font-size:14px;color:#757575;height:30px;display:inline-flex;align-items:center;justify-content:center}.my-tab-st1-box .tab-btn.active{background:#eb4c10;color:#fff}.my-tab-st1-box .ticket-sort-wrapper{display:flex;align-items:center;gap:20px}.my-tab-st1-box .ticket-sort-dropdown{position:relative}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-btn{display:flex;align-items:center;gap:8px;padding:4px 12px;border:1px solid #ebebeb;border-radius:6px;background:#fff;font-size:14px;color:#333;box-sizing:border-box;cursor:pointer}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-btn .ticket-sort-label{font-weight:500}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-btn .ticket-sort-chevron{transition:transform .2s ease}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-btn .ticket-sort-chevron--open{transform:rotate(180deg)}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-btn:hover{border-color:#c2c2c2}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:140px;background:#fff;border:1px solid #ebebeb;border-radius:6px;box-shadow:0 2px 8px #0000001a;z-index:10;overflow:hidden}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-menu .ticket-sort-item{display:block;width:100%;padding:10px 16px;text-align:left;font-size:14px;color:#333;background:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-menu .ticket-sort-item:hover{background:#f8f8f8}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-menu .ticket-sort-item--selected{background:#fff8f5;color:#eb4c10;font-weight:700}.my-tab-st1-box .ticket-sort-dropdown .ticket-sort-menu .ticket-sort-item:not(:last-child){border-bottom:1px solid #ebebeb}.my-tab-st1-box .ticket-sort-dropdown .dropdown-enter-active,.my-tab-st1-box .ticket-sort-dropdown .dropdown-leave-active{transition:opacity .2s ease,transform .2s ease}.my-tab-st1-box .ticket-sort-dropdown .dropdown-enter-from,.my-tab-st1-box .ticket-sort-dropdown .dropdown-leave-to{opacity:0;transform:translateY(-4px)}.my-tab-st1-box .ticket-count-text{font-size:14px;color:var(--Gray-800, #333);font-weight:500;white-space:nowrap}.my-tab-st1-box .ticket-count-text .txt-red{color:var(--Orange-300, #eb4c10);font-weight:700}.my-tab-st1-box .point-txt-box{display:flex;align-items:center;gap:20px}.my-tab-st1-box .point-txt-box .point-label{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.my-tab-st1-box .point-txt-box .point-num-box{display:flex;align-items:center;justify-content:flex-end;gap:8px}.my-tab-st1-box .point-txt-box .point-num-box .icon-point{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='url(%23paint0_linear_7436_120800)'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.75'%20fill='white'%20fill-opacity='0.1'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.25'%20stroke='white'%20stroke-opacity='0.1'/%3e%3cg%20filter='url(%23filter0_d_7436_120800)'%3e%3cpath%20d='M7.31879%2013.5725C6.82721%2013.5725%206.42871%2013.174%206.42871%2012.6825V7.45963C6.42871%206.89081%206.88983%206.42969%207.45866%206.42969C7.75193%206.42969%208.03129%206.55471%208.22669%206.77341L12.1817%2011.2C12.3105%2011.3441%2012.2082%2011.5725%2012.015%2011.5725C11.8915%2011.5725%2011.7914%2011.4724%2011.7914%2011.349V7.31976C11.7914%206.82819%2012.1899%206.42969%2012.6815%206.42969C13.1731%206.42969%2013.5716%206.82819%2013.5716%207.31976V12.5498C13.5716%2013.1146%2013.1137%2013.5725%2012.5488%2013.5725C12.258%2013.5725%2011.9809%2013.4488%2011.7869%2013.2321L7.81916%208.80203C7.69033%208.65818%207.79242%208.42969%207.98552%208.42969C8.10887%208.42969%208.20886%208.52968%208.20886%208.65303V12.6825C8.20886%2013.174%207.81036%2013.5725%207.31879%2013.5725Z'%20fill='%23FFE2D5'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M8.45886%2012.6825V9.89099L11.6007%2013.3989C11.8421%2013.6685%2012.1869%2013.8225%2012.5488%2013.8225C13.2517%2013.8225%2013.8216%2013.2527%2013.8216%2012.5498V7.31976C13.8216%206.69012%2013.3111%206.17969%2012.6815%206.17969C12.0518%206.17969%2011.5414%206.69012%2011.5414%207.31976V10.1081L8.41312%206.60684C8.17029%206.33506%207.82312%206.17969%207.45866%206.17969C6.75176%206.17969%206.17871%206.75274%206.17871%207.45963V12.6825C6.17871%2013.3121%206.68914%2013.8225%207.31879%2013.8225C7.94843%2013.8225%208.45886%2013.3121%208.45886%2012.6825Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='0.5'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7436_120800'%20x='3.92871'%20y='3.92969'%20width='12.1426'%20height='12.1445'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7436_120800'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7436_120800'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_7436_120800'%20x1='0'%20y1='0'%20x2='20'%20y2='20'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EB490C'/%3e%3cstop%20offset='0.25'%20stop-color='%23F26A37'/%3e%3cstop%20offset='0.5'%20stop-color='%23F89E76'/%3e%3cstop%20offset='0.745'%20stop-color='%23F26A37'/%3e%3cstop%20offset='1'%20stop-color='%23EB490C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;display:inline-block;margin-right:0}.my-tab-st1-box .point-txt-box .point-num-box .point-value{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.analysis-ticket-list-container{position:relative}.ticket-detail-popup-content{position:absolute;border-radius:12px;background:#fff;box-shadow:0 0 8px #0003;z-index:1001;max-width:400px;min-width:300px;max-height:500px;overflow-y:auto;display:flex;padding:10px 7px 15px;flex-direction:column;align-items:center;gap:7px;right:0}.ticket-detail-popup-content--above{transform:translateY(-100%)}.popup-enter-active,.popup-leave-active{transition:opacity .2s ease}.popup-enter-from,.popup-leave-to{opacity:0}.auth-layout{min-height:100vh;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.auth-layout .header-wrap{background:var(--gray-100-white, #fff)}.auth-layout .auth-container{flex:1;display:flex;flex-direction:column;align-items:center;background-color:#f8f8f8}@media (max-height: 1200px){.auth-layout .auth-container{min-height:calc(100vh - 64px)}}.auth-layout .inner::-webkit-scrollbar{display:none}.auth-layout .inner{scrollbar-width:none;-ms-overflow-style:none}.auth-layout .btn{height:48px;display:flex;padding:14px 20px;justify-content:center;align-items:center;border-radius:6px;background:var(--Gray-500, #949494);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px;box-sizing:border-box}.auth-layout .btn.active{background:var(--orange-300-main, #eb4c10)}.auth-layout .custom-checkbox{width:20px;height:20px;background-color:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;overflow:visible}.inner{padding:60px 0;max-height:100%}.inner .content{width:560px;background-color:#fff;display:inline-flex;justify-content:center;padding:60px 80px;flex-direction:column;align-items:center;gap:32px;border-radius:20px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.inner .content .icon{margin-bottom:-20px;height:32px;width:32px;align-items:center;justify-content:center}.inner .content .step-indicator{align-items:center;justify-content:center}.inner .content .step-indicator .step-active{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.inner .content .step-indicator .step-active .step{width:24px;height:24px;flex-shrink:0;border-radius:50%;background:var(--Gray-300, #ebebeb);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:24px}.inner .content .step-indicator .step-active .step.active{background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff)}.inner .content .step-indicator .step-active .line{width:40px;height:1px;background:var(--Gray-300, #ebebeb)}.inner .content .step-indicator .step-complete{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:8px}.inner .content .form-title{color:var(--gray-900-black, #2c2c2e);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:-16px}.inner .content .form-description{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.375px;white-space:pre-line;display:flex}.inner .content .form-description .name{margin-right:4px;font-weight:500;color:var(--orange-300-main, #eb4c10)}.inner .content .input-group{display:flex;flex-direction:column;width:100%;gap:8px}.inner .content .input-group .auth-notice{width:100%;padding:0 8px;display:flex;flex-wrap:wrap;color:var(--Gray-600, #757575);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.inner .content ul{list-style-type:disc;padding-left:24px;margin:0;display:flex;flex-direction:column;gap:8px}.inner .content ul li{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.inner .content .terms-container{width:100%}.inner .content .terms-container .terms-header{margin-bottom:8px;border-radius:6px;padding:10px 0;background:var(--Gray-200, #f8f8f8);display:flex;gap:8px;justify-content:flex-start;align-items:center}.inner .content .terms-container .terms-header .terms-info{font-size:15px;font-style:normal;font-weight:500;line-height:20px}.inner .content .terms-container .terms-list{display:flex;flex-direction:column;justify-content:space-between}.inner .content .terms-container .terms-list .terms-item{display:flex;align-items:center;justify-content:space-between}.inner .content .terms-container .terms-list .terms-item .view-btn{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:400;line-height:14px;text-decoration-line:underline}.inner .content .terms-container .marketing-consent{display:flex;flex-direction:row;padding:0 24px}.inner .content .terms-container .marketing-consent .marketing-item{width:100%}.inner .content .terms-container .marketing-consent .marketing-item .terms-info{font-size:12px;line-height:14px;width:100%;justify-items:center}.inner .content .terms-container .terms-info{display:flex;gap:8px;padding:8px 16px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px;align-items:center}.inner .content .terms-container .terms-info .terms-text{margin-right:4px}.inner .content .terms-container .terms-info .required{color:var(--orange-300-main, #eb4c10)}.inner .content .found-data{width:100%;padding:40px;border-radius:6px;background:var(--Gray-200, #f8f8f8);display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;font-family:Pretendard;font-style:normal}.inner .content .found-data .found-id{color:var(--Gray-800, #333);font-size:15px;font-weight:700;line-height:20px;-webkit-user-select:text;user-select:text}.inner .content .found-data .created-at{color:var(--Gray-600, #757575);font-size:13px;font-weight:400;line-height:18px}.inner .content .confirm-btn{width:100%}.inner .content .later-btn{color:var(--Gray-400, #c2c2c2);font-family:Pretendard;font-size:14px;font-weight:500;line-height:18px;text-decoration-line:underline}.inner .content .action-btn{min-width:120px;white-space:nowrap}.inner .content .action-btn.active{border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.inner .content .login-link{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.inner .content .login-link a{text-decoration-line:underline}.validation-message{margin-left:8px;color:var(--Orange-500-Error, #ff453a);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}@media (max-width: 1024px){.auth-container{display:flex;justify-content:center;align-items:center;width:100%;padding:0 20px;box-sizing:border-box}.inner{padding:40px 0;width:100%;max-width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.inner .content{width:100%!important;max-width:400px!important;padding:40px 24px!important;margin:0 auto;box-sizing:border-box}.inner .content .input-group{width:100%!important;max-width:100%!important}.inner .content .input-group :deep(.v-text-field),.inner .content .input-group :deep(.v-select),.inner .content .input-group :deep(.v-input){width:100%!important;max-width:100%!important}.inner .content .found-data{width:100%!important;max-width:100%!important;padding:32px 20px!important;box-sizing:border-box}.inner .content .confirm-btn{width:100%!important;max-width:100%!important}}.custom-input{display:flex;flex-direction:column;gap:4px}.custom-input-container{display:flex;flex-direction:row;gap:8px}.custom-input-container .custom-input-wrapper{width:100%;position:relative;display:flex;flex-direction:row;justify-content:space-between}.custom-input-container .custom-input-wrapper .custom-input-box{display:flex;padding:14px 16px;width:100%;height:48px;min-width:200px;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);justify-content:center;align-items:center;font-size:16px}.custom-input-container .custom-input-wrapper .custom-input-box.invalid{border:1px solid var(--orange-300-main, #eb4c10)}.custom-input-container .custom-input-wrapper .custom-input-box.disabled{border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-600, #757575);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.custom-input-container .custom-input-wrapper .add-on{position:absolute;top:50%;right:16px;transform:translateY(-50%);justify-content:center;align-items:center;display:flex;gap:8px}.custom-input-container .custom-input-wrapper .add-on .clear-btn{height:16px;width:16px;cursor:pointer;background:none;border:none;padding:0}.custom-input-container .custom-input-wrapper .add-on .timer{color:var(--orange-300-main, #eb4c10);text-align:right;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.custom-input-container .action-btn{min-width:120px;white-space:nowrap}.custom-input-container .action-btn.active{border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}@media (max-width: 768px){.custom-input-container .custom-input-wrapper .custom-input-box{min-width:140px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0000004d;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;gap:8px}.popup-box{display:flex;flex-direction:column;min-width:325px;max-width:560px;padding:32px 16px 16px;background-color:#fff;border-radius:16px;text-align:center;box-shadow:0 2px 10px #0003;gap:28px;justify-content:center;align-items:center}.popup-box.st-banner{padding:0!important}.popup-box .popup-message{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.popup-box .popup-button{display:flex;width:100%;padding:14px 20px;justify-content:center;align-items:center;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.consent-box{width:400px;height:600px;padding:20px 0 32px;display:inline-flex;flex-direction:column;align-items:center;border-radius:16px!important;background:var(--gray-100-white, #fff)}.consent-box .consent-header{display:flex;height:44px;padding:10px 16px 10px 56px;justify-content:flex-end;align-items:flex-start;gap:16px;margin-bottom:12px}.consent-box .consent-header .consent-tit{width:288px;color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.consent-box .consent-header .close{position:absolute;top:10px;right:16px}.consent-box .consent-message{margin-right:-6px;flex-grow:1;width:356px!important;overflow:auto}.consent-box .consent-message .txt-wrapper{margin:0 5px;width:336px!important;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.consent-box .consent-button{margin-top:28px;width:336px;padding:14px 20px;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.popup-button:hover{background-color:#d0440e}.popup-add-on{color:#000;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{border-radius:12px;background:var(--gray-100-white, #fff)}::-webkit-scrollbar-thumb{border-radius:12px;background:var(--Gray-500, #949494)}body ::-webkit-scrollbar{width:6px}body ::-webkit-scrollbar-track{border-radius:12px;background:var(--gray-100-white, #fff)}body ::-webkit-scrollbar-thumb{border-radius:12px;background:var(--Gray-300, #ebebeb)}.memo-inner{height:600px;padding:20px 0 32px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.memo-inner .memo-header{position:relative;min-height:44px;max-height:44px;display:flex;justify-content:center;align-items:center;padding:0 16px}.memo-inner .memo-header .go-back{cursor:pointer;position:absolute;top:50%;left:16px;transform:translateY(-50%);width:24px;height:24px;display:flex;justify-content:center;align-items:center}.memo-inner .memo-header .title{display:flex;justify-content:center;align-items:center;color:var(--gray-900-black, #2C2C2E);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.memo-inner .memo-header .close{cursor:pointer;position:absolute;top:50%;right:16px;transform:translateY(-50%);width:24px;height:24px;display:flex;justify-content:center;align-items:center;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}.memo-inner .memo-add-button{position:absolute;bottom:20px;right:20px;width:48px;height:48px;background-color:var(--orange-300-main, #EB4C10);border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.memo-inner .memo-add-button .icon{width:16px;height:16px}.memo-inner .memo-body{display:flex;flex:1;flex-direction:column;gap:16px;padding:0 32px;position:relative;box-sizing:border-box;overflow:hidden}.memo-inner .memo-body.list{padding:0}.memo-inner .memo-body .memo-search-section{height:34px;padding:0 32px;position:relative}.memo-inner .memo-body .memo-search-section .search-icon{position:absolute;top:50%;left:40px;transform:translateY(-50%);width:16px;height:16px}.memo-inner .memo-body .memo-search-section .search-icon svg{width:100%;height:100%;display:block}.memo-inner .memo-body .memo-search-section .input-box{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.375px}.memo-inner .memo-body .memo-search-section .input-box .v-field .v-field__field{height:34px}.memo-inner .memo-body .memo-search-section .input-box .v-field .v-field__input{min-height:0px;height:34px;margin:0;padding:0 0 0 32px}.memo-inner .memo-body .memo-search-section .input-box .v-field .v-field__clearable{justify-content:center;align-items:center;padding:0}.memo-inner .memo-body .memo-info-section{box-sizing:border-box;display:flex;flex-direction:column;gap:6px}.memo-inner .memo-body .memo-info-section .name-content{display:flex;flex-direction:row;align-items:center;color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.4px}.memo-inner .memo-body .memo-info-section .name-content .name{display:inline-block;max-width:10ch;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.memo-inner .memo-body .memo-info-section .name-content .age{margin-left:6px;color:var(--Gray-700, #575757);font-size:13px;font-weight:400;line-height:16px;letter-spacing:-.325px}.memo-inner .memo-body .memo-info-section .birth-content{display:flex;flex-direction:row;gap:10px}.memo-inner .memo-body .memo-info-section .birth-content .text{font-family:Pretendard;font-size:13px;font-weight:400;line-height:16px;letter-spacing:-.325px}.memo-inner .memo-body .memo-info-section .birth-content .text.solar{color:#ff6e6e;font-weight:500}.memo-inner .memo-body .memo-info-section .birth-content .text.lunar{color:#5790fc;font-weight:500}.memo-inner .memo-body .memo-input-section{display:flex;flex:1}.memo-inner .memo-body .memo-input-section .memo-input-box{position:relative;box-sizing:border-box;width:100%;padding:16px;display:flex;border-radius:6px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF)}.memo-inner .memo-body .memo-input-section .memo-input-box.no-line{border:none}.memo-inner .memo-body .memo-input-section .memo-input-box .textarea{display:flex;width:100%;height:100%;resize:none}.memo-inner .memo-body .memo-input-section .memo-input-box .count{position:absolute;right:16px;bottom:16px;color:var(--Gray-400, #C2C2C2);text-align:right;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.memo-inner .memo-body .btn-com .btn-del.st-memo{min-width:48px}.memo-inner .memo-body .memo-list-section::-webkit-scrollbar{width:26px}.memo-inner .memo-body .memo-list-section::-webkit-scrollbar-thumb{background-clip:padding-box;border:10px solid transparent;background-color:var(--Gray-300, #EBEBEB)}.memo-inner .memo-body .memo-list-section{margin:0 32px;display:flex;flex-direction:column;gap:16px;overflow:auto}.memo-inner .memo-body .memo-list-section .month-row-box{display:flex;flex-direction:column;gap:8px;margin-bottom:0}.memo-inner .memo-body .memo-list-section .month-row-box .month-title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.memo-inner .memo-body .memo-list-section .month-row-box .month-item-box{border-radius:12px;background:#fff8f5;box-sizing:border-box;padding:16px;cursor:pointer;font-family:Pretendard}.memo-inner .memo-body .memo-list-section .month-row-box .month-item-box .month-item-title{color:var(--Gray-800, #333);font-size:15px;font-weight:500;line-height:24px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.memo-inner .memo-body .memo-list-section .month-row-box .month-item-box .month-item-title.highlighted{color:#eb4c10;font-weight:500}.memo-inner .memo-body .memo-list-section .month-row-box .month-item-box .month-item-date{color:var(--Gray-500, #949494);font-size:13px;font-weight:400;line-height:18px}.memo-inner .memo-body.pd-mid{padding-left:20px;padding-right:20px}.memo-inner .memo-body.pd-small{padding:16px}.memo-inner .memo-body.pd-small.bottom{padding:0 16px 48px}.memo-inner .memo-body.pd-large{padding-left:32px;padding-right:32px}.memo-inner .memo-body.pd-large-btm{padding-left:32px;padding-right:32px;padding-bottom:32px}.memo-inner .memo-body.pd-large-sh{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:16px;padding:0;height:248px}.memo-inner .memo-body.share-pre{display:flex;justify-content:center;align-items:center;gap:16px;height:530px;width:100%;padding:0!important;margin:0!important}.memo-inner .memo-body.h-100{height:100%}.memo-inner .memo-body.pd-top-none{padding-top:0}.memo-inner .memo-body.pd- .tit-s{color:#23252e;font-weight:500;font-size:15px;position:relative;height:34px}.memo-inner .memo-body .pop-exp{color:#eb4c10;font-size:14px;margin-bottom:26px}.memo-inner .memo-body .pop-exp-sh{color:#333;font-size:15px;font-weight:400;line-height:20px;text-align:center!important}.memo-inner .memo-body .btn-right{position:absolute;right:0;top:0}.memo-inner .memo-body .icon-minus{width:34px;height:34px;position:relative;display:block;font-size:0}.memo-inner .memo-body .icon-minus:before{width:16px;height:2px;background:#23252e;border-radius:4px;content:"";display:block;position:absolute;left:50%;top:50%;margin-top:-1px;margin-left:-8px}.memo-inner .memo-body .btn-btm-long{position:absolute;left:1rem;bottom:1rem;right:1rem}.memo-inner .memo-body .pop-form-box.option{padding:0 1rem}.memo-inner .memo-body .pop-form-box.option .row-box+.row-box{margin-top:15px}.memo-inner .memo-body .pop-bottom{position:absolute;left:0;bottom:0;right:0;height:48px;background:#f8f8f8 0% 0% no-repeat padding-box;border-radius:0 0 16px 16px}.memo-inner .memo-body .pop-bottom .inner{display:flex;justify-content:space-between;align-items:center;height:100%}.memo-inner .memo-body .pop-bottom .inner .txt1{color:#575757;font-size:14px}.memo-inner .memo-body .pop-bottom .inner .txt2{color:#eb4c0f;font-size:14px}.memo-inner .memo-body .pop-bottom .inner .txt3{color:#2c2c2e;font-size:14px;font-weight:500}.memo-inner .memo-body .pop-bottom .inner .count,.memo-inner .memo-body .pop-bottom .inner .order{width:50%}.memo-inner .memo-body .pop-bottom .inner .order button{width:100%;display:flex;justify-content:flex-end;align-items:center}.credit_bar_container{width:100%;display:flex;padding:12px 0;justify-content:center;align-items:center;background:var(--Orange-100, #fff8f5);z-index:11}.credit_bar_container .sub-content{width:1360px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:Pretendard;font-size:13px;font-style:normal;line-height:18px}.credit_bar_container .sub-content .credit_bar_copy_text_label{display:flex;flex-direction:row;gap:8px;justify-content:center}.credit_bar_container .sub-content .credit_bar_copy_text_label .plan-name{color:var(--orange-300-main, #eb4c10);font-weight:700}.credit_bar_container .sub-content .credit_bar_copy_text_label .plan-period{color:var(--Gray-600, #757575);font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.credit_bar_container .sub-content .credit_bar_copy_text_label .plan-period .arrow{width:12px;height:12px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9545_71605)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9545_71605'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9545_71605)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9545_71605'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:var(--Gray-400, #c2c2c2);mask-size:100% 100%;-webkit-mask-size:100% 100%}.credit_bar_container .sub-content .plan-period.link{cursor:pointer}.credit_bar_container .sub-content .point-info{height:fit-content;display:flex;flex-direction:row;justify-content:center;gap:12px;font-family:Pretendard;font-style:normal;font-weight:700}.credit_bar_container .sub-content .point-info .credit_bar_points_tooltip_amount{display:flex;flex-direction:row;gap:8px;color:var(--orange-300-main, #eb4c10);font-size:14px;line-height:18px}.credit_bar_container .sub-content .point-info .credit_bar_points_tooltip_amount i{width:20px;height:20px}.credit_bar_container .sub-content .point-info .credit_bar_points_button_charge{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-size:12px;line-height:16px}.credit_bar_container.mobile{padding:16px;display:flex;align-items:flex-start;gap:8px;border-radius:12px;background:var(--Orange-100, #fff8f5);color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:20px}.credit_bar_container.mobile .sub-content{width:100%;flex-direction:column;align-items:flex-start;gap:8px}.credit_bar_container.mobile .sub-content .credit_bar_copy_text_label{font-size:14px;line-height:22px}.credit_bar_container.mobile .sub-content .point-info{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.credit_bar_container.mobile .sub-content .point-info .credit_bar_points_tooltip_amount{color:var(--Gray-800, #333);font-size:16px;font-weight:700;line-height:20px}.credit_bar_container.mobile .sub-content .point-info .credit_bar_points_button_charge{font-family:Pretendard;font-size:14px;font-weight:700;line-height:18px}.calendar-sidebar{width:260px;min-width:260px;max-width:260px;padding-top:64px;display:flex;flex-direction:column;gap:12px}.calendar-sidebar .calendar-sidebar__section{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;gap:20px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-600, #757575);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:20px}.calendar-sidebar .calendar-sidebar__section.gap-12{gap:12px}.calendar-sidebar .calendar-sidebar__section .title{width:100%;text-align:start;color:var(--Gray-800, #333);font-size:15px;font-weight:700}.calendar-sidebar .calendar-sidebar__section .saju-dayju{display:flex;width:100%;padding:16px 14px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:var(--Gray-200, #f8f8f8)}.calendar-sidebar .calendar-sidebar__section .mysaju-button{display:flex;padding:6px 10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.calendar-sidebar .calendar-sidebar__section .sidebar-button{display:flex;width:100%;justify-content:space-between;align-items:center;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.calendar-sidebar .calendar-sidebar__section .sidebar-button.active{color:var(--orange-300-main, #eb4c10)}.calendar-sidebar .calendar-sidebar__section .sidebar-button .text-area{display:flex;flex-direction:row;gap:8px}.calendar-sidebar .calendar-sidebar__section .divider{width:100%;height:1px;background:#ebebeb}.calendar-sidebar .calendar-sidebar__section .arrow{width:12px;height:12px;mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13206_60816)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13206_60816'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13206_60816)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13206_60816'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:var(--Gray-400, #c2c2c2);mask-size:100% 100%;-webkit-mask-size:100% 100%}.calendar-sidebar .calendar-sidebar__section .arrow.active{background-color:var(--orange-300-main, #eb4c10)}.calendar-sidebar .calendar-sidebar__section .note{padding:20px 0;display:flex;flex-direction:column;align-items:center;gap:8px}.calendar-sidebar .calendar-sidebar__section .pin{width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M7.5%2012.5L3.75%2016.25'%20stroke='%23333333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.5002%203.75L9.16683%207.08333L5.8335%208.33333L4.5835%209.58333L10.4168%2015.4167L11.6668%2014.1667L12.9168%2010.8333L16.2502%207.5'%20fill='%23E96736'/%3e%3cpath%20d='M12.5002%203.75L9.16683%207.08333L5.8335%208.33333L4.5835%209.58333L10.4168%2015.4167L11.6668%2014.1667L12.9168%2010.8333L16.2502%207.5'%20stroke='%23E96736'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.0835%203.33594L16.6668%207.91927'%20stroke='%23E96736'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.calendar-sidebar .calendar-sidebar__section.banner-section{padding:0;gap:12px;border:none;background-color:transparent;max-height:fit-content}.calendar-sidebar .calendar-sidebar__section.banner-section .banner-section__item{width:100%;min-height:75px;border-radius:12px;background-size:contain}.calendar-sidebar .toggle-box{display:flex;flex-wrap:wrap;gap:16px}.calendar-sidebar .toggle-box .toggle{flex:1 1 calc(50% - 8px)}.calendar-sidebar .banner-daily-fortune{aspect-ratio:262/90;background:url(/assets/banner-daily-fortune-BQNhoQPt.png) no-repeat}.calendar-sidebar .banner-howto{aspect-ratio:262/76;background:url(/assets/banner-howto-nV8zujdr.png) no-repeat}.calendar-sidebar .banner-usage{aspect-ratio:262/76;background:url(/assets/banner-usage-Cv8lK8QJ.png) no-repeat}.calendar-sidebar .calendar-banner-mobile{margin-top:0;display:flex;flex-direction:row;justify-content:flex-start;gap:16px;border-radius:12px}.calendar-sidebar .calendar-banner-mobile.howto{border:1px solid rgba(243,156,80,.1);background:linear-gradient(180deg,#fffaf166 -69.64%,#fffaf166 71.5%),linear-gradient(96deg,#ffebd7,#fff8f0,#ffebd7)}.calendar-sidebar .calendar-banner-mobile.howto .text{color:#7377c7;text-shadow:0px 0px 7px rgba(114,119,223,.2);-webkit-text-stroke-color:#f5f6ff}.calendar-sidebar .calendar-banner-mobile.usage{border:1px solid rgba(56,129,219,.1);background:linear-gradient(180deg,#f1f5ff66 -69.64%,#f1f5ff66 177.98%),linear-gradient(96deg,#badcff,#e8f3ff,#badcff)}.calendar-sidebar .calendar-banner-mobile.usage .text{color:#4188e4;text-shadow:0px 0px 7px rgba(114,119,223,.2);-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#f5f6ff;font-family:Jalnan Gothic;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.calendar-sidebar .calendar-banner-mobile .usage-icon{width:40px;height:40px;background:url(/assets/mobile-banner-usage-e2Cg73Ij.png) no-repeat;background-size:100% 100%}.calendar-sidebar .calendar-banner-mobile .usage-txt{width:144px;height:44px;background:url(/assets/mobile-banner-usage-txt-BevNhDcM.png) no-repeat;background-size:contain}.calendar-sidebar .calendar-banner-mobile .howto-icon{width:40px;height:40px;background:url(/assets/mobile-banner-howto-BskdmLG4.png) no-repeat;background-size:100% 100%}.calendar-sidebar .calendar-banner-mobile .howto-txt{width:134px;height:44px;background:url(/assets/mobile-banner-howto-txt-BZ2ytiVK.png) no-repeat;background-size:contain}.calendar-sidebar .calendar-banner-mobile .text-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.calendar-sidebar .calendar-banner-mobile .text__title{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:600;line-height:20px}.calendar-sidebar .calendar-banner-mobile .text{text-align:left;-webkit-text-stroke-width:.2px;font-family:Jalnan Gothic;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.calendar-sidebar .promotion{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.calendar-sidebar .promotion .promotion-info{display:flex;flex-direction:row;gap:8px;align-items:center;text-align:left;color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:20px}.calendar-sidebar .promotion .promotion-info .icon{width:16px;height:16px;border-radius:100%}.calendar-sidebar .promotion .promotion-button{height:fit-content;display:flex;padding:6px 10px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:var(--Orange-200, #f80);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.calendar-sidebar .promotion .promotion-button.sub{background:var(--orange-300-main, #eb4c10)}.calendar-sidebar.mobile{width:100%;max-width:none;padding:16px;gap:8px;display:flex;flex-direction:column;align-items:center}.calendar-sidebar.mobile.mysaju{padding:20px 16px;gap:20px}.calendar-sidebar.mobile .calendar-sidebar__section{margin-top:12px}.calendar-sidebar.mobile .calendar-sidebar__section.calendar-banner-mobile{margin-top:0;padding:12px 16px}.calendar-sidebar.mobile .note{width:100%;padding:8px 0;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.calendar-sidebar.mobile .mysaju-button{width:fit-content;margin:12px 0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.calendar-sidebar.mobile .mysaju-button i.arrow-icon{width:12px;height:12px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9545_71605)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9545_71605'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_9545_71605)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9545_71605'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:var(--orange-300-main, #eb4c10);mask-size:100% 100%;-webkit-mask-size:100% 100%}.calendar-sidebar.mobile .login-btn{display:flex;min-width:80px;width:100%;padding:10px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:6px;background:var(--orange-300-main, #EB4C10);color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.df-card{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.df-card .header{display:flex;flex-direction:column;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.df-card .header .title{font-size:18px;display:flex;flex-direction:row}.df-card .header .subtitle{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.df-card .df-card__body{width:100%;display:flex;align-items:center;justify-content:center;font-family:Pretendard;font-style:normal}.df-card .df-card__body.col{flex-direction:column}.df-card .df-card__body.row{flex-direction:row;gap:8px}.df-card .df-card__body.gap-8{gap:8px}.df-card .df-card__body.gap-20{gap:20px}.df-card .df-card__body .desc-box{width:100%;text-align:center;color:var(--Gray-800, #333);font-size:14px;font-weight:400;line-height:22px}.df-card .df-card__body .desc-item{width:100%;padding:6px 12px}.df-card .df-card__body .desc-line{border-bottom:1px solid var(--Gray-300, #EBEBEB)}.df-card .df-card__body .desc-line.first{border-top:1px solid var(--Gray-300, #EBEBEB)}.df-card .df-card__body .callout-box{width:100%;display:flex;padding:8px 20px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:var(--Orange-100, #FFF8F5);text-align:center;font-size:13px;font-weight:500;line-height:20px}.df-card .df-card__body .term-box{margin-top:12px;padding:0 12px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;line-height:22px}.df-card .df-card__body .term-box .term-label{font-weight:700}.df-card .df-card__body .term-box .term-text{display:flex;flex-direction:column;gap:8px;font-weight:400}.df-card .df-card__body .term-box.pd-0{padding:0}.df-card .physical-symbol-box{width:100%;display:flex;flex-direction:column;gap:40px}.df-card .physical-symbol-box .symbol-item{width:100%;display:flex;flex-direction:column;gap:16px}.df-card .physical-symbol-box .symbol-item .ilgan-card{padding:0}.df-card .physical-symbol-box .symbol-item .ilgan-box{width:100%;flex-direction:row;justify-content:space-between}.df-card .physical-symbol-box .symbol-item .bottom-text{text-align:left!important}.df-card .color-box{display:flex;flex-direction:column;gap:12px}.df-card .color-box .color-item{display:flex;flex-direction:column;gap:2px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;line-height:22px}.df-card .color-box .color-title{font-weight:700}.df-card .color-box .color-meaning{font-weight:400}.df-card .ilgan-card.clear{border:none;box-shadow:none}.df-card .ilgan-card{display:flex;flex-direction:column;flex:1;gap:8px;padding:20px;align-items:flex-start;border-radius:8px;border:1px solid var(--Gray-200, #F8F8F8);background:var(--gray-100-white, #FFF);box-shadow:0 0 10px #0000000d}.df-card .ilgan-card .desc-box{text-align:start}.df-card .ilgan-card .ilgan-box{display:flex;flex-direction:column;gap:16px}.df-card .ilgan-card .ilgan-box .ilgan-content{display:flex;flex-direction:row;gap:12px}.df-card .ilgan-card .ilgan-box .ilgan-content .ilgan-text{display:flex;align-items:center;text-align:center}.df-card .ilgan-card .ilgan-box .ilgan-content .ilgan-desc{display:flex;flex-direction:column;justify-content:center}.df-card .ilgan-card .ilgan-box .ilgan-content .ilgan-desc .top-text{color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.df-card .ilgan-card .ilgan-box .ilgan-content .ilgan-desc .bottom-text{display:flex;flex-direction:row;color:var(--gray-500, #949494);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.df-card .keyword-box{display:flex;flex-direction:row;gap:8px;align-items:center}.df-card .keyword-box .keyword{height:fit-content;display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.df-card .keyword-box .keyword.five01{background-color:#c235351a}.df-card .keyword-box .keyword.five02{background-color:#4040401a}.df-card .keyword-box .keyword.five03{background-color:#5e9f1c1a}.df-card .keyword-box .keyword.five04{background-color:#9494941a}.df-card .keyword-box .keyword.five05{background-color:#db98231a}.df-card .keyword-box.str{border-radius:4px;background-color:tomato}.df-card .keyword-box.str .keyword{background:#5790fc1a;color:#5790fc!important}.df-card .divider-h{width:100%;height:1px;border-bottom:1px solid var(--Gray-300, #EBEBEB)}.df-card .divider-h.my-20{margin:20px 0}.df-card .divider-v{width:1px;height:100px;flex-shrink:0;background:var(--Gray-300, #EBEBEB)}.df-card .divider-v.mx-20{margin:0 20px}.df-card.white{background-color:#fff}.df-card.gray{background:var(--Gray-200, #F8F8F8)}.df-card.gray .drawer-card-box{width:328px}.df-card.br-8{border-radius:8px}.df-card.border{border:1px solid var(--Gray-200, #F8F8F8)}.df-card.shadow{box-shadow:0 0 10px #0000000d}.df-card.pd-40{padding:40px}.df-card.pd-20,.df-card.yinyang-card{padding:20px}.saju-element{width:160px;position:relative;display:flex;align-items:flex-start;justify-content:center;gap:20px}.saju-element img{border:0px!important}.saju-element .arrow{display:flex;position:absolute;background-size:contain;background-repeat:no-repeat}.saju-element .arrow.generate{background-image:var(--arrow-generate)}.saju-element .arrow.control{background-image:var(--arrow-control)}.saju-element .arrow.neutral{background-image:var(--arrow-neutral)}.saju-element .arrow.neutral2{background-image:var(--arrow-neutral2)}.saju-element .arrow-horizontal{width:56px;height:14px;top:40px;left:52px;--arrow-generate: url("data:image/svg+xml,%3csvg%20width='57'%20height='14'%20viewBox='0%200%2057%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%207H56'%20stroke='%235790FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1.31208%206.1583C0.698676%206.5518%200.698676%207.4482%201.31208%207.8417L5.21005%2010.3422C5.87561%2010.7692%206.75%2010.2913%206.75%209.50055L6.75%204.49945C6.75%203.70872%205.87561%203.2308%205.21005%203.65775L1.31208%206.1583Z'%20fill='%235790FC'/%3e%3c/svg%3e");--arrow-control: url("data:image/svg+xml,%3csvg%20width='56'%20height='14'%20viewBox='0%200%2056%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%207H55'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3cpath%20id='Vector%208'%20d='M5.12109%203L1%207.12109L4.87891%2011'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");--arrow-neutral: url("data:image/svg+xml,%3csvg%20width='56'%20height='14'%20viewBox='0%200%2056%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%207H55'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");--arrow-neutral2: url("data:image/svg+xml,%3csvg%20width='56'%20height='14'%20viewBox='0%200%2056%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%207H55'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3c/g%3e%3c/svg%3e")}.saju-element .arrow-horizontal.rotate{transform:rotate(180deg)}.saju-element .arrow-diagonal{width:56px;height:50px;top:54px;left:52px;transform:rotate(180deg);--arrow-generate: url("data:image/svg+xml,%3csvg%20width='56'%20height='50'%20viewBox='0%200%2056%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L54%2048'%20stroke='%235790FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M54.3768%2049.5669C55.0888%2049.7224%2055.7227%2049.0886%2055.5672%2048.3766L54.5791%2043.8521C54.4103%2043.0796%2053.4541%2042.7993%2052.895%2043.3584L49.3587%2046.8947C48.7995%2047.4538%2049.0799%2048.4101%2049.8524%2048.5788L54.3768%2049.5669Z'%20fill='%235790FC'/%3e%3c/svg%3e");--arrow-control: url("data:image/svg+xml,%3csvg%20width='56'%20height='50'%20viewBox='0%200%2056%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L54%2048'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3cpath%20d='M48.8359%2048.7769L54.7775%2047.9414L53.942%2041.9998'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");--arrow-neutral: url("data:image/svg+xml,%3csvg%20width='56'%20height='50'%20viewBox='0%200%2056%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%201L54%2048'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");--arrow-neutral2: url("data:image/svg+xml,%3csvg%20width='56'%20height='50'%20viewBox='0%200%2056%2050'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Line%2016'%20d='M1%201L54%2048'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3c/g%3e%3c/svg%3e")}.saju-element .arrow-diagonal.rotate{transform:rotate(0)}.saju-element .arrow-vertical{width:22px;height:62px;top:42px;left:162px;transform:translate(-50%);--arrow-generate: url("data:image/svg+xml,%3csvg%20width='22'%20height='62'%20viewBox='0%200%2022%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.506%2060.0796C21.0636%2043.0191%2021.0259%2025.1325%2010.3965%208.07959'%20stroke='%235790FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05714%205.25723C6.32917%205.29131%205.88097%206.06762%206.21544%206.7151L8.34091%2010.8296C8.70382%2011.5322%209.70003%2011.5555%2010.0954%2010.8707L12.5959%206.53959C12.9913%205.85479%2012.473%205.0037%2011.6832%205.04068L7.05714%205.25723Z'%20fill='%235790FC'/%3e%3c/svg%3e");--arrow-control: url("data:image/svg+xml,%3csvg%20width='22'%20height='62'%20viewBox='0%200%2022%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.506%2060.0796C21.0636%2043.0191%2021.0259%2025.1325%2010.3965%208.07959'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3cpath%20d='M11.8564%204L6.00017%205.3054L7.30558%2011.1617'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");--arrow-neutral: url("data:image/svg+xml,%3csvg%20width='22'%20height='62'%20viewBox='0%200%2022%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Ellipse%2023'%20d='M10.506%2060.0796C21.0636%2043.0191%2021.0259%2025.1325%2010.3965%208.07959'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");--arrow-neutral2: url("data:image/svg+xml,%3csvg%20width='22'%20height='62'%20viewBox='0%200%2022%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='arrow'%3e%3cpath%20id='Ellipse%2023'%20d='M10.506%2060.0796C21.0636%2043.0191%2021.0259%2025.1325%2010.3965%208.07959'%20stroke='%23C2C2C2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='3%203'/%3e%3c/g%3e%3c/svg%3e")}.saju-element .arrow-vertical.rotate{transform:scaleY(-1) translate(-50%)}.saju-element.legend{transform:translate(20%)}.saju-element__column-wrapper{width:160px;position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:20px}.saju-element__column-wrapper.g-40{gap:40px}.saju-element__column{display:flex;padding:8px;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:8px;background:var(--Gray-200, #F8F8F8)}.saju-element__column .saju-element__column-label{display:flex;flex-direction:column;justify-content:space-between;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.saju-element__column .saju-element__column-label.h-52{height:52px}.saju-element__column .saju-element__column-label.today{color:var(--orange-300-main, #EB4C10);font-weight:700}.saju-element__column .saju-element__label-item{display:flex;flex-direction:row;gap:4px}.saju-element__column .saju-element__label-item .stem{text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.saju-element__column .saju-element__label-item .data{color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.saju-element__column-default{display:flex;flex-direction:column;gap:6px}.saju-element__column-default .saju-element__column-label{color:var(--Gray-600, #757575);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.3px}.saju-element__column-index{background:var(--Gray-100, #fff)}.saju-element__column-index .saju-element__icon{width:36px;justify-content:flex-end}.saju-element__column-index .saju-element__column-label{width:100%;justify-content:center}.saju-element__column-index .index-text{width:100%;color:var(--Gray-600, #757575);text-align:right;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.saju-element__icon{width:44px;height:44px;display:flex;justify-content:center;align-items:center;border-radius:10px}.saju-element__icon .saju-element__icon-text{color:var(--gray-100-white, #FFF);text-align:center;font-family:ChosunGs;font-size:24px;font-style:normal;font-weight:400;line-height:28px}.saju-element__icon.chnkor{position:relative}.saju-element__icon.chnkor .saju-element__icon-text{position:absolute;top:6px;left:6px;color:var(--gray-100-white, #FFF);text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:24px}.saju-element__icon.chnkor .saju-element__icon-text-kor{position:absolute;bottom:4px;right:4px;font-family:ChosunGs;font-size:12px;font-style:normal;font-weight:400;line-height:12px}.saju-element__icon.md{width:32px;height:32px}.saju-element__icon.md .saju-element__icon-text{font-size:20px;line-height:24px}.saju-element__legend{position:absolute;bottom:16px;left:16px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;border-radius:8px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF)}.saju-element__legend .saju-element__legend-item{display:flex;flex-direction:row;gap:8px;text-align:right;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:14px}.saju-element__legend .saju-element__legend-item.generate{color:#5790fc}.saju-element__legend .saju-element__legend-item.generate i.generate{width:45px;height:14px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='45'%20height='14'%20viewBox='0%200%2045%2014'%20fill='none'%3e%3cpath%20d='M2%207H42'%20stroke='%235790FC'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M42.9512%205.72615C43.8952%206.31307%2043.8952%207.68693%2042.9512%208.27385L37.542%2011.6371C36.5428%2012.2583%2035.25%2011.5398%2035.25%2010.3632L35.25%203.63677C35.25%202.46018%2036.5428%201.74166%2037.542%202.36292L42.9512%205.72615Z'%20fill='%235790FC'/%3e%3c/svg%3e") no-repeat;background-size:contain}.saju-element__legend .saju-element__legend-item.control{color:#ff6e6e}.saju-element__legend .saju-element__legend-item.control i.control{width:45px;height:14px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='45'%20height='14'%20viewBox='0%200%2045%2014'%20fill='none'%3e%3cpath%20d='M2%207H42'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-dasharray='4%204'/%3e%3cpath%20d='M37.9502%2011.9023L42.8999%206.9526L37.9502%202.00285'%20stroke='%23FF6E6E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;background-size:contain}@media (max-width: 1080px){.saju-element.legend{transform:translate(8%)}}.df-preview{margin-top:10px;padding:40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:60px;background:var(--Others-Light-Sky, #F2F5F8)}.df-preview .df-preview__text-section{display:flex;flex-direction:column;gap:8px;color:var(--Gray-800, #333);font-family:Pretendard;font-style:normal}.df-preview .df-preview__text-section .df-preview__title{font-size:22px;font-weight:700;line-height:28px}.df-preview .df-preview__text-section .df-preview__subtitle{font-size:15px;font-weight:400;line-height:24px}.df-preview .df-preview__icon-section{display:flex;flex-direction:column}.chart-card__container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.chart-card__container .chart-card__item{flex:1;min-width:0;max-width:204px;display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 20px;border-radius:8px;border:1px solid var(--gray-200, #f8f8f8);background:var(--gray-100-white, #fff);box-shadow:0 0 10px #0000000d;cursor:pointer}@media (max-width: 400px){.chart-card__container{gap:10px}.chart-card__container .chart-card__item{padding:10px 12px;gap:8px}}.chart-card__icon{width:32px;height:32px;background-size:contain;background-repeat:no-repeat}.chart-card__text{display:flex;flex-direction:column;gap:2px;color:var(--gray-800, #333);font-family:Pretendard,sans-serif;font-size:13px;font-weight:700;line-height:18px}.chart-card__item.good .chart-card__text .status{color:var(--primary-blue, #5790fc)}.chart-card__item.check .chart-card__text .status{color:var(--primary-red, #ff6e6e)}.chart-radar{margin-top:-20px;position:relative}.chart-radar__blur{background:#ffffff80;filter:blur(5px)}.chart-radar__login{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;gap:20px}.chart-radar__login-text{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.chart-radar__login-button{display:flex;width:160px;height:38px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #EB4C10);color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.df-drawer__container{min-width:1081px;height:100%;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.df-drawer__container .df-drawer__header{padding:0 40px;width:100%;height:64px;display:flex;flex-direction:row;align-items:center;gap:20px}.df-drawer__container .df-drawer__header .df-drawer__header-title{display:flex;flex-direction:row;gap:4px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.df-drawer__container .df-drawer__header .df-drawer__header-title .df-drawer__header-ganji{display:flex;flex-direction:row}.df-drawer__container .df-drawer__header .df-drawer__header-content{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:16px}.df-drawer__container .df-drawer__header .df-drawer__header-content-sm{padding-left:8px;height:100%;position:relative;display:none;align-items:center}.df-drawer__container .df-drawer__header .df-drawer__header-close{position:absolute;right:16px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.df-drawer__container .df-drawer__header .df-drawer__header-close.hide{display:none}.df-drawer__container .df-drawer__body{padding:0 0 0 40px;width:100%;flex:1;display:flex;flex-direction:row;overflow:hidden}.df-drawer__container .df-drawer__body .empty-section{display:flex;justify-content:center;align-items:center}.df-drawer__container .df-drawer__body .drawer-section{display:flex;flex-direction:column;gap:28px;overflow-y:auto;overflow-x:hidden}.df-drawer__container .df-drawer__body .empty-content{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;line-height:26px}.df-drawer__container .df-drawer__body .empty-content .wrapper{height:40%;display:flex;flex-direction:column;gap:8px}.df-drawer__container .df-drawer__body .empty-content .wrapper .title{display:flex;flex-direction:row;color:var(--Gray-800, #333);font-weight:700}.df-drawer__container .df-drawer__body .empty-content .wrapper .subtitle{color:var(--Gray-600, #757575);font-size:12px;font-weight:400}.df-drawer__container .df-drawer__body .drawer-section.left{position:relative;width:560px;gap:0}.df-drawer__container .df-drawer__body .drawer-section.left .section-page{padding:20px 0 60px;width:100%;height:100%;display:flex;flex-direction:column;gap:40px;flex:1;overflow:auto}.df-drawer__container .df-drawer__body .drawer-section.left .section-page .divider{width:100%;border-bottom:1px solid var(--Gray-300, #EBEBEB)}.df-drawer__container .df-drawer__body .df-footer-box__container{position:absolute;right:0;bottom:0;padding:8px 12px;align-self:flex-end;display:flex;flex-direction:row;align-items:center;border-radius:12px 0 0;background:var(--Gray-800, #333);box-shadow:0 0 10px #0003}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__transition{display:none}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__transition .df-footer-box__transition-button{display:flex;align-items:center;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__transition .df-footer-box__transition-button i.luck{margin-right:4px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2010.9992L7.60299%207.55918C7.21616%207.16568%206.99939%206.63597%206.99939%206.08418C6.99939%205.53238%207.21616%205.00267%207.60299%204.60918C7.7929%204.41567%208.01947%204.26196%208.26946%204.15702C8.51946%204.05209%208.78787%203.99805%209.05899%203.99805C9.33012%203.99805%209.59852%204.05209%209.84852%204.15702C10.0985%204.26196%2010.3251%204.41567%2010.515%204.60918L11%204.99918L11.485%204.60918C11.6749%204.41567%2011.9015%204.26196%2012.1515%204.15702C12.4015%204.05209%2012.6699%203.99805%2012.941%203.99805C13.2121%203.99805%2013.4805%204.05209%2013.7305%204.15702C13.9805%204.26196%2014.2071%204.41567%2014.397%204.60918C14.7838%205.00267%2015.0006%205.53238%2015.0006%206.08418C15.0006%206.63597%2014.7838%207.16568%2014.397%207.55918L11%2010.9992Z'%20fill='%2337CE6C'%20stroke='%23EB4C10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.0008%2011.0006L14.4408%207.6036C14.8343%207.21677%2015.364%207%2015.9158%207C16.4676%207%2016.9973%207.21677%2017.3908%207.6036C17.5843%207.79351%2017.738%208.02008%2017.843%208.27008C17.9479%208.52007%2018.002%208.78848%2018.002%209.0596C18.002%209.33073%2017.9479%209.59913%2017.843%209.84913C17.738%2010.0991%2017.5843%2010.3257%2017.3908%2010.5156L17.0008%2011.0006L17.3908%2011.4856C17.5843%2011.6755%2017.738%2011.9021%2017.843%2012.1521C17.9479%2012.4021%2018.002%2012.6705%2018.002%2012.9416C18.002%2013.2127%2017.9479%2013.4811%2017.843%2013.7311C17.738%2013.9811%2017.5843%2014.2077%2017.3908%2014.3976C16.9973%2014.7844%2016.4676%2015.0012%2015.9158%2015.0012C15.364%2015.0012%2014.8343%2014.7844%2014.4408%2014.3976L11.0008%2011.0006Z'%20fill='%2337CE6C'%20stroke='%23EB4C10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.0011%2011.0006L7.56113%207.6036C7.16764%207.21677%206.63793%207%206.08613%207C5.53434%207%205.00463%207.21677%204.61113%207.6036C4.41762%207.79351%204.26391%208.02008%204.15898%208.27008C4.05405%208.52007%204%208.78848%204%209.0596C4%209.33073%204.05405%209.59913%204.15898%209.84913C4.26391%2010.0991%204.41762%2010.3257%204.61113%2010.5156L5.00113%2011.0006L4.61113%2011.4856C4.41762%2011.6755%204.26391%2011.9021%204.15898%2012.1521C4.05405%2012.4021%204%2012.6705%204%2012.9416C4%2013.2127%204.05405%2013.4811%204.15898%2013.7311C4.26391%2013.9811%204.41762%2014.2077%204.61113%2014.3976C5.00463%2014.7844%205.53434%2015.0012%206.08613%2015.0012C6.63793%2015.0012%207.16764%2014.7844%207.56113%2014.3976L11.0011%2011.0006Z'%20fill='%2337CE6C'%20stroke='%23EB4C10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%2011L7.60299%2014.44C7.21616%2014.8335%206.99939%2015.3632%206.99939%2015.915C6.99939%2016.4668%207.21616%2016.9965%207.60299%2017.39C7.7929%2017.5835%208.01947%2017.7372%208.26946%2017.8422C8.51946%2017.9471%208.78787%2018.0011%209.05899%2018.0011C9.33012%2018.0011%209.59852%2017.9471%209.84852%2017.8422C10.0985%2017.7372%2010.3251%2017.5835%2010.515%2017.39L11%2017L11.485%2017.39C11.6749%2017.5835%2011.9015%2017.7372%2012.1515%2017.8422C12.4015%2017.9471%2012.6699%2018.0011%2012.941%2018.0011C13.2121%2018.0011%2013.4805%2017.9471%2013.7305%2017.8422C13.9805%2017.7372%2014.2071%2017.5835%2014.397%2017.39C14.7838%2016.9965%2015.0006%2016.4668%2015.0006%2015.915C15.0006%2015.3632%2014.7838%2014.8335%2014.397%2014.44L11%2011Z'%20fill='%2337CE6C'%20stroke='%23EB4C10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.5%2015.5L21%2021'%20stroke='%2337CE6C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center;background-size:cover;aspect-ratio:1/1}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__transition .df-footer-box__transition-button .icon-calendar-fill{margin-right:4px;width:24px;height:24px;background-size:cover}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__transition .df-footer-box__transition-button .icon-calendar-fill path{fill:#e07f5c;stroke:#333}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__transition .df-footer-box__transition-button i.arrow{transform:rotate(270deg);margin-left:6px;width:14px;height:14px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13217_128439)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M13.3332%209.16667L9.99984%2012.5L6.6665%209.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13217_128439'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:cover;aspect-ratio:1/1}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__pagination .df-footer-box__pagination-page{width:50px;text-align:center;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:14px}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__pagination button{width:18px;height:18px;display:flex}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__pagination button i{width:18px;height:18px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:cover;background-color:#fff;mask-size:100% 100%;-webkit-mask-size:100% 100%}.df-drawer__container .df-drawer__body .df-footer-box__container .df-footer-box__pagination button i.next{transform:rotate(180deg)}.df-drawer__container .df-drawer__body .drawer-card-box{width:100%;display:flex;flex-direction:row;gap:8px}.df-drawer__container .df-drawer__body .drawer-card{width:100%;padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;border-radius:8px;background:var(--gray-100-white, #FFF)}.df-drawer__container .df-drawer__body .drawer-card.clear{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;box-shadow:none;background:transparent;color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.df-drawer__container .df-drawer__body .drawer-card .meaning{color:var(--Gray-700, #575757);font-size:12px;font-weight:400;line-height:16px}.df-drawer__container .df-drawer__body .drawer-card i{width:36px;height:36px;background-size:cover}.df-drawer__container .df-drawer__body .drawer-card .title-row{width:100%;display:flex;justify-content:space-between}.df-drawer__container .df-drawer__body .drawer-card .title-box{width:100%;display:flex;flex-direction:column}.df-drawer__container .df-drawer__body .drawer-card .card-title{width:100%;display:flex;flex-direction:row;justify-content:space-between;color:var(--orange-300-main, #EB4C10);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:22px}.df-drawer__container .df-drawer__body .drawer-card .card-subtitle{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:22px}.df-drawer__container .df-drawer__body .drawer-card .card-subtitle .txt{display:flex;flex-direction:row;gap:2px;color:var(--Gray-800, #333);font-size:15px}.df-drawer__container .df-drawer__body .drawer-card .data-box{display:flex;align-items:flex-end;gap:2px;height:100%;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px}.df-drawer__container .df-drawer__body .drawer-card .saju-row{display:flex;flex-direction:column;gap:8px}.df-drawer__container .df-drawer__body .drawer-card .saju-row .saju-row__content{display:flex;flex-direction:column;gap:2px}.df-drawer__container .df-drawer__body .drawer-card .saju-row .saju-row__content .value .yang,.df-drawer__container .df-drawer__body .drawer-card .saju-row .saju-row__content .value .yin{display:flex;flex-direction:row;gap:2px}.df-drawer__container .df-drawer__body .drawer-card .saju-row .saju-row__content .value .yang .emoji,.df-drawer__container .df-drawer__body .drawer-card .saju-row .saju-row__content .value .yin .emoji{font-size:12px}.df-drawer__container .df-drawer__body .drawer-card .saju-row .five-row{display:flex;flex-direction:row;gap:12px}.df-drawer__container .df-drawer__body .drawer-card .saju-row .five-box{width:22px;height:22px;flex-shrink:0;align-self:stretch;border-radius:6px;color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.df-drawer__container .df-drawer__body .drawer-card .saju-row .value{display:flex;gap:4px}.df-drawer__container .df-drawer__body .drawer-card .saju-row .value .count{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:22px}.df-drawer__container .df-drawer__body .drawer-card .saju-row .value .txt{font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px}.df-drawer__container .df-drawer__body .drawer-card .saju-row.flex2{flex:2}.df-drawer__container .df-drawer__body .drawer-card .saju-row.flex3{flex:3}.df-drawer__container .df-drawer__body .drawer-card .card-content{width:100%;display:flex;justify-content:center}.df-drawer__container .df-drawer__body .drawer-card .card-content .saju-box{display:flex;padding:8px;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:8px;background:var(--Gray-200, #F8F8F8)}.df-drawer__container .df-drawer__body .drawer-card .card-content .saju-box .label{display:flex;flex-direction:row;gap:2px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.df-drawer__container .df-drawer__body .drawer-card.row{flex-direction:row}.df-drawer__container .df-drawer__body .drawer-card.col{flex-direction:column}.df-drawer__container .df-drawer__body .drawer-card.border{border:1px solid var(--Gray-200, #EBEBEB)}.df-drawer__container .df-drawer__body .drawer-card.shadow{border-radius:8px;border:1px solid var(--Gray-200, #F8F8F8);background:var(--gray-100-white, #FFF);box-shadow:0 0 10px #0000000d}.df-drawer__container .df-drawer__body .yinyang-card__content{display:flex;flex-direction:row;gap:20px}.df-drawer__container .df-drawer__body .yinyang-card__content .saju-row__divider{width:1px;height:100px;background:var(--Gray-300, #EBEBEB)}.df-drawer__container .df-drawer__body .drawer-card .saju-info{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:4px}.df-drawer__container .df-drawer__body .drawer-card:has(.tooltip-container){position:relative}.df-drawer__container .df-drawer__body .select-category{width:400px;display:flex;flex-direction:column;gap:8px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.df-drawer__container .df-drawer__body .select-category.luck{padding:24px;border-radius:12px;background:var(--Gray-200, #F8F8F8)}.df-drawer__container .df-drawer__body .select-category .select-category__label{font-weight:700;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:4px}.df-drawer__container .df-drawer__body .select-category .select-category__label .select-category__label-addon{display:flex;flex-direction:row;color:var(--Gray-600, #757575);text-align:right;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px}.df-drawer__container .df-drawer__body .select-category .select-category__label .select-category__label-addon .count{color:var(--orange-300-main, #EB4C10)}.df-drawer__container .df-drawer__body .select-category .base-concept{display:flex;padding:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch;border-radius:8px;background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.df-drawer__container .df-drawer__body .select-category .subtitle{font-size:13px}.df-drawer__container .df-drawer__body .select-category .subtitle.active{color:var(--orange-300-main, #EB4C10)}.df-drawer__container .df-drawer__divider{width:1px;height:100%;background:#ebebeb}.df-drawer__container .title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.df-drawer__container .yang{color:#e33b3b}.df-drawer__container .yin{color:#2f4bb2}.df-drawer__container .luck-button__container{width:400px;display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px}.df-drawer__container .luck-button{display:flex;height:84px;width:72px;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);box-sizing:border-box}.df-drawer__container .luck-button .label{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.df-drawer__container .luck-button .label-hover{display:none;padding:4px 6px;justify-content:center;align-items:center;gap:2px;border-radius:10px;background:var(--Orange-200, #F80);color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:12px;letter-spacing:-.333px}.df-drawer__container .luck-button:hover:not(.active) .label{display:none}.df-drawer__container .luck-button:hover:not(.active) .label-hover{display:flex}.df-drawer__container .luck-button:not(.active):not(:disabled):hover{border:1px solid var(--Gray-400, #C2C2C2)}.df-drawer__container .luck-button.active{border:1px solid var(--Orange-200, #F80);background:var(--gray-100-white, #FFF)}.df-drawer__container .luck-button.active .label{color:var(--orange-300-main, #EB4C10)}.df-drawer__container .luck-button.selected{border:2px solid var(--Orange-200, #F80);background:var(--Orange-100, #FFF8F5)}.df-drawer__container .luck-button.selected .label{color:var(--orange-300-main, #EB4C10)}.df-drawer__container .luck-button.disabled .label{color:var(--Gray-400, #C2C2C2);font-weight:400}.df-drawer__container i{width:32px;height:32px}.df-drawer__container i.study{background:url(/assets/study-HoDFUsGB.png) no-repeat;background-size:100% 100%}.df-drawer__container i.work{background:url(/assets/work-3vAguUjC.png) no-repeat;background-size:100% 100%}.df-drawer__container i.wealth{background:url(/assets/wealth-DEjHps_o.png) no-repeat;background-size:100% 100%}.df-drawer__container i.love{background:url(/assets/love-C6QsRDcw.png) no-repeat;background-size:100% 100%}.df-drawer__container i.health{background:url(/assets/health-04KYyly_.png) no-repeat;background-size:100% 100%}.df-drawer__container i.family{background:url(/assets/family-CmBBR3_l.png) no-repeat;background-size:100% 100%}.df-drawer__container i.move{background:url(/assets/move-BtJcb4ve.png) no-repeat;background-size:100% 100%}.df-drawer__container i.relationship{background:url(/assets/relationship-Bs_4HYdO.png) no-repeat;background-size:100% 100%}.df-drawer__container i.fame{background:url(/assets/fame-7Bh_AYq2.png) no-repeat;background-size:100% 100%}.df-drawer__container i.social{background:url(/assets/social-B-KaqzFV.png) no-repeat;background-size:100% 100%}@media (max-width: 1080px){.df-drawer__container{scrollbar-width:none;-ms-overflow-style:none;min-width:auto;max-width:500px}.df-drawer__container .df-drawer__header{height:52px;padding:0 16px;gap:0px}.df-drawer__container .df-drawer__header .df-drawer__header-title{font-size:18px;line-height:22px}.df-drawer__container .df-drawer__header .df-drawer__header-content{display:none}.df-drawer__container .df-drawer__header .df-drawer__header-content-sm{display:flex}.df-drawer__container .df-drawer__body{padding:0;display:flex;gap:28px}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container{padding:0;width:100%;height:52px;justify-content:space-between;gap:8px;border-radius:0}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__transition{flex:1;display:flex;height:100%;padding:14px 16px}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__transition.bg-orange{background:var(--orange-300-main, #EB4C10)}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__transition .df-footer__tooltip{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/df-footer__tooltip-Bl6YxPE_.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}@keyframes floatY{0%{transform:translateY(-50%)}50%{transform:translateY(-60%)}to{transform:translateY(-50%)}}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__pagination{flex:1;justify-content:space-between;align-items:center;padding:14px 20px}.df-drawer__container .df-drawer__body .drawer-section__wrapper .df-footer-box__container .df-footer-box__pagination .df-footer-box__pagination-page{color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.df-drawer__container .df-drawer__body .drawer-section__wrapper .drawer-section,.df-drawer__container .df-drawer__body .drawer-section__wrapper .drawer-section.left{width:100%;padding:0;overflow-y:auto}.df-drawer__container .df-drawer__body .drawer-section__wrapper .drawer-section .section-page,.df-drawer__container .df-drawer__body .drawer-section__wrapper .drawer-section.left .section-page{padding:0 0 118px 16px}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category{padding:0 16px 26px}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .drawer-section{overflow-y:auto}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .select-category{width:100%}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .luck-button__container{width:100%;grid-template-columns:repeat(5,minmax(62px,1fr))}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .luck-button__container .luck-button{width:auto}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category,.df-drawer__container .df-drawer__body .df-drawer__divider{display:none}.df-drawer__container .df-drawer__body .drawer-section{flex:0 0 100%;scroll-snap-align:start;overflow-x:hidden}.df-drawer__container .df-drawer__body .drawer-section::-webkit-scrollbar{display:none}.df-drawer__container .df-drawer__body .df-preview{margin-top:0;padding:28px 16px;flex-direction:column;align-items:center;gap:20px}.df-drawer__container .df-drawer__body .df-preview .df-preview__text-section{gap:2px}.df-drawer__container .df-drawer__body .df-preview .df-preview__text-section .df-preview__title{text-align:center;font-size:18px;line-height:26px}.df-drawer__container .df-drawer__body .df-preview .df-preview__text-section .df-preview__subtitle{text-align:center;font-size:14px;line-height:22px}.df-drawer__container .df-drawer__body .df-preview .df-preview__icon-section{justify-content:center;align-items:center}.df-drawer__container .df-drawer__body .df-preview .df-preview__icon-section .df-preview__icon-rate{font-size:18px;line-height:26px}.df-drawer__container .df-drawer__body .chart-card__container{gap:6px}.df-drawer__container .df-drawer__body .chart-card__container .chart-card__item{flex:1;padding:12px}.df-drawer__container .df-drawer__body .yinyang-card__content{display:flex;flex-direction:column;gap:16px}.df-drawer__container .df-drawer__body .yinyang-card__content .saju-row{flex-direction:row;flex-wrap:wrap;gap:8px}.df-drawer__container .df-drawer__body .yinyang-card__content .saju-row .saju-row__content.first{margin-right:32px}.df-drawer__container .df-drawer__body .yinyang-card__content .saju-row__divider{width:100%;height:1px}.df-drawer__container .df-drawer__body .category-card__wrapper{padding:16px}.df-drawer__container .df-card .df-card__body .term-box{padding:0}.df-drawer__container .df-card.yinyang-card{padding:16px}.df-drawer__container .callout-box{padding:8px 16px}.df-drawer__container .df-saju-card{flex-direction:column;gap:12px}.df-drawer__container .df-saju-card .df-saju-card__title{flex-direction:row;gap:4px}.df-drawer__container .category-card{width:100%;padding:16px}.df-drawer__container .category-card.red,.df-drawer__container .category-card.blue{padding:12px}.df-drawer__container .category-card.opacity{padding:8px}}.df-drawer__container.popup{min-width:auto;flex:1;flex-direction:column;gap:20px;overflow-y:scroll}.df-drawer__container.popup .df-drawer__header{height:28px;justify-content:center}.df-drawer__container.popup .df-drawer__header .df-drawer__header-close{display:none}.df-drawer__container.popup .df-drawer__body{padding:0;width:100%;height:auto;justify-content:center}.df-drawer__container.popup .df-drawer__body .drawer-section__wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.df-drawer__container.popup .df-drawer__body .drawer-section{width:100%;align-items:center}.df-drawer__container.popup .df-drawer__body .section-page{width:620px;max-width:100%;display:flex;flex-direction:column;gap:20px}.df-drawer__container.popup .df-drawer__body .df-preview{margin-top:0}@media (max-width: 375px){.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .luck-button__container{grid-template-columns:repeat(auto-fit,minmax(62px,1fr))}.df-drawer__container .df-drawer__body .drawer-section__wrapper.category .luck-button__container .luck-button{height:72px;gap:4px}}.df-saju-card{padding:20px;width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:20px;border-radius:8px}.df-saju-card .df-saju-card__title{display:flex;flex-direction:column;text-align:left;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.df-saju-card .df-saju-card__text-box{flex:1;display:flex;flex-direction:column;gap:8px;color:var(--Gray-800, #333);text-align:left;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.df-drawer__summary{height:100vh}@media (max-width: 1080px){.df-drawer__summary{max-width:100%}}.df-drawer__summary .empty-section{width:100%;justify-content:center;align-items:center}.fc-day-sun{color:#eb4f5d}.fc-day-sat{color:#5a6ef6}.fc-scrollgrid-sync-inner .fc-col-header-cell-cushion{height:38px;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Pretendard;font-size:13px;font-weight:500;line-height:18px}.fc-event:before,.fc-event:after{background:transparent!important}.fc-event:focus{outline:none!important;box-shadow:none!important}.fc .fc-daygrid-event{margin:0}.fc .fc-daygrid-day-top{display:flex;flex-direction:row;height:0}.fc-daygrid-day-bottom{display:none}.fc .fc-daygrid-day.fc-day-today{background-color:transparent}.custom-event-content{width:100%;height:100%;z-index:3;position:relative;pointer-events:auto}.custom-event-content .custom-content-cell{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.custom-event-content .custom-content-cell .content-dayju{display:flex;justify-content:flex-start;align-items:center;gap:12px;color:#23252e;font-size:14px;font-weight:500;line-height:18px}.custom-event-content .custom-content-cell .content-dayju .dayju-item{display:flex;flex-direction:row}.custom-event-content .custom-content-cell .content-lunar{width:100%;display:flex;justify-content:center;align-items:center;color:var(--Gray-600, #757575);font-size:13px;font-weight:400}.custom-event-content .custom-content-cell .content-holiday{text-align:center;color:#eb4f5d;font-size:13px;font-weight:400}.custom-event-content .custom-content-cell .content-season{margin-bottom:0!important;flex-wrap:wrap;text-align:center;color:var(--Gray-600, #757575);font-size:13px;font-weight:400;line-height:16px}.custom-event-content.daily-fortune .custom-content-cell{justify-content:flex-end}.custom-event-content.daily-fortune.is-checked{background:#fffaf2}.custom-event-content.daily-fortune.is-active{cursor:pointer;z-index:0}.custom-event-content.daily-fortune.is-active.is-viewed-today i.stamp{position:absolute;top:50%;left:50%;z-index:1000;transform:translate(-50%,-50%);width:60px;height:60px;background:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.15'%3e%3crect%20x='1'%20y='1'%20width='58'%20height='58'%20rx='29'%20stroke='%23FF8800'%20stroke-width='2'/%3e%3cpath%20d='M14.1396%2029.9607C16.8489%2029.5702%2018.2438%2028.656%2018.5545%2027.6597L14.2252%2028.8197C13.182%2029.0992%2012.6623%2028.8285%2012.4713%2028.1157C12.2849%2027.4202%2012.573%2026.8958%2013.6336%2026.6116L17.8238%2025.4888C17.7324%2024.7306%2018.2881%2024.0227%2019.3313%2023.7431C20.3745%2023.4636%2021.2097%2023.7989%2021.5097%2024.5012L25.6651%2023.3877C26.7257%2023.1035%2027.2374%2023.4137%2027.4238%2024.1091C27.6148%2024.822%2027.3%2025.3163%2026.2568%2025.5958L21.8754%2026.7698C21.8965%2026.9878%2021.8829%2027.2151%2021.8646%2027.425C24.9031%2026.1076%2027.8366%2026.067%2029.2368%2028.5802L25.6551%2029.5399C24.5317%2028.6856%2022.5968%2028.9059%2020.2583%2030.0543C19.0919%2031.0563%2017.3722%2031.8711%2015.171%2032.3492C14.2054%2032.5706%2013.3217%2032.472%2013.0435%2031.503C12.8444%2030.8296%2013.2076%2030.0986%2014.1396%2029.9607ZM19.604%2039.4353L30.1925%2036.5981C30.9054%2036.4071%2031.2873%2036.7893%2031.4224%2037.2935C31.5575%2037.7977%2031.4306%2038.2976%2030.7003%2038.4932L18.3036%2041.8149C16.8084%2042.2156%2015.8706%2041.4978%2015.5678%2040.3677L15.5539%2040.3155C15.251%2039.1854%2015.7102%2038.1865%2017.2228%2037.7812L26.5247%2035.2888L26.4408%2034.9758C26.3989%2034.8193%2026.3107%2034.7684%2026.1194%2034.8197L16.0526%2037.5171C15.4093%2037.6895%2014.945%2037.348%2014.8099%2036.8438C14.6748%2036.3395%2014.8539%2035.8257%2015.5494%2035.6393L20.2612%2034.3768L20.1028%2033.7857L14.9737%2035.16C14.1739%2035.3743%2013.6461%2035.143%2013.4504%2034.4128C13.2594%2033.6999%2013.5789%2033.223%2014.3961%2033.004L28.2011%2029.305C29.0182%2029.086%2029.5334%2029.3394%2029.7244%2030.0522C29.92%2030.7824%2029.5785%2031.2466%2028.7787%2031.461L23.6497%2032.8353L23.8081%2033.4264L27.5114%2032.4341C28.9893%2032.0381%2029.6078%2032.4687%2029.892%2033.5293L30.5349%2035.9287L19.4596%2038.8963C19.2857%2038.9429%2019.2361%2039.1052%2019.2733%2039.2443C19.306%2039.366%2019.4302%2039.4818%2019.604%2039.4353ZM41.9723%2023.3602L40.7205%2023.6956C39.799%2023.9425%2039.0588%2023.5445%2038.8258%2022.6752C38.5976%2021.8233%2039.0083%2021.061%2039.9471%2020.8094L41.199%2020.474L41.0872%2020.0567C40.7844%2018.9266%2041.4431%2018.1165%2042.3646%2017.8696C43.2861%2017.6226%2044.2617%2017.9948%2044.5645%2019.125L46.6144%2026.7751L43.137%2027.7068L41.9723%2023.3602ZM35.9014%2026.3659C35.2791%2028.5638%2033.719%2030.044%2032.2933%2030.4261C31.3718%2030.673%2030.5934%2030.3411%2030.3325%2029.3675C30.1555%2028.7068%2030.4076%2028.1175%2031.0378%2027.6877C32.4222%2026.6645%2032.9679%2025.3629%2032.4178%2023.0319L32.2582%2022.3665C32.032%2021.3836%2032.67%2020.6349%2033.6309%2020.3961C34.5745%2020.1619%2035.4631%2020.5574%2035.7194%2021.5136L35.8824%2022.1222C36.0129%2022.609%2036.0992%2023.0704%2036.1461%2023.5237C38.7417%2023.1263%2040.6703%2024.3427%2041.4303%2027.7355L38.0921%2028.63C37.7898%2027.0152%2037.0226%2026.3077%2035.9014%2026.3659ZM33.5741%2031.0332L44.3365%2028.1495C46.5098%2027.5671%2047.0681%2028.0511%2047.6271%2030.1375L48.5822%2033.7018L45.0701%2034.6429L44.2455%2031.5654C44.1756%2031.3046%2043.9946%2031.1854%2043.7164%2031.26L34.3102%2033.7803C33.3365%2034.0412%2032.6485%2033.6293%2032.4295%2032.8121C32.2106%2031.9949%2032.6005%2031.2941%2033.5741%2031.0332Z'%20fill='%23FF8800'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.custom-event-content.daily-fortune.is-active.today{justify-content:flex-start}.custom-event-content.daily-fortune .check-luck{width:100%;display:none;flex-direction:column;gap:8px;align-items:center;transform:translateY(2px);color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.333px}.custom-event-content.daily-fortune .check-luck .daily-message{text-align:center}.custom-event-content.daily-fortune.today:not(.is-checked){background:#fff;display:flex;justify-content:center;align-items:center}.custom-event-content.daily-fortune.today:not(.is-checked) .check-luck{display:flex}.custom-event-content.daily-fortune.today:not(.is-checked) .custom-content-cell{display:none}.custom-event-content.daily-fortune:hover{cursor:pointer}.custom-event-content.daily-fortune:hover:not(.is-checked){background:var(--Gray-200, #f8f8f8);display:flex;justify-content:center;align-items:center}.custom-event-content.daily-fortune:hover:not(.is-checked) .custom-content-cell{display:none}.custom-event-content.daily-fortune:hover:not(.is-checked) .check-luck{display:flex}.custom-event-content.daily-fortune:hover:not(.is-checked).today .check-luck{display:flex}.custom-event-content.daily-fortune .luck-content{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.333px}.custom-event-content.daily-fortune .luck-content .data-box{display:flex;flex-direction:column;gap:2px}.custom-event-content.daily-fortune .luck-content .day-animal{color:var(--Gray-400, #c2c2c2);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.333px}.custom-event-content.daily-fortune .luck-content .yinyang{display:flex;flex-direction:row;align-items:center;gap:6px;color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.333px}.custom-event-content.daily-fortune .luck-content .yinyang .yinyang-item{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px}.custom-event-content.daily-fortune .luck-content .yinyang .yinyang-item i{width:10px;height:10px;background-size:contain}.custom-event-content.daily-fortune .luck-content .yinyang .yinyang-item i.icon-yang{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='10'%20height='10'%20rx='5'%20fill='%23FF8800'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.75%203C5.75%202.58579%205.41421%202.25%205%202.25C4.58579%202.25%204.25%202.58579%204.25%203L4.25%204.25H3C2.58579%204.25%202.25%204.58579%202.25%205C2.25%205.41421%202.58579%205.75%203%205.75H4.25L4.25%207C4.25%207.41421%204.58579%207.75%205%207.75C5.41421%207.75%205.75%207.41421%205.75%207L5.75%205.75H7C7.41421%205.75%207.75%205.41421%207.75%205C7.75%204.58579%207.41421%204.25%207%204.25H5.75L5.75%203Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center}.custom-event-content.daily-fortune .luck-content .yinyang .yinyang-item i.icon-yin{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='10'%20height='10'%20rx='5'%20fill='%23757575'/%3e%3cpath%20d='M3%205H7'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center center}@media (max-width: 768px){.custom-event-content.daily-fortune .luck-content{font-size:12px;margin-bottom:10%;display:flex;flex-direction:column;justify-content:flex-end!important}.custom-event-content.daily-fortune .luck-content .day-animal{gap:2px;display:flex;flex-wrap:wrap;justify-content:center;color:var(--Gray-500, #949494);font-size:13px}.custom-event-content.daily-fortune .luck-content .yinyang{justify-content:center;font-size:12px}}.custom-event-content.daily-fortune .luck-content.mobile{font-size:12px;margin-bottom:10%;display:flex;flex-direction:column;justify-content:flex-end!important}.custom-event-content.daily-fortune .luck-content.mobile .day-animal{gap:2px;display:flex;flex-wrap:wrap;justify-content:center;color:var(--Gray-500, #949494);font-size:13px}.custom-event-content.daily-fortune .luck-content.mobile .yinyang.mobile{justify-content:center;font-size:12px}.custom-event-content.selection-calendar .custom-content-cell{justify-content:flex-end}.custom-event-content.selection-calendar.is-checked{background:#fffaf2}.custom-event-content.selection-calendar.is-active{cursor:pointer;z-index:0}.custom-event-content.selection-calendar.is-active.is-viewed-today i.stamp{position:absolute;top:50%;left:50%;z-index:1000;transform:translate(-50%,-50%);width:60px;height:60px;background:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.15'%3e%3crect%20x='1'%20y='1'%20width='58'%20height='58'%20rx='29'%20stroke='%23FF8800'%20stroke-width='2'/%3e%3cpath%20d='M14.1396%2029.9607C16.8489%2029.5702%2018.2438%2028.656%2018.5545%2027.6597L14.2252%2028.8197C13.182%2029.0992%2012.6623%2028.8285%2012.4713%2028.1157C12.2849%2027.4202%2012.573%2026.8958%2013.6336%2026.6116L17.8238%2025.4888C17.7324%2024.7306%2018.2881%2024.0227%2019.3313%2023.7431C20.3745%2023.4636%2021.2097%2023.7989%2021.5097%2024.5012L25.6651%2023.3877C26.7257%2023.1035%2027.2374%2023.4137%2027.4238%2024.1091C27.6148%2024.822%2027.3%2025.3163%2026.2568%2025.5958L21.8754%2026.7698C21.8965%2026.9878%2021.8829%2027.2151%2021.8646%2027.425C24.9031%2026.1076%2027.8366%2026.067%2029.2368%2028.5802L25.6551%2029.5399C24.5317%2028.6856%2022.5968%2028.9059%2020.2583%2030.0543C19.0919%2031.0563%2017.3722%2031.8711%2015.171%2032.3492C14.2054%2032.5706%2013.3217%2032.472%2013.0435%2031.503C12.8444%2030.8296%2013.2076%2030.0986%2014.1396%2029.9607ZM19.604%2039.4353L30.1925%2036.5981C30.9054%2036.4071%2031.2873%2036.7893%2031.4224%2037.2935C31.5575%2037.7977%2031.4306%2038.2976%2030.7003%2038.4932L18.3036%2041.8149C16.8084%2042.2156%2015.8706%2041.4978%2015.5678%2040.3677L15.5539%2040.3155C15.251%2039.1854%2015.7102%2038.1865%2017.2228%2037.7812L26.5247%2035.2888L26.4408%2034.9758C26.3989%2034.8193%2026.3107%2034.7684%2026.1194%2034.8197L16.0526%2037.5171C15.4093%2037.6895%2014.945%2037.348%2014.8099%2036.8438C14.6748%2036.3395%2014.8539%2035.8257%2015.5494%2035.6393L20.2612%2034.3768L20.1028%2033.7857L14.9737%2035.16C14.1739%2035.3743%2013.6461%2035.143%2013.4504%2034.4128C13.2594%2033.6999%2013.5789%2033.223%2014.3961%2033.004L28.2011%2029.305C29.0182%2029.086%2029.5334%2029.3394%2029.7244%2030.0522C29.92%2030.7824%2029.5785%2031.2466%2028.7787%2031.461L23.6497%2032.8353L23.8081%2033.4264L27.5114%2032.4341C28.9893%2032.0381%2029.6078%2032.4687%2029.892%2033.5293L30.5349%2035.9287L19.4596%2038.8963C19.2857%2038.9429%2019.2361%2039.1052%2019.2733%2039.2443C19.306%2039.366%2019.4302%2039.4818%2019.604%2039.4353ZM41.9723%2023.3602L40.7205%2023.6956C39.799%2023.9425%2039.0588%2023.5445%2038.8258%2022.6752C38.5976%2021.8233%2039.0083%2021.061%2039.9471%2020.8094L41.199%2020.474L41.0872%2020.0567C40.7844%2018.9266%2041.4431%2018.1165%2042.3646%2017.8696C43.2861%2017.6226%2044.2617%2017.9948%2044.5645%2019.125L46.6144%2026.7751L43.137%2027.7068L41.9723%2023.3602ZM35.9014%2026.3659C35.2791%2028.5638%2033.719%2030.044%2032.2933%2030.4261C31.3718%2030.673%2030.5934%2030.3411%2030.3325%2029.3675C30.1555%2028.7068%2030.4076%2028.1175%2031.0378%2027.6877C32.4222%2026.6645%2032.9679%2025.3629%2032.4178%2023.0319L32.2582%2022.3665C32.032%2021.3836%2032.67%2020.6349%2033.6309%2020.3961C34.5745%2020.1619%2035.4631%2020.5574%2035.7194%2021.5136L35.8824%2022.1222C36.0129%2022.609%2036.0992%2023.0704%2036.1461%2023.5237C38.7417%2023.1263%2040.6703%2024.3427%2041.4303%2027.7355L38.0921%2028.63C37.7898%2027.0152%2037.0226%2026.3077%2035.9014%2026.3659ZM33.5741%2031.0332L44.3365%2028.1495C46.5098%2027.5671%2047.0681%2028.0511%2047.6271%2030.1375L48.5822%2033.7018L45.0701%2034.6429L44.2455%2031.5654C44.1756%2031.3046%2043.9946%2031.1854%2043.7164%2031.26L34.3102%2033.7803C33.3365%2034.0412%2032.6485%2033.6293%2032.4295%2032.8121C32.2106%2031.9949%2032.6005%2031.2941%2033.5741%2031.0332Z'%20fill='%23FF8800'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.custom-event-content.selection-calendar.is-active.today{justify-content:flex-start}.custom-event-content.selection-calendar .check-luck{width:100%;display:none;flex-direction:column;gap:8px;align-items:center;transform:translateY(2px);color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.333px}.custom-event-content.selection-calendar .check-luck .daily-message{text-align:center}.custom-event-content.selection-calendar.today:not(.is-checked){background:#fff;display:flex;justify-content:center;align-items:center}.custom-event-content.selection-calendar.today:not(.is-checked) .check-luck{display:flex}.custom-event-content.selection-calendar.today:not(.is-checked) .custom-content-cell{display:none}@media (hover: hover) and (pointer: fine){.custom-event-content.selection-calendar:hover{cursor:pointer}.custom-event-content.selection-calendar:hover:not(.is-checked){background:var(--Gray-200, #f8f8f8);display:flex;justify-content:center;align-items:center}.custom-event-content.selection-calendar:hover:not(.is-checked) .custom-content-cell{display:none}.custom-event-content.selection-calendar:hover:not(.is-checked) .check-luck{display:flex}.custom-event-content.selection-calendar:hover:not(.is-checked).today .check-luck{display:flex}}.custom-event-content.selection-calendar .luck-content{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.333px}.custom-event-content.selection-calendar .luck-content .data-box{display:flex;flex-direction:column;gap:2px}.custom-event-content.selection-calendar .luck-content .day-animal{color:var(--Gray-400, #c2c2c2);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.333px}.custom-event-content.selection-calendar .luck-content .yinyang{display:flex;flex-direction:row;align-items:center;gap:6px;color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.333px}.custom-event-content.selection-calendar .luck-content .yinyang .yinyang-item{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px}.custom-event-content.selection-calendar .luck-content .yinyang .yinyang-item i{width:10px;height:10px;background-size:contain}.custom-event-content.selection-calendar .luck-content .yinyang .yinyang-item i.icon-yang{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='10'%20height='10'%20rx='5'%20fill='%23FF8800'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.75%203C5.75%202.58579%205.41421%202.25%205%202.25C4.58579%202.25%204.25%202.58579%204.25%203L4.25%204.25H3C2.58579%204.25%202.25%204.58579%202.25%205C2.25%205.41421%202.58579%205.75%203%205.75H4.25L4.25%207C4.25%207.41421%204.58579%207.75%205%207.75C5.41421%207.75%205.75%207.41421%205.75%207L5.75%205.75H7C7.41421%205.75%207.75%205.41421%207.75%205C7.75%204.58579%207.41421%204.25%207%204.25H5.75L5.75%203Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center}.custom-event-content.selection-calendar .luck-content .yinyang .yinyang-item i.icon-yin{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='10'%20height='10'%20rx='5'%20fill='%23757575'/%3e%3cpath%20d='M3%205H7'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center center}.custom-event-content.selection-calendar .luck-content.mobile{font-size:12px;margin-bottom:10%;display:flex;flex-direction:column;justify-content:flex-end!important}.custom-event-content.selection-calendar .luck-content.mobile .day-animal{gap:2px;display:flex;flex-wrap:wrap;justify-content:center;color:var(--Gray-500, #949494);font-size:13px}.custom-event-content.selection-calendar .luck-content.mobile .yinyang.mobile{justify-content:center;font-size:12px}.custom-event-content.mobile{display:flex;flex-direction:column;padding-top:24px;overflow:hidden;align-items:center}.custom-event-content.mobile .custom-day-cell{position:absolute;top:4px;z-index:10}@media (hover: hover) and (pointer: fine){.custom-event-content.mobile:hover:not(.is-active) .check-luck{display:flex;flex-direction:column;gap:2px}}.custom-event-content.selection-calendar.choice-mode.is-viewed-today i.stamp{background-image:url(/assets/icon_choice_stamp-day-D_3EZJq1.svg)!important;width:68px;height:68px}.custom-event-content.selection-calendar.choice-mode .energy.energy3{color:#8b4513}.custom-event-content.selection-calendar.choice-mode .choice-summary{position:absolute;top:50%;left:0;transform:translateY(-8px);display:flex;visibility:hidden;flex-direction:column;align-items:center;z-index:10;width:100%;pointer-events:none;color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-weight:500}.custom-event-content.selection-calendar.choice-mode.is-other-month{pointer-events:none}.custom-event-content.selection-calendar.choice-mode.is-best-day{background:transparent!important}@media (hover: hover) and (pointer: fine){.custom-event-content.selection-calendar.choice-mode:not(.is-checked):not(.is-active):not(.is-best-day):hover{background:var(--Gray-200, #f8f8f8)!important;cursor:pointer}.custom-event-content.selection-calendar.choice-mode:not(.is-checked):not(.is-active):not(.is-best-day):hover .custom-content-cell{visibility:hidden}.custom-event-content.selection-calendar.choice-mode:not(.is-checked):not(.is-active):not(.is-best-day):hover .choice-summary{visibility:visible!important}.custom-event-content.selection-calendar.choice-mode.is-active:hover,.custom-event-content.selection-calendar.choice-mode.is-checked:hover{background:#fffaf2!important;cursor:pointer}.custom-event-content.selection-calendar.choice-mode.is-active:hover .custom-content-cell,.custom-event-content.selection-calendar.choice-mode.is-checked:hover .custom-content-cell{display:flex!important}.custom-event-content.selection-calendar.choice-mode.is-active:hover .choice-summary,.custom-event-content.selection-calendar.choice-mode.is-checked:hover .choice-summary{visibility:visible!important}}.custom-event-content.selection-calendar.choice-mode.is-checked.is-start-date{background:#fff3de!important}.best-day-blink{background-color:#fff8d6!important;border:3px solid rgba(255,180,0,.6)}.best-day-blink:hover{background-color:#fff8d6!important}.custom-event-content.selection-calendar .best-day-label~.custom-content-cell{display:none!important}.best-day-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;z-index:10;width:100%}.best-day-label .best-day-message{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:500;line-height:16px;letter-spacing:-.333px}.best-day-label .best-day-free{display:flex;padding:4px 6px;justify-content:center;align-items:center;border-radius:10px;background:var(--Orange-200, #f80);color:#fff;font-size:11px;font-weight:700;line-height:12px;letter-spacing:-.333px}.tooltip-container{position:absolute;top:16px;right:-16px;width:calc(100% + 32px);height:16px;padding-right:32px;background-color:transparent;justify-content:flex-end;display:flex}.tooltip-container .tooltip-button{width:16px;height:16px;display:flex}.tooltip-container .tooltip-button i.tooltip-button__icon{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_13788_157931)'%3e%3cpath%20id='Vector'%20d='M1.0709%2010.8701C0.693993%209.96018%200.5%208.98491%200.5%208C0.5%206.01088%201.29018%204.10322%202.6967%202.6967C4.10322%201.29018%206.01088%200.5%208%200.5C9.98912%200.5%2011.8968%201.29018%2013.3033%202.6967C14.7098%204.10322%2015.5%206.01088%2015.5%208C15.5%208.98491%2015.306%209.96018%2014.9291%2010.8701C14.5522%2011.7801%2013.9997%2012.6069%2013.3033%2013.3033C12.6069%2013.9997%2011.7801%2014.5522%2010.8701%2014.9291C9.96018%2015.306%208.98491%2015.5%208%2015.5C7.01509%2015.5%206.03982%2015.306%205.12987%2014.9291C4.21993%2014.5522%203.39314%2013.9997%202.6967%2013.3033C2.00026%2012.6069%201.44781%2011.7801%201.0709%2010.8701Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='?'%20d='M7.15629%209.65583C7.16615%208.4876%207.49173%208.12017%208.0837%207.77158C8.50794%207.50778%208.83352%207.21572%208.83352%206.78235C8.83352%206.31128%208.44874%206.00038%207.97517%206.00038C7.7309%206.00038%207.49757%206.08143%207.32857%206.23939C7.05128%206.49856%206.76677%206.8483%206.38723%206.8483C5.99181%206.8483%205.65667%206.51271%205.79483%206.14221C6.11069%205.29516%206.97162%204.88867%207.98504%204.88867C9.35643%204.88867%2010.3332%205.57642%2010.3332%206.73524C10.3332%207.50778%209.91879%208.00711%209.26763%208.37454C8.71513%208.69486%208.46848%208.99634%208.45861%209.65583C8.45861%209.71307%208.41221%209.75947%208.35498%209.75947H7.25992C7.20268%209.75947%207.15629%209.71307%207.15629%209.65583ZM7.83705%2011.8887C7.37334%2011.8887%206.99843%2011.5307%207.00829%2011.0973C6.99843%2010.6639%207.37334%2010.3153%207.83705%2010.3153C8.27116%2010.3153%208.65593%2010.6639%208.65593%2011.0973C8.65593%2011.5307%208.27116%2011.8887%207.83705%2011.8887Z'%20fill='%23757575'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13788_157931'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.tooltip-container-header{display:none;width:100px}.tooltip-container-header .tooltip-button{width:16px;height:16px;display:flex}.tooltip-container-header .tooltip-button i.tooltip-button__icon{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_13788_157931)'%3e%3cpath%20id='Vector'%20d='M1.0709%2010.8701C0.693993%209.96018%200.5%208.98491%200.5%208C0.5%206.01088%201.29018%204.10322%202.6967%202.6967C4.10322%201.29018%206.01088%200.5%208%200.5C9.98912%200.5%2011.8968%201.29018%2013.3033%202.6967C14.7098%204.10322%2015.5%206.01088%2015.5%208C15.5%208.98491%2015.306%209.96018%2014.9291%2010.8701C14.5522%2011.7801%2013.9997%2012.6069%2013.3033%2013.3033C12.6069%2013.9997%2011.7801%2014.5522%2010.8701%2014.9291C9.96018%2015.306%208.98491%2015.5%208%2015.5C7.01509%2015.5%206.03982%2015.306%205.12987%2014.9291C4.21993%2014.5522%203.39314%2013.9997%202.6967%2013.3033C2.00026%2012.6069%201.44781%2011.7801%201.0709%2010.8701Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='?'%20d='M7.15629%209.65583C7.16615%208.4876%207.49173%208.12017%208.0837%207.77158C8.50794%207.50778%208.83352%207.21572%208.83352%206.78235C8.83352%206.31128%208.44874%206.00038%207.97517%206.00038C7.7309%206.00038%207.49757%206.08143%207.32857%206.23939C7.05128%206.49856%206.76677%206.8483%206.38723%206.8483C5.99181%206.8483%205.65667%206.51271%205.79483%206.14221C6.11069%205.29516%206.97162%204.88867%207.98504%204.88867C9.35643%204.88867%2010.3332%205.57642%2010.3332%206.73524C10.3332%207.50778%209.91879%208.00711%209.26763%208.37454C8.71513%208.69486%208.46848%208.99634%208.45861%209.65583C8.45861%209.71307%208.41221%209.75947%208.35498%209.75947H7.25992C7.20268%209.75947%207.15629%209.71307%207.15629%209.65583ZM7.83705%2011.8887C7.37334%2011.8887%206.99843%2011.5307%207.00829%2011.0973C6.99843%2010.6639%207.37334%2010.3153%207.83705%2010.3153C8.27116%2010.3153%208.65593%2010.6639%208.65593%2011.0973C8.65593%2011.5307%208.27116%2011.8887%207.83705%2011.8887Z'%20fill='%23757575'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13788_157931'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.tooltip-pop{position:absolute;top:calc(100% + 10px);right:16px;z-index:1000;width:fit-content;max-width:calc(100% - 32px);padding:8px 12px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);box-shadow:10px 10px 30px #00000040;color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.tooltip-pop button.tooltip-close{position:absolute;top:8px;right:8px;display:flex}.tooltip-pop button.tooltip-close i.tooltip-close__icon{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center;background-size:contain}.tooltip-pop .tooltip-pop__content{display:inline;text-align:left;gap:8px}.tooltip-pop .tooltip-pop__content b{font-weight:700}.tooltip-pop.top{top:auto;bottom:calc(100% + 10px)}.tooltip-pop:after{content:"";position:absolute;bottom:100%;right:16px;border-width:8px;border-style:solid;border-color:transparent transparent white transparent}.tooltip-pop.top:after{top:100%;bottom:auto;border-color:white transparent transparent transparent}@media (max-width: 1080px){.tooltip-container-header{position:relative;display:flex;width:16px}.tooltip-container-header .tooltip-pop{right:-16px;max-width:fit-content;width:fit-content;white-space:nowrap;color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:16px}.tooltip-container-header .tooltip-pop .tooltip-close{display:none}.tooltip-pop{max-width:calc(100% + 16px)}}i.emoji-sm{width:16px;height:16px}i.emoji-md{width:24px;height:24px}i.emoji-xl{width:48px;height:48px}i.emoji-1a{background:url(/assets/emoji_1a-DTtNHXjM.svg)}i.emoji-1b{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23E1E4FF'%20stroke='%23AAB2FF'/%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.1002%2018.9C15.5914%2018.9%2016.8002%2017.6912%2016.8002%2016.2C16.8002%2014.7088%2015.5914%2013.5%2014.1002%2013.5C13.6414%2013.5%2013.2094%2013.6144%2012.831%2013.8163C12.1973%2014.1544%2011.0953%2014.1892%2010.4202%2013.9438C10.1644%2013.8507%209.88821%2013.8%209.6002%2013.8C8.27471%2013.8%207.2002%2014.8745%207.2002%2016.2C7.2002%2017.5255%208.27471%2018.6%209.6002%2018.6C9.88821%2018.6%2010.1644%2018.5493%2010.4202%2018.4562C11.0953%2018.2108%2012.1973%2018.2456%2012.831%2018.5837C13.2094%2018.7856%2013.6414%2018.9%2014.1002%2018.9Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.6279%2018.4263C15.1934%2018.7251%2014.667%2018.9%2014.0998%2018.9C13.641%2018.9%2013.209%2018.7856%2012.8307%2018.5837C12.1969%2018.2456%2011.0948%2018.2109%2010.4198%2018.4563C10.1639%2018.5493%209.88778%2018.6%209.59977%2018.6C9.09377%2018.6%208.62434%2018.4434%208.2373%2018.176C8.96953%2017.1725%2010.3133%2016.5%2011.8497%2016.5C13.5107%2016.5%2014.9464%2017.2859%2015.6279%2018.4263Z'%20fill='%23FF8F90'/%3e%3cpath%20d='M19.2773%200.971771C19.2354%200.448092%2019.6491%200%2020.1745%200H21.8247C22.3501%200%2022.7637%200.448092%2022.7219%200.971771L22.1459%208.17177C22.1084%208.6395%2021.7179%209%2021.2487%209H20.7505C20.2812%209%2019.8908%208.6395%2019.8533%208.17177L19.2773%200.971771Z'%20fill='%23EB4C10'/%3e%3cpath%20d='M22.1998%2011.0999C22.1998%2011.7626%2021.6625%2012.2999%2020.9998%2012.2999C20.3371%2012.2999%2019.7998%2011.7626%2019.7998%2011.0999C19.7998%2010.4372%2020.3371%209.8999%2020.9998%209.8999C21.6625%209.8999%2022.1998%2010.4372%2022.1998%2011.0999Z'%20fill='%23EB4C10'/%3e%3c/svg%3e")}i.emoji-1c{background:url(/assets/emoji_1c-CE0O8lkT.svg)}i.emoji-1d{background:url("data:image/svg+xml,%3csvg%20width='26'%20height='24'%20viewBox='0%200%2026%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5%2012C24.5%2018.3513%2019.3513%2023.5%2013%2023.5C6.64873%2023.5%201.5%2018.3513%201.5%2012C1.5%205.64873%206.64873%200.5%2013%200.5C19.3513%200.5%2024.5%205.64873%2024.5%2012Z'%20fill='%23E1E4FF'%20stroke='%23AAB2FF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.40605%2011.6544C9.64036%2011.8887%2010.0203%2011.8887%2010.2546%2011.6544C10.4889%2011.42%2010.4889%2011.0401%2010.2546%2010.8058L9.61818%2010.1694L10.2546%209.53304C10.4889%209.29872%2010.4889%208.91882%2010.2546%208.68451C10.0203%208.45019%209.64036%208.45019%209.40605%208.68451L8.76965%209.32091L8.13326%208.68451C7.89894%208.4502%207.51904%208.4502%207.28473%208.68451C7.05041%208.91882%207.05041%209.29872%207.28473%209.53304L7.92112%2010.1694L7.28473%2010.8058C7.05041%2011.0401%207.05041%2011.42%207.28473%2011.6544C7.51904%2011.8887%207.89894%2011.8887%208.13326%2011.6544L8.76965%2011.018L9.40605%2011.6544Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.8064%2011.6544C18.0408%2011.8887%2018.4207%2011.8887%2018.655%2011.6544C18.8893%2011.42%2018.8893%2011.0401%2018.655%2010.8058L18.0186%2010.1694L18.655%209.53304C18.8893%209.29872%2018.8893%208.91882%2018.655%208.68451C18.4207%208.45019%2018.0408%208.45019%2017.8064%208.68451L17.17%209.32091L16.5336%208.68451C16.2993%208.4502%2015.9194%208.4502%2015.6851%208.68451C15.4508%208.91882%2015.4508%209.29872%2015.6851%209.53304L16.3215%2010.1694L15.6851%2010.8058C15.4508%2011.0401%2015.4508%2011.42%2015.6851%2011.6544C15.9194%2011.8887%2016.2993%2011.8887%2016.5336%2011.6544L17.17%2011.018L17.8064%2011.6544Z'%20fill='%23333333'/%3e%3cpath%20d='M6.7002%2015.0003C6.7002%2014.3376%207.23745%2013.8003%207.9002%2013.8003H18.1002C18.7629%2013.8003%2019.3002%2014.3376%2019.3002%2015.0003V19.2003C19.3002%2019.863%2018.7629%2020.4003%2018.1002%2020.4003H7.9002C7.23745%2020.4003%206.7002%2019.863%206.7002%2019.2003V15.0003Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.1002%2014.1003H7.9002C7.40314%2014.1003%207.0002%2014.5032%207.0002%2015.0003V19.2003C7.0002%2019.6973%207.40314%2020.1003%207.9002%2020.1003H18.1002C18.5973%2020.1003%2019.0002%2019.6973%2019.0002%2019.2003V15.0003C19.0002%2014.5032%2018.5973%2014.1003%2018.1002%2014.1003ZM7.9002%2013.8003C7.23745%2013.8003%206.7002%2014.3376%206.7002%2015.0003V19.2003C6.7002%2019.863%207.23745%2020.4003%207.9002%2020.4003H18.1002C18.7629%2020.4003%2019.3002%2019.863%2019.3002%2019.2003V15.0003C19.3002%2014.3376%2018.7629%2013.8003%2018.1002%2013.8003H7.9002Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M25.2706%2013.3412C25.3586%2013.5736%2025.2414%2013.8333%2025.009%2013.9213L19.459%2016.0213C19.2265%2016.1092%2018.9668%2015.9921%2018.8789%2015.7597C18.7909%2015.5272%2018.908%2015.2675%2019.1405%2015.1795L24.6905%2013.0795C24.9229%2012.9916%2025.1827%2013.1087%2025.2706%2013.3412Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.878804%2013.3412C0.790851%2013.5736%200.907986%2013.8333%201.14043%2013.9213L6.69043%2016.0213C6.92288%2016.1092%207.18261%2015.9921%207.27056%2015.7597C7.35851%2015.5272%207.24138%2015.2675%207.00893%2015.1795L1.45893%2013.0795C1.22649%2012.9916%200.966755%2013.1087%200.878804%2013.3412Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18.8775%2018.4447C18.9634%2018.2115%2019.2221%2018.0921%2019.4553%2018.178L22.3053%2019.228C22.5385%2019.3139%2022.6579%2019.5726%2022.572%2019.8058C22.4861%2020.039%2022.2274%2020.1584%2021.9942%2020.0725L19.1442%2019.0225C18.911%2018.9366%2018.7916%2018.6779%2018.8775%2018.4447Z'%20fill='%23FBFBFB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.27194%2018.4447C7.18602%2018.2115%206.92732%2018.0921%206.69411%2018.178L3.84411%2019.228C3.61091%2019.3139%203.49151%2019.5726%203.57743%2019.8058C3.66335%2020.039%203.92204%2020.1584%204.15525%2020.0725L7.00525%2019.0225C7.23845%2018.9366%207.35785%2018.6779%207.27194%2018.4447Z'%20fill='%23FBFBFB'/%3e%3c/svg%3e")}i.emoji-1e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='url(%23paint0_linear_15902_83066)'%20stroke='%23AAB2FF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.40605%2011.6544C8.64036%2011.8887%209.02026%2011.8887%209.25458%2011.6544C9.48889%2011.42%209.48889%2011.0401%209.25458%2010.8058L8.61818%2010.1694L9.25458%209.53304C9.48889%209.29872%209.48889%208.91882%209.25458%208.68451C9.02026%208.45019%208.64036%208.45019%208.40605%208.68451L7.76965%209.32091L7.13326%208.68451C6.89894%208.4502%206.51904%208.4502%206.28473%208.68451C6.05041%208.91882%206.05041%209.29872%206.28473%209.53304L6.92112%2010.1694L6.28473%2010.8058C6.05041%2011.0401%206.05041%2011.42%206.28473%2011.6544C6.51904%2011.8887%206.89894%2011.8887%207.13326%2011.6544L7.76965%2011.018L8.40605%2011.6544Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.8064%2011.6544C17.0408%2011.8887%2017.4207%2011.8887%2017.655%2011.6544C17.8893%2011.42%2017.8893%2011.0401%2017.655%2010.8058L17.0186%2010.1694L17.655%209.53304C17.8893%209.29872%2017.8893%208.91882%2017.655%208.68451C17.4207%208.45019%2017.0408%208.45019%2016.8064%208.68451L16.17%209.32091L15.5336%208.68451C15.2993%208.4502%2014.9194%208.4502%2014.6851%208.68451C14.4508%208.91882%2014.4508%209.29872%2014.6851%209.53304L15.3215%2010.1694L14.6851%2010.8058C14.4508%2011.0401%2014.4508%2011.42%2014.6851%2011.6544C14.9194%2011.8887%2015.2993%2011.8887%2015.5336%2011.6544L16.17%2011.018L16.8064%2011.6544Z'%20fill='%23333333'/%3e%3cpath%20d='M15.3002%2016.1999C15.3002%2018.0224%2013.8227%2019.4999%2012.0002%2019.4999C10.1777%2019.4999%208.7002%2018.0224%208.7002%2016.1999C8.7002%2014.3774%2010.1777%2012.8999%2012.0002%2012.8999C13.8227%2012.8999%2015.3002%2014.3774%2015.3002%2016.1999Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8906%2017.7935C15.1516%2017.3211%2015.3002%2016.7779%2015.3002%2016.1999C15.3002%2014.3774%2013.8227%2012.8999%2012.0002%2012.8999C10.1777%2012.8999%208.7002%2014.3774%208.7002%2016.1999C8.7002%2016.7779%208.84877%2017.3211%209.10981%2017.7935C9.46203%2016.5283%2010.6227%2015.5999%2012.0002%2015.5999C13.3777%2015.5999%2014.5384%2016.5283%2014.8906%2017.7935Z'%20fill='%23333333'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15902_83066'%20x1='12'%20y1='0'%20x2='12'%20y2='24'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238085E4'/%3e%3cstop%20offset='0.48'%20stop-color='%23E1E4FF'/%3e%3cstop%20offset='1'%20stop-color='%23E1E4FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}i.emoji-2a{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cpath%20d='M9.42834%2010.0757C9.42834%2010.9041%208.75677%2011.5757%207.92834%2011.5757C7.09992%2011.5757%206.42834%2010.9041%206.42834%2010.0757C6.42834%209.24726%207.09992%208.57568%207.92834%208.57568C8.75677%208.57568%209.42834%209.24726%209.42834%2010.0757Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5717%2010.0757C17.5717%2010.9041%2016.9001%2011.5757%2016.0717%2011.5757C15.2432%2011.5757%2014.5717%2010.9041%2014.5717%2010.0757C14.5717%209.24726%2015.2432%208.57568%2016.0717%208.57568C16.9001%208.57568%2017.5717%209.24726%2017.5717%2010.0757Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.09427%206.71465C4.26133%206.4267%204.47198%206.1551%204.71374%205.91333C4.95551%205.67157%205.22711%205.46092%205.51506%205.29385C5.80259%205.12703%206.10642%205.00372%206.41138%204.93709C6.71586%204.87057%207.02491%204.85998%207.31676%204.92279C7.60021%204.98379%207.78055%205.26304%207.71954%205.5465C7.65854%205.82995%207.37929%206.01029%207.09583%205.94928C6.97598%205.92349%206.82096%205.92238%206.63549%205.9629C6.45049%206.00332%206.24807%206.0825%206.04199%206.20207C5.83631%206.32139%205.63658%206.47542%205.45621%206.65579C5.27583%206.83617%205.1218%207.0359%205.00248%207.24157C4.88291%207.44766%204.80373%207.65008%204.76331%207.83507C4.72279%208.02055%204.7239%208.17557%204.74969%208.29542C4.8107%208.57888%204.63037%208.85812%204.34691%208.91913C4.06345%208.98014%203.7842%208.7998%203.7232%208.51634C3.66039%208.2245%203.67099%207.91544%203.73751%207.61097C3.80413%207.30601%203.92744%207.00218%204.09427%206.71465Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.912%206.71465C19.7449%206.4267%2019.5342%206.1551%2019.2925%205.91333C19.0507%205.67157%2018.7791%205.46092%2018.4912%205.29385C18.2036%205.12703%2017.8998%205.00372%2017.5948%204.93709C17.2904%204.87057%2016.9813%204.85998%2016.6895%204.92279C16.406%204.98379%2016.2257%205.26304%2016.2867%205.5465C16.3477%205.82995%2016.6269%206.01029%2016.9104%205.94928C17.0302%205.92349%2017.1853%205.92238%2017.3707%205.9629C17.5557%206.00332%2017.7582%206.0825%2017.9642%206.20207C18.1699%206.32139%2018.3696%206.47542%2018.55%206.65579C18.7304%206.83617%2018.8844%207.0359%2019.0037%207.24157C19.1233%207.44766%2019.2025%207.65008%2019.2429%207.83507C19.2834%208.02055%2019.2823%208.17557%2019.2565%208.29542C19.1955%208.57888%2019.3759%208.85812%2019.6593%208.91913C19.9428%208.98014%2020.222%208.7998%2020.283%208.51634C20.3458%208.2245%2020.3352%207.91544%2020.2687%207.61097C20.2021%207.30601%2020.0788%207.00218%2019.912%206.71465Z'%20fill='%23333333'/%3e%3cpath%20d='M15.3%2016.1999C15.3%2018.0224%2013.8225%2019.4999%2012%2019.4999C10.1774%2019.4999%208.69995%2018.0224%208.69995%2016.1999C8.69995%2014.3774%2010.1774%2012.8999%2012%2012.8999C13.8225%2012.8999%2015.3%2014.3774%2015.3%2016.1999Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8903%2017.7935C15.1514%2017.3211%2015.3%2016.7779%2015.3%2016.1999C15.3%2014.3774%2013.8225%2012.8999%2012%2012.8999C10.1774%2012.8999%208.69995%2014.3774%208.69995%2016.1999C8.69995%2016.7779%208.84853%2017.3211%209.10956%2017.7935C9.46179%2016.5283%2010.6224%2015.5999%2012%2015.5999C13.3775%2015.5999%2014.5381%2016.5283%2014.8903%2017.7935Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-2b{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.00041%2016.2C8.92556%2016.2%208.7448%2016.244%208.46134%2016.5841C8.07814%2017.044%207.59222%2017.4%207.00041%2017.4C6.40859%2017.4%205.92267%2017.044%205.53947%2016.5841C5.32733%2016.3295%205.36173%2015.9512%205.6163%2015.7391C5.87086%2015.5269%206.2492%2015.5613%206.46134%2015.8159C6.7448%2016.156%206.92556%2016.2%207.00041%2016.2C7.07526%2016.2%207.25601%2016.156%207.53947%2015.8159C7.92267%2015.356%208.40859%2015%209.00041%2015C9.59222%2015%2010.0781%2015.356%2010.4613%2015.8159C10.7448%2016.156%2010.9256%2016.2%2011.0004%2016.2C11.0753%2016.2%2011.256%2016.156%2011.5395%2015.8159C11.9227%2015.356%2012.4086%2015%2013.0004%2015C13.5922%2015%2014.0781%2015.356%2014.4613%2015.8159C14.7448%2016.156%2014.9256%2016.2%2015.0004%2016.2C15.0753%2016.2%2015.256%2016.156%2015.5395%2015.8159C15.9227%2015.356%2016.4086%2015%2017.0004%2015C17.5922%2015%2018.0781%2015.356%2018.4613%2015.8159C18.6735%2016.0705%2018.6391%2016.4488%2018.3845%2016.6609C18.1299%2016.8731%2017.7516%2016.8387%2017.5395%2016.5841C17.256%2016.244%2017.0753%2016.2%2017.0004%2016.2C16.9256%2016.2%2016.7448%2016.244%2016.4613%2016.5841C16.0781%2017.044%2015.5922%2017.4%2015.0004%2017.4C14.4086%2017.4%2013.9227%2017.044%2013.5395%2016.5841C13.256%2016.244%2013.0753%2016.2%2013.0004%2016.2C12.9256%2016.2%2012.7448%2016.244%2012.4613%2016.5841C12.0781%2017.044%2011.5922%2017.4%2011.0004%2017.4C10.4086%2017.4%209.92267%2017.044%209.53947%2016.5841C9.25601%2016.244%209.07526%2016.2%209.00041%2016.2Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-2c{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cpath%20d='M10.3281%2010.0757C10.3281%2010.9041%209.65655%2011.5757%208.82812%2011.5757C7.9997%2011.5757%207.32812%2010.9041%207.32812%2010.0757C7.32812%209.24726%207.9997%208.57568%208.82812%208.57568C9.65655%208.57568%2010.3281%209.24726%2010.3281%2010.0757Z'%20fill='%23333333'/%3e%3cpath%20d='M18.4717%2010.0757C18.4717%2010.9041%2017.8001%2011.5757%2016.9717%2011.5757C16.1433%2011.5757%2015.4717%2010.9041%2015.4717%2010.0757C15.4717%209.24726%2016.1433%208.57568%2016.9717%208.57568C17.8001%208.57568%2018.4717%209.24726%2018.4717%2010.0757Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.79521%208.30363C7.11696%208.21815%207.45796%208.17505%207.79987%208.17505C8.14177%208.17505%208.48278%208.21815%208.80452%208.30363C9.1258%208.38899%209.42783%208.51663%209.69058%208.68515C9.95292%208.85342%2010.1789%209.06446%2010.3409%209.31524C10.4982%209.55881%2010.4283%209.88378%2010.1847%2010.0411C9.94111%2010.1984%209.61614%2010.1284%209.45884%209.88486C9.39233%209.78187%209.2835%209.67147%209.1237%209.56898C8.9643%209.46674%208.76518%209.3796%208.53491%209.31842C8.3051%209.25737%208.05496%209.22505%207.79987%209.22505C7.54478%209.22505%207.29463%209.25737%207.06482%209.31842C6.83455%209.3796%206.63543%209.46674%206.47604%209.56898C6.31624%209.67147%206.20741%209.78187%206.1409%209.88486C5.9836%2010.1284%205.65863%2010.1984%205.41505%2010.0411C5.17148%209.88378%205.10154%209.55881%205.25884%209.31524C5.42079%209.06446%205.64682%208.85342%205.90915%208.68515C6.1719%208.51663%206.47394%208.38899%206.79521%208.30363Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.905%208.30363C16.5832%208.21815%2016.2422%208.17505%2015.9003%208.17505C15.5584%208.17505%2015.2174%208.21815%2014.8957%208.30363C14.5744%208.38898%2014.2724%208.51663%2014.0096%208.68515C13.7473%208.85342%2013.5213%209.06446%2013.3593%209.31524C13.202%209.55881%2013.2719%209.88378%2013.5155%2010.0411C13.7591%2010.1984%2014.0841%2010.1284%2014.2414%209.88486C14.3079%209.78187%2014.4167%209.67147%2014.5765%209.56898C14.7359%209.46674%2014.935%209.3796%2015.1653%209.31842C15.3951%209.25737%2015.6452%209.22505%2015.9003%209.22505C16.1554%209.22505%2016.4056%209.25737%2016.6354%209.31842C16.8656%209.3796%2017.0648%209.46674%2017.2242%209.56898C17.384%209.67147%2017.4928%209.78187%2017.5593%209.88486C17.7166%2010.1284%2018.0416%2010.1984%2018.2851%2010.0411C18.5287%209.88378%2018.5987%209.55881%2018.4414%209.31524C18.2794%209.06446%2018.0534%208.85342%2017.791%208.68515C17.5283%208.51663%2017.2263%208.38899%2016.905%208.30363Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.07129%2015.6429C7.07129%2015.2878%207.35911%2015%207.71415%2015H16.2856C16.6406%2015%2016.9284%2015.2878%2016.9284%2015.6429C16.9284%2015.9979%2016.6406%2016.2857%2016.2856%2016.2857H7.71415C7.35911%2016.2857%207.07129%2015.9979%207.07129%2015.6429Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-2d{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M5.7002%2017.1C5.7002%2015.9402%206.6404%2015%207.8002%2015H16.2002C17.36%2015%2018.3002%2015.9402%2018.3002%2017.1C18.3002%2018.2598%2017.36%2019.2%2016.2002%2019.2H7.8002C6.6404%2019.2%205.7002%2018.2598%205.7002%2017.1Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.2002%2015.9H7.8002C7.13745%2015.9%206.6002%2016.4373%206.6002%2017.1C6.6002%2017.7627%207.13745%2018.3%207.8002%2018.3H16.2002C16.8629%2018.3%2017.4002%2017.7627%2017.4002%2017.1C17.4002%2016.4373%2016.8629%2015.9%2016.2002%2015.9ZM7.8002%2015C6.6404%2015%205.7002%2015.9402%205.7002%2017.1C5.7002%2018.2598%206.6404%2019.2%207.8002%2019.2H16.2002C17.36%2019.2%2018.3002%2018.2598%2018.3002%2017.1C18.3002%2015.9402%2017.36%2015%2016.2002%2015H7.8002Z'%20fill='%23333333'/%3e%3cpath%20d='M14.7002%2015.6001H15.6002V18.6001H14.7002V15.6001Z'%20fill='%23333333'/%3e%3cpath%20d='M11.5498%2015.6001H12.4498V18.6001H11.5498V15.6001Z'%20fill='%23333333'/%3e%3cpath%20d='M8.40039%2015.6001H9.30039V18.6001H8.40039V15.6001Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-2e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FAE7FF'%20stroke='%23F0B2FF'/%3e%3cg%20clip-path='url(%23clip0_15902_83002)'%3e%3cpath%20d='M7.25515%208.25148L5.81965%208.45961L5.79422%208.46478C5.75573%208.475%205.72065%208.49525%205.69254%208.52346C5.66444%208.55168%205.64433%208.58684%205.63426%208.62537C5.62419%208.6639%205.62453%208.70441%205.63524%208.74276C5.64595%208.78112%205.66665%208.81594%205.69522%208.84368L6.73517%209.85596L6.48992%2011.2858L6.487%2011.3106C6.48464%2011.3504%206.49291%2011.3901%206.51095%2011.4257C6.52899%2011.4612%206.55616%2011.4914%206.58967%2011.513C6.62319%2011.5346%206.66184%2011.5469%206.70168%2011.5487C6.74152%2011.5504%206.78111%2011.5416%206.8164%2011.523L8.10025%2010.848L9.38117%2011.523L9.40367%2011.5333C9.44081%2011.548%209.48117%2011.5524%209.52062%2011.5463C9.56006%2011.5402%209.59717%2011.5237%209.62813%2011.4985C9.65909%2011.4733%209.6828%2011.4404%209.69681%2011.403C9.71082%2011.3656%209.71464%2011.3252%209.70787%2011.2858L9.4624%209.85596L10.5028%208.84346L10.5203%208.82433C10.5454%208.79346%2010.5619%208.75648%2010.568%208.71719C10.5741%208.67789%2010.5697%208.63767%2010.5552%208.60062C10.5408%208.56358%2010.5167%208.53103%2010.4856%208.5063C10.4544%208.48157%2010.4173%208.46553%2010.3779%208.45983L8.94242%208.25148L8.30072%206.95098C8.28215%206.9133%208.25341%206.88157%208.21774%206.85939C8.18207%206.8372%208.1409%206.82544%208.0989%206.82544C8.05689%206.82544%208.01572%206.8372%207.98005%206.85939C7.94439%206.88157%207.91564%206.9133%207.89707%206.95098L7.25515%208.25148Z'%20fill='%23333333'/%3e%3c/g%3e%3cg%20clip-path='url(%23clip1_15902_83002)'%3e%3cpath%20d='M15.055%208.25148L13.6195%208.45961L13.594%208.46478C13.5555%208.475%2013.5205%208.49525%2013.4923%208.52346C13.4642%208.55168%2013.4441%208.58684%2013.4341%208.62537C13.424%208.6639%2013.4243%208.70441%2013.435%208.74276C13.4458%208.78112%2013.4665%208.81594%2013.495%208.84368L14.535%209.85596L14.2897%2011.2858L14.2868%2011.3106C14.2844%2011.3504%2014.2927%2011.3901%2014.3108%2011.4257C14.3288%2011.4612%2014.356%2011.4914%2014.3895%2011.513C14.423%2011.5346%2014.4616%2011.5469%2014.5015%2011.5487C14.5413%2011.5504%2014.5809%2011.5416%2014.6162%2011.523L15.9001%2010.848L17.181%2011.523L17.2035%2011.5333C17.2406%2011.548%2017.281%2011.5524%2017.3204%2011.5463C17.3599%2011.5402%2017.397%2011.5237%2017.4279%2011.4985C17.4589%2011.4733%2017.4826%2011.4404%2017.4966%2011.403C17.5106%2011.3656%2017.5144%2011.3252%2017.5077%2011.2858L17.2622%209.85596L18.3026%208.84346L18.3202%208.82433C18.3452%208.79346%2018.3617%208.75648%2018.3678%208.71719C18.3739%208.67789%2018.3695%208.63767%2018.355%208.60062C18.3406%208.56358%2018.3165%208.53103%2018.2854%208.5063C18.2542%208.48157%2018.2171%208.46553%2018.1777%208.45983L16.7422%208.25148L16.1005%206.95098C16.082%206.9133%2016.0532%206.88157%2016.0175%206.85939C15.9819%206.8372%2015.9407%206.82544%2015.8987%206.82544C15.8567%206.82544%2015.8155%206.8372%2015.7799%206.85939C15.7442%206.88157%2015.7154%206.9133%2015.6969%206.95098L15.055%208.25148Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.1002%2018.9C15.5914%2018.9%2016.8002%2017.6912%2016.8002%2016.2C16.8002%2014.7088%2015.5914%2013.5%2014.1002%2013.5C13.6414%2013.5%2013.2094%2013.6144%2012.831%2013.8163C12.1973%2014.1544%2011.0953%2014.1892%2010.4202%2013.9438C10.1644%2013.8507%209.88821%2013.8%209.6002%2013.8C8.27471%2013.8%207.2002%2014.8745%207.2002%2016.2C7.2002%2017.5255%208.27471%2018.6%209.6002%2018.6C9.88821%2018.6%2010.1644%2018.5493%2010.4202%2018.4562C11.0953%2018.2108%2012.1973%2018.2456%2012.831%2018.5837C13.2094%2018.7856%2013.6414%2018.9%2014.1002%2018.9Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.6279%2018.4263C15.1934%2018.7251%2014.667%2018.9%2014.0998%2018.9C13.641%2018.9%2013.209%2018.7856%2012.8307%2018.5837C12.1969%2018.2456%2011.0948%2018.2109%2010.4198%2018.4563C10.1639%2018.5493%209.88778%2018.6%209.59977%2018.6C9.09377%2018.6%208.62434%2018.4434%208.2373%2018.176C8.96953%2017.1725%2010.3133%2016.5%2011.8497%2016.5C13.5107%2016.5%2014.9464%2017.2859%2015.6279%2018.4263Z'%20fill='%23FF8F90'/%3e%3cdefs%3e%3cclipPath%20id='clip0_15902_83002'%3e%3crect%20width='5.4'%20height='5.4'%20fill='white'%20transform='translate(5.40039%206.6001)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_15902_83002'%3e%3crect%20width='5.4'%20height='5.4'%20fill='white'%20transform='translate(13.2002%206.6001)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}i.emoji-3a{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23DBFFDC'%20stroke='%2372E775'/%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.07129%2015.6429C7.07129%2015.2878%207.35911%2015%207.71415%2015H16.2856C16.6406%2015%2016.9284%2015.2878%2016.9284%2015.6429C16.9284%2015.9979%2016.6406%2016.2857%2016.2856%2016.2857H7.71415C7.35911%2016.2857%207.07129%2015.9979%207.07129%2015.6429Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-3b{background:url(/assets/emoji_3b-CAwNQeIR.svg)}i.emoji-3c{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23DBFFDC'%20stroke='%2372E775'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.7002%2010.2001C5.7002%209.86873%205.96882%209.6001%206.3002%209.6001H9.3002C9.63157%209.6001%209.9002%209.86873%209.9002%2010.2001C9.9002%2010.5315%209.63157%2010.8001%209.3002%2010.8001H6.3002C5.96882%2010.8001%205.7002%2010.5315%205.7002%2010.2001Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.0996%2010.2001C14.0996%209.86873%2014.3682%209.6001%2014.6996%209.6001H17.6996C18.031%209.6001%2018.2996%209.86873%2018.2996%2010.2001C18.2996%2010.5315%2018.031%2010.8001%2017.6996%2010.8001H14.6996C14.3682%2010.8001%2014.0996%2010.5315%2014.0996%2010.2001Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.8624%2014.9298C11.9564%2015.0717%2012.1175%2015.1652%2012.3004%2015.1652C12.5903%2015.1652%2012.8254%2014.9302%2012.8254%2014.6402C12.8254%2014.3717%2012.66%2014.2011%2012.5714%2014.1276C12.4711%2014.0444%2012.3577%2013.99%2012.2624%2013.9551C12.1632%2013.9187%2012.0552%2013.893%2011.9486%2013.8816C11.849%2013.8709%2011.7133%2013.8687%2011.5757%2013.91C11.3433%2013.9796%2011.1237%2014.084%2010.9321%2014.2226C10.7404%2014.3612%2010.5761%2014.5346%2010.459%2014.7391C10.3412%2014.9448%2010.2754%2015.1752%2010.2754%2015.4151C10.2754%2015.6551%2010.3412%2015.8855%2010.459%2016.0912C10.5475%2016.2458%2010.663%2016.3826%2010.7969%2016.5C10.663%2016.6175%2010.5475%2016.7542%2010.459%2016.9088C10.3412%2017.1145%2010.2754%2017.3449%2010.2754%2017.5849C10.2754%2017.8248%2010.3412%2018.0552%2010.459%2018.2609C10.5761%2018.4654%2010.7404%2018.6388%2010.9321%2018.7774C11.1237%2018.916%2011.3433%2019.0204%2011.5757%2019.0901C11.7133%2019.1313%2011.8489%2019.1291%2011.9485%2019.1184C12.0552%2019.1071%2012.1632%2019.0813%2012.2624%2019.0449C12.3577%2019.01%2012.4711%2018.9556%2012.5714%2018.8724C12.6601%2018.7989%2012.8254%2018.6282%2012.8254%2018.3598C12.8254%2018.0698%2012.5903%2017.8348%2012.3004%2017.8348C12.1175%2017.8348%2011.9564%2017.9283%2011.8624%2018.0702C11.8557%2018.0716%2011.8492%2018.0728%2011.8433%2018.0736C11.7264%2018.0352%2011.6268%2017.984%2011.5474%2017.9266C11.4605%2017.8637%2011.4038%2017.7979%2011.3701%2017.7391C11.3372%2017.6816%2011.3254%2017.6298%2011.3254%2017.5849C11.3254%2017.5399%2011.3372%2017.4881%2011.3701%2017.4306C11.4038%2017.3718%2011.4605%2017.306%2011.5474%2017.2432C11.6343%2017.1803%2011.7455%2017.1249%2011.877%2017.0855L11.8433%2016.9729L11.877%2017.0855C11.904%2017.0774%2011.95%2017.0623%2011.9999%2017.0356C12.0255%2017.0219%2012.0637%2016.999%2012.1041%2016.9639C12.1432%2016.9298%2012.2024%2016.8686%2012.2437%2016.7744C12.2802%2016.6913%2012.2962%2016.5967%2012.2851%2016.5C12.2962%2016.4034%2012.2802%2016.3087%2012.2437%2016.2256C12.2024%2016.1314%2012.1432%2016.0702%2012.1041%2016.0361C12.0637%2016.001%2012.0255%2015.9781%2011.9999%2015.9644C11.95%2015.9377%2011.904%2015.9226%2011.877%2015.9145C11.7455%2015.8751%2011.6343%2015.8197%2011.5474%2015.7569C11.4605%2015.694%2011.4038%2015.6282%2011.3701%2015.5694C11.3372%2015.5119%2011.3254%2015.4601%2011.3254%2015.4151C11.3254%2015.3702%2011.3372%2015.3184%2011.3701%2015.2609C11.4038%2015.2021%2011.4605%2015.1363%2011.5474%2015.0734C11.6268%2015.016%2011.7264%2014.9649%2011.8433%2014.9264C11.8492%2014.9272%2011.8557%2014.9284%2011.8624%2014.9298ZM11.8259%2014.925C11.8258%2014.9249%2011.8269%2014.9249%2011.8291%2014.925C11.827%2014.9251%2011.8259%2014.925%2011.8259%2014.925ZM11.8259%2018.075C11.8259%2018.075%2011.827%2018.0749%2011.8291%2018.075C11.8269%2018.0751%2011.8259%2018.0751%2011.8259%2018.075Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-3d{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23DBFFDC'%20stroke='%2372E775'/%3e%3cpath%20d='M15.3002%2016.1999C15.3002%2018.0224%2013.8227%2019.4999%2012.0002%2019.4999C10.1777%2019.4999%208.7002%2018.0224%208.7002%2016.1999C8.7002%2014.3774%2010.1777%2012.8999%2012.0002%2012.8999C13.8227%2012.8999%2015.3002%2014.3774%2015.3002%2016.1999Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8906%2017.7935C15.1516%2017.3211%2015.3002%2016.7779%2015.3002%2016.1999C15.3002%2014.3774%2013.8227%2012.8999%2012.0002%2012.8999C10.1777%2012.8999%208.7002%2014.3774%208.7002%2016.1999C8.7002%2016.7779%208.84877%2017.3211%209.10981%2017.7935C9.46203%2016.5283%2010.6227%2015.5999%2012.0002%2015.5999C13.3777%2015.5999%2014.5384%2016.5283%2014.8906%2017.7935Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.9841%2011.1533C16.687%2011.2669%2016.3698%2011.325%2016.0504%2011.325C15.7309%2011.325%2015.4138%2011.2669%2015.1167%2011.1533C14.8195%2011.0397%2014.5469%2010.8722%2014.3154%2010.6585C14.0839%2010.4448%2013.8977%2010.1887%2013.7698%209.90372L14.2488%209.68878L13.7698%209.90372C13.6419%209.61862%2013.5754%209.31138%2013.5754%208.99995C13.5754%208.71%2013.8104%208.47495%2014.1004%208.47495C14.3903%208.47495%2014.6254%208.71%2014.6254%208.99995C14.6254%209.16128%2014.6598%209.32217%2014.7278%209.47384C14.7959%209.62565%2014.8971%209.76644%2015.0276%209.88697L14.6804%2010.2631L15.0276%209.88697C15.1583%2010.0076%2015.3156%2010.1053%2015.4917%2010.1726C15.6677%2010.2399%2015.8577%2010.275%2016.0504%2010.275C16.2431%2010.275%2016.4331%2010.2399%2016.6091%2010.1726C16.7851%2010.1053%2016.9425%2010.0076%2017.0732%209.88697C17.2037%209.76644%2017.3048%209.62565%2017.373%209.47385C17.441%209.32217%2017.4754%209.16128%2017.4754%208.99995C17.4754%208.71%2017.7104%208.47495%2018.0004%208.47495C18.2903%208.47495%2018.5254%208.71%2018.5254%208.99995C18.5254%209.31138%2018.4589%209.61862%2018.3309%209.90372C18.2031%2010.1887%2018.0169%2010.4448%2017.7853%2010.6585C17.5539%2010.8722%2017.2813%2011.0397%2016.9841%2011.1533Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.88353%2011.1533C8.58642%2011.2669%208.26925%2011.325%207.9498%2011.325C7.63036%2011.325%207.31319%2011.2669%207.01608%2011.1533C6.71892%2011.0397%206.44634%2010.8722%206.21485%2010.6585C5.98327%2010.4448%205.79713%2010.1887%205.66925%209.90372L6.14824%209.68878L5.66925%209.90372C5.54132%209.61862%205.47481%209.31138%205.47481%208.99995C5.47481%208.71%205.70986%208.47495%205.99981%208.47495C6.28975%208.47495%206.52481%208.71%206.52481%208.99995C6.52481%209.16128%206.55917%209.32217%206.62723%209.47384C6.69535%209.62565%206.79647%209.76644%206.92704%209.88697L6.57982%2010.2631L6.92704%209.88697C7.0577%2010.0076%207.21505%2010.1053%207.39107%2010.1726C7.56712%2010.2399%207.75709%2010.275%207.9498%2010.275C8.14252%2010.275%208.33249%2010.2399%208.50854%2010.1726C8.68456%2010.1053%208.84191%2010.0076%208.97257%209.88697C9.10314%209.76644%209.20426%209.62565%209.27238%209.47385C9.34044%209.32217%209.3748%209.16128%209.3748%208.99995C9.3748%208.71%209.60986%208.47495%209.8998%208.47495C10.1898%208.47495%2010.4248%208.71%2010.4248%208.99995C10.4248%209.31138%2010.3583%209.61862%2010.2304%209.90372C10.1025%2010.1887%209.91634%2010.4448%209.68476%2010.6585C9.45327%2010.8722%209.18069%2011.0397%208.88353%2011.1533Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-3e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23DBFFDC'%20stroke='%2372E775'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.13371%2016.2475C6.82863%2016.1184%206.47667%2016.261%206.34747%2016.5661C6.21824%2016.8712%206.36083%2017.2233%206.66596%2017.3525L6.89618%2016.809C6.66597%2017.3525%206.66611%2017.3526%206.66626%2017.3527L6.66744%2017.3532L6.6697%2017.3541L6.67655%2017.357C6.68215%2017.3593%206.68981%2017.3624%206.69949%2017.3663C6.71885%2017.3742%206.74628%2017.3851%206.78149%2017.3987C6.8519%2017.4258%206.95344%2017.4634%207.0836%2017.5081C7.34384%2017.5975%207.71911%2017.7151%208.18929%2017.8323C9.12854%2018.0663%2010.4531%2018.3%2012%2018.3C13.6481%2018.3%2015.0388%2017.6368%2015.9976%2016.9998C16.4801%2016.6793%2016.863%2016.3589%2017.1267%2016.1175C17.2587%2015.9966%2017.3615%2015.8948%2017.4327%2015.8218C17.4682%2015.7853%2017.4959%2015.7559%2017.5154%2015.7348C17.5252%2015.7243%2017.5329%2015.7159%2017.5386%2015.7096L17.5454%2015.702L17.5477%2015.6995L17.5485%2015.6985L17.5489%2015.6981C17.549%2015.698%2017.5492%2015.6978%2017.1%2015.3L17.5492%2015.6978C17.7688%2015.4497%2017.7458%2015.0705%2017.4977%2014.8508C17.2498%2014.6314%2016.8711%2014.6542%2016.6513%2014.9016C16.6513%2014.9017%2016.6514%2014.9016%2016.6513%2014.9016C16.6513%2014.9017%2016.6511%2014.902%2016.651%2014.902C16.6509%2014.9021%2016.6508%2014.9022%2016.6507%2014.9023L16.649%2014.9042C16.6464%2014.9071%2016.6418%2014.9121%2016.6353%2014.9192C16.6222%2014.9333%2016.6014%2014.9554%2016.573%2014.9845C16.5163%2015.0428%2016.4299%2015.1285%2016.3162%2015.2326C16.0884%2015.4411%2015.7542%2015.7208%2015.3336%2016.0003C14.4861%2016.5633%2013.3268%2017.1%2012%2017.1C10.5718%2017.1%209.34638%2016.8838%208.47938%2016.6678C8.04644%2016.56%207.70452%2016.4526%207.47335%2016.3732C7.35781%2016.3335%207.27009%2016.3009%207.21267%2016.2788C7.18396%2016.2677%207.16284%2016.2593%207.14961%2016.254L7.13574%2016.2483L7.13371%2016.2475Z'%20fill='%23333333'/%3e%3cpath%20d='M9.29961%209.9001C9.29961%2010.8942%208.69519%2011.7001%207.94961%2011.7001C7.20402%2011.7001%206.59961%2010.8942%206.59961%209.9001C6.59961%208.90599%207.20402%208.1001%207.94961%208.1001C8.69519%208.1001%209.29961%208.90599%209.29961%209.9001Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.9841%208.64674C16.687%208.53313%2016.3698%208.4751%2016.0504%208.4751C15.7309%208.4751%2015.4138%208.53313%2015.1167%208.64674C14.8195%208.76035%2014.5469%208.92785%2014.3154%209.14153C14.0839%209.35529%2013.8977%209.61137%2013.7698%209.89633C13.6419%2010.1814%2013.5754%2010.4887%2013.5754%2010.8001C13.5754%2011.09%2013.8104%2011.3251%2014.1004%2011.3251C14.3903%2011.3251%2014.6254%2011.09%2014.6254%2010.8001C14.6254%2010.6388%2014.6598%2010.4779%2014.7278%2010.3262C14.7959%2010.1744%2014.8971%2010.0336%2015.0276%209.91308C15.1583%209.79247%2015.3156%209.69479%2015.4917%209.62749C15.6677%209.56018%2015.8577%209.5251%2016.0504%209.5251C16.2431%209.5251%2016.4331%209.56018%2016.6091%209.62749C16.7851%209.69479%2016.9425%209.79247%2017.0732%209.91308C17.2037%2010.0336%2017.3048%2010.1744%2017.373%2010.3262C17.441%2010.4779%2017.4754%2010.6388%2017.4754%2010.8001C17.4754%2011.09%2017.7104%2011.3251%2018.0004%2011.3251C18.2903%2011.3251%2018.5254%2011.09%2018.5254%2010.8001C18.5254%2010.4887%2018.4589%2010.1814%2018.3309%209.89633C18.2031%209.61137%2018.0169%209.3553%2017.7853%209.14153L17.4292%209.52731L17.7853%209.14153C17.5539%208.92785%2017.2813%208.76035%2016.9841%208.64674Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4a{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M15.5366%2014.4595C15.9508%2014.4595%2016.2934%2014.798%2016.2218%2015.2059C15.8686%2017.2171%2014.1132%2018.7453%2012.0008%2018.7453C9.88888%2018.7453%208.13375%2017.2177%207.78008%2015.2071C7.70824%2014.7988%208.05108%2014.46%208.4657%2014.46C9.21292%2014.4602%2010.3217%2014.4598%2012.0008%2014.4598C13.8679%2014.4598%2014.6557%2014.4595%2015.5366%2014.4595Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82901'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='13'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2014.4596C16.2863%2016.8266%2014.3675%2018.7453%2012.0006%2018.7453C9.63362%2018.7453%207.71484%2016.8266%207.71484%2014.4596C7.71484%2013.4077%209.63362%2014.4599%2012.0006%2014.4599C14.3675%2014.4599%2015.8998%2014.4593%2016.2863%2014.4596Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82901)'%3e%3cpath%20d='M16.1998%2019.0235C16.1998%2020.9142%2014.5819%2020.3073%2012.2623%2020.3073C9.94271%2020.3073%207.7998%2020.9142%207.7998%2019.0235C7.7998%2017.1328%209.68021%2015.6001%2011.9998%2015.6001C14.3194%2015.6001%2016.1998%2017.1328%2016.1998%2019.0235Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.82857%207.72872C7.0336%207.52369%207.36601%207.52369%207.57104%207.72872L9.37104%209.52872C9.57606%209.73375%209.57606%2010.0662%209.37104%2010.2712L7.57104%2012.0712C7.36601%2012.2762%207.0336%2012.2762%206.82857%2012.0712C6.62355%2011.8662%206.62355%2011.5337%206.82857%2011.3287L8.25734%209.89995L6.82857%208.47118C6.62355%208.26616%206.62355%207.93375%206.82857%207.72872Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.1714%207.72872C16.9664%207.52369%2016.634%207.52369%2016.429%207.72872L14.629%209.52872C14.4239%209.73375%2014.4239%2010.0662%2014.629%2010.2712L16.429%2012.0712C16.634%2012.2762%2016.9664%2012.2762%2017.1714%2012.0712C17.3765%2011.8662%2017.3765%2011.5337%2017.1714%2011.3287L15.7427%209.89995L17.1714%208.47118C17.3765%208.26616%2017.3765%207.93375%2017.1714%207.72872Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4b{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M16.2863%2014.4594C16.2863%2016.8263%2014.3675%2018.7451%2012.0006%2018.7451C9.63362%2018.7451%207.71484%2016.8263%207.71484%2014.4594C7.71484%2013.4075%209.63362%2014.4597%2012.0006%2014.4597C14.3675%2014.4597%2016.2863%2012.7648%2016.2863%2014.4594Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82933'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='13'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2014.4594C16.2863%2016.8263%2014.3675%2018.7451%2012.0006%2018.7451C9.63362%2018.7451%207.71484%2016.8263%207.71484%2014.4594C7.71484%2013.4075%209.63362%2014.4597%2012.0006%2014.4597C14.3675%2014.4597%2016.2863%2012.7648%2016.2863%2014.4594Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82933)'%3e%3cpath%20d='M15.4284%2018.5947C15.4284%2020.114%2014.1077%2019.6263%2012.2141%2019.6263C10.3206%2019.6263%208.57129%2020.114%208.57129%2018.5947C8.57129%2017.0754%2010.1063%2015.8438%2011.9999%2015.8438C13.8934%2015.8438%2015.4284%2017.0754%2015.4284%2018.5947Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20d='M9.42871%2010.075C9.42871%2010.9034%208.75714%2011.575%207.92871%2011.575C7.10028%2011.575%206.42871%2010.9034%206.42871%2010.075C6.42871%209.24652%207.10028%208.57495%207.92871%208.57495C8.75714%208.57495%209.42871%209.24652%209.42871%2010.075Z'%20fill='%23333333'/%3e%3cpath%20d='M17.5713%2010.075C17.5713%2010.9034%2016.8997%2011.575%2016.0713%2011.575C15.2429%2011.575%2014.5713%2010.9034%2014.5713%2010.075C14.5713%209.24652%2015.2429%208.57495%2016.0713%208.57495C16.8997%208.57495%2017.5713%209.24652%2017.5713%2010.075Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4c{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M17.1002%2019.8001C18.4502%2018.7501%2017.8502%2017.1001%2015.9212%2016.2443L13.8313%2017.0202C13.9299%2018.9753%2015.3002%2020.7001%2017.1002%2019.8001Z'%20fill='%23FF5A5C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.764%2015.8224C15.874%2015.7815%2015.9957%2015.7853%2016.1031%2015.8329C17.1375%2016.2919%2017.8891%2016.995%2018.1655%2017.8038C18.4562%2018.6543%2018.1868%2019.5245%2017.3758%2020.1553C17.3524%2020.1735%2017.3273%2020.1893%2017.3008%2020.2025C16.7761%2020.4649%2016.2563%2020.5477%2015.7673%2020.4639C15.2805%2020.3804%2014.8576%2020.1377%2014.5136%2019.8036C13.8337%2019.1435%2013.4348%2018.1057%2013.3812%2017.0428C13.3713%2016.8466%2013.4899%2016.6666%2013.674%2016.5983L15.764%2015.8224ZM15.901%2016.7315L14.3096%2017.3223C14.4099%2018.0821%2014.7197%2018.7493%2015.1406%2019.1579C15.3764%2019.387%2015.6398%2019.5289%2015.9193%2019.5768C16.1866%2019.6226%2016.4996%2019.5879%2016.8581%2019.4172C17.3669%2019.0046%2017.4646%2018.5359%2017.3139%2018.0948C17.156%2017.6329%2016.6952%2017.1208%2015.901%2016.7315Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.50041%2015.9L7.1256%2016.3685C6.86684%2016.1615%206.82489%2015.7839%207.03189%2015.5252C7.23861%2015.2668%207.61542%2015.2246%207.87415%2015.4306M7.87494%2015.4312L7.87469%2015.431L7.87415%2015.4306L7.87558%2015.4317C7.87746%2015.4332%207.8811%2015.436%207.88647%2015.4401C7.8972%2015.4483%207.9148%2015.4616%207.93901%2015.4792C7.98744%2015.5144%208.06214%2015.5669%208.16091%2015.631C8.35875%2015.7593%208.6514%2015.9329%209.02152%2016.1071C9.76444%2016.4567%2010.801%2016.8%2012.0004%2016.8C13.1998%2016.8%2014.2364%2016.4567%2014.9793%2016.1071C15.3494%2015.9329%2015.6421%2015.7593%2015.8399%2015.631C15.9387%2015.5669%2016.0134%2015.5144%2016.0618%2015.4792C16.086%2015.4616%2016.1036%2015.4483%2016.1144%2015.4401C16.1197%2015.436%2016.1234%2015.4332%2016.1252%2015.4317L16.1259%2015.4312L16.1261%2015.4311C16.1261%2015.4311%2016.1262%2015.431%2016.1261%2015.4311C16.1263%2015.4309%2016.1265%2015.4307%2016.1267%2015.4306C16.3854%2015.2246%2016.7622%2015.2668%2016.9689%2015.5252C17.1759%2015.7839%2017.134%2016.1615%2016.8752%2016.3685L16.507%2015.9083C16.8752%2016.3685%2016.8751%2016.3687%2016.8749%2016.3688L16.8736%2016.3698L16.8713%2016.3716L16.8647%2016.3769C16.8593%2016.3811%2016.8521%2016.3867%2016.8431%2016.3935C16.8251%2016.4073%2016.7998%2016.4263%2016.7676%2016.4497C16.7033%2016.4965%2016.611%2016.5612%2016.4929%2016.6378C16.2572%2016.7907%2015.917%2016.9921%2015.4903%2017.1929C14.6394%2017.5933%2013.426%2018%2012.0004%2018C10.5748%2018%209.36139%2017.5933%208.51056%2017.1929C8.0838%2016.9921%207.74364%2016.7907%207.50788%2016.6378C7.38986%2016.5612%207.29756%2016.4965%207.2332%2016.4497C7.20101%2016.4263%207.17577%2016.4073%207.15775%2016.3935C7.14874%2016.3867%207.14154%2016.3811%207.13617%2016.3769L7.12949%2016.3716L7.1272%2016.3698L7.12631%2016.3691L7.12593%2016.3688C7.12576%2016.3687%207.1256%2016.3685%207.50041%2015.9'%20fill='%23333333'/%3e%3cpath%20d='M9.9002%209.9001C9.9002%2010.8942%209.29578%2011.7001%208.5502%2011.7001C7.80461%2011.7001%207.2002%2010.8942%207.2002%209.9001C7.2002%208.90599%207.80461%208.1001%208.5502%208.1001C9.29578%208.1001%209.9002%208.90599%209.9002%209.9001Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.5708%207.72872C16.3658%207.52369%2016.0334%207.52369%2015.8284%207.72872L14.0284%209.52872C13.8234%209.73375%2013.8234%2010.0662%2014.0284%2010.2712L15.8284%2012.0712C16.0334%2012.2762%2016.3658%2012.2762%2016.5708%2012.0712C16.7759%2011.8662%2016.7759%2011.5337%2016.5708%2011.3287L15.1421%209.89995L16.5708%208.47118C16.7759%208.26616%2016.7759%207.93375%2016.5708%207.72872Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4d{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M4.20039%2012.9001C5.1945%2012.9001%206.00039%2013.5045%206.00039%2014.2501C6.00039%2014.9957%205.1945%2015.6001%204.20039%2015.6001C3.20628%2015.6001%202.40039%2014.9957%202.40039%2014.2501C2.40039%2013.5045%203.20628%2012.9001%204.20039%2012.9001Z'%20fill='%23FF8F90'/%3e%3cpath%20d='M19.8%2012.9001C20.7941%2012.9001%2021.6%2013.5045%2021.6%2014.2501C21.6%2014.9957%2020.7941%2015.6001%2019.8%2015.6001C18.8059%2015.6001%2018%2014.9957%2018%2014.2501C18%2013.5045%2018.8059%2012.9001%2019.8%2012.9001Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.01588%208.64674C7.313%208.53313%207.63017%208.4751%207.94961%208.4751C8.26905%208.4751%208.58622%208.53313%208.88334%208.64674C9.18049%208.76035%209.45307%208.92785%209.68456%209.14153C9.91614%209.3553%2010.1023%209.61137%2010.2302%209.89633L9.75117%2010.1113L10.2302%209.89633C10.3581%2010.1814%2010.4246%2010.4887%2010.4246%2010.8001C10.4246%2011.09%2010.1896%2011.3251%209.89961%2011.3251C9.60966%2011.3251%209.37461%2011.09%209.37461%2010.8001C9.37461%2010.6388%209.34025%2010.4779%209.27219%2010.3262C9.20407%2010.1744%209.10294%2010.0336%208.97237%209.91308L9.31959%209.53692L8.97237%209.91308C8.84171%209.79247%208.68436%209.69479%208.50835%209.62749C8.33229%209.56018%208.14232%209.5251%207.94961%209.5251C7.7569%209.5251%207.56693%209.56018%207.39087%209.62749C7.21485%209.69479%207.05751%209.79247%206.92685%209.91308C6.79627%2010.0336%206.69515%2010.1744%206.62703%2010.3262C6.55897%2010.4779%206.52461%2010.6388%206.52461%2010.8001C6.52461%2011.09%206.28956%2011.3251%205.99961%2011.3251C5.70966%2011.3251%205.47461%2011.09%205.47461%2010.8001C5.47461%2010.4887%205.54112%2010.1814%205.66906%209.89633C5.79693%209.61137%205.98308%209.3553%206.21465%209.14153C6.44614%208.92785%206.71873%208.76035%207.01588%208.64674Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.9841%208.64674C16.687%208.53313%2016.3698%208.4751%2016.0504%208.4751C15.7309%208.4751%2015.4138%208.53313%2015.1167%208.64674C14.8195%208.76035%2014.5469%208.92785%2014.3154%209.14153C14.0839%209.35529%2013.8977%209.61137%2013.7698%209.89633C13.6419%2010.1814%2013.5754%2010.4887%2013.5754%2010.8001C13.5754%2011.09%2013.8104%2011.3251%2014.1004%2011.3251C14.3903%2011.3251%2014.6254%2011.09%2014.6254%2010.8001C14.6254%2010.6388%2014.6598%2010.4779%2014.7278%2010.3262C14.7959%2010.1744%2014.8971%2010.0336%2015.0276%209.91308C15.1583%209.79247%2015.3156%209.69479%2015.4917%209.62749C15.6677%209.56018%2015.8577%209.5251%2016.0504%209.5251C16.2431%209.5251%2016.4331%209.56018%2016.6091%209.62749C16.7851%209.69479%2016.9425%209.79247%2017.0732%209.91308C17.2037%2010.0336%2017.3048%2010.1744%2017.373%2010.3262C17.441%2010.4779%2017.4754%2010.6388%2017.4754%2010.8001C17.4754%2011.09%2017.7104%2011.3251%2018.0004%2011.3251C18.2903%2011.3251%2018.5254%2011.09%2018.5254%2010.8001C18.5254%2010.4887%2018.4589%2010.1814%2018.3309%209.89633C18.2031%209.61137%2018.0169%209.3553%2017.7853%209.14153L17.4292%209.52731L17.7853%209.14153C17.5539%208.92785%2017.2813%208.76035%2016.9841%208.64674Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.4826%2019.2234C10.9668%2019.3571%2011.4821%2019.425%2012%2019.425C12.5179%2019.425%2013.0332%2019.3571%2013.5174%2019.2234C14.0012%2019.0898%2014.4505%2018.8915%2014.8368%2018.6339C15.2229%2018.3766%2015.5452%2018.0605%2015.7719%2017.6956C15.9998%2017.3288%2016.125%2016.9217%2016.125%2016.5C16.125%2016.2101%2015.8899%2015.975%2015.6%2015.975C15.3101%2015.975%2015.075%2016.2101%2015.075%2016.5C15.075%2016.7088%2015.014%2016.9258%2014.88%2017.1414C14.7449%2017.3589%2014.5369%2017.5719%2014.2544%2017.7603C13.9721%2017.9485%2013.6276%2018.1037%2013.2379%2018.2113C12.8486%2018.3188%2012.4276%2018.375%2012%2018.375C11.5724%2018.375%2011.1514%2018.3188%2010.7621%2018.2113C10.3724%2018.1037%2010.0279%2017.9485%209.74563%2017.7603C9.4631%2017.5719%209.25508%2017.3589%209.11997%2017.1414C8.98603%2016.9258%208.925%2016.7088%208.925%2016.5C8.925%2016.2101%208.68995%2015.975%208.4%2015.975C8.11005%2015.975%207.875%2016.2101%207.875%2016.5C7.875%2016.9217%208.0002%2017.3288%208.2281%2017.6956C8.45482%2018.0605%208.77715%2018.3766%209.1632%2018.6339C9.5495%2018.8915%209.99876%2019.0898%2010.4826%2019.2234Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-4e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFE4C4'%20stroke='%23FFBC6C'/%3e%3cpath%20d='M15.5366%2014.4592C15.9508%2014.4592%2016.2934%2014.7978%2016.2218%2015.2057C15.8686%2017.2168%2014.1132%2018.745%2012.0008%2018.745C9.88888%2018.745%208.13375%2017.2174%207.78008%2015.2069C7.70824%2014.7985%208.05108%2014.4597%208.4657%2014.4598C9.21292%2014.4599%2010.3217%2014.4596%2012.0008%2014.4596C13.8679%2014.4596%2014.6557%2014.4592%2015.5366%2014.4592Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82916'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='13'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2014.4594C16.2863%2016.8263%2014.3675%2018.7451%2012.0006%2018.7451C9.63362%2018.7451%207.71484%2016.8263%207.71484%2014.4594C7.71484%2013.4075%209.63362%2014.4597%2012.0006%2014.4597C14.3675%2014.4597%2015.8998%2014.4591%2016.2863%2014.4594Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82916)'%3e%3cpath%20d='M16.1998%2019.0233C16.1998%2020.914%2014.5819%2020.3071%2012.2623%2020.3071C9.94271%2020.3071%207.7998%2020.914%207.7998%2019.0233C7.7998%2017.1326%209.68021%2015.5999%2011.9998%2015.5999C14.3194%2015.5999%2016.1998%2017.1326%2016.1998%2019.0233Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.01588%208.64674C7.313%208.53313%207.63017%208.4751%207.94961%208.4751C8.26905%208.4751%208.58622%208.53313%208.88334%208.64674C9.18049%208.76035%209.45307%208.92785%209.68456%209.14153C9.91614%209.3553%2010.1023%209.61137%2010.2302%209.89633L9.75117%2010.1113L10.2302%209.89633C10.3581%2010.1814%2010.4246%2010.4887%2010.4246%2010.8001C10.4246%2011.09%2010.1896%2011.3251%209.89961%2011.3251C9.60966%2011.3251%209.37461%2011.09%209.37461%2010.8001C9.37461%2010.6388%209.34025%2010.4779%209.27219%2010.3262C9.20407%2010.1744%209.10294%2010.0336%208.97237%209.91308L9.31959%209.53692L8.97237%209.91308C8.84171%209.79247%208.68436%209.69479%208.50835%209.62749C8.33229%209.56018%208.14232%209.5251%207.94961%209.5251C7.7569%209.5251%207.56693%209.56018%207.39087%209.62749C7.21485%209.69479%207.05751%209.79247%206.92685%209.91308C6.79627%2010.0336%206.69515%2010.1744%206.62703%2010.3262C6.55897%2010.4779%206.52461%2010.6388%206.52461%2010.8001C6.52461%2011.09%206.28956%2011.3251%205.99961%2011.3251C5.70966%2011.3251%205.47461%2011.09%205.47461%2010.8001C5.47461%2010.4887%205.54112%2010.1814%205.66906%209.89633C5.79693%209.61137%205.98308%209.3553%206.21465%209.14153C6.44614%208.92785%206.71873%208.76035%207.01588%208.64674Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.1165%208.64674C15.4136%208.53313%2015.7308%208.4751%2016.0502%208.4751C16.3696%208.4751%2016.6868%208.53313%2016.9839%208.64674C17.2811%208.76035%2017.5537%208.92785%2017.7852%209.14153C18.0167%209.3553%2018.2029%209.61137%2018.3307%209.89633L17.8518%2010.1113L18.3307%209.89633C18.4587%2010.1814%2018.5252%2010.4887%2018.5252%2010.8001C18.5252%2011.09%2018.2901%2011.3251%2018.0002%2011.3251C17.7102%2011.3251%2017.4752%2011.09%2017.4752%2010.8001C17.4752%2010.6388%2017.4408%2010.4779%2017.3728%2010.3262C17.3047%2010.1744%2017.2035%2010.0336%2017.073%209.91308L17.4202%209.53692L17.073%209.91308C16.9423%209.79247%2016.7849%209.69479%2016.6089%209.62749C16.4329%209.56018%2016.2429%209.5251%2016.0502%209.5251C15.8575%209.5251%2015.6675%209.56018%2015.4915%209.62749C15.3154%209.69479%2015.1581%209.79247%2015.0274%209.91308C14.8969%2010.0336%2014.7957%2010.1744%2014.7276%2010.3262C14.6596%2010.4779%2014.6252%2010.6388%2014.6252%2010.8001C14.6252%2011.09%2014.3901%2011.3251%2014.1002%2011.3251C13.8102%2011.3251%2013.5752%2011.09%2013.5752%2010.8001C13.5752%2010.4887%2013.6417%2010.1814%2013.7696%209.89633C13.8975%209.61137%2014.0837%209.3553%2014.3152%209.14153C14.5467%208.92785%2014.8193%208.76035%2015.1165%208.64674Z'%20fill='%23333333'/%3e%3c/svg%3e")}i.emoji-5a{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFF0C4'%20stroke='%23F7CA44'/%3e%3cpath%20d='M16.2863%2017.0468C16.2863%2019.4137%2014.3675%2021.3325%2012.0006%2021.3325C9.63362%2021.3325%207.71484%2019.4137%207.71484%2017.0468C7.71484%2015.9949%209.63362%2017.0471%2012.0006%2017.0471C14.3675%2017.0471%2016.2863%2015.3522%2016.2863%2017.0468Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82848'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='16'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2017.0468C16.2863%2019.4137%2014.3675%2021.3325%2012.0006%2021.3325C9.63362%2021.3325%207.71484%2019.4137%207.71484%2017.0468C7.71484%2015.9949%209.63362%2017.0471%2012.0006%2017.0471C14.3675%2017.0471%2016.2863%2015.3522%2016.2863%2017.0468Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82848)'%3e%3cpath%20d='M15.4284%2021.1821C15.4284%2022.7014%2014.1077%2022.2137%2012.2141%2022.2137C10.3206%2022.2137%208.57129%2022.7014%208.57129%2021.1821C8.57129%2019.6628%2010.1063%2018.4312%2011.9999%2018.4312C13.8934%2018.4312%2015.4284%2019.6628%2015.4284%2021.1821Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20d='M8.66855%206.42505C10.0355%206.42505%2011.1436%207.52543%2011.1436%209.06598C11.1436%2012.1471%207.76855%2013.9077%206.64355%2014.5679C5.51855%2013.9077%202.14355%2012.1471%202.14355%209.06598C2.14355%207.52543%203.26855%206.42505%204.61855%206.42505C5.45554%206.42505%206.19355%206.8652%206.64355%207.30536C7.09355%206.8652%207.83155%206.42505%208.66855%206.42505Z'%20fill='%23FF5A5C'/%3e%3cpath%20d='M19.3814%206.42505C20.7484%206.42505%2021.8564%207.52543%2021.8564%209.06598C21.8564%2012.1471%2018.4814%2013.9077%2017.3564%2014.5679C16.2314%2013.9077%2012.8564%2012.1471%2012.8564%209.06598C12.8564%207.52543%2013.9814%206.42505%2015.3314%206.42505C16.1684%206.42505%2016.9064%206.8652%2017.3564%207.30536C17.8064%206.8652%2018.5444%206.42505%2019.3814%206.42505Z'%20fill='%23FF5A5C'/%3e%3c/svg%3e")}i.emoji-5b{background:url(/assets/emoji_5b-CQ4XTKwh.svg)}i.emoji-5c{background:url(/assets/emoji_5c-Be0uyFDM.svg)}i.emoji-5d{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFF0C4'%20stroke='%23F7CA44'/%3e%3cpath%20d='M9.60039%209.90005C9.60039%2011.0598%208.66019%2012%207.50039%2012C6.34059%2012%205.40039%2011.0598%205.40039%209.90005C5.40039%208.74025%206.34059%207.80005%207.50039%207.80005C8.66019%207.80005%209.60039%208.74025%209.60039%209.90005Z'%20fill='%23333333'/%3e%3cpath%20d='M18.6004%209.90005C18.6004%2011.0598%2017.6602%2012%2016.5004%2012C15.3406%2012%2014.4004%2011.0598%2014.4004%209.90005C14.4004%208.74025%2015.3406%207.80005%2016.5004%207.80005C17.6602%207.80005%2018.6004%208.74025%2018.6004%209.90005Z'%20fill='%23333333'/%3e%3cpath%20d='M15.3002%2016.1999C15.3002%2018.0224%2013.8227%2019.4999%2012.0002%2019.4999C10.1777%2019.4999%208.7002%2018.0224%208.7002%2016.1999C8.7002%2014.3774%2010.1777%2012.8999%2012.0002%2012.8999C13.8227%2012.8999%2015.3002%2014.3774%2015.3002%2016.1999Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8906%2017.7935C15.1516%2017.3211%2015.3002%2016.7779%2015.3002%2016.1999C15.3002%2014.3774%2013.8227%2012.8999%2012.0002%2012.8999C10.1777%2012.8999%208.7002%2014.3774%208.7002%2016.1999C8.7002%2016.7779%208.84877%2017.3211%209.10981%2017.7935C9.46203%2016.5283%2010.6227%2015.5999%2012.0002%2015.5999C13.3777%2015.5999%2014.5384%2016.5283%2014.8906%2017.7935Z'%20fill='%23333333'/%3e%3cpath%20d='M7.7998%209.44995C7.7998%209.86416%207.46402%2010.2%207.0498%2010.2C6.63559%2010.2%206.2998%209.86416%206.2998%209.44995C6.2998%209.03574%206.63559%208.69995%207.0498%208.69995C7.46402%208.69995%207.7998%209.03574%207.7998%209.44995Z'%20fill='white'/%3e%3cpath%20d='M16.7998%209.44995C16.7998%209.86416%2016.464%2010.2%2016.0498%2010.2C15.6356%2010.2%2015.2998%209.86416%2015.2998%209.44995C15.2998%209.03574%2015.6356%208.69995%2016.0498%208.69995C16.464%208.69995%2016.7998%209.03574%2016.7998%209.44995Z'%20fill='white'/%3e%3cpath%20d='M8.4%2010.65C8.4%2010.8985%208.19853%2011.1%207.95%2011.1C7.70147%2011.1%207.5%2010.8985%207.5%2010.65C7.5%2010.4014%207.70147%2010.2%207.95%2010.2C8.19853%2010.2%208.4%2010.4014%208.4%2010.65Z'%20fill='white'/%3e%3cpath%20d='M17.4%2010.65C17.4%2010.8985%2017.1985%2011.1%2016.95%2011.1C16.7015%2011.1%2016.5%2010.8985%2016.5%2010.65C16.5%2010.4014%2016.7015%2010.2%2016.95%2010.2C17.1985%2010.2%2017.4%2010.4014%2017.4%2010.65Z'%20fill='white'/%3e%3cpath%20d='M21%202L21.8103%204.5546L24%205.5L21.8103%206.4454L21%209L20.1897%206.4454L18%205.5L20.1897%204.5546L21%202Z'%20fill='%23F7CA44'/%3e%3c/svg%3e")}i.emoji-5e{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5%2012C23.5%2018.3513%2018.3513%2023.5%2012%2023.5C5.64873%2023.5%200.5%2018.3513%200.5%2012C0.5%205.64873%205.64873%200.5%2012%200.5C18.3513%200.5%2023.5%205.64873%2023.5%2012Z'%20fill='%23FFF0C4'%20stroke='%23F7CA44'/%3e%3cpath%20d='M4.20039%2012.9001C5.1945%2012.9001%206.00039%2013.5045%206.00039%2014.2501C6.00039%2014.9957%205.1945%2015.6001%204.20039%2015.6001C3.20628%2015.6001%202.40039%2014.9957%202.40039%2014.2501C2.40039%2013.5045%203.20628%2012.9001%204.20039%2012.9001Z'%20fill='%23FF8F90'/%3e%3cpath%20d='M19.8%2012.9001C20.7941%2012.9001%2021.6%2013.5045%2021.6%2014.2501C21.6%2014.9957%2020.7941%2015.6001%2019.8%2015.6001C18.8059%2015.6001%2018%2014.9957%2018%2014.2501C18%2013.5045%2018.8059%2012.9001%2019.8%2012.9001Z'%20fill='%23FF8F90'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.9841%2011.1533C16.687%2011.2669%2016.3698%2011.325%2016.0504%2011.325C15.7309%2011.325%2015.4138%2011.2669%2015.1167%2011.1533C14.8195%2011.0397%2014.5469%2010.8722%2014.3154%2010.6585C14.0839%2010.4448%2013.8977%2010.1887%2013.7698%209.90372L14.2488%209.68878L13.7698%209.90372C13.6419%209.61862%2013.5754%209.31138%2013.5754%208.99995C13.5754%208.71%2013.8104%208.47495%2014.1004%208.47495C14.3903%208.47495%2014.6254%208.71%2014.6254%208.99995C14.6254%209.16128%2014.6598%209.32217%2014.7278%209.47384C14.7959%209.62565%2014.8971%209.76644%2015.0276%209.88697L14.6804%2010.2631L15.0276%209.88697C15.1583%2010.0076%2015.3156%2010.1053%2015.4917%2010.1726C15.6677%2010.2399%2015.8577%2010.275%2016.0504%2010.275C16.2431%2010.275%2016.4331%2010.2399%2016.6091%2010.1726C16.7851%2010.1053%2016.9425%2010.0076%2017.0732%209.88697C17.2037%209.76644%2017.3048%209.62565%2017.373%209.47385C17.441%209.32217%2017.4754%209.16128%2017.4754%208.99995C17.4754%208.71%2017.7104%208.47495%2018.0004%208.47495C18.2903%208.47495%2018.5254%208.71%2018.5254%208.99995C18.5254%209.31138%2018.4589%209.61862%2018.3309%209.90372C18.2031%2010.1887%2018.0169%2010.4448%2017.7853%2010.6585C17.5539%2010.8722%2017.2813%2011.0397%2016.9841%2011.1533Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.88353%2011.1533C8.58642%2011.2669%208.26925%2011.325%207.9498%2011.325C7.63036%2011.325%207.31319%2011.2669%207.01608%2011.1533C6.71892%2011.0397%206.44634%2010.8722%206.21485%2010.6585C5.98327%2010.4448%205.79713%2010.1887%205.66925%209.90372L6.14824%209.68878L5.66925%209.90372C5.54132%209.61862%205.47481%209.31138%205.47481%208.99995C5.47481%208.71%205.70986%208.47495%205.99981%208.47495C6.28975%208.47495%206.52481%208.71%206.52481%208.99995C6.52481%209.16128%206.55917%209.32217%206.62723%209.47384C6.69535%209.62565%206.79647%209.76644%206.92704%209.88697L6.57982%2010.2631L6.92704%209.88697C7.0577%2010.0076%207.21505%2010.1053%207.39107%2010.1726C7.56712%2010.2399%207.75709%2010.275%207.9498%2010.275C8.14252%2010.275%208.33249%2010.2399%208.50854%2010.1726C8.68456%2010.1053%208.84191%2010.0076%208.97257%209.88697C9.10314%209.76644%209.20426%209.62565%209.27238%209.47385C9.34044%209.32217%209.3748%209.16128%209.3748%208.99995C9.3748%208.71%209.60986%208.47495%209.8998%208.47495C10.1898%208.47495%2010.4248%208.71%2010.4248%208.99995C10.4248%209.31138%2010.3583%209.61862%2010.2304%209.90372C10.1025%2010.1887%209.91634%2010.4448%209.68476%2010.6585C9.45327%2010.8722%209.18069%2011.0397%208.88353%2011.1533Z'%20fill='%23333333'/%3e%3cpath%20d='M15.5366%2014.4595C15.9508%2014.4595%2016.2934%2014.798%2016.2218%2015.2059C15.8686%2017.2171%2014.1132%2018.7453%2012.0008%2018.7453C9.88888%2018.7453%208.13375%2017.2177%207.78008%2015.2071C7.70824%2014.7988%208.05108%2014.46%208.4657%2014.46C9.21292%2014.4602%2010.3217%2014.4598%2012.0008%2014.4598C13.8679%2014.4598%2014.6557%2014.4595%2015.5366%2014.4595Z'%20fill='%23333333'/%3e%3cmask%20id='mask0_15902_82818'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='7'%20y='13'%20width='10'%20height='6'%3e%3cpath%20d='M16.2863%2014.4596C16.2863%2016.8266%2014.3675%2018.7453%2012.0006%2018.7453C9.63362%2018.7453%207.71484%2016.8266%207.71484%2014.4596C7.71484%2013.4077%209.63362%2014.4599%2012.0006%2014.4599C14.3675%2014.4599%2015.8998%2014.4593%2016.2863%2014.4596Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15902_82818)'%3e%3cpath%20d='M16.1998%2019.0235C16.1998%2020.9142%2014.5819%2020.3073%2012.2623%2020.3073C9.94271%2020.3073%207.7998%2020.9142%207.7998%2019.0235C7.7998%2017.1328%209.68021%2015.6001%2011.9998%2015.6001C14.3194%2015.6001%2016.1998%2017.1328%2016.1998%2019.0235Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3c/svg%3e")}.energy{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:2px}.energy .energy-rate{width:70px;text-align:right;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:14px}.energy.energy-sm{justify-content:center;align-items:center}.energy.energy-sm .energy-rate{text-align:center}.energy.energy-sm i{width:36px;height:14px}.energy.energy-md i{width:40px;height:16px}.energy.energy-xl{gap:4px}.energy.energy-xl .energy-rate{font-size:20px;line-height:26px}.energy.energy-xl i{width:60px;height:24px}.energy.energy1{color:#de0010}.energy.energy1 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163952'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163952)'/%3e%3cpath%20d='M2%204C2%202.89543%202.89543%202%204%202L13%202L20%2014L4%2014C2.89543%2014%202%2013.1046%202%2012L2%204Z'%20fill='%23DE0010'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy2{color:#fb8e08}.energy.energy2 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163947'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163947)'/%3e%3cpath%20d='M2%204C2%202.89543%202.89543%202%204%202L18%202L25%2014L4%2014C2.89543%2014%202%2013.1046%202%2012L2%204Z'%20fill='%23FB8E08'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy3{color:#f9c840}.energy.energy3 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163942'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163942)'/%3e%3cpath%20d='M2%204C2%202.89543%202.89543%202%204%202L23%202L30%2014L4%2014C2.89543%2014%202%2013.1046%202%2012L2%204Z'%20fill='%23F9C840'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy4{color:#8bce26}.energy.energy4 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163937'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163937)'/%3e%3cpath%20d='M2%204C2%202.89543%202.89543%202%204%202L28%202L34.1227%2012.4961C34.5116%2013.1628%2034.0308%2014%2033.259%2014L4%2014C2.89543%2014%202%2013.1046%202%2012L2%204Z'%20fill='%238BCE26'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy5{color:#42a020}.energy.energy5 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16989_163932'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23DDDDDD'%20mask='url(%23path-1-inside-1_16989_163932)'/%3e%3crect%20x='2'%20y='2'%20width='33'%20height='12'%20rx='2'%20fill='%2342A020'/%3e%3c/svg%3e") no-repeat center center;background-size:contain}.energy.energy6{color:#5f8ef5}.energy.energy6 i{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='16'%20viewBox='0%200%2040%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_16512_174113'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%200C1.34315%200%200%201.34315%200%203L0%2013C0%2014.6569%201.34315%2016%203%2016L34%2016C35.6569%2016%2037%2014.6569%2037%2013V12C38.6569%2012%2040%2010.6569%2040%209V7C40%205.34315%2038.6569%204%2037%204V3C37%201.34315%2035.6569%200%2034%200L3%200Z'%20fill='white'/%3e%3cpath%20d='M37%2012V11C36.4477%2011%2036%2011.4477%2036%2012H37ZM37%204H36C36%204.55228%2036.4477%205%2037%205V4ZM1%203C1%201.89543%201.89543%201%203%201V-1C0.790861%20-1%20-1%200.790861%20-1%203H1ZM1%2013L1%203H-1L-1%2013H1ZM3%2015C1.89543%2015%201%2014.1046%201%2013H-1C-1%2015.2091%200.790862%2017%203%2017L3%2015ZM34%2015L3%2015L3%2017L34%2017V15ZM36%2013C36%2014.1046%2035.1046%2015%2034%2015V17C36.2091%2017%2038%2015.2091%2038%2013H36ZM36%2012V13H38V12H36ZM39%209C39%2010.1046%2038.1046%2011%2037%2011V13C39.2091%2013%2041%2011.2091%2041%209H39ZM39%207V9H41V7H39ZM37%205C38.1046%205%2039%205.89543%2039%207H41C41%204.79086%2039.2091%203%2037%203V5ZM36%203V4H38V3L36%203ZM34%201C35.1046%201%2036%201.89543%2036%203L38%203C38%200.790861%2036.2091%20-1%2034%20-1V1ZM3%201L34%201V-1L3%20-1V1Z'%20fill='%23EBEBEB'%20mask='url(%23path-1-inside-1_16512_174113)'/%3e%3crect%20x='3'%20y='3'%20width='31'%20height='10'%20rx='2'%20fill='%235F8EF5'/%3e%3c/svg%3e") no-repeat center center;background-size:cover}.fortune-cover{width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:80px}.fortune-cover .fortune-cover__close-button{position:absolute;z-index:1000;display:flex;top:20px;right:40px}.fortune-cover .fortune-cover__close-button i.fortune-cover__close-icon{width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat!important;background-size:contain}.fortune-cover .fortune-cover__header{display:flex;flex-direction:column;justify-content:flex-start;gap:20px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:28px;font-style:normal;font-weight:700;line-height:40px}.fortune-cover .fortune-cover__header .fortune-cover__header-text{color:var(--Orange-400, #FF6B6B);font-size:14px;line-height:18px}.fortune-cover .fortune-cover__header .fortune-cover__header-title{display:flex;flex-direction:column}.fortune-cover .fortune-cover__header .fortune-cover__header-title .fortune-cover__header-animal{color:var(--Gray-800, #333);font-weight:400}.fortune-cover .fortune-cover__header .fortune-cover__header-title .fortune-cover__header-date{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.fortune-cover .fortune-cover__header .fortune-cover__header-title .fortune-cover__header-date .fortune-cover__header-sajudate{display:flex;flex-direction:row}.fortune-cover i.fortune-cover__image{width:220px;height:220px;display:flex}.fortune-cover .fortune-cover__content{display:flex;flex-direction:column;align-items:center;gap:40px}.fortune-cover .saju-idiom__container{width:fit-content;display:flex;flex-direction:column;gap:4px;color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:26px}.fortune-cover .saju-idiom__container .saju-idiom__title{font-size:18px;font-weight:700;line-height:28px}.fortune-cover .fortune-cover__button{display:flex;padding:8px 12px;align-items:center;gap:2px;border-radius:20px;background:var(--orange-300-main, #EB4C10);box-shadow:0 4px 10px #0000001a;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.fortune-cover .fortune-cover__button i.arrow{display:flex;width:18px;height:18px;mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13473_114098)'%3e%3cpath%20d='M3.33301%208.0026H12.6663M12.6663%208.0026L9.99967%205.33594M12.6663%208.0026L9.99967%2010.6693'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13473_114098'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13473_114098)'%3e%3cpath%20d='M3.33301%208.0026H12.6663M12.6663%208.0026L9.99967%205.33594M12.6663%208.0026L9.99967%2010.6693'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13473_114098'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;mask-size:100% 100%;-webkit-mask-size:100% 100%;background-size:cover;background:var(--gray-100-white, #FFF)}.fortune-cover.five01{background:#c235350d}.fortune-cover.five01.rat i.fortune-cover__image{background:url(/assets/01_rat-BHikD9a4.svg) no-repeat center}.fortune-cover.five01.ox i.fortune-cover__image{background:url(/assets/02_ox-rxkkv5y9.svg) no-repeat center}.fortune-cover.five01.tiger i.fortune-cover__image{background:url(/assets/03_tiger-C4Mu_W9o.svg) no-repeat center}.fortune-cover.five01.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-Dz7Egs5x.svg) no-repeat center}.fortune-cover.five01.dragon i.fortune-cover__image{background:url(/assets/05_dragon-IEzt19bm.svg) no-repeat center}.fortune-cover.five01.snake i.fortune-cover__image{background:url(/assets/06_snake-DQ04zOTi.svg) no-repeat center}.fortune-cover.five01.horse i.fortune-cover__image{background:url(/assets/07_horse-DoADq6Rq.svg) no-repeat center}.fortune-cover.five01.goat i.fortune-cover__image{background:url(/assets/08_goat-X5Idl7jd.svg) no-repeat center}.fortune-cover.five01.monkey i.fortune-cover__image{background:url(/assets/09_monkey-kdqFS2l1.svg) no-repeat center}.fortune-cover.five01.rooster i.fortune-cover__image{background:url(/assets/10_rooster-4UGk6D9W.svg) no-repeat center}.fortune-cover.five01.dog i.fortune-cover__image{background:url(/assets/11_dog-CNj5qBzh.svg) no-repeat center}.fortune-cover.five01.pig i.fortune-cover__image{background:url(/assets/12_pig-CwVUyu2F.svg) no-repeat center}.fortune-cover.five02{background:#4040400d}.fortune-cover.five02.rat i.fortune-cover__image{background:url(/assets/01_rat-BlnJG7jh.svg) no-repeat center}.fortune-cover.five02.ox i.fortune-cover__image{background:url(/assets/02_ox-Bd10v3HY.svg) no-repeat center}.fortune-cover.five02.tiger i.fortune-cover__image{background:url(/assets/03_tiger-B0DJjhoP.svg) no-repeat center}.fortune-cover.five02.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-BslFGmj0.svg) no-repeat center}.fortune-cover.five02.dragon i.fortune-cover__image{background:url(/assets/05_dragon-CUz09obv.svg) no-repeat center}.fortune-cover.five02.snake i.fortune-cover__image{background:url(/assets/06_snake-DJ4TTkJd.svg) no-repeat center}.fortune-cover.five02.horse i.fortune-cover__image{background:url(/assets/07_horse-B6DPRrK3.svg) no-repeat center}.fortune-cover.five02.goat i.fortune-cover__image{background:url(/assets/08_goat-HFS2F1I0.svg) no-repeat center}.fortune-cover.five02.monkey i.fortune-cover__image{background:url(/assets/09_monkey-BXpalV4A.svg) no-repeat center}.fortune-cover.five02.rooster i.fortune-cover__image{background:url(/assets/10_rooster-CIxOExV6.svg) no-repeat center}.fortune-cover.five02.dog i.fortune-cover__image{background:url(/assets/11_dog-DtLTpS6L.svg) no-repeat center}.fortune-cover.five02.pig i.fortune-cover__image{background:url(/assets/12_pig-DW-lyGpv.svg) no-repeat center}.fortune-cover.five03{background:#5e9f1c0d}.fortune-cover.five03.rat i.fortune-cover__image{background:url(/assets/01_rat-BP60UOB6.svg) no-repeat center}.fortune-cover.five03.ox i.fortune-cover__image{background:url(/assets/02_ox-CTIEvhZ3.svg) no-repeat center}.fortune-cover.five03.tiger i.fortune-cover__image{background:url(/assets/03_tiger-DxsW7JSm.svg) no-repeat center}.fortune-cover.five03.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-B09m3Qra.svg) no-repeat center}.fortune-cover.five03.dragon i.fortune-cover__image{background:url(/assets/05_dragon-BU4FhNlV.svg) no-repeat center}.fortune-cover.five03.snake i.fortune-cover__image{background:url(/assets/06_snake-BTcxX6fc.svg) no-repeat center}.fortune-cover.five03.horse i.fortune-cover__image{background:url(/assets/07_horse-BqiOOM_w.svg) no-repeat center}.fortune-cover.five03.goat i.fortune-cover__image{background:url(/assets/08_goat-CjGpCFPJ.svg) no-repeat center}.fortune-cover.five03.monkey i.fortune-cover__image{background:url(/assets/09_monkey-CT0jP0Ds.svg) no-repeat center}.fortune-cover.five03.rooster i.fortune-cover__image{background:url(/assets/10_rooster-BpkmcBUI.svg) no-repeat center}.fortune-cover.five03.dog i.fortune-cover__image{background:url(/assets/11_dog-BG6_EMLK.svg) no-repeat center}.fortune-cover.five03.pig i.fortune-cover__image{background:url(/assets/12_pig-D6-tlkhy.svg) no-repeat center}.fortune-cover.five04{background:#9494940d}.fortune-cover.five04.rat i.fortune-cover__image{background:url(/assets/01_rat-DtaQW0mU.svg) no-repeat center}.fortune-cover.five04.ox i.fortune-cover__image{background:url(/assets/02_ox-E_Rl0h5q.svg) no-repeat center}.fortune-cover.five04.tiger i.fortune-cover__image{background:url(/assets/03_tiger-Ba9a7zgm.svg) no-repeat center}.fortune-cover.five04.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-CQKY2zd-.svg) no-repeat center}.fortune-cover.five04.dragon i.fortune-cover__image{background:url(/assets/05_dragon-CR5p7czu.svg) no-repeat center}.fortune-cover.five04.snake i.fortune-cover__image{background:url(/assets/06_snake-CHwzvSVZ.svg) no-repeat center}.fortune-cover.five04.horse i.fortune-cover__image{background:url(/assets/07_horse-BDtiLr39.svg) no-repeat center}.fortune-cover.five04.goat i.fortune-cover__image{background:url(/assets/08_goat-vzbO--jy.svg) no-repeat center}.fortune-cover.five04.monkey i.fortune-cover__image{background:url(/assets/09_monkey-DH2Uttxs.svg) no-repeat center}.fortune-cover.five04.rooster i.fortune-cover__image{background:url(/assets/10_rooster-D8bXsp-a.svg) no-repeat center}.fortune-cover.five04.dog i.fortune-cover__image{background:url(/assets/11_dog-Cd4Vm3gs.svg) no-repeat center}.fortune-cover.five04.pig i.fortune-cover__image{background:url(/assets/12_pig-veV58ybs.svg) no-repeat center}.fortune-cover.five05{background:#db98230d}.fortune-cover.five05.rat i.fortune-cover__image{background:url(/assets/01_rat-DvUPCKBJ.svg) no-repeat center}.fortune-cover.five05.ox i.fortune-cover__image{background:url(/assets/02_ox-bjMZoWNI.svg) no-repeat center}.fortune-cover.five05.tiger i.fortune-cover__image{background:url(/assets/03_tiger-DMARsTxY.svg) no-repeat center}.fortune-cover.five05.rabbit i.fortune-cover__image{background:url(/assets/04_rabbit-BV5CKIl7.svg) no-repeat center}.fortune-cover.five05.dragon i.fortune-cover__image{background:url(/assets/05_dragon-CpQqM6D0.svg) no-repeat center}.fortune-cover.five05.snake i.fortune-cover__image{background:url(/assets/06_snake-CEHt4rxP.svg) no-repeat center}.fortune-cover.five05.horse i.fortune-cover__image{background:url(/assets/07_horse-J5LzvWLA.svg) no-repeat center}.fortune-cover.five05.goat i.fortune-cover__image{background:url(/assets/08_goat-VfGuW5kU.svg) no-repeat center}.fortune-cover.five05.monkey i.fortune-cover__image{background:url(/assets/09_monkey-DyAO1Bo1.svg) no-repeat center}.fortune-cover.five05.rooster i.fortune-cover__image{background:url(/assets/10_rooster-0T744t3S.svg) no-repeat center}.fortune-cover.five05.dog i.fortune-cover__image{background:url(/assets/11_dog-DbEGfktF.svg) no-repeat center}.fortune-cover.five05.pig i.fortune-cover__image{background:url(/assets/12_pig-BWWIx70E.svg) no-repeat center}@media (max-width: 1080px){.fortune-cover{width:100vw;max-width:500px;padding:40px 20px;justify-content:flex-start;gap:40px!important;overflow-y:auto}.fortune-cover .fortune-cover__close-button{top:14px;right:16px}.fortune-cover .fortune-cover__header{gap:20px;font-size:24px;line-height:36px}.fortune-cover .fortune-cover__header .fortune-cover__header-text{color:var(--Orange-400, #FF6B6B);font-size:14px;line-height:18px}.fortune-cover i.fortune-cover__image{width:160px;height:160px;background-size:contain!important}.fortune-cover .saju-idiom__container{text-align:center;font-size:14px;line-height:24px}.fortune-cover .saju-idiom__container .saju-idiom__title{font-size:16px;line-height:26px}}.monthly-status{white-space:nowrap;padding:3px 6px;display:flex;justify-content:center;align-items:center;gap:2px;border-radius:4px;background:var(--orange-300-main, #EB4C10);box-sizing:border-box;cursor:pointer;color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.monthly-status.active{cursor:default;border:1px solid var(--orange-300-main, #EB4C10);background:var(--gray-100-white, #FFF);color:var(--orange-300-main, #EB4C10)}.monthly-status .monthly-status__chevron{width:8px;height:8px;background-color:tomato;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_18976_135771)'%3e%3cpath%20d='M3.00004%201.66732L5.33337%204.00065L3.00004%206.33398'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_18976_135771'%3e%3crect%20width='8'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_18976_135771)'%3e%3cpath%20d='M3.00004%201.66732L5.33337%204.00065L3.00004%206.33398'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_18976_135771'%3e%3crect%20width='8'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-repeat:no-repeat;mask-size:contain}.calendar-sidebar.pc .monthly-status{height:18px;font-size:10px;line-height:12px}.calendar-wrap{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;word-break:keep-all}.calendar-wrap .loading-full-wrap{position:fixed;left:0;top:0;bottom:0;right:0;z-index:9999;background-color:#0000}.calendar-wrap .loading-full-wrap .inner-box{position:relative;width:100%;height:100%}.calendar-wrap .loading-full-wrap.drawer{position:absolute}.calendar-wrap .loading-container{height:100%;display:flex;justify-content:center;align-items:center}.calendar-wrap.v2{background:var(--Others-Light-Sky, #f2f5f8)}.calendar-wrap .content-main .inner-base{width:100%!important;margin:0}.calendar-wrap .inner-base-calendar{width:1080px;margin:0 auto -20px}.calendar-wrap .inner-base-calendar.v2{width:1360px}.calendar-wrap .inner-base-calendar.main{width:100%}.calendar-wrap .calendar-sidebar-layout{display:flex;flex-direction:row;gap:20px;width:100%}.calendar-wrap .calendar-main{width:100%}.calendar-wrap .schedule-year-box{width:100%;display:flex;justify-content:center;align-items:center}.calendar-wrap .schedule-year-box .arrow{background-repeat:no-repeat;background-position:center;object-fit:contain}.calendar-wrap .schedule-year-box .arrow.v2{width:16px;height:16px}.calendar-wrap .schedule-year-box .arrow.main{width:20px;height:20px}.calendar-wrap .schedule-year-box .arrow.left{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calendar-wrap .schedule-year-box .arrow.left.main{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8635_141491)'%3e%3cpath%20d='M12.5003%2015.8307L6.66699%209.9974L12.5003%204.16406'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8635_141491'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calendar-wrap .schedule-year-box .arrow.right{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");transform:rotate(180deg)}.calendar-wrap .schedule-year-box .arrow.right.main{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8635_141491)'%3e%3cpath%20d='M12.5003%2015.8307L6.66699%209.9974L12.5003%204.16406'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8635_141491'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calendar-wrap .schedule-year-box .txt-year{color:#23252e;font-size:20px;font-weight:600;min-inline-size:auto}.calendar-wrap .schedule-year-box .txt-year.mobile{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:22px}.calendar-wrap .schedule-year-box .schedule-year-icon-arrow{height:20px!important;width:20px!important;background-color:#2c2c2e}.calendar-wrap .schedule-year-box .schedule-year-icon-arrow.sm{height:16px!important;width:16px!important}.calendar-wrap .schedule-year-box .btn-box{position:absolute;left:60%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px}.calendar-wrap .schedule-year-box .btn-today{height:22px;padding:3px 8px;border-radius:20px;border:1px solid var(--Gray-700, #575757);display:flex;justify-content:center;align-items:center}.calendar-wrap .schedule-year-box .btn-today__text{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700}.calendar-wrap .schedule-year-box .btn-setting{height:20px;width:20px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.calendar-wrap .schedule-year-box .btn-my-saju{height:24px;width:24px;background:url("data:image/svg+xml,%3csvg%20id='icon_마이페이지'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20id='icon_menu_boundary'%20data-name='icon/menu/boundary'%20d='M0,0H24V24H0Z'%20fill='rgba(255,255,255,0)'/%3e%3cpath%20id='패스_17328'%20data-name='패스%2017328'%20d='M-4584.1-14890s.694-9.088,8.724-9.078,8.514,9.078,8.514,9.078'%20transform='translate(4587.478%2014911)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='2'/%3e%3cg%20id='타원_2575'%20data-name='타원%202575'%20transform='translate(6%201.994)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='2'%3e%3ccircle%20cx='6'%20cy='6'%20r='6'%20stroke='none'/%3e%3ccircle%20cx='6'%20cy='6'%20r='5'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.calendar-wrap .schedule-year-box .btn-today.main{position:absolute;right:17px;top:22px;padding:2px 6px;justify-content:center;align-items:center;border-radius:40px;border:1px solid var(--Gray-300, #ebebeb)}.calendar-wrap .schedule-year-box .btn-today-empty{position:absolute;display:none}.calendar-wrap .schedule-year-box .btn-clock{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13473_116278)'%3e%3cpath%20d='M12%208.00012V12L14.9996%2014.9996M21%2012C21%2013.78%2020.4722%2015.5201%2019.4832%2017.0001C18.4943%2018.4802%2017.0887%2019.6337%2015.4442%2020.3149C13.7996%2020.9961%2011.99%2021.1743%2010.2442%2020.8271C8.49836%2020.4798%206.89471%2019.6226%205.63604%2018.364C4.37737%2017.1053%203.5202%2015.5016%203.17294%2013.7558C2.82567%2012.01%203.0039%2010.2004%203.68509%208.55585C4.36628%206.91131%205.51983%205.50571%206.99987%204.51677C8.47991%203.52784%2010.22%203%2012%203C13.1819%203%2014.3522%203.23279%2015.4442%203.68508C16.5361%204.13738%2017.5282%204.80031%2018.364%205.63604C19.1997%206.47177%2019.8626%207.46392%2020.3149%208.55585C20.7672%209.64778%2021%2010.8181%2021%2012Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13473_116278'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0;display:flex}.calendar-wrap .schedule-year-box .sec-date-box{justify-content:center}.calendar-wrap .schedule-year-box .sec-date-box .title-section{display:flex;align-items:center;justify-content:center}.calendar-wrap .schedule-year-box .sec-date-box .title-section.mobile{justify-content:center}.calendar-wrap .schedule-year-box .sec-date-box .title-section.mobile .v-toolbar-title__placeholder{width:100%}.calendar-wrap .schedule-year-box .sec-date-box .v-btn{height:24px}.calendar-wrap .schedule-year-box .sec-btn-box{display:flex;justify-content:flex-end;gap:8px;align-items:center}.calendar-wrap .schedule-year-box .sec-btn-box.mobile{gap:4px}.calendar-wrap .schedule-year-box .sec-btn-box.mobile button{height:40px;padding:4px}.calendar-wrap .schedule-year-box .sec-btn-box.mobile button .btn-clock,.calendar-wrap .schedule-year-box .sec-btn-box.mobile button .btn-setting{width:24px;height:24px}.calendar-wrap .schedule-year-box .v-toolbar{background-color:#fff}.calendar-wrap .schedule-year-box .v-toolbar.v2{background:var(--Others-Light-Sky, #f2f5f8)}.calendar-wrap .schedule-year-box .v-toolbar.mobile{padding:0 16px}.calendar-wrap .schedule-year-box .v-toolbar.mobile .v-toolbar__content{margin-top:8px;height:40px!important}.calendar-wrap .schedule-year-box .v-toolbar .v-toolbar__content{width:100%;height:100px;justify-content:center}.calendar-wrap .schedule-year-box .v-toolbar .v-toolbar__content .mobile{flex:auto}.calendar-wrap .schedule-year-box .v-toolbar .v-toolbar__content .mobile .v-toolbar-title__placeholder{font-size:16px;text-align:center}.calendar-wrap .schedule-year-box .v-toolbar .v-toolbar__content>.v-btn:first-child{margin-inline-start:0;margin-block-start:0;padding-block:0}.calendar-wrap .schedule-year-box .v-toolbar .v-toolbar__content>.v-toolbar-title{margin-inline-start:0;flex:0 0 auto}.calendar-wrap .schedule-year-box.v2{position:relative}.calendar-wrap .schedule-search{display:flex;justify-content:space-between;align-items:center;color:#575757;font-size:14px}.calendar-wrap .schedule-search .sch-checkbox{display:flex;justify-content:flex-start;align-items:center}.calendar-wrap .schedule-search .sch-checkbox label{margin-right:20px}.calendar-wrap .sch-word{display:flex;justify-content:flex-end;align-items:center;max-width:272px;font-size:14px}.calendar-wrap .sch-word.col{font-size:14px;font-weight:500;color:#575757}.calendar-wrap .sch-word .month{font-size:16px;font-weight:600}.calendar-wrap .sch-word.end{position:absolute;right:0}.calendar-wrap .sch-word.end.v-col{padding:0}.calendar-wrap .sec-sch-body{position:relative}.calendar-wrap .sec-sch-body .quick-menu-box{position:absolute;right:-110px;top:12px}.calendar-wrap .img-nangmanee{position:absolute;z-index:10;top:0;transform:translateY(-100%);width:70px;height:70px;background-image:url(/assets/nangmanee_default-J2XzOvnZ.png);background-size:contain}.calendar-wrap .img-nangmanee.active{background-image:url(/assets/nangmanee_wink-CTVNgvam.png)}.calendar-wrap .purchase-tab{position:absolute;left:36px;transform:translateY(calc(-100% + 1px));display:inline-flex;height:32px;padding:0 12px 0 34px;align-items:center;gap:6px;flex-shrink:0;border-radius:8px 8px 0 0;border:1px solid var(--Gray-300, #ebebeb);background-color:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:16px}.calendar-wrap .purchase-tab .icon-calendar-fill{width:24px;height:24px;background-size:cover}.calendar-wrap .purchase-tab .icon-calendar-fill path{fill:#fff;stroke:#eb4c10}.calendar-wrap .purchase-tab .purchase-tab__status-icon{display:flex;width:12px;height:12px;mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13206_60816)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13206_60816'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20class='icon-arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13206_60816)'%3e%3cpath%20d='M4.5%202.5L8%206L4.5%209.49999'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13206_60816'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:#fff}.calendar-wrap .purchase-tab.active{background-color:#fff;color:var(--Gray-700, #575757);cursor:default}.calendar-wrap .purchase-tab.active .icon-calendar-fill{width:24px;height:24px;background-size:cover}.calendar-wrap .purchase-tab.active .icon-calendar-fill path{fill:#eb4c10;stroke:#fff}.calendar-wrap .purchase-tab.active .purchase-tab__status-icon{mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_16023_78626)'%3e%3cpath%20d='M2.5%206L4.97487%208.47487'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M9.94971%203.5L4.99996%208.44975'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_16023_78626'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat;background-color:#575757}.calendar-wrap .sec-sch-body.mobile{width:100%;height:100%}.calendar-wrap .sec-sch-body.mobile .v-row{width:100%;margin:0}.calendar-wrap .sec-sch-body.mobile .v-row .v-col{margin:0;height:100%}.calendar-wrap .full-calendar{width:100%;height:100%;background-color:#fff}.calendar-wrap .full-calendar.mobile{height:calc(100vh - 48px)}.calendar-wrap .full-calendar.mobile.fc-direction-ltr .fc-daygrid-event.fc-event-end,.calendar-wrap .full-calendar.mobile.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-left:0!important;margin-right:0!important}.calendar-wrap .full-calendar.mobile .fc-scrollgrid-sync-table{margin-bottom:48px}@media (max-width: 768px){.calendar-wrap .full-calendar.web{height:calc(100vh - 96px)}}.calendar-wrap .fc-direction-ltr .fc-daygrid-event.fc-event-end,.calendar-wrap .fc-direction-rtl .fc-daygrid-event.fc-event-start{height:100%;background-color:transparent}.calendar-wrap .fc .fc-daygrid-day-events{height:100%;margin-top:0}.calendar-wrap .fc-header-toolbar{margin-bottom:0!important}.calendar-wrap .fc .fc-daygrid-day-number{padding:1px;position:relative;z-index:4}.calendar-wrap .fc .fc-daygrid-event-harness{height:100%}.calendar-wrap .fc .fc-daygrid-event-harness-abs{visibility:visible!important}.calendar-wrap .popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:100;background-color:#0000004d}.calendar-wrap .ganji-box-l{display:flex;padding:8px 12px;align-items:flex-start;border-radius:8px;gap:2px;border:1px solid var(--Gray-300, #ebebeb)}.calendar-wrap .ganji-box-l .ganji-txt1{font-size:18px;line-height:20px}.calendar-wrap .custom-overlay{border-radius:4px;box-sizing:border-box}.calendar-wrap .check-luck-button{display:flex;padding:4px 6px;justify-content:center;align-items:center;gap:2px;border-radius:10px;background:var(--Orange-200, #f80);color:var(--gray-100-white, #fff);font-size:11px;font-weight:700;line-height:12px;letter-spacing:-.333px}.calendar-wrap .drawer-mobile-w100{width:100%;touch-action:none;-ms-touch-action:none}.calendar-wrap .drawer-mobile-w95{width:95%;touch-action:none;-ms-touch-action:none}.calendar-wrap .drawer-mobile{width:81%!important;max-width:400px}.calendar-wrap .drawer-mobile .drawer-header{margin-bottom:12px;height:52px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:14px 16px;color:var(--gray-900-black, #2c2c2e);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px}.calendar-wrap .drawer-mobile .drawer-header .close{width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.calendar-wrap .drawer-mobile .toggle-box{padding:0 16px;display:flex;flex-direction:column;gap:32px}.calendar-wrap .drawer-mobile .toggle-box .checkbox+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.calendar-wrap .drawer-mobile .toggle-box .checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")!important}.calendar-wrap .drawer-mobile .toggle-box .label{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.333px}.calendar-wrap .bottom-sheet{height:100%;top:0}.calendar-wrap .bottom-sheet .bottom-view{height:100%}.calendar-wrap .v-dialog-alert .back-full-layer .alert-wrap.bottom .tit-box{display:flex;flex-direction:column;gap:4px}.calendar-wrap .v-dialog-alert .back-full-layer .alert-wrap.bottom .tit-box .title{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.calendar-wrap .v-dialog-alert .back-full-layer .alert-wrap.bottom .tit-box .subtitle{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.calendar-wrap .v-dialog-alert .back-full-layer .alert-wrap.bottom .tit-box .point-text{color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.calendar-wrap i.crown{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13369_130851)'%3e%3cpath%20d='M7.58398%203.95998C7.78189%203.66311%208.21811%203.66311%208.41603%203.95998L10.3642%206.88217C10.5268%207.12615%2010.8635%207.17843%2011.0925%206.99525L12.9796%205.48556C13.3378%205.19901%2013.8606%205.50573%2013.7852%205.9582L12.7363%2012.2515C12.6961%2012.4926%2012.4875%2012.6693%2012.2431%2012.6693H3.7569C3.51248%2012.6693%203.30388%2012.4926%203.2637%2012.2515L2.21482%205.9582C2.13941%205.50573%202.66217%205.19901%203.02037%205.48556L4.90747%206.99525C5.13645%207.17843%205.47319%207.12615%205.63585%206.88217L7.58398%203.95998Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13369_130851'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.calendar-wrap i.point{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='url(%23paint0_linear_7436_120800)'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.75'%20fill='white'%20fill-opacity='0.1'/%3e%3ccircle%20cx='10'%20cy='10'%20r='8.25'%20stroke='white'%20stroke-opacity='0.1'/%3e%3cg%20filter='url(%23filter0_d_7436_120800)'%3e%3cpath%20d='M7.31879%2013.5725C6.82721%2013.5725%206.42871%2013.174%206.42871%2012.6825V7.45963C6.42871%206.89081%206.88983%206.42969%207.45866%206.42969C7.75193%206.42969%208.03129%206.55471%208.22669%206.77341L12.1817%2011.2C12.3105%2011.3441%2012.2082%2011.5725%2012.015%2011.5725C11.8915%2011.5725%2011.7914%2011.4724%2011.7914%2011.349V7.31976C11.7914%206.82819%2012.1899%206.42969%2012.6815%206.42969C13.1731%206.42969%2013.5716%206.82819%2013.5716%207.31976V12.5498C13.5716%2013.1146%2013.1137%2013.5725%2012.5488%2013.5725C12.258%2013.5725%2011.9809%2013.4488%2011.7869%2013.2321L7.81916%208.80203C7.69033%208.65818%207.79242%208.42969%207.98552%208.42969C8.10887%208.42969%208.20886%208.52968%208.20886%208.65303V12.6825C8.20886%2013.174%207.81036%2013.5725%207.31879%2013.5725Z'%20fill='%23FFE2D5'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M8.45886%2012.6825V9.89099L11.6007%2013.3989C11.8421%2013.6685%2012.1869%2013.8225%2012.5488%2013.8225C13.2517%2013.8225%2013.8216%2013.2527%2013.8216%2012.5498V7.31976C13.8216%206.69012%2013.3111%206.17969%2012.6815%206.17969C12.0518%206.17969%2011.5414%206.69012%2011.5414%207.31976V10.1081L8.41312%206.60684C8.17029%206.33506%207.82312%206.17969%207.45866%206.17969C6.75176%206.17969%206.17871%206.75274%206.17871%207.45963V12.6825C6.17871%2013.3121%206.68914%2013.8225%207.31879%2013.8225C7.94843%2013.8225%208.45886%2013.3121%208.45886%2012.6825Z'%20stroke='white'%20stroke-opacity='0.3'%20stroke-width='0.5'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_7436_120800'%20x='3.92871'%20y='3.92969'%20width='12.1426'%20height='12.1445'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_7436_120800'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_7436_120800'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_7436_120800'%20x1='0'%20y1='0'%20x2='20'%20y2='20'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23EB490C'/%3e%3cstop%20offset='0.25'%20stop-color='%23F26A37'/%3e%3cstop%20offset='0.5'%20stop-color='%23F89E76'/%3e%3cstop%20offset='0.745'%20stop-color='%23F26A37'/%3e%3cstop%20offset='1'%20stop-color='%23EB490C'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.calendar-wrap .v-navigation-drawer__scrim{background-color:#0000!important}.mysaju-item-box{display:flex;padding:12px 8px;align-items:center;gap:12px;border-bottom:1px solid var(--Gray-300, #ebebeb)}.mysaju-item-box:focus,.mysaju-item-box:hover,.mysaju-item-box.selected{background:var(--Orange-100, #fff8f5)}.mysaju-item-box .v-navigation-drawer__scrim{opacity:0!important;background-color:#0000!important}.calendar-wrap .mysaju-box{width:100%;overflow:hidden}.calendar-wrap .mysaju-box.mobile{display:flex;flex-direction:column;gap:12px;position:relative}.calendar-wrap .mysaju-box .mysaju-box__default{top:-1px;display:flex;flex-direction:row;padding:3px 6px;justify-content:center;align-items:center;gap:4px;position:absolute;left:16px;border-radius:0 0 4px 4px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:16px}.calendar-wrap .mysaju-box .mysaju-box__default i.default-icon{display:flex;width:12px;height:12px;background-color:var(--gray-100-white, #fff);background-size:cover;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_17868_192723)'%3e%3cpath%20d='M6%202.5L8%205.5L10.5%203.5L9.5%209.5H2.5L1.5%203.5L4%205.5L6%202.5Z'%20fill='currentColor'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_17868_192723'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_17868_192723)'%3e%3cpath%20d='M6%202.5L8%205.5L10.5%203.5L9.5%209.5H2.5L1.5%203.5L4%205.5L6%202.5Z'%20fill='currentColor'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_17868_192723'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center/contain}.calendar-wrap .mysaju-box .info-box{display:flex;gap:8px}.calendar-wrap .mysaju-box .info-box .ilgan-icon{width:44px;height:44px;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:22px;background-color:var(--Gray-200, #f8f8f8);text-align:center;font-family:ChosunGs;font-size:24px;font-style:normal;font-weight:400;line-height:44px}.calendar-wrap .birth-box{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.325px}.calendar-wrap .name-row{display:flex;flex-direction:row;gap:4px}.calendar-wrap .name-box{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;overflow:hidden}.calendar-wrap .name-box.row{width:100%;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;overflow:hidden}.calendar-wrap .name-box.row .name{max-width:150px;width:auto;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:16px}.calendar-wrap .name-box.row .age{width:90px;flex-shrink:0}.calendar-wrap .name-box .name{width:100%;position:relative;display:flex;gap:4px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.4px}.calendar-wrap .name-box .name .name-text{width:calc(100% - 20px);text-align:start;overflow:hidden;display:flex;gap:8px}.calendar-wrap .name-box .name .button{position:absolute;right:0;width:20px;height:20px;border:1px solid #ebebeb;border-radius:20px;color:gray;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13217_128439)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M13.3332%209.16667L9.99984%2012.5L6.6665%209.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13217_128439'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center}.calendar-wrap .name-box .name .button.close{transform:rotate(180deg)}.calendar-wrap .name-box .age{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.325px}.calendar-wrap .birth-item{display:flex;flex-direction:row;gap:4px}.calendar-wrap .birth-item .label{color:var(--gray-900-black, #2c2c2e);font-weight:500;white-space:nowrap}.calendar-wrap .birth-item .label.solar{color:#ff6e6e}.calendar-wrap .birth-item .label.lunar{color:#5790fc}.calendar-wrap .birth-item .txts{display:flex;flex-wrap:wrap;color:#575757;font-size:13px;font-weight:400;letter-spacing:-.325px}.calendar-wrap .birth-item .txts .bold{font-weight:600}.calendar-wrap .v-dialog-alert .alert-wrap .btn-box{height:48px}.calendar-wrap .v-dialog-alert .alert-wrap .btn-box .btn-nor{height:100%;padding:0;display:flex;justify-content:center;align-items:center;line-height:48px}.calendar-sidebar__step{display:flex;padding:20px 16px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;background:var(--gray-100-white, #fff)}.calendar-sidebar__step .step-box__line{width:100%;height:1px;background:var(--Gray-300, #ebebeb)}.step-box__header{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}.step-box__header .step-number{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:var(--Orange-200, #f80);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.step-box__header .step-title{display:flex;align-items:center;gap:8px}.step-box__header .step-title .step-title__txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:24px}.step-box__header .step-title .step-title__info{width:20px;height:20px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_19258_139318)'%3e%3cpath%20d='M10%2016.25C13.4518%2016.25%2016.25%2013.4518%2016.25%2010C16.25%206.54822%2013.4518%203.75%2010%203.75C6.54822%203.75%203.75%206.54822%203.75%2010C3.75%2013.4518%206.54822%2016.25%2010%2016.25Z'%20fill='%23949494'/%3e%3cpath%20d='M10%203.83406C8.78069%203.83406%207.58875%204.19563%206.57492%204.87305C5.56109%205.55047%204.7709%206.51331%204.30429%207.63982C3.83768%208.76633%203.71559%2010.0059%203.95347%2011.2018C4.19134%2012.3977%204.7785%2013.4962%205.64069%2014.3584C6.50288%2015.2206%207.60138%2015.8077%208.79728%2016.0456C9.99317%2016.2835%2011.2327%2016.1614%2012.3593%2015.6948C13.4858%2015.2282%2014.4486%2014.438%2015.126%2013.4242C15.8034%2012.4103%2016.165%2011.2184%2016.165%209.99906C16.163%208.36461%2015.5129%206.79767%2014.3571%205.64194C13.2014%204.48621%2011.6345%203.83605%2010%203.83406ZM10%202.60156C11.4633%202.60156%2012.8938%203.03549%2014.1105%203.84848C15.3273%204.66146%2016.2756%205.81699%2016.8356%207.16893C17.3956%208.52088%2017.5421%2010.0085%2017.2566%2011.4437C16.9711%2012.879%2016.2664%2014.1973%2015.2317%2015.232C14.197%2016.2668%2012.8786%2016.9714%2011.4434%2017.2569C10.0082%2017.5424%208.52057%2017.3959%207.16863%2016.8359C5.81668%2016.2759%204.66116%2015.3276%203.84817%2014.1108C3.03519%2012.8941%202.60126%2011.4636%202.60126%2010.0003C2.60126%208.03804%203.38077%206.15614%204.7683%204.76861C6.15584%203.38107%208.03774%202.60156%2010%202.60156Z'%20fill='%23949494'/%3e%3cpath%20d='M10%208.95898C10.3452%208.95898%2010.625%209.23881%2010.625%209.58398V13.959H11.25C11.5952%2013.959%2011.875%2014.2388%2011.875%2014.584C11.875%2014.9292%2011.5952%2015.209%2011.25%2015.209H10C9.65482%2015.209%209.375%2014.9292%209.375%2014.584V10.209H8.75C8.40482%2010.209%208.125%209.92916%208.125%209.58398C8.125%209.23881%208.40482%208.95898%208.75%208.95898H10Z'%20fill='white'/%3e%3ccircle%20cx='10'%20cy='6.25'%20r='1.25'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_19258_139318'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;cursor:pointer}.step-detail{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.step-detail.gnb{display:flex;flex-direction:unset;padding:4px 16px;align-items:center;gap:14px}.step-detail .step-detail__tit{align-self:stretch;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.step-detail .step-detail__cont{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.step-detail .step-detail__cont.primary{color:var(--Orange-500-Error, #ff453a);font-family:Pretendard;font-size:14px;line-height:22px}.step-detail .step-detail__cont .step-detail__keyword{color:var(--orange-300-main, #eb4c10)}.step-detail .gnb__input-saju{width:48px;height:48px;background:url(data:image/png;base64,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) center center no-repeat;background-size:48px auto}.step-detail .step-detail__next-icon{width:16px;height:16px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_19258_137819)'%3e%3cpath%20d='M8.00002%203.33268L12.6667%207.99935L8.00002%2012.666'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.33333%203.33268L8%207.99935L3.33333%2012.666'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_19258_137819'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.step-detail .gnb__fortune-calendar{width:48px;height:48px;background:url(data:image/png;base64,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) center center no-repeat;background-size:48px auto}.step-detail__action-btn{display:flex;min-width:40px;width:100%;padding:8px 20px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.mobile-guide-bar{width:100%;height:10px;min-height:10px;background:var(--Gray-200, #f8f8f8)}.gray-box{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;border-radius:12px;background:var(--Gray-200, #f8f8f8)}.bottom-txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}@media (max-width: 768px){.manse-layout .manse-main .content-main{min-height:100vh}}.calendar-wrap.v2.mobile .calendar-sidebar-layout .calendar-sidebar{display:none}.calendar-wrap.v2.mobile .calendar-main{width:100%}.calendar-wrap.v2.mobile .img-nangmanee,.calendar-wrap.v2.mobile .purchase-tab{display:none}.calendar-wrap.v2.mobile .schedule-year-box{position:relative;z-index:1}.calendar-wrap.v2.mobile .schedule-year-box .v-sheet{height:auto}.calendar-wrap.v2.mobile .schedule-year-box .v-toolbar.mobile{position:relative}.calendar-wrap.v2.mobile .schedule-year-box .v-toolbar.mobile .v-toolbar__content{height:40px}.calendar-wrap.v2.mobile .sec-sch-body{position:relative;z-index:0}.calendar-wrap.v2.mobile .sec-sch-body .v-sheet{height:auto;min-height:500px}.calendar-wrap.v2.mobile .inner-base-calendar.v2{width:100%;padding:0}.manse-layout{background:#fff;width:100%;height:100%;-webkit-user-select:none;user-select:none;scrollbar-color:#000;scrollbar-width:100px}@media (max-height: 1200px){.manse-layout .manse-main{min-height:calc(100vh - 64px)}}@media (max-width: 768px){.manse-layout .manse-main{min-height:100vh}}.manse-layout .manse-main .content-main{height:100%}@media (max-height: 1200px){.manse-layout .manse-main .content-main{min-height:calc(100vh - 64px)}}@media (max-width: 768px){.manse-layout .manse-main .content-main{min-height:100vh}.manse-layout .manse-main .content-main.fortune:not(.webview){min-height:calc(100vh - 52px);margin-top:52px}}@media (max-width: 768px){.manse-layout .nc-footer{display:none}}.content-main .inner-base:not(.canlendar){width:1360px;margin:0 auto}.inner-base-3{width:1208px;margin:0}.header-wrap{position:relative;height:64px;box-sizing:border-box;display:flex;box-shadow:0 1px 4px #00000024;z-index:2}.header-wrap .inner-base.pc{display:flex;justify-content:space-between;align-items:center}.header-wrap .hd__logo{width:130px;background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;font-size:0;height:40px}.header-wrap .nav-list{display:flex;justify-content:flex-start;align-items:center;font-weight:500}.header-wrap .nav-list li{padding-left:2rem;cursor:pointer;display:flex;align-items:center;position:relative}.header-wrap .nav-list li .icon-mypage{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYWSURBVHgB7ZxbbttGFIb/oeRc2gSRiiaxCxShH/sUewWVV9BkBbVXEHsFrlcQZwVRVpB2BVWf+tCHOCiKFihQM0hb23FayagvuYicnjND2bpbIudQF+cDZIk0xcuvc87MnOGhQobo6nYBmPGBfIkWfSh1B1AL8b/9ts0DetXMS0fP7bLeUsW5CjJEQRgrytVlKO8rWmQxCkhPBTp8wu8kWABBRARqE6UEWYxYJFQZAjgVyAjjffQAWq3CjaUMc/SArqaMKHri0qqcCDRaYTrOxgilbtzegANSC6SrOyVypce0Kx9jBQmlsaaKt79FChILZK3m43U6iVWMMwqbiI42VHG+hgQkEoishppo7/vxs5pesDVFS0lik4chsS6VezY54jDK53PW1b17GJKhBNLV3VU6EFnOqANxIgrUMX2qq38PFRIGFkgf7K+TWz3EpKPyD/XB3vrAmw+ykbWcKRCnGV2nFu6zzfM2O1cgXf3rHtTMU0wjOlw6b2zXVyDbWnFAnsiYMwg0EA4X+7VuPWOQ6eeYpnxqxWHMNdqxY3d6B2nuBEL5mHqUb6+1x3+7rTT9BWoSkRH6kCz93Qn02zf2pPJ5qKvXoa5laLw94lF3gWp729LWo9+9QfjqJfS/u3Ru9a7bqEtXjEi5uXnzWRbubR8vtg9JOlzM9HegfAgS7r9E/befEO3/2VMccy4kYkQCvv/lR4S7AWRRPnCloxPZYkHSYywWI3zxK6KD10iCd+NT5O58QQ1rHkKQrx/NN1tRqwV5+a8lrSeNOAx/l/chSKHdiloF0tEyhKjvbqcSp4ERiVxTDJV70NzsnwpE7rUs5locS3YCuCLc2Tb7FMLm02POLEixe8nAF+R2h3XTAophJxsMRiATnKFLEIL7Oa7h1k2QUsPNGhZUghDRYVXGHciKJIQ/w7qZFUjQvfTxIaTQb08gRuxmsQXJuRf6dATTIhiomQV2M09X90v4QDfMfQRkQeECBBEdQ8n1qGPyJRLI8yHJZTmBPBrxC0MWpNRdCOJdK8r80jzSvy6eDmEX0+JH8T6ZhWu8LHJFyrvrQesihMnd+ty5FXGOKAs8e5eXLByovVkfrsjNZpFAM/hDTz0nJU9WxPmctJic0JyPrMhMIIaTXWlEaiTMsiRTgTgT6BVuJotH8XeVeN+nFUUzGEEWcYgHlnXKBqYdHnDs4QAt0TJ2IRD/OUwemhLukaP8DQvMQueO/4PHsx2yFlVjF9uCEOZifn/mTJxmOO3KMyOiA1YdHZBAKoAADXH0iWC6o3EMOZG2SKAogGPYrYRP/OxYLNIfP/edX0tBwIPVChzDMScLcRqwlUau8952z2xBMwFsTYQTOFccSSbUe8AxyXUKlufqPVUs0l6Vs0AdivySg1F3Oamoox/4zXYUdfgdHMDWk6VrtdOYy3eDVzZ/7cLlMhwQ/rODURM5O4ewwn+NQLGbVZAC/vVkp2EGIzL3GqW0YnKvxm15Z2OxlG42DuI0iGr7SId1L/PpbKVxs8RXGaY+KXek7JwGqnir3Fg4Fci4mdaPkJQRBud2UlmzrWQ8pS3dcYlvrE62d8EJwqFJPoAN6FVuXtEiUBor4pE1skmD9ofzRrMJ89W2tDNoXtVxE6euVgtQ7/nmcR8Xi0AVbnUo25FRtFakVnDR0Hqt2+quKVdVvFmBRvKAPWno6FGv0s2etRoXyNUo9XC02Ktks2fS3rpauASHI/3xQ9XsHfa961n7zmqYiK7VfUwrOlo5r4713GkfG4+iNUwbdE2DlIwPNC+mirObFOWdFOqPBTrcMNc0AEOVhU9FaaaxnMHEYYaum49LpR5j4grtOCDjvgkZw3wLCYhLNbka0cdkEMT1YAGGJNHcvG3dZhYnojNJnUDbz0n2RBgHDzd5TS4XcVzyMV5wF2VlWJdqx9nzgyg2fUOxiW9I9zFSONaQ1eB4M+kDTVr2BofYmg9veTRCuRXmdK8QQldfLdMbiYUvIYkGzV8p6vAdll0K0yCDh7yxVeVKcCYWW4p+LilKy9GQMXHpwwLlaH1yx/ipeLrQcROX1i/iT1umIhk5eukKcBRIi9LM/1fypGPPsfTZAAAAAElFTkSuQmCC) center center no-repeat;background-size:36px auto;font-size:0;width:36px;height:36px;display:flex}.header-wrap .nav-list li .active,.header-wrap .nav-list li .active a,.header-wrap .nav-list li.active,.header-wrap .nav-list li.active a{color:#eb4c10}.footer-wrap{display:flex;width:100%;height:230px;padding:40px 280px;background-color:#38404a}.footer-wrap .ft-logo{padding:0!important;margin-bottom:28px}.footer-wrap .ft-logo .logo{background:url(/assets/logo_w-BkXrwtOa.png) center center no-repeat;background-size:100% auto;width:107px;height:40px;font-size:0;display:block}.footer-wrap .banner-box{background:url(/assets/banner01-DwMuJC1N.png);height:150px}.footer-wrap .inner-base{width:100%;padding-top:0!important;padding-bottom:0!important;display:flex;justify-content:space-between;align-items:flex-start}.footer-wrap .inner-base .address-sec{width:738px;height:100%;display:flex;flex-direction:column;color:#fff;font-size:14px;font-weight:300}.footer-wrap .inner-base .info-sec{width:385px!important;display:flex;height:150px;flex-direction:column;justify-content:space-between;align-items:flex-end}.footer-wrap .info-area{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-wrap .info-area ul{display:flex;justify-content:flex-start;align-items:center;padding:0}.footer-wrap .info-area ul li{color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-right:16px}.footer-wrap .info-area ul li:not(:first-child):before{content:"";display:block;width:1px;height:10px;background:#999;position:absolute;left:0;top:50%;margin-top:-5px}.footer-wrap .info-area ul li:first-child{padding-left:0}.footer-wrap .info-area ul li em{color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px;margin-right:8px!important}.footer-wrap .info-area ul a{color:#fff;font-size:14px;font-weight:300}.footer-wrap .copyright{color:var(--Gray-300, #ebebeb);font-family:Pretendard;font-size:11px;font-style:normal;font-weight:400;line-height:18px;margin-top:20px;padding:0!important}.footer-wrap .link-area{display:flex;width:100%;justify-content:space-between;flex-direction:row!important;align-items:flex-start;justify-content:flex-end;gap:20px}.footer-wrap .link-area ul{display:flex;gap:20px;padding:0;margin:0;list-style:none}.footer-wrap .link-area li{color:var(--gray-100-white, #fff);text-align:right;font-family:Pretendard;font-size:14px!important;font-style:normal;font-weight:700;line-height:18px}.footer-wrap .store-area{display:flex;align-items:center;justify-content:center!important;gap:8px}.footer-wrap .store-area .google-play,.footer-wrap .store-area .app-store{display:flex;width:142px;height:42px;flex-shrink:0;border-radius:8px;border:1px solid #575757!important;align-items:center;justify-content:center!important}.footer-wrap .store-area .google-play .google-icon,.footer-wrap .store-area .app-store .google-icon{vertical-align:middle!important}.top_header_text_title{display:flex;flex-wrap:wrap;padding-top:30px;padding-bottom:17px}.top_header_text_title .tit-box{display:flex;flex-direction:row}.top_header_text_title .tit-box .title{font-size:20px;color:#23252e;font-weight:500;margin-bottom:0!important}.top_header_text_title .row-box{display:flex;width:100%;justify-content:space-between!important;align-items:center!important}.top_header_text_title .row-box .exp{font-size:14px;color:#575757}.top_header_text_title .search-box{display:flex;width:334px;height:34px;align-items:center;color:var(--Gray-600, #757575)}.top_header_text_title .search-box .input{border-bottom:none;font-size:14px;letter-spacing:-.35px;height:34px;padding:8px}.top_header_text_title .search-box .input input{height:100%;padding:0;margin:0;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.top_header_text_title .search-box .input .v-input__control{min-height:0!important}.top_header_text_title .search-box .top_search_image_icon{width:24px;height:24px;font-size:0;display:flex;cursor:pointer;margin-left:3px!important}.top_header_text_title .search-box .icon-search{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_65_2'%20data-name='구성%20요소%2065%20–%202'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='icon_circle'%20transform='translate(4%204)'%3e%3cpath%20id='circle2017'%20d='M7.687,291.161a7.177,7.177,0,1,0,4.469,12.779l2.988,2.987a.8.8,0,1,0,1.131-1.129l-2.988-2.988a7.165,7.165,0,0,0-5.6-11.649Zm0,1.594a5.582,5.582,0,1,1-5.579,5.579,5.566,5.566,0,0,1,5.579-5.579Z'%20transform='translate(-0.514%20-291.161)'%20fill='%237f828d'/%3e%3c/g%3e%3crect%20id='사각형_10038'%20data-name='사각형%2010038'%20width='24'%20height='24'%20fill='none'/%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:flex}.result-box{display:flex;justify-content:space-between;align-items:flex-start;max-width:calc(100vw - 32px)}.result-box .filter{width:230px}.result-box .filter .hd-box{font-size:16px;color:#23252e;font-weight:600;display:flex;justify-content:flex-start;align-items:center;padding-bottom:10px;border-bottom:1px solid #d9d9d9;height:50px}.result-box .filter .hd-box .txt{margin-left:5px}.result-box .filter .hd-box .btn-r{margin-left:auto}.result-box .filter .row-box{border-bottom:1px solid #e5e5e5;padding:15px 0 5px}.result-box .filter .row-box .tit-box{color:#23252e;font-weight:600;font-size:15px;height:20px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.result-box .filter .row-box .option-item-list{padding-bottom:10px}.result-box .filter .row-box .cont-box{height:0;overflow:hidden;transition:height .3s ease}.result-box .filter .row-box .cont-box.active{height:auto}.result-box .filter-box{display:flex;justify-content:space-around;align-items:flex-start}.result-box .filter-box .new-filter{display:flex;flex-direction:row}.result-box .filter-box .new-filter .filters-line{display:flex;flex-direction:row;align-items:center}.result-box .filter-box .new-filter .col-box{margin-right:8px;position:relative}.result-box .filter-box .new-filter .tit-box{display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-300, #ebebeb);background-color:var(--gray-100-white, #fff);cursor:pointer}.result-box .filter-box .new-filter .tit-box span{color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:18px}.result-box .filter-box .new-filter .down-button{width:12px;height:12px;padding:0;margin:0}.result-box .filter-box .new-filter .cont-box{margin-top:4px;overflow:hidden;transition:max-height .3s ease;border-radius:8px;display:inline-flex;flex-direction:column;align-items:flex-start;position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 0 10px #0003;z-index:1000;max-height:0}.result-box .filter-box .new-filter .cont-box.active{max-height:500px}.result-box .filter-box .new-filter .option-item-list{display:flex;padding:6px 8px;justify-content:flex-start;align-items:center;gap:4px;border-radius:8px 8px 0 0;border-bottom:1px solid var(--Gray-300, #ebebeb);width:100%}.result-box .filter-box .new-filter .option-item-list:hover{background-color:#f8f8f8}.result-box .filter-box .new-filter .option-item-list .label{width:100%;cursor:pointer}.result-box .filter-box .new-filter .keyword-chip{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:4px;border-radius:16px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.result-box .filter-box .new-filter .keyword-chip .close-chip{width:14px!important;height:14px!important}.result-box .filter-box .new-filter .btn-reset{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:18px}.result-box .filter-box .new-filter .btn-reset .reset-icon{margin-top:4px!important}.result-box .data-box{width:100%}.result-box .data-box .hd-box{display:flex;justify-content:space-between;align-items:center;padding-bottom:5px;height:50px;width:100%}.result-box .data-box .hd-box .count{display:flex;font-weight:500;width:801.5px;align-items:center;gap:20px;flex-shrink:0}.result-box .data-box .hd-box .count>div{display:flex}.result-box .data-box .hd-box .count .no{display:flex;color:#eb4c10;font-weight:600;margin-left:8px;width:46px}.result-box .data-box .hd-box .count .search-list{display:flex;margin-left:25px;color:#333;font-size:14px;align-items:center;justify-content:flex-start}.result-box .data-box .hd-box .count .search-list button{margin-left:9px}.result-box .data-box .hd-box .btn-r{display:flex;align-items:center;justify-content:flex-end;gap:8px}.result-box .data-box .hd-box .btn-r .view-style-btn{display:flex;align-items:center;justify-content:space-around;width:76px;height:38px;flex-shrink:0;padding:6px;border-radius:8px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.result-box .data-box .hd-box .btn-r .view-style-btn .divider{height:38px;flex-shrink:0}.result-box .list-box{margin-top:16px}.result-box .list-box.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;width:100%}.result-box .list-box.grid .item-box{border:1px solid #ebebeb;border-radius:12px;padding:20px!important;width:254px;min-height:292px;height:auto;box-sizing:border-box;align-items:flex-start;gap:10px;display:flex;background:var(--gray-100-white, #fff)}.result-box .list-box.grid .item-box div.name-box-g{width:100%;flex-direction:row;justify-content:flex-start;align-items:center;height:20px!important;display:flex}.result-box .list-box.grid .item-box div.name-box-g .name-g{font-size:16px;font-weight:700;height:20px;line-height:20px;margin-bottom:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;width:auto;color:var(--Gray-800, #333);font-family:Pretendard;font-style:normal;letter-spacing:-.4px}.result-box .list-box.grid .item-box div.name-box-g .age{color:var(--Gray-700, #575757);font-size:13px;width:auto;white-space:nowrap;margin-left:6px;font-weight:400;font-style:normal;line-height:16px;letter-spacing:-.325px}.result-box .list-box.grid .item-box div.name-box-g .gen{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.4px}.result-box .list-box.grid .inner{padding:0!important;height:auto;display:flex;flex-direction:column}.result-box .list-box.grid .inner>div{height:auto;margin:0}.result-box .list-box.grid .inner .grid-top-box{display:flex;justify-content:space-between;align-items:center!important;margin-bottom:12px;height:20px}.result-box .list-box.grid .inner .grid-top-box .left-group,.result-box .list-box.grid .inner .grid-top-box .right-group{display:flex!important;align-items:center!important;flex-direction:row!important;gap:4px;margin:0;padding:0;flex-wrap:nowrap}.result-box .list-box.grid .inner .grid-top-box .left-group .popup-menu,.result-box .list-box.grid .inner .grid-top-box .right-group .popup-menu{display:flex;align-items:center;justify-content:center}.result-box .list-box.grid .inner .grid-top-box .left-group .popup-menu .menu-screen,.result-box .list-box.grid .inner .grid-top-box .right-group .popup-menu .menu-screen{display:inline-flex;flex-direction:column;align-items:flex-start;border-radius:8px;background:var(--gray-100-white, #fff)!important;box-shadow:0 0 10px #0003}.result-box .list-box.grid .inner .grid-top-box .left-group .popup-menu .menu-screen .pop-menu-list,.result-box .list-box.grid .inner .grid-top-box .right-group .popup-menu .menu-screen .pop-menu-list{display:flex;padding:6px 8px;justify-content:center;align-items:center;gap:4px;border-radius:8px 8px 0 0;border-bottom:1px solid var(--Gray-300, #ebebeb)}.result-box .list-box.grid .inner .grid-top-box .left-group .popup-menu .menu-button,.result-box .list-box.grid .inner .grid-top-box .right-group .popup-menu .menu-button{width:20px;height:20px}.result-box .list-box.grid .inner .grid-top-box .left-group .favorites-toggle,.result-box .list-box.grid .inner .grid-top-box .right-group .favorites-toggle{width:20px!important;height:20px!important;display:flex;align-items:center;justify-content:center}.result-box .list-box.grid .inner .grid-top-box .left-group .favorites-toggle .favor-toggle-btn,.result-box .list-box.grid .inner .grid-top-box .right-group .favorites-toggle .favor-toggle-btn{width:20px!important;height:20px!important}.result-box .list-box.grid .inner .grid-hd-box{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.result-box .list-box.grid .inner .grid-hd-box div.share-box .btn-print{margin-left:10px}.result-box .list-box.grid .inner .ganji-box{display:grid;width:100%;border:none;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 16px;padding:0}.result-box .list-box.grid .inner .ganji-box span{display:flex;justify-content:center;align-items:center}.result-box .list-box.grid .inner .grid-mid-box{color:#616264;font-size:13px;letter-spacing:-.325px;margin-bottom:16px}.result-box .list-box.grid .inner .grid-mid-box .age{margin-right:6px}.result-box .list-box.grid .inner .grid-mid-box .txts{color:#575757;font-size:12px}.result-box .list-box.grid .inner .grid-mid-box .tits{color:#202425;font-size:12px;font-weight:500;margin-right:3px;line-height:16px}.result-box .list-box.grid .inner .grid-mid-box .tits.orange{color:#ff6e6e;background-color:transparent!important}.result-box .list-box.grid .inner .grid-mid-box .tits.blue{color:#5790fc;background-color:transparent!important;margin-left:2px}.result-box .list-box.grid .inner .date-box{margin-top:12px;display:flex;justify-content:center;align-items:center;flex-direction:row;margin-bottom:16px}.result-box .list-box.grid .inner .date-box div.share-box .btn-print{margin-left:12px}.result-box .list-box.grid .inner .grid-btm-box{display:flex;align-items:center;gap:4px;align-self:stretch}.result-box .list-box.grid .inner .grid-btm-box .view-btn,.result-box .list-box.grid .inner .grid-btm-box .detail-btn{display:flex;width:105px;padding:6px 20px;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.result-box .list-box.grid .inner .grid-btm-box .view-btn .saju-view,.result-box .list-box.grid .inner .grid-btm-box .detail-btn .saju-view{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.result-box .list-box.grid .inner .grid-btm-box .view-btn .detail-view,.result-box .list-box.grid .inner .grid-btm-box .detail-btn .detail-view{color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.result-box .item-box{border-bottom:1px solid #f0f0f0}.result-box .item-box:first-child{padding-top:0;border-top:1px solid #f0f0f0}.result-box .item-box .inner{display:flex;width:100%;justify-content:space-between;padding:16px}.result-box .item-box .inner>div{height:60px;display:flex;align-items:center}.result-box .item-box .inner .divider-dot{align-items:center;justify-content:center;width:auto}.result-box .item-box .inner .divider-dot .dot{width:2px;height:2px;background-color:#d9d9d9;border-radius:50%}.result-box .item-box .saju-favor-btn-l{justify-content:center!important;align-items:center!important;margin-left:0!important}.result-box .item-box .upper-btn{display:flex;flex-direction:row;align-items:center;gap:6px;margin-bottom:8px}.result-box .item-box .birth-box{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;position:relative;gap:4px;min-height:60px;height:auto}.result-box .item-box .birth-box .birth-date{display:flex;gap:4px}.result-box .item-box .birth-box .txts{color:#575757;font-size:13px;font-weight:400;letter-spacing:-.325px}.result-box .item-box .birth-box .tits{color:#202425;font-size:13px;font-weight:500}.result-box .item-box .birth-box .tits.orange{color:#ff6e6e;background-color:transparent!important}.result-box .item-box .birth-box .tits.blue{color:#5790fc;background-color:transparent!important}.result-box .item-box .birth-box .w-wide{margin-bottom:4px;width:100%;font-size:13px;letter-spacing:-.3325px}.result-box .item-box .birth-box .w-wide .tits{color:#2c2c2e;font-weight:500;margin-right:4px!important}.result-box .item-box .birth-box .w-wide .txts{color:#575757;font-weight:400}.result-box .item-box .ganji-box-l{display:flex;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;font-weight:600;border:1px solid #e5e5e5;border-radius:8px;width:80px;height:60px}.result-box .item-box div.name-box-l{display:inline-block;flex-direction:column;justify-content:center;align-items:flex-start;width:150px;height:68px;margin-left:0!important}.result-box .item-box div.name-box-l .name-gender{font-size:16px;font-weight:700;height:19px;line-height:20px;margin-bottom:4px;width:148px;color:#333;font-family:Pretendard;font-style:normal;letter-spacing:-.4px;display:flex}.result-box .item-box div.name-box-l .name-gender .name{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-box .item-box div.name-box-l .age{color:#575757;font-size:13px;font-weight:400;line-height:16px;letter-spacing:-.325px}.result-box .item-box div.share-box{min-width:116px;z-index:1!important;display:flex;flex-direction:row;gap:24px}.result-box .item-box div.birth-box{display:flex;max-width:260px;width:auto;justify-content:flex-start;margin-left:0!important}.result-box .item-box div.date-box{display:flex;flex-direction:row;color:#949494;font-size:12px;font-weight:400;align-items:center;justify-content:space-between;gap:5px}.result-box .item-box div.group-name{display:flex;justify-content:center;align-items:center;width:auto}.result-box .item-box div.memo-box{display:flex;justify-content:center;align-items:center;width:auto;margin-left:9px}.result-box .item-box div.btn-r{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.result-box .item-box div.btn-r button{display:flex;padding:6px 20px;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.result-box .item-box div.btn-r button .saju-view{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.result-box .item-box div.btn-r button .detail-view{color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.result-box .item-box div.btn-r button:hover{background-color:#f8f8f8}.line-box{display:flex;justify-content:center;align-items:center;padding:2px 6px;gap:2px;width:auto;height:auto;border-radius:4px;background:var(--Gray-200, #f8f8f8);color:#333;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:500;line-height:16px;white-space:nowrap}.line-box .count{color:var(--Gray-800, #333);margin-left:5px}.line-box.hover{cursor:pointer}.line-box.hover:hover{border-color:#eb4c10}.manse-hd-wrap{margin:0 auto;display:flex;justify-content:center!important;align-items:flex-start!important;position:relative}.intro-banner{display:flex;align-items:center;justify-content:center}.intro-banner .banner-img{background:url(/assets/search_method_b_250430-Chcs4lKn.png) center center no-repeat;background-size:cover;width:100%;max-width:1360px;height:auto;aspect-ratio:1360/496}.icon-share{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.6831%2013.342C8.8909%2012.9252%208.99906%2012.4658%208.99906%2012C8.99906%2011.5343%208.8909%2011.0749%208.6831%2010.658M8.6831%2013.342C8.38081%2013.9464%207.88331%2014.431%207.2712%2014.7174C6.65909%2015.0037%205.96823%2015.075%205.31055%2014.9197C4.65286%2014.7644%204.06687%2014.3916%203.64752%2013.8617C3.22816%2013.3318%203%2012.6758%203%2012C3%2011.3243%203.22816%2010.6683%203.64752%2010.1384C4.06687%209.60844%204.65286%209.23563%205.31055%209.08033C5.96823%208.92502%206.65909%208.99632%207.2712%209.28267C7.88331%209.56901%208.38081%2010.0536%208.6831%2010.658M8.6831%2013.342L15.3151%2016.658M8.6831%2010.658L15.3151%207.34203M15.3151%2016.658C15.0499%2017.1887%2014.9481%2017.7862%2015.0224%2018.3748C15.0967%2018.9634%2015.3439%2019.5167%2015.7326%2019.9649C16.1214%2020.413%2016.6343%2020.7358%2017.2066%2020.8925C17.7788%2021.0491%2018.3846%2021.0326%2018.9474%2020.845C19.5103%2020.6574%2020.0048%2020.3071%2020.3686%2019.8385C20.7324%2019.3698%2020.949%2018.8038%2020.9912%2018.212C21.0333%2017.6202%2020.899%2017.0293%2020.6053%2016.5138C20.3116%2015.9983%2019.8717%2015.5815%2019.3411%2015.316C18.9887%2015.1397%2018.6049%2015.0345%2018.2118%2015.0065C17.8187%2014.9785%2017.4239%2015.0283%2017.0501%2015.1529C16.6762%2015.2775%2016.3305%2015.4746%2016.0328%2015.7329C15.7351%2015.9911%2015.4913%2016.3055%2015.3151%2016.658ZM15.3151%207.34203C15.5807%207.87258%2015.9976%208.31247%2016.5131%208.6061C17.0286%208.89973%2017.6197%209.0339%2018.2114%208.99165C18.8032%208.94941%2019.3692%208.73264%2019.8378%208.36875C20.3064%208.00487%2020.6566%207.51021%2020.8441%206.94732C21.0316%206.38443%2021.048%205.77858%2020.8911%205.20638C20.7343%204.63419%2020.4114%204.12133%2019.9631%203.73266C19.5149%203.34399%2018.9615%203.09696%2018.3728%203.0228C17.7842%202.94864%2017.1868%203.05068%2016.6561%203.31603C16.3036%203.49227%2015.9894%203.73622%2015.7312%204.03395C15.4731%204.33168%2015.2761%204.67735%2015.1516%205.05122C15.027%205.42509%2014.9774%205.81983%2015.0054%206.2129C15.0335%206.60596%2015.1387%206.98964%2015.3151%207.34203Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat}.icon-print{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1535_30422)'%3e%3cpath%20d='M9%2016.1639H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cpath%20d='M9%2018.941H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3ccircle%20cx='18.75'%20cy='9.25'%20r='0.75'%20fill='%23333333'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='4'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3crect%20x='6'%20y='14'%20width='12'%20height='7'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5001%206.34998C2.86497%206.34998%202.3501%206.86485%202.3501%207.49998V15.5C2.3501%2016.1351%202.86497%2016.65%203.5001%2016.65H6.00012V15.35H3.6501V7.64998H20.3501V15.35H18.0001V16.65H20.5001C21.1352%2016.65%2021.6501%2016.1351%2021.6501%2015.5V7.49998C21.6501%206.86485%2021.1352%206.34998%2020.5001%206.34998H3.5001Z'%20fill='%232C2C2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1535_30422'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-delete{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1514_28328)'%3e%3cpath%20d='M19%207L18.133%2019.142C18.0971%2019.6466%2017.8713%2020.1188%2017.5011%2020.4636C17.1309%2020.8083%2016.6439%2021%2016.138%2021H7.862C7.35528%2021.0013%206.86696%2020.8102%206.49571%2020.4653C6.12447%2020.1204%205.89798%2019.6474%205.862%2019.142L5%207M10%2011V17M14%2011V17M15%207V4C15%203.73478%2014.8946%203.48043%2014.7071%203.29289C14.5196%203.10536%2014.2652%203%2014%203H10C9.73478%203%209.48043%203.10536%209.29289%203.29289C9.10536%203.48043%209%203.73478%209%204V7M4%207H20'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1514_28328'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-down{display:block;height:60px;background:url(/assets/app-down-DmkrHvrx.svg) center center no-repeat}.bg-body-gray{background:#f2f5f8;min-height:calc(100vh - 206px);box-sizing:border-box;padding-bottom:85px;width:100%;flex-grow:1;z-index:1}.manse-search-box .tit-exp{color:#7f828d;font-size:13px!important;padding:20px 0 8px}.search-form-box{display:grid;height:192px;grid-template-columns:53% 47%;position:relative;color:#23252e;font-size:14px;font-weight:500;background:#fff 0% 0% no-repeat padding-box;border-radius:12px;padding:1rem;padding:23px 20px 23px 40px;border:1px solid #ebebeb}.search-form-box .option-header-row{display:none;align-items:center;justify-content:space-between;width:100%;margin-bottom:8px}.search-form-box .option-header-row__title{font-size:14px;font-weight:600;color:#23252e}.search-form-box .option-header-row__help{display:none;width:20px;height:20px;border-radius:50%;border:1px solid #ebebeb;background:#fff;font-size:12px;font-weight:600;color:#757575;align-items:center;justify-content:center;padding:0;box-sizing:border-box}.search-form-box .search-box{height:142px;display:inline-flex;padding-right:28px;box-sizing:border-box;justify-content:space-between;flex-direction:column;align-items:flex-start;gap:10px}.search-form-box .search-box .ml-60{margin-left:60px}.search-form-box .search-box.right{padding:0 0 0 68px;position:relative;justify-content:flex-start}.search-form-box .search-box.right:after{content:"";width:1px;font-size:0;background:#ebebeb;display:block;position:absolute;left:0;top:0;bottom:0}.search-form-box .search-box .item-box{position:relative;width:100%;display:flex;justify-content:flex-start;align-items:center}.search-form-box .search-box .item-box .btn-right{margin-left:auto}.search-form-box .search-box .item-box .btn-point{color:#eb4c10}.search-form-box .search-box .item-box .btn-point.line{position:relative}.search-form-box .search-box .item-box .btn-point.line:before{content:"";display:block;position:absolute;left:0;bottom:0;right:0;height:1px;background-color:#eb4c10}.search-form-box .search-box .item-box .btn-bg-point{color:#eb4c10;font-size:13px;height:28px;display:inline-flex;justify-content:center;align-items:center;background:#fff8f5;border-radius:38px;padding:6px 12px;box-sizing:border-box}.search-form-box .search-box .item-box .tit{margin-right:20px;min-width:84px;max-width:94px;align-items:center}.search-form-box .search-box .item-box .txt{display:flex;min-height:34px;align-items:center}.search-form-box .search-box .item-box .txt.wd100{width:100%}.search-form-box .search-box .item-box .txt-gender-box{display:flex;align-items:center;border:1px solid #ebebeb;border-radius:6px}.search-form-box .search-box .item-box .txt-gender-box .rd-gender+label,.search-form-box .search-box .item-box .txt-gender-box .rd-orange+label{margin-left:0;border:none;position:relative;border-radius:6px}.search-form-box .search-box .item-box .txt-gender-box .rd-gender+label.line:before,.search-form-box .search-box .item-box .txt-gender-box .rd-orange+label.line:before{position:absolute;left:0;top:50%;margin-top:-5px;width:1px;height:10px;background-color:#ebebeb;content:"";display:block}.search-form-box .search-box .item-box .txt-gender-box .rd-gender:checked+label.line:before,.search-form-box .search-box .item-box .txt-gender-box .rd-orange:checked+label.line:before{display:none}.search-form-box .search-box .item-box .txt-gender-box+.txt-gender-box{margin-left:20px}.search-form-box .search-box .item-box .txt-year-box{display:flex;align-items:center;gap:8px;width:100%}.search-form-box .search-box .item-box .txt-year-box span{flex:1 0 15%}.search-form-box .search-box .item-box .txt-year-box .v-text-field.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input{margin:0;height:34px;padding-right:16px!important}.search-form-box .search-box .item-box .txt-text-box{display:flex;align-items:center;gap:8px;width:100%}.search-form-box .search-box .item-box .txt-text-box span{flex:1 0 48%}.search-form-box .search-box .item-box .txt-text-box .v-text-field.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input{margin:0;height:34px;padding-left:8px!important}.search-form-box .search-box .item-box .txt-text-box .v-field__clearable{margin:0;padding:0;align-items:center;justify-content:center}.search-form-box .search-box .item-box:last-child{margin-bottom:0}.search-form-box .search-box.w-short .tit{width:80px}.search-form-box .search-box .opt-list{font-size:13px;width:100%;font-weight:400;line-height:1.2;letter-spacing:-.325px;color:#575757;padding:10px 0 0;line-height:16px}.search-form-box .search-box .opt-list .line-btm{text-decoration-line:underline;font-weight:500}.search-form-box .search-box .opt-list li{display:flex;margin-bottom:6px;text-indent:-10px;padding-left:10px}.search-form-box .search-box .opt-list li div{margin-left:10px}.search-form-box .search-box .opt-list li span{padding:0 10px 0 13px}.search-form-box .search-box .opt-list li .pop{cursor:pointer}.search-form-box .btn-mark-box{position:absolute;left:0;top:10px;z-index:2}.search-form-box .btn-mark-box .btn-mark{display:inline-flex;padding:6px;justify-content:center;align-items:center;gap:2px;border-radius:0 6px 6px 0;background:#575757;color:#fff;font-size:13px;font-weight:700}.search-form-box .btn-mark-box .btn-mark .i{width:12px;height:12px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_31076)'%3e%3cpath%20d='M1.06564%206.8154C0.9746%206.26745%200.977605%205.717%201.06608%205.18475C1.61669%205.19815%202.11187%204.93399%202.30433%204.46935C2.49679%204.00472%202.33343%203.46778%201.93463%203.0879C2.24843%202.64899%202.63553%202.25764%203.08736%201.93455C3.46725%202.33358%204.00435%202.49708%204.46911%202.30457C4.93387%202.11206%205.19805%201.61666%205.1845%201.06588C5.73245%200.974844%206.2829%200.977849%206.81515%201.06632C6.8018%201.61692%207.06595%202.11211%207.5306%202.30457C7.9952%202.49703%208.53215%202.33366%208.91205%201.93487C9.35095%202.24867%209.7423%202.63576%2010.0654%203.0876C9.66635%203.46749%209.50285%204.00459%209.69535%204.46935C9.88785%204.93411%2010.3832%205.1983%2010.934%205.18475C11.0251%205.7327%2011.0221%206.28315%2010.9336%206.8154C10.383%206.80205%209.8878%207.0662%209.69535%207.5308C9.5029%207.99545%209.66625%208.5324%2010.0651%208.91225C9.75125%209.3512%209.36415%209.74255%208.91235%2010.0656C8.53245%209.6666%207.99535%209.5031%207.5306%209.6956C7.0658%209.8881%206.80165%2010.3835%206.81515%2010.9343C6.2672%2011.0253%205.71675%2011.0223%205.18455%2010.9338C5.1979%2010.3832%204.93375%209.88805%204.46911%209.6956C4.00448%209.50315%203.46754%209.6665%203.08766%2010.0653C2.64875%209.7515%202.2574%209.3644%201.93431%208.9126C2.33334%208.5327%202.49684%207.9956%202.30433%207.5308C2.11182%207.06605%201.61642%206.8019%201.06564%206.8154ZM5.99985%207.5001C6.82825%207.5001%207.49985%206.8285%207.49985%206.0001C7.49985%205.17165%206.82825%204.50009%205.99985%204.50009C5.1714%204.50009%204.49985%205.17165%204.49985%206.0001C4.49985%206.8285%205.1714%207.5001%205.99985%207.5001Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_31076'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:flex}.search-form-box .btn-box{position:absolute;right:0;bottom:0;display:flex;justify-content:flex-end;align-items:center}.search-form-box .btn-box .sBtn{margin-left:5px}.bg-tab-cont{padding:60px 64px;border:1px solid #ebebeb;border-radius:12px;background:#fff}.manse-btm-ect-list .btn-close-xs{display:flex;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;position:absolute;right:24px;top:24px;font-size:0}.input-relative{position:relative;display:flex;align-items:flex-end}.input-relative .txt-r{position:absolute;right:8px;top:.5rem}.input-relative::placeholder{color:#7f828d}.input-relative .v-text-field.center input{text-align:center;padding-right:21px!important}.people-box{display:flex;justify-content:space-between;align-items:center;padding:0;height:62px;margin-bottom:32px}.people-box .birth-box{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;position:relative;margin-right:auto;min-height:42px}.people-box .birth-box .mb6{display:flex;margin-bottom:6px;width:100%}.people-box .birth-box .mr32{margin-right:32px}.people-box .birth-box .txts{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.35px}.people-box .birth-box .tits{color:var(--gray-900-black, #2c2c2e);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.35px;margin-right:4px}.people-box .birth-box .tits.orange{background-color:transparent!important;color:#ff6e6e}.people-box .birth-box .tits.blue{background-color:transparent!important;color:#5790fc}.people-box .birth-box .w-wide{width:100%}.mem-info{display:flex;position:relative;padding-right:0!important;align-items:center;min-width:313px!important;width:313px;max-height:64px;height:auto!important}.mem-info .name-box-d{max-width:185px;width:auto;position:relative;min-height:44px;height:auto;gap:4px;display:flex;flex-direction:column}.mem-info .name-box-d .name-gen{display:flex;flex-direction:row}.mem-info .name-box-d .name-d{color:#333;font-weight:700;font-size:18px;line-height:22px;max-width:152px;flex-wrap:wrap;max-height:44px;display:inline-block;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;overflow-y:hidden!important}.mem-info .name-box-d .name-d .name-short{display:inline-block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mem-info .name-box-d .gen{display:flex;align-items:end;color:var(--Gray-800, #333);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.45px;margin-left:4px}.mem-info .name-box-d .age{color:#575757;font-size:14px}.mem-info .btn-mod-box{margin-left:auto!important;margin-right:0!important;display:inline-flex;padding:3px 6px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:var(--Orange-100, #fff8f5);width:33px;height:22px}.mem-info .btn-mod-box .btn-modify{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:-.3px}.profile-box{display:flex;justify-content:center;align-items:center;position:relative;margin-right:26px}.profile-box .icon-search-s{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #000 center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0;background-size:10px auto}.profile-box .icon-search-s-red{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cline%20x1='12.3737'%20y1='12.2223'%20x2='14.8093'%20y2='14.6579'%20stroke='white'%20stroke-linecap='round'/%3e%3ccircle%20cx='9.16667'%20cy='9.16667'%20r='4.16667'%20stroke='white'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0}.right-luck-box{border-left:1px solid #ebebeb}.deaun-main-box .tit-box{display:flex;justify-content:space-between;align-items:center;font-weight:700;height:24px;color:#333;font-size:16px;padding:0 1rem 0 27px!important;margin-bottom:8px}.deaun-main-box .tit-box .btn-fold{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_fold'%20clip-path='url(%23clip0_1736_26767)'%3e%3ccircle%20id='Ellipse%202'%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='chevron-left'%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1736_26767'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:block}.normal-banner{background:url(/assets/nor_banner-COIO61NS.png) center center no-repeat;background-size:contain;width:742px;height:140px;margin-left:27px;cursor:pointer}.birth-item-box li.jijangan .txt-group .txt-big{font-size:14px;font-weight:500;line-height:18px}.birth-item-box li.jijangan .txt-group .txt-small{font-size:12px;font-weight:400;margin-left:4px;line-height:16px}.data-010.tap-group-box1-root-box,.data-0101-root-box{padding-right:28px}.data-0101-state .state-row .data{display:flex;width:80%;box-sizing:border-box;padding-left:20px;color:#333;font-size:15px!important;position:relative}.data-0101-state .state-row .five-count-box .item-box{min-width:25px}.data-0101-state.active .icon-check01{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_5174_141008)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM10.6019%204.52542C10.8948%204.81831%2010.8948%205.29318%2010.6019%205.58608L6.75214%209.43588L6.75113%209.43689C6.74534%209.44308%206.73943%209.44919%206.73339%209.45523C6.4405%209.74813%205.96562%209.74813%205.67273%209.45523L3.74783%207.53033C3.45493%207.23744%203.45493%206.76256%203.74783%206.46967C4.04072%206.17678%204.51559%206.17678%204.80849%206.46967L6.20276%207.86394L9.54128%204.52542C9.83418%204.23252%2010.3091%204.23252%2010.6019%204.52542Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_141008'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-color:transparent}.data-none-box{padding:200px 20px;display:flex;justify-content:center;align-items:center;flex-direction:column}.data-none-box .msg-box{color:#757575;font-weight:500;font-size:15px;margin-bottom:20px}.data-none-box button{padding:6px 20px;border-radius:6px;border:1px solid #eb4c10;color:#eb4c10;font-weight:700;font-size:12px;background:transparent}.rspageSaju .result-01-box{background:transparent;padding:0;border:none}.rspageSaju .result-01-box .people-box{border:1px solid #ebebeb;border-radius:12px;background:#fff;height:104px;padding:20px 40px;margin-bottom:12px;margin-top:20px;display:inline-flex;gap:10px}.rspageSaju .result-01-box .people-box .divider{width:1px;height:40px;background:var(--Gray-300, #ebebeb);margin-right:10px;margin-left:10px}.rspageSaju .result-01-box .data-sec-01-box{border:1px solid #ebebeb;border-radius:12px;background:#fff;padding:28px 40px}.data-0102-box{padding:0 1rem 0 27px!important;display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:1fr;gap:0}.p-exp-1{font-size:14px;color:#575757;margin:8px 0 32px}.v-text-field.h-mid{height:48px}.v-text-field.h-mid .v-field__input{min-block-size:48px!important;box-sizing:border-box;padding:0 16px!important;margin-bottom:0!important}.input-label{font-size:14px;color:#333;margin-bottom:8px}.group-st1 .pop-inner-test{background:#fff;z-index:1;padding:20px 0 32px;min-height:400px;height:auto;width:600px;flex-direction:column;gap:16px}.group-st1 .tab-tit-box{display:flex;height:44px;width:100%;align-items:flex-end;justify-content:space-between;padding:0 16px 0 32px;position:relative;font-size:14px!important;color:#757575;font-weight:500}.group-st1 .tab-tit-box.flex-sb{justify-content:space-between}.group-st1 .tab-tit-box.pop-right-close{padding-right:50px}.group-st1 .tab-tit-box .pop-tit-sub{font-size:15px}.group-st1 .tab-tit-box .pop-tit-sub.fnt16{font-size:16px;font-weight:700;color:#2c2c2e}.group-st1 .tab-tit-box.st-short{height:0;position:relative}.group-st1 .tab-tit-box .setting-button{position:absolute;left:1rem;top:50%;bottom:0;display:flex;align-items:center;height:24px;font-size:13px;color:#575757;border:1px solid #ebebeb;border-radius:16px;min-width:40px;padding:4px 8px;margin-top:-12px;cursor:pointer}.group-st1 .tab-tit-box .setting-button span{margin-left:3px}.group-st1 .tab-tit-box .close-button{position:absolute;right:16px;top:0;bottom:0;display:flex;align-items:center;height:100%}.group-st1 .tab-tit-box .btn-left{position:absolute;left:1rem;top:0;bottom:0;display:flex;align-items:center;height:100%}.group-st1 .tab-tit-box .tab-title{font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:24px}.group-st1 .pop-search-box{display:flex;justify-content:space-between;align-items:center;height:38px;margin-bottom:2px!important}.group-st1 .pop-search-box .obtn{width:80px;height:38px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background-color:#eb4c10!important;font-size:14px;font-weight:700;color:#fff;line-height:18px;text-align:center;margin-left:8px}.group-st1 .pop-search-box .obtn.theme--light.v-btn.v-btn--disabled.v-btn--has-bg{background-color:#949494!important;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.group-st1 .pop-search-box .btn-line{border:1px solid #d9d9d9;border-radius:6px;color:#000;font-size:15px;font-weight:500;display:flex;justify-content:center;align-items:center;width:90px;height:38px}.group-st1 .pop-search-box .control-btn{display:flex;flex-direction:row;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:20px}.group-st1 .pop-search-box .control-btn .change-order-btn{margin-left:24px;display:flex;align-items:center;gap:24px}.group-st1 .close-button{position:relative;width:15px;height:15px;cursor:pointer;font-size:0;display:block}.group-st1 .close-button.sm{width:10px;height:10px}.group-st1 .close-button:before,.group-st1 .close-button:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1.5px;background-color:#2c2c2e}.group-st1 .close-button:before{transform:translateY(-50%) rotate(45deg)}.group-st1 .close-button:after{transform:translateY(-50%) rotate(-45deg)}.group-st1 .pop-body{padding:16px 32px 0;display:flex;flex-direction:column}.group-st1 .pop-body .notice,.group-st1 .pop-body .notice1{margin-top:12px;margin-bottom:12px;color:var(--Gray-600, #757575);font-feature-settings:"case" on;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.group-st1 .pop-body .input-box{height:38px!important}.group-st1 .group-set-list{display:flex;align-items:center;align-content:flex-start;gap:8px;flex-wrap:wrap;height:182px;border-bottom:1px solid #ebebeb;overflow-y:auto!important;transition:height .3s ease;padding-bottom:10px}.group-st1 .group-set-list .area-item{cursor:pointer;display:inline-flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:16px;border:1px solid rgba(255,255,255,0);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-style:normal;width:auto;height:30px}.group-st1 .group-set-list .area-item.active{display:inline-flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;border-radius:16px;background:var(--Gray-800, #333)!important}.group-st1 .group-set-list .area-item.active .name{color:var(--gray-100-white, #fff)!important;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:600!important;line-height:18px}.group-st1 .group-set-list .area-item.active:hover{border:1px solid transparent}.group-st1 .group-set-list .area-item.active:hover .name{color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:600!important;line-height:18px}.group-st1 .group-set-list .area-item:hover{border-radius:16px;border:1px solid var(--Gray-400, #c2c2c2);background:var(--Gray-200, #f8f8f8)}.group-st1 .group-set-list .area-item:hover .name{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.group-st1 .group-set-list .area-item.active{background-color:#333}.group-st1 .group-set-list .area-item.active .name{color:#fff}.group-st1 .group-set-list .area-item .name{color:#333;font-weight:500;font-size:14px;width:auto;height:auto;line-height:18px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-st1 .group-set-list .area-item .btn-r{width:45%;display:flex;justify-content:flex-end;align-items:center}.group-st1 .group-set-list .area-item .btn-r button{margin-left:4px}.group-st1 .group-set-list .g-none{cursor:default;pointer-events:none;display:flex;padding:6px 12px;width:auto!important;justify-content:center;align-items:center;gap:4px;border-radius:16px;background:var(--Gray-200, #edeff6);border:1px solid transparent!important}.group-st1 .group-set-list .g-none .name{color:var(--Gray-400, #c2c2c2);font-family:Pretendard;font-size:14px!important;font-style:normal;font-weight:500!important;line-height:18px}.group-st1 .group-set-list .g-none:hover{border:1px solid transparent!important}.group-st1 .group-set-list.expanded{height:auto!important}.group-st1 .draggable-div{display:flex;align-items:center;align-content:flex-start;gap:8px;flex-wrap:wrap;overflow-y:auto!important;transition:height .3s ease}.group-st1 .expand-btn{display:flex;padding:4px 12px;width:85px;height:26px;justify-content:center;align-items:center;gap:4px;position:absolute;right:20px;bottom:71px;border-radius:0 0 8px 8px;border:1px solid #ebebeb;background:#fff!important;box-shadow:0 4px 10px #0000000d!important;color:#757575!important;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.group-st1 .expand-btn:hover{background:#fff!important;color:#eb4c10!important}.group-st1 .input-box .v-input__icon--clear .theme--light.v-icon,.group-st1 .input-box .v-input__icon--clear:hover .theme--light.v-icon{color:#2c2c2e!important}.group-st1 .input-box .v-input--is-focused .v-input__icon--clear .theme--light.v-icon{color:#2c2c2e!important;border-bottom:2px solid #eb4c10!important}.group-st1 .input-box.pop-text,.group-st1 .input-box .v-text-field{height:38px!important}.group-st1 .input-box .v-text-field .v-input__control{height:100%!important}.group-st1 .input-box .v-text-field .v-input__control .v-input__slot{height:100%!important;min-height:initial}.group-st1 .obtn{background:#eb4f5d!important;color:#fff!important}.group-st1 .obtn.w100{width:100%}.group-st1 .obtn.w-xl{width:160px;height:38px;font-size:15px}.group-st1 .obtn.cancel{background:#fff!important;color:#333!important;font-weight:700}.group-st1 .obtn.large{height:38px}.group-st1 .obtn.disabled-button{background:#949494!important}.group-st1 .btn-sm{border-radius:6px;height:38px;width:80px;padding:10px 16px;font-size:14px;display:flex;font-weight:700;line-height:18px;text-align:center;justify-content:center;align-items:center}.group-st1 .btn-sm.orange2{background-color:#fff;border:1px solid #ebebeb;color:#333;margin-left:4px}.group-st1 .btn-sm.sumbit{background:#eb4c10;margin-left:8px}.group-st1 .btn-sm.sumbit.disabled-modi{background:#949494;color:#fff}@media (min-width: 600px){.custom-dialog .v-overlay__content{width:600px!important;height:auto;max-width:600px!important}}.custom-dialog.expanded{height:auto!important}.custom-dialog .v-overlay__content{width:600px!important;height:auto!important}.saju-pop-inner1{z-index:1;width:600px!important;min-height:400px!important;height:auto;padding:20px 0 32px!important;flex-direction:column;justify-content:center;align-items:center;gap:16px;background:var(--gray-100-white, #fff)}.saju-pop-inner1.expanded{height:auto!important}.saju-pop-inner1 .pop-tit-box1{display:flex;min-height:44px;width:100%;padding:10px 16px 10px 32px!important;justify-content:flex-end;align-items:flex-start}.saju-pop-inner1 .pop-tit-box1 .btn-group-setting{height:24px;display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:2px;border-radius:20px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.325px}.saju-pop-inner1 .pop-tit-box1 .title-text{width:182px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin-left:101px}.saju-pop-body1{display:flex;height:288px;width:100%;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px!important}.saju-pop-body1.expanded{height:auto!important}.saju-pop-body1 .pop-search-box1{display:flex;width:536px;min-height:258px;height:auto;flex-direction:column;align-items:flex-start;flex-shrink:0;border-bottom:1px solid var(--Gray-300, #ebebeb)}.saju-pop-body1 .pop-search-box1.expanded{height:auto!important}.saju-pop-body1 .pop-search-box1 .pop-group-list{display:flex;align-items:center;align-content:flex-start;width:100%;gap:8px;flex-wrap:wrap;height:258px;overflow-y:auto;transition:height .3s ease}.saju-pop-body1 .pop-search-box1 .pop-group-list .group-item{display:inline-flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:16px;border:1px solid rgba(255,255,255,0);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px;width:auto;height:auto}.saju-pop-body1 .pop-search-box1 .pop-group-list .group-item.active,.saju-pop-body1 .pop-search-box1 .pop-group-list .group-item.active:hover{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;background-color:#333;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.saju-pop-body1 .pop-search-box1 .pop-group-list .group-item:hover{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-500, #949494);background:var(--Gray-200, #f8f8f8)}.saju-pop-body1 .pop-search-box1 .pop-group-list.expanded{height:auto!important}.saju-pop-body1 .expand-btn{display:flex;padding:4px 12px;width:85px;height:26px;justify-content:center;align-items:center;gap:4px;position:absolute;right:40px;bottom:36px;border-radius:0 0 8px 8px;border:1px solid #ebebeb;background:#fff!important;box-shadow:0 4px 10px #0000000d!important;color:#757575!important;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.saju-pop-body1 .expand-btn:hover{background:#fff!important;color:#eb4c10!important}.share-box .btn-cc-20{font-size:0;width:20px;height:20px;position:relative!important;background-color:transparent;background-position:center center;background-repeat:no-repeat;cursor:pointer}.share-box .btn-cc-20:hover:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%3e%3ccircle%20cx='18'%20cy='18'%20r='18'%20fill='%23F8F8F8'/%3e%3c/svg%3e");z-index:-100!important}.share-box .btn-cc-20:hover .tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.share-box .btn-cc-20.btn-share1{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M6.40242%2011.118C6.57559%2010.7706%206.66572%2010.3878%206.66572%209.99966C6.66572%209.61152%206.57559%209.22869%206.40242%208.88132M6.40242%2011.118C6.15051%2011.6216%205.73592%2012.0255%205.22583%2012.2641C4.71575%2012.5027%204.14003%2012.5622%203.59196%2012.4327C3.04389%2012.3033%202.55556%2011.9926%202.2061%2011.551C1.85664%2011.1095%201.6665%2010.5628%201.6665%209.99966C1.6665%209.43651%201.85664%208.88986%202.2061%208.44827C2.55556%208.00667%203.04389%207.69599%203.59196%207.56657C4.14003%207.43715%204.71575%207.49657%205.22583%207.73519C5.73592%207.97381%206.15051%208.37767%206.40242%208.88132M6.40242%2011.118L11.9291%2013.8813M6.40242%208.88132L11.9291%206.11799M11.9291%2013.8813C11.7081%2014.3236%2011.6232%2014.8214%2011.6851%2015.3119C11.7471%2015.8024%2011.9531%2016.2636%2012.277%2016.637C12.601%2017.0105%2013.0285%2017.2795%2013.5053%2017.41C13.9821%2017.5406%2014.487%2017.5268%2014.956%2017.3705C15.4251%2017.2141%2015.8372%2016.9222%2016.1403%2016.5317C16.4435%2016.1411%2016.624%2015.6695%2016.6591%2015.1763C16.6943%2014.6832%2016.5824%2014.1907%2016.3376%2013.7611C16.0929%2013.3316%2015.7262%2012.9842%2015.2841%2012.763C14.9904%2012.616%2014.6706%2012.5284%2014.343%2012.5051C14.0154%2012.4817%2013.6864%2012.5232%2013.3749%2012.6271C13.0633%2012.7309%2012.7753%2012.8951%2012.5272%2013.1103C12.2791%2013.3256%2012.0759%2013.5875%2011.9291%2013.8813ZM11.9291%206.11799C12.1504%206.56011%2012.4978%206.9267%2012.9274%207.17139C13.357%207.41608%2013.8496%207.52788%2014.3427%207.49268C14.8359%207.45747%2015.3075%207.27683%2015.698%206.97359C16.0885%206.67036%2016.3803%206.25814%2016.5366%205.78906C16.6928%205.31999%2016.7065%204.81512%2016.5758%204.33829C16.4451%203.86145%2016.176%203.43407%2015.8025%203.11018C15.4289%202.78629%2014.9677%202.58043%2014.4772%202.51863C13.9866%202.45683%2013.4888%202.54187%2013.0466%202.76299C12.7529%202.90986%2012.491%203.11315%2012.2758%203.36126C12.0607%203.60937%2011.8966%203.89743%2011.7928%204.20899C11.689%204.52054%2011.6477%204.84949%2011.671%205.17705C11.6944%205.5046%2011.7821%205.82434%2011.9291%206.11799Z'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") transparent center center no-repeat}.share-box .btn-cc-20.btn-print1{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_13856)'%3e%3cpath%20d='M7.5%2013.4697H12.5'%20stroke='%23575757'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cpath%20d='M7.5%2015.7842H12.5'%20stroke='%23575757'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cellipse%20cx='15.625'%20cy='7.70801'%20rx='0.625'%20ry='0.625'%20fill='%23575757'/%3e%3crect%20x='5.8335'%20y='2.5'%20width='8.33333'%20height='3.33333'%20rx='0.5'%20stroke='%23575757'%20stroke-width='1.3'/%3e%3crect%20x='5'%20y='11.667'%20width='10'%20height='5.83333'%20rx='0.5'%20stroke='%23575757'%20stroke-width='1.3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5001%205.18359C2.58883%205.18359%201.8501%205.92232%201.8501%206.83359V12.3336C1.8501%2013.2449%202.58883%2013.9836%203.5001%2013.9836H5.0001V12.6836H3.5001C3.3068%2012.6836%203.1501%2012.5269%203.1501%2012.3336V6.83359C3.1501%206.64029%203.3068%206.48359%203.5001%206.48359H16.5001C16.6934%206.48359%2016.8501%206.64029%2016.8501%206.83359V12.3336C16.8501%2012.5269%2016.6934%2012.6836%2016.5001%2012.6836H15.0001V13.9836H16.5001C17.4114%2013.9836%2018.1501%2013.2449%2018.1501%2012.3336V6.83359C18.1501%205.92232%2017.4114%205.18359%2016.5001%205.18359H3.5001Z'%20fill='%23575757'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_13856'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") transparent center center no-repeat}.share-box .btn-cc-20.btn-del1{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_13857)'%3e%3cpath%20d='M15.8333%205.83333L15.1108%2015.9517C15.0808%2016.3722%2014.8927%2016.7657%2014.5842%2017.053C14.2757%2017.3403%2013.8698%2017.5%2013.4483%2017.5H6.55159C6.12932%2017.5011%205.72238%2017.3418%205.41301%2017.0544C5.10364%2016.767%204.9149%2016.3729%204.88492%2015.9517L4.16659%205.83333M8.33325%209.16667V14.1667M11.6666%209.16667V14.1667M12.4999%205.83333V3.33333C12.4999%203.11232%2012.4121%202.90036%2012.2558%202.74408C12.0996%202.5878%2011.8876%202.5%2011.6666%202.5H8.33325C8.11224%202.5%207.90028%202.5878%207.744%202.74408C7.58772%202.90036%207.49992%203.11232%207.49992%203.33333V5.83333M3.33325%205.83333H16.6666'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_13857'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") transparent center center no-repeat}.share-box .tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(10px);padding:2px 6px;background-color:#333;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;width:47px;height:18px;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:14px}.share-box .tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent}.ganji-txt1{font-family:ChosunGs;font-weight:400;line-height:28px;font-size:28px}.ganji-txt1.five01,.ganji-txt1.five02,.ganji-txt1.five03,.ganji-txt1.five04,.ganji-txt1.five05{background-color:transparent}.ganji-txt1.five01{color:#c23535}.ganji-txt1.five02{color:#404040}.ganji-txt1.five03{color:#5e9f1c}.ganji-txt1.five04{color:#949494}.ganji-txt1.five05{color:#db9823}.ganji-txt1.prt-txt{font-size:12px;font-weight:500}.v-dialog.dialog-st10{border-radius:16px}.v-dialog .pop-pr-inner{display:flex;width:659px;height:932px!important;padding:20px 0 32px!important;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:16px;background:var(--gray-100-white, #fff);box-sizing:border-box;overflow:hidden}.v-dialog .pop-pr-inner .pop-tit-box{display:flex;height:34px;width:659px;align-items:center;justify-content:center;padding:5px 16px 5px 32px;position:relative;font-size:18px;color:#2c2c2e;font-weight:500}.v-dialog .pop-pr-inner .pop-tit-box.flex-sb{justify-content:space-between}.v-dialog .pop-pr-inner .pop-tit-box.pop-right-close{padding-right:70px}.v-dialog .pop-pr-inner .pop-tit-box .sBtn{border-radius:6px;background:#eb4c10;color:#fff!important;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.v-dialog .pop-pr-inner .pop-tit-box .sBtn.nor{background:#fff;color:#333!important;border:1px solid #ebebeb}.v-dialog .pop-pr-inner .pop-tit-box .sBtn.h26{height:26px;padding:6px 10px;width:62px;border-radius:6px}.v-dialog .pop-pr-inner .pop-tit-box .pre-tit{color:var(--gray-900-black, #2c2c2e);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.v-dialog .pop-pr-inner .pop-tit-box .dialog-close{padding-bottom:15px}.v-dialog .pop-pr-inner .pop-body-1{width:595px;height:842px!important;background:#fff}.v-dialog .pop-pr-inner .pop-body-1 .print-wrap{height:100%}@media print{.print-wrap1 .inner-box{padding:0!important;width:100%!important}.print-wrap1 .inner-box .logo{position:absolute;right:15px;top:2px!important}}.print-wrap1{width:100%;min-height:100%;height:auto;padding:0}.print-wrap1 .inner-box{position:relative;padding:16px 16px 0;min-height:100%;height:auto}.print-wrap1 .inner-box .logo{position:absolute;right:15px;top:16px;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:80px;height:30px;font-size:0}.print-wrap1 .name-box{display:flex;justify-content:flex-start;align-items:flex-start;height:30px;flex-direction:column;gap:4px;margin-bottom:8px}.print-wrap1 .name-box .name-age-box{display:flex;flex-direction:row;gap:5px;align-items:flex-end}.print-wrap1 .name-box .name3{color:var(--gray-900-black, #2c2c2e);font-feature-settings:"case" on;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:14px}.print-wrap1 .name-box .age{color:var(--Gray-600, #757575);font-feature-settings:"case" on;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:400;line-height:12px}.print-wrap1 .birth-box{display:flex;font-size:11px;align-items:flex-start;gap:6px}.print-wrap1 .birth-box .tits{font-weight:700}.print-wrap1 .birth-box .tits.orange{color:#ff6e6e;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.print-wrap1 .birth-box .tits.blue{color:#5790fc;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.print-wrap1 .birth-box .txts{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:10px;font-style:normal;font-weight:400;line-height:12px}.print-wrap1 .birth-box .w-wide .tits{color:var(--gray-900-black, #2c2c2e);font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.print-wrap1 .birth-box .w-wide .txts{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:10px;font-style:normal;font-weight:400;line-height:12px}.print-wrap1 .print-hd-box{margin-bottom:30px;justify-content:space-between;display:flex;width:100%;flex-wrap:wrap}.print-wrap1 .print-hd-box .pt-hd-wrap{display:flex;align-items:start;width:100%;flex-wrap:wrap}.print-wrap1 .print-hd-box .left-table{width:198px;height:132px;flex-shrink:0}.print-wrap1 .print-hd-box .left-table .fntTit{width:34px;color:var(--Gray-600, #757575);text-align:center;font-family:Pretendard;font-size:8px;font-style:normal;font-weight:500;line-height:10px}.print-wrap1 .print-hd-box .left-table .fntNor{width:38px;height:14px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:10px!important;font-style:normal;font-weight:500;line-height:10px;padding-right:0;padding-left:0}.print-wrap1 .print-hd-box .left-table .h-big{width:38px;height:26px;color:var(--gray-100-white, #fff);text-align:center;font-family:ChosunGs;font-size:19px;font-style:normal;font-weight:400;line-height:20px}.print-wrap1 .print-hd-box .right-table{width:321px;height:102px;flex-shrink:0;margin-top:6px}.print-wrap1 .print-hd-box .pt-birth-box{display:flex;flex-wrap:wrap;width:250px}.print-wrap1 .print-hd-box .pt-daeun-box{font-size:10px;display:flex;width:360px;flex-direction:column}.print-wrap1 .print-hd-box .daeun-etc{background-color:#ebebeb;height:20px;box-sizing:border-box;padding:3px 8px;font-size:10px;color:#333}.print-wrap1 .print-hd-box .daeun-etc span{margin-right:16px;font-weight:500}.print-wrap1 .print-hd-box .daeun-etc-line{border-top:1px solid #ebebeb;height:20px;box-sizing:border-box;padding-top:4px;font-size:10px;color:#333;text-align:right;margin-top:5px}.print-wrap1 .print-hd-box .daeun-etc-line span{color:var(--Gray-800, #333);font-family:Pretendard;font-size:9px;font-style:normal;font-weight:500;line-height:10px}.print-wrap1 .print-hd-box .gong-tae{display:inline-flex;align-items:center;gap:8px}.print-wrap1 .print-hd-box .gong-tae-line{width:1px;height:6px;background:var(--Gray-400, #c2c2c2)}.print-wrap1 .print-hd-box .first-daeun{display:flex;justify-content:flex-end;font-size:10px;color:#575757;margin-bottom:0;height:19px;align-items:center}.print-wrap1 .print-hd-box .txt-space{justify-content:center;display:inline-flex;align-items:center}.print-wrap1 .print-hd-box .txt-space.two{justify-content:space-between;width:29px}.print-wrap1 .pt-birth-box .tit-box{background-color:#ebebeb;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;font-size:10px;width:100%;height:20px;margin-bottom:2px}.print-wrap1 .pt-birth-box .tit-box div{display:flex;align-items:center;justify-content:center}.print-wrap1 .pt-birth-box .eight-list{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;width:100%}.print-wrap1 .pt-birth-box .eight-box .eight-item{display:grid;grid-template-columns:repeat(1,5fr);gap:2px;font-size:10px;width:100%}.print-wrap1 .pt-birth-box .eight-box div{display:flex;justify-content:center;align-items:center}.print-wrap1 .pt-birth-box .eight-box div.txt1{width:48px;height:50px;flex-direction:column;margin:0 auto}.print-wrap1 .pt-birth-box .eight-box div.txt1 .big{font-size:14px;font-weight:500}.print-wrap1 .pt-birth-box .eight-box .txt-etc{background-color:#ebebeb;height:20px}.print-wrap1 .pt-daeun-box .daeun-list{display:flex;width:100%;justify-content:space-between;border-bottom:1px solid #ebebeb;margin-bottom:5px}.print-wrap1 .pt-daeun-box .daeun-list .item-box{display:flex;flex-direction:column;width:100%;padding:0 0 5px}.print-wrap1 .pt-daeun-box .daeun-list .item-box div{width:100%;display:flex;justify-content:center;align-items:center}.print-wrap1 .pt-daeun-box .daeun-list .item-box .num{background-color:#ebebeb;height:20px;margin-bottom:4px}.print-wrap1 .pt-daeun-box .daeun-list .item-box .year{margin-bottom:2px}.print-wrap1 .pt-daeun-box .daeun-list .item-box .txt1,.print-wrap1 .pt-daeun-box .daeun-list .item-box .txt3{height:26px}.print-wrap1 .pt-daeun-box .daeun-list .item-box .txt2,.print-wrap1 .pt-daeun-box .daeun-list .item-box .txt4{height:14px}.print-wrap1 .pt-daeun-box .daeun-list .item-box.active{position:relative}.print-wrap1 .pt-daeun-box .daeun-list .item-box.active:before{content:"";display:block;border-radius:6px;width:100%;height:100%;position:absolute;left:0;top:0;bottom:0;right:0;border:1px solid #eb4c10}.print-wrap1 .print-btm-box{display:flex;width:100%;min-height:549px;height:auto;flex-wrap:wrap;border-top:1px solid #949494;border-bottom:1px solid #949494}.print-wrap1 .print-btm-box .table-bottom-line{height:1px;width:100%;background-color:#949494}.print-wrap1 .print-btm-box .box01{width:33.3%;display:flex;flex-wrap:wrap;flex-direction:column}.print-wrap1 .print-btm-box .box-box{width:100%;display:flex;flex-direction:column}.print-wrap1 .print-btm-box .pt-row-box{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:1px solid #c2c2c2;position:relative}.print-wrap1 .print-btm-box .pt-row-box.half-line:not(:last-child){border-bottom:1px solid var(--Gray-300, #ebebeb)}.print-wrap1 .print-btm-box .pt-row-box:last-child{border-bottom:none!important}.print-wrap1 .print-btm-box .pt-row-box .tit{background:#f8f8f8;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:20px;position:absolute;left:0;bottom:0;gap:2px}.print-wrap1 .print-btm-box .pt-row-box .tit .txt1{text-align:center;font-family:chosunGs;font-size:15px!important;font-style:normal;font-weight:400;line-height:14px}.print-wrap1 .print-btm-box .pt-row-box .tit .txt2{color:var(--Gray-600, #757575);text-align:center;font-family:Pretendard;font-size:9px!important;font-style:normal;font-weight:500;line-height:10px}.print-wrap1 .print-btm-box .pt-row-box .text-box{display:flex;padding:5px 3px 5px 24px;margin:1px 0;width:96%;height:19px;justify-content:flex-start;align-items:center!important;font-size:12px;color:#575757;border:none}.print-wrap1 .print-btm-box .pt-row-box .text-box div{margin-left:4px}.print-wrap1 .print-btm-box .pt-row-box .text-box div.no{margin-left:auto;color:var(--Gray-800, #333);text-align:right;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:400;line-height:12px}.print-wrap1 .print-btm-box .pt-row-box .text-box .year{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:400;line-height:12px;font-variant-numeric:tabular-nums}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt2{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:400;line-height:12px}.print-wrap1 .print-btm-box .pt-row-box .text-box .year.active{color:#eb4c10;font-weight:500}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt2.active{color:#eb4c10;font-weight:400}.print-wrap1 .print-btm-box .pt-row-box .text-box .no.active{color:#eb4c10;font-weight:700}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1{display:flex;align-items:center!important;justify-content:center;height:12px;font-size:11px}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:400;line-height:12px}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub span+span{margin-left:1px}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt{color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:12px}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five01,.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five02,.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five03,.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five04,.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five05{background-color:transparent}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five01{color:#c23535}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five02{color:#404040}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five03{color:#5e9f1c}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five04{color:#949494}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five05{color:#db9823}.print-wrap1 .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.prt-txt{font-size:12px;font-weight:500}.print-wrap1 .print-btm-box:last-child{border-bottom:none}.print-wrap1 .date-btm-box{display:flex;justify-content:flex-end;align-items:center;font-size:10px;color:#333;margin-top:6px}.prtTable .fntNor{color:var(--Gray-700, #575757)!important;text-align:center;font-family:Pretendard;font-size:9px!important;font-style:normal;font-weight:500;line-height:10px}.prtTable .fntNor-Y{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:9px;font-style:normal;font-weight:400;line-height:10px}.prtTable .fntNor02{color:var(--Gray-800, #333)!important;text-align:center;font-family:Pretendard;font-size:10px!important;font-style:normal;font-weight:500;line-height:10px}.prtTable .fntBig .ganji-txt{color:var(--Gray-500, #949494);text-align:center;font-family:ChosunGs;font-size:17px;font-style:normal;font-weight:400;line-height:16px}.prtTable .fntBig .ganji-txt.five01,.prtTable .fntBig .ganji-txt.five02,.prtTable .fntBig .ganji-txt.five03,.prtTable .fntBig .ganji-txt.five04,.prtTable .fntBig .ganji-txt.five05{background-color:transparent}.prtTable .fntBig .ganji-txt.five01{color:#c23535}.prtTable .fntBig .ganji-txt.five02{color:#404040}.prtTable .fntBig .ganji-txt.five03{color:#5e9f1c}.prtTable .fntBig .ganji-txt.five04{color:#949494}.prtTable .fntBig .ganji-txt.five05{color:#db9823}.prtTable .fntBig .ganji-txt.prt-txt{font-size:12px;font-weight:500}.prtTable .fntActive{color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:8px;font-style:normal;font-weight:700;line-height:10px}.print-btm-box-3{height:auto;margin-top:8px}.print-btm-box-3 .date-btm-box{color:var(--Gray-700, #575757);text-align:right;font-family:Pretendard;font-size:8px;font-style:normal;font-weight:400;line-height:12px;margin-left:10px}.print-btm-box-3 .logo{position:absolute;right:0;bottom:0;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:97px;height:26px;font-size:0}.data-pro-box .prtTable{border-collapse:separate}.data-pro-box .prtTable.pd-none td{border:none;width:398px!important}.data-pro-box .prtTable.st02 td{padding:2px}.data-pro-box .prtTable.st02.active{position:relative}.data-pro-box .prtTable.st02.active:before{border:1px solid #eb4c10;border-radius:6px;width:100%;height:100%;position:absolute;left:0;top:0;bottom:0;right:0;content:"";display:block}.data-pro-box .prtTable.left{border-spacing:2px}.data-pro-box .fntTit{align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:9px;font-style:normal;font-weight:500;line-height:12px}.data-pro-box .h-big{width:52px!important;height:46px!important;justify-content:center;align-items:center;gap:10px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333)!important;text-align:center;font-family:chosunGs;font-size:24px;font-style:normal;font-weight:400;line-height:28px}.data-pro-box .fntNor{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:500;line-height:12px;background-color:transparent!important}.data-pro-box .fntNor1{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:9px;font-style:normal;font-weight:500;line-height:12px;background:var(--Gray-200, #f8f8f8)!important}.data-pro-box .fntNor-Y{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:9px;font-style:normal;font-weight:400;line-height:12px}.data-pro-box .ganji-txt1{color:var(--Gray-800, #333)!important;text-align:center;font-family:chosunGS;font-size:17px;font-style:normal;font-weight:400;line-height:20px}.date-pro-root-box.print-style{width:100%}.date-pro-root-box.print-style .print-btm-box{display:flex;width:100%;min-height:549px;height:auto;flex-wrap:wrap;border-top:1px solid #949494;border-bottom:1px solid #949494}.date-pro-root-box.print-style .print-btm-box .table-bottom-line{height:1px;width:100%;background-color:#949494}.date-pro-root-box.print-style .print-btm-box .box01{width:33.3%;display:flex;flex-wrap:wrap;flex-direction:column}.date-pro-root-box.print-style .print-btm-box .box-box{width:100%;display:flex;flex-direction:column}.date-pro-root-box.print-style .print-btm-box .pt-row-box{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:1px solid #c2c2c2;position:relative}.date-pro-root-box.print-style .print-btm-box .pt-row-box.half-line:not(:last-child){border-bottom:1px solid var(--Gray-300, #ebebeb)}.date-pro-root-box.print-style .print-btm-box .pt-row-box:last-child{border-bottom:none!important}.date-pro-root-box.print-style .print-btm-box .pt-row-box .tit{background:#f8f8f8;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:20px;position:absolute;left:0;bottom:0;gap:2px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .tit .txt1{text-align:center;font-family:chosunGs;font-size:15px!important;font-style:normal;font-weight:400;line-height:14px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .tit .txt2{color:var(--Gray-600, #757575);text-align:center;font-family:Pretendard;font-size:9px!important;font-style:normal;font-weight:500;line-height:10px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box{display:flex;padding:5px 3px 5px 24px;margin:1px 0;width:96%;height:19px;justify-content:flex-start;align-items:center!important;font-size:12px;color:#575757;border:none}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box div{margin-left:4px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box div.no{color:var(--Gray-800, #333);text-align:left;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:400;line-height:12px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .year{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:400;line-height:12px;font-variant-numeric:tabular-nums}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt2{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:400;line-height:12px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .year.active{color:#eb4c10;font-weight:500}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt2.active{color:#eb4c10;font-weight:400}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .no.active{color:#eb4c10;font-weight:700}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1{display:flex;align-items:center!important;justify-content:center;height:12px;font-size:11px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:400;line-height:12px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub span+span{margin-left:1px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt{color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:12px}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five01,.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five02,.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five03,.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five04,.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five05{background-color:transparent}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five01{color:#c23535}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five02{color:#404040}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five03{color:#5e9f1c}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five04{color:#949494}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five05{color:#db9823}.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.prt-txt{font-size:12px;font-weight:500}.date-pro-root-box.print-style .print-btm-box:last-child{border-bottom:none}.v-dialog-alert .alert-wrap{width:325px;padding:36px 16px 16px;border-radius:16px;background:#fff;position:relative;word-break:keep-all}.v-dialog-alert .alert-wrap.bottom{padding-bottom:56px}.v-dialog-alert .alert-wrap .btn-box.bottom .btn-nor:nth-child(2){border-radius:0 0 16px}.v-dialog-alert .alert-wrap .btn-box .btn-nor{padding:14px 40px;border-radius:6px!important;background:#eb4c10;width:100%;display:flex;justify-content:center;align-items:center;font-size:16px;font-style:normal;font-weight:700;color:#fff}.btn-com1{display:flex;width:100%;background-color:#f2f5f8}.btn-com1.bottom{display:flex;justify-content:space-between;align-items:center;position:absolute;left:0;bottom:0;right:0}.btn-com1 .btn-nor{display:flex;width:100%;justify-content:center;align-items:center;height:48px;border-radius:6px;background-color:#8a8a8a;color:#fff;font-size:17px;font-weight:500;transition:background-color .3s ease}.btn-com1 .btn-nor.active{background-color:#eb4c10}.btn-com1 .btn-nor.left{border-radius:0 0 0 6px}.btn-com1 .btn-nor.right{border-radius:0 0 6px}.btn-com1 .btn-nor.submit{background-color:#eb4c10}.btn-com1 .btn-nor.cancel{background-color:#f2f2f2;color:#2c2c2e}.btn-com1.ceneter{width:100%;justify-content:center;align-items:center;padding-bottom:100px}.btn-com1.right{width:100%;justify-content:flex-end;align-items:center;gap:10px;padding:0 20px;margin-top:0}.btn-com1 .btn-line{border:1px solid #c2c2c2;border-radius:6px;width:340px;height:48px;display:flex;align-items:center;justify-content:center;font-size:17px;color:#23252e;font-weight:500}.btn-com1 .btn-line.bg-w{background:#fff}.btn-com1 .btn-line.w-small{width:108px;font-weight:700}.btn-com1 .btn-line.bg-orange{background:#eb4c10;color:#fff}.bg-body-gray{z-index:1;box-sizing:border-box;flex-grow:1;background:#f2f5f8;inline-size:100%;min-block-size:calc(100vh - 206px);padding-block-end:40px}.dialog-st12,.qr-popup{width:400px;height:338px}.dialog-st12 .pop-inner,.qr-popup .pop-inner{display:inline-flex;padding:20px 0 32px;flex-direction:column;justify-content:center;align-items:center;gap:16px;border-radius:16px;background:var(--gray-100-white, #fff)}.dialog-st12 .pop-inner .pop-tit-box,.qr-popup .pop-inner .pop-tit-box{width:100%;height:44px;display:flex;padding:10px 16px 10px 109px;justify-content:space-between;align-items:flex-start;gap:69px}.dialog-st12 .pop-inner .pop-tit-box .pop-tit-sub,.qr-popup .pop-inner .pop-tit-box .pop-tit-sub{width:182px;color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.dialog-st12 .pop-inner .pop-body,.qr-popup .pop-inner .pop-body{display:flex;flex-direction:column;align-items:center;padding-bottom:0!important}.dialog-st12 .pop-inner .pop-expl,.qr-popup .pop-inner .pop-expl{align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:16px}.dialog-st12 .pop-inner .qr-img-box,.qr-popup .pop-inner .qr-img-box{align-items:center;justify-content:center;margin-bottom:28px}.dialog-st12 .pop-inner .qr-img-box .manse_qr_img,.qr-popup .pop-inner .qr-img-box .manse_qr_img{width:120px;height:120px}.dialog-st12 .pop-inner .btn-store-box,.qr-popup .pop-inner .btn-store-box{display:flex;padding:0 22px;align-items:center;gap:8px}.dialog-st12 .pop-inner .btn-store-box .google-play,.qr-popup .pop-inner .btn-store-box .google-play{width:142px;height:42px;background:url(/assets/icon_google_play_box-TwvdsAuy.svg) center center no-repeat}.dialog-st12 .pop-inner .btn-store-box .app-store,.qr-popup .pop-inner .btn-store-box .app-store{width:142px;height:42px;background:url(/assets/icon_app_store_box-CrIE6Gkn.svg) center center no-repeat}.dialog-st10.dialog-saju-keyword{display:flex;flex-direction:column;height:848px!important;overflow-y:hidden;-webkit-user-select:none;user-select:none}.dialog-st10 .pop-cd-inner{width:800px;height:848px!important;display:inline-flex;padding:20px 0 32px;flex-direction:column;align-items:center;gap:12px;overflow-y:hidden}.dialog-st10 .pop-cd-inner .pop-tit-box{display:flex;width:100%;height:44px;padding:10px 16px 10px 56px;justify-content:flex-start;align-items:flex-start;gap:16px}.dialog-st10 .pop-cd-inner .pop-tit-box .detail-tit{width:688px;color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.dialog-st10 .pop-cd-inner .pop-tit-box .dialog-close{margin-top:8px;width:24px;height:24px}.dialog-st10 .pop-cd-inner .pop-detail-body{width:736px;height:100%;max-height:740px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.dialog-st10 .pop-cd-inner .pop-detail-body .data-exp-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px}.dialog-st10 .pop-cd-inner .pop-detail-body .data-exp-box .title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.375px}.dialog-st10 .pop-cd-inner .pop-detail-body .next-btn-area{display:flex;align-items:center;justify-content:center}.dialog-st10 .pop-cd-inner .pop-detail-body .next-btn-area .next-title{display:flex;min-width:280px;width:auto;height:48px;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.content-d{white-space:pre-line;padding:0 10px 0 0!important;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.375px}.content-d .custom-ol{counter-reset:list-counter;list-style:none;padding-left:5px;margin:0;padding-top:0;padding-bottom:0}.content-d .custom-ol li{counter-increment:list-counter;line-height:.3}.content-d .custom-ol li:before{content:counter(list-counter) ")";font-weight:700;margin-right:5px}.content-d .comment-area{display:inline-flex;flex-direction:column;padding:0!important;margin:0!important}.content-d .comment-line{width:200px;height:1.5px;background-color:#ebebeb;margin-top:10px}.content-d .small-txt{color:var(--Gray-600, #243798);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:22px;margin-top:5px}.content-d .indent-txt{margin-left:15px}.content-d td{padding:0 10px 0 5px}.content-d .center{padding:0 20px!important}.content-d .six-fam-img{background:url(/assets/six_fam_table-Bze9iIe1.png) center center no-repeat;background-size:contain;width:700px;height:457px}.content-d .gongmang-img{background:url(/assets/gongmang_table-pe85Om0X.png) center center no-repeat;background-size:contain;width:700px;height:524px}.dial-close{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px!important;height:24px;margin-left:auto}.dial-close.close-b{position:absolute;right:16px;top:20px;margin-left:none}.dial-close.ml-none{margin-left:unset!important}.dial-close.ilgan{position:absolute;top:30px;right:16px}.dial-close.ilganIntro{position:absolute;bottom:0;right:16px}.br16{border-radius:16px!important}.br8{border-radius:8px!important}.register-date{width:100%;display:flex;justify-content:flex-end;align-items:flex-end;margin-top:28px;color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:14px;letter-spacing:-.325px}.trans-btn-list-box{min-width:610px}.manse-layout .search-form-box .saju-input-mobile-header{display:none}@media (max-width: 768px){.rspageSaju,.manse-layout{background:#f5f5f5!important}.saju-pop-common-dialog{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important;height:100vh!important}.dialog-ilgan-five{width:100%!important;max-width:100%!important;height:100vh!important}.dialog-ilgan-five .v-overlay__content{width:100%!important;max-width:100%!important;height:100vh!important;max-height:100vh!important;margin:0!important}}@media (max-width: 768px){.saju-body{flex-direction:column;gap:0}.saju-gnb{display:none!important}.saju-content{width:100%!important;flex:none!important}.content-main .inner-base:not(.canlendar){width:100%;margin:0 auto;padding-left:16px;padding-right:16px;box-sizing:border-box}.tab-content-box{grid-template-columns:1fr!important}.manse-layout .hd-inner-base{width:100%;margin:0 auto;padding-left:16px;padding-right:16px;box-sizing:border-box}.result-01-box{padding:0!important}.manse-layout .people-box{flex-direction:column;align-items:flex-start;width:100%;gap:16px;height:auto;padding:16px}.manse-layout .people-box>*{width:100%}.manse-layout .people-box .mem-info{width:100%;min-width:auto!important;max-width:100%;flex-direction:row;align-items:center;gap:12px}.manse-layout .people-box .mem-info .profile-box{flex-shrink:0}.manse-layout .people-box .mem-info .name-box-d{flex:1;min-width:0;max-width:none}.manse-layout .people-box .mem-info .btn-mod-box{margin-left:auto;flex-shrink:0}.manse-layout .people-box .divider{width:100%;height:1px;margin:0;background:var(--Gray-300, #ebebeb)}.manse-layout .people-box .birth-box{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:12px}.manse-layout .people-box .birth-box .mb6{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:0;flex-shrink:0}.manse-layout .people-box .birth-box .mb6 .mr32{margin-right:0;width:auto;white-space:nowrap}.manse-layout .people-box .birth-box .mb6>div{width:auto;white-space:nowrap}.manse-layout .people-box .birth-box .w-wide{width:auto;min-width:0;flex:1 1 auto;white-space:normal}.manse-layout .people-box .btn-box{width:100%;flex-direction:column;align-items:stretch;gap:12px}.manse-layout .people-box .btn-box>*{width:100%}.manse-layout .people-box .btn-box button,.manse-layout .people-box .btn-box .btn-rd,.manse-layout .people-box .btn-box .btn-line,.manse-layout .people-box .btn-box .btn-save,.manse-layout .people-box .btn-box .btn-del-line,.manse-layout .people-box .btn-box .btn-list{width:100%;justify-content:center}.manse-layout .people-box .btn-box .line{width:100%;height:1px;background:var(--Gray-300, #ebebeb);margin:8px 0}.manse-layout .people-box .btn-box.trans-btn-box{flex-direction:row;flex-wrap:nowrap!important;align-items:center;gap:8px}.manse-layout .people-box .btn-box.trans-btn-box>*{width:auto}.manse-layout .people-box .btn-box.trans-btn-box .v-row,.manse-layout .people-box .btn-box.trans-btn-box span,.manse-layout .people-box .btn-box.trans-btn-box .btn-tooltip{width:auto;flex-shrink:0;display:inline-block}.manse-layout .people-box .btn-box.trans-btn-box button,.manse-layout .people-box .btn-box.trans-btn-box .btn-rd,.manse-layout .people-box .btn-box.trans-btn-box .btn-rd.btn-rd-38,.manse-layout .people-box .btn-box.trans-btn-box .btn-line{width:auto;flex-shrink:0}.manse-layout .people-box .btn-box.trans-btn-box .btn-rd.btn-rd-38{width:38px!important;height:38px!important;min-width:38px;min-height:38px}.manse-layout .people-box .btn-box.trans-btn-box .btn-save,.manse-layout .people-box .btn-box.trans-btn-box .line{display:none!important}.trans-btn-box .btn-line.st-toggle{display:flex;align-items:center;justify-content:center}.trans-btn-box .btn-line.st-toggle .on,.trans-btn-box .btn-line.st-toggle .off{display:flex;align-items:center;justify-content:center;line-height:1;vertical-align:baseline}.rspageSaju .result-01-box .people-box{flex-direction:column;align-items:flex-start;width:100%;gap:16px;height:auto!important;padding:16px;display:flex!important}.rspageSaju .result-01-box .people-box>*{width:100%}.rspageSaju .result-01-box .people-box .mem-info{width:100%;min-width:auto!important;max-width:100%;flex-direction:row;align-items:center;gap:12px}.rspageSaju .result-01-box .people-box .mem-info .profile-box{flex-shrink:0}.rspageSaju .result-01-box .people-box .mem-info .name-box-d{flex:1;min-width:0;max-width:none}.rspageSaju .result-01-box .people-box .mem-info .btn-mod-box{margin-left:auto;flex-shrink:0}.rspageSaju .result-01-box .people-box .divider{width:100%!important;height:1px!important;margin:0!important;background:var(--Gray-300, #ebebeb)}.rspageSaju .result-01-box .people-box .birth-box{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:12px}.rspageSaju .result-01-box .people-box .birth-box .mb6{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:0;flex-shrink:0}.rspageSaju .result-01-box .people-box .birth-box .mb6 .mr32{margin-right:0;width:auto;white-space:nowrap}.rspageSaju .result-01-box .people-box .birth-box .mb6>div{width:auto;white-space:nowrap}.rspageSaju .result-01-box .people-box .birth-box .w-wide{width:auto;min-width:0;flex:1 1 auto;white-space:normal}.rspageSaju .result-01-box .people-box .btn-box{width:100%;flex-direction:column;align-items:stretch;gap:12px}.rspageSaju .result-01-box .people-box .btn-box>*{width:100%}.rspageSaju .result-01-box .people-box .btn-box button,.rspageSaju .result-01-box .people-box .btn-box .btn-rd,.rspageSaju .result-01-box .people-box .btn-box .btn-line,.rspageSaju .result-01-box .people-box .btn-box .btn-save,.rspageSaju .result-01-box .people-box .btn-box .btn-del-line,.rspageSaju .result-01-box .people-box .btn-box .btn-list{width:100%;justify-content:center}.rspageSaju .result-01-box .people-box .btn-box .line{width:100%;height:1px;background:var(--Gray-300, #ebebeb);margin:8px 0}.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box{flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box>*{width:auto}.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .v-row,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box span,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .btn-tooltip{width:auto;flex-shrink:0;display:inline-block}.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box button,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .btn-rd,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .btn-rd.btn-rd-38,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .btn-line{width:auto;flex-shrink:0}.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .btn-rd.btn-rd-38{width:38px!important;height:38px!important;min-width:38px;min-height:38px}.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .line{flex-basis:100%;width:100%;min-width:100%;height:0;margin:8px 0;display:block;background:none;opacity:0}.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .line:last-of-type{flex-basis:auto;width:auto;min-width:0;margin:0}.manse-layout .data-sec-01-box{display:flex;flex-direction:column;width:100%;gap:12px;padding:0!important;background:transparent!important;border:none!important;border-radius:0!important}.rspageSaju .result-01-box .data-sec-01-box{padding:0!important;background:transparent!important;border:none!important;border-radius:0!important}.manse-layout .manse-hd-wrap{width:100%;flex-direction:column;align-items:stretch}.manse-layout .manse-hd-wrap .banner-box,.manse-layout .manse-hd-wrap .spacer,.manse-layout .manse-hd-wrap .manse-right-box{display:none}.manse-layout .inner-base-3{width:100%;margin:0}.manse-layout .txt-year-box{flex-wrap:wrap}.manse-layout .txt-year-box span{flex:1 0 20%}.manse-layout .txt-year-box .saju-option-checkbox{flex:1 0 100%;margin-top:8px}.manse-btm-ect-list{padding:24px 16px}.manse-layout .search-form-box{display:block;width:100%;height:auto;padding:16px 16px 20px;box-sizing:border-box}.manse-layout .search-form-box .search-box{width:100%;height:auto;display:flex;flex-direction:column;padding-right:0;padding-left:0}.manse-layout .search-form-box .search-box.right{padding-left:0;padding-top:16px}.manse-layout .search-form-box .search-box.right:after{content:none}.tab-content-container{width:100%}.card-container{width:100%;display:flex;justify-content:center}.card{width:100%;max-width:100%}.card.card-small,.card.card-large,.data-detail-flex{width:100%}.data-detail-flex .detail-box{width:50%}.six-4fr-list{flex-direction:column}.six-4fr-list .grid-container{grid-template-columns:1fr 1fr}.search-form-box .btn-mark-box{top:2px}.search-form-box .btn-mark-box .btn-mark{border-radius:6px 0 0 6px}.search-form-box .btn-box{width:100%;justify-content:center;position:relative;bottom:auto;right:auto}}@media (max-width: 768px) and (max-width: 768px){.search-form-box .btn-mark-box{display:none}.search-form-box .option-header-row{display:flex}.search-form-box .option-header-row__help{display:inline-flex}.result-01-box .btn-box .btn-save,.rspageSaju .result-01-box .btn-box .btn-save{display:none}.result-01-box .btn-box .btn-list,.rspageSaju .result-01-box .btn-box .btn-list{display:none!important}.result-01-box .btn-box.trans-btn-box{flex-wrap:wrap;align-items:center;gap:8px}}@media (max-width: 768px){.data-0101-root-box{padding-right:0!important}.result-01-box{padding:0!important}.data-0101-state .state-row .five-count-box .item-box+span{margin-left:8px!important}.dialog-st10 .pop-cd-inner{width:100%!important}.dialog-st10 .pop-cd-inner .pop-detail-body{width:100%!important;box-sizing:border-box;padding:16px!important}.dial-close{width:48px!important}.data-0102-box{overflow-x:scroll}.normal-banner{width:100%!important;height:0;padding-bottom:18.87%;margin-left:0!important;background-size:contain;background-position:center center}.manse-layout .search-form-box .search-box .item-box:first-child .txt.wd100{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;align-items:center}.manse-layout .search-form-box .search-box .item-box:first-child .btn-right{order:-1;flex:0 0 100%;display:flex;justify-content:flex-end;margin:0}.manse-layout .search-form-box .search-box .item-box:first-child .txt-gender-box{flex:0 0 auto;margin-left:0!important;margin-top:0}.manse-layout .search-form-box .search-box .item-box:first-child .txt-gender-box:first-of-type{margin-right:12px}.manse-layout .search-form-box .search-box .item-box:first-child .txt-gender-box:last-of-type{flex:0 0 auto;display:flex}.manse-layout .search-form-box .search-box .item-box:first-child .txt-gender-box:last-of-type .rd-orange+label{flex:1;text-align:center;min-width:0}.manse-layout .search-form-box .search-box .item-box:nth-child(3) .txt-text-box{display:flex;flex-direction:column;gap:12px;align-items:stretch}.manse-layout .search-form-box .search-box .item-box:nth-child(3) .txt-text-box>span,.manse-layout .search-form-box .search-box .item-box:nth-child(3) .txt-text-box>.v-text-field{width:100%!important;flex:1 0 auto!important}.trans-btn-box{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.trans-btn-box .line{flex-basis:100%;width:100%;min-width:100%;height:0;margin:8px 0;display:block;background:none;opacity:0}.trans-btn-box .line:last-of-type{flex-basis:auto;width:auto;min-width:0;margin:0}.trans-btn-list-box{min-width:100%}.pop-saju-quick-menu .user-info{display:none}.content-main.no-header-padding{padding-top:0!important}.list-box.grid.pc-list{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.list-box.grid.pc-list .item-box{width:100%!important;max-width:100%!important;min-width:0!important}.list-box.mobile-list{display:none!important}}@media (max-width: 768px){.header-wrap{display:none!important}.content-main{padding-top:52px}.result-box{width:100%!important;max-width:100%!important;box-sizing:border-box}.saju_list_action_button_print,.saju_grid_dropdown_button_print,.btn-print1,.btn-print,.v-list-item[value*=print],.v-list-item.value\:print,.pop-menu-list[value*=print]{display:none!important}.popup-menu{position:relative!important;z-index:10!important;overflow:visible!important}.popup-menu .v-menu{z-index:1000!important;position:relative!important}.popup-menu .v-overlay__content{z-index:1000!important}.popup-menu .menu-button{cursor:pointer!important;pointer-events:auto!important}.list-box.mobile-list .popup-menu{position:relative!important;z-index:10!important;overflow:visible!important}.list-box.mobile-list .popup-menu .v-menu{z-index:1000!important}.share-box .btn-print1{display:none!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile){width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .v-overlay__content{width:100%!important;max-width:100%!important;max-height:100vh!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.v-dialog-sm.dialog-st1.custom-dialog{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important}.v-dialog-sm.dialog-st1.custom-dialog .v-overlay__content{width:100%!important;max-width:100%!important;max-height:100vh!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-inner,.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-body,.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-search-box,.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .group-set-list{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-body{padding:16px!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-search-box{flex-direction:column!important;gap:12px!important;height:auto!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-search-box .input-box{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-search-box .input-box .v-text-field{width:100%!important;max-width:100%!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-search-box .input-box .v-text-field .v-input__control{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-search-box .input-box .v-text-field .v-field{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-search-box .input-box .v-text-field .v-field__input{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .pop-search-box .obtn{width:100%!important;max-width:100%!important}.v-dialog-sm.dialog-st1:not(:has(.pop-exp-sh)):not(:has(.share-com-btn-box)):not(.pop-area-mobile) .group-set-list{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-search-box{display:flex!important;flex-direction:row!important;align-items:center!important;gap:0!important;height:38px!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-search-box .com-input-wrap{flex:1!important;min-width:0!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-search-box .com-input-wrap .v-input{padding-top:0!important;margin-top:0!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-search-box .com-input-wrap .v-input__details{display:none!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-search-box .com-input-wrap .v-field__clearable{padding-inline-end:0!important;margin-inline-start:0!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-search-box .com-input-wrap .v-field__append-inner{padding-inline-start:0!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-search-box .obtn{flex-shrink:0!important;min-width:unset!important;width:auto!important;max-width:none!important;padding:0 20px!important;height:38px!important;font-size:15px!important;margin:0 0 0 6px!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-tit-box.tit-center{display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-tit-box.tit-center .tit-text-d{text-align:center!important;flex:1!important}.v-dialog-sm.dialog-st1.pop-area-mobile .pop-tit-box.tit-center .dial-close{position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important}.v-dialog-sm.dialog-st1.custom-dialog .saju-pop-inner1,.v-dialog-sm.dialog-st1.custom-dialog .saju-pop-body1,.v-dialog-sm.dialog-st1.custom-dialog .pop-search-box1,.v-dialog-sm.dialog-st1.custom-dialog .pop-group-list{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.v-dialog-sm.dialog-st1.custom-dialog .saju-pop-inner1{padding:16px!important}.v-dialog-sm.dialog-st1.custom-dialog .pop-search-box1,.v-dialog-sm.dialog-st1.custom-dialog .pop-group-list{width:100%!important;max-width:100%!important}.dialog-st1.group-st1{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important}.dialog-st1.group-st1 .v-overlay__content{width:100%!important;max-width:100%!important;max-height:100vh!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.dialog-st1.group-st1 .pop-inner-test,.dialog-st1.group-st1 .pop-body{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:16px!important}.dialog-st1.group-st1 .v-window,.dialog-st1.group-st1 .v-window-item{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.dialog-st1.group-st1 .pop-search-box{width:100%!important;max-width:100%!important;box-sizing:border-box!important;flex-direction:column!important;gap:12px!important;height:auto!important}.dialog-st1.group-st1 .pop-search-box .input-box{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.dialog-st1.group-st1 .pop-search-box .input-box .v-text-field{width:100%!important;max-width:100%!important}.dialog-st1.group-st1 .pop-search-box .input-box .v-text-field .v-input__control,.dialog-st1.group-st1 .pop-search-box .input-box .v-text-field .v-field,.dialog-st1.group-st1 .pop-search-box .input-box .v-text-field .v-field__input{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.dialog-st1.group-st1 .pop-search-box .obtn,.dialog-st1.group-st1 .pop-search-box .btn-sm{width:100%!important;max-width:100%!important}.dialog-st1.group-st1 .group-set-list{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.result-box .data-box .hd-box .count{width:100%!important;max-width:100%!important;flex:1 1 auto!important;min-width:0!important;gap:12px!important}.result-box .list-box.pc-list:not(.grid){display:none!important}.result-box .list-box.grid.pc-list{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important}.result-box .list-box.grid.pc-list .item-box{width:100%!important;max-width:100%!important;min-width:0!important}.result-box .list-box.grid.mobile-list{display:none!important}.list-box.pc-list:not(.grid){display:none!important}.list-box.mobile-list:not(.grid){display:block!important}.list-box.mobile-list:not(.grid) .item-box-mobile{border-bottom:1px solid #f0f0f0;background:#fff}.list-box.mobile-list:not(.grid) .item-box-mobile:first-child{border-top:1px solid #f0f0f0}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile{display:flex;flex-direction:column;padding:8px;gap:6px}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-header-row{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-header-row .ganji-preview{display:flex;flex-direction:row;gap:4px;flex-shrink:0}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-header-row .ganji-preview .ganji-txt1{width:44px;height:44px;font-size:24px;display:flex;justify-content:center;align-items:center;border-radius:10px;font-family:ChosunGs}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-header-row .name-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-header-row .name-info .name-g{font-size:16px;font-weight:500;color:#333}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-header-row .name-info .age{font-size:13px;color:#616264}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-header-row .mobile-icons{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .grid-mid-box{color:#616264;font-size:13px;letter-spacing:-.325px;margin-bottom:12px;margin-bottom:0!important}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .grid-mid-box .txts{color:#757575;font-size:12px}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .grid-mid-box .tits{color:#333;font-size:12px;font-weight:500;margin-right:3px}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .grid-mid-box .tits.orange{color:#eb4c10}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .grid-mid-box .tits.blue{color:#78aaff;margin-left:2px}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;width:100%;flex-wrap:wrap}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links{display:flex;flex-direction:row;align-items:center;gap:8px;flex:1;min-width:0}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item{display:flex;flex-direction:row;align-items:center;gap:8px;color:#eb4c10;font-size:13px;font-weight:500;white-space:nowrap;flex-shrink:0}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.orange{color:#f47a49}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.blue{color:#78aaff}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.green{color:#2c9c6f}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.purple{color:#b072dc}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.yearly-fortune{color:#b078ff}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.selection{color:#70ca20}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item .divider{width:1px;height:12px;background:#ebebeb;margin:0 4px}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .detailed-analysis{flex-shrink:0}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .detailed-analysis .detail-btn{display:flex;padding:6px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid #ebebeb;background:#fff;color:#eb4c10;font-size:13px;font-weight:500}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .detailed-analysis .detail-btn .detail-view{color:#eb4c10;font-size:13px;font-weight:500}.list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .detailed-analysis .detail-btn:after{content:">";margin-left:4px}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .grid-mid-box{margin-bottom:12px}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;width:100%;flex-wrap:wrap}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links{display:flex;flex-direction:row;align-items:center;gap:8px;flex:1;min-width:0}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item{display:flex;flex-direction:row;align-items:center;gap:8px;color:#eb4c10;font-size:13px;font-weight:500;white-space:nowrap}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.orange{color:#f47a49}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.blue{color:#78aaff}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.green{color:#2c9c6f}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.purple{color:#b072dc}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.yearly-fortune{color:#b078ff}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item.selection{color:#70ca20}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .analysis-links .analysis-link-item .divider{width:1px;height:12px;background:#ebebeb;margin:0 4px}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .detailed-analysis{flex-shrink:0}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .detailed-analysis .detail-btn{display:flex;padding:6px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid #ebebeb;background:#fff;color:#eb4c10;font-size:13px;font-weight:500}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .detailed-analysis .detail-btn .detail-view{color:#eb4c10;font-size:13px;font-weight:500}.list-box.mobile-list:not(.grid) .list-box.mobile-list:not(.grid) .item-box-mobile .inner-mobile .mobile-analysis-links .detailed-analysis .detail-btn:after{content:">";margin-left:4px}}@media (min-width: 768px){.result-box .list-box.pc-list{display:grid!important}.result-box .list-box.mobile-list{display:none!important}.list-box.pc-list:not(.grid){display:block!important}.list-box.mobile-list:not(.grid){display:none!important}}.result-box .list-box.pc-list{display:grid}.result-box .list-box.mobile-list{display:none}.list-box.pc-list:not(.grid){display:block}.list-box.mobile-list:not(.grid){display:none}@media (max-width: 768px){.top_header_text_title{padding-left:12px!important;padding-right:12px!important}.top_header_text_title .row-box{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;margin-top:8px!important}.top_header_text_title .row-box .exp{width:100%}.top_header_text_title .row-box .search-box{width:100%!important;max-width:100%!important}.result-box .data-box .hd-box{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;height:auto!important;padding:0 12px 8px!important}.result-box .data-box .hd-box .count{width:auto!important;max-width:none!important;flex-wrap:nowrap!important;flex-shrink:0!important;gap:0!important}.result-box .data-box .hd-box .count .icon-filter{cursor:pointer!important}.result-box .data-box .hd-box .count .filter-box,.result-box .data-box .hd-box .count .search-list{display:none!important}.result-box .data-box .hd-box .btn-r{display:flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important;margin-left:auto!important}}.mobile-filter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:10000;display:flex;align-items:flex-end;justify-content:center}.mobile-filter-popup{background:#fff;border-radius:16px 16px 0 0;width:100%;max-width:768px;max-height:85vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-filter-header{display:flex;align-items:center;justify-content:center;position:relative;padding:18px 16px 14px;border-bottom:1px solid #f0f0f0}.mobile-filter-header .mobile-filter-title{font-size:16px;font-weight:700;color:#222}.mobile-filter-header .mobile-filter-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;color:#555}.mobile-filter-body{flex:1;overflow-y:auto;padding:0 20px}.mobile-filter-content .mobile-filter-section{padding:16px 0;border-bottom:1px solid #f0f0f0}.mobile-filter-content .mobile-filter-section:last-child{border-bottom:none}.mobile-filter-content .mobile-filter-section .mobile-filter-section-title{font-size:14px;font-weight:700;color:#222;margin-bottom:12px}.mobile-filter-content .mobile-filter-section .mobile-filter-options{display:flex;flex-wrap:wrap;gap:8px 24px}.mobile-filter-content .mobile-filter-section .mobile-filter-option{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;color:#444;min-width:80px;padding:4px 0}.mobile-filter-content .mobile-filter-section .mobile-filter-option .radio-icon{display:flex;align-items:center;justify-content:center}.mobile-filter-content .mobile-filter-section .mobile-filter-option.selected{color:#222;font-weight:500}.mobile-filter-footer{display:flex;gap:8px;padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom));border-top:1px solid #f0f0f0}.mobile-filter-footer .btn-reselect,.mobile-filter-footer .btn-confirm{flex:1;height:48px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer}.mobile-filter-footer .btn-reselect{background:#fff;border:1px solid #E8501A;color:#e8501a}.mobile-filter-footer .btn-confirm{background:#e8501a;border:none;color:#fff}@media (max-width: 768px){.tap-group-box{max-height:none!important;height:auto!important;overflow:visible!important;padding:12px!important;gap:0!important}.tap-group-box .g-expand-btn{display:none!important}.tap-group-box .list-box{flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;gap:6px!important;padding-bottom:2px!important;width:100%!important;scrollbar-width:none;-ms-overflow-style:none}.tap-group-box .list-box::-webkit-scrollbar{display:none}.tap-group-box .btn-tab{flex-shrink:0!important;white-space:nowrap!important;margin-right:0!important}.tap-group-box .vertical-line{flex-shrink:0!important;margin:0 8px!important}.tap-group-box .favorite-button{flex-shrink:0!important}}@media (max-width: 768px){.list-box.grid{grid-template-columns:repeat(3,1fr)!important;gap:0!important}.list-box.grid .item-box{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;padding:12px 12px 40px!important;border-radius:0!important;border-right:1px solid var(--Gray-300, #ebebeb)!important;border-bottom:1px solid var(--Gray-300, #ebebeb)!important;border-top:none!important;border-left:none!important;box-shadow:none!important}.list-box.grid .item-box:first-child .inner{overflow:visible!important}.list-box.grid .item-box .inner{gap:12px!important;overflow:hidden!important;width:100%!important;align-items:flex-start!important}.list-box.grid .item-box .inner .grid-top-box{margin-bottom:0!important;height:auto!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important}.list-box.grid .item-box .inner .grid-top-box .left-group{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important}.list-box.grid .item-box .inner .grid-top-box .left-group .group-name,.list-box.grid .item-box .inner .grid-top-box .left-group .memo-info,.list-box.grid .item-box .inner .grid-top-box .left-group .memo-box{padding:2px 6px!important;border-radius:4px!important;font-size:clamp(11px,1.8vw,14px)!important;line-height:1.35!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.list-box.grid .item-box .inner .grid-top-box .right-group{flex:0 0 auto!important;display:flex!important;flex-direction:row!important;align-items:center!important;margin-left:auto!important;gap:2px!important}.list-box.grid .item-box .inner .grid-top-box .right-group .primary-pin-icon,.list-box.grid .item-box .inner .grid-top-box .right-group .favor-toggle-btn,.list-box.grid .item-box .inner .grid-top-box .right-group .menu-button{width:20px!important;height:20px!important}.list-box.grid .item-box .inner .grid-hd-box{margin-bottom:0!important;overflow:hidden!important;min-width:0!important;text-align:left!important}.list-box.grid .item-box .inner .grid-hd-box .name-box-g{overflow:hidden!important;max-width:100%!important;min-width:0!important;justify-content:flex-start!important}.list-box.grid .item-box .inner .grid-hd-box .name-box-g .name-g{font-size:clamp(13px,2.35vw,18px)!important;font-weight:700!important;line-height:1.3!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;flex-shrink:1!important}.list-box.grid .item-box .inner .grid-hd-box .name-box-g .age{font-size:clamp(12px,2.1vw,16px)!important;font-weight:500!important;line-height:1.3!important;white-space:nowrap!important;flex-shrink:0!important}.list-box.grid .item-box .inner .grid-mid-box{margin-bottom:0!important;font-size:clamp(12px,2.1vw,16px)!important;line-height:1.3!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:left!important;justify-content:flex-start!important}.list-box.grid .item-box .inner .grid-mid-box .tits,.list-box.grid .item-box .inner .grid-mid-box .txts{font-size:inherit!important;line-height:inherit!important}.list-box.grid .item-box .inner .grid-mid-box .tits.blue,.list-box.grid .item-box .inner .grid-mid-box .tits.blue+.txts{display:none!important}.list-box.grid .item-box .inner .grid-mid-box .ml5{display:none!important}.list-box.grid .item-box .inner .ganji-box{margin:0!important}.list-box.grid .grid-btm-box{justify-content:center!important;width:100%!important;gap:4px!important}.list-box.grid .grid-btm-box .view-saju,.list-box.grid .grid-btm-box .detailed-analysis{flex:1!important}.list-box.grid .grid-btm-box .view-btn,.list-box.grid .grid-btm-box .detail-btn{width:100%!important;height:clamp(30px,4.7vw,36px)!important;border-radius:6px!important}.list-box.grid .grid-btm-box .view-btn .saju-view,.list-box.grid .grid-btm-box .view-btn .detail-view,.list-box.grid .grid-btm-box .detail-btn .saju-view,.list-box.grid .grid-btm-box .detail-btn .detail-view{font-size:clamp(11px,1.8vw,14px)!important;font-weight:700!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.list-box.grid .analysis-info{height:clamp(24px,3.9vw,30px)!important;padding:0 8px!important;border-radius:0!important;overflow:visible!important;min-width:0!important}.list-box.grid .analysis-info .analysis-item{font-size:clamp(10px,1.7vw,13px)!important;font-weight:700!important;line-height:1.35!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.list-box.grid .analysis-info .analysis-item .divider{width:1px!important;height:8px!important;background:#c2c2c2!important}.ganji-box.saju_list_ganji_text.saju_list_info_text_ganji,.ganji-box.saju_list_ganji_text,.ganji-box.saju_list_info_text_ganji{width:100%!important;gap:4px!important;grid-template-columns:repeat(4,1fr)!important}.ganji-box.saju_list_ganji_text.saju_list_info_text_ganji span.txt-round,.ganji-box.saju_list_ganji_text span.txt-round,.ganji-box.saju_list_info_text_ganji span.txt-round{width:100%!important;min-width:0!important;flex-shrink:1!important;flex-grow:1!important;flex-basis:0!important;aspect-ratio:1/1!important;height:auto!important}}@media (max-width: 599px){.list-box.grid,.result-box .list-box.grid.pc-list{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 768px){.content-main .inner-base:not(.canlendar){padding:0!important}.manse-layout .content-main .inner-base.manse-hd-wrap,.manse-layout .manse-hd-wrap{padding-left:8px;padding-right:8px;box-sizing:border-box}.manse-layout .search-form-box{padding:12px 12px 16px}.manse-layout .search-form-box .search-box{gap:8px}.manse-layout .search-form-box .search-box .item-box{width:100%}.manse-layout .search-form-box .search-box .item-box:first-child{width:100%!important;max-width:100%!important;box-sizing:border-box;overflow:hidden;padding:0!important;margin:0!important}.manse-layout .search-form-box .saju-input-mobile-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;box-sizing:border-box;margin-bottom:8px}.manse-layout .search-form-box .saju-input-mobile-header .saju-input-mobile-header__title{color:#333;font-size:14px;font-weight:600}.manse-layout .search-form-box .saju-input-mobile-header .btn-bg-point{color:#eb4c10;font-size:13px;height:28px;display:inline-flex;justify-content:center;align-items:center;background:#fff8f5;border-radius:38px;padding:6px 12px;box-sizing:border-box;white-space:nowrap}.manse-layout .search-form-box .saju-header-pc{display:none}.manse-layout .search-form-box .birth-gender-wrap{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:4px!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;padding:0!important;margin:0!important;overflow:visible!important}.manse-layout .search-form-box .btn-box{margin-top:12px}.data-0101-root-box{padding-right:0!important;padding-left:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box}.manse-layout .data-sec-01-box,.rspageSaju .result-01-box .data-sec-01-box{padding:0!important;background:transparent!important;border:none!important;border-radius:0!important}.search-form-box .search-box .item-box .tit{margin-right:0!important}.manse-layout .people-box,.rspageSaju .result-01-box .people-box{padding:16px!important}.manse-layout .people-box .btn-box.trans-btn-box,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box{flex-wrap:wrap!important}.manse-layout .people-box .btn-box.trans-btn-box .line,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .line{display:block!important}.manse-layout .people-box .btn-box.trans-btn-box .st-toggle+.line,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .st-toggle+.line{flex-basis:100%!important;width:100%!important;min-width:100%!important;height:0!important;margin:0!important;display:block!important;order:10}.manse-layout .people-box .btn-box.trans-btn-box .btn-save+.line,.manse-layout .people-box .btn-box.trans-btn-box .line:last-of-type,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .btn-save+.line,.rspageSaju .result-01-box .people-box .btn-box.trans-btn-box .line:last-of-type{display:none!important}.btn-line.st-toggle.orange{display:flex!important;align-items:center!important;justify-content:center!important;height:auto!important;min-height:34px!important}.btn-line.st-toggle.orange .on,.btn-line.st-toggle.orange .off{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;vertical-align:middle!important}.manse-layout .search-form-box{padding:0!important;background:#fff!important;border-radius:0!important;box-shadow:none!important}.manse-layout .search-form-box .search-box.w-short{display:flex!important;flex-direction:column!important;gap:0!important;padding:0 16px!important}.manse-layout .search-form-box .saju-input-mobile-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:20px 16px 14px!important;margin-bottom:0!important}.manse-layout .search-form-box .saju-input-mobile-header .saju-input-mobile-header__title{color:#2c2c2e!important;font-size:16px!important;font-weight:500!important;letter-spacing:-.43px}.manse-layout .search-form-box .saju-input-mobile-header .btn-bg-point{background:#fff8f5!important;color:#eb4c10!important;font-size:13px!important;font-weight:700!important;height:auto!important;padding:6px 12px!important;border-radius:30px!important;border:none!important}.manse-layout .search-form-box .birth-gender-wrap{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:12px!important;padding:0!important;margin-top:14px!important;margin-bottom:4px!important}.manse-layout .search-form-box .birth-gender-wrap .btn-right{display:none!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box{display:inline-flex!important;flex-direction:row!important;gap:0!important;margin-right:0!important;max-width:none!important;border:1px solid #ebebeb!important;border-radius:6px!important;overflow:visible!important;background:#fff!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box input[type=radio],.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box input[type=checkbox]{position:absolute!important;opacity:0!important;width:0!important;height:0!important;pointer-events:none!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-orange+label{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:34px!important;padding:0 12px!important;font-size:13px!important;font-weight:500!important;color:#333!important;background:transparent!important;border:none!important;border-radius:5px!important;cursor:pointer!important;position:relative!important;white-space:nowrap!important;background-image:none!important;margin:0!important;flex:1!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-orange+label.line:before{content:""!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:1px!important;height:10px!important;background:#ebebeb!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-orange:checked+label{background:#eb4c10!important;color:#fff!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-orange:checked+label.line:before{display:none!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender+label{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:34px!important;padding:0 8px 0 26px!important;font-size:13px!important;font-weight:500!important;color:#333!important;background-color:transparent!important;background-position:calc(50% - 14px) center!important;background-repeat:no-repeat!important;background-size:16px 16px!important;border:none!important;border-radius:5px!important;cursor:pointer!important;position:relative!important;white-space:nowrap!important;margin:0!important;flex:1!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender.male+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%235dbaff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%235dbaff'/%3e%3c/g%3e%3c/svg%3e")!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender.female+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_female'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='female'%20transform='translate(5.07%203.237)'%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(0%200.003)'%20fill='%23eb4f5d'/%3e%3c/g%3e%3c/svg%3e")!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender+label.line:before{content:""!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:1px!important;height:10px!important;background:#ebebeb!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender:checked+label{background-color:#eb4c10!important;color:#fff!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender:checked+label.line:before{display:none!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender.male:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box .rd-gender.female:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='여자_흰색'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(5.07%203.24)'%20fill='%23fff'/%3e%3c/svg%3e")!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box:first-child{flex:1 1 0!important;min-width:0!important}.manse-layout .search-form-box .birth-gender-wrap .txt-gender-box:nth-child(2){flex:1.5 1 0!important;min-width:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box{display:flex!important;flex-wrap:wrap!important;gap:4px 8px!important;margin-bottom:0!important;height:auto!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span{display:block!important;min-width:0!important;height:38px!important;overflow:hidden!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-child(1),.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-child(2),.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-child(3){flex:1 1 0!important;min-width:50px!important;max-width:calc((100% - 52px) / 3)!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.mobile-picker-btn.calendar-btn{flex:0 0 36px!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.flex-break{flex-basis:100%!important;height:0!important;margin:0!important;padding:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-of-type(4),.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative:nth-of-type(5){flex:0 0 auto!important;width:calc((100% - 52px) / 3)!important;min-width:60px!important;max-width:calc((100% - 52px) / 3)!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative *{min-width:0!important;max-width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-input{height:100%!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-input__control{height:100%!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field{border:none!important;border-bottom:1px solid #c2c2c2!important;border-radius:0!important;background:transparent!important;padding:0!important;min-height:unset!important;height:100%!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field .v-field__field{height:100%!important;width:100%!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field input{text-align:center!important;font-size:18px!important;color:#333!important;padding:0!important;height:100%!important;width:100%!important;flex:1!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field .txt-r{font-size:16px!important;color:#333!important;padding-right:2px!important;flex-shrink:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field .v-field__outline{display:none!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.input-relative .v-field .v-field__append-inner{padding:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.mobile-picker-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:38px!important;border:none!important;background:transparent!important;padding:0!important;cursor:pointer!important;flex-shrink:0!important;margin:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.mobile-picker-btn:disabled{opacity:.4!important;cursor:not-allowed!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>.mobile-picker-btn svg{width:22px!important;height:22px!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.saju-option-checkbox{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important;height:38px!important;padding-left:4px!important;margin-top:-2px!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.saju-option-checkbox .checkbox{width:18px!important;height:18px!important;flex-shrink:0!important}.manse-layout .search-form-box .search-box .item-box .txt-year-box>span.saju-option-checkbox .label{font-size:14px!important;color:#333!important;white-space:nowrap!important;font-weight:400!important;margin-left:4px!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:7px!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-text-field{margin-top:0!important;padding-top:0!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field{border:none!important;border-bottom:1px solid #c2c2c2!important;border-radius:0!important;background:transparent!important;padding:0 5px!important;min-height:unset!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field input{font-size:16px!important;color:#333!important;padding:6.5px 0!important;line-height:1.25!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field input::placeholder{color:#757575!important;font-size:16px!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field .v-field__outline{display:none!important}.manse-layout .search-form-box .search-box .item-box .txt-text-box .v-field .v-field__clearable{padding:0!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option){margin:16px!important;padding:0!important;background:#f8f8f8!important;border-radius:8px!important;border:none!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .option-header-row{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:16px 16px 0!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .option-header-row__title{font-size:15px!important;font-weight:500!important;color:#333!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .option-header-row__help{width:20px!important;height:20px!important;border-radius:50%!important;background:#ebebeb!important;border:none!important;font-size:12px!important;color:#757575!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .btn-mark-box{display:none!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;padding:15px 16px!important;gap:16px!important;border-top:1px solid #ebebeb!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box:first-of-type{border-top:none!important;margin-top:15px!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box .tit{font-size:15px!important;color:#333!important;margin-right:6px!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box .txt{display:flex!important;align-items:center!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .item-box .ml-60{margin-left:40px!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .opt-list{padding:16px!important;margin:0!important;list-style:none!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .opt-list li{font-size:13px!important;color:#757575!important;line-height:1.6!important;margin-bottom:4px!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .opt-list li:last-child{margin-bottom:0!important}.manse-layout .manse-search-box .search-box.right:not(.mobile-option) .opt-list li .line-btm{text-decoration:underline!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right.mobile-option{width:auto!important;margin:16px!important;padding:0!important;background:#f8f8f8!important;border-radius:8px!important;border:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:12px 16px!important;cursor:pointer!important;width:100%!important;box-sizing:border-box!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;flex:1 1 auto!important;min-width:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__title{font-size:15px!important;font-weight:600!important;color:#333!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap{position:relative!important;display:flex!important;align-items:center!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-header__help{width:18px!important;height:18px!important;border-radius:50%!important;background:#fff!important;border:none!important;font-size:11px!important;font-weight:500!important;color:#999!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;padding:0!important;margin:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip{position:absolute!important;bottom:calc(100% + 10px)!important;left:-8px!important;width:280px!important;background:#fff!important;border-radius:8px!important;box-shadow:0 4px 20px #00000026!important;padding:16px!important;z-index:1000!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip .mobile-option-tooltip__content p{font-size:13px!important;color:#333!important;line-height:1.6!important;margin:0 0 8px!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip .mobile-option-tooltip__content p:last-child{margin-bottom:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip .mobile-option-tooltip__arrow{position:absolute!important;bottom:-8px!important;left:9px!important;width:0!important;height:0!important;border-left:8px solid transparent!important;border-right:8px solid transparent!important;border-top:8px solid #fff!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__left>.mobile-option-header__help-wrap>.mobile-option-tooltip-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:999!important;background:transparent!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__toggle{width:24px!important;height:24px!important;min-width:24px!important;background:none!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;margin-left:auto!important;padding:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option>.mobile-option-header>.mobile-option-header__toggle svg{transition:transform .2s ease!important}.manse-layout .manse-search-box .search-box.right.mobile-option.collapsed .mobile-option-content{display:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-content{padding:0 16px 16px!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-row{display:flex!important;align-items:center!important;gap:24px!important;padding:12px 0!important;border-top:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-row:first-child{border-top:1px solid #ebebeb!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item{display:flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox{display:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox-icon{width:20px!important;height:20px!important;border-radius:4px!important;border:2px solid #cccccc!important;background:#fff!important;position:relative!important;flex-shrink:0!important;transition:all .15s ease!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox-icon:after{content:""!important;position:absolute!important;top:2px!important;left:6px!important;width:5px!important;height:10px!important;border:solid #fff!important;border-width:0 2px 2px 0!important;transform:rotate(45deg)!important;opacity:0!important;transition:opacity .15s ease!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox:checked+.mobile-checkbox-icon{background:#eb4c10!important;border-color:#eb4c10!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-checkbox:checked+.mobile-checkbox-icon:after{opacity:1!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-item .mobile-option-label{font-size:15px!important;color:#333!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-radio-row{display:flex!important;align-items:center!important;gap:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-radio-row .radio{display:none!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-radio-row .radio+.label{margin-right:20px!important;font-size:15px!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-option-guides{display:flex!important;align-items:center!important;gap:8px!important;padding-top:12px!important;border-top:1px solid #ebebeb!important;margin-top:4px!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-guide-link{display:flex!important;align-items:center!important;gap:4px!important;background:none!important;border:none!important;padding:0!important;font-size:13px!important;color:#999!important;cursor:pointer!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-guide-link .guide-arrow{width:16px!important;height:16px!important;border-radius:50%!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.manse-layout .manse-search-box .search-box.right.mobile-option .mobile-guide-link .guide-arrow svg{width:10px!important;height:10px!important}.manse-layout .manse-search-box .btn-box{display:flex!important;flex-direction:row!important;gap:8px!important;padding:0 16px 16px!important;margin-top:16px!important}.manse-layout .manse-search-box .btn-box .btn-line{height:52px!important;font-size:16px!important;font-weight:700!important;border-radius:6px!important;display:flex!important;align-items:center!important;justify-content:center!important}.manse-layout .manse-search-box .btn-box .btn-line.reset{flex:0 0 auto!important;padding:0 20px!important;background:#fff!important;color:#333!important;border:1px solid #ebebeb!important}.manse-layout .manse-search-box .btn-box .btn-line.search{flex:1!important;background:#eb4c10!important;color:#fff!important;border:1px solid #eb4c10!important}.manse-layout .result-10-box{padding:0!important}.manse-layout .result-01-box{background:#f2f5f8!important;padding:0!important;margin:0!important;border-radius:0!important}.manse-layout .result-01-box .people-box{padding:16px!important;background:#fff!important;margin-bottom:0!important}.manse-layout .result-01-box .people-box .btn-box.trans-btn-box{gap:8px!important;flex-wrap:wrap!important}.manse-layout .result-01-box .people-box .btn-box.trans-btn-box .line{display:none!important}.manse-layout .result-01-box .data-0101-root-box{padding:0!important;background:#f2f5f8!important}.manse-layout .result-01-box .ohaeng-chart-wrap,.manse-layout .result-01-box .ohaeng-summary-wrap{margin-top:12px!important}.manse-layout .right-luck-box{padding:0!important;background:#f2f5f8!important}.manse-layout .right-luck-box .deaun-main-box{background:#fff!important;margin:8px 0!important;border-radius:8px!important;padding:16px!important}.manse-layout .right-luck-box .deaun-main-box .tit-box{margin-bottom:12px!important}.manse-layout .right-luck-box .deaun-main-box .tit-box span{font-size:16px!important;font-weight:600!important;color:#333!important}.manse-layout .quick-menu-container{position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#fff!important;box-shadow:0 -2px 10px #0000001a!important;padding:8px 16px!important;z-index:100!important}.manse-btm-ect-list{background:#f2f5f8!important;padding:16px!important}.manse-btm-ect-list .tab-content-box{background:transparent!important}.rspageSaju .data-0101-box.mobile,.manse-layout .data-0101-box.mobile,.data-0101-box.mobile{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:0!important;padding:12px 0!important;overflow-x:hidden!important;background:#fff!important;border-radius:0!important;margin:8px 0 0!important;border:none!important;grid-template-columns:unset!important;box-sizing:border-box!important;width:100%!important;justify-content:center!important}.rspageSaju .data-0101-box.mobile .birth-item-box,.manse-layout .data-0101-box.mobile .birth-item-box,.data-0101-box.mobile .birth-item-box{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-width:0!important;max-width:none!important;border-right:none!important;padding:0!important;margin:0!important;align-items:center!important;box-sizing:border-box!important;gap:4px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line,.data-0101-box.mobile .birth-item-box.bg-line{background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;margin:0!important;position:relative!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl,.data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl{width:44px!important;height:44px!important;border-radius:10px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .chn,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .chn,.data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .chn{font-size:24px!important;line-height:24px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .txt-main,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .txt-main,.data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl.chnkor .txt-main{font-size:12px!important;line-height:12px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl .txt-main,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl .txt-main,.data-0101-box.mobile .birth-item-box.bg-line .txt-round.xl .txt-main{font-size:24px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line li:nth-child(3),.manse-layout .data-0101-box.mobile .birth-item-box.bg-line li:nth-child(3),.data-0101-box.mobile .birth-item-box.bg-line li:nth-child(3){padding:6px 0 9px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line li:nth-child(4),.manse-layout .data-0101-box.mobile .birth-item-box.bg-line li:nth-child(4),.data-0101-box.mobile .birth-item-box.bg-line li:nth-child(4){padding:9px 0 6px!important}.rspageSaju .data-0101-box.mobile .birth-item-box.bg-line.cur-daeun-col:after,.manse-layout .data-0101-box.mobile .birth-item-box.bg-line.cur-daeun-col:after,.data-0101-box.mobile .birth-item-box.bg-line.cur-daeun-col:after{content:""!important;position:absolute!important;right:2.5px!important;top:20px!important;bottom:12px!important;width:1px!important;background:#e5e5e5!important}.rspageSaju .data-0101-box.mobile .birth-item-box li,.manse-layout .data-0101-box.mobile .birth-item-box li,.data-0101-box.mobile .birth-item-box li{width:100%!important;height:auto!important;min-height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-bottom:none!important;padding:0!important;box-sizing:border-box!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:first-child,.manse-layout .data-0101-box.mobile .birth-item-box li:first-child,.data-0101-box.mobile .birth-item-box li:first-child{height:18px!important;background:transparent!important;margin-bottom:4px!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(2),.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(2),.data-0101-box.mobile .birth-item-box li:nth-child(2){height:18px!important;margin-bottom:6px!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(3),.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(4),.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(3),.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(4),.data-0101-box.mobile .birth-item-box li:nth-child(3),.data-0101-box.mobile .birth-item-box li:nth-child(4){height:auto!important;padding:3px 0!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt1,.manse-layout .data-0101-box.mobile .birth-item-box li .txt1,.data-0101-box.mobile .birth-item-box li .txt1{font-size:14px!important;color:#757575!important;font-weight:400!important;white-space:nowrap!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txts,.manse-layout .data-0101-box.mobile .birth-item-box li .txts,.data-0101-box.mobile .birth-item-box li .txts{font-size:14px!important;color:#333!important;font-weight:400!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt-round.xl,.manse-layout .data-0101-box.mobile .birth-item-box li .txt-round.xl,.data-0101-box.mobile .birth-item-box li .txt-round.xl{width:54px!important;height:54px!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .chn,.manse-layout .data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .chn,.data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .chn{font-size:30px!important;line-height:30px!important;font-weight:400!important;opacity:1!important;position:absolute!important;top:6px!important;left:50%!important;transform:translate(-50%)!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .txt-main,.manse-layout .data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .txt-main,.data-0101-box.mobile .birth-item-box li .txt-round.xl.chnkor .txt-main{font-size:13px!important;line-height:13px!important;font-weight:400!important;position:absolute!important;bottom:4px!important;right:4px!important}.rspageSaju .data-0101-box.mobile .birth-item-box li .txt-round.xl .txt-main,.manse-layout .data-0101-box.mobile .birth-item-box li .txt-round.xl .txt-main,.data-0101-box.mobile .birth-item-box li .txt-round.xl .txt-main{font-size:32px!important;font-weight:400!important;line-height:1!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(n+5),.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(n+5),.data-0101-box.mobile .birth-item-box li:nth-child(n+5){height:18px!important;margin-top:4px!important}.rspageSaju .data-0101-box.mobile .birth-item-box li:nth-child(n+5) .txts,.manse-layout .data-0101-box.mobile .birth-item-box li:nth-child(n+5) .txts,.data-0101-box.mobile .birth-item-box li:nth-child(n+5) .txts{font-size:14px!important;color:#333!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan,.data-0101-box.mobile .birth-item-box .jijangan{height:18px!important;min-height:unset!important;padding:0!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan .txt-group-root,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan .txt-group-root,.data-0101-box.mobile .birth-item-box .jijangan .txt-group-root{display:flex!important;flex-direction:row!important;gap:0!important;align-items:center!important;justify-content:center!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan .txt-group,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan .txt-group,.data-0101-box.mobile .birth-item-box .jijangan .txt-group{display:flex!important;align-items:center!important;gap:0!important;font-size:14px!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-big,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-big,.data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-big{font-size:14px!important}.rspageSaju .data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-small,.manse-layout .data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-small,.data-0101-box.mobile .birth-item-box .jijangan .txt-group .txt-small{display:none!important}.rspageSaju .data-0101-box.mobile .birth-item-box .st-none-ys,.manse-layout .data-0101-box.mobile .birth-item-box .st-none-ys,.data-0101-box.mobile .birth-item-box .st-none-ys{display:flex!important;height:18px!important}.rspageSaju .data-0101-box.mobile .birth-item-box .st-none-ys .txts,.manse-layout .data-0101-box.mobile .birth-item-box .st-none-ys .txts,.data-0101-box.mobile .birth-item-box .st-none-ys .txts{font-size:14px!important;color:#333!important}.mobile-bottom-tabs{position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#fff!important;box-shadow:0 -2px 10px #0000001a!important;display:flex!important;justify-content:space-around!important;padding:8px 0!important;padding-bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:100!important}.mobile-bottom-tabs .mobile-tab-item{display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important;padding:8px 12px!important;background:none!important;border:none!important;cursor:pointer!important;color:#666!important;font-size:11px!important}.mobile-bottom-tabs .mobile-tab-item.active{color:#eb4c10!important}.mobile-bottom-tabs .mobile-tab-item .tab-icon{width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-bottom-tabs .mobile-tab-item .tab-label{font-size:11px!important;font-weight:500!important}.manse-layout .result-01-box .people-box,.btn-com1.ceneter{display:none!important}.quick-menu-box{padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}.ohaeng-chart-box,.five-star-box,.star-chart-container,.right-luck-box{display:none!important}.data-0101-root-box{padding:0!important;background:transparent!important}}.v-dialog-alert{position:fixed;left:0;top:0;right:0;bottom:0;z-index:5000;display:none}.v-dialog-alert.active{display:flex;width:100%;height:100%;justify-content:center;align-items:center;background:#0000004d;margin:0}.v-dialog-alert .alert-wrap{width:325px;padding:36px 16px 16px;border-radius:16px;background:#fff;position:relative}.v-dialog-alert .alert-wrap.bottom{padding-bottom:56px;margin:0 auto}.v-dialog-alert .alert-wrap .tit-box{font-size:15px;font-style:normal;font-weight:400;color:#333;margin-bottom:28px;text-align:center}.v-dialog-alert .alert-wrap .btn-box{display:flex;justify-content:center;align-items:center}.v-dialog-alert .alert-wrap .btn-box.bottom{position:absolute;left:0;bottom:0;right:0}.v-dialog-alert .alert-wrap .btn-box.bottom .btn-nor:nth-child(2){border-radius:0 0 16px!important}.v-dialog-alert .alert-wrap .btn-box.bottom .btn-nor:first-child{border-radius:0 0 0 16px!important}.v-dialog-alert .alert-wrap .btn-box .btn-nor{padding:14px 40px;border-radius:16px;background:#eb4c10;width:100%;display:flex;justify-content:center;align-items:center;font-size:16px;font-style:normal;font-weight:700;color:#fff}.v-dialog-alert .alert-wrap .btn-box .btn-nor.cancel{background-color:#f8f8f8;color:#333;font-size:15px;font-weight:700}.v-dialog-alert.v-alert--density-default{padding:0!important}.people-box .birth-box .tits{margin-right:3px}.memo-hd-box{background:transparent;padding:0 32px;box-sizing:border-box;display:flex;flex-direction:column;margin-top:12px;margin-bottom:16px}.memo-hd-box .name-box{display:flex;justify-content:flex-start;align-items:center}.memo-hd-box .name{display:inline-block;max-width:10ch;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.memo-hd-box .tits{font-size:16px;color:#3a3a3a;font-weight:700;margin-bottom:3px}.memo-hd-box .txts{font-size:14px;color:#575757}.memo-hd-box .age-box{font-size:13px;font-weight:400;color:#575757;margin-left:6px}.txts.ml5{margin-left:5px}.print-wrap .birth-box{margin-left:0}.print-wrap .name-box{justify-content:center;align-items:flex-start;height:auto;flex-direction:column}.print-wrap .name-box .name-age-box{display:flex;justify-content:flex-start;align-items:center}.print-wrap .name-box .name2{font-size:12px;font-weight:700;color:#2c2c2e;display:inline-block}.print-wrap .print-btm-box-2{position:relative;height:50px}.print-wrap .print-btm-box-2 .date-btm-box{position:absolute;left:0;top:0}.print-wrap .print-btm-box-2 .logo{position:absolute;right:0;bottom:0;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:97px;height:26px;font-size:0}.pop-tit-box .name-box{display:flex;justify-content:center;align-items:center}.pop-tit-box .name{display:inline-block;max-width:10ch;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gap-sm-2{padding-bottom:12px}.gap-xxl{padding-bottom:28px}.gap-xxxl{padding-bottom:40px}.data-detail-flex{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:329px}.data-detail-flex .detail-box{width:144px;box-sizing:border-box}.data-detail-flex .gong-div-tae{width:1px;height:20px;background:var(--Gray-400, #c2c2c2);margin-left:20px;margin-right:20px}.data-detail-flex .card-2fr-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0;justify-items:center}.data-detail .data-detail-top:not(.col2)+.data-detail-top:not(.mt-none){margin-top:0}.card{height:420px}.btn-rd-plus-2{display:flex;width:50px;height:50px;justify-content:center;align-items:center;flex-direction:column;background:#eb4c10;font-size:13px;font-weight:700;color:#fff;border-radius:100%}.btn-rd-plus-2 .icon{width:16px;height:16px}.memo-list-box .month-item-box{background:#fff8f5}.pop-search-box.st-memo{position:relative}.pop-search-box.st-memo .v-field__input{padding-left:40px}.pop-search-box.st-memo .icon{position:absolute;left:8px;top:14px;width:16px;height:16px;color:#333}.mem-birth-box .txts{margin-left:5px}.memo-list-box .month-tit{font-weight:700;color:#333;font-size:14px}.btn-del.st-memo{border:1px solid #ebebeb;border-radius:6px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;margin-right:8px}.month-item-box .highlight{color:#eb4c10;font-weight:700}.btn-back{width:24px;height:24px;display:flex}.btn-back svg{width:100%;height:100%}.share-preview-box-v2{display:flex;justify-content:space-between;align-items:center;width:576px;height:530px}.share-preview-box-v2 .img01{background:url(/assets/share_img_text-n7NiZcHu.png) center center no-repeat;background-size:100% auto;width:calc(100% - 8px);height:100%}.share-preview-box-v2 .img02{background:url(/assets/share_img_kakao-DzingGfI.png) center center no-repeat;background-size:100% auto;margin-left:16px;width:calc(100% - 8px);height:100%}.tap-group-box{position:relative;margin-top:17px;display:flex;width:100%;background:#f8f8f8;border-radius:12px;margin-bottom:17px;padding:16px 0 16px 16px;gap:6px;justify-content:space-between;overflow:hidden;transition:max-height .3s ease;z-index:1}.tap-group-box .g-expand-btn{display:none}.tap-group-box.hAuto{max-height:none!important}.tap-group-box.hOne{max-height:65px}.tap-group-box.hTwo{height:98px;max-height:98px}.tap-group-box.hTwo .list-box{height:70px;overflow:auto;padding-right:5px}.tap-group-box.hThree{height:98px;max-height:98px}.tap-group-box.hThree .list-box{height:70px;overflow:auto;padding-right:5px}.tap-group-box.hThree .g-expand-btn{display:flex}.tap-group-box .list-box{display:flex;flex-wrap:wrap!important;width:100%;justify-content:flex-start;align-items:center;position:relative;box-sizing:border-box;height:auto;gap:8px;overflow:hidden;transition:max-height .3s ease}.tap-group-box .list-box.expanded{height:auto!important}.tap-group-box .list-box .btn-arrow{position:absolute;right:0;top:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0;margin-left:auto;transform:rotate(90deg)}.tap-group-box .list-box .btn-expand-g{position:absolute;right:0;top:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_12729)'%3e%3ccircle%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M16%2011L12%2015L8%2011'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_12729'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.tap-group-box .list-box .btn-expand-g.expand{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_24470)'%3e%3ccircle%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_24470'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.tap-group-box .btn-expand-g{position:absolute;right:30px;top:20px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_12729)'%3e%3ccircle%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M16%2011L12%2015L8%2011'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_12729'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.tap-group-box .btn-expand-g.expand{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_488_24470)'%3e%3ccircle%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_488_24470'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.tap-group-box .btn-tab{border-radius:16px;height:30px;display:flex;align-items:center;background:#fff;padding:0 12px;margin-right:6px;word-wrap:break-word;color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px;border:1px solid var(--Gray-400, rgba(255, 255, 255, 0))}.tap-group-box .btn-tab.isFixed{background-color:#edeff5}.tap-group-box .btn-tab.isFixed:hover{border:1px solid var(--Gray-400, #c2c2c2);background-color:#edeff5}.tap-group-box .btn-tab.active{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;border-radius:16px;background:var(--Gray-800, #333)!important;color:var(--gray-100-white, #fff)!important;font-feature-settings:"case" on;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.tap-group-box .btn-tab.active:hover{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;border-radius:16px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-feature-settings:"case" on;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.tap-group-box .btn-tab:hover{border-radius:16px;border:1px solid var(--Gray-400, #c2c2c2);background:var(--gray-100-white, #fff)}.tap-group-box .btn-tab.tab-all{color:#eb4c10;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.tap-group-box .btn-tab.tab-all.active{background-color:#3f3f40;color:#fff;font-weight:500}.tap-group-box .btn-r{position:relative;display:inline-block;padding:8px;align-items:center;justify-content:center;gap:10px;position:absolute;right:0;bottom:0;border-radius:12px 0;background:var(--Gray-300, #ebebeb)}.tap-group-box .btn-r button{display:flex;justify-content:center;align-items:center}.tap-group-box .btn-r .tooltip{position:absolute;bottom:90%;left:50%;transform:translate(-50%);color:#fff;padding:8px 12px;white-space:nowrap;font-size:14px;z-index:10;display:flex;justify-content:center;align-items:center;border-radius:4px;background:#333;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:14px}.tap-group-box .btn-r .tooltip-arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#333 transparent transparent transparent;width:10px;height:10px;flex-shrink:0}.tap-group-box .favorite-button{display:flex}.tap-group-box .star-icon{color:#fbdb68}.tap-group-box .btn-favorite{border-radius:16px;background:var(--gray-100-white, #fff);display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px!important}.tap-group-box .btn-favorite.active{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;border-radius:16px;background:var(--Gray-800, #333)!important;color:var(--gray-100-white, #fff)!important;font-feature-settings:"case" on;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.tap-group-box .btn-favorite.active:hover{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;border-radius:16px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-feature-settings:"case" on;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.tap-group-box .vertical-line{width:1px;height:14px;background-color:var(--Gray-400, #c2c2c2);flex-shrink:0;margin:0 12px 4px}.tap-group-box .add-group-icon{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.75004%202.33301C7.75004%201.91879%207.41425%201.58301%207.00004%201.58301C6.58583%201.58301%206.25004%201.91879%206.25004%202.33301V6.24967H2.33337C1.91916%206.24967%201.58337%206.58546%201.58337%206.99967C1.58337%207.41389%201.91916%207.74967%202.33337%207.74967H6.25004L6.25004%2011.6663C6.25004%2012.0806%206.58583%2012.4163%207.00004%2012.4163C7.41425%2012.4163%207.75004%2012.0806%207.75004%2011.6663V7.74967H11.6667C12.0809%207.74967%2012.4167%207.41389%2012.4167%206.99967C12.4167%206.58546%2012.0809%206.24967%2011.6667%206.24967H7.75004V2.33301Z'%20fill='%23575757'/%3e%3c/svg%3e") #fff center center no-repeat;font-size:0;width:14px;height:14px;background-color:transparent}.tap-group-box .add-group{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:16px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.top_header_text_title .tit-box{display:flex;justify-content:flex-start;align-items:center;flex-direction:row}.top_header_button_group_setting{margin-left:8px;display:flex;justify-content:flex-start;align-items:center;background:#f8f8f8;border-radius:16px;padding:2px 8px}.top_header_button_group_setting .icon-setting{background-size:16px auto}.st-board-state{font-size:15px;color:#949494;font-weight:700}.st-board-state.PENDING,.st-board-state.IN_PROGRESS{color:#949494}.st-board-state.WRITING{color:#333}.st-board-state.COMPLETED{color:#eb4c10}.board-td-title{display:flex;justify-content:flex-start;align-items:center}.board-td-title .new-label{display:flex;justify-content:center;align-items:center;color:#eb4c10;font-size:10px;font-style:normal;font-weight:700;line-height:1;border-radius:8px;border:1px solid #eb4c10;padding:3px 5px 2px;margin-left:5px}.i-round-100{width:14px;height:14px;display:flex;background:#757575;border-radius:100%}.i-round-100.orange{background-color:#eb4c10}.trans-btn-box .line{margin:0 14px!important}.trans-btn-box .btn-line.st-toggle{border-radius:30px;padding:0 4px;margin-left:8px;font-weight:700;color:#333;font-size:12px;height:34px;border-color:#ebebeb;display:flex;align-items:center;justify-content:center;min-width:72px;width:auto;box-sizing:border-box}.trans-btn-box .btn-line.st-toggle .off{width:36px;color:#949494;height:26px;display:flex;justify-content:center;align-items:center;line-height:1;vertical-align:middle}.trans-btn-box .btn-line.st-toggle .on{width:36px;color:#fff;background:#575757;display:flex;justify-content:center;align-items:center;border-radius:20px;padding:4px 6px;height:26px;line-height:1;vertical-align:middle}.trans-btn-box .btn-line.st-toggle.orange{color:#eb4c10;border-color:#eb4c10}.trans-btn-box .btn-line.st-toggle.orange .on{color:#fff;background:#eb4c10}.print-btm-box.st-width-4{justify-content:space-between}.print-btm-box.st-width-4 .box01{width:auto!important}.date-pro-root-box{width:100%;margin:0 auto}.date-pro-root-box .pro-five-wrap{display:flex}.date-pro-root-box .pro-five-wrap .data-five-state{margin:20px auto 28px;border-radius:12px;padding:20px;box-sizing:border-box;border:1px solid #ebebeb;position:relative}.date-pro-root-box .pro-five-wrap .data-five-state .btn-daeun{position:absolute;right:0;bottom:0;border-radius:11px 0;background:#f8f8f8;color:#757575;font-size:12px;display:flex;justify-content:space-between;align-items:center;width:78px;height:26px;box-sizing:border-box;padding:0 8px}.date-pro-root-box .pro-five-wrap .data-five-state .state-row{display:flex;justify-content:flex-start;align-items:center;margin-bottom:8px;height:18px}.date-pro-root-box .pro-five-wrap .data-five-state .state-row.sec-daeun-selected{display:none}.date-pro-root-box .pro-five-wrap .data-five-state .state-row:last-child{margin-bottom:0}.date-pro-root-box .pro-five-wrap .data-five-state .state-row .name{display:flex;width:20%;color:#333;font-size:14px;align-items:center}.date-pro-root-box .pro-five-wrap .data-five-state .state-row .data{display:flex;width:80%;box-sizing:border-box;padding-left:20px;color:#333;font-size:15px;position:relative}.date-pro-root-box .pro-five-wrap .data-five-state .state-row .data:before{content:"";display:block;width:1px;height:10px;background:#c2c2c2;font-size:0;position:absolute;left:0;top:50%;transform:translateY(-50%)}.date-pro-root-box .pro-five-wrap .data-five-state .state-row .data.none-data{color:#949494}.date-pro-root-box .pro-five-wrap .data-five-state .state-row .five-count-box .item-box{min-width:25px}.date-pro-root-box .pro-five-wrap .data-five-state .state-row .five-count-box .item-box+span{margin-left:36px}.date-pro-root-box .pro-five-wrap .data-five-state .state-row .five-count-box em+em{margin-left:5px}.date-pro-root-box .pro-five-wrap .data-five-state .bg-point{border-radius:4px;background:#fff8f5;color:#eb4c10;font-size:14px;font-weight:700;display:flex;justify-content:center;align-items:center;height:26px;width:100%}.date-pro-root-box .pro-five-wrap .data-five-state.active{border-color:#f80}.date-pro-root-box .pro-five-wrap .data-five-state.active .btn-daeun{background-color:#f80;color:#fff}.date-pro-root-box .pro-five-wrap .data-five-state.active .icon-check01{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_5174_141008)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM10.6019%204.52542C10.8948%204.81831%2010.8948%205.29318%2010.6019%205.58608L6.75214%209.43588L6.75113%209.43689C6.74534%209.44308%206.73943%209.44919%206.73339%209.45523C6.4405%209.74813%205.96562%209.74813%205.67273%209.45523L3.74783%207.53033C3.45493%207.23744%203.45493%206.76256%203.74783%206.46967C4.04072%206.17678%204.51559%206.17678%204.80849%206.46967L6.20276%207.86394L9.54128%204.52542C9.83418%204.23252%2010.3091%204.23252%2010.6019%204.52542Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_141008'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-color:transparent}.date-pro-root-box .pro-five-wrap .data-five-state.active .state-row.sec-daeun-selected{display:flex;margin-bottom:12px}.date-pro-root-box .pro-five-wrap .data-five-state.active .state-row.sec-daeun-selected .name span{margin-left:2px}.date-pro-root-box .pro-five-wrap .data-five-state.active .state-row.sec-daeun-default .name{color:#949494}.date-pro-root-box .pro-five-box{width:482px;margin-right:28px}.date-pro-root-box .pro-age-box{flex:1}.date-pro-root-box .print-btm-box{display:flex;width:100%;min-height:549px;height:auto;flex-wrap:wrap}.date-pro-root-box .print-btm-box .box01{width:33.3%;display:flex;flex-wrap:wrap;flex-direction:column}.date-pro-root-box .print-btm-box .box-box{width:100%;display:flex;flex-direction:column}.date-pro-root-box .print-btm-box .pt-row-box{width:160px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:1px solid #dddddd;position:relative}.date-pro-root-box .print-btm-box .pt-row-box.half-line:not(:last-child){border-bottom:1px dashed #ebebeb}.date-pro-root-box .print-btm-box .pt-row-box:last-child{border-bottom:none!important}.date-pro-root-box .print-btm-box .pt-row-box .tit{background:#f8f8f8;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:38px;position:absolute;left:0;bottom:0;gap:8px}.date-pro-root-box .print-btm-box .pt-row-box .tit.isPrint{width:30px!important}.date-pro-root-box .print-btm-box .pt-row-box .tit .txt1{text-align:center;font-family:chosunGs;font-size:22px;font-style:normal;font-weight:400;line-height:14px;color:#333}.date-pro-root-box .print-btm-box .pt-row-box .tit .txt2{color:#575757;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:500;line-height:10px;margin-top:4px}.date-pro-root-box .print-btm-box .pt-row-box .text-box{display:flex;padding:1.1px 8px 1px 46px;margin:0;width:96%;height:26.1px;justify-content:flex-start;align-items:center!important;font-size:12px;color:#575757;font-variant-numeric:tabular-nums;border:none}.date-pro-root-box .print-btm-box .pt-row-box .text-box.isPrint{padding-left:36px!important}.date-pro-root-box .print-btm-box .pt-row-box .text-box div{margin-left:4px}.date-pro-root-box .print-btm-box .pt-row-box .text-box div.no{margin-left:6px;color:#333;text-align:right;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:12px;display:inline-flex;width:24px;align-items:center;justify-content:center}.date-pro-root-box .print-btm-box .pt-row-box .text-box .year{color:#333;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:12px}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt2{display:none}.date-pro-root-box .print-btm-box .pt-row-box .text-box .year.active{color:#eb4c10;font-weight:500}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt2.active{color:#eb4c10;font-weight:400}.date-pro-root-box .print-btm-box .pt-row-box .text-box .no.active{color:#eb4c10;font-weight:700}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1{display:flex;align-items:center!important;justify-content:center;height:12px}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1.active .txt1-sub .ganji-txt{color:#eb4c10!important}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:12px}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub span+span{margin-left:1px}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt{color:#eb4c10;text-align:center;font-family:Pretendard;font-size:14pxpx;font-style:normal;font-weight:700;line-height:12px}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five01,.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five02,.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five03,.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five04,.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five05{background-color:transparent}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five01,.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five02,.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five03,.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five04,.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.five05{color:#333}.date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt.prt-txt{font-size:12px;font-weight:500}.date-pro-root-box .gong-tae{display:flex;justify-content:flex-end;align-items:center;font-size:16px;font-weight:400;color:#333;margin-bottom:8px}.date-pro-root-box .gong-tae .gong-tae-line{width:1px;height:6px;background:#c2c2c2;margin:0 8px}.date-pro-root-box .pro-brith-wrap{display:flex;align-items:center;margin-bottom:20px}.date-pro-root-box .pro-brith-wrap .prtTable .fntTit{color:#333;font-size:14px;text-align:center}.date-pro-root-box .pro-brith-wrap .prtTable .fntNor{font-size:14px!important;color:#333;text-align:center}.date-pro-root-box .pro-brith-wrap .prtTable td{text-align:center;align-items:center}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box{border-radius:12px;border:1px solid #ebebeb;background:#f8f8f8;width:54px;height:54px;font-size:32px;color:#333;display:flex;justify-content:center;align-items:center;font-family:chosunGs;margin:0 auto}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.sat{background:url(/assets/skyDay_sat-CoDJ83Ub.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.fri{background:url(/assets/skyDay_fri-B8LiSuoL.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.wed{background:url(/assets/skyDay_wed-5lZuBtDp.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.thu{background:url(/assets/skyDay_thu-CZc2IqZd.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.skyDay.tue{background:url(/assets/skyDay_tue-gcKxQhGo.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.not-ilgan.sat{background-color:#db9823;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.not-ilgan.fri{background-color:#949494;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.not-ilgan.wed{background-color:#404040;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.not-ilgan.thu{background-color:#5e9f1c;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-brith-wrap .prtTable .ganji-box.not-ilgan.tue{background-color:#c23535;background-size:contain;z-index:0;color:#fff;position:relative}.date-pro-root-box .pro-birth-box{margin-right:28px;width:482px}.date-pro-root-box .pro-tb-box{display:flex;justify-content:center;align-items:center;width:312px;margin:0 auto}.date-pro-root-box .pro-current-box{padding:0 40px}.date-pro-root-box .pro-divider{width:1px;background-color:#ebebeb;height:100%}.date-pro-root-box .pro-currunt-list{width:100%;display:grid;grid-template-columns:repeat(10,1fr);gap:10px}.date-pro-root-box .pro-currunt-list .row-item-box{width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px}.date-pro-root-box .pro-currunt-list .row-item-box.active{border-radius:8px;border:1px solid #eb4c10;box-shadow:0 0 6px #c2c2c280}.date-pro-root-box .pro-currunt-list .row-item-box.active .txt-no{color:#eb4c10}.date-pro-root-box .pro-currunt-list .row-item-box .txt-no{font-size:14px;font-weight:700;margin-bottom:6px}.date-pro-root-box .pro-currunt-list .row-item-box .txt-year{font-size:12px;margin-bottom:4px}.date-pro-root-box .pro-currunt-list .row-item-box .ganji-txt{width:44px;height:44px;display:flex;justify-content:center;align-items:center;background:#f8f8f8;border-radius:10px;border:1px solid #ebebeb;font-size:24px;margin-bottom:6px;font-family:chosunGs}.pro-star-box{height:500px;width:100%;position:relative;border-radius:12px;border:1px solid #ebebeb;background:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:53.93% auto}.pro-star-box .right-btn{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;position:absolute;top:20px;right:20px}.pro-star-box .right-btn .gyeok-yong{display:inline-flex;width:auto;padding:2px 8px;justify-content:flex-end;align-items:center;gap:2px;border-radius:20px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:18px}.pro-star-box .right-btn .gyeok-yong .arrow{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_12015_85293)'%3e%3cpath%20d='M2.99967%201.66536L5.33301%203.9987L2.99967%206.33203'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12015_85293'%3e%3crect%20width='8'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat!important;background-size:contain;width:8px;height:8px}.pro-star-box.popup{background:none!important}.pro-star-box .div-back{background:url(/assets/full_shape_five01-DWPCfjkb.png) center center no-repeat;background-size:53.93% auto;position:absolute;left:0;top:0;right:0;bottom:0}.pro-star-box .div-back.five-back01{background-image:url(/assets/full_shape_five01-DWPCfjkb.png)}.pro-star-box .div-back.five-back02{background-image:url(/assets/full_shape_five02-CvLkD_UG.png)}.pro-star-box .div-back.five-back03{background-image:url(/assets/full_shape_five03-giNvy_oi.png)}.pro-star-box .div-back.five-back04{background-image:url(/assets/full_shape_five04-Dk2INFCF.png)}.pro-star-box .div-back.five-back05{background-image:url(/assets/full_shape_five05-C_5Fl6MQ.png)}.pro-star-box .div-txt{position:absolute;top:0;left:0;font-size:20px;color:#c2c2c2;font-family:chosunGs}.pro-star-box .div-txt.st-fri{left:60.16%;top:45.3%}.pro-star-box .div-txt.st-sat{left:47.92%;top:36.6%}.pro-star-box .div-txt.st-wed{left:56.55%;top:60%}.pro-star-box .div-txt.st-thu{left:39.82%;top:60%}.pro-star-box .div-txt.st-tue{left:35.47%;top:45.3%}.pro-star-box .div-txt.on{color:#fff}.pro-star-box .txt-five-box{display:flex;flex-direction:column;font-size:20px;color:#c2c2c2;font-family:chosunGs}.pro-star-box .txt-five-box span{width:28px;height:28px;display:flex;justify-content:center;align-items:center}.pro-star-box .txt-five-box .txt-top,.pro-star-box .txt-five-box .txt-btm{padding:12px}.pro-star-box .txt-five-box.st-05 .txt-line-box{border-bottom:1px solid #ebebeb;width:140px;position:absolute;top:15%;left:35.26%}.pro-star-box .txt-five-box.st-05 span.on{color:#fff;background-color:#db9823;border-radius:6px;padding:4px;cursor:pointer;position:relative}.pro-star-box .txt-five-box.st-05 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%23DB9823'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-05 span.on:hover:after{transform:translate(-50%,-50%) scale(1);opacity:1}.pro-star-box .txt-five-box.st-05 span.on.active:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.pro-star-box .txt-five-box.st-05 span.on.isPrint:hover:after{content:none}.pro-star-box .txt-five-box.st-05 .char-wrapper{position:relative;align-items:center}.pro-star-box .txt-five-box.st-05 span.skyDay{background:url(/assets/skyDay_sat-CoDJ83Ub.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.pro-star-box .txt-five-box.st-05 .char-wrapper{position:relative}.pro-star-box .txt-five-box.st-05 .skyDay-label{position:absolute;top:-22px;left:0%;display:flex;width:fit-content;height:18px;padding:2px 4px!important;justify-content:center;align-items:center;border-radius:9px;border:1px solid rgba(219,152,35,.5);background:#fbf5e9;box-shadow:0 4px 10px #0000001a;color:var(--yellow, #db9823);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:700;line-height:14px;white-space:nowrap}.pro-star-box .txt-five-box.st-05 .skyDay-label.bottom{position:absolute;top:34px;left:0%}.pro-star-box .txt-five-box.st-05 .txt-top .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:53.73%;top:8.2%;gap:0 4px}.pro-star-box .txt-five-box.st-05 .txt-top .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:53.73%;top:8.2%;gap:0 4px}.pro-star-box .txt-five-box.st-05 .txt-btm .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:calc(50% + 2px);top:16.4%;gap:0 4px}.pro-star-box .txt-five-box.st-05 .txt-btm .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:calc(50% + 2px);top:16.4%;gap:0 4px}.pro-star-box .txt-five-box.st-04 span.on{color:#fff;background-color:#949494;border-radius:6px;padding:4px;cursor:pointer;position:relative}.pro-star-box .txt-five-box.st-04 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%23949494'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-04 span.on:hover:after{transform:translate(-50%,-50%) scale(1);opacity:1}.pro-star-box .txt-five-box.st-04 span.on.active:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.pro-star-box .txt-five-box.st-04 span.on.isPrint:hover:after{content:none}.pro-star-box .txt-five-box.st-04 .char-wrapper{position:relative;align-items:center}.pro-star-box .txt-five-box.st-04 span.skyDay{background:url(/assets/skyDay_fri-B8LiSuoL.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative!important}.pro-star-box .txt-five-box.st-04 .skyDay-label-left{position:absolute;top:55%;left:-120%;transform:translateY(-50%);display:flex;width:28px;height:18px;padding:2px 4px!important;justify-content:center;align-items:center;border-radius:9px;border:1px solid rgba(64,64,64,.5);background:#ececec;box-shadow:0 4px 10px #0000001a;color:var(--black-100, #404040);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:700;line-height:14px;white-space:nowrap}.pro-star-box .txt-five-box.st-04 .skyDay-label-right{position:absolute;top:20%;right:-110%;display:flex;width:28px;height:18px;padding:2px 4px!important;justify-content:center;align-items:center;border-radius:9px;border:1px solid rgba(64,64,64,.5);background:#ececec;box-shadow:0 4px 10px #0000001a;color:var(--black-100, #404040);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:700;line-height:14px;white-space:nowrap}.pro-star-box .txt-five-box.st-04 .skyDay-label-right.isPrint{right:-115%}.pro-star-box .txt-five-box.st-04 .txt-line-box{border-bottom:1px solid #ebebeb;width:90px;position:absolute;right:4.149%;bottom:55.8%}.pro-star-box .txt-five-box.st-04 .txt-line-box.isPrint{right:6.35%!important}.pro-star-box .txt-five-box.st-04 .txt-top .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:13.9%;bottom:57.2%;gap:4px;flex-direction:column}.pro-star-box .txt-five-box.st-04 .txt-top .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:7.26%;bottom:57.2%;gap:4px;flex-direction:column}.pro-star-box .txt-five-box.st-04 .txt-btm .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:13.9%;top:45.4%;gap:4px;flex-direction:column}.pro-star-box .txt-five-box.st-04 .txt-btm .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:7.26%;top:45.4%;gap:4px;flex-direction:column}.pro-star-box .txt-five-box.st-02 span.on{color:#fff;background-color:#404040;border-radius:6px;padding:4px;cursor:pointer;position:relative}.pro-star-box .txt-five-box.st-02 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%23404040'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-02 span.on:hover:after{transform:translate(-50%,-50%) scale(1);opacity:1}.pro-star-box .txt-five-box.st-02 span.on.active:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.pro-star-box .txt-five-box.st-02 span.on.isPrint:hover:after{content:none}.pro-star-box .txt-five-box.st-02 .char-wrapper{position:relative;align-items:center}.pro-star-box .txt-five-box.st-02 span.skyDay{background:url(/assets/skyDay_wed-5lZuBtDp.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.pro-star-box .txt-five-box.st-02 .char-wrapper{position:relative}.pro-star-box .txt-five-box.st-02 .skyDay-label{position:absolute;top:-22px;left:50%;transform:translate(-50%);display:flex;width:28px;height:18px;padding:2px 4px!important;justify-content:center;align-items:center;border-radius:9px;border:1px solid rgba(64,64,64,.5);background:#ececec;box-shadow:0 4px 10px #0000001a;color:var(--black-100, #404040);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:700;line-height:14px;white-space:nowrap}.pro-star-box .txt-five-box.st-02 .skyDay-label.isPrint{top:-20px}.pro-star-box .txt-five-box.st-02 .skyDay-label.bottom{position:absolute;top:34px;left:50%}.pro-star-box .txt-five-box.st-02 .txt-line-box{border-bottom:1px solid #ebebeb;width:90px;position:absolute;right:19.7%;bottom:16.8%}.pro-star-box .txt-five-box.st-02 .txt-line-box.isPrint{right:20.3%}.pro-star-box .txt-five-box.st-02 .txt-top .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:29.05%;bottom:18%;gap:0 4px}.pro-star-box .txt-five-box.st-02 .txt-top .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:71.95%;bottom:18%;gap:0 4px}.pro-star-box .txt-five-box.st-02 .txt-btm .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:29.05%;bottom:10%;gap:0 4px}.pro-star-box .txt-five-box.st-02 .txt-btm .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:71.95%;bottom:10%;gap:0 4px}.pro-star-box .txt-five-box.st-03 span.on{color:#fff;background-color:#5e9f1c;border-radius:6px;padding:4px;cursor:pointer;position:relative}.pro-star-box .txt-five-box.st-03 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%235E9F1C'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-03 span.on:hover:after{transform:translate(-50%,-50%) scale(1);opacity:1}.pro-star-box .txt-five-box.st-03 span.on.active:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.pro-star-box .txt-five-box.st-03 span.on.isPrint:hover:after{content:none}.pro-star-box .txt-five-box.st-03 .char-wrapper{position:relative;align-items:center}.pro-star-box .txt-five-box.st-03 span.skyDay{background:url(/assets/skyDay_thu-CZc2IqZd.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.pro-star-box .txt-five-box.st-03 .char-wrapper{position:relative}.pro-star-box .txt-five-box.st-03 .skyDay-label{position:absolute;top:-22px;left:50%;transform:translate(-50%);display:flex;width:28px;height:18px;padding:2px 4px!important;justify-content:center;align-items:center;border-radius:9px;border:1px solid rgba(94,159,28,.5);background:#eff5e8;box-shadow:0 4px 10px #0000001a;color:var(--green, #5e9f1c);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:700;line-height:14px;white-space:nowrap}.pro-star-box .txt-five-box.st-03 .skyDay-label.isPrint{top:-18px}.pro-star-box .txt-five-box.st-03 .skyDay-label.bottom{position:absolute;top:34px;left:50%}.pro-star-box .txt-five-box.st-03 .txt-line-box{border-bottom:1px solid #ebebeb;width:90px;position:absolute;left:19.7%;bottom:16.8%}.pro-star-box .txt-five-box.st-03 .txt-line-box.isPrint{left:22%}.pro-star-box .txt-five-box.st-03 .txt-top .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:71.36%;bottom:18%;gap:0 4px}.pro-star-box .txt-five-box.st-03 .txt-top .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:29.46%;bottom:18%;gap:0 4px}.pro-star-box .txt-five-box.st-03 .txt-btm .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;right:71.36%;bottom:10%;gap:0 4px}.pro-star-box .txt-five-box.st-03 .txt-btm .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:29.46%;bottom:10%;gap:0 4px}.pro-star-box .txt-five-box.st-01 span.on{color:#fff;background-color:#c23535;border-radius:6px;padding:4px;cursor:pointer;position:relative}.pro-star-box .txt-five-box.st-01 span.on:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%3e%3ccircle%20opacity='0.15'%20cx='24'%20cy='24'%20r='24'%20fill='%23C23535'/%3e%3c/svg%3e") no-repeat center center;background-size:cover;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out}.pro-star-box .txt-five-box.st-01 span.on:hover:after{transform:translate(-50%,-50%) scale(1);opacity:1}.pro-star-box .txt-five-box.st-01 span.on.active:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.pro-star-box .txt-five-box.st-01 span.on.isPrint:hover:after{content:none}.pro-star-box .txt-five-box.st-01 .char-wrapper{position:relative;align-items:center}.pro-star-box .txt-five-box.st-01 span.skyDay{background:url(/assets/skyDay_tue-gcKxQhGo.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.pro-star-box .txt-five-box.st-01 .skyDay-label-left{position:absolute;top:30%;left:-110%;display:flex;width:28px;height:18px;padding:2px 4px!important;justify-content:center;align-items:center;border-radius:9px;border:1px solid rgba(194,53,53,.5);background:#f9ebeb;box-shadow:0 4px 10px #0000001a;color:var(--red, #c23535);text-align:center;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:14px;white-space:nowrap}.pro-star-box .txt-five-box.st-01 .skyDay-label-left.isPrint{top:20%;left:-115%}.pro-star-box .txt-five-box.st-01 .skyDay-label-right{position:absolute;top:20%;right:-110%;display:flex;width:28px;height:18px;padding:2px 4px!important;justify-content:center;align-items:center;border-radius:9px;border:1px solid rgba(194,53,53,.5);background:#f9ebeb;box-shadow:0 4px 10px #0000001a;color:var(--red, #c23535);text-align:center;font-family:Pretendard;font-size:11px!important;font-style:normal;font-weight:700;line-height:14px;white-space:nowrap}.pro-star-box .txt-five-box.st-01 .txt-line-box{border-bottom:1px solid #ebebeb;width:90px;position:absolute;left:4.14%;bottom:55.8%}.pro-star-box .txt-five-box.st-01 .txt-line-box.isPrint{left:6%}.pro-star-box .txt-five-box.st-01 .txt-top .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:7.26%;bottom:57.2%;gap:4px;flex-direction:column}.pro-star-box .txt-five-box.st-01 .txt-top .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:13.9%;bottom:57.2%;gap:4px;flex-direction:column}.pro-star-box .txt-five-box.st-01 .txt-btm .al-left-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:7.26%;top:45.4%;gap:4px;flex-direction:column}.pro-star-box .txt-five-box.st-01 .txt-btm .al-right-box{position:absolute;display:flex;justify-content:flex-start;align-items:center;left:13.9%;top:45.4%;gap:4px;flex-direction:column}.pro-star-box .txt-five-box .txt-top,.pro-star-box .txt-five-box .txt-btm{display:flex;justify-content:center;align-items:center}.five-ilgan-button{position:absolute;top:20px;right:20px;display:flex;padding:2px 8px;justify-content:flex-end;align-items:center;gap:2px;border-radius:20px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:18px}.five-ilgan-button:hover{border:1px solid var(--Gray-500, #949494)}.five-ilgan-button .five-ilgan-icon{width:8px;height:8px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8378_61759)'%3e%3cpath%20d='M9.99967%2012.6693L5.33301%208.00261L9.99967%203.33594'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8378_61759'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:cover;background-color:var(--Gray-800, #333);mask-size:100% 100%;-webkit-mask-size:100% 100%;transform:rotate(180deg)}.five-tooltip-button{position:absolute;bottom:-1px;left:50%;transform:translate(-50%);display:inline-flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:8px 8px 0 0;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);box-shadow:0 -3px 5px -2px #0000001a;color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.five-tooltip-button .orange{color:var(--orange-300-main, #eb4c10)}.five-tooltip-button .five-tooltip-icon{width:14px;height:14px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_13788_157931)'%3e%3cpath%20id='Vector'%20d='M1.0709%2010.8701C0.693993%209.96018%200.5%208.98491%200.5%208C0.5%206.01088%201.29018%204.10322%202.6967%202.6967C4.10322%201.29018%206.01088%200.5%208%200.5C9.98912%200.5%2011.8968%201.29018%2013.3033%202.6967C14.7098%204.10322%2015.5%206.01088%2015.5%208C15.5%208.98491%2015.306%209.96018%2014.9291%2010.8701C14.5522%2011.7801%2013.9997%2012.6069%2013.3033%2013.3033C12.6069%2013.9997%2011.7801%2014.5522%2010.8701%2014.9291C9.96018%2015.306%208.98491%2015.5%208%2015.5C7.01509%2015.5%206.03982%2015.306%205.12987%2014.9291C4.21993%2014.5522%203.39314%2013.9997%202.6967%2013.3033C2.00026%2012.6069%201.44781%2011.7801%201.0709%2010.8701Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='?'%20d='M7.15629%209.65583C7.16615%208.4876%207.49173%208.12017%208.0837%207.77158C8.50794%207.50778%208.83352%207.21572%208.83352%206.78235C8.83352%206.31128%208.44874%206.00038%207.97517%206.00038C7.7309%206.00038%207.49757%206.08143%207.32857%206.23939C7.05128%206.49856%206.76677%206.8483%206.38723%206.8483C5.99181%206.8483%205.65667%206.51271%205.79483%206.14221C6.11069%205.29516%206.97162%204.88867%207.98504%204.88867C9.35643%204.88867%2010.3332%205.57642%2010.3332%206.73524C10.3332%207.50778%209.91879%208.00711%209.26763%208.37454C8.71513%208.69486%208.46848%208.99634%208.45861%209.65583C8.45861%209.71307%208.41221%209.75947%208.35498%209.75947H7.25992C7.20268%209.75947%207.15629%209.71307%207.15629%209.65583ZM7.83705%2011.8887C7.37334%2011.8887%206.99843%2011.5307%207.00829%2011.0973C6.99843%2010.6639%207.37334%2010.3153%207.83705%2010.3153C8.27116%2010.3153%208.65593%2010.6639%208.65593%2011.0973C8.65593%2011.5307%208.27116%2011.8887%207.83705%2011.8887Z'%20fill='%23757575'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13788_157931'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.five-tooltip-button:hover{border-top:1px solid var(--Gray-500, #949494);border-right:1px solid var(--Gray-500, #949494);border-left:1px solid var(--Gray-500, #949494)}.dialog-ilgan-pro{position:absolute;left:552px;top:358px;width:482px;height:500px;z-index:99}.dialog-ilgan-pro.if-rs{top:400px!important}.dialog-ilgan-nor{position:absolute;left:552px;top:496px;width:482px;height:500px;z-index:99}.dialog-ilgan-nor.if-rs{top:538px!important}.dialog-ilgan .pop-tit-box{padding:32px;padding-right:20px!important}.dialog-ilgan-five{width:740px!important;height:734px!important}.dialog-ilgan-five .v-overlay__content{height:734px!important;max-height:734px!important}.ilgan-inner-cd{width:100%;height:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ilgan-inner-cd.fifive01{background:linear-gradient(0deg,#c235350d,#c235350d),#fff}.ilgan-inner-cd.fifive02{background:linear-gradient(0deg,#4040400d,#4040400d),#fff}.ilgan-inner-cd.fifive03{background:linear-gradient(0deg,#5e9f1c0d,#5e9f1c0d),#fff}.ilgan-inner-cd.fifive04{background:linear-gradient(0deg,#9494940d,#9494940d),#fff}.ilgan-inner-cd.fifive05{background:linear-gradient(0deg,#db98230d,#db98230d),#fff}.ilgan-inner-cd .pop-tit-box{width:100%;min-height:54px;display:flex;justify-content:space-between;padding:0 16px}.ilgan-inner-cd .pop-tit-box.cont{position:relative;height:134px;display:flex;padding:40px;align-items:center;gap:20px;flex-shrink:0;justify-content:start}.ilgan-inner-cd .pop-tit-box.cont .ganji-box{border-radius:12px;width:54px;height:54px;font-size:32px;display:flex;justify-content:center;align-items:center;font-family:chosunGs}.ilgan-inner-cd .pop-tit-box.cont .ganji-box.fifive01{color:#c23535}.ilgan-inner-cd .pop-tit-box.cont .ganji-box.fifive02{color:#404040}.ilgan-inner-cd .pop-tit-box.cont .ganji-box.fifive03{color:#5e9f1c}.ilgan-inner-cd .pop-tit-box.cont .ganji-box.fifive04{color:#949494}.ilgan-inner-cd .pop-tit-box.cont .ganji-box.fifive05{color:#db9823}.ilgan-inner-cd .pop-detail-body{padding:0 40px 40px;max-height:680px}.ilgan-inner-cd .pop-detail-body.cont{padding:0;position:relative}.ilgan-inner-cd .pop-detail-body .inner-box{display:flex;flex-direction:column;gap:40px}.ilgan-inner-cd .pop-detail-body .inner-box.outtro{display:flex;height:530px;padding:0 0 40px;margin:30px 40px 40px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-radius:8px;background:var(--gray-100-white, #fff)}.ilgan-inner-cd .pop-detail-body .inner-box>:last-child{margin-top:-6px}.ilgan-title{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.ilgan-title .title{display:flex;flex-direction:column;align-items:center;gap:6px}.ilgan-title .title .tit-txt{text-align:center;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.ilgan-title .title .tit-txt.fifive01{color:#c23535}.ilgan-title .title .tit-txt.fifive02{color:#404040}.ilgan-title .title .tit-txt.fifive03{color:#5e9f1c}.ilgan-title .title .tit-txt.fifive04{color:#949494}.ilgan-title .title .tit-txt.fifive05{color:#db9823}.ilgan-title .title .sub-tit{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.initial-description{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:8px;background:var(--gray-100-white, #fff)}.initial-description .des-tit{color:var(--green, #5e9f1c);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.initial-description .des-tit.fifive01{color:#c23535}.initial-description .des-tit.fifive02{color:#404040}.initial-description .des-tit.fifive03{color:#5e9f1c}.initial-description .des-tit.fifive04{color:#949494}.initial-description .des-tit.fifive05{color:#db9823}.initial-description .des-content-area{display:flex;padding:0 0 0 20px;flex-direction:column;align-items:flex-start;gap:16px}.initial-description .des-content-area .des-content{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.continue-btn{display:flex;justify-content:center;align-items:center}.continue-btn .c-btn{display:flex;width:200px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px;position:relative}.continue-btn .c-btn:hover .tooltip{opacity:1;visibility:visible}.continue-btn .tooltip{position:absolute;top:-235px;right:50%;transform:translate(50%);opacity:0;visibility:hidden;display:flex;min-width:256px;width:auto;padding:12px!important;flex-direction:column;align-items:flex-start;gap:2px;border-radius:8px;background:var(--gray-900-black, #2c2c2e);box-shadow:10px 10px 30px #00000040}.continue-btn .tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:8px;border-style:solid;border-color:#2c2c2e transparent transparent transparent}.continue-btn .tooltip .tooltip-tit{color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px;margin-bottom:2px}.continue-btn .tooltip .tooltip-cont{color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px;width:auto;white-space:nowrap}.continue-btn .tooltip .tooltip-cont:before{content:"•";color:inherit;font-size:12px;margin:0 5px 0 8px;display:inline-block}.continue-btn .tooltip .tooltip-cont .cont{width:auto}.out-inner{display:flex;flex-direction:column;justify-content:center;gap:40px}.out-inner .icon-area{display:flex;justify-content:center;align-items:end;text-align:center;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.out-inner .txt-area{display:flex;flex-direction:column;align-items:center;gap:16px}.out-inner .txt-area .txt{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.out-inner .txt-area .txt-bold{text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;white-space:pre-line}.out-inner .txt-area .txt-bold.fifive01{color:#c23535}.out-inner .txt-area .txt-bold.fifive02{color:#404040}.out-inner .txt-area .txt-bold.fifive03{color:#5e9f1c}.out-inner .txt-area .txt-bold.fifive04{color:#949494}.out-inner .txt-area .txt-bold.fifive05{color:#db9823}.con-tit{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.con-tit .main-tit{font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.con-tit .main-tit.fifive01{color:#c23535}.con-tit .main-tit.fifive02{color:#404040}.con-tit .main-tit.fifive03{color:#5e9f1c}.con-tit .main-tit.fifive04{color:#949494}.con-tit .main-tit.fifive05{color:#db9823}.con-tit .sub-tit{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ilgan-cont{display:inline-flex;width:100%;padding:40px;flex-direction:column;justify-content:center;align-items:center;gap:40px;background:var(--gray-100-white, #fff)}.paging-btn{position:absolute;bottom:0;right:40px}.paging-btn .list-page-box{display:flex;height:34px;width:120px;padding:8px 12px;align-items:center;gap:8px;border-radius:12px 12px 0 0;background:var(--Gray-800, #333);box-shadow:0 0 10px #0003}.paging-btn .list-page-box .no-box{display:flex;align-items:center;color:var(--gray-100-white, #fff);gap:4px}.paging-btn .list-page-box .no-box .no{color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:14px;font-variant-numeric:tabular-nums}.paging-btn .list-page-box .chevron-btn{margin-top:5px;cursor:pointer}.btn-area{display:flex;justify-content:center}.btn-area .return-btn{display:flex;width:200px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.btn-area .return-btn .return-icon{width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_14515_18543)'%3e%3cpath%20d='M13.7889%208.69411C13.663%209.65408%2013.2781%2010.5617%2012.6756%2011.3196C12.0731%2012.0774%2011.2757%2012.657%2010.3688%2012.9961C9.46199%2013.3352%208.47992%2013.4211%207.52797%2013.2445C6.57603%2013.0679%205.69011%2012.6355%204.96524%2011.9937C4.24036%2011.3518%203.70388%2010.5248%203.41332%209.60121C3.12276%208.67765%203.08908%207.69241%203.31591%206.75117C3.54273%205.80992%204.02149%204.94818%204.70085%204.25835C5.38021%203.56852%206.23454%203.07663%207.1722%202.83544C9.77154%202.16878%2012.4622%203.50678%2013.4555%206.00011'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.8333%202.66699V6.00033H10.5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14515_18543'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.cont-pages{display:flex;height:520px;flex-direction:column;align-items:flex-start;gap:20px;width:100%}.cont-pages .tit{width:100%;justify-content:start}.cont-pages .tit .main-tit{font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.cont-pages .inner-cont{display:flex;padding:0 20px;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;gap:16px}.cont-pages .inner-cont .sub-tit{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.cont-pages .inner-cont .sub-tit.bold,.cont-pages .inner-cont .bold-text{font-weight:700}.cont-pages .gray-box{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:2px;border-radius:8px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;line-height:22px;width:100%;margin-bottom:-8px}.cont-pages .gray-box:last-of-type{margin-bottom:0!important}.cont-pages .gray-box .gray-tit{font-weight:700}.cont-pages .gray-box .gray-cont{font-weight:400;word-break:keep-all;word-wrap:break-word;white-space:pre-line}.cont-pages .gray-box .gray-cont.list:before{content:"•";color:inherit;font-size:12px;margin:0 0 0 3px;display:inline-block}.cont-pages .gray-box .gray-cont.list{display:block;text-indent:-.7em;padding-left:2em;word-wrap:break-word}.cont-pages .bottom{width:100%;display:flex;justify-content:center}.cont-pages .bottom .btm-txt{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px;white-space:pre-line}.cont-pages .nor-txt{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.bottom-description{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.v-dialog .dialog-print{margin:0!important;max-height:100%}.dialog-print .prt-body{border-radius:0!important;height:100%}.v-dialog .pop-print-inner{padding:16px 10px 16px 16px;border-radius:0;height:100%}.v-dialog .pop-print-inner .pop-body-1{width:100%;height:100%}.print-wrap{height:100%}.print-wrap1 .inner-box{padding:0}.print-wrap1 .inner-box .logo{top:0;right:0}.prt-btn-box{position:absolute;right:-156px;top:40%;width:136px;padding:8px}.prt-btn-box .com-btn-box{display:flex;flex-direction:column;background:#fff;border-radius:6px;padding:8px}.prt-btn-box .btn-top{font-size:15px;font-weight:700;color:#eb4c10;height:32px;width:100%;display:flex;align-items:center;justify-content:flex-start}.prt-btn-box .btn-top .top-txt1{margin-right:8px}.prt-btn-box .btn-long{height:38px;width:100%;color:#fff;background:#eb4c10;font-size:14px;font-weight:700;border-radius:6px}.prt-btn-box .btn-close{margin-top:12px;margin-left:40px;width:44px;display:inline-flex;height:44px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAb7SURBVHgB7Z09TBtJGIY/Y4SlBFc5RcEEKRWuSJQQRUoqqlSkupMiSHMVpLkiOqVPlya5NDRBFJeCs+ipruIKFIRYECIUUF1l4CROQkY6Jfzd+zqzlrF3vT+e3R3jfaSV147B8cPnb2a+Gc9mxCDu3bs3nM1mixcXF8OZTKYfRxEP53mOx/L1z8VjFTx2jKOMo4L7u+fn57u8v7m5uSuGkJEEefDgwShuqkdPT89wo8SwUD5l43cunZycWEkKj10wpULkGCJ1XJdQLyC8DOHW2dlZKW7ZsQguFot5MI43OYY3OyrJwjTyx/r6+qLEQKSCKfb69esT+KhOxBWtflFRPRu16MgEP3z4cAI3U6aJbSRq0doFq4ZryoBUEAiKRjBMW5a1JxrRJpjpoL+/fwqnE9LBQDKjeVY0oUXw/fv3C8izH3E6IFcAndGclTZBShhHl+sdTm/I1YHtxrNbt25929/f/yJt0JZgNGRMCb/iyMnVI4dIfjIwMCB7e3uWhCS0YMh9g49RR+dbP7CxLhQKeUj+LCEIJVjJHZfuYWRwcHCgXC7/JQEJLLgL5doUw0gOJHh0dJT59kfpXgJL9i1YNWg/S0oxSMPnSzCHvUgLv0hKFTZ8kFyGZM/KnOdAg4MI9HPnTa8pJEAFx6TXYKRHPOAILZXrCGdaPrJE0OpJLQWrvHslhr9RgMArqPqLK645mKkBf6F3kuLFCPKxhXzsmCpcI1gVb1L84RrFjhGMAs4zRG83DiZCAVcFFIYqToWhHpcfaJlXUprBJ37KqcFrEszolbRhC0N1/rHxwSbBafSGB+4mGqP4kuA0etsmf+3atUtt1yXBnF6XlLZAFI/V368J5rowrgmTlLZgnULNrFepCUa9YVJi5Pnz5zd4SMTE9Tr11Edxb92Dsa1j4Bt+/fr1HZ5jOqbvw4cPWtci2Lx69WrgxYsXBfv+wsLCocQD8/B7nlQjmOlBEmrcKIAiRDONcmMmb6eJ6khuaGjoKW6eSExsb2//hz5j5u7du9UuDW9xX1ZWVo5FA41y5+fn9+bm5v6ReGF5wqoKxseUxfRY/9qQWYlCspNcpKCyJAAEL9qCE1nboFuySXLRpnGq/1OW+Rf931h7EPXokmySXEXu5s2bS1nk3xHceSoJ0q5kA+VWQRRvZVFme2rCUtOwkk2VS+B1L4v8y+HxHTGAoJJNlkswMv47Ozg4yIUkSfUXm/Ar2XS5BBGcyWI+aVq+L9c0Bi/JnSCXwO9XRjDrv8YtP3WT/Pjx43wnyLVhBBu7YsdJsn1OTJcLcmzkjJ7BaJRs0wFyq3iu7DGEC5+PGYfxEexWFdNdIIoKNnLsBxv5HQun3sLW1tZxVFW4CKiwkftJDOumEbeuWFRVuChAN+2QEcyZZKO+guXVz+0UyRjJ7bIWMQLTxkx2+h1EdIJkbhLCRo6FnhExgKAjNNMlI4L/ZA7+oXEuPwnCDn9Nlow6eymLojBPEv3mULu1BVMln56e/p49ODg4TLKrpqtwY6DkysbGxm/2nBxnlGMvWequipkkGfn3S/2kJ99krLMaUZUcTZEMwSUuyK4KRleNXYpnEhNc2fPy5csh+77uwo2T5KOjo29cjyExcXZ2NsP0Wy32rK+vW9xrTBIgqqoYfyd/tyQAN/Swtw+rrU1DSHNToFiWr9avEYtyvRglg69Rv44Dln1S+6Yn11Lxi3WS0jbonk3aEVyrB6s0EXpnj5Qau/W7CzYW3JckpS24q2D9/UuCc7ncYlKN3VWAjVvjBneXBC8vL1NuSVJCwR0EGx9rmpNDFJfSKA6OU/SSJsEqirXtfNctOEUvcZxVXltbK6U9Cv+4RS9xnbZ3+4ukNMNtGN3+zXW/CH7B4Pbt23n8sBGzHaaiNhN13YWq5cKTvr4+RnEi4/lOQKWGlp/0loLZ4CFVTKe9imbUVRCmvZ7nua0XapoVlDP/NWHeziTgY8ayLM/9LH3tm8b9wTCtxNOO2tU6Kph3IfeTn+f63vkPZT8LkjkD0e1fGC8h7874fXKgvSsheambJSMtLCJy3wb5mcC7r3arZMrFAOyNBCTU/sGU3E195LBySegdsCH5czc0fKpBey8haWsPd9Xw8UpYjOQrtY+76ue+RYPWVvk2vcyDAzov86D1SjDcTBT/sU7fFqx0fHw8u7Ozo2X0qv1SO50azSzPqmsaaS3TRnaxKLX/pfHb46o6yyxr4BIBkV9PzlTRSmypUqmUdKUDx9eRmKBodV25RAcoaqZmCWIXoxRbez2JmUePHg0j101CNPvPsUS16nIt4ljSnWM9X1sSRMmm6DEcWi+aihuurmHDZcUt9dL/RQxCCS/g4GV/eXA4Xmh12V91Bdod3PISwLu9vb07q6urxlz29386+QmFe+3+IwAAAABJRU5ErkJggg==);background-size:100% auto}.print-wrap1 .print-btm-box .pt-row-box .text-box,.date-pro-root-box.print-style .print-btm-box .pt-row-box .text-box{height:18px}.dialog-print .v-overlay__content{width:659px!important;height:100vh!important}.dialog-print.st-pro .v-overlay__content{width:980px!important;height:700px!important}.dialog-print.st-pro .print-wrap1,.dialog-print.st-pro .print-wrap1 .inner-box{max-width:100%!important}.dialog-print.st-pro .print-wrap1.printDiv{height:100%!important}.dialog-print.st-pro .print-wrap{max-width:980px}.printDiv .date-pro-root-box .pro-five-box{width:380px;height:352px;margin-right:8px}.printDiv .date-pro-root-box .print-btm-box .pt-row-box{width:132px}.printDiv .date-pro-root-box .print-btm-box .pt-row-box .text-box{font-size:10px}.printDiv .print-btm-box .pt-row-box .text-box .txt1{font-size:10px!important}.printDiv .print-btm-box .pt-row-box .text-box .txt2{font-size:10px}.printDiv .print-btm-box .pt-row-box .text-box .txt1-sub{font-size:10px!important;min-width:28px}.printDiv .date-pro-root-box .print-btm-box .pt-row-box .text-box .txt1-sub .ganji-txt{font-size:10px}.printDiv .date-pro-root-box .pro-five-wrap .data-five-state .state-row .name{font-size:9px;width:42px}.printDiv .date-pro-root-box .pro-five-wrap .data-five-state .state-row .data{width:calc(100% - 42px);font-size:9px;padding-left:10px}.printDiv .date-pro-root-box .pro-five-wrap .data-five-state .state-row .five-count-box .item-box{min-width:auto}.printDiv .date-pro-root-box .pro-five-wrap .data-five-state .state-row{margin-bottom:6px;height:12px}.printDiv .date-pro-root-box .pro-five-wrap .data-five-state{padding:8px}.printDiv .pro-star-box .txt-five-box span{width:22px;height:22px;font-size:14px}.printDiv .pro-star-box .div-txt{font-size:14px}.printDiv .pro-star-box{height:100%}.printDiv .date-pro-root-box .pro-brith-wrap .prtTable .ganji-box{width:44px;height:44px;font-size:24px}.printDiv .date-pro-root-box .pro-brith-wrap .prtTable .fntNor{font-size:10px!important}.printDiv .date-pro-root-box .pro-brith-wrap .prtTable .fntTit,.printDiv .date-pro-root-box .pro-currunt-list .row-item-box .txt-no{font-size:10px}.printDiv .date-pro-root-box .pro-currunt-list .row-item-box .txt-year{font-size:9px}.printDiv .date-pro-root-box .pro-currunt-list .row-item-box{font-size:10px}.printDiv .date-pro-root-box .pro-currunt-list{gap:8px}.printDiv .date-pro-root-box .pro-current-box{padding:0}.printDiv .date-pro-root-box .pro-currunt-list .row-item-box .ganji-txt{width:32px;height:32px}.printDiv .date-pro-root-box .pro-brith-wrap{margin-bottom:10px}.printDiv .date-pro-root-box .pro-five-wrap .data-five-state{margin:10px 0 0}.printDiv .date-pro-root-box .print-btm-box{min-height:auto}.printDiv .pro-star-box .txt-five-box.st-04 .txt-line-box,.printDiv .pro-star-box .txt-five-box.st-01 .txt-line-box,.printDiv .pro-star-box .txt-five-box.st-02 .txt-line-box,.printDiv .pro-star-box .txt-five-box.st-03 .txt-line-box{width:54px}.printDiv .pro-star-box .txt-five-box.st-05 .txt-line-box{width:120px}.printDiv .date-pro-root-box .pro-currunt-list .row-item-box .ganji-txt{font-size:20px}.printDiv .pro-star-box .txt-five-box.st-01 .skyDay-label-left,.printDiv .pro-star-box .txt-five-box.st-01 .skyDay-label-right,.printDiv .pro-star-box .txt-five-box.st-02 .skyDay-label,.printDiv .pro-star-box .txt-five-box.st-03 .skyDay-label,.printDiv .pro-star-box .txt-five-box.st-04 .skyDay-label-left,.printDiv .pro-star-box .txt-five-box.st-04 .skyDay-label-right,.printDiv .pro-star-box .txt-five-box.st-05 .skyDay-label{font-size:9px!important;padding:2px 4px!important;width:24px!important;height:16px!important;line-height:10px}@media print{@page{size:portrait}@page{.st-pro{size:landscape}}.dialog-print .v-overlay__content,.dialog-print.st-pro .v-overlay__content{width:100%!important}.print-wrap1{height:100%;min-height:100%}.print-wrap1 .inner-box{min-height:100%}.dialog-print.st-pro .v-overlay__content{width:100%!important}.dialog-print.st-pro .print-wrap{max-width:100%}}@media (max-width: 1024px){.data-sec-01-box{width:100%!important;max-width:100%!important;padding:0 16px;box-sizing:border-box}.data-sec-01-box .date-pro-root-box{width:100%!important;max-width:100%!important;padding:0;box-sizing:border-box}.date-pro-root-box{width:100%!important;max-width:100%!important;padding:0 16px;box-sizing:border-box}.date-pro-root-box .pro-five-wrap{flex-direction:column;width:100%}.date-pro-root-box .pro-five-wrap .pro-five-box{width:100%!important;max-width:100%!important;margin-right:0;margin-bottom:20px}.date-pro-root-box .pro-five-wrap .pro-age-box{width:100%!important;max-width:100%!important;flex:none}.date-pro-root-box .pro-five-wrap .pro-age-box .print-btm-box{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.date-pro-root-box .pro-five-wrap .pro-age-box .print-btm-box::-webkit-scrollbar{height:6px}.date-pro-root-box .pro-five-wrap .pro-age-box .print-btm-box::-webkit-scrollbar-track{background:#f1f1f1}.date-pro-root-box .pro-five-wrap .pro-age-box .print-btm-box::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.date-pro-root-box .pro-five-wrap .pro-age-box .print-btm-box::-webkit-scrollbar-thumb:hover{background:#555}.date-pro-root-box .pro-five-wrap .pro-age-box .print-btm-box .box01{width:auto;min-width:280px;flex-shrink:0;margin-right:16px}.date-pro-root-box .pro-five-wrap .pro-age-box .print-btm-box .box01:last-child{margin-right:0}.date-pro-root-box .pro-brith-wrap{flex-direction:column;align-items:stretch;width:100%}.date-pro-root-box .pro-brith-wrap .pro-birth-box{width:100%!important;max-width:100%!important;margin-right:0;margin-bottom:20px}.date-pro-root-box .pro-brith-wrap .pro-divider{width:100%!important;height:1px!important;margin:20px 0}.date-pro-root-box .pro-brith-wrap .pro-current-box{width:100%!important;max-width:100%!important;padding:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.date-pro-root-box .pro-brith-wrap .pro-current-box::-webkit-scrollbar{height:6px}.date-pro-root-box .pro-brith-wrap .pro-current-box::-webkit-scrollbar-track{background:#f1f1f1}.date-pro-root-box .pro-brith-wrap .pro-current-box::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.date-pro-root-box .pro-brith-wrap .pro-current-box::-webkit-scrollbar-thumb:hover{background:#555}.date-pro-root-box .pro-brith-wrap .pro-current-box .pro-currunt-list{display:flex;flex-wrap:nowrap;width:auto;min-width:100%;gap:10px}.date-pro-root-box .pro-brith-wrap .pro-current-box .pro-currunt-list .row-item-box{width:auto;min-width:80px;flex-shrink:0}}.rspage{height:0;width:0;visibility:hidden}.tit-row{display:flex;flex-direction:row;gap:4px}@media (min-width: 600px){.v-dialog.v-dialog-sm .v-overlay__content,.v-dialog.v-dialog-lg .v-overlay__content,.v-dialog.v-dialog-xl .v-overlay__content{inline-size:auto!important}}.loading-container[data-v-6b72af32]{display:flex;justify-content:center;align-items:center;z-index:10;opacity:0;position:absolute;background:#fff;top:0;bottom:0;right:0;left:0}.first-daeun-info[data-v-6b72af32]{margin-top:8px;text-align:right;font-size:14px;font-weight:400;line-height:22px;color:#949494;padding-right:30px}.first-daeun-info__label[data-v-6b72af32]{font-weight:700}.first-daeun-info.mobile[data-v-6b72af32]{text-align:left;padding-right:16px;padding-left:16px;margin-top:12px}@media (max-width: 768px){html,body,.manse-layout,.manse-layout *{-ms-overflow-style:none!important;scrollbar-width:none!important}html::-webkit-scrollbar,body::-webkit-scrollbar,.manse-layout::-webkit-scrollbar,.manse-layout *::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}}@media (max-width: 768px){[data-v-6b72af32] .data-0101-state{background:#fff;border-radius:12px;margin:16px}}.mobile-tab-content[data-v-6b72af32]{background:#fff}.mobile-tab-content[data-v-6b72af32] .data-0102-box{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;padding-left:16px!important;padding-right:16px!important}.mobile-tab-content[data-v-6b72af32] .data-0102-box::-webkit-scrollbar{display:none}.mobile-tab-content .mobile-tab-panel[data-v-6b72af32]{padding:0;overflow-x:auto;-ms-overflow-style:none!important;scrollbar-width:none!important}.mobile-tab-content .mobile-tab-panel[data-v-6b72af32]::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.mobile-tab-content .mobile-tab-panel .deaun-main-box[data-v-6b72af32]{margin-bottom:16px}.mobile-tab-content .mobile-tab-panel .deaun-main-box[data-v-6b72af32]:last-child{margin-bottom:0}.mobile-tab-content .mobile-tab-panel .deaun-main-box .tit-box[data-v-6b72af32]{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 16px!important}.mobile-tab-content .mobile-tab-panel .deaun-main-box .tit-box span[data-v-6b72af32]{font-size:16px;font-weight:700;color:#333}.mobile-tab-content .mobile-tab-panel .deaun-main-box .tit-box .btn-fold[data-v-6b72af32]{font-size:12px;color:#888;text-indent:-9999px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5006_86807)'%3e%3cpath%20d='M4.16732%2012.4993L10.0006%206.66602L15.834%2012.4993'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5006_86807'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:16px;transition:transform .2s}.mobile-tab-content .mobile-tab-panel .deaun-main-box .tit-box .btn-fold.folded[data-v-6b72af32]{transform:rotate(180deg)}.summary-desc .summary-desc__top .desc-top__tit .desc-top__tit-img,.overview_guide_area_desc .summary-desc__top .desc-top__tit .desc-top__tit-img{background:url(/assets/saju-summary-nangmanE-CJkk36sm.png) center center no-repeat;background-size:contain;height:100px;aspect-ratio:1/1}.replay-btn .return-icon{width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_14515_18543)'%3e%3cpath%20d='M13.7889%208.69411C13.663%209.65408%2013.2781%2010.5617%2012.6756%2011.3196C12.0731%2012.0774%2011.2757%2012.657%2010.3688%2012.9961C9.46199%2013.3352%208.47992%2013.4211%207.52797%2013.2445C6.57603%2013.0679%205.69011%2012.6355%204.96524%2011.9937C4.24036%2011.3518%203.70388%2010.5248%203.41332%209.60121C3.12276%208.67765%203.08908%207.69241%203.31591%206.75117C3.54273%205.80992%204.02149%204.94818%204.70085%204.25835C5.38021%203.56852%206.23454%203.07663%207.1722%202.83544C9.77154%202.16878%2012.4622%203.50678%2013.4555%206.00011'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.8333%202.66699V6.00033H10.5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14515_18543'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.summ-five-img .five-circle-img{background:url(/assets/saju-summary-five-B9zHDrpE.png) center center no-repeat;background-size:contain;width:100%;aspect-ratio:552/240}.analysis-img-box .analysis-img-box__img--yearly-fortune-horse{width:142px;height:165px;background-size:142px 165px;background-image:url(/assets/img_year_guide_0101-CLhF3Oaj.png)}.analysis-img-box .analysis-img-box__img--yearly-fortune-crossroads{width:250px;height:200px;aspect-ratio:250/200;background-image:url(/assets/img_year_01-CLvFXrgi.png)}.analysis-img-box .analysis-img-box__img--yearly-fortune-corkboard{width:100%;height:200px;aspect-ratio:4/3;background-image:url(/assets/img_year_01-CLvFXrgi.png)}.basic-contents-title[data-v-75f9de1f]{width:100%;display:flex;padding:24px;align-items:center;justify-content:flex-start;gap:8px;background:#f276470d}.basic-contents-title__num[data-v-75f9de1f]{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;border-radius:100%;background:#f27647;color:#fff;font-family:Pretendard;font-size:12px;font-weight:700;line-height:18px}.basic-contents-title__txt[data-v-75f9de1f]{display:flex;flex-wrap:wrap;color:#f27647;font-family:Pretendard;font-size:16px;font-weight:700;line-height:18px}.basic-contents-title.is-mobile[data-v-75f9de1f]{padding:20px 24px;gap:10px}[data-v-35f0a241] .five01{background-color:#c23535;border-color:#c23535;color:#fff;border:none}[data-v-35f0a241] .five02{background-color:#404040;border-color:#404040;color:#fff;border:none}[data-v-35f0a241] .five03{background-color:#5e9f1c;border-color:#5e9f1c;color:#fff;border:none}[data-v-35f0a241] .five04{background-color:#949494;border-color:#949494;color:#fff;border:none}[data-v-35f0a241] .five05{background-color:#db9823;border-color:#db9823;color:#fff;border:none}[data-v-35f0a241] .five06{background-color:#ebebeb!important;border-color:transparent;color:#575757!important;border:none}.inactive-opacity[data-v-35f0a241]{opacity:.5}.active-opacity[data-v-35f0a241]{opacity:1;font-weight:700!important}.ssb-wrapper[data-v-35f0a241]{width:360px;display:inline-block;transform-origin:top left}.ssb-wrapper.ssb-mobile[data-v-35f0a241]{width:360px}.ssb-birth[data-v-35f0a241]{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;padding:12px 0;overflow-x:hidden;background:#fff;border-radius:0;margin:8px 0 0;border:none;box-sizing:border-box;width:100%;justify-content:center;position:relative}.ssb-birth.ssb-mobile[data-v-35f0a241]{width:360px;min-width:360px}.ssb-items-wrap[data-v-35f0a241]{display:flex;flex-direction:row;flex:1 1 0;min-width:0;gap:0}.ssb-tit-box[data-v-35f0a241]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;width:56px;min-width:56px;padding-top:25px;gap:5px}.ssb-tit-box li[data-v-35f0a241]{height:20px;min-height:20px}.ssb-tit-box .ssb-row[data-v-35f0a241]{width:100%;line-height:1;list-style:none}.ssb-tit-box .ssb-row[data-v-35f0a241]:nth-child(2),.ssb-tit-box .ssb-row[data-v-35f0a241]:nth-child(3){height:auto}.ssb-tit-box .ssb-row span[data-v-35f0a241]{background:#f8f8f8;border-radius:4px;display:inline-flex;justify-content:center;align-items:center;font-size:12px;height:20px;box-sizing:border-box;font-weight:500;color:#757575;width:100%}.ssb-tit-box .ssb-row01 span[data-v-35f0a241]{height:20px}.ssb-tit-box .ssb-row02[data-v-35f0a241]{margin-bottom:2px}.ssb-tit-box .ssb-row02 span[data-v-35f0a241],.ssb-tit-box .ssb-row03 span[data-v-35f0a241]{height:54px;display:flex}.ssb-item-box[data-v-35f0a241]{display:flex;flex-direction:column;flex:1 1 0;min-width:0;max-width:none;border-right:none;padding:0;padding-inline-start:0;margin:0;align-items:center;box-sizing:border-box;gap:5px;list-style:none}.ssb-item-box li[data-v-35f0a241]{width:100%;height:20px;min-height:20px;display:flex;align-items:center;justify-content:center;border-bottom:none;padding:0;box-sizing:border-box;line-height:1}.ssb-item-box li[data-v-35f0a241]:first-child{background:transparent}.ssb-item-box li[data-v-35f0a241]:nth-child(3){margin-bottom:2px}.ssb-item-box li[data-v-35f0a241]:nth-child(3),.ssb-item-box li[data-v-35f0a241]:nth-child(4){height:auto}.ssb-item-box li span[data-v-35f0a241]{margin-bottom:0}.ssb-item-box li[data-v-35f0a241]:nth-child(n+5){height:20px}.ssb-item-box li:nth-child(n+5) .ssb-txts[data-v-35f0a241]{font-size:14px;color:#333}.ssb-txt1[data-v-35f0a241]{font-size:14px;color:#757575;font-weight:400;white-space:nowrap}.ssb-txts[data-v-35f0a241]{font-size:14px;color:#333;font-weight:400;display:inline-block;white-space:nowrap;text-align:center}.ssb-active-border[data-v-35f0a241]{position:absolute;border:1px solid var(--Orange-200, #f80);background:#ff880008;box-shadow:0 0 10px #ff88004d;pointer-events:none}.saju-summary-start[data-v-59bc6999]{border:none;aspect-ratio:1/1;width:100%!important;max-width:500px;padding:0!important}.saju-summary-start .txt-five-box.st-05 span.on[data-v-59bc6999]{cursor:default}.saju-summary-start .txt-five-box.st-05 span.on[data-v-59bc6999]:hover:after{opacity:0}.saju-summary-start .txt-five-box.st-04 span.on[data-v-59bc6999]{cursor:default}.saju-summary-start .txt-five-box.st-04 span.on[data-v-59bc6999]:hover:after{opacity:0}.saju-summary-start .txt-five-box.st-03 span.on[data-v-59bc6999]{cursor:default}.saju-summary-start .txt-five-box.st-03 span.on[data-v-59bc6999]:hover:after{opacity:0}.saju-summary-start .txt-five-box.st-02 span.on[data-v-59bc6999]{cursor:default}.saju-summary-start .txt-five-box.st-02 span.on[data-v-59bc6999]:hover:after{opacity:0}.saju-summary-start .txt-five-box.st-01 span.on[data-v-59bc6999]{cursor:default}.saju-summary-start .txt-five-box.st-01 span.on[data-v-59bc6999]:hover:after{opacity:0}.compare-label[data-v-0ea8dc6a]{font-size:12px;font-weight:700;color:#f27647;padding:12px 0 4px;border-top:1px dashed #ddd;margin-top:12px}.summ-card[data-v-0ea8dc6a],.summ-body[data-v-0ea8dc6a]{overflow-x:hidden}.summ-body__saju[data-v-0ea8dc6a],.summ-body__start[data-v-0ea8dc6a]{overflow-x:auto;overflow-y:hidden;max-width:100%}.summ-body__saju[data-v-0ea8dc6a]::-webkit-scrollbar,.summ-body__start[data-v-0ea8dc6a]::-webkit-scrollbar{height:4px}.summ-body__saju[data-v-0ea8dc6a]::-webkit-scrollbar-thumb,.summ-body__start[data-v-0ea8dc6a]::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.summ-body__saju[data-v-0ea8dc6a]::-webkit-scrollbar-track,.summ-body__start[data-v-0ea8dc6a]::-webkit-scrollbar-track{background:transparent}.compare-label[data-v-5c35eb85]{font-size:12px;font-weight:700;color:#f27647;padding:12px 0 4px;border-top:1px dashed #ddd;margin-top:12px}.summ-card[data-v-5c35eb85],.summ-body[data-v-5c35eb85]{overflow-x:hidden}.summ-body__saju[data-v-5c35eb85]{overflow-x:auto;overflow-y:hidden;max-width:100%}.summ-body__saju[data-v-5c35eb85]::-webkit-scrollbar{height:4px}.summ-body__saju[data-v-5c35eb85]::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.summ-body__saju[data-v-5c35eb85]::-webkit-scrollbar-track{background:transparent}.saju-summary[data-v-1e4af39c]{min-width:100%;overflow-x:auto;text-align:center;padding:0!important;flex:1}.saju-summary[data-v-1e4af39c]::-webkit-scrollbar{height:4px}.saju-summary[data-v-1e4af39c]::-webkit-scrollbar-track{background:transparent}.saju-summary[data-v-1e4af39c]::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.saju-summary li[data-v-1e4af39c]{margin-bottom:8px}.data-0102-box .birth-item-box[data-v-1e4af39c]{cursor:default}.data-0102-box .birth-item-box.active[data-v-1e4af39c]:hover{opacity:1}.data-0102-box .birth-item-box.active[data-v-1e4af39c]:hover:before{border:1px solid #eb4c10!important}.data-0102-box .birth-item-box[data-v-1e4af39c]:hover,.data-0102-box .birth-item-box[data-v-1e4af39c]:hover:before{opacity:.7}.data-0102-box .birth-item-box[data-v-1e4af39c]:hover:before{border:none}.data-0102-box .birth-item-box[data-v-1e4af39c]:before{transition:none;box-shadow:none}.summ-card[data-v-7e777bf8],.summ-body[data-v-7e777bf8]{overflow-x:hidden}.summ-body__deaun[data-v-7e777bf8]{overflow-x:hidden;max-width:100%}.summary-eight__li[data-v-d271f8dd]{display:flex;flex-direction:column;white-space:nowrap;overflow:visible}.summ-body.contents05-right[data-v-80ee304e]{gap:20px}.ilju-header[data-v-80ee304e]{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.ilju-header__hanja[data-v-80ee304e]{display:flex;gap:0}.ilju-header__hanja-char[data-v-80ee304e]{font-family:ChosunGs,serif;font-size:40px;font-weight:400;line-height:1.3}.ilju-header__name[data-v-80ee304e]{color:#333;font-family:Pretendard;font-size:24px;font-weight:700;line-height:1.3}.ilju-alias[data-v-80ee304e]{text-align:center;color:#333;font-family:Pretendard;font-size:18px;font-weight:500;line-height:1.3}.ilju-oneliner[data-v-80ee304e]{display:flex;padding:8px 20px;justify-content:center;align-items:center;border-radius:8px;text-align:center;font-family:Pretendard;font-size:14px;font-weight:500;line-height:24px}.ilju-keywords[data-v-80ee304e]{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:20px;margin-bottom:24px;width:100%}.ilju-keywords__tag[data-v-80ee304e]{display:flex;padding:3px 6px;justify-content:center;align-items:center;border-radius:4px;font-family:Pretendard;font-size:13px;font-weight:600;line-height:18px}.ilju-sections-group[data-v-80ee304e]{display:flex;flex-direction:column;gap:16px;width:100%}.ilju-sections-group__divider[data-v-80ee304e]{height:1px;background:#ebebeb}.ilju-sections-group .ilju-section[data-v-80ee304e]{margin-bottom:0}.ilju-section[data-v-80ee304e]{margin-bottom:20px}.ilju-section__title[data-v-80ee304e]{color:#575757;font-family:Pretendard;font-size:15px;font-weight:700;line-height:1.5;margin-bottom:8px}.ilju-section__content[data-v-80ee304e]{color:#575757;font-family:Pretendard;font-size:14px;font-weight:400;line-height:1.7}.ilju-section__content p[data-v-80ee304e]{margin:0 0 4px}.ilju-section__content p[data-v-80ee304e]:last-child{margin-bottom:0}.ilju-advice[data-v-80ee304e]{padding:16px;border-radius:8px;background:#faf8f5;margin-top:24px}.ilju-advice__title[data-v-80ee304e]{color:#f27647;font-family:Pretendard;font-size:14px;font-weight:700;line-height:1.5;margin-bottom:8px}.ilju-advice__content[data-v-80ee304e]{color:#575757;font-family:Pretendard;font-size:14px;font-weight:400;line-height:1.7}.ilju-advice__content p[data-v-80ee304e]{margin:0 0 4px}.ilju-advice__content p[data-v-80ee304e]:last-child{margin-bottom:0}.five-chart__wrapper[data-v-0171985c]{display:flex;flex-direction:column;width:100%;gap:0}.five-chart__wrapper.mobile[data-v-0171985c]{gap:0}.chart-container[data-v-0171985c]{width:100%;max-width:552px;margin:0 auto;overflow:hidden}.chart-container[data-v-0171985c] .apexcharts-canvas{max-width:100%!important;width:100%!important}[data-v-0171985c] .apexcharts-data-labels text{stroke:#fff;stroke-width:2px;paint-order:stroke}[data-v-0171985c] .apexcharts-tooltip{border-radius:5px}[data-v-0171985c] .apexcharts-gridlines-horizontal line{stroke:#ebebeb}.five-chart__wrapper .five-chart__legend[data-v-0171985c]{display:flex;flex-direction:row;align-items:center;gap:6px}.five-chart__wrapper .five-chart__legend .legend-marker[data-v-0171985c]{width:22px;height:12px;background:#c23535;border-radius:8px 8px 0 0}.five-chart__wrapper .five-chart__legend .legend-text[data-v-0171985c]{color:#333;font-family:Pretendard;font-size:14px;font-weight:400;line-height:20px}.life-cycle[data-v-aea32af5]{display:flex;flex-direction:column;align-items:center;width:100%;gap:20px}.life-cycle.is-mobile[data-v-aea32af5]{gap:16px}.life-cycle__header[data-v-aea32af5]{width:100%}.life-cycle__type[data-v-aea32af5]{width:100%;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;color:#575757;margin-bottom:8px}.life-cycle__desc[data-v-aea32af5]{font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;color:#575757}.life-cycle__chart[data-v-aea32af5]{margin-bottom:20px;width:100%}.life-cycle .chart-container[data-v-aea32af5]{width:100%;overflow:hidden;pointer-events:none}.life-cycle .chart-container[data-v-aea32af5] .apexcharts-canvas{max-width:100%!important;width:100%!important}.life-cycle .chart-container[data-v-aea32af5] .apexcharts-tooltip{display:none!important}.life-cycle .chart-container[data-v-aea32af5] .apexcharts-data-labels text{stroke:#fff;stroke-width:2px;paint-order:stroke}.life-cycle .chart-container[data-v-aea32af5] .apexcharts-line-series path{stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw-line-aea32af5 2.5s linear forwards}.life-cycle .chart-container[data-v-aea32af5] .apexcharts-series-markers,.life-cycle .chart-container[data-v-aea32af5] .apexcharts-datalabels{opacity:0;animation:fade-in-aea32af5 .5s ease forwards .3s}.life-cycle .chart-container.no-animation[data-v-aea32af5] .apexcharts-line-series path{stroke-dasharray:none;stroke-dashoffset:0;animation:none}.life-cycle .chart-container.no-animation[data-v-aea32af5] .apexcharts-series-markers,.life-cycle .chart-container.no-animation[data-v-aea32af5] .apexcharts-datalabels{opacity:1;animation:none}@keyframes draw-line-aea32af5{to{stroke-dashoffset:0}}@keyframes fade-in-aea32af5{to{opacity:1}}.life-cycle__chart-labels[data-v-aea32af5]{display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 12px;margin-top:-5px}.life-cycle__chart-label[data-v-aea32af5]{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.life-cycle__chart-emoji[data-v-aea32af5]{font-size:18px}.life-cycle__chart-period[data-v-aea32af5]{font-family:Pretendard;font-size:14px;font-weight:500;line-height:20px;color:#575757}.life-cycle__chart-period.is-peak[data-v-aea32af5]{font-weight:700;color:#f27647}.life-cycle__analysis[data-v-aea32af5]{width:100%}.life-cycle__analysis-title[data-v-aea32af5]{font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;color:#575757;margin-bottom:8px}.life-cycle__analysis-desc[data-v-aea32af5]{font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;color:#575757}.life-cycle__advice[data-v-aea32af5]{width:100%;padding:12px 16px;border-radius:8px;background:#f276470d}.life-cycle__advice p[data-v-aea32af5]{font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;color:#f27647;margin:0}.life-cycle.is-mobile .life-cycle__type[data-v-aea32af5]{font-size:14px;line-height:22px;margin-bottom:6px}.life-cycle.is-mobile .life-cycle__desc[data-v-aea32af5]{font-size:14px;line-height:22px}.life-cycle.is-mobile .life-cycle__chart[data-v-aea32af5]{margin-bottom:16px}.life-cycle.is-mobile .life-cycle__chart-labels[data-v-aea32af5]{padding:0 16px 0 12px}.life-cycle.is-mobile .life-cycle__chart-label[data-v-aea32af5]{gap:3px}.life-cycle.is-mobile .life-cycle__chart-emoji[data-v-aea32af5]{font-size:16px}.life-cycle.is-mobile .life-cycle__chart-period[data-v-aea32af5]{font-size:13px;line-height:18px}.life-cycle.is-mobile .life-cycle__analysis-title[data-v-aea32af5]{font-size:14px;line-height:22px;margin-bottom:6px}.life-cycle.is-mobile .life-cycle__analysis-desc[data-v-aea32af5]{font-size:14px;line-height:22px}.life-cycle.is-mobile .life-cycle__advice[data-v-aea32af5]{padding:10px 14px}.life-cycle.is-mobile .life-cycle__advice p[data-v-aea32af5]{font-size:14px;line-height:22px}.life-cycle-period-list[data-v-aea32af5]{width:100%;display:flex;flex-direction:column;gap:20px}.is-mobile .life-cycle-period-list[data-v-aea32af5]{gap:16px}.life-cycle-period-card[data-v-aea32af5]{display:flex;flex-direction:column;gap:10px;padding:15px;border:1px solid #ebebeb;border-radius:12px}.is-mobile .life-cycle-period-card[data-v-aea32af5]{gap:8px;padding:14px}.life-cycle-period-card.is-peak[data-v-aea32af5]{border-color:#f27647}.life-cycle-period-card__header[data-v-aea32af5]{display:flex;align-items:flex-start;gap:10px}.is-mobile .life-cycle-period-card__header[data-v-aea32af5]{gap:8px}.life-cycle-period-card__emoji[data-v-aea32af5]{font-size:25px;padding:8px}.is-mobile .life-cycle-period-card__emoji[data-v-aea32af5]{font-size:22px;padding:6px}.life-cycle-period-card__info[data-v-aea32af5]{display:flex;flex-direction:column;gap:3px}.is-mobile .life-cycle-period-card__info[data-v-aea32af5]{gap:2px}.life-cycle-period-card__title-row[data-v-aea32af5]{display:flex;align-items:center;gap:5px}.life-cycle-period-card__title[data-v-aea32af5]{font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;color:#333}.life-cycle-period-card__tag[data-v-aea32af5]{display:inline-flex;padding:2px 6px;border-radius:4px;background:#f8f8f8;font-family:Pretendard;font-size:13px;font-weight:500;line-height:18px;color:#575757}.life-cycle-period-card__peak-tag[data-v-aea32af5]{display:inline-flex;padding:2px 6px;border-radius:4px;background:#f27647;font-family:Pretendard;font-size:13px;font-weight:500;line-height:18px;color:#fff}.life-cycle-period-card__period[data-v-aea32af5]{font-family:Pretendard;font-size:14px;font-weight:400;line-height:1.3;color:#575757}.life-cycle-period-card__body[data-v-aea32af5]{padding:8px 10px;border-radius:4px;background:#f8f8f8}.life-cycle-period-card__desc[data-v-aea32af5]{font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;color:#575757;margin:0}.life-cycle-period-card__daeun[data-v-aea32af5]{display:flex;flex-direction:column;gap:5px;padding:8px 10px;border-radius:4px;background:#f8f8f8}.is-mobile .life-cycle-period-card__daeun[data-v-aea32af5]{gap:4px}.life-cycle-period-card__daeun-title[data-v-aea32af5]{display:flex;align-items:flex-end;gap:3px}.life-cycle-period-card__daeun-name[data-v-aea32af5]{font-family:Pretendard;font-size:15px;font-weight:700;line-height:18px;color:#333}.life-cycle-period-card__daeun-label[data-v-aea32af5]{font-family:Pretendard;font-size:14px;font-weight:400;line-height:18px;color:#757575}.life-cycle-period-card__daeun-flow[data-v-aea32af5]{font-family:Pretendard;font-size:14px;font-weight:400;line-height:18px;color:#575757;margin:0}.type-card-list[data-v-671d4e02]{width:100%;display:flex;flex-direction:column;gap:20px}.type-card[data-v-671d4e02]{display:flex;flex-direction:column;gap:10px;padding:15px;border:1px solid #ebebeb;border-radius:12px}.type-card__header[data-v-671d4e02]{display:flex;justify-content:space-between;align-items:flex-start}.type-card__left[data-v-671d4e02]{display:flex;align-items:center;gap:10px}.type-card__emoji[data-v-671d4e02]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;font-size:20px}.type-card__info[data-v-671d4e02]{display:flex;flex-direction:column;gap:2px}.type-card__label[data-v-671d4e02]{font-family:Pretendard;font-size:12px;font-weight:400;line-height:1.3;color:#757575}.type-card__name[data-v-671d4e02]{font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;color:#333}.type-card__right[data-v-671d4e02]{display:flex;align-items:center;gap:10px}.type-card__toggle-wrapper[data-v-671d4e02]{position:relative;height:20px}.type-card__tooltip[data-v-671d4e02]{position:absolute;bottom:calc(100% + 10px);right:-50%;transform:translate(0);white-space:nowrap;padding:6px 12px;border-radius:6px;background:#333;color:#fff;font-family:Pretendard;font-size:12px;font-weight:500;line-height:1.4;z-index:10;cursor:pointer}.type-card__tooltip-arrow[data-v-671d4e02]{position:absolute;bottom:-4px;right:5%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background:#333}.type-card__toggle[data-v-671d4e02]{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13217_128439)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M13.3332%209.16667L9.99984%2012.5L6.6665%209.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13217_128439'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:contain;border:none;cursor:pointer;transition:transform .2s}.type-card__toggle.is-rotated[data-v-671d4e02]{transform:rotate(180deg)}.type-card__description[data-v-671d4e02]{font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;color:#575757}.type-card__expand-wrapper[data-v-671d4e02]{display:flex;flex-direction:column;gap:16px}.type-card__divider[data-v-671d4e02]{height:1px;background:#ebebeb;margin:6px 0}.type-card__detail-desc[data-v-671d4e02]{font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;color:#575757;padding:0 10px}.type-card__grid[data-v-671d4e02]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.type-card__grid-item[data-v-671d4e02]{padding:12px 16px;border-radius:4px}.type-card__grid-title[data-v-671d4e02]{font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;margin-bottom:10px}.type-card__grid-list[data-v-671d4e02]{list-style:none;padding:0;margin:0}.type-card__grid-list li[data-v-671d4e02]{font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;color:#575757}.type-card__grid-list li[data-v-671d4e02]:before{content:"· ";font-weight:700}.type-card__grid-text[data-v-671d4e02]{font-family:Pretendard;font-size:15px;font-weight:400;line-height:22px;color:#575757;margin:0}.type-card__caution[data-v-671d4e02]{padding:12px 16px;border-radius:8px;background:#f276470d}.type-card__caution-title[data-v-671d4e02]{font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;color:#f27647;margin-bottom:8px}.type-card__caution-list[data-v-671d4e02]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:4px}.type-card__caution-list li[data-v-671d4e02]{font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;color:#575757}.type-card__caution-list li[data-v-671d4e02]:before{content:"• "}.type-card__scores[data-v-671d4e02]{margin-top:10px}.type-card__scores-title[data-v-671d4e02]{font-family:Pretendard;font-size:13px;font-weight:500;line-height:1.3;color:#757575;text-align:right;margin-bottom:10px}.type-card__score-bars[data-v-671d4e02]{display:flex;flex-direction:column;gap:14px}.type-card__score-bar[data-v-671d4e02]{display:flex;flex-direction:column;gap:6px}.type-card__score-bar-header[data-v-671d4e02]{display:flex;justify-content:space-between;align-items:center}.type-card__score-bar-label[data-v-671d4e02]{font-family:Pretendard;font-size:14px;font-weight:600;line-height:1.3;color:#333}.type-card__score-bar-value[data-v-671d4e02]{font-family:Pretendard;font-size:13px;font-weight:500;line-height:1.3;color:#757575}.type-card__score-bar-track[data-v-671d4e02]{height:10px;background:#ebebeb;border-radius:10px;overflow:hidden}.type-card__score-bar-fill[data-v-671d4e02]{height:100%;border-radius:10px;animation:fillBar-671d4e02 .8s ease-out forwards}@keyframes fillBar-671d4e02{0%{width:0%}}.tooltip-fade-enter-active[data-v-671d4e02],.tooltip-fade-leave-active[data-v-671d4e02]{transition:opacity .3s ease}.tooltip-fade-enter-from[data-v-671d4e02],.tooltip-fade-leave-to[data-v-671d4e02]{opacity:0}.expand-enter-active[data-v-671d4e02],.expand-leave-active[data-v-671d4e02]{transition:all .3s ease;overflow:hidden}.expand-enter-from[data-v-671d4e02],.expand-leave-to[data-v-671d4e02]{opacity:0;max-height:0}.expand-enter-to[data-v-671d4e02],.expand-leave-from[data-v-671d4e02]{opacity:1;max-height:1500px}.df-survey[data-v-d236b088]{min-height:250px;justify-content:center;align-items:center}.df-survey[data-v-d236b088] .header[data-v-d236b088]{height:auto}.df-survey[data-v-d236b088] .df-survey__emoji[data-v-d236b088]{width:40px;height:40px;background-size:cover}.df-survey[data-v-d236b088] .df-survey__emoji.rate0[data-v-d236b088]{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23FFDD79'/%3e%3ccircle%20cx='6.60742'%20cy='8.39551'%20r='1.25'%20fill='%232C2C2E'/%3e%3ccircle%20cx='13.3926'%20cy='8.39551'%20r='1.25'%20fill='%232C2C2E'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.89258%2013.0357C5.89258%2012.7398%206.13243%2012.5%206.42829%2012.5H13.5711C13.867%2012.5%2014.1069%2012.7398%2014.1069%2013.0357C14.1069%2013.3316%2013.867%2013.5714%2013.5711%2013.5714H6.42829C6.13243%2013.5714%205.89258%2013.3316%205.89258%2013.0357Z'%20fill='%23313131'/%3e%3c/svg%3e") no-repeat center center;background-size:cover}.df-survey[data-v-d236b088] .df-survey__emoji.rate1[data-v-d236b088]{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23FFDD79'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99992%2012.4982C11.1626%2012.4982%2012.0601%2013.2092%2012.2715%2014.0564C12.3432%2014.3435%2012.6339%2014.5182%2012.921%2014.4465C13.2081%2014.3749%2013.3827%2014.0841%2013.3111%2013.7971C12.9619%2012.3978%2011.5729%2011.4268%209.99992%2011.4268C8.42697%2011.4268%207.03788%2012.3978%206.68874%2013.7971C6.61712%2014.0841%206.79177%2014.3749%207.07883%2014.4465C7.3659%2014.5182%207.65668%2014.3435%207.7283%2014.0564C7.93971%2013.2092%208.83726%2012.4982%209.99992%2012.4982Z'%20fill='%23313131'/%3e%3ccircle%20cx='6.60742'%20cy='8.39551'%20r='1.25'%20fill='%232C2C2E'/%3e%3ccircle%20cx='13.3926'%20cy='8.39551'%20r='1.25'%20fill='%232C2C2E'/%3e%3cpath%20d='M19.7232%2014.4823L19.7927%2014.6402C19.9267%2014.9711%2020.0004%2015.3327%2020.0004%2015.7116C20.0004%2017.2896%2018.7212%2018.5688%2017.1433%2018.5688C15.5653%2018.5688%2014.2861%2017.2896%2014.2861%2015.7116C14.2861%2015.3327%2014.3599%2014.9711%2014.4938%2014.6402L14.5634%2014.4823C14.6567%2014.2867%2014.7717%2014.1034%2014.9052%2013.9355L17.1433%2010.3545L19.3814%2013.9355C19.5148%2014.1034%2019.6298%2014.2867%2019.7232%2014.4823Z'%20fill='%238DD3FB'/%3e%3c/svg%3e") no-repeat center center;background-size:cover}.df-survey[data-v-d236b088] .df-survey__emoji.rate2[data-v-d236b088]{background:url(/assets/rate2_bad-DfPd0VmD.svg) no-repeat center center;background-size:cover}.df-survey[data-v-d236b088] .df-survey__emoji.rate3[data-v-d236b088]{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23FFDD79'/%3e%3ccircle%20cx='6.60742'%20cy='8.39551'%20r='1.25'%20fill='%232C2C2E'/%3e%3ccircle%20cx='13.3926'%20cy='8.39551'%20r='1.25'%20fill='%232C2C2E'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.89258%2013.0357C5.89258%2012.7398%206.13243%2012.5%206.42829%2012.5H13.5711C13.867%2012.5%2014.1069%2012.7398%2014.1069%2013.0357C14.1069%2013.3316%2013.867%2013.5714%2013.5711%2013.5714H6.42829C6.13243%2013.5714%205.89258%2013.3316%205.89258%2013.0357Z'%20fill='%23313131'/%3e%3c/svg%3e") no-repeat center center;background-size:cover}.df-survey[data-v-d236b088] .df-survey__emoji.rate4[data-v-d236b088]{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23FFDD79'/%3e%3cpath%20d='M13.5716%2012.0494C13.5716%2014.0219%2011.9726%2015.6209%2010.0001%2015.6209C8.02769%2015.6209%206.42871%2014.0219%206.42871%2012.0494C6.42871%2011.1729%208.02769%2012.0497%2010.0001%2012.0497C11.9726%2012.0497%2013.5716%2010.6373%2013.5716%2012.0494Z'%20fill='%23313131'/%3e%3cmask%20id='mask0_14171_3960'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='6'%20y='11'%20width='8'%20height='5'%3e%3cpath%20d='M13.5716%2012.0494C13.5716%2014.0219%2011.9726%2015.6209%2010.0001%2015.6209C8.02769%2015.6209%206.42871%2014.0219%206.42871%2012.0494C6.42871%2011.1729%208.02769%2012.0497%2010.0001%2012.0497C11.9726%2012.0497%2013.5716%2010.6373%2013.5716%2012.0494Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_14171_3960)'%3e%3cpath%20d='M12.8569%2015.4956C12.8569%2016.7617%2011.7562%2016.3553%2010.1783%2016.3553C8.60034%2016.3553%207.14258%2016.7617%207.14258%2015.4956C7.14258%2014.2295%208.42176%2013.2031%209.99972%2013.2031C11.5777%2013.2031%2012.8569%2014.2295%2012.8569%2015.4956Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3ccircle%20cx='6.60742'%20cy='8.39551'%20r='1.25'%20fill='%232C2C2E'/%3e%3ccircle%20cx='13.3926'%20cy='8.39551'%20r='1.25'%20fill='%232C2C2E'/%3e%3c/svg%3e") no-repeat center center;background-size:cover}.df-survey[data-v-d236b088] .df-survey__emoji.rate5[data-v-d236b088]{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010Z'%20fill='%23FFDD79'/%3e%3cpath%20d='M13.5716%2014.2057C13.5716%2016.1781%2011.9726%2017.7771%2010.0001%2017.7771C8.02769%2017.7771%206.42871%2016.1781%206.42871%2014.2057C6.42871%2013.3291%208.02769%2014.2059%2010.0001%2014.2059C11.9726%2014.2059%2013.5716%2012.7935%2013.5716%2014.2057Z'%20fill='%23313131'/%3e%3cmask%20id='mask0_14171_3959'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='6'%20y='13'%20width='8'%20height='5'%3e%3cpath%20d='M13.5716%2014.2057C13.5716%2016.1781%2011.9726%2017.7771%2010.0001%2017.7771C8.02769%2017.7771%206.42871%2016.1781%206.42871%2014.2057C6.42871%2013.3291%208.02769%2014.2059%2010.0001%2014.2059C11.9726%2014.2059%2013.5716%2012.7935%2013.5716%2014.2057Z'%20fill='%23313131'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_14171_3959)'%3e%3cpath%20d='M12.8569%2017.6519C12.8569%2018.918%2011.7562%2018.5115%2010.1783%2018.5115C8.60034%2018.5115%207.14258%2018.918%207.14258%2017.6519C7.14258%2016.3858%208.42176%2015.3594%209.99972%2015.3594C11.5777%2015.3594%2012.8569%2016.3858%2012.8569%2017.6519Z'%20fill='%23FF8F90'/%3e%3c/g%3e%3cpath%20d='M7.22363%205.35449C8.36273%205.35449%209.28613%206.27148%209.28613%207.55526C9.28613%2010.1228%206.47363%2011.59%205.53613%2012.1402C4.59863%2011.59%201.78613%2010.1228%201.78613%207.55526C1.78613%206.27148%202.72363%205.35449%203.84863%205.35449C4.54612%205.35449%205.16113%205.72129%205.53613%206.08808C5.91113%205.72129%206.52613%205.35449%207.22363%205.35449Z'%20fill='%23FF5A5C'/%3e%3cpath%20d='M16.1514%205.35449C17.2905%205.35449%2018.2139%206.27148%2018.2139%207.55526C18.2139%2010.1228%2015.4014%2011.59%2014.4639%2012.1402C13.5264%2011.59%2010.7139%2010.1228%2010.7139%207.55526C10.7139%206.27148%2011.6514%205.35449%2012.7764%205.35449C13.4739%205.35449%2014.0889%205.72129%2014.4639%206.08808C14.8389%205.72129%2015.4539%205.35449%2016.1514%205.35449Z'%20fill='%23FF5A5C'/%3e%3c/svg%3e") no-repeat center center;background-size:cover}.df-survey[data-v-d236b088] .df-survey__star-container[data-v-d236b088]{width:100%;display:flex;flex-direction:row;justify-content:center;gap:8px}.df-survey[data-v-d236b088] .df-survey__star-container.disabled[data-v-d236b088]{pointer-events:none;opacity:.5}.df-survey[data-v-d236b088] i.star[data-v-d236b088]{display:flex;width:24px;height:24px;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_15553_77081)'%3e%3cpath%20d='M8.24228%207.33992L1.86228%208.26492L1.74928%208.28792C1.57822%208.33334%201.42227%208.42333%201.29737%208.54873C1.17247%208.67412%201.08308%208.83041%201.03834%209.00165C0.993598%209.17289%200.995105%209.35293%201.04271%209.5234C1.09031%209.69386%201.18229%209.84864%201.30928%209.97192L5.93128%2014.4709L4.84128%2020.8259L4.82828%2020.9359C4.81781%2021.1128%204.85454%2021.2894%204.93473%2021.4474C5.01491%2021.6055%205.13566%2021.7394%205.28461%2021.8354C5.43356%2021.9315%205.60537%2021.9862%205.78243%2021.994C5.95949%2022.0018%206.13544%2021.9625%206.29228%2021.8799L11.9983%2018.8799L17.6913%2021.8799L17.7913%2021.9259C17.9563%2021.9909%2018.1357%2022.0109%2018.311%2021.9837C18.4863%2021.9565%2018.6513%2021.8832%2018.7889%2021.7712C18.9265%2021.6592%2019.0318%2021.5127%2019.0941%2021.3466C19.1564%2021.1804%2019.1734%2021.0008%2019.1433%2020.8259L18.0523%2014.4709L22.6763%209.97092L22.7543%209.88592C22.8657%209.74869%2022.9388%209.58438%2022.966%209.40972C22.9932%209.23506%2022.9737%209.0563%2022.9094%208.89165C22.845%208.72701%2022.7382%208.58236%2022.5998%208.47244C22.4613%208.36252%2022.2962%208.29126%2022.1213%208.26592L15.7413%207.33992L12.8893%201.55992C12.8068%201.39246%2012.679%201.25144%2012.5205%201.15283C12.3619%201.05422%2012.179%201.00195%2011.9923%201.00195C11.8056%201.00195%2011.6226%201.05422%2011.4641%201.15283C11.3056%201.25144%2011.1778%201.39246%2011.0953%201.55992L8.24228%207.33992Z'%20fill='currentColor'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_15553_77081'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-color:#ebebeb;transition:background-color .2s ease}.df-survey[data-v-d236b088] i.star.active[data-v-d236b088]{background-color:#fbdb68}.df-survey[data-v-d236b088] .df-survey__confirm[data-v-d236b088]{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--Gray-500, #949494);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:14px;font-weight:700;line-height:18px}.df-survey[data-v-d236b088] .df-survey__confirm.active[data-v-d236b088]{background:var(--orange-300-main, #eb4c10)}.df-survey[data-v-d236b088] .df-survey__message[data-v-d236b088]{width:100%;display:flex;padding:8px 20px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:22px}.contents09-wrapper[data-v-317b6b25]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;background:#fff}.contents09-center[data-v-317b6b25]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;width:100%;max-width:400px;padding:40px 20px}.summary-replay[data-v-317b6b25]{display:flex;justify-content:center}.summary-replay .replay-btn[data-v-317b6b25]{display:flex;align-items:center;gap:8px;padding:12px 24px;border:1px solid #ebebeb;border-radius:8px;background:#fff;font-family:Pretendard;font-size:14px;font-weight:500;color:#333;cursor:pointer}.summary-replay .replay-btn[data-v-317b6b25]:hover{background:#f8f8f8}.summary-replay .replay-btn .return-icon[data-v-317b6b25]{display:inline-block;width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_14515_18543)'%3e%3cpath%20d='M13.7889%208.69411C13.663%209.65408%2013.2781%2010.5617%2012.6756%2011.3196C12.0731%2012.0774%2011.2757%2012.657%2010.3688%2012.9961C9.46199%2013.3352%208.47992%2013.4211%207.52797%2013.2445C6.57603%2013.0679%205.69011%2012.6355%204.96524%2011.9937C4.24036%2011.3518%203.70388%2010.5248%203.41332%209.60121C3.12276%208.67765%203.08908%207.69241%203.31591%206.75117C3.54273%205.80992%204.02149%204.94818%204.70085%204.25835C5.38021%203.56852%206.23454%203.07663%207.1722%202.83544C9.77154%202.16878%2012.4622%203.50678%2013.4555%206.00011'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.8333%202.66699V6.00033H10.5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14515_18543'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;background-size:contain}.person-tab-0202-img-box .img-box .img{width:100%;aspect-ratio:1;border-radius:8px;background:url(/assets/thum-person-01-B-pyJ9Gr.png);background-size:cover;background-position:center}.person-tab-0202-img-box .img-box:nth-child(2) .img{background:url(/assets/thum-person-02-CT15Ypfu.png)}.person-tab-0202-img-box .img-box:nth-child(3) .img{background:url(/assets/thum-person-03-CP-YPQZR.png)}.person-tab-0202-img-box .img-box:nth-child(4) .img{background:url(/assets/thum-person-04-DXKAWENR.png)}.person-tab-0202-img-box .img-box:nth-child(5) .img{background:url(/assets/thum-person-05-CLt47bvV.png)}.five-round-bg .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15252_32424)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.639%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.222%20208.771%20174.262%20226.142%20183.126%20238.826C191.909%20251.393%20209.004%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15252_32424'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15252_32424'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15252_32424'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.five-round-bg.finish .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.color{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.place{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.food{background:url(/assets/personality-food-DoyXRFPX.png) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.exercise{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.clothes{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.explain-nocde .explain-ncode__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.personal-career-notice .personal-career-triangle{position:absolute;top:35%;left:-12%;transform:translate(50%);width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;transform:translate(50%) rotate(-90deg);z-index:100}.arrow-icon[data-v-68dd8994]{width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_16829_10602)'%3e%3cpath%20d='M12%205L19%2012L12%2019'%20stroke='%23F47A49'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%205L12%2012L5%2019'%20stroke='%23F47A49'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_16829_10602'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.guide-star-img[data-v-68dd8994]{height:160px;aspect-ratio:9/8;background:url(/assets/prsonaity-guidle-star-DPdr6zlj.png) center center no-repeat;background-size:contain}.guide-eight-img[data-v-68dd8994]{width:270px;aspect-ratio:270/116;background:url(/assets/personality-guide-eight-DVREYxmf.png) center center no-repeat;background-size:contain}.guide-star-grape-box[data-v-68dd8994]{display:flex;flex-direction:column;align-items:center;gap:16px}.guide-star-grape-img-box[data-v-68dd8994]{width:332px;aspect-ratio:332/200;background:url(/assets/guide-star-grape--n9A0FOE.png) center center no-repeat;background-size:contain}.guide-balance-code-box[data-v-68dd8994]{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:20px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.guide-balance-code-box.mobile[data-v-68dd8994]{flex-direction:column;padding:8px 20px;gap:8px}.guide-balance-code-box .txt-box[data-v-68dd8994]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.guide-balance-code-box .code-box[data-v-68dd8994]{display:flex;align-items:center;gap:8px}.guide-balance-code-box .code-box .exp-txt[data-v-68dd8994]{display:flex;height:22px;padding:2px 6px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--Gray-300, #ebebeb);color:var(--Gray-500, #949494);font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:16px}.guide-balance-code-box .code-box .code-txt-box[data-v-68dd8994]{display:flex;align-items:center;gap:4px;opacity:.2}.guide-balance-code-box .code-box .code-txt-box .code-txt[data-v-68dd8994]{color:#ff6867;text-align:center;font-family:Pretendard;font-size:28px;font-style:normal;font-weight:700;line-height:32px}.guide-balance-code-box .code-box .code-txt-box .code-txt.color1[data-v-68dd8994]{color:#ff6867}.guide-balance-code-box .code-box .code-txt-box .code-txt.color2[data-v-68dd8994]{color:#7d67fd}.guide-balance-code-box .code-box .code-txt-box .code-txt.color3[data-v-68dd8994]{color:#e53c9c}.guide-balance-code-box .code-box .code-txt-box .code-txt.color4[data-v-68dd8994]{color:#4881ce}.guide-balance-code-box .code-box .icon-plus[data-v-68dd8994]{width:20px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEGSURBVHgB7ZixDYMwEEXPLihRRmAEQkWXjMAI2SRkE0ZggzgLIEbwCK4pIOcCCaEQDvlQRHSvsTkh9IR19yUDCIIg/AwFjKRpetJa3/y+7/u6bVsLDLBJomCCgk+lVOKfh2GwKHpGUQeBaGACBYtR0OP3418N/jbwcSLWNsMpuRsiyYVIcnEISdIwnyTJ4kjBuXjB5TorGxzqL1jGUZJpVXKeJNxQkmn1uOdJwg0lmf6jcfAoKlws7IeNoqj+9gKpcfI8T7quK2CHxonjuDLGuGBJClmWlSh6n9ZQ8NE0TQmByDDnQiS5EEkuOCUdsbYZNskPybSaJFRYLwcmyQSUJBEEQTgAb3Z4XGqKidGDAAAAAElFTkSuQmCC) center center no-repeat;background-size:contain}.guide-balance-code-box .code-box .code-txt-black[data-v-68dd8994]{color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:32px;display:flex;width:32px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--black-100, #404040)}.guide-intro[data-v-68dd8994]{width:100%;padding:32px;display:flex;flex-direction:column;align-items:center;gap:24px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.guide-intro .guide-intro__header[data-v-68dd8994]{font-size:14px;font-weight:700;line-height:22px}.guide-intro .guide-intro__header .title[data-v-68dd8994]{font-size:20px;line-height:32px}.speech-bubble__container[data-v-68dd8994]{width:100%;display:flex;flex-direction:column;gap:8px}.speech-bubble__container .speech-bubble__row[data-v-68dd8994]{width:100%;display:flex}.speech-bubble__container .speech-bubble__row .speech-bubble[data-v-68dd8994]{position:relative;width:fit-content;padding:8px 12px;border-radius:12px;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.speech-bubble__container .speech-bubble__row .speech-bubble__tail[data-v-68dd8994]{position:absolute;top:50%;width:28px;height:28px}.speech-bubble__container .speech-bubble__row.orange[data-v-68dd8994]{justify-content:flex-start}.speech-bubble__container .speech-bubble__row.orange .speech-bubble[data-v-68dd8994]{background:#db9823;text-align:left;color:var(--gray-100-white, #fff)}.speech-bubble__container .speech-bubble__row.orange .speech-bubble__tail[data-v-68dd8994]{left:0;transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%3e%3cpath%20d='M1.5%207.40192C-0.5%208.55662%20-0.5%2011.4434%201.5%2012.5981L13.5%2019.5263C15.5%2020.681%2018%2019.2376%2018%2016.9282L18%203.07179C18%200.762394%2015.5%20-0.680979%2013.5%200.473721L1.5%207.40192Z'%20fill='%23F3AE11'/%3e%3c/svg%3e") center center no-repeat}.speech-bubble__container .speech-bubble__row.white[data-v-68dd8994]{justify-content:flex-end}.speech-bubble__container .speech-bubble__row.white .speech-bubble[data-v-68dd8994]{background:var(--gray-100-white, #fff);text-align:right;color:var(--Gray-700, #575757)}.speech-bubble__container .speech-bubble__row.white .speech-bubble__tail[data-v-68dd8994]{right:0;transform:translate(50%,-50%);background:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%2012.5981C18.5%2011.4434%2018.5%208.55663%2016.5%207.40192L4.5%200.473721C2.5%20-0.680978%20-2.9231e-06%200.762399%20-2.82215e-06%203.0718L-2.21647e-06%2016.9282C-2.11552e-06%2019.2376%202.5%2020.681%204.5%2019.5263L16.5%2012.5981Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat}.arrow-icon[data-v-e47e214a]{width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_16829_10602)'%3e%3cpath%20d='M12%205L19%2012L12%2019'%20stroke='%23F47A49'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%205L12%2012L5%2019'%20stroke='%23F47A49'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_16829_10602'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.guide-star-img[data-v-e47e214a]{height:160px;aspect-ratio:9/8;background:url(/assets/prsonaity-guidle-star-DPdr6zlj.png) center center no-repeat;background-size:contain}.guide-eight-img[data-v-e47e214a]{width:270px;aspect-ratio:270/116;background:url(/assets/personality-guide-eight-DVREYxmf.png) center center no-repeat;background-size:contain}.icon-course[data-v-e47e214a]{width:60px;height:60px;background:url(/assets/icon-recommend_course-CDwj-B9j.svg) center center no-repeat;background-size:contain}.icon-pet[data-v-e47e214a]{width:60px;height:60px;background:url(/assets/icon-recommend_pet-C9xggws1.svg) center center no-repeat;background-size:contain}.icon-speaker[data-v-e47e214a]{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.1731%203.11625C15.1729%202.96858%2015.135%202.8234%2015.063%202.69447C14.991%202.56555%2014.8873%202.45714%2014.7617%202.37951C14.6361%202.30188%2014.4927%202.25762%2014.3452%202.2509C14.1977%202.24418%2014.0509%202.27524%2013.9187%202.34112L7.16873%205.71612H3.90623C3.56003%205.70892%203.21588%205.77089%202.89395%205.8984C2.57201%206.0259%202.27875%206.21638%202.03137%206.45867C1.78399%206.70096%201.58746%206.99019%201.45328%207.30941C1.31911%207.62863%201.25%207.97141%201.25%208.31768C1.25%208.66395%201.31911%209.00674%201.45328%209.32596C1.58746%209.64517%201.78399%209.9344%202.03137%2010.1767C2.27875%2010.419%202.57201%2010.6095%202.89395%2010.737C3.21588%2010.8645%203.56003%2010.9264%203.90623%2010.9192H4.14923L5.68485%2015.5317C5.74249%2015.7045%205.85305%2015.8548%206.00086%2015.9612C6.14867%2016.0676%206.32622%2016.1248%206.50835%2016.1246H7.37348C7.60352%2016.1246%207.82414%2016.0332%207.9868%2015.8706C8.14947%2015.7079%208.24085%2015.4873%208.24085%2015.2572V11.457L13.9232%2014.2976C14.0554%2014.3635%2014.2022%2014.3946%2014.3497%2014.3878C14.4972%2014.3811%2014.6406%2014.3369%2014.7662%2014.2592C14.8918%2014.1816%2014.9955%2014.0732%2015.0675%2013.9443C15.1395%2013.8153%2015.1774%2013.6702%2015.1776%2013.5225L15.1731%203.11625Z'%20fill='%23F47A49'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.icon-quote[data-v-e47e214a]{width:28px;height:22px;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='20'%20viewBox='0%200%2026%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2020L5.40097%200H12.058L8.91787%2020H0ZM13.942%2020L19.343%200H26L22.8599%2020H13.942Z'%20fill='%23EBEBEB'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.img-nangmanee[data-v-e47e214a]{width:140px;height:140px;background:url(/assets/img-nangmanee-IdzwUpJA.png) no-repeat;background-size:contain}.img-nangmanee.mobile[data-v-e47e214a]{width:100px;height:100px}.guide-quote[data-v-e47e214a]{padding:20px 0;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.guide-quote .txt-bold[data-v-e47e214a]{position:relative;font-weight:700}.guide-quote .txt-bold .text-underline[data-v-e47e214a]{position:absolute;right:0;bottom:-2px;width:100%;height:8px;opacity:.15;background:var(--Gray-800, #333);z-index:-1;border-radius:0}.guide-quote .txt-bold.highlight .text-underline[data-v-e47e214a]{background:#db9823}.guide-outro[data-v-e47e214a]{padding:20px 32px;width:100%;display:flex;flex-direction:row;gap:20px}.guide-outro.mobile[data-v-e47e214a]{flex-direction:column;gap:20px;padding:20px 24px;align-items:center;justify-content:center}.guide-outro .guide-outro__content[data-v-e47e214a]{display:flex;flex-direction:column;justify-content:center;gap:8px;font-family:Pretendard;font-size:15px;font-style:normal;line-height:24px}.guide-outro .guide-outro__content.mobile[data-v-e47e214a]{align-items:center;text-align:center}.guide-outro .guide-outro__title[data-v-e47e214a]{color:#db9823;font-weight:700}.guide-outro .guide-outro__text[data-v-e47e214a]{color:var(--Gray-800, #333);font-weight:400}.bar-row[data-v-ede71045]{display:flex;align-items:center;margin-bottom:8px;min-width:300px}.label[data-v-ede71045]{width:24px;text-align:left;font-weight:600}.bar-wrapper[data-v-ede71045]{flex:1;margin:0 8px;width:100%}.percent[data-v-ede71045]{width:48px;text-align:right;font-weight:600}.v-progress-linear__determinate[data-v-ede71045]{border-radius:100%}.pie-chart__wrapper[data-v-ee533206]{display:flex;flex-direction:column;align-items:center}.pie-chart__legend[data-v-ee533206]{display:flex;margin-top:10px}.pie-chart__legend.column[data-v-ee533206]{flex-direction:column;align-items:flex-start}.pie-chart__legend.row[data-v-ee533206]{flex-direction:row;flex-wrap:wrap;justify-content:center}.legend-item[data-v-ee533206]{display:flex;align-items:center;margin:4px 8px;font-size:14px}.legend-dot[data-v-ee533206]{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.legend-label[data-v-ee533206]{margin-right:4px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.legend-value[data-v-ee533206]{font-weight:600}.donut-chart__container[data-v-ee533206]{position:relative;display:inline-block}.center-title[data-v-ee533206]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px;pointer-events:none}.chart-wrapper[data-v-f79fe82f]{min-width:400px;min-height:300px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:visible}.chart-wrapper.mobile[data-v-f79fe82f]{max-width:350px}.ncode-plus[data-v-4256bf2f]{width:20px;height:20px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='20'%20viewBox='0%200%2021%2020'%20fill='none'%3e%3crect%20x='4.25'%20y='8.75'%20width='12.5'%20height='2.5'%20rx='1.25'%20fill='%23333333'/%3e%3crect%20x='9.25'%20y='16.25'%20width='12.5'%20height='2.5'%20rx='1.25'%20transform='rotate(-90%209.25%2016.25)'%20fill='%23333333'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.ncode-letter[data-v-4256bf2f]{text-align:center;font-family:Pretendard;font-size:28px;font-style:normal;font-weight:700;line-height:32px;display:flex;justify-content:center;align-items:center;gap:4px}.ncode-letter .nangman-code[data-v-4256bf2f]{display:flex;width:28px;height:28px;flex-direction:column;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:40px;background:var(--black-100, #404040);color:var(--gray-100-white, #FFF);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:32px}.ncode-letter .nangman-code.B[data-v-4256bf2f]{background:var(--black-100, #404040)}.ncode-letter .nangman-code.R[data-v-4256bf2f]{background:var(--red, #C23535)}.ncode-letter .nangman-code.G[data-v-4256bf2f]{background:var(--green, #5E9F1C)}.ncode-letter .nangman-code.Y[data-v-4256bf2f]{background:var(--yellow, #DB9823)}.ncode-letter .nangman-code.W[data-v-4256bf2f]{background:var(--gray-500, #949494)}.mbti-tooltip[data-v-285dbd5b]{background:#000;color:#fff;padding:4px 8px;border-radius:16px;font-size:12px}.nocde-chat__plus-icon[data-v-94ed3c3a]{width:32px;height:32px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%3e%3crect%20x='6'%20y='14'%20width='20'%20height='4'%20rx='2'%20fill='%23EB4C10'/%3e%3crect%20x='14'%20y='26'%20width='20'%20height='4'%20rx='2'%20transform='rotate(-90%2014%2026)'%20fill='%23EB4C10'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.nocde-chat__plus-icon.right[data-v-94ed3c3a]{margin-bottom:20px}.nangman-magnifire-img[data-v-6ada2314]{background:url(/assets/personality-career-nangman-Bu6zl8RF.png) center center no-repeat;background-size:contain;width:140px;aspect-ratio:1/1}.career-title[data-v-6ada2314]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.person-outro__nangman-img[data-v-49e95c03]{background:url(/assets/personality-outro-COYyDHnq.png) center center no-repeat;background-size:contain;width:140px;height:140px;aspect-ratio:1/1}.outro-align[data-v-49e95c03]{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.personality-outro[data-v-49e95c03]{display:flex;flex-direction:column;align-items:center;justify-content:center}.pop-ana-saju-reading-inner .pop-body[data-v-49e95c03]{height:100%}.person-tab-0202-img-box .img-box .img{width:100%;aspect-ratio:1;border-radius:8px;background:url(/assets/thum-person-01-B-pyJ9Gr.png);background-size:cover;background-position:center}.person-tab-0202-img-box .img-box:nth-child(2) .img{background:url(/assets/thum-person-02-CT15Ypfu.png)}.person-tab-0202-img-box .img-box:nth-child(3) .img{background:url(/assets/thum-person-03-CP-YPQZR.png)}.person-tab-0202-img-box .img-box:nth-child(4) .img{background:url(/assets/thum-person-04-DXKAWENR.png)}.person-tab-0202-img-box .img-box:nth-child(5) .img{background:url(/assets/thum-person-05-CLt47bvV.png)}.five-round-bg .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15252_32424)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.639%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.222%20208.771%20174.262%20226.142%20183.126%20238.826C191.909%20251.393%20209.004%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15252_32424'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15252_32424'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15252_32424'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.five-round-bg.finish .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.color{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.place{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.food{background:url(/assets/personality-food-DoyXRFPX.png) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.exercise{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.clothes{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.explain-nocde .explain-ncode__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.personal-career-notice .personal-career-triangle{position:absolute;top:35%;left:-12%;transform:translate(50%);width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;transform:translate(50%) rotate(-90deg);z-index:100}.detail-card__top-title.personality.youngsin[data-v-792aec27]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-792aec27]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-792aec27]{color:#4e80d6}.ys-title-box[data-v-792aec27]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-792aec27]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-792aec27]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-792aec27]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-792aec27]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-792aec27]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-792aec27]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-792aec27]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-792aec27]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-792aec27]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-792aec27]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-792aec27]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-792aec27]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-792aec27]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-792aec27]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-792aec27]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-792aec27]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-792aec27]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-792aec27]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-792aec27]{gap:24px}.ys-content-box[data-v-792aec27]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-792aec27]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-792aec27]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-792aec27]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-792aec27]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-792aec27]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-792aec27]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-792aec27]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-792aec27]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-792aec27]{color:#db9823}.yongsin-circle[data-v-792aec27]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-792aec27]{background:#ffffff0d}.yongsin-circle.light[data-v-792aec27]{background:#4e80d60d}.yongsin-circle.primary[data-v-792aec27]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-792aec27]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-792aec27]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-792aec27]{background:#757575}.yongsin-circle .circle__main-txt[data-v-792aec27]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-792aec27]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-792aec27]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-792aec27]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-792aec27]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-792aec27]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-792aec27]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-792aec27]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-792aec27]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-792aec27]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-792aec27],.y-keyword[data-v-792aec27]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-792aec27]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-792aec27]{background:#c23535}.yongsin__highlight-text.five02[data-v-792aec27]{background:#404040}.yongsin__highlight-text.five03[data-v-792aec27]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-792aec27]{background:#949494}.yongsin__highlight-text.five05[data-v-792aec27]{background:#db9823}.yongsin__gg-box[data-v-792aec27]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-792aec27]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-792aec27]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-792aec27]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-792aec27]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-792aec27]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-792aec27]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-792aec27]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-792aec27]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-792aec27]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-792aec27]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-792aec27]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-792aec27]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-792aec27]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-792aec27]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-792aec27]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-792aec27]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-792aec27]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-792aec27]{width:70%}.yonghee-chart_wrapper.mobile[data-v-792aec27]{width:100%}.yongsin-cont__chart-area[data-v-792aec27]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-792aec27]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-792aec27]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-792aec27]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-792aec27]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-792aec27] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-792aec27]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-792aec27]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-792aec27]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-792aec27]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-792aec27]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-792aec27]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-792aec27]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-792aec27]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-792aec27]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-792aec27]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-792aec27]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-792aec27]{gap:5px}.energy-chart-container .energy-chart-top[data-v-792aec27]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-792aec27]{flex-direction:column;gap:24px}.energy-chart__title[data-v-792aec27]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-792aec27]{position:relative}.energy-chart[data-v-792aec27]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-792aec27]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-792aec27]{fill:#c23535}.segment.five02[data-v-792aec27]{fill:#404040}.segment.five03[data-v-792aec27]{fill:#5e9f1c}.segment.five04[data-v-792aec27]{fill:#949494}.segment.five05[data-v-792aec27]{fill:#db9823}.segment.inactive[data-v-792aec27]{fill:#ecf0f1}.segment[data-v-792aec27]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-792aec27]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-792aec27]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-792aec27]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-792aec27]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-792aec27]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-792aec27]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-792aec27]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-792aec27]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-792aec27]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-792aec27]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-792aec27]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-792aec27]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-792aec27]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-792aec27]{color:#7f8c8d}.energy-chart__legend-color[data-v-792aec27]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-792aec27]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-792aec27]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-792aec27]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-792aec27]{background-color:#949494}.energy-chart__legend-color.water[data-v-792aec27]{background-color:#404040}.energy-chart__legend-color.gray[data-v-792aec27]{background-color:#ebebeb}.energy-chart__time-detail[data-v-792aec27]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-792aec27]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-792aec27]{flex-direction:column;gap:20px}.energy-chart[data-v-792aec27]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-792aec27]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-792aec27]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-792aec27]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-792aec27]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-792aec27]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-792aec27]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-792aec27]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-792aec27]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-792aec27]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-792aec27]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-792aec27]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-792aec27]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-792aec27]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-792aec27]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-792aec27]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-792aec27]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-792aec27]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-792aec27]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-792aec27]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-792aec27]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-792aec27]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-792aec27]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-792aec27]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-792aec27]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-792aec27]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-792aec27]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-792aec27]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-792aec27]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-792aec27]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-792aec27]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-792aec27]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-792aec27]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-792aec27]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-792aec27]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-792aec27]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-792aec27]{left:45%}.yh-num-black[data-v-792aec27]{color:#404040}.yh-num-red[data-v-792aec27]{color:#c23535}.yh-num-green[data-v-792aec27]{color:#5e9f1c}.yh-num-gray[data-v-792aec27]{color:#949494}.yh-num-yellow[data-v-792aec27]{color:#db9823}.yh-num-bg-black[data-v-792aec27]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-792aec27]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-792aec27]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-792aec27]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-792aec27]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-792aec27]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-792aec27]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-792aec27]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-792aec27]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-792aec27]{align-self:center}.usage-summary__cell.rowlabel[data-v-792aec27]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-792aec27]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-792aec27]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-792aec27]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-792aec27]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-792aec27]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-792aec27]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-792aec27]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-792aec27]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-792aec27]{text-align:center}.usage-summary__time-grid[data-v-792aec27]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-792aec27]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-792aec27]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-792aec27]{visibility:hidden}.usage-summary__time-box[data-v-792aec27]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-792aec27]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-792aec27]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-792aec27]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-792aec27]{padding:0 14px}.yh-five-notice[data-v-792aec27]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-792aec27]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-792aec27]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-792aec27]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-792aec27]{margin-top:4px}.yh-five_tt .tt-sub[data-v-792aec27]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-792aec27]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-792aec27]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-792aec27]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-792aec27]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-792aec27]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-792aec27]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-792aec27]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-792aec27]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-792aec27]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-792aec27]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-792aec27]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-792aec27]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-792aec27]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-792aec27]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-792aec27]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-792aec27]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-792aec27]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-792aec27]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-792aec27]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-792aec27]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-792aec27]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-792aec27]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-792aec27]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-792aec27]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-792aec27]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-792aec27]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-792aec27]{white-space:nowrap}.yh__hover-lift[data-v-792aec27]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-792aec27],.yh__hover-lift[data-v-792aec27]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-792aec27]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-792aec27]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-792aec27]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-792aec27]{width:100%}.yh__grid-desc[data-v-792aec27]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-792aec27]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-792aec27]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-792aec27]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-792aec27]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-792aec27]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-792aec27]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-792aec27]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-792aec27]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-792aec27]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-792aec27]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-792aec27]{overflow:visible}.yh__legend-btn[data-v-792aec27]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-792aec27]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-792aec27]:hover:after,.yh__legend-btn[data-tip][data-v-792aec27]:hover:before,.yh__legend-btn[data-tip][data-v-792aec27]:focus-visible:after,.yh__legend-btn[data-tip][data-v-792aec27]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-792aec27]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-792aec27]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-792aec27]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-792aec27]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-792aec27]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-792aec27]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-792aec27]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-792aec27]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-792aec27]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-792aec27]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-792aec27]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-792aec27]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-792aec27]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-792aec27]{margin-top:0}.tp-chart__legend[data-v-792aec27]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-792aec27]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-792aec27]{width:100%;height:1px;background-color:#ebebeb}.youngsin-wrapper[data-v-792aec27]{width:100%;height:100%;display:flex;flex-direction:column;padding:24px}.yg-guide-box[data-v-792aec27]{display:flex;padding:32px 24px;flex-direction:column;align-items:center;gap:24px;align-self:stretch}.yg-guide-box.bg-blue[data-v-792aec27]{border-radius:12px;background:#4e80d60d}.yg-guide-box.st-guide-01[data-v-792aec27]{padding:20px;gap:20px;align-self:stretch}.yg-guide-box .youngsin-guide-title[data-v-792aec27]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.yg-guide-box .youngsin-guide-txt1[data-v-792aec27]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.yg-guide-box .youngsin-guide-txt2[data-v-792aec27],.yg-text-01[data-v-792aec27]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yg-text-01 .txt-bold[data-v-792aec27]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.personality-circle.st-ys-guide-01[data-v-792aec27]{width:180px;height:180px;border-radius:200px;border:1px solid rgba(78,128,214,.5);background:var(--gray-100-white, #fff)}.personality-circle.st-ys-guide-01 .circle__main-txt[data-v-792aec27]{color:#4e80d6}.personality-circle.st-ys-guide-01 .circle__sub-txt[data-v-792aec27]{color:var(--Gray-700, #575757)}.personality-circle.st-ys-guide-01.overlap-circle[data-v-792aec27]{border-radius:200px;border:1px solid rgba(78,128,214,.5);background:#4e80d6}.personality-circle.st-ys-guide-01.overlap-circle .circle__main-txt[data-v-792aec27],.personality-circle.st-ys-guide-01.overlap-circle .circle__sub-txt[data-v-792aec27]{color:#fff}.guide__arrow-box svg[data-v-792aec27]{width:24px;height:24px;transform:rotate(90deg)}.yg-text-02[data-v-792aec27]{display:flex;padding:16px;flex-direction:column;align-items:center;justify-content:center;gap:4px;align-self:stretch;border-radius:12px;border:1px solid rgba(78,128,214,.5);background:#4e80d61a}.yg-text-02 .main-txt[data-v-792aec27]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px;display:flex;align-items:center;justify-content:center;width:100%}.yg-text-02 .sub-txt[data-v-792aec27]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.youngsin-wrapper[data-v-3ba9efb9]{width:100%;height:100%;display:flex;flex-direction:column;padding:24px}.gap-40[data-v-3ba9efb9]{padding-top:40px}.st-guide-01-right[data-v-3ba9efb9]{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch}.yg-text-01[data-v-3ba9efb9]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yg-text-01 .txt-bold[data-v-3ba9efb9]{color:#4e80d6}.text-guide-right-01[data-v-3ba9efb9]{display:flex;flex-direction:column;gap:8px}.yg-text-03[data-v-3ba9efb9]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yg-text-graybox[data-v-3ba9efb9]{display:flex;flex-direction:column;padding:12px;justify-content:center;align-items:center;align-self:stretch;border-radius:12px;background:var(--Gray-200, #f8f8f8)}.yg-guide-img-0101[data-v-3ba9efb9]{width:100%;height:180px;background-image:url(/assets/yg-guide-0101-DQBdD_v2.png);background-size:contain;background-position:center;background-repeat:no-repeat}.guide-outro-youngsin[data-v-3ba9efb9]{display:flex;padding:20px 32px;align-items:center;gap:20px;align-self:stretch;border-radius:12px;background:#4e80d60d}.guide-outro-youngsin .img-box[data-v-3ba9efb9]{background-image:url(/assets/pet-youngsin-CLHVr9YI.png);background-size:contain;background-position:center;background-repeat:no-repeat;width:120px;height:120px;min-width:120px;min-height:120px;flex-shrink:0;flex-basis:120px}.guide-outro-youngsin .guide-outro__content[data-v-3ba9efb9]{display:flex;flex-direction:column;gap:8px}.guide-outro-youngsin .guide-outro__content.mobile[data-v-3ba9efb9]{align-items:center;justify-content:center;text-align:center}.guide-outro-youngsin .guide-outro__content .guide-outro__title[data-v-3ba9efb9]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.guide-outro-youngsin .guide-outro__content .guide-outro__text[data-v-3ba9efb9]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}@media (max-width: 768px){.yg-guide-img-0101[data-v-3ba9efb9]{background-image:url(/assets/yg-guide-0101-mobile-CE1MZzG8.png)}}.ys-timeline-box[data-v-b70eb61f]{display:flex;justify-content:center;align-items:center;position:relative}.ys-timeline-box .ys-timeline-innser[data-v-b70eb61f]{display:inline-flex;align-items:center;gap:20px}.ys-timeline-box .ys-timeline-innser .timeline-item[data-v-b70eb61f]{display:flex;padding:8px;flex-direction:column;align-items:flex-start;gap:6px;border-radius:8px;background:var(--gray-100-white, #fff)}.ys-timeline-box .ys-timeline-innser .timeline-item .timeline-item__title[data-v-b70eb61f]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px;display:flex;justify-content:center;align-items:center;width:100%}.ys-timeline-box .ys-timeline-innser .timeline-item .timeline-item__year[data-v-b70eb61f]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:400;line-height:18px;display:flex;justify-content:center;align-items:center;width:100%}.timeline-arrow[data-v-b70eb61f]{width:271px;height:50px;position:absolute;top:66%;left:50%;transform:translate(-50%,-50%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAiEAAAAYCAYAAAAs/S3LAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHQSURBVHgB7d09bhNRFAbQO06UdIgluAUipOwgdBRJlB0QlpAV8LyDeAVkB1gOBaVZgZvElJkluKCJgzyMLYysyDYz/qE6p5k3mjf9p3vvm4kAAKjgNA0uYosaAQBQQRkavpyl+8/vU78ZW5AFAEAF52lQzNbjrEg/i1G7l46HsSaVEACgtkaRpRdx2D9Ld5exJpUQAKCS+UrIM/koHt99S8d51KASAgBsqnkQhw9150WEEABgK7LILg/ioH/auv9UbT8AQAUr2jGL5EWMW7fp6GbZBiEEAKikZgiZKl/oPcXjx0XzItoxAMDOlNWOk2XzItNKyHnr7kMUjety+TIAAHYjL4px+7Z1NMkcf0JIGjyUl2YAAOzedF5k1o5RAQEA/pu92Mv3J4syjVxl0Zgcp2kGAMBuDMvU0e6mN2ly43QMAFDJOqdjZsYxbu/HU+rM/WtmPwAAdud7I7LUTUe95w+EEABgF/Jx/Lr6mt52lm0QQgCAbZrOfTRidN2da70sIoQAAFuRRXaTRbQ66XVeZb8QAgBsajr30UmvenVeEkIAgHUNJ5/5WPWTulWEEACgrr9zH51/zH2sIoQAAHVMWi+XVec+AAA2dpF+nMQW/QZEiIT9KYLC4wAAAABJRU5ErkJggg==);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:-1}.detail-card__top-title.personality.youngsin{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt{color:#4e80d6}.ys-title-box{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt{margin-bottom:8px}.ys-exp-wrap .text-box .txt:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none{margin-top:0}.personality-wrapper.with-tit.st-gap-24{gap:24px}.ys-content-box{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold{font-weight:700}.ys-content-box .desc__body .txt-five01{color:#c23535}.ys-content-box .desc__body .txt-five02{color:#404040}.ys-content-box .desc__body .txt-five03{color:#5e9f1c}.ys-content-box .desc__body .txt-five04{color:#949494}.ys-content-box .desc__body .txt-five05{color:#db9823}.yongsin-circle{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear{background:#ffffff0d}.yongsin-circle.light{background:#4e80d60d}.yongsin-circle.primary{background:#4e80d6}.yongsin-circle.primary-blur{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray{background:#757575}.yongsin-circle .circle__main-txt{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray{color:var(--gray-100-white, #FFF)}.yongsin-desc-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword,.y-keyword{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01{background:#c23535}.yongsin__highlight-text.five02{background:#404040}.yongsin__highlight-text.five03{background:#5e9f1c}.yongsin__highlight-text.five04{background:#949494}.yongsin__highlight-text.five05{background:#db9823}.yongsin__gg-box{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile{text-align:center}.yongsin-cont-box .yongsin-cont__body{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper{width:70%}.yonghee-chart_wrapper.mobile{width:100%}.yongsin-cont__chart-area{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray{border-radius:10px;background:#f8f8f8}.explain-perf-indicator{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile :after{left:4%}.explain-perf-indicator .explain-perf__tooltip{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile{gap:5px}.energy-chart-container .energy-chart-top{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile{flex-direction:column;gap:24px}.energy-chart__title{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper{position:relative}.energy-chart{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment{transition:all .2s ease;cursor:pointer}.segment.five01{fill:#c23535}.segment.five02{fill:#404040}.segment.five03{fill:#5e9f1c}.segment.five04{fill:#949494}.segment.five05{fill:#db9823}.segment.inactive{fill:#ecf0f1}.segment:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper{display:flex;flex-direction:column}.energy-chart__legend-row{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile{flex-direction:row;width:100%}.energy-chart__legend-item{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive{color:#7f8c8d}.energy-chart__legend-color{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire{background-color:#c23535}.energy-chart__legend-color.earth{background-color:#db9823}.energy-chart__legend-color.wood{background-color:#5e9f1c}.energy-chart__legend-color.metal{background-color:#949494}.energy-chart__legend-color.water{background-color:#404040}.energy-chart__legend-color.gray{background-color:#ebebeb}.energy-chart__time-detail{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row{flex-direction:column;gap:20px}.energy-chart{width:280px;height:280px}}.energy-chart__chart-tit{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot{color:#555;font-size:12px}.energy-right-box__item.five01{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile{left:45%}.yh-num-black{color:#404040}.yh-num-red{color:#c23535}.yh-num-green{color:#5e9f1c}.yh-num-gray{color:#949494}.yh-num-yellow{color:#db9823}.yh-num-bg-black{background-color:#404040;color:#fff}.yh-num-bg-red{background-color:#c23535;color:#fff}.yh-num-bg-green{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray{background-color:#949494;color:#fff}.yh-num-bg-yellow{background-color:#db9823;color:#fff}.usage-summary-card{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head{padding-bottom:8px;font-weight:600}.usage-summary__cell{align-self:center}.usage-summary__cell.rowlabel{font-weight:600;color:#333}.usage-summary__cell.colors{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time{color:#555;line-height:1.6}.usage-summary__cell.nums{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num:not(:last-child):after{content:", ";color:#333}.colors .color-list{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item{white-space:nowrap;width:fit-content}.usage-time-tit{text-align:center}.usage-summary__time-grid{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder{visibility:hidden}.usage-summary__time-box{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14{padding:0 14px}.yh-five-notice{position:absolute;top:20px;right:20px}.yh-five-chart__wrap{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row{margin-top:4px}.yh-five_tt .tt-sub{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total{margin-top:6px;font-weight:700}.yonghee-badges{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem{font-weight:600}.yonghee-badges .yh-badge .sub{font-size:12px;color:#666;margin-top:4px}.yh-mini-card{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1{grid-template-columns:1fr}.yh-card__time-grid.cols-2{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder{visibility:hidden}.yh-card__time-grid .yh-card__time-item span{white-space:nowrap}.yh__hover-lift{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover,.yh__hover-lift:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile{width:100%}.yh__grid-desc{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap{position:relative;z-index:1000;overflow:visible}.yh-mini-card{overflow:visible}.yh__legend-btn{position:relative;z-index:1}.yh__legend-btn[data-tip]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip]:hover:after,.yh__legend-btn[data-tip]:hover:before,.yh__legend-btn[data-tip]:focus-visible:after,.yh__legend-btn[data-tip]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper{display:flex;flex-direction:column;gap:5px}.tp-chart__btn{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile{margin-top:0}.tp-chart__legend{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider{width:100%;height:1px;background-color:#ebebeb}.detail-card__top-title{width:100%;display:flex;padding:24px;align-items:center;justify-content:flex-start;gap:10px;align-self:stretch}.detail-card__top-title .detail-tit__num{width:24px;height:24px;border-radius:100%;color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-card__top-title .detail-tit__num.summary{background:#f27647}.detail-card__top-title .detail-tit__num.personality{background:#db9823}.detail-card__top-title .detail-tit__num.yongsin{background:#4e80d6}.detail-card__top-title .detail-tit__num.yearly-fortune{background:#be3331}.detail-card__top-title .detail-tit__txt{display:flex;flex-wrap:wrap;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.detail-card__top-title .detail-tit__txt.summary{color:#f27647}.detail-card__top-title .detail-tit__txt.personality{color:#db9823}.detail-card__top-title .detail-tit__txt.yongsin{color:#4e80d6}.detail-card__top-title .detail-tit__txt.yearly-fortune{color:#be3331}.detail-card__top-title.summary{background:#f276470d}.detail-card__top-title.personality{background:#f3ae110d}.detail-card__top-title.yongsin{background:#4e80d60d}.detail-card__top-title.yearly-fortune{background:#be33310d}.detail-card__top-title.mobile{padding:20px 16px}.detailed-overview{display:flex;width:100%;height:100%;flex-direction:row;background:var(--gray-100-white, #fff)}.detailed-overview .detailed-overview__left,.detailed-overview .detailed-overview__right{width:50%}.overview-cover{background:#f27647;display:flex;padding:80px 40px 40px;flex-direction:column;align-items:center;gap:20px;height:100%;max-height:100%}.overview-cover.mobile{padding:30px 16px 100px;gap:20px}.overview-cover .overview-cover__top{display:flex;flex-direction:column;width:100%;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:32px;font-style:normal;line-height:44px;font-weight:400}.overview-cover .overview-cover__top.yearly-fortune{color:#333}.overview-cover .overview-cover__top.mobile{max-width:500px}.overview-cover .overview-cover__badge-for-free{min-height:24px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.overview-cover .overview-cover__badge-for-free .expire-wrap{flex:inline}.overview-cover .overview-cover__badge-for-free .badge{display:inline;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:18px;background:var(--gray-100-white, #fff);color:#f27647;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.overview-cover .overview-cover__badge-for-free .badge.personality{color:#db9823}.overview-cover .overview-cover__badge-for-free .badge.yongsin{color:#4e80d6}.overview-cover .overview-cover__badge-for-free .badge.yearly-fortune{background-color:#be3331;color:#fff}.overview-cover .overview-cover__badge-for-free .expire-date-txt{color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.overview-cover .overview-cover__badge-for-free .expire-date-txt.yearly-fortune{color:#333}.overview-cover .overview-cover__badge-for-free.mobile{max-width:500px}.overview-cover .overview-cover__img{width:100%;padding:0 17px}.overview-cover .overview-cover__img.mobile{width:90%;max-width:360px}.overview-cover .overview-cover__body.mobile{max-width:500px}.overview-cover .overview-cover__bottom{width:100%;margin-top:auto}.overview-cover .overview-cover__bottom .overview-bottom__btn{display:flex;width:100%;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.overview-list{display:flex;padding:80px 40px 40px;flex-direction:column;align-items:flex-start;gap:40px;flex:1 0 0}.overview-list.mobile{padding:30px 16px 120px}.overview-list .overview-list__top{color:#f27647;font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:40px}.overview-list .overview-list__cont{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.overview-list .overview-list__cont .cont-list{display:flex;width:100%;padding:16px 0;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--Gray-300, #ebebeb);color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-align:start}.overview-list .overview-list__cont .cont-list .icon-wrapper{height:24px;color:#c2c2c2}.overview-list .overview-list__cont .cont-list:hover{font-weight:700}.overview-list .overview-list__cont .cont-list:hover .icon-wrapper{color:#eb4c10}.summary-desc,.overview_guide_area_desc{display:flex;padding:28px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;height:100%}.summary-desc .summary-desc__top,.overview_guide_area_desc .summary-desc__top{display:flex;padding:40px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:12px;background:#f276470d}.summary-desc .summary-desc__top .desc-top__tit,.overview_guide_area_desc .summary-desc__top .desc-top__tit{display:flex;justify-content:space-between;align-items:center;gap:12px;align-self:stretch;color:#f27647;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:26px}.summary-desc .summary-desc__top .desc-top__tit .desc-top__tit-txt,.overview_guide_area_desc .summary-desc__top .desc-top__tit .desc-top__tit-txt{padding-left:12px}.summary-desc .summary-desc__top .desc-top__tit .desc-top__tit-img,.overview_guide_area_desc .summary-desc__top .desc-top__tit .desc-top__tit-img{background:url(/assets/saju-summary-nangmanE-CJkk36sm.png) center center no-repeat;background-size:contain;height:100px;aspect-ratio:1/1}.summary-desc .summary-desc__top .desc-top__cont,.summary-desc .summary-desc__top .overview_guide_area_desc,.overview_guide_area_desc .summary-desc__top .desc-top__cont,.overview_guide_area_desc .summary-desc__top .overview_guide_area_desc{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px;background:var(--gray-100-white, #fff)}.summary-desc .summary-desc__top .desc-top__cont .desc-top__txt,.summary-desc .summary-desc__top .overview_guide_area_desc .desc-top__txt,.overview_guide_area_desc .summary-desc__top .desc-top__cont .desc-top__txt,.overview_guide_area_desc .summary-desc__top .overview_guide_area_desc .desc-top__txt{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.summary-desc .summary-desc__bottom,.overview_guide_area_desc .summary-desc__bottom{margin-top:auto;width:100%}.summary-desc .summary-desc__bottom .desc-btn,.overview_guide_area_desc .summary-desc__bottom .desc-btn{width:100%;display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.ss-full-height{height:100%;padding:0;overflow-y:hidden}.summ-card{height:100%;display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;background:#fff}.summ-card.right{border-right:1px solid var(--Gray-300, #ebebeb)}.summ-card.next{align-items:center;justify-content:center}.summ-card .summ-body{display:flex;padding:24px;flex-direction:column;align-items:center;gap:40px;align-self:stretch;overflow:auto}.summ-card .summ-body.mobile{padding:24px 16px;gap:20px}.summ-card .summ-body .summ-img{max-width:352px;width:100%;height:auto;aspect-ratio:352/220}.summ-card .summ-body .summ-body__saju{width:fit-content;grid-template-columns:auto auto}.summ-card .summ-body .summ-body__start{width:100%;display:flex;justify-content:center}.summ-card .summ-body .summ-body__start .summ-start{width:fit-content}.summ-card .summ-body .summ-body__deaun{width:100%;height:auto;display:block}.summ-card .summ-body.rating{display:flex;height:100%;padding:40px 24px;justify-content:center;gap:120px;flex:1 0 0}.summ-card .summ__next-page{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.summ-card .summ__next-page .next-page__txt{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.summ-card .summ__next-page .next-page__btn .next-bnt{display:flex;padding:10px 34px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.summ-body__result-analysis{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.summ-body__result-analysis .key-sentence{display:inline;width:100%;padding:12px 16px;align-items:center;align-self:stretch;border-radius:8px;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;overflow-wrap:break-word;word-break:keep-all}.summ-body__result-analysis .key-sentence .colored-name{color:var(--Gray-800, #333)!important}.summ-body__result-analysis .key-sentence.five01{background:#c235350d}.summ-body__result-analysis .key-sentence.five02{background:#4040400d}.summ-body__result-analysis .key-sentence.five03{background:#5e9f1c0d}.summ-body__result-analysis .key-sentence.five04{background:#9494940d}.summ-body__result-analysis .key-sentence.five05{background:#db98230d}.summ-body__result-analysis .result-analysis__box{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.summ-body__result-analysis .result-analysis__box .result-analysis__tit{font-weight:700}.summ-body__result-analysis .result-analysis__box .result-analysis__desc{display:flex;flex-direction:column;gap:8px;width:100%;overflow-wrap:break-word;word-break:keep-all}.summ-body__result-analysis .summ-body__divider{height:1px;align-self:stretch;background:var(--Gray-300, #ebebeb);width:100%}.replay-btn{display:flex;width:160px;padding:10px 16px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.replay-btn .return-icon{width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_14515_18543)'%3e%3cpath%20d='M13.7889%208.69411C13.663%209.65408%2013.2781%2010.5617%2012.6756%2011.3196C12.0731%2012.0774%2011.2757%2012.657%2010.3688%2012.9961C9.46199%2013.3352%208.47992%2013.4211%207.52797%2013.2445C6.57603%2013.0679%205.69011%2012.6355%204.96524%2011.9937C4.24036%2011.3518%203.70388%2010.5248%203.41332%209.60121C3.12276%208.67765%203.08908%207.69241%203.31591%206.75117C3.54273%205.80992%204.02149%204.94818%204.70085%204.25835C5.38021%203.56852%206.23454%203.07663%207.1722%202.83544C9.77154%202.16878%2012.4622%203.50678%2013.4555%206.00011'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.8333%202.66699V6.00033H10.5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14515_18543'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain}.summ-five-img{width:100%}.summ-five-img .five-circle-img{background:url(/assets/saju-summary-five-B9zHDrpE.png) center center no-repeat;background-size:contain;width:100%;aspect-ratio:552/240}.keyword-card{width:100%;display:flex;padding:20px 0;flex-direction:column;align-items:center;gap:20px;align-self:stretch}.keyword-card.mobile{padding:0;gap:15px}.keyword-card .keyword-card__top{width:100%;display:flex;flex-direction:row;align-items:center;gap:12px;align-self:stretch;justify-content:center}.keyword-card .keyword-card__top.mobile{flex-direction:row;gap:15px;justify-content:flex-start}.keyword-card .keyword-card__top.mobile .top__tit{align-items:flex-start;width:fit-content;text-align:start}.keyword-card .keyword-card__top.mobile .top__tit .top__tit-main{text-align:start}.keyword-card .keyword-card__top .top__chn{display:flex;width:52px;height:52px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;border-radius:26px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-700, #575757);text-align:center;font-family:ChosunGs;font-size:28px;font-style:normal;font-weight:400;line-height:28px}.keyword-card .keyword-card__top .top__tit{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-family:Pretendard;font-style:normal;font-weight:700;line-height:24px}.keyword-card .keyword-card__top .top__tit .top__tit-main{color:var(--Gray-800, #333);font-size:18px;line-height:26px}.keyword-card .keyword-card__top .top__tit .top__tit-sub{color:var(--orange-300-main, #eb4c10);font-size:15px;overflow-wrap:break-word;word-break:keep-all}.keyword-card .keyword-card__devider{width:100%;height:1px;background:var(--Gray-300, #ebebeb)}.keyword-card .keyword-card__middle{display:flex;flex-direction:column;align-items:center;width:100%}.keyword-card .keyword-card__middle.left{text-align:start;align-items:flex-start}.keyword-card .keyword-card__middle .middle__desc{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;text-align:center;overflow-wrap:break-word;word-break:keep-all}.keyword-card .keyword-card__bottom{display:flex;padding:12px;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch;border-radius:8px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.keyword-card .keyword-card__bottom.left{justify-content:flex-start}.keyword-card .keyword-card__bottom .keyword-bottom__example{display:flex;padding:2px 6px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--Gray-300, #ebebeb);color:var(--Gray-600, #757575);font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:16px;flex-wrap:nowrap}.keyword-card .keyword-card__bottom .keyword-bottom__content{display:flex;flex-direction:column;overflow-wrap:break-word;word-break:keep-all}.keyword-card .keyword-card__bottom .keyword-bottom__content.left{align-items:flex-start}.saju-summary__birth-wrapper{display:inline-block;transform-origin:top left}.saju-summary__birth-wrapper.mobile{transform:scale(.9);width:100%;min-width:360px}.saju-summary__birth{grid-template-columns:repeat(5,1fr)!important;position:relative;min-width:390px}.saju-summary__birth.mobile{width:100%;min-width:100%}.saju-summary__birth .inactive-opacity{opacity:.5}.saju-summary__birth .active-opacity{opacity:1;font-weight:700!important}.saju-summary__birth .opacity-0{opacity:0}.saju-summary__birth .active-border{position:absolute;border-radius:8px;border:1px solid var(--Orange-200, #f80);background:#ff880008;box-shadow:0 0 10px #ff88004d}.saju-summary__birth .active-border.page1{left:164px;top:25px;width:62px;height:86px}.saju-summary__birth .active-border.page1.mobile{top:26px;left:148px;width:65px}.saju-summary__birth .active-border.page2{width:316px;height:24px;right:0;top:26px}.saju-summary__birth .active-border.page2.mobile{width:290px;top:26px;right:0}.saju-summary__birth .active-border.page3{width:316px;height:24px;right:0;bottom:39px}.saju-summary__birth .active-border.page3.mobile{width:290px}.saju-summary__birth .active-border2{position:absolute;border-radius:8px;border:1px solid var(--Orange-200, #f80);background:#ff880008;box-shadow:0 0 10px #ff88004d;width:316px;height:24px;right:0;bottom:65px}.saju-summary__birth .active-border2.mobile{width:290px;bottom:65px;right:0}.summ-body__saju.data-sec-01-box.saju-eight__wrapper--mobile{padding:0;display:flex;justify-content:center;align-items:center;grid-template-columns:none}.saju-summary__eight{max-width:310px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;position:relative;padding:0;gap:10px;overflow:auto}.saju-summary__eight::-webkit-scrollbar{width:4px;height:4px}.saju-summary__eight::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.saju-summary__eight::-webkit-scrollbar-track{background:transparent}.saju-summary__eight .inactive-opacity{opacity:.5}.saju-summary__eight .active-opacity{opacity:1;font-weight:700!important}.saju-summary__eight .opacity-0{opacity:0}.saju-summary__eight .active-border{position:absolute;box-sizing:border-box;border-radius:8px;border:1px solid var(--Orange-200, #f80);background:#ff880008;box-shadow:0 0 10px #ff88004d}.saju-summary__eight .active-border.page1{left:84px;top:28px;width:62px;height:87px;border-radius:12px}.saju-summary__eight .active-border.page2{width:316px;height:24px;right:79px;top:26px}.saju-summary__eight .active-border.page3{width:316px;height:24px;right:79px;bottom:39px}.five-chart__wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:60px}.five-chart__wrapper.mobile{gap:40px}.five-chart__wrapper .five-chart__legend{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.five-chart__wrapper .five-chart__legend .chart-label{display:flex;align-items:center;gap:16px;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.five-chart__wrapper .five-chart__legend .chart-label.mobile{flex-direction:column;gap:5px;align-items:center!important;justify-content:center!important}.five-chart__wrapper .five-chart__legend .chart-label.mobile .chart-label__legend{margin-left:0}.five-chart__wrapper .five-chart__legend .chart-label.color-0{color:#5e9f1c}.five-chart__wrapper .five-chart__legend .chart-label.color-1{color:#c23535}.five-chart__wrapper .five-chart__legend .chart-label.color-2{color:#db9823}.five-chart__wrapper .five-chart__legend .chart-label.color-3{color:#949494}.five-chart__wrapper .five-chart__legend .chart-label.color-4{color:#404040}.five-chart__wrapper .five-chart__legend .chart-label .chart-label__legend{margin-left:-10px}.five-chart__desc{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-top:20px}.colored-name,.p-keyword{font-weight:700;display:inline}.detailed-analysis-box{display:flex;padding:24px;flex-direction:column;align-items:center;flex-shrink:0;align-self:stretch}@media (max-width: 768px){.detailed-analysis-box{padding:24px 16px}}.analysis-img-box{width:100%;display:flex;justify-content:center;align-items:center}.analysis-img-box .analysis-img-box__img{background-position:center center;background-repeat:no-repeat}.analysis-img-box .analysis-img-box__img--yearly-fortune-horse{width:142px;height:165px;background-size:142px 165px;background-image:url(/assets/img_year_guide_0101-CLhF3Oaj.png)}.analysis-img-box .analysis-img-box__img--yearly-fortune-crossroads{width:250px;height:200px;aspect-ratio:250/200;background-image:url(/assets/img_year_01-CLvFXrgi.png)}.analysis-img-box .analysis-img-box__img--yearly-fortune-corkboard{width:100%;height:200px;aspect-ratio:4/3;background-image:url(/assets/img_year_01-CLvFXrgi.png)}.yearly-fortune-content-box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.yearly-fortune-wrapper .title-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yearly-fortune-wrapper .title-box .title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;overflow-wrap:anywhere}.yearly-fortune-wrapper .title-box .subtitle{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-0102-box{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px;position:relative}.ys-0102-box .ys-0102-top,.ys-0102-box .ys-0102-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-start;gap:8px;align-self:stretch}.ys-0102-box .ys-0102-item{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.ys-0102-box .ys-0102-item .txt1-box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.ys-0102-box .ys-0102-item .txt1{color:var(--Gray-800, #333);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:28px;display:inline}.ys-0102-box .ys-0102-item .txt2{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-0102-box .ys-0102-item .txt2.st-yin{color:var(--gray-100-white, #fff);background:var(--Gray-600, #757575)}.ys-0102-box .ys-0102-item .txt2.st-yang{color:var(--Gray-800, #333);background:var(--Gray-300, #ebebeb)}.ys-0102-box .ys-0102-item .txt2.st-jo{background:#ffd374;color:var(--Gray-800, #333)}.ys-0102-box .ys-0102-item .txt2.st-hoo{background:#75a4fd!important;color:var(--gray-100-white, #fff)}.ys-0102-box .ys-0102-item .txt3{width:auto;color:var(--Gray-600, #757575);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.ys-0102-box .ys-0102-item .txt3.left{margin-right:auto}.ys-0102-box .ys-0102-item .txt3.right{margin-left:auto}.ys-0102-box .ys-0102-center{display:flex;width:100px;padding:17px 29px;flex-direction:column;justify-content:center;align-items:center;gap:2px;aspect-ratio:1/1;border-radius:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ys-0102-box .ys-0102-center .txt1{color:var(--gray-100-white, #fff);text-align:center;font-family:ChosunGs;font-size:42px;font-style:normal;font-weight:400;line-height:42px}.ys-0102-box .ys-0102-center.five01{background:#c23535}.ys-0102-box .ys-0102-center.five02{background:#404040}.ys-0102-box .ys-0102-center.five03{background:#5e9f1c}.ys-0102-box .ys-0102-center.five04{background:#949494}.ys-0102-box .ys-0102-center.five05{background:#db9823}.ys-0101-bottom{display:flex;padding:16px 0;justify-content:center;align-items:center;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-200, #f8f8f8);background:var(--gray-100-white, #fff)}.ys-0101-bottom .han-txt-box{display:flex;justify-content:center;align-items:center;gap:8px;flex:1 0 0;position:relative}.ys-0101-bottom .han-txt-box:after{content:"";position:absolute;margin-top:-10px;top:50%;right:0;width:1px;height:20px;background:var(--Gray-300, #ebebeb)}.ys-0101-bottom .han-txt-box .han-txt1{display:flex;width:32px;height:32px;padding:4px;justify-content:center;align-items:center;aspect-ratio:1/1;color:var(--gray-100-white, #fff);text-align:center;font-family:ChosunGs;font-size:20px;font-style:normal;font-weight:400;line-height:24px;border-radius:100%;position:relative}.ys-0101-bottom .han-txt-box .han-txt1.five01{background:#c23535}.ys-0101-bottom .han-txt-box .han-txt1.five02{background:#404040}.ys-0101-bottom .han-txt-box .han-txt1.five03{background:#5e9f1c}.ys-0101-bottom .han-txt-box .han-txt1.five04{background:#949494}.ys-0101-bottom .han-txt-box .han-txt1.five05{background:#db9823}.ys-0101-bottom .han-txt-box .han-txt2{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-0101-box{display:flex;padding:32px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch;border-radius:12px}.ys-0101-box.five01{border:1px solid rgba(194,53,53,.2);background:#c235350d}.ys-0101-box.five02{border:1px solid rgba(64,64,64,.2);background:#4040400d}.ys-0101-box.five03{border:1px solid rgba(94,159,28,.2);background:#5e9f1c0d}.ys-0101-box.five04{border:1px solid rgba(148,148,148,.2);background:#9494940d}.ys-0101-box.five05{border:1px solid rgba(219,152,35,.2);background:#db98230d}.ys-0101-box .ys-0101-top{display:flex;justify-content:center;align-items:center;gap:40px;align-self:stretch}.ys-0101-box .ys-0101-top .ys-0101-box__title{display:flex;width:80px;height:80px;padding:17px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:100px;color:var(--gray-100-white, #fff);text-align:center;font-family:ChosunGs;font-size:46px;font-style:normal;font-weight:400;line-height:46px}.ys-0101-box .ys-0101-top .ys-0101-box__title.five01{background:#c23535}.ys-0101-box .ys-0101-top .ys-0101-box__title.five02{background:#404040}.ys-0101-box .ys-0101-top .ys-0101-box__title.five03{background:#5e9f1c}.ys-0101-box .ys-0101-top .ys-0101-box__title.five04{background:#949494}.ys-0101-box .ys-0101-top .ys-0101-box__title.five05{background:#db9823}.ys-0101-box .ys-0101-top .ys-0101-box__desc{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.ys-0101-box .ys-0101-top .ys-0101-box__desc .txt-box{display:flex;align-items:center;gap:8px}.ys-0101-box .ys-0101-top .ys-0101-box__desc .txt-box .txt1{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-0101-box .ys-0101-top .ys-0101-box__desc .txt-box .txt2{color:var(--black-100, #404040);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:28px}.ys-0101-box .ys-0101-top .ys-0101-box__desc .txt-box.st1 .txt2{color:#404040}.ys-0101-box .ys-0101-top .ys-0101-box__desc .txt-box.st2 .txt2{color:#4e80d6}.ys-0101-box .ys-0101-top .ys-0101-box__desc .txt-box.st3 .txt2{color:#eb4c10}.desc__body.gray.mb-20{margin-bottom:20px}.gg-active-border[data-v-6217f50a]{width:62px;height:86px;position:absolute;border-radius:16px;border:1px solid var(--Orange-200, #F80);background:#ff880008;box-shadow:0 0 10px #ff88004d}.detail-card__top-title.personality.youngsin[data-v-d6fafc8c]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-d6fafc8c]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-d6fafc8c]{color:#4e80d6}.ys-title-box[data-v-d6fafc8c]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-d6fafc8c]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-d6fafc8c]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-d6fafc8c]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-d6fafc8c]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-d6fafc8c]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-d6fafc8c]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-d6fafc8c]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-d6fafc8c]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-d6fafc8c]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-d6fafc8c]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-d6fafc8c]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-d6fafc8c]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-d6fafc8c]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-d6fafc8c]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-d6fafc8c]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-d6fafc8c]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-d6fafc8c]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-d6fafc8c]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-d6fafc8c]{gap:24px}.ys-content-box[data-v-d6fafc8c]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-d6fafc8c]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-d6fafc8c]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-d6fafc8c]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-d6fafc8c]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-d6fafc8c]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-d6fafc8c]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-d6fafc8c]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-d6fafc8c]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-d6fafc8c]{color:#db9823}.yongsin-circle[data-v-d6fafc8c]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-d6fafc8c]{background:#ffffff0d}.yongsin-circle.light[data-v-d6fafc8c]{background:#4e80d60d}.yongsin-circle.primary[data-v-d6fafc8c]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-d6fafc8c]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-d6fafc8c]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-d6fafc8c]{background:#757575}.yongsin-circle .circle__main-txt[data-v-d6fafc8c]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-d6fafc8c]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-d6fafc8c]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-d6fafc8c]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-d6fafc8c]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-d6fafc8c]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-d6fafc8c]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-d6fafc8c]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-d6fafc8c]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-d6fafc8c]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-d6fafc8c],.y-keyword[data-v-d6fafc8c]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-d6fafc8c]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-d6fafc8c]{background:#c23535}.yongsin__highlight-text.five02[data-v-d6fafc8c]{background:#404040}.yongsin__highlight-text.five03[data-v-d6fafc8c]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-d6fafc8c]{background:#949494}.yongsin__highlight-text.five05[data-v-d6fafc8c]{background:#db9823}.yongsin__gg-box[data-v-d6fafc8c]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-d6fafc8c]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-d6fafc8c]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-d6fafc8c]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-d6fafc8c]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-d6fafc8c]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-d6fafc8c]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-d6fafc8c]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-d6fafc8c]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-d6fafc8c]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-d6fafc8c]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-d6fafc8c]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-d6fafc8c]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-d6fafc8c]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-d6fafc8c]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-d6fafc8c]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-d6fafc8c]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-d6fafc8c]{width:70%}.yonghee-chart_wrapper.mobile[data-v-d6fafc8c]{width:100%}.yongsin-cont__chart-area[data-v-d6fafc8c]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-d6fafc8c]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-d6fafc8c]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-d6fafc8c]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-d6fafc8c]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-d6fafc8c] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-d6fafc8c]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-d6fafc8c]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-d6fafc8c]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-d6fafc8c]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-d6fafc8c]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-d6fafc8c]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-d6fafc8c]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-d6fafc8c]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-d6fafc8c]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-d6fafc8c]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-d6fafc8c]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-d6fafc8c]{gap:5px}.energy-chart-container .energy-chart-top[data-v-d6fafc8c]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-d6fafc8c]{flex-direction:column;gap:24px}.energy-chart__title[data-v-d6fafc8c]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-d6fafc8c]{position:relative}.energy-chart[data-v-d6fafc8c]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-d6fafc8c]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-d6fafc8c]{fill:#c23535}.segment.five02[data-v-d6fafc8c]{fill:#404040}.segment.five03[data-v-d6fafc8c]{fill:#5e9f1c}.segment.five04[data-v-d6fafc8c]{fill:#949494}.segment.five05[data-v-d6fafc8c]{fill:#db9823}.segment.inactive[data-v-d6fafc8c]{fill:#ecf0f1}.segment[data-v-d6fafc8c]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-d6fafc8c]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-d6fafc8c]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-d6fafc8c]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-d6fafc8c]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-d6fafc8c]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-d6fafc8c]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-d6fafc8c]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-d6fafc8c]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-d6fafc8c]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-d6fafc8c]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-d6fafc8c]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-d6fafc8c]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-d6fafc8c]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-d6fafc8c]{color:#7f8c8d}.energy-chart__legend-color[data-v-d6fafc8c]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-d6fafc8c]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-d6fafc8c]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-d6fafc8c]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-d6fafc8c]{background-color:#949494}.energy-chart__legend-color.water[data-v-d6fafc8c]{background-color:#404040}.energy-chart__legend-color.gray[data-v-d6fafc8c]{background-color:#ebebeb}.energy-chart__time-detail[data-v-d6fafc8c]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-d6fafc8c]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-d6fafc8c]{flex-direction:column;gap:20px}.energy-chart[data-v-d6fafc8c]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-d6fafc8c]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-d6fafc8c]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-d6fafc8c]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-d6fafc8c]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-d6fafc8c]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-d6fafc8c]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-d6fafc8c]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-d6fafc8c]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-d6fafc8c]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-d6fafc8c]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-d6fafc8c]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-d6fafc8c]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-d6fafc8c]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-d6fafc8c]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-d6fafc8c]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-d6fafc8c]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-d6fafc8c]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-d6fafc8c]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-d6fafc8c]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-d6fafc8c]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-d6fafc8c]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-d6fafc8c]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-d6fafc8c]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-d6fafc8c]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-d6fafc8c]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-d6fafc8c]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-d6fafc8c]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-d6fafc8c]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-d6fafc8c]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-d6fafc8c]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-d6fafc8c]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-d6fafc8c]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-d6fafc8c]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-d6fafc8c]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-d6fafc8c]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-d6fafc8c]{left:45%}.yh-num-black[data-v-d6fafc8c]{color:#404040}.yh-num-red[data-v-d6fafc8c]{color:#c23535}.yh-num-green[data-v-d6fafc8c]{color:#5e9f1c}.yh-num-gray[data-v-d6fafc8c]{color:#949494}.yh-num-yellow[data-v-d6fafc8c]{color:#db9823}.yh-num-bg-black[data-v-d6fafc8c]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-d6fafc8c]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-d6fafc8c]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-d6fafc8c]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-d6fafc8c]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-d6fafc8c]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-d6fafc8c]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-d6fafc8c]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-d6fafc8c]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-d6fafc8c]{align-self:center}.usage-summary__cell.rowlabel[data-v-d6fafc8c]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-d6fafc8c]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-d6fafc8c]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-d6fafc8c]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-d6fafc8c]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-d6fafc8c]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-d6fafc8c]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-d6fafc8c]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-d6fafc8c]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-d6fafc8c]{text-align:center}.usage-summary__time-grid[data-v-d6fafc8c]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-d6fafc8c]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-d6fafc8c]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-d6fafc8c]{visibility:hidden}.usage-summary__time-box[data-v-d6fafc8c]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-d6fafc8c]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-d6fafc8c]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-d6fafc8c]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-d6fafc8c]{padding:0 14px}.yh-five-notice[data-v-d6fafc8c]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-d6fafc8c]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-d6fafc8c]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-d6fafc8c]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-d6fafc8c]{margin-top:4px}.yh-five_tt .tt-sub[data-v-d6fafc8c]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-d6fafc8c]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-d6fafc8c]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-d6fafc8c]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-d6fafc8c]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-d6fafc8c]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-d6fafc8c]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-d6fafc8c]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-d6fafc8c]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-d6fafc8c]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-d6fafc8c]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-d6fafc8c]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-d6fafc8c]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-d6fafc8c]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-d6fafc8c]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-d6fafc8c]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-d6fafc8c]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-d6fafc8c]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-d6fafc8c]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-d6fafc8c]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-d6fafc8c]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-d6fafc8c]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-d6fafc8c]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-d6fafc8c]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-d6fafc8c]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-d6fafc8c]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-d6fafc8c]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-d6fafc8c]{white-space:nowrap}.yh__hover-lift[data-v-d6fafc8c]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-d6fafc8c],.yh__hover-lift[data-v-d6fafc8c]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-d6fafc8c]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-d6fafc8c]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-d6fafc8c]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-d6fafc8c]{width:100%}.yh__grid-desc[data-v-d6fafc8c]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-d6fafc8c]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-d6fafc8c]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-d6fafc8c]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-d6fafc8c]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-d6fafc8c]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-d6fafc8c]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-d6fafc8c]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-d6fafc8c]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-d6fafc8c]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-d6fafc8c]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-d6fafc8c]{overflow:visible}.yh__legend-btn[data-v-d6fafc8c]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-d6fafc8c]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-d6fafc8c]:hover:after,.yh__legend-btn[data-tip][data-v-d6fafc8c]:hover:before,.yh__legend-btn[data-tip][data-v-d6fafc8c]:focus-visible:after,.yh__legend-btn[data-tip][data-v-d6fafc8c]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-d6fafc8c]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-d6fafc8c]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-d6fafc8c]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-d6fafc8c]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-d6fafc8c]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-d6fafc8c]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-d6fafc8c]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-d6fafc8c]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-d6fafc8c]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-d6fafc8c]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-d6fafc8c]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-d6fafc8c]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-d6fafc8c]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-d6fafc8c]{margin-top:0}.tp-chart__legend[data-v-d6fafc8c]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-d6fafc8c]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-d6fafc8c]{width:100%;height:1px;background-color:#ebebeb}.ys-circle-line-box[data-v-d6fafc8c]{display:flex;padding:20px 0;justify-content:center;align-items:center;gap:20px;align-self:stretch;border-top:1px solid var(--Gray-300, #ebebeb);border-bottom:1px solid var(--Gray-300, #ebebeb)}.detail-card__top-title.personality.youngsin[data-v-4073c0a0]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-4073c0a0]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-4073c0a0]{color:#4e80d6}.ys-title-box[data-v-4073c0a0]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-4073c0a0]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-4073c0a0]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-4073c0a0]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-4073c0a0]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-4073c0a0]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-4073c0a0]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-4073c0a0]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-4073c0a0]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-4073c0a0]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-4073c0a0]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-4073c0a0]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-4073c0a0]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-4073c0a0]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-4073c0a0]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-4073c0a0]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-4073c0a0]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-4073c0a0]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-4073c0a0]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-4073c0a0]{gap:24px}.ys-content-box[data-v-4073c0a0]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-4073c0a0]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-4073c0a0]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-4073c0a0]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-4073c0a0]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-4073c0a0]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-4073c0a0]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-4073c0a0]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-4073c0a0]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-4073c0a0]{color:#db9823}.yongsin-circle[data-v-4073c0a0]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-4073c0a0]{background:#ffffff0d}.yongsin-circle.light[data-v-4073c0a0]{background:#4e80d60d}.yongsin-circle.primary[data-v-4073c0a0]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-4073c0a0]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-4073c0a0]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-4073c0a0]{background:#757575}.yongsin-circle .circle__main-txt[data-v-4073c0a0]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-4073c0a0]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-4073c0a0]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-4073c0a0]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-4073c0a0]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-4073c0a0]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-4073c0a0]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-4073c0a0]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-4073c0a0]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-4073c0a0]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-4073c0a0],.y-keyword[data-v-4073c0a0]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-4073c0a0]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-4073c0a0]{background:#c23535}.yongsin__highlight-text.five02[data-v-4073c0a0]{background:#404040}.yongsin__highlight-text.five03[data-v-4073c0a0]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-4073c0a0]{background:#949494}.yongsin__highlight-text.five05[data-v-4073c0a0]{background:#db9823}.yongsin__gg-box[data-v-4073c0a0]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-4073c0a0]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-4073c0a0]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-4073c0a0]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-4073c0a0]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-4073c0a0]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-4073c0a0]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-4073c0a0]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-4073c0a0]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-4073c0a0]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-4073c0a0]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-4073c0a0]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-4073c0a0]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-4073c0a0]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-4073c0a0]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-4073c0a0]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-4073c0a0]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-4073c0a0]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-4073c0a0]{width:70%}.yonghee-chart_wrapper.mobile[data-v-4073c0a0]{width:100%}.yongsin-cont__chart-area[data-v-4073c0a0]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-4073c0a0]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-4073c0a0]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-4073c0a0]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-4073c0a0]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-4073c0a0] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-4073c0a0]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-4073c0a0]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-4073c0a0]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-4073c0a0]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-4073c0a0]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-4073c0a0]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-4073c0a0]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-4073c0a0]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-4073c0a0]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-4073c0a0]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-4073c0a0]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-4073c0a0]{gap:5px}.energy-chart-container .energy-chart-top[data-v-4073c0a0]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-4073c0a0]{flex-direction:column;gap:24px}.energy-chart__title[data-v-4073c0a0]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-4073c0a0]{position:relative}.energy-chart[data-v-4073c0a0]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-4073c0a0]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-4073c0a0]{fill:#c23535}.segment.five02[data-v-4073c0a0]{fill:#404040}.segment.five03[data-v-4073c0a0]{fill:#5e9f1c}.segment.five04[data-v-4073c0a0]{fill:#949494}.segment.five05[data-v-4073c0a0]{fill:#db9823}.segment.inactive[data-v-4073c0a0]{fill:#ecf0f1}.segment[data-v-4073c0a0]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-4073c0a0]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-4073c0a0]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-4073c0a0]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-4073c0a0]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-4073c0a0]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-4073c0a0]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-4073c0a0]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-4073c0a0]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-4073c0a0]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-4073c0a0]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-4073c0a0]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-4073c0a0]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-4073c0a0]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-4073c0a0]{color:#7f8c8d}.energy-chart__legend-color[data-v-4073c0a0]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-4073c0a0]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-4073c0a0]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-4073c0a0]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-4073c0a0]{background-color:#949494}.energy-chart__legend-color.water[data-v-4073c0a0]{background-color:#404040}.energy-chart__legend-color.gray[data-v-4073c0a0]{background-color:#ebebeb}.energy-chart__time-detail[data-v-4073c0a0]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-4073c0a0]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-4073c0a0]{flex-direction:column;gap:20px}.energy-chart[data-v-4073c0a0]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-4073c0a0]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-4073c0a0]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-4073c0a0]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-4073c0a0]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-4073c0a0]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-4073c0a0]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-4073c0a0]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-4073c0a0]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-4073c0a0]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-4073c0a0]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-4073c0a0]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-4073c0a0]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-4073c0a0]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-4073c0a0]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-4073c0a0]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-4073c0a0]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-4073c0a0]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-4073c0a0]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-4073c0a0]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-4073c0a0]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-4073c0a0]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-4073c0a0]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-4073c0a0]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-4073c0a0]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-4073c0a0]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-4073c0a0]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-4073c0a0]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-4073c0a0]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-4073c0a0]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-4073c0a0]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-4073c0a0]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-4073c0a0]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-4073c0a0]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-4073c0a0]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-4073c0a0]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-4073c0a0]{left:45%}.yh-num-black[data-v-4073c0a0]{color:#404040}.yh-num-red[data-v-4073c0a0]{color:#c23535}.yh-num-green[data-v-4073c0a0]{color:#5e9f1c}.yh-num-gray[data-v-4073c0a0]{color:#949494}.yh-num-yellow[data-v-4073c0a0]{color:#db9823}.yh-num-bg-black[data-v-4073c0a0]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-4073c0a0]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-4073c0a0]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-4073c0a0]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-4073c0a0]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-4073c0a0]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-4073c0a0]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-4073c0a0]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-4073c0a0]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-4073c0a0]{align-self:center}.usage-summary__cell.rowlabel[data-v-4073c0a0]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-4073c0a0]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-4073c0a0]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-4073c0a0]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-4073c0a0]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-4073c0a0]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-4073c0a0]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-4073c0a0]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-4073c0a0]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-4073c0a0]{text-align:center}.usage-summary__time-grid[data-v-4073c0a0]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-4073c0a0]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-4073c0a0]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-4073c0a0]{visibility:hidden}.usage-summary__time-box[data-v-4073c0a0]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-4073c0a0]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-4073c0a0]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-4073c0a0]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-4073c0a0]{padding:0 14px}.yh-five-notice[data-v-4073c0a0]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-4073c0a0]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-4073c0a0]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-4073c0a0]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-4073c0a0]{margin-top:4px}.yh-five_tt .tt-sub[data-v-4073c0a0]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-4073c0a0]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-4073c0a0]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-4073c0a0]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-4073c0a0]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-4073c0a0]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-4073c0a0]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-4073c0a0]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-4073c0a0]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-4073c0a0]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-4073c0a0]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-4073c0a0]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-4073c0a0]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-4073c0a0]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-4073c0a0]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-4073c0a0]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-4073c0a0]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-4073c0a0]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-4073c0a0]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-4073c0a0]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-4073c0a0]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-4073c0a0]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-4073c0a0]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-4073c0a0]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-4073c0a0]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-4073c0a0]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-4073c0a0]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-4073c0a0]{white-space:nowrap}.yh__hover-lift[data-v-4073c0a0]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-4073c0a0],.yh__hover-lift[data-v-4073c0a0]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-4073c0a0]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-4073c0a0]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-4073c0a0]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-4073c0a0]{width:100%}.yh__grid-desc[data-v-4073c0a0]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-4073c0a0]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-4073c0a0]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-4073c0a0]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-4073c0a0]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-4073c0a0]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-4073c0a0]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-4073c0a0]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-4073c0a0]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-4073c0a0]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-4073c0a0]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-4073c0a0]{overflow:visible}.yh__legend-btn[data-v-4073c0a0]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-4073c0a0]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-4073c0a0]:hover:after,.yh__legend-btn[data-tip][data-v-4073c0a0]:hover:before,.yh__legend-btn[data-tip][data-v-4073c0a0]:focus-visible:after,.yh__legend-btn[data-tip][data-v-4073c0a0]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-4073c0a0]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-4073c0a0]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-4073c0a0]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-4073c0a0]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-4073c0a0]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-4073c0a0]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-4073c0a0]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-4073c0a0]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-4073c0a0]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-4073c0a0]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-4073c0a0]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-4073c0a0]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-4073c0a0]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-4073c0a0]{margin-top:0}.tp-chart__legend[data-v-4073c0a0]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-4073c0a0]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-4073c0a0]{width:100%;height:1px;background-color:#ebebeb}.yongsin-bar-chart[data-v-be2f9589]{width:100%;display:flex;flex-direction:column;align-items:center}.element-summary[data-v-be2f9589]{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:16px;font-size:14px;font-weight:600}.summary-item[data-v-be2f9589]{display:flex;align-items:center;gap:6px;color:var(--Gray-800, #333);font-feature-settings:"liga" off,"clig" off;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.summary-item .bar-icon[data-v-be2f9589]{width:22px;height:12px;border-radius:8px 8px 0 0}.color-목[data-v-be2f9589]{background-color:#5e9f1c}.color-화[data-v-be2f9589]{background-color:#c23535}.color-토[data-v-be2f9589]{background-color:#db9823}.color-금[data-v-be2f9589]{background-color:#949494}.color-수[data-v-be2f9589]{background-color:#404040}.symbol-icon[data-v-8962d515]{width:20px;height:20px;background-size:contain;margin:4px auto}.symbol-icon.symbol-circle[data-v-8962d515]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3ccircle%20cx='10'%20cy='10'%20r='6'%20stroke='%23EB4C10'%20stroke-width='2'/%3e%3c/svg%3e") center center no-repeat}.symbol-icon.symbol-circle-filled[data-v-8962d515]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3ccircle%20cx='10'%20cy='10'%20r='6'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='2'/%3e%3c/svg%3e") center center no-repeat}.symbol-icon.symbol-triangle[data-v-8962d515]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M16.0625%2015.5H3.9375L10%205L16.0625%2015.5Z'%20stroke='%23949494'%20stroke-width='2'/%3e%3c/svg%3e") center center no-repeat}.symbol-icon.symbol-x[data-v-8962d515]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3crect%20x='3.63574'%20y='14.9541'%20width='16'%20height='2'%20rx='1'%20transform='rotate(-45%203.63574%2014.9541)'%20fill='%23333333'/%3e%3crect%20x='5.0498'%20y='3.63965'%20width='16'%20height='2'%20rx='1'%20transform='rotate(45%205.0498%203.63965)'%20fill='%23333333'/%3e%3c/svg%3e") center center no-repeat}.detail-card__top-title.personality.youngsin[data-v-ab51708e]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-ab51708e]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-ab51708e]{color:#4e80d6}.ys-title-box[data-v-ab51708e]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-ab51708e]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-ab51708e]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-ab51708e]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-ab51708e]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-ab51708e]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-ab51708e]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-ab51708e]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-ab51708e]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-ab51708e]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-ab51708e]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-ab51708e]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-ab51708e]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-ab51708e]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-ab51708e]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-ab51708e]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-ab51708e]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-ab51708e]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-ab51708e]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-ab51708e]{gap:24px}.ys-content-box[data-v-ab51708e]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-ab51708e]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-ab51708e]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-ab51708e]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-ab51708e]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-ab51708e]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-ab51708e]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-ab51708e]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-ab51708e]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-ab51708e]{color:#db9823}.yongsin-circle[data-v-ab51708e]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-ab51708e]{background:#ffffff0d}.yongsin-circle.light[data-v-ab51708e]{background:#4e80d60d}.yongsin-circle.primary[data-v-ab51708e]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-ab51708e]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-ab51708e]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-ab51708e]{background:#757575}.yongsin-circle .circle__main-txt[data-v-ab51708e]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-ab51708e]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-ab51708e]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-ab51708e]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-ab51708e]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-ab51708e]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-ab51708e]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-ab51708e]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-ab51708e]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-ab51708e]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-ab51708e],.y-keyword[data-v-ab51708e]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-ab51708e]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-ab51708e]{background:#c23535}.yongsin__highlight-text.five02[data-v-ab51708e]{background:#404040}.yongsin__highlight-text.five03[data-v-ab51708e]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-ab51708e]{background:#949494}.yongsin__highlight-text.five05[data-v-ab51708e]{background:#db9823}.yongsin__gg-box[data-v-ab51708e]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-ab51708e]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-ab51708e]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-ab51708e]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-ab51708e]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-ab51708e]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-ab51708e]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-ab51708e]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-ab51708e]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-ab51708e]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-ab51708e]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-ab51708e]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-ab51708e]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-ab51708e]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-ab51708e]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-ab51708e]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-ab51708e]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-ab51708e]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-ab51708e]{width:70%}.yonghee-chart_wrapper.mobile[data-v-ab51708e]{width:100%}.yongsin-cont__chart-area[data-v-ab51708e]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-ab51708e]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-ab51708e]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-ab51708e]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-ab51708e]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-ab51708e] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-ab51708e]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-ab51708e]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-ab51708e]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-ab51708e]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-ab51708e]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-ab51708e]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-ab51708e]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-ab51708e]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-ab51708e]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-ab51708e]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-ab51708e]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-ab51708e]{gap:5px}.energy-chart-container .energy-chart-top[data-v-ab51708e]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-ab51708e]{flex-direction:column;gap:24px}.energy-chart__title[data-v-ab51708e]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-ab51708e]{position:relative}.energy-chart[data-v-ab51708e]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-ab51708e]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-ab51708e]{fill:#c23535}.segment.five02[data-v-ab51708e]{fill:#404040}.segment.five03[data-v-ab51708e]{fill:#5e9f1c}.segment.five04[data-v-ab51708e]{fill:#949494}.segment.five05[data-v-ab51708e]{fill:#db9823}.segment.inactive[data-v-ab51708e]{fill:#ecf0f1}.segment[data-v-ab51708e]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-ab51708e]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-ab51708e]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-ab51708e]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-ab51708e]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-ab51708e]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-ab51708e]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-ab51708e]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-ab51708e]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-ab51708e]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-ab51708e]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-ab51708e]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-ab51708e]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-ab51708e]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-ab51708e]{color:#7f8c8d}.energy-chart__legend-color[data-v-ab51708e]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-ab51708e]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-ab51708e]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-ab51708e]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-ab51708e]{background-color:#949494}.energy-chart__legend-color.water[data-v-ab51708e]{background-color:#404040}.energy-chart__legend-color.gray[data-v-ab51708e]{background-color:#ebebeb}.energy-chart__time-detail[data-v-ab51708e]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-ab51708e]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-ab51708e]{flex-direction:column;gap:20px}.energy-chart[data-v-ab51708e]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-ab51708e]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-ab51708e]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-ab51708e]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-ab51708e]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-ab51708e]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-ab51708e]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-ab51708e]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-ab51708e]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-ab51708e]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-ab51708e]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-ab51708e]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-ab51708e]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-ab51708e]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-ab51708e]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-ab51708e]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-ab51708e]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-ab51708e]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-ab51708e]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-ab51708e]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-ab51708e]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-ab51708e]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-ab51708e]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-ab51708e]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-ab51708e]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-ab51708e]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-ab51708e]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-ab51708e]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-ab51708e]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-ab51708e]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-ab51708e]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-ab51708e]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-ab51708e]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-ab51708e]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-ab51708e]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-ab51708e]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-ab51708e]{left:45%}.yh-num-black[data-v-ab51708e]{color:#404040}.yh-num-red[data-v-ab51708e]{color:#c23535}.yh-num-green[data-v-ab51708e]{color:#5e9f1c}.yh-num-gray[data-v-ab51708e]{color:#949494}.yh-num-yellow[data-v-ab51708e]{color:#db9823}.yh-num-bg-black[data-v-ab51708e]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-ab51708e]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-ab51708e]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-ab51708e]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-ab51708e]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-ab51708e]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-ab51708e]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-ab51708e]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-ab51708e]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-ab51708e]{align-self:center}.usage-summary__cell.rowlabel[data-v-ab51708e]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-ab51708e]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-ab51708e]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-ab51708e]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-ab51708e]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-ab51708e]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-ab51708e]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-ab51708e]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-ab51708e]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-ab51708e]{text-align:center}.usage-summary__time-grid[data-v-ab51708e]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-ab51708e]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-ab51708e]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-ab51708e]{visibility:hidden}.usage-summary__time-box[data-v-ab51708e]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-ab51708e]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-ab51708e]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-ab51708e]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-ab51708e]{padding:0 14px}.yh-five-notice[data-v-ab51708e]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-ab51708e]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-ab51708e]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-ab51708e]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-ab51708e]{margin-top:4px}.yh-five_tt .tt-sub[data-v-ab51708e]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-ab51708e]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-ab51708e]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-ab51708e]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-ab51708e]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-ab51708e]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-ab51708e]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-ab51708e]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-ab51708e]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-ab51708e]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-ab51708e]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-ab51708e]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-ab51708e]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-ab51708e]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-ab51708e]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-ab51708e]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-ab51708e]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-ab51708e]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-ab51708e]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-ab51708e]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-ab51708e]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-ab51708e]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-ab51708e]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-ab51708e]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-ab51708e]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-ab51708e]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-ab51708e]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-ab51708e]{white-space:nowrap}.yh__hover-lift[data-v-ab51708e]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-ab51708e],.yh__hover-lift[data-v-ab51708e]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-ab51708e]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-ab51708e]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-ab51708e]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-ab51708e]{width:100%}.yh__grid-desc[data-v-ab51708e]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-ab51708e]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-ab51708e]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-ab51708e]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-ab51708e]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-ab51708e]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-ab51708e]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-ab51708e]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-ab51708e]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-ab51708e]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-ab51708e]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-ab51708e]{overflow:visible}.yh__legend-btn[data-v-ab51708e]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-ab51708e]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-ab51708e]:hover:after,.yh__legend-btn[data-tip][data-v-ab51708e]:hover:before,.yh__legend-btn[data-tip][data-v-ab51708e]:focus-visible:after,.yh__legend-btn[data-tip][data-v-ab51708e]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-ab51708e]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-ab51708e]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-ab51708e]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-ab51708e]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-ab51708e]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-ab51708e]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-ab51708e]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-ab51708e]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-ab51708e]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-ab51708e]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-ab51708e]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-ab51708e]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-ab51708e]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-ab51708e]{margin-top:0}.tp-chart__legend[data-v-ab51708e]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-ab51708e]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-ab51708e]{width:100%;height:1px;background-color:#ebebeb}.chart-container[data-v-7c09bdf1]{width:100%;max-width:500px;overflow:hidden}.chart-container .apexcharts-canvas[data-v-7c09bdf1]{max-width:100%!important;width:100%!important}.apexcharts-tooltip[data-v-7c09bdf1]{border-radius:5px}.apexcharts-tooltip-marker[data-v-7c09bdf1]{background-color:transparent!important}.five-chart__desc.mobile[data-v-696edb9c]{text-align:center}.detail-card__top-title.personality.youngsin[data-v-08c9e94d]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-08c9e94d]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-08c9e94d]{color:#4e80d6}.ys-title-box[data-v-08c9e94d]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-08c9e94d]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-08c9e94d]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-08c9e94d]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-08c9e94d]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-08c9e94d]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-08c9e94d]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-08c9e94d]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-08c9e94d]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-08c9e94d]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-08c9e94d]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-08c9e94d]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-08c9e94d]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-08c9e94d]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-08c9e94d]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-08c9e94d]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-08c9e94d]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-08c9e94d]{gap:24px}.ys-content-box[data-v-08c9e94d]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-08c9e94d]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-08c9e94d]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-08c9e94d]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-08c9e94d]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-08c9e94d]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-08c9e94d]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-08c9e94d]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-08c9e94d]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-08c9e94d]{color:#db9823}.yongsin-circle[data-v-08c9e94d]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-08c9e94d]{background:#ffffff0d}.yongsin-circle.light[data-v-08c9e94d]{background:#4e80d60d}.yongsin-circle.primary[data-v-08c9e94d]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-08c9e94d]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-08c9e94d]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-08c9e94d]{background:#757575}.yongsin-circle .circle__main-txt[data-v-08c9e94d]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-08c9e94d]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-08c9e94d]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-08c9e94d]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-08c9e94d]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-08c9e94d]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-08c9e94d]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-08c9e94d]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-08c9e94d]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-08c9e94d],.y-keyword[data-v-08c9e94d]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-08c9e94d]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-08c9e94d]{background:#c23535}.yongsin__highlight-text.five02[data-v-08c9e94d]{background:#404040}.yongsin__highlight-text.five03[data-v-08c9e94d]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-08c9e94d]{background:#949494}.yongsin__highlight-text.five05[data-v-08c9e94d]{background:#db9823}.yongsin__gg-box[data-v-08c9e94d]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-08c9e94d]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-08c9e94d]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-08c9e94d]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-08c9e94d]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-08c9e94d]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-08c9e94d]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-08c9e94d]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-08c9e94d]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-08c9e94d]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-08c9e94d]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-08c9e94d]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-08c9e94d]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-08c9e94d]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-08c9e94d]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-08c9e94d]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-08c9e94d]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-08c9e94d]{width:70%}.yonghee-chart_wrapper.mobile[data-v-08c9e94d]{width:100%}.yongsin-cont__chart-area[data-v-08c9e94d]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-08c9e94d]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-08c9e94d]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-08c9e94d]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-08c9e94d]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-08c9e94d] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-08c9e94d]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-08c9e94d]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-08c9e94d]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-08c9e94d]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-08c9e94d]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-08c9e94d]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-08c9e94d]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-08c9e94d]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-08c9e94d]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-08c9e94d]{gap:5px}.energy-chart-container .energy-chart-top[data-v-08c9e94d]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-08c9e94d]{flex-direction:column;gap:24px}.energy-chart__title[data-v-08c9e94d]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-08c9e94d]{position:relative}.energy-chart[data-v-08c9e94d]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-08c9e94d]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-08c9e94d]{fill:#c23535}.segment.five02[data-v-08c9e94d]{fill:#404040}.segment.five03[data-v-08c9e94d]{fill:#5e9f1c}.segment.five04[data-v-08c9e94d]{fill:#949494}.segment.five05[data-v-08c9e94d]{fill:#db9823}.segment.inactive[data-v-08c9e94d]{fill:#ecf0f1}.segment[data-v-08c9e94d]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-08c9e94d]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-08c9e94d]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-08c9e94d]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-08c9e94d]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-08c9e94d]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-08c9e94d]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-08c9e94d]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-08c9e94d]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-08c9e94d]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-08c9e94d]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-08c9e94d]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-08c9e94d]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-08c9e94d]{color:#7f8c8d}.energy-chart__legend-color[data-v-08c9e94d]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-08c9e94d]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-08c9e94d]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-08c9e94d]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-08c9e94d]{background-color:#949494}.energy-chart__legend-color.water[data-v-08c9e94d]{background-color:#404040}.energy-chart__legend-color.gray[data-v-08c9e94d]{background-color:#ebebeb}.energy-chart__time-detail[data-v-08c9e94d]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-08c9e94d]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-08c9e94d]{flex-direction:column;gap:20px}.energy-chart[data-v-08c9e94d]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-08c9e94d]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-08c9e94d]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-08c9e94d]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-08c9e94d]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-08c9e94d]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-08c9e94d]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-08c9e94d]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-08c9e94d]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-08c9e94d]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-08c9e94d]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-08c9e94d]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-08c9e94d]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-08c9e94d]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-08c9e94d]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-08c9e94d]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-08c9e94d]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-08c9e94d]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-08c9e94d]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-08c9e94d]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-08c9e94d]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-08c9e94d]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-08c9e94d]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-08c9e94d]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-08c9e94d]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-08c9e94d]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-08c9e94d]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-08c9e94d]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-08c9e94d]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-08c9e94d]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-08c9e94d]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-08c9e94d]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-08c9e94d]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-08c9e94d]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-08c9e94d]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-08c9e94d]{left:45%}.yh-num-black[data-v-08c9e94d]{color:#404040}.yh-num-red[data-v-08c9e94d]{color:#c23535}.yh-num-green[data-v-08c9e94d]{color:#5e9f1c}.yh-num-gray[data-v-08c9e94d]{color:#949494}.yh-num-yellow[data-v-08c9e94d]{color:#db9823}.yh-num-bg-black[data-v-08c9e94d]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-08c9e94d]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-08c9e94d]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-08c9e94d]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-08c9e94d]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-08c9e94d]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-08c9e94d]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-08c9e94d]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-08c9e94d]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-08c9e94d]{align-self:center}.usage-summary__cell.rowlabel[data-v-08c9e94d]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-08c9e94d]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-08c9e94d]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-08c9e94d]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-08c9e94d]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-08c9e94d]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-08c9e94d]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-08c9e94d]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-08c9e94d]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-08c9e94d]{text-align:center}.usage-summary__time-grid[data-v-08c9e94d]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-08c9e94d]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-08c9e94d]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-08c9e94d]{visibility:hidden}.usage-summary__time-box[data-v-08c9e94d]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-08c9e94d]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-08c9e94d]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-08c9e94d]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-08c9e94d]{padding:0 14px}.yh-five-notice[data-v-08c9e94d]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-08c9e94d]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-08c9e94d]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-08c9e94d]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-08c9e94d]{margin-top:4px}.yh-five_tt .tt-sub[data-v-08c9e94d]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-08c9e94d]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-08c9e94d]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-08c9e94d]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-08c9e94d]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-08c9e94d]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-08c9e94d]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-08c9e94d]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-08c9e94d]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-08c9e94d]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-08c9e94d]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-08c9e94d]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-08c9e94d]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-08c9e94d]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-08c9e94d]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-08c9e94d]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-08c9e94d]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-08c9e94d]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-08c9e94d]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-08c9e94d]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-08c9e94d]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-08c9e94d]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-08c9e94d]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-08c9e94d]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-08c9e94d]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-08c9e94d]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-08c9e94d]{white-space:nowrap}.yh__hover-lift[data-v-08c9e94d]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-08c9e94d],.yh__hover-lift[data-v-08c9e94d]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-08c9e94d]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-08c9e94d]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-08c9e94d]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-08c9e94d]{width:100%}.yh__grid-desc[data-v-08c9e94d]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-08c9e94d]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-08c9e94d]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-08c9e94d]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-08c9e94d]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-08c9e94d]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-08c9e94d]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-08c9e94d]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-08c9e94d]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-08c9e94d]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-08c9e94d]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-08c9e94d]{overflow:visible}.yh__legend-btn[data-v-08c9e94d]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-08c9e94d]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-08c9e94d]:hover:after,.yh__legend-btn[data-tip][data-v-08c9e94d]:hover:before,.yh__legend-btn[data-tip][data-v-08c9e94d]:focus-visible:after,.yh__legend-btn[data-tip][data-v-08c9e94d]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-08c9e94d]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-08c9e94d]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-08c9e94d]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-08c9e94d]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-08c9e94d]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-08c9e94d]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-08c9e94d]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-08c9e94d]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-08c9e94d]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-08c9e94d]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-08c9e94d]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-08c9e94d]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-08c9e94d]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-08c9e94d]{margin-top:0}.tp-chart__legend[data-v-08c9e94d]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-08c9e94d]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-08c9e94d]{width:100%;height:1px;background-color:#ebebeb}.ys-step-wrap[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-step-wrap .item-box[data-v-08c9e94d]{display:flex;padding:24px 16px;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-step-wrap .item-box .tite-box[data-v-08c9e94d]{display:flex;align-items:flex-start;gap:8px;align-self:stretch}.ys-step-wrap .item-box .tite-box .label[data-v-08c9e94d]{color:#4e80d6;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:28px}.ys-step-wrap .item-box .tite-box .desc[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:28px}.ys-step-wrap .item-box .text-box[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-step-wrap .item-box .text-box .highlight-text[data-v-08c9e94d]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;background:#4e80d6;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.ys-candidates-wrap[data-v-08c9e94d]{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.ys-candidates-box[data-v-08c9e94d]{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;border-radius:12px;border:1px solid var(--black-100, #404040);background:#4040400d;max-width:60%}.ys-candidates-box.five01[data-v-08c9e94d]{border:1px solid #c23535}.ys-candidates-box.five02[data-v-08c9e94d]{border:1px solid #404040}.ys-candidates-box.five03[data-v-08c9e94d]{border:1px solid #5e9f1c}.ys-candidates-box.five04[data-v-08c9e94d]{border:1px solid #949494}.ys-candidates-box.five05[data-v-08c9e94d]{border:1px solid #db9823}.ys-candidates-box.st-gray[data-v-08c9e94d]{max-width:40%;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.ys-candidates-box.st-gray .title-box[data-v-08c9e94d]{background:var(--Gray-300, #ebebeb);color:var(--Gray-700, #575757)}.ys-candidates-box .title-box[data-v-08c9e94d]{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:10px;align-self:stretch;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:28px;border-radius:12px 12px 0 0}.ys-candidates-box .title-box.five01[data-v-08c9e94d]{background:#c23535}.ys-candidates-box .title-box.five02[data-v-08c9e94d]{background:#404040}.ys-candidates-box .title-box.five03[data-v-08c9e94d]{background:#5e9f1c}.ys-candidates-box .title-box.five04[data-v-08c9e94d]{background:#949494}.ys-candidates-box .title-box.five05[data-v-08c9e94d]{background:#db9823}.ys-candidates-box .item-box[data-v-08c9e94d]{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-candidates-box .item-box .row-box[data-v-08c9e94d]{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.ys-candidates-box .item-box .row-box .label[data-v-08c9e94d]{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:20px}.ys-candidates-box .item-box .row-box .desc[data-v-08c9e94d]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:26px;display:flex;align-items:flex-start;gap:4px}.ys-candidates-box .circle-txt[data-v-08c9e94d]{display:flex;width:26px;height:26px;padding:3px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:30px;color:var(--gray-100-white, #fff);text-align:center;font-family:ChosunGs;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.ys-candidates-box .circle-txt.five01[data-v-08c9e94d]{background:#c23535}.ys-candidates-box .circle-txt.five02[data-v-08c9e94d]{background:#404040}.ys-candidates-box .circle-txt.five03[data-v-08c9e94d]{background:#5e9f1c}.ys-candidates-box .circle-txt.five04[data-v-08c9e94d]{background:#949494}.ys-candidates-box .circle-txt.five05[data-v-08c9e94d]{background:#db9823}.ys-candidates-box .circle-txt.none[data-v-08c9e94d]{color:var(--Gray-500, #949494);background:transparent;font-weight:700}.ys-img-0601[data-v-08c9e94d]{width:100%;display:flex;align-items:center;justify-content:center}.ys-img-0602[data-v-08c9e94d]{width:100%;height:180px;background-image:url(/assets/ys-img-0602-58P4XsoI.png);background-size:100% auto;background-position:center}.ys-0601-exp-box[data-v-08c9e94d]{padding:16px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb)}.ys-0601-exp-box .yongsin-exp__txt[data-v-08c9e94d]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.ys-0601-exp-box .yongsin-exp__txt .p-keyword[data-v-08c9e94d]{color:#4e80d6!important;font-weight:500;display:inline}.ys-0601-bottom[data-v-08c9e94d]{display:flex;padding:10px 0;justify-content:center;align-items:center;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8)}.ys-0601-bottom.mobile[data-v-08c9e94d]{display:grid;grid-template-columns:repeat(3,max-content);justify-content:center;column-gap:16px;row-gap:10px}.ys-0601-bottom.mobile .txt-box[data-v-08c9e94d]{flex:initial}.ys-0601-bottom.mobile .txt-box[data-v-08c9e94d]:nth-child(1){grid-column:1}.ys-0601-bottom.mobile .txt-box[data-v-08c9e94d]:nth-child(2){grid-column:3}.ys-0601-bottom .txt-box[data-v-08c9e94d]{display:flex;justify-content:center;align-items:center;gap:8px;flex:1 0 0}.ys-0601-bottom .txt-box .txt1[data-v-08c9e94d]{display:flex;width:32px;height:32px;padding:4px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:50px;font-family:ChosunGs;color:var(--gray-100-white, #fff);text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.ys-0601-bottom .txt-box .txt1.five01[data-v-08c9e94d]{background:#c23535}.ys-0601-bottom .txt-box .txt1.five02[data-v-08c9e94d]{background:#404040}.ys-0601-bottom .txt-box .txt1.five03[data-v-08c9e94d]{background:#5e9f1c}.ys-0601-bottom .txt-box .txt1.five04[data-v-08c9e94d]{background:#949494}.ys-0601-bottom .txt-box .txt1.five05[data-v-08c9e94d]{background:#db9823}.ys-0601-bottom .txt-box .txt2[data-v-08c9e94d]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}@media (max-width: 768px){.ys-candidates-wrap[data-v-08c9e94d]{flex-direction:column;width:100%}.ys-candidates-wrap .ys-candidates-box[data-v-08c9e94d]{max-width:100%;width:100%}}.detail-card__top-title.personality.youngsin[data-v-44fa3a37]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-44fa3a37]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-44fa3a37]{color:#4e80d6}.ys-title-box[data-v-44fa3a37]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-44fa3a37]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-44fa3a37]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-44fa3a37]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-44fa3a37]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-44fa3a37]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-44fa3a37]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-44fa3a37]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-44fa3a37]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-44fa3a37]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-44fa3a37]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-44fa3a37]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-44fa3a37]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-44fa3a37]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-44fa3a37]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-44fa3a37]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-44fa3a37]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-44fa3a37]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-44fa3a37]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-44fa3a37]{gap:24px}.ys-content-box[data-v-44fa3a37]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-44fa3a37]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-44fa3a37]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-44fa3a37]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-44fa3a37]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-44fa3a37]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-44fa3a37]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-44fa3a37]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-44fa3a37]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-44fa3a37]{color:#db9823}.yongsin-circle[data-v-44fa3a37]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-44fa3a37]{background:#ffffff0d}.yongsin-circle.light[data-v-44fa3a37]{background:#4e80d60d}.yongsin-circle.primary[data-v-44fa3a37]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-44fa3a37]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-44fa3a37]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-44fa3a37]{background:#757575}.yongsin-circle .circle__main-txt[data-v-44fa3a37]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-44fa3a37]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-44fa3a37]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-44fa3a37]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-44fa3a37]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-44fa3a37]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-44fa3a37]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-44fa3a37]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-44fa3a37]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-44fa3a37]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-44fa3a37],.y-keyword[data-v-44fa3a37]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-44fa3a37]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-44fa3a37]{background:#c23535}.yongsin__highlight-text.five02[data-v-44fa3a37]{background:#404040}.yongsin__highlight-text.five03[data-v-44fa3a37]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-44fa3a37]{background:#949494}.yongsin__highlight-text.five05[data-v-44fa3a37]{background:#db9823}.yongsin__gg-box[data-v-44fa3a37]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-44fa3a37]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-44fa3a37]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-44fa3a37]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-44fa3a37]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-44fa3a37]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-44fa3a37]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-44fa3a37]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-44fa3a37]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-44fa3a37]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-44fa3a37]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-44fa3a37]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-44fa3a37]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-44fa3a37]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-44fa3a37]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-44fa3a37]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-44fa3a37]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-44fa3a37]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-44fa3a37]{width:70%}.yonghee-chart_wrapper.mobile[data-v-44fa3a37]{width:100%}.yongsin-cont__chart-area[data-v-44fa3a37]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-44fa3a37]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-44fa3a37]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-44fa3a37]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-44fa3a37]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-44fa3a37] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-44fa3a37]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-44fa3a37]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-44fa3a37]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-44fa3a37]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-44fa3a37]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-44fa3a37]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-44fa3a37]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-44fa3a37]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-44fa3a37]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-44fa3a37]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-44fa3a37]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-44fa3a37]{gap:5px}.energy-chart-container .energy-chart-top[data-v-44fa3a37]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-44fa3a37]{flex-direction:column;gap:24px}.energy-chart__title[data-v-44fa3a37]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-44fa3a37]{position:relative}.energy-chart[data-v-44fa3a37]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-44fa3a37]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-44fa3a37]{fill:#c23535}.segment.five02[data-v-44fa3a37]{fill:#404040}.segment.five03[data-v-44fa3a37]{fill:#5e9f1c}.segment.five04[data-v-44fa3a37]{fill:#949494}.segment.five05[data-v-44fa3a37]{fill:#db9823}.segment.inactive[data-v-44fa3a37]{fill:#ecf0f1}.segment[data-v-44fa3a37]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-44fa3a37]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-44fa3a37]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-44fa3a37]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-44fa3a37]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-44fa3a37]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-44fa3a37]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-44fa3a37]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-44fa3a37]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-44fa3a37]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-44fa3a37]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-44fa3a37]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-44fa3a37]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-44fa3a37]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-44fa3a37]{color:#7f8c8d}.energy-chart__legend-color[data-v-44fa3a37]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-44fa3a37]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-44fa3a37]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-44fa3a37]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-44fa3a37]{background-color:#949494}.energy-chart__legend-color.water[data-v-44fa3a37]{background-color:#404040}.energy-chart__legend-color.gray[data-v-44fa3a37]{background-color:#ebebeb}.energy-chart__time-detail[data-v-44fa3a37]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-44fa3a37]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-44fa3a37]{flex-direction:column;gap:20px}.energy-chart[data-v-44fa3a37]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-44fa3a37]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-44fa3a37]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-44fa3a37]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-44fa3a37]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-44fa3a37]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-44fa3a37]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-44fa3a37]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-44fa3a37]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-44fa3a37]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-44fa3a37]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-44fa3a37]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-44fa3a37]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-44fa3a37]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-44fa3a37]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-44fa3a37]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-44fa3a37]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-44fa3a37]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-44fa3a37]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-44fa3a37]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-44fa3a37]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-44fa3a37]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-44fa3a37]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-44fa3a37]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-44fa3a37]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-44fa3a37]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-44fa3a37]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-44fa3a37]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-44fa3a37]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-44fa3a37]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-44fa3a37]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-44fa3a37]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-44fa3a37]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-44fa3a37]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-44fa3a37]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-44fa3a37]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-44fa3a37]{left:45%}.yh-num-black[data-v-44fa3a37]{color:#404040}.yh-num-red[data-v-44fa3a37]{color:#c23535}.yh-num-green[data-v-44fa3a37]{color:#5e9f1c}.yh-num-gray[data-v-44fa3a37]{color:#949494}.yh-num-yellow[data-v-44fa3a37]{color:#db9823}.yh-num-bg-black[data-v-44fa3a37]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-44fa3a37]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-44fa3a37]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-44fa3a37]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-44fa3a37]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-44fa3a37]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-44fa3a37]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-44fa3a37]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-44fa3a37]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-44fa3a37]{align-self:center}.usage-summary__cell.rowlabel[data-v-44fa3a37]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-44fa3a37]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-44fa3a37]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-44fa3a37]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-44fa3a37]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-44fa3a37]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-44fa3a37]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-44fa3a37]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-44fa3a37]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-44fa3a37]{text-align:center}.usage-summary__time-grid[data-v-44fa3a37]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-44fa3a37]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-44fa3a37]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-44fa3a37]{visibility:hidden}.usage-summary__time-box[data-v-44fa3a37]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-44fa3a37]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-44fa3a37]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-44fa3a37]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-44fa3a37]{padding:0 14px}.yh-five-notice[data-v-44fa3a37]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-44fa3a37]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-44fa3a37]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-44fa3a37]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-44fa3a37]{margin-top:4px}.yh-five_tt .tt-sub[data-v-44fa3a37]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-44fa3a37]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-44fa3a37]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-44fa3a37]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-44fa3a37]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-44fa3a37]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-44fa3a37]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-44fa3a37]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-44fa3a37]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-44fa3a37]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-44fa3a37]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-44fa3a37]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-44fa3a37]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-44fa3a37]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-44fa3a37]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-44fa3a37]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-44fa3a37]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-44fa3a37]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-44fa3a37]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-44fa3a37]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-44fa3a37]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-44fa3a37]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-44fa3a37]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-44fa3a37]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-44fa3a37]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-44fa3a37]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-44fa3a37]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-44fa3a37]{white-space:nowrap}.yh__hover-lift[data-v-44fa3a37]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-44fa3a37],.yh__hover-lift[data-v-44fa3a37]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-44fa3a37]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-44fa3a37]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-44fa3a37]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-44fa3a37]{width:100%}.yh__grid-desc[data-v-44fa3a37]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-44fa3a37]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-44fa3a37]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-44fa3a37]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-44fa3a37]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-44fa3a37]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-44fa3a37]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-44fa3a37]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-44fa3a37]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-44fa3a37]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-44fa3a37]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-44fa3a37]{overflow:visible}.yh__legend-btn[data-v-44fa3a37]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-44fa3a37]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-44fa3a37]:hover:after,.yh__legend-btn[data-tip][data-v-44fa3a37]:hover:before,.yh__legend-btn[data-tip][data-v-44fa3a37]:focus-visible:after,.yh__legend-btn[data-tip][data-v-44fa3a37]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-44fa3a37]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-44fa3a37]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-44fa3a37]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-44fa3a37]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-44fa3a37]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-44fa3a37]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-44fa3a37]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-44fa3a37]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-44fa3a37]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-44fa3a37]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-44fa3a37]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-44fa3a37]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-44fa3a37]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-44fa3a37]{margin-top:0}.tp-chart__legend[data-v-44fa3a37]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-44fa3a37]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-44fa3a37]{width:100%;height:1px;background-color:#ebebeb}.ys-circle-line-box[data-v-44fa3a37]{display:flex;padding:20px 0;justify-content:center;align-items:center;gap:20px;align-self:stretch;border-bottom:1px solid var(--Gray-300, #ebebeb)}.personality-circle.st-ys-sub-03[data-v-44fa3a37]{border:1px solid rgba(78,128,214,.5);background:var(--gray-100-white, #fff)}.personality-circle.st-ys-sub-03 .circle__main-txt[data-v-44fa3a37]{color:#4e80d6}.personality-circle.st-ys-sub-03 .circle__sub-txt[data-v-44fa3a37]{color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.personality-circle.st-ys-sub-03.bg-blue[data-v-44fa3a37]{border-radius:200px;border:1px solid rgba(78,128,214,.5);background:#4e80d60d}.personality-circle.st-ys-sub-03.bg-transparent[data-v-44fa3a37]{background:transparent}.personality-circle.st-ys-sub-03 .circle__dir-txt[data-v-44fa3a37]{width:100%;gap:15px;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px;display:flex;justify-content:center;align-items:center;gap:4px}.personality-circle.st-ys-sub-03 .circle__dir-txt .dir.txt-five01[data-v-44fa3a37]{color:#c23535}.personality-circle.st-ys-sub-03 .circle__dir-txt .dir.txt-five02[data-v-44fa3a37]{color:#404040}.personality-circle.st-ys-sub-03 .circle__dir-txt .dir.txt-five03[data-v-44fa3a37]{color:#5e9f1c}.personality-circle.st-ys-sub-03 .circle__dir-txt .dir.txt-five04[data-v-44fa3a37]{color:#949494}.personality-circle.st-ys-sub-03 .circle__dir-txt .dir.txt-five05[data-v-44fa3a37]{color:#db9823}.ys-direction-grape-box[data-v-44fa3a37]{border-radius:20px;height:20px;display:flex;align-items:center;justify-content:center}.ys-direction-grape-box .dir[data-v-44fa3a37]{display:flex;align-items:center;justify-content:center;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:20px}.ys-direction-grape-box .dir[data-v-44fa3a37]:first-child{border-radius:20px 0 0 20px}.ys-direction-grape-box .dir[data-v-44fa3a37]:last-child{border-radius:0 20px 20px 0}.ys-direction-grape-box .dir.five01[data-v-44fa3a37]{background:#c23535}.ys-direction-grape-box .dir.five02[data-v-44fa3a37]{background:#404040}.ys-direction-grape-box .dir.five03[data-v-44fa3a37]{background:#5e9f1c}.ys-direction-grape-box .dir.five04[data-v-44fa3a37]{background:#949494}.ys-direction-grape-box .dir.five05[data-v-44fa3a37]{background:#db9823}.ys-direction-box[data-v-44fa3a37]{display:flex;justify-content:center;align-items:center;gap:20px;align-self:stretch}.ys-direction-box .dir[data-v-44fa3a37]{display:flex;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:10px;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px;border-radius:40px}.ys-direction-box .dir.five01[data-v-44fa3a37]{background:#c23535}.ys-direction-box .dir.five02[data-v-44fa3a37]{background:#404040}.ys-direction-box .dir.five03[data-v-44fa3a37]{background:#5e9f1c}.ys-direction-box .dir.five04[data-v-44fa3a37]{background:#949494}.ys-direction-box .dir.five05[data-v-44fa3a37]{background:#db9823}.ys-gray-line-box[data-v-44fa3a37]{display:flex;padding:16px 20px;flex-direction:column;align-items:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.detail-card__top-title.personality.youngsin[data-v-89a12217]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-89a12217]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-89a12217]{color:#4e80d6}.ys-title-box[data-v-89a12217]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-89a12217]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-89a12217]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-89a12217]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-89a12217]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-89a12217]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-89a12217]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-89a12217]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-89a12217]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-89a12217]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-89a12217]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-89a12217]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-89a12217]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-89a12217]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-89a12217]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-89a12217]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-89a12217]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-89a12217]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-89a12217]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-89a12217]{gap:24px}.ys-content-box[data-v-89a12217]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-89a12217]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-89a12217]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-89a12217]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-89a12217]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-89a12217]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-89a12217]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-89a12217]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-89a12217]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-89a12217]{color:#db9823}.yongsin-circle[data-v-89a12217]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-89a12217]{background:#ffffff0d}.yongsin-circle.light[data-v-89a12217]{background:#4e80d60d}.yongsin-circle.primary[data-v-89a12217]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-89a12217]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-89a12217]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-89a12217]{background:#757575}.yongsin-circle .circle__main-txt[data-v-89a12217]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-89a12217]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-89a12217]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-89a12217]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-89a12217]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-89a12217]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-89a12217]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-89a12217]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-89a12217]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-89a12217]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-89a12217],.y-keyword[data-v-89a12217]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-89a12217]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-89a12217]{background:#c23535}.yongsin__highlight-text.five02[data-v-89a12217]{background:#404040}.yongsin__highlight-text.five03[data-v-89a12217]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-89a12217]{background:#949494}.yongsin__highlight-text.five05[data-v-89a12217]{background:#db9823}.yongsin__gg-box[data-v-89a12217]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-89a12217]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-89a12217]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-89a12217]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-89a12217]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-89a12217]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-89a12217]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-89a12217]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-89a12217]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-89a12217]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-89a12217]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-89a12217]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-89a12217]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-89a12217]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-89a12217]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-89a12217]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-89a12217]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-89a12217]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-89a12217]{width:70%}.yonghee-chart_wrapper.mobile[data-v-89a12217]{width:100%}.yongsin-cont__chart-area[data-v-89a12217]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-89a12217]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-89a12217]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-89a12217]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-89a12217]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-89a12217] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-89a12217]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-89a12217]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-89a12217]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-89a12217]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-89a12217]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-89a12217]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-89a12217]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-89a12217]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-89a12217]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-89a12217]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-89a12217]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-89a12217]{gap:5px}.energy-chart-container .energy-chart-top[data-v-89a12217]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-89a12217]{flex-direction:column;gap:24px}.energy-chart__title[data-v-89a12217]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-89a12217]{position:relative}.energy-chart[data-v-89a12217]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-89a12217]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-89a12217]{fill:#c23535}.segment.five02[data-v-89a12217]{fill:#404040}.segment.five03[data-v-89a12217]{fill:#5e9f1c}.segment.five04[data-v-89a12217]{fill:#949494}.segment.five05[data-v-89a12217]{fill:#db9823}.segment.inactive[data-v-89a12217]{fill:#ecf0f1}.segment[data-v-89a12217]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-89a12217]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-89a12217]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-89a12217]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-89a12217]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-89a12217]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-89a12217]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-89a12217]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-89a12217]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-89a12217]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-89a12217]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-89a12217]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-89a12217]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-89a12217]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-89a12217]{color:#7f8c8d}.energy-chart__legend-color[data-v-89a12217]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-89a12217]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-89a12217]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-89a12217]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-89a12217]{background-color:#949494}.energy-chart__legend-color.water[data-v-89a12217]{background-color:#404040}.energy-chart__legend-color.gray[data-v-89a12217]{background-color:#ebebeb}.energy-chart__time-detail[data-v-89a12217]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-89a12217]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-89a12217]{flex-direction:column;gap:20px}.energy-chart[data-v-89a12217]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-89a12217]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-89a12217]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-89a12217]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-89a12217]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-89a12217]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-89a12217]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-89a12217]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-89a12217]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-89a12217]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-89a12217]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-89a12217]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-89a12217]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-89a12217]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-89a12217]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-89a12217]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-89a12217]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-89a12217]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-89a12217]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-89a12217]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-89a12217]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-89a12217]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-89a12217]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-89a12217]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-89a12217]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-89a12217]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-89a12217]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-89a12217]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-89a12217]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-89a12217]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-89a12217]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-89a12217]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-89a12217]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-89a12217]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-89a12217]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-89a12217]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-89a12217]{left:45%}.yh-num-black[data-v-89a12217]{color:#404040}.yh-num-red[data-v-89a12217]{color:#c23535}.yh-num-green[data-v-89a12217]{color:#5e9f1c}.yh-num-gray[data-v-89a12217]{color:#949494}.yh-num-yellow[data-v-89a12217]{color:#db9823}.yh-num-bg-black[data-v-89a12217]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-89a12217]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-89a12217]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-89a12217]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-89a12217]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-89a12217]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-89a12217]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-89a12217]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-89a12217]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-89a12217]{align-self:center}.usage-summary__cell.rowlabel[data-v-89a12217]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-89a12217]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-89a12217]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-89a12217]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-89a12217]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-89a12217]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-89a12217]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-89a12217]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-89a12217]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-89a12217]{text-align:center}.usage-summary__time-grid[data-v-89a12217]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-89a12217]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-89a12217]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-89a12217]{visibility:hidden}.usage-summary__time-box[data-v-89a12217]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-89a12217]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-89a12217]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-89a12217]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-89a12217]{padding:0 14px}.yh-five-notice[data-v-89a12217]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-89a12217]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-89a12217]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-89a12217]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-89a12217]{margin-top:4px}.yh-five_tt .tt-sub[data-v-89a12217]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-89a12217]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-89a12217]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-89a12217]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-89a12217]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-89a12217]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-89a12217]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-89a12217]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-89a12217]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-89a12217]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-89a12217]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-89a12217]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-89a12217]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-89a12217]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-89a12217]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-89a12217]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-89a12217]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-89a12217]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-89a12217]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-89a12217]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-89a12217]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-89a12217]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-89a12217]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-89a12217]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-89a12217]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-89a12217]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-89a12217]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-89a12217]{white-space:nowrap}.yh__hover-lift[data-v-89a12217]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-89a12217],.yh__hover-lift[data-v-89a12217]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-89a12217]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-89a12217]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-89a12217]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-89a12217]{width:100%}.yh__grid-desc[data-v-89a12217]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-89a12217]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-89a12217]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-89a12217]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-89a12217]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-89a12217]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-89a12217]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-89a12217]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-89a12217]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-89a12217]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-89a12217]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-89a12217]{overflow:visible}.yh__legend-btn[data-v-89a12217]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-89a12217]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-89a12217]:hover:after,.yh__legend-btn[data-tip][data-v-89a12217]:hover:before,.yh__legend-btn[data-tip][data-v-89a12217]:focus-visible:after,.yh__legend-btn[data-tip][data-v-89a12217]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-89a12217]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-89a12217]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-89a12217]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-89a12217]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-89a12217]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-89a12217]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-89a12217]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-89a12217]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-89a12217]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-89a12217]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-89a12217]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-89a12217]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-89a12217]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-89a12217]{margin-top:0}.tp-chart__legend[data-v-89a12217]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-89a12217]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-89a12217]{width:100%;height:1px;background-color:#ebebeb}.detail-card__top-title.personality.youngsin[data-v-4668e92b]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-4668e92b]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-4668e92b]{color:#4e80d6}.ys-title-box[data-v-4668e92b]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-4668e92b]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-4668e92b]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-4668e92b]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-4668e92b]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-4668e92b]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-4668e92b]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-4668e92b]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-4668e92b]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-4668e92b]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-4668e92b]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-4668e92b]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-4668e92b]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-4668e92b]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-4668e92b]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-4668e92b]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-4668e92b]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-4668e92b]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-4668e92b]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-4668e92b]{gap:24px}.ys-content-box[data-v-4668e92b]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-4668e92b]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-4668e92b]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-4668e92b]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-4668e92b]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-4668e92b]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-4668e92b]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-4668e92b]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-4668e92b]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-4668e92b]{color:#db9823}.yongsin-circle[data-v-4668e92b]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-4668e92b]{background:#ffffff0d}.yongsin-circle.light[data-v-4668e92b]{background:#4e80d60d}.yongsin-circle.primary[data-v-4668e92b]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-4668e92b]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-4668e92b]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-4668e92b]{background:#757575}.yongsin-circle .circle__main-txt[data-v-4668e92b]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-4668e92b]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-4668e92b]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-4668e92b]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-4668e92b]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-4668e92b]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-4668e92b]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-4668e92b]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-4668e92b]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-4668e92b]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-4668e92b],.y-keyword[data-v-4668e92b]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-4668e92b]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-4668e92b]{background:#c23535}.yongsin__highlight-text.five02[data-v-4668e92b]{background:#404040}.yongsin__highlight-text.five03[data-v-4668e92b]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-4668e92b]{background:#949494}.yongsin__highlight-text.five05[data-v-4668e92b]{background:#db9823}.yongsin__gg-box[data-v-4668e92b]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-4668e92b]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-4668e92b]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-4668e92b]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-4668e92b]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-4668e92b]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-4668e92b]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-4668e92b]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-4668e92b]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-4668e92b]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-4668e92b]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-4668e92b]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-4668e92b]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-4668e92b]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-4668e92b]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-4668e92b]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-4668e92b]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-4668e92b]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-4668e92b]{width:70%}.yonghee-chart_wrapper.mobile[data-v-4668e92b]{width:100%}.yongsin-cont__chart-area[data-v-4668e92b]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-4668e92b]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-4668e92b]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-4668e92b]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-4668e92b]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-4668e92b] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-4668e92b]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-4668e92b]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-4668e92b]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-4668e92b]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-4668e92b]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-4668e92b]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-4668e92b]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-4668e92b]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-4668e92b]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-4668e92b]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-4668e92b]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-4668e92b]{gap:5px}.energy-chart-container .energy-chart-top[data-v-4668e92b]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-4668e92b]{flex-direction:column;gap:24px}.energy-chart__title[data-v-4668e92b]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-4668e92b]{position:relative}.energy-chart[data-v-4668e92b]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-4668e92b]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-4668e92b]{fill:#c23535}.segment.five02[data-v-4668e92b]{fill:#404040}.segment.five03[data-v-4668e92b]{fill:#5e9f1c}.segment.five04[data-v-4668e92b]{fill:#949494}.segment.five05[data-v-4668e92b]{fill:#db9823}.segment.inactive[data-v-4668e92b]{fill:#ecf0f1}.segment[data-v-4668e92b]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-4668e92b]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-4668e92b]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-4668e92b]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-4668e92b]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-4668e92b]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-4668e92b]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-4668e92b]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-4668e92b]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-4668e92b]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-4668e92b]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-4668e92b]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-4668e92b]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-4668e92b]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-4668e92b]{color:#7f8c8d}.energy-chart__legend-color[data-v-4668e92b]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-4668e92b]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-4668e92b]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-4668e92b]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-4668e92b]{background-color:#949494}.energy-chart__legend-color.water[data-v-4668e92b]{background-color:#404040}.energy-chart__legend-color.gray[data-v-4668e92b]{background-color:#ebebeb}.energy-chart__time-detail[data-v-4668e92b]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-4668e92b]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-4668e92b]{flex-direction:column;gap:20px}.energy-chart[data-v-4668e92b]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-4668e92b]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-4668e92b]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-4668e92b]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-4668e92b]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-4668e92b]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-4668e92b]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-4668e92b]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-4668e92b]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-4668e92b]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-4668e92b]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-4668e92b]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-4668e92b]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-4668e92b]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-4668e92b]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-4668e92b]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-4668e92b]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-4668e92b]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-4668e92b]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-4668e92b]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-4668e92b]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-4668e92b]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-4668e92b]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-4668e92b]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-4668e92b]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-4668e92b]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-4668e92b]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-4668e92b]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-4668e92b]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-4668e92b]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-4668e92b]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-4668e92b]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-4668e92b]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-4668e92b]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-4668e92b]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-4668e92b]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-4668e92b]{left:45%}.yh-num-black[data-v-4668e92b]{color:#404040}.yh-num-red[data-v-4668e92b]{color:#c23535}.yh-num-green[data-v-4668e92b]{color:#5e9f1c}.yh-num-gray[data-v-4668e92b]{color:#949494}.yh-num-yellow[data-v-4668e92b]{color:#db9823}.yh-num-bg-black[data-v-4668e92b]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-4668e92b]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-4668e92b]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-4668e92b]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-4668e92b]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-4668e92b]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-4668e92b]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-4668e92b]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-4668e92b]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-4668e92b]{align-self:center}.usage-summary__cell.rowlabel[data-v-4668e92b]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-4668e92b]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-4668e92b]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-4668e92b]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-4668e92b]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-4668e92b]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-4668e92b]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-4668e92b]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-4668e92b]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-4668e92b]{text-align:center}.usage-summary__time-grid[data-v-4668e92b]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-4668e92b]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-4668e92b]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-4668e92b]{visibility:hidden}.usage-summary__time-box[data-v-4668e92b]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-4668e92b]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-4668e92b]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-4668e92b]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-4668e92b]{padding:0 14px}.yh-five-notice[data-v-4668e92b]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-4668e92b]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-4668e92b]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-4668e92b]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-4668e92b]{margin-top:4px}.yh-five_tt .tt-sub[data-v-4668e92b]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-4668e92b]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-4668e92b]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-4668e92b]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-4668e92b]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-4668e92b]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-4668e92b]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-4668e92b]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-4668e92b]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-4668e92b]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-4668e92b]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-4668e92b]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-4668e92b]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-4668e92b]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-4668e92b]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-4668e92b]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-4668e92b]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-4668e92b]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-4668e92b]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-4668e92b]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-4668e92b]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-4668e92b]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-4668e92b]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-4668e92b]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-4668e92b]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-4668e92b]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-4668e92b]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-4668e92b]{white-space:nowrap}.yh__hover-lift[data-v-4668e92b]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-4668e92b],.yh__hover-lift[data-v-4668e92b]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-4668e92b]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-4668e92b]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-4668e92b]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-4668e92b]{width:100%}.yh__grid-desc[data-v-4668e92b]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-4668e92b]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-4668e92b]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-4668e92b]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-4668e92b]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-4668e92b]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-4668e92b]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-4668e92b]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-4668e92b]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-4668e92b]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-4668e92b]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-4668e92b]{overflow:visible}.yh__legend-btn[data-v-4668e92b]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-4668e92b]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-4668e92b]:hover:after,.yh__legend-btn[data-tip][data-v-4668e92b]:hover:before,.yh__legend-btn[data-tip][data-v-4668e92b]:focus-visible:after,.yh__legend-btn[data-tip][data-v-4668e92b]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-4668e92b]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-4668e92b]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-4668e92b]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-4668e92b]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-4668e92b]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-4668e92b]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-4668e92b]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-4668e92b]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-4668e92b]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-4668e92b]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-4668e92b]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-4668e92b]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-4668e92b]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-4668e92b]{margin-top:0}.tp-chart__legend[data-v-4668e92b]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-4668e92b]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-4668e92b]{width:100%;height:1px;background-color:#ebebeb}.txt-round.xl.yongsin[data-v-7f1ea230]{width:24px;height:24px;border-radius:5px;background-image:var(--five-bg, none);background-repeat:no-repeat;background-position:center;background-size:cover}.txt-round.xl.yongsin.is-inactive[data-v-7f1ea230]{--five-bg: none}.txt-round.xl.yongsin.five01[data-v-7f1ea230]:not(.is-inactive){--five-bg: url(/assets/skyDay_tue-gcKxQhGo.png)}.txt-round.xl.yongsin.five02[data-v-7f1ea230]:not(.is-inactive){--five-bg: url(/assets/skyDay_wed-5lZuBtDp.png)}.txt-round.xl.yongsin.five03[data-v-7f1ea230]:not(.is-inactive){--five-bg: url(/assets/skyDay_thu-CZc2IqZd.png)}.txt-round.xl.yongsin.five04[data-v-7f1ea230]:not(.is-inactive){--five-bg: url(/assets/skyDay_fri-B8LiSuoL.png)}.txt-round.xl.yongsin.five05[data-v-7f1ea230]:not(.is-inactive){--five-bg: url(/assets/skyDay_sat-CoDJ83Ub.png)}.txt-round.xl.yongsin .chn.yongsin[data-v-7f1ea230]{font-size:16px;left:5px;top:4px}.txt-round.xl.yongsin .txt-main.yongsin[data-v-7f1ea230]{font-size:8px}.yh-mini-card-pair[data-v-59fc5515]{display:grid;padding:5px 50px;grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px}@media (max-width: 520px){.yh-mini-card-pair[data-v-59fc5515]{grid-template-columns:1fr;gap:30px}}.detail-card__top-title.personality.youngsin[data-v-6f851806]{background:#4e80d60d}.detail-card__top-title.personality.youngsin .detail-tit__num[data-v-6f851806]{background:#4e80d6}.detail-card__top-title.personality.youngsin .detail-tit__txt[data-v-6f851806]{color:#4e80d6}.ys-title-box[data-v-6f851806]{display:flex;padding:16px 20px;flex-direction:row;align-items:center;justify-content:center;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.ys-title-box .ys-title-box__desc[data-v-6f851806]{display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:10px;border-radius:40px;background:var(--Gray-800, #333);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-title-box .ys-title-box__desc.st-yin[data-v-6f851806]{color:var(--gray-100-white, #FFF);background:var(--Gray-600, #757575)}.ys-title-box .ys-title-box__desc.st-yang[data-v-6f851806]{color:var(--Gray-800, #333);background:var(--Gray-300, #EBEBEB)}.ys-title-box .ys-title-box__desc.st-jo[data-v-6f851806]{background:#ffd374;color:var(--Gray-800, #333)}.ys-title-box .ys-title-box__desc.st-hoo[data-v-6f851806]{background:#75a4fd;color:var(--gray-100-white, #FFF)}.ys-exp-wrap[data-v-6f851806]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-exp-wrap .tit-box[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-exp-wrap .text-box[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-exp-wrap .text-box .txt[data-v-6f851806]{margin-bottom:8px}.ys-exp-wrap .text-box .txt[data-v-6f851806]:last-child{margin-bottom:0}.ys-exp-wrap .text-box .st-blue[data-v-6f851806]{color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.ys-word-wrap[data-v-6f851806]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box[data-v-6f851806]{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.ys-word-wrap .ys-word-box .tit-box[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-word-wrap .ys-word-box .word-box[data-v-6f851806]{display:flex;align-items:center;gap:8px}.ys-word-wrap .ys-word-box .word-box .word-item[data-v-6f851806]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc1a;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ys-word-wrap .ys-word-box.st-blue[data-v-6f851806]{border-radius:12px;background:#f3f7ff}.ys-word-wrap .ys-word-box.st-pink[data-v-6f851806]{border-radius:12px;background:#fff5f5}.ys-word-wrap .ys-word-box.st-pink .word-item[data-v-6f851806]{background:#ff6e6e1a;color:#ff6e6e}.yg-line-01[data-v-6f851806]{margin:40px 0 0;border-top:1px solid var(--Gray-300, #ebebeb)}.yg-line-01.mt-none[data-v-6f851806]{margin-top:0}.personality-wrapper.with-tit.st-gap-24[data-v-6f851806]{gap:24px}.ys-content-box[data-v-6f851806]{display:flex;flex-direction:column;gap:16px}.ys-content-box .content__title[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .content__title .txt-bold-red[data-v-6f851806]{display:inline-flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ys-content-box .desc__body[data-v-6f851806]{padding:12px;gap:10px;align-self:stretch;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ys-content-box .desc__body.gray[data-v-6f851806]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.ys-content-box .desc__body .txt-bold[data-v-6f851806]{font-weight:700}.ys-content-box .desc__body .txt-five01[data-v-6f851806]{color:#c23535}.ys-content-box .desc__body .txt-five02[data-v-6f851806]{color:#404040}.ys-content-box .desc__body .txt-five03[data-v-6f851806]{color:#5e9f1c}.ys-content-box .desc__body .txt-five04[data-v-6f851806]{color:#949494}.ys-content-box .desc__body .txt-five05[data-v-6f851806]{color:#db9823}.yongsin-circle[data-v-6f851806]{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(78,128,214,.5)}.yongsin-circle.clear[data-v-6f851806]{background:#ffffff0d}.yongsin-circle.light[data-v-6f851806]{background:#4e80d60d}.yongsin-circle.primary[data-v-6f851806]{background:#4e80d6}.yongsin-circle.primary-blur[data-v-6f851806]{background:#4e80d6;box-shadow:0 0 20px #f47a4933}.yongsin-circle.black[data-v-6f851806]{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.yongsin-circle.gray[data-v-6f851806]{background:#757575}.yongsin-circle .circle__main-txt[data-v-6f851806]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.yongsin-circle .circle__main-txt.white[data-v-6f851806]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__main-txt.black[data-v-6f851806]{color:var(--Gray-800, #333)}.yongsin-circle .circle__sub-txt[data-v-6f851806]{color:#4e80d6;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.yongsin-circle .circle__sub-txt.white[data-v-6f851806]{color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round[data-v-6f851806]{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.yongsin-circle .circle__sub-txt.round.white[data-v-6f851806]{background:var(--gray-100-white, #FFF);color:#4e80d6}.yongsin-circle .circle__sub-txt.round.black[data-v-6f851806]{background:var(--Gray-700, #575757);color:var(--gray-100-white, #FFF)}.yongsin-circle .circle__sub-txt.round.gray[data-v-6f851806]{color:var(--gray-100-white, #FFF)}.yongsin-desc-box[data-v-6f851806]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-box .yongsin-desc__tit[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-desc-box .yongsin-desc__txt[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-desc-box .yongsin-desc__txt .p-keyword[data-v-6f851806],.y-keyword[data-v-6f851806]{color:#4e80d6!important;font-weight:500;display:inline}.yongsin__highlight-text[data-v-6f851806]{display:inline-flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.yongsin__highlight-text.five01[data-v-6f851806]{background:#c23535}.yongsin__highlight-text.five02[data-v-6f851806]{background:#404040}.yongsin__highlight-text.five03[data-v-6f851806]{background:#5e9f1c}.yongsin__highlight-text.five04[data-v-6f851806]{background:#949494}.yongsin__highlight-text.five05[data-v-6f851806]{background:#db9823}.yongsin__gg-box[data-v-6f851806]{width:100%;display:flex;align-items:center;justify-content:center}.yongsin-outro[data-v-6f851806]{height:100%;display:flex;justify-content:center;align-items:center}.yongsin-outro .yongsin-outro__box[data-v-6f851806]{display:flex;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#4e80d60d}.yongsin-outro .yongsin-outro__box.mobile[data-v-6f851806]{flex-direction:column}.yongsin-outro .yongsin-outro__box .nangmane-img[data-v-6f851806]{width:auto;height:120px;aspect-ratio:1/1;background:url(/assets/pet-youngsin-CLHVr9YI.png) center center no-repeat;background-size:contain}.yongsin-outro .yongsin-outro__box .yongsin-outro__text[data-v-6f851806]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:24px;font-family:Pretendard;font-size:15px;font-style:normal}.yongsin-outro .yongsin-outro__box .yongsin-outro__text.mobile[data-v-6f851806]{text-align:center;align-items:center}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__tit[data-v-6f851806]{color:#4e80d6;font-weight:700}.yongsin-outro .yongsin-outro__box .yongsin-outro__text .yongsin-outro__desc[data-v-6f851806]{color:var(--Gray-800, #333);font-weight:400}.yongsin-cont-box[data-v-6f851806]{width:100%;display:flex;flex-direction:column;gap:10px}.yongsin-cont-box .yongsin-cont__tit-section[data-v-6f851806]{display:flex;flex-direction:column}.yongsin-cont-box .yongsin-cont__tit-section .main-tit[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.yongsin-cont-box .yongsin-cont__tit-section .main-tit.mobile[data-v-6f851806]{text-align:center}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yongsin-cont-box .yongsin-cont__tit-section .sub-tit.mobile[data-v-6f851806]{text-align:center}.yongsin-cont-box .yongsin-cont__body[data-v-6f851806]{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yongsin-cont-box .yongsin-cont__body.yonghee[data-v-6f851806]{flex-direction:row;position:relative}.yongsin-cont-box .yongsin-cont__body.yonghee.mobile[data-v-6f851806]{flex-direction:column}.yongsin-cont-box .yongsin-cont__body.gray-box[data-v-6f851806]{border-radius:12px;background:var(--Gray-200, #F8F8F8)}.yongsin-cont-box .yongsin-cont__body.gray-box.mobile[data-v-6f851806]{display:flex;justify-content:center;align-items:center}.yonghee-chart_wrapper[data-v-6f851806]{width:70%}.yonghee-chart_wrapper.mobile[data-v-6f851806]{width:100%}.yongsin-cont__chart-area[data-v-6f851806]{margin-bottom:10px;gap:24px}.yongsin-desc-wrapper[data-v-6f851806]{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yongsin-desc-wrapper.gray[data-v-6f851806]{border-radius:10px;background:#f8f8f8}.explain-perf-indicator[data-v-6f851806]{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #EBEBEB);background:var(--gray-100-white, #FFF);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-perf-indicator.mobile[data-v-6f851806]{order:2;width:auto;align-self:flex-start}.explain-perf-indicator.mobile[data-v-6f851806] :after{left:4%}.explain-perf-indicator .explain-perf__tooltip[data-v-6f851806]{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-6f851806]{position:fixed;left:50%;right:auto;transform:translate(-50%);top:120px;width:min(90vw,560px)}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top[data-v-6f851806]{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__top .n-keyword[data-v-6f851806]{display:inline;color:#db9823}.explain-perf-indicator .explain-perf__tooltip .perf-tooltip__bottom[data-v-6f851806]{color:var(--Gray-700, #575757);font-weight:400}.explain-perf-indicator .explain-perf__tooltip[data-v-6f851806]:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.explain-perf-indicator .explain-perf__tooltip.mobile[data-v-6f851806]:after{content:"";position:absolute;top:-15px;right:15%;left:auto;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;z-index:2000}.yongsin-footer__tooltip[data-v-6f851806]{position:absolute;top:-6px;left:12px;transform:translateY(-50%);width:105px;height:36px;background:url(/assets/life-yongsin-Mf8jElyu.png) no-repeat center center;background-size:cover;animation:floatY 1.2s ease-in-out infinite}.yongsin-cont__inner-desc[data-v-6f851806]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.yongsin-cont__inner-desc .yongsin-cont__inner-tit[data-v-6f851806]{margin-top:8px;color:#4e80d6;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-cont__inner-desc .yongsin-cont__inner-desc[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.energy-chart-container[data-v-6f851806]{display:flex;flex-direction:column;align-items:center;font-family:Pretendard;gap:24px}.energy-chart-container.mobile[data-v-6f851806]{gap:5px}.energy-chart-container .energy-chart-top[data-v-6f851806]{display:flex;gap:16px;align-items:center;justify-content:center}.energy-chart-container .energy-chart-top.mobile[data-v-6f851806]{flex-direction:column;gap:24px}.energy-chart__title[data-v-6f851806]{margin-bottom:20px;color:#2c3e50;font-size:18px;font-weight:700}.energy-chart-wrapper[data-v-6f851806]{position:relative}.energy-chart[data-v-6f851806]{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.segment[data-v-6f851806]{transition:all .2s ease;cursor:pointer}.segment.five01[data-v-6f851806]{fill:#c23535}.segment.five02[data-v-6f851806]{fill:#404040}.segment.five03[data-v-6f851806]{fill:#5e9f1c}.segment.five04[data-v-6f851806]{fill:#949494}.segment.five05[data-v-6f851806]{fill:#db9823}.segment.inactive[data-v-6f851806]{fill:#ecf0f1}.segment[data-v-6f851806]:hover{opacity:.8;filter:brightness(1.1)}.energy-time__text[data-v-6f851806]{pointer-events:none;font-family:Pretendard}.energy-chart__tooltip[data-v-6f851806]{position:absolute;top:-50px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;text-align:center;pointer-events:none;white-space:nowrap;z-index:10}.energy-chart__tooltip[data-v-6f851806]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000c}.energy-chart__legend[data-v-6f851806]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.energy-chart__legend .energy-chart__legend-title[data-v-6f851806]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.energy-chart__legend-wrapper[data-v-6f851806]{display:flex;flex-direction:column}.energy-chart__legend-row[data-v-6f851806]{display:flex;gap:20px;justify-content:center}.energy-chart__legend-section[data-v-6f851806]{flex:1;min-width:250px;display:flex;flex-direction:column}.energy-chart__legend-items[data-v-6f851806]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.energy-chart__legend-items.five-chart[data-v-6f851806]{flex-direction:column;justify-content:center;align-items:center;width:30%}.energy-chart__legend-items.five-chart.mobile[data-v-6f851806]{flex-direction:row;width:100%}.energy-chart__legend-item[data-v-6f851806]{display:flex;flex-direction:column;align-items:center;padding:10px;width:max-content;gap:8px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;border-radius:10px;background:linear-gradient(0deg,#fff,#fff),#fff;box-shadow:0 0 5px #d1d1d140}.energy-chart__legend-item .energy-chart__legend-top[data-v-6f851806]{display:flex;align-items:center;justify-content:center;gap:8px}.energy-chart__legend-item.inactive[data-v-6f851806]{color:#7f8c8d}.energy-chart__legend-color[data-v-6f851806]{width:16px;height:16px;border-radius:20px}.energy-chart__legend-color.fire[data-v-6f851806]{background-color:#c23535}.energy-chart__legend-color.earth[data-v-6f851806]{background-color:#db9823}.energy-chart__legend-color.wood[data-v-6f851806]{background-color:#5e9f1c}.energy-chart__legend-color.metal[data-v-6f851806]{background-color:#949494}.energy-chart__legend-color.water[data-v-6f851806]{background-color:#404040}.energy-chart__legend-color.gray[data-v-6f851806]{background-color:#ebebeb}.energy-chart__time-detail[data-v-6f851806]{margin-top:10px;font-size:11px;color:#7f8c8d;line-height:1.4}.energy-chart__time-group[data-v-6f851806]{color:#000;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:24px;flex-wrap:wrap;display:flex;flex-direction:column}@media (max-width: 768px){.energy-chart__legend-row[data-v-6f851806]{flex-direction:column;gap:20px}.energy-chart[data-v-6f851806]{width:280px;height:280px}}.energy-chart__chart-tit[data-v-6f851806]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:10px}.energy-right-box[data-v-6f851806]{display:grid;grid-auto-flow:column;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(120px,max-content));gap:8px;align-items:center;justify-items:center}.energy-right-box__item[data-v-6f851806]{display:flex;align-items:center;gap:8px;padding:2px 6px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;width:max-content;cursor:pointer}.energy-right-box__item.is-inactive[data-v-6f851806]{background-color:transparent;border:none;opacity:.5}.energy-right-box__item .branch[data-v-6f851806]{width:fit-content;text-align:center;color:#888}.energy-right-box__item .label[data-v-6f851806]{padding:2px 8px;border-radius:6px;color:#fff;font-weight:700;font-size:12px;border:1px solid rgba(0,0,0,.08)}.energy-right-box__item .slot[data-v-6f851806]{color:#555;font-size:12px}.energy-right-box__item.five01[data-v-6f851806]{border:1px solid #c23535;box-shadow:0 0 4px #c23535;background:#fff}.energy-right-box__item.five02[data-v-6f851806]{border:1px solid #404040;box-shadow:0 0 4px #404040;background:#fff}.energy-right-box__item.five03[data-v-6f851806]{border:1px solid #5e9f1c;box-shadow:0 0 4px #5e9f1c;background:#fff}.energy-right-box__item.five04[data-v-6f851806]{border:1px solid #949494;box-shadow:0 0 4px #949494;background:#fff}.energy-right-box__item.five05[data-v-6f851806]{border:1px solid #db9823;box-shadow:0 0 4px #db9823;background:#fff}.yongsin-usage__main-tit[data-v-6f851806]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;display:inline}.yongsin-usage__main-tit span[data-v-6f851806]{position:relative}.yongsin-usage__main-tit .yongsin-tit__underline[data-v-6f851806]{position:absolute;bottom:-2px;right:-5px;width:107px;height:8px;opacity:.15;background:var(--Gray-800, #333)}.yongsin-usage__sub-tit[data-v-6f851806]{color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;padding:0 3px}.yongsin-usage__main-desc[data-v-6f851806]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:22px;align-self:stretch}.yongsin-usage__main-desc .usage-desc__top[data-v-6f851806]{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body[data-v-6f851806]{display:flex;flex-direction:column;width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top[data-v-6f851806]{display:flex;padding:7px 18px;align-items:center;gap:21px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper[data-v-6f851806]{position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__bubble-wrapper .usage-desc__speech-tail[data-v-6f851806]{position:absolute;top:19%;right:-13%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__speech-bubble[data-v-6f851806]{border-radius:12px;display:inline-flex;padding:10px 20px;align-items:center;gap:12px;color:var(--gray-100-white, #FFF);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt[data-v-6f851806]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five01[data-v-6f851806]{color:#c23535}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five02[data-v-6f851806]{color:#404040}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five03[data-v-6f851806]{color:#5e9f1c}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five04[data-v-6f851806]{color:#949494}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-top .usage-desc__five-txt.txt-five05[data-v-6f851806]{color:#db9823}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom[data-v-6f851806]{width:100%;padding:5px 0 0 120px}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-bottom.mobile[data-v-6f851806]{display:flex;padding:10px 0 10px 10px}.yongsin-usage__main-desc .usage-desc__body .usage-bubble-wrapper.mobile[data-v-6f851806]{width:100%}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip[data-v-6f851806]{display:flex;width:390px;max-width:calc(100% - 20px);padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f8f8f8;box-shadow:3px 4px 4px #00000040;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:22px;position:relative}.yongsin-usage__main-desc .usage-desc__body .usage-desc__body-tooltip.mobile[data-v-6f851806]{max-width:calc(100% - 20px);width:auto;word-wrap:break-word}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail[data-v-6f851806]{position:absolute;top:-3%;left:5%;transform:translate(-50%,-50%);width:28px;height:28px;fill:#f8f8f8;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='18'%20viewBox='0%200%2021%2018'%20fill='none'%3e%3cpath%20d='M13.0981%201.5C11.9434%20-0.5%209.05663%20-0.499999%207.90193%201.5L0.973722%2013.5C-0.180977%2015.5%201.2624%2018%203.5718%2018L17.4282%2018C19.7376%2018%2021.181%2015.5%2020.0263%2013.5L13.0981%201.5Z'%20fill='%23F8F8F8'/%3e%3c/svg%3e") center center no-repeat}.yongsin-usage__main-desc .usage-desc__body .usage-desc__tooltip-tail.mobile[data-v-6f851806]{left:45%}.yh-num-black[data-v-6f851806]{color:#404040}.yh-num-red[data-v-6f851806]{color:#c23535}.yh-num-green[data-v-6f851806]{color:#5e9f1c}.yh-num-gray[data-v-6f851806]{color:#949494}.yh-num-yellow[data-v-6f851806]{color:#db9823}.yh-num-bg-black[data-v-6f851806]{background-color:#404040;color:#fff}.yh-num-bg-red[data-v-6f851806]{background-color:#c23535;color:#fff}.yh-num-bg-green[data-v-6f851806]{background-color:#5e9f1c;color:#fff}.yh-num-bg-gray[data-v-6f851806]{background-color:#949494;color:#fff}.yh-num-bg-yellow[data-v-6f851806]{background-color:#db9823;color:#fff}.usage-summary-card[data-v-6f851806]{width:90%;display:grid;grid-template-columns:max-content repeat(3,minmax(max-content,1fr));gap:12px 20px;border-radius:12px;background:#fafafa;position:relative;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.usage-summary-card.mobile[data-v-6f851806]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.usage-summary__divider[data-v-6f851806]{width:90%;height:1px;background-color:#000;position:absolute;top:19%;right:0}.usage-summary__cell.head[data-v-6f851806]{padding-bottom:8px;font-weight:600}.usage-summary__cell[data-v-6f851806]{align-self:center}.usage-summary__cell.rowlabel[data-v-6f851806]{font-weight:600;color:#333}.usage-summary__cell.colors[data-v-6f851806]{display:flex;align-items:center;justify-content:center;gap:10px}.usage-summary__cell.time[data-v-6f851806]{color:#555;line-height:1.6}.usage-summary__cell.nums[data-v-6f851806]{font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.usage-summary__cell>.yh-num[data-v-6f851806]:not(:last-child):after{content:", ";color:#333}.colors .color-list[data-v-6f851806]{display:flex;align-items:center;gap:10px;flex-direction:column}.colors .color-list .usage-summary__color-chip[data-v-6f851806]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.colors .color-list .usage-summary__legend[data-v-6f851806]{display:flex;gap:12px}.colors .color-list .usage-summary__legend-item[data-v-6f851806]{white-space:nowrap;width:fit-content}.usage-time-tit[data-v-6f851806]{text-align:center}.usage-summary__time-grid[data-v-6f851806]{display:inline-grid;gap:2px 3px;width:max-content;justify-items:start}.usage-summary__time-grid.mobile[data-v-6f851806]{display:flex;flex-direction:column}.usage-summary__time-grid .usage-summary__time-item[data-v-6f851806]{white-space:nowrap;width:fit-content}.usage-summary__time-grid .usage-summary__placeholder[data-v-6f851806]{visibility:hidden}.usage-summary__time-box[data-v-6f851806]{display:flex;flex-direction:column;gap:2px}.usage-summary__time-grid.cols-1[data-v-6f851806]{grid-template-columns:max-content;justify-content:center;margin:0}.usage-summary__time-grid.cols-2[data-v-6f851806]{grid-template-columns:repeat(2,max-content);justify-content:center}.yong-usage__text[data-v-6f851806]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-usage__text.p-14[data-v-6f851806]{padding:0 14px}.yh-five-notice[data-v-6f851806]{position:absolute;top:20px;right:20px}.yh-five-chart__wrap[data-v-6f851806]{width:100%;max-width:680px;margin:0 auto;overflow:visible}.yh-five_tt[data-v-6f851806]{padding:10px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 4px 12px #0000001f;font-family:Pretendard;color:#333;font-size:15px;line-height:1.5;min-width:100px}.yh-five_tt .tt-title[data-v-6f851806]{font-weight:700;margin-bottom:6px}.yh-five_tt .tt-row[data-v-6f851806]{margin-top:4px}.yh-five_tt .tt-sub[data-v-6f851806]{color:#666;font-size:15px;margin-left:8px}.yh-five_tt .tt-total[data-v-6f851806]{margin-top:6px;font-weight:700}.yonghee-badges[data-v-6f851806]{display:flex;gap:16px;justify-content:center;margin-top:16px;flex-wrap:wrap}.yonghee-badges .yh-badge[data-v-6f851806]{background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 6px 18px #0000000f;min-width:220px;text-align:center;font-family:Pretendard;color:#333}.yonghee-badges .yh-badge .dot[data-v-6f851806]{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;vertical-align:-1px;border:1px solid rgba(0,0,0,.08)}.yonghee-badges .yh-badge .label[data-v-6f851806]{font-weight:600;margin-right:4px}.yonghee-badges .yh-badge .elem[data-v-6f851806]{font-weight:600}.yonghee-badges .yh-badge .sub[data-v-6f851806]{font-size:12px;color:#666;margin-top:4px}.yh-mini-card[data-v-6f851806]{--accent: #000;--bg: #FFF;--b-bg: #FFF;--b-txt: #000;--c-txt: #000;position:relative;border:.5px solid var(--accent);background:var(--bg);border-radius:10px;padding:30px 16px 18px;box-shadow:0 6px 16px #00000014;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card.is-warm[data-v-6f851806]{--accent: #F3AE11;--b-bg: #FFF;--bg: rgba(243, 174, 17, .2);--b-txt: #000;--c-txt: #000}.yh-mini-card.is-yong-primary[data-v-6f851806]{--accent: #4E80D6;--b-bg: #4E80D6;--bg: #FFF;--b-txt: #333;--c-txt: #FFF;filter:drop-shadow(3px 4px 4px rgba(78,128,214,.25))}.yh-mini-card .yh-card__title-badge[data-v-6f851806]{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--b-bg);border:1px solid var(--accent);border-radius:10px;display:inline;padding:2px 15px;justify-content:center;align-items:center;gap:10px;color:var(--c-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;min-width:max-content;white-space:nowrap}.yh-mini-card .yh-card__content[data-v-6f851806]{display:flex;flex-direction:column;justify-items:center;align-items:center;gap:15px}.yh-mini-card .yh-card__content-numbers[data-v-6f851806]{color:#000;text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__content-swatches[data-v-6f851806]{display:flex;gap:10px;margin-top:2px}.yh-mini-card .yh-card__content-swatches .swatch[data-v-6f851806]{width:24px;height:24px;border:1px solid rgba(0,0,0,.12)}.yh-mini-card .yh-card__directions-wrapper[data-v-6f851806]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.yh-mini-card .yh-card__content-directions[data-v-6f851806]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-mini-card .yh-card__divider[data-v-6f851806]{width:85%;height:1px;background-color:#ebebeb}.yh-mini-card .yh-card__desc[data-v-6f851806]{margin:6px 0 0;color:var(--b-txt);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;white-space:pre-line}.yh-card__dir-line[data-v-6f851806]{display:flex;justify-content:center}.yh-card__dir-line .yh-card__content-directions[data-v-6f851806]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid[data-v-6f851806]{display:grid;gap:1px 6px}.yh-card__time-grid.cols-1[data-v-6f851806]{grid-template-columns:1fr}.yh-card__time-grid.cols-2[data-v-6f851806]{grid-template-columns:1fr 1fr}.yh-card__time-grid .yh-card__time-item[data-v-6f851806]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yh-card__time-grid .yh-card__time-item .placeholder[data-v-6f851806]{visibility:hidden}.yh-card__time-grid .yh-card__time-item span[data-v-6f851806]{white-space:nowrap}.yh__hover-lift[data-v-6f851806]{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;will-change:transform,box-shadow,filter}.yh__chip-hover[data-v-6f851806],.yh__hover-lift[data-v-6f851806]:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}.yh__normal-color[data-v-6f851806]{background:var(--v-theme-grey-lighten-3);color:var(--v-theme-grey-lighten-2);border:1px solid var(--Gray-300, #EBEBEB)}.yh__legend-wrap[data-v-6f851806]{display:flex;justify-content:center;gap:20px;margin-top:8px}.yh__grid-container[data-v-6f851806]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:400px;margin:0 auto;padding:0 20px 20px}.yh__grid-container.mobile[data-v-6f851806]{width:100%}.yh__grid-desc[data-v-6f851806]{width:100%;height:34px;margin-top:5px;padding:3px 5px;color:#333;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.yh__grid-item[data-v-6f851806]{width:60px;min-width:60px;height:60px;aspect-ratio:1/1;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.yh__grid-item.mobile[data-v-6f851806]{width:40px;min-width:40px;height:40px;aspect-ratio:1/1}.yh__grid-item.yh-num-black[data-v-6f851806]{background-color:#404040;color:#fff;box-shadow:0 0 7px #404040}.yh__grid-item.yh-num-red[data-v-6f851806]{background-color:#c23535;color:#fff;box-shadow:0 0 7px #c23535}.yh__grid-item.yh-num-green[data-v-6f851806]{background-color:#5e9f1c;color:#fff;box-shadow:0 0 7px #5e9f1c}.yh__grid-item.yh-num-gray[data-v-6f851806]{background-color:#949494;color:#fff;box-shadow:0 0 7px #949494}.yh__grid-item.yh-num-yellow[data-v-6f851806]{background-color:#db9823;color:#fff;box-shadow:0 0 7px #db9823}.yh__legend-btn[data-v-6f851806]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:8px 14px;border-radius:6px;border:1px solid #4e80d6;background:var(--gray-100-white, #FFF);color:#4e80d6;text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px;cursor:pointer;transition:transform .12s ease,filter .12s ease,background-color .12s ease}.yh__legend-btn[data-active=true][data-v-6f851806]{border-radius:6px;background:#4e80d6;border:none;color:#fff}.yh__legend-wrap[data-v-6f851806]{position:relative;z-index:1000;overflow:visible}.yh-mini-card[data-v-6f851806]{overflow:visible}.yh__legend-btn[data-v-6f851806]{position:relative;z-index:1}.yh__legend-btn[data-tip][data-v-6f851806]:not([data-tip=""]):after{content:attr(data-tip);position:absolute;left:50%;top:calc(100% + 10px);transform:translate(-50%) translateY(-6px);padding:8px 10px;background:#fff;color:#333;border-radius:8px;font-size:12px;line-height:1.4;white-space:normal;word-break:keep-all;text-align:left;box-shadow:0 6px 24px #0000002e;pointer-events:none;z-index:2000;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s;white-space:nowrap;word-break:normal;max-width:none}.yh__legend-btn[data-tip][data-v-6f851806]:hover:after,.yh__legend-btn[data-tip][data-v-6f851806]:hover:before,.yh__legend-btn[data-tip][data-v-6f851806]:focus-visible:after,.yh__legend-btn[data-tip][data-v-6f851806]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s}.usage-summary__mobile-card[data-v-6f851806]{display:flex;width:calc(100% - 40px);padding:15px 18px;flex-direction:column;justify-content:center;align-items:center;gap:23px;border-radius:10px;border:1px solid #E9E9E9;background:#f8f8f8;box-shadow:3px 4px 4px #00000040}.usage-summary__mobile-card .usage-mcard__title[data-v-6f851806]{color:#000;font-family:Pretendard;font-size:17px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body[data-v-6f851806]{display:flex;padding:6px 18px;align-items:center;gap:22px;align-self:stretch;border-radius:10px;background:#fff}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-tit[data-v-6f851806]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont[data-v-6f851806]{width:100%}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color[data-v-6f851806]{display:flex;align-items:center;justify-content:space-around}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list[data-v-6f851806]{display:flex;align-items:center;gap:10px;flex-direction:column}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__color-chip[data-v-6f851806]{width:18px;height:18px;border:1px solid rgba(0,0,0,.15)}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend[data-v-6f851806]{display:flex;gap:12px}.usage-summary__mobile-card .usage-mcard__body .usage-mcard__body-cont.color .color-list .usage-summary__legend-item[data-v-6f851806]{white-space:nowrap;width:fit-content}.usage-mcard__body-cont.number span[data-v-6f851806]:not(:last-child):after{content:", ";color:#333}.tp-chart__btn-wrapper[data-v-6f851806]{display:flex;flex-direction:column;gap:5px}.tp-chart__btn[data-v-6f851806]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:8px}.tp-chart__btn.mobile[data-v-6f851806]{margin-top:0}.tp-chart__legend[data-v-6f851806]{display:flex;align-items:center;justify-content:center;gap:3px;width:100%;height:30px}.tp-chart__legend .tp-chart__legend-item[data-v-6f851806]{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yong-cont__divider[data-v-6f851806]{width:100%;height:1px;background-color:#ebebeb}.person-tab-0202-img-box .img-box .img{width:100%;aspect-ratio:1;border-radius:8px;background:url(/assets/thum-person-01-B-pyJ9Gr.png);background-size:cover;background-position:center}.person-tab-0202-img-box .img-box:nth-child(2) .img{background:url(/assets/thum-person-02-CT15Ypfu.png)}.person-tab-0202-img-box .img-box:nth-child(3) .img{background:url(/assets/thum-person-03-CP-YPQZR.png)}.person-tab-0202-img-box .img-box:nth-child(4) .img{background:url(/assets/thum-person-04-DXKAWENR.png)}.person-tab-0202-img-box .img-box:nth-child(5) .img{background:url(/assets/thum-person-05-CLt47bvV.png)}.five-round-bg .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15252_32424)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.639%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.222%20208.771%20174.262%20226.142%20183.126%20238.826C191.909%20251.393%20209.004%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15252_32424'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15252_32424'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15252_32424'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.five-round-bg.finish .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.color{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.place{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.food{background:url(/assets/personality-food-DoyXRFPX.png) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.exercise{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.clothes{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.explain-nocde .explain-ncode__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.personal-career-notice .personal-career-triangle{position:absolute;top:35%;left:-12%;transform:translate(50%);width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;transform:translate(50%) rotate(-90deg);z-index:100}.chart-season-info[data-v-6a828cb3]{position:absolute;top:16px;right:16px;background-color:#fff;padding:8px;text-align:center}.chart-card[data-v-46f8bc25]{padding:0 32px!important;justify-content:center;max-width:660px;overflow-x:auto}.chart-content[data-v-46f8bc25]{display:flex;flex-direction:row;align-items:center;justify-content:center}.chart-description[data-v-46f8bc25]{font-size:14px;color:#555;line-height:1.6;overflow-y:auto;padding-right:20px}.chart-description strong[data-v-46f8bc25]{color:#f44336}.vue-apexcharts[data-v-46f8bc25]{margin-top:10px;margin-left:-20px}.saju-element__column-default__wrap[data-v-602b3baa]{display:flex;flex-direction:row;gap:8px;width:100%;justify-content:flex-start}.btm-btn-box[data-v-602b3baa]{padding-top:20px}.btm-btn-box .btn[data-v-602b3baa]{display:flex;width:222px;padding:6px 10px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.mysaju-box[data-v-602b3baa]{margin-top:10px;margin-bottom:12px}.mysaju-box__title[data-v-602b3baa]{margin-bottom:12px;display:flex;align-items:center;justify-content:flex-start;width:100%;position:relative}.mysaju-box__title .mysaju-box__title-text[data-v-602b3baa]{display:flex;height:18px;padding:3px 6px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.mysaju-box__title .mysaju-box__title-text.st-line[data-v-602b3baa]{color:var(--orange-300-main, #eb4c10);border-radius:4px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);margin-left:4px}.calendar-sidebar__section[data-v-602b3baa]{gap:20px 12px}.lnb_profile_button_fold[data-v-602b3baa]{width:20px;height:20px;border:none!important;border-radius:20px;z-index:9;color:gray;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_13217_128439)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M13.3332%209.16667L9.99984%2012.5L6.6665%209.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13217_128439'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center!important}.lnb_profile_button_fold.close[data-v-602b3baa]{transform:rotate(180deg)}.button-mod[data-v-602b3baa]{position:absolute;right:0;top:0;display:inline-flex;padding:2px 6px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:var(--Orange-100, #fff8f5);color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:-.3px}.info-box[data-v-602b3baa]{max-width:calc(100vw - 32px)}.info-box .name-box[data-v-602b3baa]{flex:1;min-width:0;overflow:hidden}.info-box .name-box .name[data-v-602b3baa]{display:flex;flex:1;overflow:hidden}.info-box .name-box .name .name-text[data-v-602b3baa]{display:block;flex:1;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-sidebar__section.st-saju-info[data-v-602b3baa],.calendar-sidebar .cal-sec-wrap.st-saju-info-top .cal-main-data-none-box.calendar-sidebar__section[data-v-602b3baa]{border-radius:12px 12px 0 0}.lnb_action_button_back[data-v-41186a77]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:100%;height:38px;font-size:0;display:flex}.lnb_action_button_back.active[data-v-41186a77]{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.menu-section .arrow[data-v-41186a77]{display:flex;align-items:center}.menu-section .icon-left[data-v-41186a77]{display:inline-flex;width:18px!important;height:18px!important;margin-right:6px;transform:none!important}.menu-section .menu-label[data-v-41186a77]{padding-right:6px}.menu-section .rotate-right[data-v-41186a77]{margin-left:auto}.saju-my-lnb_profile_area_summary.calendar-wrap[data-v-41186a77]{margin-bottom:20px}.button-section[data-v-41186a77]{width:100%}.button-section.st-analysis-nav[data-v-41186a77]{display:flex;flex-direction:column!important;gap:12px;position:relative}.button-section.st-analysis-nav[data-v-41186a77]:before{content:"";position:absolute;top:0;left:-20px;width:calc(100% + 40px);right:-20px;border-top:1px solid var(--Gray-300, #ebebeb)}.calendar-wrap.st-analysis-nav .calendar-sidebar__section.st-saju-info[data-v-41186a77]{gap:12px!important}.lnb_tab_menu_badge[data-v-41186a77]{display:flex;height:18px;padding:0 6px;justify-content:center;align-items:center;gap:10px;border-radius:4px;text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.lnb_tab_menu_badge.menu_badge_active[data-v-41186a77]{margin-right:4px;border:1px solid #eb4c10;background:var(--gray-100-white, #fff);color:#eb4c10}.lnb_tab_menu_badge.menu_badge_preparing[data-v-41186a77]{background:var(--Gray-300, #ebebeb);color:var(--Gray-600, #757575)}.lnb_tab_menu_badge.menu_badge_expert[data-v-41186a77]{border:1px solid var(--Gray-800, #333);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333)}.lnb_tab_menu_badge.menu_badge_new[data-v-41186a77]{background:#5e9f1c1a;color:#5e9f1c}.lnb_tab_menu_badge.menu_badge_best[data-v-41186a77]{display:flex;padding:3px 7px 3px 6px;justify-content:center;align-items:center;border-radius:4px;background:#dfeeff;color:#1b80ff}.lnb_tab_menu_badge.menu_badge_year[data-v-41186a77]{display:flex;padding:0 6px;justify-content:center;align-items:center;border-radius:10px;background:linear-gradient(103deg,#ffb520 12.23%,#ff7c14 92.02%);color:#fff}.chart-card[data-v-f8923221]{padding:26px 32px;display:flex;flex-direction:column;border-radius:16px}.chart-card[data-v-f8923221] .chart-header[data-v-f8923221]{margin-bottom:20px;display:flex;flex-direction:row;justify-content:space-between;font-family:Pretendard;font-size:15px;font-style:normal;line-height:22px}.chart-card[data-v-f8923221] .chart-header[data-v-f8923221] .chart-title[data-v-f8923221]{color:var(--Gray-800, #333);font-weight:700}.chart-card[data-v-f8923221] .chart-header[data-v-f8923221] .chart-subtitle[data-v-f8923221]{color:var(--Gray-700, #575757);text-align:right;font-weight:500}.chart-card[data-v-f8923221] .chart-item[data-v-f8923221]{padding:0}.chart-tooltip[data-v-f8923221]{position:absolute;background-color:#fff;padding:6px 10px;border:1px solid #ccc;border-radius:4px;font-size:14px;font-family:Pretendard;pointer-events:none;white-space:nowrap}:root{--bar-color-dark: #616161;--bar-stroke-dark: #c6ccd2;--border-color-dark: #616161;--light-bg-dark: #3e3e3e;--light-border-color-dark: #3e3e3e;--text-muted-dark: #eee;--text-light-dark: #ececec;--text-color-dark: #f7f7f7;--blue-dark: #8a8aff}.dark>.gantt-container .gantt .grid-row{fill:#252525}.dark>.gantt-container .gantt .row-line{stroke:var(--light-border-color-dark)}.dark>.gantt-container .gantt .tick{stroke:var(--border-color-dark)}.dark>.gantt-container .gantt .holiday-highlight{fill:var(--light-bg-dark)}.dark>.gantt-container .gantt .arrow{stroke:var(--text-muted-dark)}.dark>.gantt-container .gantt .bar{fill:var(--bar-color-dark);stroke:none}.dark>.gantt-container .gantt .bar-progress{fill:var(--blue-dark)}.dark>.gantt-container .gantt .bar-invalid{fill:transparent;stroke:var(--bar-stroke-dark)}:is(.dark>.gantt-container .gantt .bar-invalid)~.bar-label{fill:var(--text-light-dark)}.dark>.gantt-container .gantt .bar-label.big{fill:var(--text-light-dark)}.dark>.gantt-container .gantt .bar-wrapper:hover .bar{fill:lighten(var(--bar-color-dark, 5))}.dark>.gantt-container .gantt .bar-wrapper:hover .bar-progress{fill:lighten(var(--blue-dark, 5))}.dark>.gantt-container .gantt .bar-wrapper.active .bar{fill:lighten(var(--bar-color-dark, 5))}.dark>.gantt-container .gantt .bar-wrapper.active .bar-progress{fill:lighten(var(--blue-dark, 5))}.dark>.gantt-container .grid-header{background-color:#252525}.dark>.gantt-container .popup-wrapper{background-color:#333}.dark>.gantt-container .popup-wrapper .title{border-color:lighten(var(--blue-dark, 5))}.dark>.gantt-container .popup-wrapper .pointer{border-top-color:#333}:root{--bar-color: #fff;--bar-color-important: #94c4f4;--bar-stroke: #fff;--dark-stroke-color: #e0e0e0;--stroke-color: #ebeef0;--light-bg: #f5f5f5;--light-border-color: #ebeff2;--light-yellow: #f6e796;--holiday-color: #f9fafa;--text-muted: #666;--text-grey: #98a1a9;--text-light: #fff;--text-dark: #111;--progress: #ebeef0;--handle-color: #dcdce4;--handle-color-important: #94c4f4;--light-blue: #c4c4e9;--middle-blue: #62b2f9;--dark-blue: #2c94ec}.gantt-container{line-height:14.5px;position:relative;overflow:auto;font-size:12px;height:500px;width:fit-content}.gantt-container .popup-wrapper{position:absolute;top:0;left:0;background:#171b1f;padding:10px;border-radius:5px;width:max-content}.gantt-container .popup-wrapper.hidden{opacity:0!important}.gantt-container .popup-wrapper .title{margin-bottom:5px;text-align:-webkit-center;text-align:center;color:var(--text-light)}.gantt-container .popup-wrapper .subtitle{color:var(--text-grey)}.gantt-container .popup-wrapper .pointer{position:absolute;height:5px;margin:0 0 0 -5px;border:5px solid transparent;border-bottom-color:#000c}.gantt-container .grid-header{background-color:#fff;position:sticky;top:0;left:0;z-index:10}.gantt-container .lower-text,.gantt-container .upper-text{text-anchor:middle;color:var(--text-dark)}.gantt-container .upper-header{height:40px}.gantt-container .lower-header{height:30px}.gantt-container .lower-text{font-size:14px;position:absolute;width:fit-content;transform:translate(-50%)}.gantt-container .upper-text{position:absolute;width:fit-content;font-weight:500;font-size:16px}.gantt-container .current-upper{position:fixed}.gantt-container .side-header{position:fixed;padding:0 10px;margin-right:10px;background:#fff;line-height:20px;font-weight:400}.gantt-container .today-button,.gantt-container .viewmode-select{background:#f4f5f6;text-align:-webkit-center;text-align:center;border:none;color:var(--text-dark);padding:4px 10px;border-radius:8px;height:25px}.gantt-container .viewmode-select{outline:none!important;padding:4px 8px;margin-right:4px;text-indent:1px;text-overflow:""}.gantt-container .date-highlight{background-color:var(--progress);border-radius:12px;position:absolute;display:none}.gantt-container .current-highlight{position:absolute;background:var(--dark-blue);width:1px}.gantt-container .current-date-highlight{background:var(--dark-blue);color:var(--text-light);padding:4px 8px;border-radius:200px}.gantt{user-select:none;-webkit-user-select:none;position:absolute}.gantt .grid-background{fill:none}.gantt .grid-row{fill:#fff}.gantt .row-line{stroke:var(--light-border-color)}.gantt .tick{stroke:var(--stroke-color);stroke-width:.4}.gantt .tick.thick{stroke:var(--dark-stroke-color);stroke-width:.7}.gantt .holiday-highlight{fill:var(--holiday-color)}.gantt .arrow{fill:none;stroke:#9fa9b1;stroke-width:1}.gantt .bar-wrapper .bar{fill:var(--bar-color);stroke:var(--bar-stroke);stroke-width:0;transition:stroke-width .3s ease}.gantt .bar-progress{fill:var(--progress)}.gantt .bar-expected-progress{fill:var(--light-blue)}.gantt .bar-invalid{fill:transparent;stroke:var(--bar-stroke);stroke-width:1;stroke-dasharray:5}:is(.gantt .bar-invalid)~.bar-label{fill:var(--text-light)}.gantt .bar-label{fill:var(--text-dark);dominant-baseline:central;font-family:Helvetica;font-size:13px;font-weight:400}.gantt .bar-label.big{fill:var(--text-dark);text-anchor:start}.gantt .bar-wrapper.important .bar{fill:var(--bar-color-important)}.gantt .bar-wrapper.important .bar-progress{fill:var(--dark-blue)}.gantt .bar-wrapper.important .bar-label{fill:var(--text-light)}.gantt .bar-wrapper.important .handle{fill:var(--handle-color-important)}.gantt .bar-wrapper.important .handle.progress{fill:var(--text-light)}.gantt .handle{fill:var(--handle-color);cursor:ew-resize;opacity:0;visibility:hidden;transition:opacity .3s ease}.gantt .handle.progress{fill:var(--text-muted)}.gantt .bar-wrapper{cursor:pointer}.gantt .bar-wrapper.active .handle{visibility:visible;opacity:1}.gantt .bar-wrapper .bar{-webkit-filter:drop-shadow(3px 3px 2px rgba(0,0,0,.7));filter:drop-shadow(0 0 2px rgba(17,43,66,.16));border-radius:3px}.gantt .bar-wrapper .bar.safari{outline:1px solid black}.gantt .bar-wrapper:hover .bar{transition:transform .3s ease}.gantt .bar-wrapper:hover .date-highlight{display:block}.gantt .hide{display:none}.chart-card{margin:16px 0}.activities-container{min-width:300px;padding:10px;border-right:1px solid #ccc;overflow-y:auto}.activity-group{margin-bottom:16px}.activity-group strong{font-size:16px;margin-bottom:8px;display:block}.activity{margin-bottom:8px;font-size:14px;color:#333;padding-left:8px}.gantt-test{flex:1;padding-left:16px;background-color:#f9f9f9;min-width:700px}.person-tab-0202-img-box .img-box .img{width:100%;aspect-ratio:1;border-radius:8px;background:url(/assets/thum-person-01-B-pyJ9Gr.png);background-size:cover;background-position:center}.person-tab-0202-img-box .img-box:nth-child(2) .img{background:url(/assets/thum-person-02-CT15Ypfu.png)}.person-tab-0202-img-box .img-box:nth-child(3) .img{background:url(/assets/thum-person-03-CP-YPQZR.png)}.person-tab-0202-img-box .img-box:nth-child(4) .img{background:url(/assets/thum-person-04-DXKAWENR.png)}.person-tab-0202-img-box .img-box:nth-child(5) .img{background:url(/assets/thum-person-05-CLt47bvV.png)}.five-round-bg .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15252_32424)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.639%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.222%20208.771%20174.262%20226.142%20183.126%20238.826C191.909%20251.393%20209.004%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15252_32424'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15252_32424'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15252_32424'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.five-round-bg.finish .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.color{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.place{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.food{background:url(/assets/personality-food-DoyXRFPX.png) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.exercise{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.clothes{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.explain-nocde .explain-ncode__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.personal-career-notice .personal-career-triangle{position:absolute;top:35%;left:-12%;transform:translate(50%);width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;transform:translate(50%) rotate(-90deg);z-index:100}.light-round-box{position:relative}.light-round-box .text-box{position:absolute;top:28px;left:28px;display:flex;justify-content:center;align-items:center;width:62px;height:62px;background-color:#ebebeb;border-radius:100%;flex-shrink:0;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.dark-round-box{position:relative}.dark-round-box .text-box{position:absolute;top:28px;right:28px;display:flex;justify-content:center;align-items:center;width:62px;height:62px;background-color:#757575;border-radius:100%;flex-shrink:0;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.person-tab-0202-img-box .img-box .img{width:100%;aspect-ratio:1;border-radius:8px;background:url(/assets/thum-person-01-B-pyJ9Gr.png);background-size:cover;background-position:center}.person-tab-0202-img-box .img-box:nth-child(2) .img{background:url(/assets/thum-person-02-CT15Ypfu.png)}.person-tab-0202-img-box .img-box:nth-child(3) .img{background:url(/assets/thum-person-03-CP-YPQZR.png)}.person-tab-0202-img-box .img-box:nth-child(4) .img{background:url(/assets/thum-person-04-DXKAWENR.png)}.person-tab-0202-img-box .img-box:nth-child(5) .img{background:url(/assets/thum-person-05-CLt47bvV.png)}.five-round-bg .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15252_32424)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.639%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.222%20208.771%20174.262%20226.142%20183.126%20238.826C191.909%20251.393%20209.004%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15252_32424'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15252_32424'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15252_32424'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.five-round-bg.finish .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.color{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.place{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAo5SURBVHgB7Vt/UBTXHf/u7v3Y426PAwGJgIJKxWi17UisRhMT0USFZGxHbeqkTRyxonGmTW2a/ppxJpM/OmNjM1pNRk1TO23VNDFWAX9QawXHSa3aGNGKIggKATx+3O3dcXu7+/reHpcaGmDf7p7NtH5mboa5e/vd9/3xvu/7C4D7uI//azCQfCTegSpSU9MKs7NnTk5JeYRn2ckTPB6fin9oFsXefoQuXw2Fao+3tf39cDB45+7nIIlIpgBY/FE35efnf33MmC1FPt+TgBAflSSIqarGFUJx3hiG0RbbWBacDgfYAOSGYPDI1sbGH2xrb//nwD6TIohkCIDDH2VPUdGjywoK3uMUJT0QjSKGcEkBBX/cTicRiv+PLS3LVtbX/wV/hWUDMlgIqwXAfdfnE16dPfuyGo1mS7KMsHpZMAFsJarDbmcZu72l7MyZ6Sd7e4MQl48lsEoAmolemDlzzbSMjDf9oZDCxS3BMqgIyaMEwdbY01NeePr0LrDoWFghAO2st5WUvC8g9FRUUQjRZPkW5OA46GWYg3k1NUsT7wYTMLtRTQsdCxeeckjSLDV+RpMOzLUcczrPZB09+giYtART55O8uLWk5MC9ZJ6AvMsejc76GFsdmDwGZgTAtT788GofwNP3kvkEyDvd+Midw34HTPBh9EFuWVqaZ4zPtzMqW3orUUHC/uZLmZlv4pvHCwadrmEfIC5adDMSDo9hGYZO+zj4UXt6AIkiMFx8z4g4To8H2LQ0EhXRUCO3g5Lidne5q6oeAAMwYgHMH6ZOnYdisbG0zCuNjWCfMQPS9u2DjMuXIaOhIf65cgV8+/eDrbhYW0MDvAcOxxyjf11UNA8M8GPIAqTFi7sCoVA6oyfIwRpVu7rAMWcOeLduxYbKDa1lEhrj3wIVFSDV1gKblRX/bgTgMFN183yvq7p6FFCCVmLMC/n5RbIsZ+hlXrl5E4TNm8G7ffvwzA+sJwx7d+wAYcsW7Vk9R4JBiCUh90/HjSsASqVSm8z6nJzNYUnSdfUgrHnvG2+Ac8GCOCN6zvfAGuf8+ZogiPXoAck3luflvQaU1yKtAFCR1/uE3kjPjs1eY5414GpIZoifJUdHlxVgTPZ6nwRKUO1skceTKSOky/ERZ0Y0qOcMDwfiN5Tr1/UtVlWe1ByAAlQCWJyb+xUpFtO1ll+xIv4HY/imjT+L/cYntEZAFO+NFFyAAlQCKMSVHEkdOfdQu7vBtXq1ae0nkLJqlUZzJMh4b0Vu91ygAJUAnAwzBem5lnCQwxUUmNN+AqRahGkRmiMBB0Xgxq4AKEAlgAKPJ1WXTrHZMri0ZRUYnv8kahwOZG/jcZ0RKEAlALOp470ASmYccCMUatJFHcf2KBoFy4ALqSRfGAlkb02hEFUsTSWA+mCwyqbjTieJjdrUZI0TxDQUTIvQHAkOvLeLolgNFKASwPlQ6IRLx9lm09MhvHs3WIXwzp0azZFASuonbt2qBQpQCWD3rVvdiGUjetb2792rHQVTVjCQHEXeeUfXco5hYgdEsRMoQJ0M1fv97yMddyE3cSIENmwwHQgF1q4F24QJIy4l0cmF7u53IdnJ0MG2to0Cz+t6iVRXB9Fjx0iICtTAz0jHj2s09FgRaaLsam//CVCCOhna1NrahotgvUhH1kXyeS23r6kZeFrHcSBr8Icw34e1r9UERnwEIawR/46WlhuQ5GyQgDnY3r5Oz21AtMjl50PgxRc1ZhL5/pCCIN9jv9G3bh0ENm4Ebtw4XULjOQ4d6+ioAAMFHsMHFJWVyd3BIKubBmZexlmda/lycJWXa6FyIlokMYNy4wZE3noL+nG5jNNx5v+9EYTSvV6GOXTIEC9GBcD8tbj4+9M9np8ruBoDlEB+P6BQCJDNpmmYIbcFKYrquOoGA3t+5ZIovjzn7FlSDKF2NqayFVRaqvqDQaDt/FoGk9onMBPes0du3y6322xJHWAYDk6bTT3Z2vocmODDtOakJUvEPlF0sSbb4LTAqa+a4fHEmMpKHkzA7Ka5nQ0NczwOxz1PFFOcTnbrtWukOWrq3Zac3a6Skg9xo2QKdkiWzgQMBVz5USWH4zxukReDSVgyH/AgblTWl5ZG/aKIkjgbEAdxfILAMIcPE82Tj6lpEStMV72MN/GPzs5yO8Mk3SHacdBzrbv7ebCAeQJLtRXCDdNQOJyTrKOAS/IK73bfTK2qooiUhoeVzot7rrq6MDM1ldOTLdKC0MwSBG5LVVUhWDh/ZKUAFJy1KzUtLaUpdjtYDd5uZ+o6O8s2xa32czcl9ima7Y89Vm1HaD5j0eQISZEiLHs078SJJWAxkiEAbXIrVlYW7AkEeI52gGIQFFWVMwRBZisrXZCEidFkBDAkIbE9dehQRqbXa8NH17C5Es0TGo9XVgoQtybLfYvVAkhYlFw9b57yLU9srk/s55ABOyPPpIkR7nlWWngyLlR50DssgaWTop5nl2YJj8542fXVKc+ygpARCIXh6RPn5G07D9nENIGKoLsnCC+Ulyp/mj+D86a4QOkT26UPLu3z/7nu9f69R5rhczIpqg1GZ21+aaXwtZJf4fZsqtzpR0AqVAMZcq/ggp8dqIV11R9AxOPSRZQXI7Bj0Ux4Zelc8AUTRWhSIWYRl57KMLyzVzx6am3H+lf3JfYABmFGADZhzTO+7FfWNceut6agmEyofSY9P9b+629XwTO1H0HEPXzyxocjsH/2NNiwajFk9AQw259FEscZDjty5I6Otf9421jxtwdI69jQvJ7RgILj1yzLydlU0Ra92szi/XBDMU+Q0i/Bu7OmQhbW7EP1zSDxjv9YTM68p1eEt0tmwPe+vQgyh2SegAwfqYzsD4LvG0/8MBLp3yWfvUTax9RHwrAFTGyu6ZWa23A3Wv9d3+tNgW/WfQTbt74HXTkZwA0EjCrLwKjbd2D9+qXwu7nTIT0gDsP8p4FUpDgm5InXxz5O1RVOwLAACpuOI6mlHWgRsdsgTZbh1MYd4JNi2jUUdNjhoc0VEMS/8RK9JdvHPgDXCxYY4sVwkCKFIxdwx/aLuG9PRcOFfQWZMsn9zY+g+GqrpoG/TcqD3I4eQ8xDTFblcOQcGIRRC9CivS901In9V5ucjM7BqcFAAzswlkQjrXHMTysKN6TPTMwKU98GRgMhEpjYG0bP8YAU+719fC4MdDyoiBDpG2Ae+0ukOsbnAdMv7RlgnijA0FVoxT9MMDAP2OzyX/zSM3vad9RwxKb6+/AWVWtmhAhI7wB3otj0VGA8KdHI6fO70Gv7Xmo/d+6uIMEYrIwECZBzyfzxqQuLV7q+/OAKe272ZGwrrIIjQhTpj7fLyfSItnIwhYF7lGPjM0YuHli3izAei9250xg9/eHevguXdkX2HL599/vAoo0nD7NyXULu1LHOSXmTGJd7ij17VCEjuEdzqV6B/ENYfBeshAKBgBwIdSof+6+pYvCK1Hr7SvBi2y24eDE0aL//tT7EfdzH/yD+BWvYDgcDB2CTAAAAAElFTkSuQmCC) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.food{background:url(/assets/personality-food-DoyXRFPX.png) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.exercise{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.clothes{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.explain-nocde .explain-ncode__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.personal-career-notice .personal-career-triangle{position:absolute;top:35%;left:-12%;transform:translate(50%);width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;transform:translate(50%) rotate(-90deg);z-index:100}.pro-star-box .txt-five-box.st-05 .txt-btm .al-left-box{gap:10px}.five-tab-fifth .pro-star-box .txt-five-box.st-01 .txt-top .skyDay-label-right,.five-tab-fifth .pro-star-box .txt-five-box.st-01 .txt-btm .skyDay-label-right,.five-tab-fifth .pro-star-box .txt-five-box.st-01 .txt-top .skyDay-label-left,.five-tab-fifth .pro-star-box .txt-five-box.st-01 .txt-btm .skyDay-label-left,.five-round-bg.five-tab-fifth .pro-star-box .txt-five-box.st-04 .txt-top .skyDay-label-left,.five-round-bg.five-tab-fifth .pro-star-box .txt-five-box.st-04 .txt-top .skyDay-label-right,.five-round-bg.five-tab-fifth .pro-star-box .txt-five-box.st-04 .txt-btm .skyDay-label-left,.five-round-bg.five-tab-fifth .pro-star-box .txt-five-box.st-04 .txt-btm .skyDay-label-right{left:calc(50% - 24px)}.five-tab-fifth .pro-star-box .txt-five-box.st-03 .skyDay-label{left:calc(50% - 1px)}.five-tab-fifth .pro-star-box .txt-five-box.st-03 .txt-top .al-left-box,.five-tab-fifth .pro-star-box .txt-five-box.st-03 .txt-btm .al-left-box{right:72.36%}.five-tab-fifth .pro-star-box .txt-five-box.st-02 .txt-top .al-left-box,.five-tab-fifth .pro-star-box .txt-five-box.st-02 .txt-btm .al-left-box{right:30.05%}.five-tab-fifth .pro-star-box .txt-five-box.st-05 .txt-btm .al-left-box{gap:15px}.five-tab-fifth .pro-star-box .txt-five-box.st-05 .txt-btm .al-left-box{right:calc(50% + 21px)}.five-tab-fifth .pro-star-box .txt-five-box.st-05 .skyDay-label.bottom{left:-15%}.five-tab-fifth .pro-star-box .txt-five-box.st-05 .txt-btm .al-right-box{gap:15px}.five-tab-fifth .pro-star-box .txt-five-box.st-05 .skyDay-label{left:-8px}.pro-star-box.myfive-box .txt-mid span.txt-rd-big{display:none}.char-myfive-box{position:relative}.char-myfive-box .char-main{color:#c2c2c2}.char-myfive-box .char-1,.char-myfive-box .char-2,.char-myfive-box .char-3{display:none;position:absolute;top:-30px;left:50%;transform:translate(-50%);padding:2px 6px;flex-direction:row;align-items:center;gap:2px;border-radius:14px;text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px;white-space:nowrap}.char-myfive-box .char-1.active,.char-myfive-box .char-2.active,.char-myfive-box .char-3.active{display:inline-flex}.char-myfive-box .char-2,.char-myfive-box .char-3{top:-66px;display:none}.st-thu .char-myfive-box .char-main.active{box-shadow:10px 10px 10px #5e9f1c33}.st-tue .char-myfive-box .char-main.active{box-shadow:10px 10px 10px #c2353533}.st-sat .char-myfive-box .char-main.active{box-shadow:10px 10px 10px #db982333}.st-fri .char-myfive-box .char-main.active{box-shadow:10px 10px 10px #94949433}.st-wed .char-myfive-box .char-main.active{box-shadow:10px 10px 10px #40404033}.pos-first .char-myfive-box .char-3.active{display:none}.txt-btm .char-myfive-box .char-1{top:auto;bottom:-30px}.txt-btm .char-myfive-box .char-3{top:auto;bottom:-66px}.pro-star-box.myfive-box.third .char-1{display:none}.pro-star-box.myfive-box.third .char-3{top:-36px}.pro-star-box.myfive-box.fourth .char-1{display:none}.pro-star-box.myfive-box.fourth .txt-top .char-3{top:-36px}.pro-star-box.myfive-box.fourth .txt-btm .char-3{bottom:-36px}.pro-star-box.myfive-box.fifth .char-1,.pro-star-box.myfive-box.fifth .char-2{display:none}.pro-star-box.myfive-box.fifth .txt-top .char-3{display:inline-flex;top:-30px}.pro-star-box.myfive-box.fifth .txt-btm .char-3{display:inline-flex;bottom:-30px}.char-3.active.icon-people:before{content:"";display:block;position:absolute;top:-20px;left:50%;transform:translate(-50%);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE1SURBVHgB1ZMxTsMwFIb/56QLrarsRCgcAIkjhBuUmUaQExBOELqx0R1VQaIHCCdIuUHFCTqAWCPUDYixRQO0tWWn6tJviu33vveSPANbhkwBvczz9j7aASPy5u58msdluZFQijroXDIgEUuv3ufgw4f49UqXx3QHXbQLcXj9X/bTASVR5heNhFG2fyFSj3VJ4rXCaCRjLIUi5RwmmDpGLeT8EAYIPLAXWkGltZA43cOkA02thYy5Q5Eyg143IzgDdSEN/cwPRTXleFTAyTh+mcC2w7PRQaKTLZIKUTBVnTlY7yx1iN/AgJzFo14Xz4/vTyv7f8iBFh87QwMqfJ2O47e8XrMVe4qGMLDb5fWC/p0fCmWAxlAgf+CakFz15FspK/577936wUFrUlWfA2yAw1o5doZvF2ZFhBkkOiYAAAAASUVORK5CYII=);background-size:cover;background-position:center;background-repeat:no-repeat;width:16px;height:16px}.st-sat .char-myfive-box .char-main.active{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#db9823;color:#fff;border-radius:10px}.st-sat .char-myfive-box .char-1{color:#db9823;background:#db98231a}.st-sat .char-myfive-box .char-2{color:#faf0dd;background:#faf0dd1a}.st-sat .char-myfive-box .char-3{color:#db9823;background:#db98231a}.st-fri .char-myfive-box .char-main.active{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#949494;color:#fff;border-radius:10px}.st-fri .char-myfive-box .char-1{color:#949494;background:#9494941a}.st-fri .char-myfive-box .char-2{color:#f0f0f0;background:#f0f0f01a}.st-fri .char-myfive-box .char-3{color:#949494;background:#9494941a}.st-tue .char-myfive-box .char-main.active{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#c23535;color:#fff;border-radius:10px}.st-tue .char-myfive-box .char-1{color:#c23535;background:#c235351a}.st-tue .char-myfive-box .char-2{color:#f6e0e0;background:#f6e0e01a}.st-tue .char-myfive-box .char-3{color:#c23535;background:#c235351a}.st-wed .char-myfive-box .char-main.active{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#404040;color:#fff;border-radius:10px}.st-wed .char-myfive-box .char-1{color:#404040;background:#4040401a}.st-wed .char-myfive-box .char-2{color:#e2e2e2;background:#e2e2e21a}.st-wed .char-myfive-box .char-3{color:#404040;background:#4040401a}.st-thu .char-myfive-box .char-main.active{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#5e9f1c;color:#fff;border-radius:10px}.st-thu .char-myfive-box .char-1{color:#5e9f1c;background:#5e9f1c1a}.st-thu .char-myfive-box .char-2{color:#e7f1dd;background:#e7f1dd1a}.st-thu .char-myfive-box .char-3{color:#5e9f1c;background:#5e9f1c1a}.third .txt-top.twoActive .al-left-box:before{content:"";position:absolute;top:-9px;left:-35px;width:160px;height:60px;border:1px solid #ecc88a;display:block;border-radius:10px}.third .txt-top.twoActive .al-left-box:after{content:"천간";position:absolute;top:13px;left:-72px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.third .st-thu .txt-top.twoActive .al-left-box:before{border-color:#5e9f1c;background:#e7f1dd}.third .st-tue .txt-top.twoActive .al-left-box:before{border-color:#c23535;background:#f6e0e0}.third .st-wed .txt-top.twoActive .al-left-box:before{border-color:#404040;background:#e2e2e2}.third .st-fri .txt-top.twoActive .al-left-box:before{border-color:#949494;background:#f4f4f4}.third .st-sat .txt-top.twoActive .al-left-box:before{border-color:#db9823;background:#faf0dd}.fourth .txt-btm.twoActive .al-left-box:before{content:"";position:absolute;top:-9px;left:-35px;width:160px;height:60px;border:1px dashed #ecc88a;display:block;border-radius:10px}.fourth .txt-btm.twoActive .al-left-box:after{content:"지지";position:absolute;top:13px;left:-72px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.fourth .st-thu .txt-btm.twoActive .al-left-box:before{border-color:#5e9f1c;background:#e7f1dd}.fourth .st-tue .txt-btm.twoActive .al-left-box:before{border-color:#c23535;background:#f6e0e0}.fourth .st-wed .txt-btm.twoActive .al-left-box:before{border-color:#404040;background:#e2e2e2}.fourth .st-fri .txt-btm.twoActive .al-left-box:before{border-color:#949494;background:#f4f4f4}.fourth .st-sat .txt-btm.twoActive .al-left-box:before{border-color:#db9823;width:270px;background:#faf0dd}.v-overlay.v-tooltip .v-overlay__content{color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px;border-radius:10px;background:#111;padding:8px 12px;box-shadow:0 6px 12px #00000040;position:relative;display:inline-block;width:auto;height:auto!important;max-width:200px;white-space:normal;align-self:center}.v-overlay.v-tooltip .v-overlay__content:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#111;box-shadow:2px 2px 4px #0003}.v-overlay.v-tooltip .v-overlay__content .nm-tooltip{white-space:pre-line;display:inline-block;text-align:center}.person-tab-0202-img-box .img-box .img{width:100%;aspect-ratio:1;border-radius:8px;background:url(/assets/thum-person-01-B-pyJ9Gr.png);background-size:cover;background-position:center}.person-tab-0202-img-box .img-box:nth-child(2) .img{background:url(/assets/thum-person-02-CT15Ypfu.png)}.person-tab-0202-img-box .img-box:nth-child(3) .img{background:url(/assets/thum-person-03-CP-YPQZR.png)}.person-tab-0202-img-box .img-box:nth-child(4) .img{background:url(/assets/thum-person-04-DXKAWENR.png)}.person-tab-0202-img-box .img-box:nth-child(5) .img{background:url(/assets/thum-person-05-CLt47bvV.png)}.five-round-bg .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15252_32424)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.639%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.222%20208.771%20174.262%20226.142%20183.126%20238.826C191.909%20251.393%20209.004%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15252_32424'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15252_32424'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15252_32424'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.five-round-bg.finish .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.color{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.place{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.food{background:url(/assets/personality-food-DoyXRFPX.png) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.exercise{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.clothes{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.explain-nocde .explain-ncode__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.personal-career-notice .personal-career-triangle{position:absolute;top:35%;left:-12%;transform:translate(50%);width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;transform:translate(50%) rotate(-90deg);z-index:100}.finishendend .pro-star-box.myfive-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.third .pro-star-box.myfive-box,.fourth .pro-star-box.myfive-box,.fifth .pro-star-box.myfive-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.pro-star-box.myfive-box .div-back.active{opacity:1!important}.pro-star-box.myfive-box .div-txt.active{color:#fff!important}.div-back.five-back03.st-back-thu{background-image:url(/assets/full_shape_five03-giNvy_oi.png)}.div-back.five-back01.st-back-tue{background-image:url(/assets/full_shape_five01-DWPCfjkb.png)}.div-back.five-back05.st-back-sat{background-image:url(/assets/full_shape_five05-C_5Fl6MQ.png)}.div-back.five-back04.st-back-fri{background-image:url(/assets/full_shape_five04-Dk2INFCF.png)}.div-back.five-back02.st-back-wed{background-image:url(/assets/full_shape_five02-CvLkD_UG.png)}.five-round-bg{background-color:#fff!important;background-image:none!important}.five-round-bg.five-thu{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-tue{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-fri{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-wed{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-tue{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-wed{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-fri{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-tue.five-wed{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-tue.five-fri{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-tue.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-wed.five-fri{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-wed.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-fri.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-tue.five-wed{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-tue.five-fri{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-tue.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-wed.five-fri{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-wed.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-fri.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-tue.five-wed.five-fri{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-tue.five-wed.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-tue.five-fri.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-wed.five-fri.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-tue.five-wed.five-fri{background-color:transparent!important;background-image:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-tue.five-wed.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-tue.five-fri.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-wed.five-fri.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-tue.five-wed.five-fri.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.five-thu.five-tue.five-wed.five-fri.five-sat{background-color:transparent!important;background-image:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)!important;background-blend-mode:multiply!important}.five-round-bg.fifth,.five-round-bg.fifth.five-thu,.five-round-bg.fifth.five-tue,.five-round-bg.fifth.five-wed,.five-round-bg.fifth.five-fri,.five-round-bg.fifth.five-sat,.five-round-bg.fifth.five-thu.five-tue,.five-round-bg.fifth.five-thu.five-wed,.five-round-bg.fifth.five-thu.five-fri,.five-round-bg.fifth.five-thu.five-sat,.five-round-bg.fifth.five-tue.five-wed,.five-round-bg.fifth.five-tue.five-fri,.five-round-bg.fifth.five-tue.five-sat,.five-round-bg.fifth.five-wed.five-fri,.five-round-bg.fifth.five-wed.five-sat,.five-round-bg.fifth.five-fri.five-sat,.five-round-bg.fifth.five-thu.five-tue.five-wed,.five-round-bg.fifth.five-thu.five-tue.five-fri,.five-round-bg.fifth.five-thu.five-tue.five-sat,.five-round-bg.fifth.five-thu.five-wed.five-fri,.five-round-bg.fifth.five-thu.five-wed.five-sat,.five-round-bg.fifth.five-thu.five-fri.five-sat,.five-round-bg.fifth.five-tue.five-wed.five-fri,.five-round-bg.fifth.five-tue.five-wed.five-sat,.five-round-bg.fifth.five-tue.five-fri.five-sat,.five-round-bg.fifth.five-wed.five-fri.five-sat,.five-round-bg.fifth.five-thu.five-tue.five-wed.five-fri,.five-round-bg.fifth.five-thu.five-tue.five-wed.five-sat,.five-round-bg.fifth.five-thu.five-tue.five-fri.five-sat,.five-round-bg.fifth.five-thu.five-wed.five-fri.five-sat,.five-round-bg.fifth.five-tue.five-wed.five-fri.five-sat,.five-round-bg.fifth.five-thu.five-tue.five-wed.five-fri.five-sat{background-image:linear-gradient(to right,#f7f7f7 50%,#eee 50%)!important}.pro-star-box.myfive-box .txt-five-box.st-05 .txt-top .al-left-box{right:50.43%}.pro-star-box.myfive-box .txt-five-box.st-05 .txt-top .al-right-box{left:50.43%}.overview-none-wrap[data-v-b84e8d4b]{width:100%;display:flex;flex-direction:column}.overview-none-wrap .overview-none-title[data-v-b84e8d4b]{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:20px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.overview-none-wrap .overview-none-title .tit[data-v-b84e8d4b]{color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:700;line-height:24px}.overview-none-wrap .overview-none-title .cnt[data-v-b84e8d4b]{color:var(--orange-300-main, #eb4c10);font-size:14px;font-style:normal;font-weight:700;line-height:24px;margin-left:auto}.overview-payment-info-wrap[data-v-b84e8d4b]{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-shrink:0;height:88%;box-sizing:border-box;width:100%;padding:28px}.overview-pay-info-box[data-v-b84e8d4b]{display:flex;padding:40px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:12px;background:#f3ae110d;box-sizing:border-box;width:100%}.overview-pay-info-box .tit-box[data-v-b84e8d4b]{color:#db9823;font-size:18px;font-style:normal;font-weight:700;line-height:28px;display:flex;align-items:center;gap:8px}.overview-pay-info-box .tit-box span[data-v-b84e8d4b]{display:inline-flex;align-items:center;line-height:inherit}.overview-pay-info-box .txt-box[data-v-b84e8d4b]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--Gray-700, #575757);font-size:15px;font-style:normal;font-weight:500;line-height:24px}.overview-pay-info-box .txt-box .txt-bold[data-v-b84e8d4b]{font-weight:700}.overview-payment-info-content-box[data-v-b84e8d4b]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px}.overview-payment-info[data-v-b84e8d4b]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:28px}.overview-payment-info-content[data-v-b84e8d4b]{border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:20px 16px}.overview-payment-info-content .overview-payment-info-title[data-v-b84e8d4b]{width:100%;display:flex;justify-content:flex-start;align-items:center;color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:8px}.overview-payment-info-content .overview-payment-info-date-box[data-v-b84e8d4b]{display:flex;width:100%;justify-content:flex-start;align-items:flex-start;flex-direction:column}.overview-payment-info-content .overview-payment-info-date[data-v-b84e8d4b]{display:flex;width:100%;justify-content:space-between;align-items:flex-start}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-title[data-v-b84e8d4b]{color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:flex;align-items:center;gap:4px}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-value[data-v-b84e8d4b]{color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:700;line-height:24px}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-value.red[data-v-b84e8d4b]{color:var(--orange-300-main, #eb4c10)}.overview-btn-box[data-v-b84e8d4b]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:28px;margin-top:auto}.overview-pay-info-btn[data-v-b84e8d4b]{display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.overview-payment-info-btn[data-v-b84e8d4b]{cursor:pointer;display:flex;width:100%;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.overview-payment-info-btn-line[data-v-b84e8d4b]{cursor:pointer;color:var(--orange-300-main, #eb4c10);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.ticket-icon__analysis[data-v-b84e8d4b]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.4995%203.79102C18.1667%203.7911%2018.7074%204.33231%2018.7075%204.99951V7.91602C18.7075%208.12312%2018.5396%208.29102%2018.3325%208.29102H18.2495C17.3062%208.2911%2016.5411%209.05616%2016.541%209.99951C16.5411%2010.9429%2017.3062%2011.7074%2018.2495%2011.7075H18.3325C18.5395%2011.7075%2018.7073%2011.8756%2018.7075%2012.0825V14.9995C18.7074%2015.6667%2018.1667%2016.2074%2017.4995%2016.2075H13.8291C13.9333%2016.1159%2013.9995%2015.9822%2013.9995%2015.8325V14.8604C13.9995%2014.5843%2013.7756%2014.3604%2013.4995%2014.3604C13.2234%2014.3604%2012.9996%2014.5843%2012.9995%2014.8604V15.8325C12.9995%2015.9822%2013.0657%2016.1159%2013.1699%2016.2075H2.49951C1.83231%2016.2074%201.2911%2015.6667%201.29102%2014.9995V12.0825C1.29119%2011.8756%201.45909%2011.7076%201.66602%2011.7075H2.16602C3.10945%2011.7075%203.87442%2010.9429%203.87451%209.99951C3.87442%209.05611%203.10945%208.29102%202.16602%208.29102H1.66602C1.45898%208.29093%201.29102%208.12307%201.29102%207.91602V4.99951C1.2911%204.3323%201.8323%203.7911%202.49951%203.79102H13.1699C13.0657%203.88265%2012.9995%204.01637%2012.9995%204.16602V5.13818C12.9995%205.41433%2013.2234%205.63818%2013.4995%205.63818C13.7757%205.63818%2013.9995%205.41433%2013.9995%205.13818V4.16602C13.9995%204.01637%2013.9333%203.88265%2013.8291%203.79102H17.4995ZM13.4995%2010.4717C13.2234%2010.4717%2012.9995%2010.6955%2012.9995%2010.9717V12.916C12.9995%2013.1922%2013.2234%2013.416%2013.4995%2013.416C13.7757%2013.416%2013.9995%2013.1922%2013.9995%2012.916V10.9717C13.9995%2010.6955%2013.7757%2010.4717%2013.4995%2010.4717ZM13.4995%206.58252C13.2234%206.58252%2012.9996%206.80645%2012.9995%207.08252V9.02734L13.002%209.07812C13.0275%209.33032%2013.2406%209.52734%2013.4995%209.52734C13.7584%209.52734%2013.9715%209.33032%2013.9971%209.07812L13.9995%209.02734V7.08252L13.9971%207.03174C13.9716%206.77952%2013.7585%206.58252%2013.4995%206.58252Z'%20fill='url(%23paint0_linear_16008_8485)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_16008_8485'%20x1='1.74951'%20y1='4.25'%20x2='18.7495'%20y2='16.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFC526'/%3e%3cstop%20offset='1'%20stop-color='%23FF8011'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:8px}.overview-payment-inner[data-v-b84e8d4b]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.overview-payment-info-wrap[data-v-ebe36091]{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-shrink:0;height:88%;box-sizing:border-box;width:100%;padding:28px}.st-youngsin .overview-none-wrap[data-v-ebe36091]{width:100%;display:flex;flex-direction:column}.st-youngsin .overview-none-wrap .overview-none-title[data-v-ebe36091]{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:20px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.st-youngsin .overview-none-wrap .overview-none-title .tit[data-v-ebe36091]{color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:700;line-height:24px}.st-youngsin .overview-none-wrap .overview-none-title .cnt[data-v-ebe36091]{color:var(--orange-300-main, #eb4c10);font-size:14px;font-style:normal;font-weight:700;line-height:24px;margin-left:auto}.st-youngsin .overview-pay-info-box[data-v-ebe36091]{display:flex;padding:40px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:12px;background:#4e80d60d;box-sizing:border-box;width:100%}.st-youngsin .overview-pay-info-box .tit-box[data-v-ebe36091]{color:#4e80d6;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:28px;display:flex;align-items:center;gap:8px}.st-youngsin .overview-pay-info-box .tit-box span[data-v-ebe36091]{display:inline-flex;align-items:center;line-height:inherit}.st-youngsin .overview-pay-info-box .txt-box[data-v-ebe36091]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--Gray-700, #575757);font-size:15px;font-style:normal;font-weight:500;line-height:24px}.st-youngsin .overview-pay-info-box .txt-box .txt-bold[data-v-ebe36091]{color:#4e80d6;font-weight:700}.st-youngsin .overview-payment-info-content-box[data-v-ebe36091]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px}.st-youngsin .overview-payment-info[data-v-ebe36091]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:28px}.st-youngsin .overview-payment-info-content[data-v-ebe36091]{border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:20px 16px}.st-youngsin .overview-payment-info-content .overview-payment-info-title[data-v-ebe36091]{width:100%;display:flex;justify-content:flex-start;align-items:center;color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:8px}.st-youngsin .overview-payment-info-content .overview-payment-info-date-box[data-v-ebe36091]{display:flex;width:100%;justify-content:flex-start;align-items:flex-start;flex-direction:column}.st-youngsin .overview-payment-info-content .overview-payment-info-date[data-v-ebe36091]{display:flex;width:100%;justify-content:space-between;align-items:flex-start}.st-youngsin .overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-title[data-v-ebe36091]{color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:flex;align-items:center;gap:4px}.st-youngsin .overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-value[data-v-ebe36091]{color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:700;line-height:24px}.st-youngsin .overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-value.red[data-v-ebe36091]{color:var(--orange-300-main, #eb4c10)}.st-youngsin .overview_guide_button_box[data-v-ebe36091]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:28px;margin-top:auto}.st-youngsin .overview_guide_button[data-v-ebe36091]{display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.st-youngsin .overview_guide_button_start[data-v-ebe36091]{cursor:pointer;display:flex;width:100%;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.st-youngsin .overview-payment-info-btn-line[data-v-ebe36091]{cursor:pointer;color:var(--orange-300-main, #eb4c10);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.st-youngsin .ticket-icon__analysis[data-v-ebe36091]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.4995%203.79102C18.1667%203.7911%2018.7074%204.33231%2018.7075%204.99951V7.91602C18.7075%208.12312%2018.5396%208.29102%2018.3325%208.29102H18.2495C17.3062%208.2911%2016.5411%209.05616%2016.541%209.99951C16.5411%2010.9429%2017.3062%2011.7074%2018.2495%2011.7075H18.3325C18.5395%2011.7075%2018.7073%2011.8756%2018.7075%2012.0825V14.9995C18.7074%2015.6667%2018.1667%2016.2074%2017.4995%2016.2075H13.8291C13.9333%2016.1159%2013.9995%2015.9822%2013.9995%2015.8325V14.8604C13.9995%2014.5843%2013.7756%2014.3604%2013.4995%2014.3604C13.2234%2014.3604%2012.9996%2014.5843%2012.9995%2014.8604V15.8325C12.9995%2015.9822%2013.0657%2016.1159%2013.1699%2016.2075H2.49951C1.83231%2016.2074%201.2911%2015.6667%201.29102%2014.9995V12.0825C1.29119%2011.8756%201.45909%2011.7076%201.66602%2011.7075H2.16602C3.10945%2011.7075%203.87442%2010.9429%203.87451%209.99951C3.87442%209.05611%203.10945%208.29102%202.16602%208.29102H1.66602C1.45898%208.29093%201.29102%208.12307%201.29102%207.91602V4.99951C1.2911%204.3323%201.8323%203.7911%202.49951%203.79102H13.1699C13.0657%203.88265%2012.9995%204.01637%2012.9995%204.16602V5.13818C12.9995%205.41433%2013.2234%205.63818%2013.4995%205.63818C13.7757%205.63818%2013.9995%205.41433%2013.9995%205.13818V4.16602C13.9995%204.01637%2013.9333%203.88265%2013.8291%203.79102H17.4995ZM13.4995%2010.4717C13.2234%2010.4717%2012.9995%2010.6955%2012.9995%2010.9717V12.916C12.9995%2013.1922%2013.2234%2013.416%2013.4995%2013.416C13.7757%2013.416%2013.9995%2013.1922%2013.9995%2012.916V10.9717C13.9995%2010.6955%2013.7757%2010.4717%2013.4995%2010.4717ZM13.4995%206.58252C13.2234%206.58252%2012.9996%206.80645%2012.9995%207.08252V9.02734L13.002%209.07812C13.0275%209.33032%2013.2406%209.52734%2013.4995%209.52734C13.7584%209.52734%2013.9715%209.33032%2013.9971%209.07812L13.9995%209.02734V7.08252L13.9971%207.03174C13.9716%206.77952%2013.7585%206.58252%2013.4995%206.58252Z'%20fill='url(%23paint0_linear_16008_8485)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_16008_8485'%20x1='1.74951'%20y1='4.25'%20x2='18.7495'%20y2='16.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFC526'/%3e%3cstop%20offset='1'%20stop-color='%23FF8011'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:8px}.st-youngsin .overview-payment-inner[data-v-ebe36091]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.si-overview[data-v-19531673]{position:relative}.overview-loading-overlay[data-v-19531673]{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:10}.overview-loading-spinner[data-v-19531673]{width:36px;height:36px;border:3px solid #ebebeb;border-top-color:#be3331;border-radius:50%;animation:spin-19531673 .8s linear infinite}@keyframes spin-19531673{to{transform:rotate(360deg)}}.yearly-fortune-cover[data-v-19531673]{padding:80px 0 40px;overflow:hidden}.yearly-fortune-cover .si-overview__header[data-v-19531673]{padding:0 40px}.hanja-accent[data-v-19531673]{color:#b32f24}.yearly-fortune-cover-visual[data-v-19531673]{position:relative;width:100%;height:100%}.yearly-fortune-cover-main[data-v-19531673]{position:absolute;top:2%;left:50%;transform:translate(-50%);width:70%;max-width:395px;aspect-ratio:395/501}.yearly-fortune-cover-main .yearly-fortune-cover-bg-line[data-v-19531673]{position:absolute;top:15%;left:50%;transform:translate(-50%) rotate(0);width:150%;aspect-ratio:598/339;background:url(/assets/img_cover_bg_line-xB86wbxD.png) center center no-repeat;background-size:contain;pointer-events:none;z-index:0}.yearly-fortune-cover-main .yearly-fortune-cover-window[data-v-19531673]{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/img_cover_window-BxnittYd.png) center center no-repeat;background-size:contain;z-index:2}.yearly-fortune-cover-main .yearly-fortune-cover-ticket[data-v-19531673]{position:absolute;top:53%;left:-5%;width:80%;aspect-ratio:211/320;background:url(/assets/img_cover_ticket-a3gQkk6v.png) center center no-repeat;background-size:contain;z-index:3}.contents-title[data-v-83d8bbda]{width:100%;display:flex;align-items:center;gap:8px;padding:24px;background:#be33310d}.contents-title.mobile[data-v-83d8bbda]{padding:16px 20px}.contents-title__badge[data-v-83d8bbda]{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;background:#be3331;border-radius:11px;color:#fff;font-family:Pretendard;font-size:12px;font-weight:700;line-height:18px}.contents-title__text[data-v-83d8bbda]{color:#be3331;font-family:Pretendard;font-size:16px;font-weight:700;line-height:24px}.nowrap[data-v-c5b26da9]{white-space:nowrap}.full-width-top[data-v-c5b26da9],.full-width-bottom[data-v-c5b26da9]{width:100%}.two-column-middle[data-v-c5b26da9]{margin:0;width:100%}.guide-horse-character-img[data-v-c5b26da9]{width:200px;height:200px;aspect-ratio:1/1;background:url(/assets/img_year_01-CLvFXrgi.png) center center no-repeat;background-size:contain;margin:0 auto;position:relative}.guide-horse-character-img .thought-bubbles[data-v-c5b26da9]{position:absolute;top:-40px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:1}.guide-horse-character-img .thought-bubbles .thought-bubble[data-v-c5b26da9]{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.guide-horse-character-img .thought-bubbles .thought-bubble.pink-bubble[data-v-c5b26da9]{background:#ffe5e5;color:var(--Gray-800, #333)}.guide-horse-character-img .thought-bubbles .thought-bubble.orange-bubble[data-v-c5b26da9]{background:#ffe5cc;color:var(--orange-300-main, #eb4c10)}.guide-left-col[data-v-c5b26da9]{overflow:hidden!important;align-self:stretch!important}.guide-left-card[data-v-c5b26da9]{overflow-y:auto!important;overflow-x:hidden!important;height:fit-content!important;max-height:calc(100vh - 60px)!important}.yearly-fortune__guide-01[data-v-c5b26da9]{gap:30px}.guide-content-box[data-v-c5b26da9]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;background:var(--Gray-200, #f8f8f8);border-top:1px solid var(--Gray-300, #ebebeb);border-bottom:1px solid var(--Gray-300, #ebebeb);padding:30px 12px}@media (max-width: 768px){.guide-content-box[data-v-c5b26da9]{margin:0 -16px;width:calc(100% + 32px)}}.guide-content-caption[data-v-c5b26da9]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;text-align:center}.subtitle-group[data-v-c5b26da9]{display:flex;flex-direction:column;gap:8px}.subtitle-group .subtitle[data-v-c5b26da9]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.speech-bubble__container.yearly-fortune[data-v-c5b26da9]{width:100%;max-width:320px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}@media (max-width: 768px){.speech-bubble__container.yearly-fortune[data-v-c5b26da9]{padding-left:0}}.speech-bubble__container.yearly-fortune .speech-bubble__row[data-v-c5b26da9]{width:100%;display:flex;height:56px}.speech-bubble__container.yearly-fortune .speech-bubble__row .speech-bubble[data-v-c5b26da9]{position:relative;width:fit-content;max-width:100%;height:45px;padding:0 16px;border-radius:10px;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:visible}.speech-bubble__container.yearly-fortune .speech-bubble__row .speech-bubble__tail[data-v-c5b26da9]{position:absolute;bottom:-11px;pointer-events:none;display:block}.speech-bubble__container.yearly-fortune .speech-bubble__row--left[data-v-c5b26da9]{justify-content:flex-start}.speech-bubble__container.yearly-fortune .speech-bubble__row--left .speech-bubble[data-v-c5b26da9]{min-width:217px;background:#be3331;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.speech-bubble__container.yearly-fortune .speech-bubble__row--left .speech-bubble__tail[data-v-c5b26da9]{left:30px}.speech-bubble__container.yearly-fortune .speech-bubble__row--right[data-v-c5b26da9]{justify-content:flex-end}.speech-bubble__container.yearly-fortune .speech-bubble__row--right .speech-bubble[data-v-c5b26da9]{min-width:272px;background:#be333126;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.speech-bubble__container.yearly-fortune .speech-bubble__row--right .speech-bubble__tail[data-v-c5b26da9]{right:30px}.mt-30[data-v-c5b26da9]{margin-top:30px}.yearly-guide__line-box[data-v-c5b26da9]{width:100%;border-bottom:1px solid var(--Gray-300, #ebebeb)}.yearly-guide__explain-multiple[data-v-c5b26da9]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.yearly-guide__explain-context[data-v-c5b26da9]{width:100%;color:var(--Gray-800, #333);text-align:left;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yearly-guide__explain-context .point[data-v-c5b26da9]{color:#be3331;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}@media (max-width: 768px){.yearly-guide__explain-context[data-v-c5b26da9]{max-width:340px;display:flex;flex-wrap:wrap}}.yearly-guide[data-v-c5b26da9]{width:100%;display:flex;flex-direction:column;padding:24px 24px 130px;gap:30px}.yearly-guide.mobile[data-v-c5b26da9]{padding:16px 16px 24px}.yearly-guide__section[data-v-c5b26da9]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yearly-guide__top[data-v-c5b26da9]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;align-self:stretch}.yearly-guide__title[data-v-c5b26da9]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;display:flex;align-items:center;justify-content:flex-start;width:100%}.yearly-guide__title-icon[data-v-c5b26da9]{font-size:20px;font-weight:700;flex-shrink:0}.yearly-guide__title-icon--triangle[data-v-c5b26da9]{margin-right:4px;color:var(--orange-300-main, #eb4c10)}.yearly-guide__title-icon--checkmark[data-v-c5b26da9]{background:linear-gradient(180deg,#ff6b6b,#ff8e8e 50%,#4ecdc4 50%,#44a08d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.yearly-guide__title-icon--star[data-v-c5b26da9]{color:#4caf50}.yearly-guide__title-icon--heart[data-v-c5b26da9]{color:#ff6b6b}.yearly-guide__highlight[data-v-c5b26da9]{color:#be3331;font-weight:500}.yearly-guide__crossroads-img-box[data-v-c5b26da9]{display:flex;padding:40px 16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch}.yearly-guide__crossroads-img-box.none-padding[data-v-c5b26da9]{padding:0}.yearly-guide__crossroads-img-box.gray[data-v-c5b26da9]{border-radius:12px;background:var(--Gray-200, #f8f8f8)}.yearly-guide__crossroads-img-box.gray-small[data-v-c5b26da9]{padding:20px 16px;border-top:1px solid var(--Gray-300, #ebebeb);border-bottom:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-200, #f8f8f8)}.yearly-guide__crossroads-txt[data-v-c5b26da9]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.yearly-guide__crossroads-txt .point[data-v-c5b26da9]{font-weight:700}@media (max-width: 768px){.yearly-guide__crossroads-txt[data-v-c5b26da9]{max-width:270px}}.yearly-guide__quote[data-v-c5b26da9]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:0;position:relative;width:100%}.yearly-guide__quote .icon-quote[data-v-c5b26da9]{width:28px;height:22px;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='20'%20viewBox='0%200%2026%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2020L5.40097%200H12.058L8.91787%2020H0ZM13.942%2020L19.343%200H26L22.8599%2020H13.942Z'%20fill='%23EBEBEB'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;flex-shrink:0}.yearly-guide__quote-content[data-v-c5b26da9]{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.yearly-guide__quote-content .yearly-guide__quote-underline[data-v-c5b26da9]{position:relative}.yearly-guide__quote-content .yearly-guide__quote-underline[data-v-c5b26da9]:before{content:"";display:block;width:110%;height:8px;background:#3333331a;position:absolute;left:-5%;bottom:0}.yearly-guide__quote-content .yearly-guide__quote-bold[data-v-c5b26da9]{position:relative;color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:28px}.yearly-guide__quote-content .yearly-guide__quote-red[data-v-c5b26da9]{position:relative;color:#be3331;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:28px}.yearly-guide__quote-content .yearly-guide__quote-red[data-v-c5b26da9]:before{content:"";display:block;width:106%;height:8px;background:#be333133;position:absolute;left:-3%;bottom:-2px}.yearly-guide__footer[data-v-c5b26da9]{display:flex;width:calc(100% + 48px);margin-left:-24px;margin-right:-24px;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#be33310d}@media (max-width: 768px){.yearly-guide__footer[data-v-c5b26da9]{margin:0;padding:20px 16px;width:100%;flex-direction:column;gap:20px;text-align:center}}.yearly-guide__footer-character[data-v-c5b26da9]{width:clamp(80px,9vw,140px);height:clamp(80px,9vw,140px);min-width:80px;border-radius:50%;background:url(/assets/img_year_guide_0104-Bdaxygf0.png) center center no-repeat;background-size:cover;flex-shrink:0}@media (max-width: 768px){.yearly-guide__footer-character[data-v-c5b26da9]{width:100px;height:100px}}.yearly-guide__footer-content[data-v-c5b26da9]{flex:1;display:flex;flex-direction:column;gap:8px}.yearly-guide__footer-title[data-v-c5b26da9]{color:#be3331;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yearly-guide__footer-text[data-v-c5b26da9]{max-width:300px;display:flex;flex-wrap:wrap;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}@media (max-width: 768px){.yearly-guide__footer-text[data-v-c5b26da9]{justify-content:center;max-width:100%}}.box-body[data-v-c5b26da9]{width:100%}.box-body .yearly-guide__highlight[data-v-c5b26da9]{color:#be3331;font-weight:500}.guide-horse-crossroads-img[data-v-c5b26da9]{width:262px;height:153px;background:url(/assets/img_year_guide_0102-CIvue1Kp.png) center center no-repeat;background-size:262px 153px;margin:0 auto;flex-shrink:0}.guide-corkboard-img[data-v-c5b26da9]{width:100%;height:200px;aspect-ratio:4/3;background:url(/assets/img_year_01-CLvFXrgi.png) center center no-repeat;background-size:contain;margin:0 auto}.yearly-0103-img[data-v-c5b26da9]{width:282px;height:187px;aspect-ratio:282/187;background:url(/assets/img_year_guide_0103-BsnCmoK3.png) center center no-repeat;background-size:282px 187px;margin:0 auto;flex-shrink:0}@media (max-width: 768px){.yearly-0103-img[data-v-c5b26da9]{width:221px;height:147px;aspect-ratio:221/147;background-size:221px 147px}}.yearly-0106-img[data-v-c5b26da9]{width:134px;height:134px;background:url(/assets/img_year_guide_0106-CGqSoJqS.png) center center no-repeat;background-size:134px 134px;margin:0 auto;flex-shrink:0}.yearly-0105-img[data-v-c5b26da9]{width:160px;height:140px;aspect-ratio:160/140;background:url(/assets/img_year_guide_0105-CB8Z25LT.png) center center no-repeat;background-size:160px 140px;margin:0 auto;flex-shrink:0}@media (max-width: 768px){.yearly-0105-img[data-v-c5b26da9]{aspect-ratio:160/140}}.passport-card[data-v-0881ad4a]{position:relative;overflow:hidden;display:flex;align-items:center}.passport-card[data-v-0881ad4a]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3csvg%20width='600'%20height='822'%20viewBox='0%200%20600%20822'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_n_828_4106)'%3e%3crect%20width='600'%20height='822'%20fill='%23FFFDF9'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_n_828_4106'%20x='0'%20y='0'%20width='600'%20height='822'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeTurbulence%20type='fractalNoise'%20baseFrequency='0.10000000149011612%200.10000000149011612'%20stitchTiles='stitch'%20numOctaves='3'%20result='noise'%20seed='7913'%20/%3e%3cfeColorMatrix%20in='noise'%20type='luminanceToAlpha'%20result='alphaNoise'%20/%3e%3cfeComponentTransfer%20in='alphaNoise'%20result='coloredNoise1'%3e%3cfeFuncA%20type='discrete'%20tableValues='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%201%201%201%201%201%201%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20'/%3e%3c/feComponentTransfer%3e%3cfeComposite%20operator='in'%20in2='shape'%20in='coloredNoise1'%20result='noise1Clipped'%20/%3e%3cfeFlood%20flood-color='rgba(0,%200,%200,%200.1)'%20result='color1Flood'%20/%3e%3cfeComposite%20operator='in'%20in2='noise1Clipped'%20in='color1Flood'%20result='color1'%20/%3e%3cfeMerge%20result='effect1_noise_828_4106'%3e%3cfeMergeNode%20in='shape'%20/%3e%3cfeMergeNode%20in='color1'%20/%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");pointer-events:none}.passport-wrapper[data-v-0881ad4a]{width:100%;max-width:600px;padding:clamp(20px,4vh,40px) clamp(16px,2vw,40px);padding-bottom:130px;display:flex;align-items:center;flex-direction:column;gap:clamp(16px,3vh,32px);height:100%;position:relative;z-index:1;overflow-y:auto}.passport-wrapper.mobile[data-v-0881ad4a]{max-width:480px;padding:24px 20px;gap:24px}.passport-title[data-v-0881ad4a]{margin-bottom:60px;display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,16px);width:100%}.passport-title__line[data-v-0881ad4a]{flex:1;max-width:83px;height:2px;background:#303c67}.passport-title__text[data-v-0881ad4a]{color:#303c67;font-size:clamp(20px,2.5vw,25px);font-style:normal;font-weight:700;line-height:24px}@media (max-width: 768px){.passport-title[data-v-0881ad4a]{margin-bottom:32px}}.passport-content[data-v-0881ad4a]{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px}.passport-main[data-v-0881ad4a]{width:100%;display:flex;flex-wrap:wrap;gap:clamp(12px,2vw,24px);align-items:flex-start}.passport-main.mobile[data-v-0881ad4a]{margin-bottom:clamp(18px,2vh,36px);gap:20px}.passport-character[data-v-0881ad4a]{flex-shrink:0}.passport-character__img[data-v-0881ad4a]{width:clamp(120px,15vw,184px);height:auto;aspect-ratio:184/229;border-radius:8px;object-fit:contain}.passport-character__img--default[data-v-0881ad4a]{background:url(/assets/img_year_passport_profile-BmZROyCL.png) center center no-repeat;background-size:contain}@media (max-width: 768px){.passport-character.mobile .passport-character__img[data-v-0881ad4a]{margin-right:12px;width:140px}}@media (max-width: 480px){.passport-character.mobile .passport-character__img[data-v-0881ad4a]{margin-right:0;width:120px}}.passport-info[data-v-0881ad4a]{max-width:300px;flex:1;display:flex;flex-direction:column;gap:20px}.passport-info.mobile[data-v-0881ad4a]{width:100%}.passport-info__row[data-v-0881ad4a]{display:flex;flex-wrap:wrap;gap:clamp(12px,.5vw,24px)}.passport-info__row.single[data-v-0881ad4a]{flex-direction:column}.passport-info__group[data-v-0881ad4a]{display:flex;flex-direction:column;gap:4px;min-width:120px}.passport-info__group.full[data-v-0881ad4a]{width:100%}@media (max-width: 480px){.passport-info__group[data-v-0881ad4a]{min-width:90px;gap:2px}}.passport-info__label[data-v-0881ad4a]{color:var(--Other-, #4e80d6);font-family:Pretendard;font-size:clamp(13px,1.2vw,15px);font-style:normal;font-weight:500;line-height:24px}.passport-info__value[data-v-0881ad4a]{max-width:270px;display:flex;flex-wrap:wrap;color:var(--Gray-800, #333);font-family:Pretendard;font-size:clamp(14px,1.3vw,16px);font-style:normal;font-weight:500;line-height:24px}@media (max-width: 768px){.passport-info__value[data-v-0881ad4a]{font-size:15px;line-height:20px}}.passport-info__value-column[data-v-0881ad4a]{display:flex;flex-direction:column;gap:2px}.passport-codes[data-v-0881ad4a]{margin-top:40px;width:100%;display:flex;flex-direction:column;gap:clamp(8px,1.5vh,12px)}.passport-codes.mobile[data-v-0881ad4a]{margin-top:0;gap:20px;padding-top:12px}.passport-codes__item[data-v-0881ad4a]{display:flex;flex-direction:column;gap:4px}@media (max-width: 480px){.passport-codes__item[data-v-0881ad4a]{gap:2px}}.passport-codes__label[data-v-0881ad4a]{color:var(--Other-, #4e80d6);font-family:Pretendard;font-size:clamp(13px,1.2vw,15px);font-style:normal;font-weight:500;line-height:24px}.passport-codes__value[data-v-0881ad4a]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:clamp(14px,1.3vw,16px);font-style:normal;font-weight:500;line-height:24px}@media (max-width: 768px){.passport-codes__value[data-v-0881ad4a]{font-size:15px;line-height:20px}}.passport-intro[data-v-0881ad4a]{position:relative;z-index:1;overflow-y:auto;padding:clamp(24px,5vh,40px) clamp(20px,4vw,32px) 130px;width:100%;min-height:calc(100vh - 130px);display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center;gap:clamp(20px,4vh,32px);overflow-x:hidden}.passport-intro.mobile[data-v-0881ad4a]{padding:24px 16px 40px;gap:24px}.passport-intro__title[data-v-0881ad4a]{color:#333;font-family:Pretendard;font-size:clamp(16px,1.5vw,18px);font-weight:700;line-height:1.5;text-align:center}.passport-intro__content[data-v-0881ad4a]{display:flex;flex-direction:column;align-items:center;gap:clamp(12px,2.5vh,20px)}.passport-intro__text[data-v-0881ad4a]{color:#333;font-family:Pretendard;font-size:clamp(14px,1.3vw,16px);font-weight:500;line-height:1.5;text-align:center;margin:0}@media (max-width: 768px){.passport-intro__text[data-v-0881ad4a]{font-size:15px}}.passport-intro__footer[data-v-0881ad4a]{position:relative;margin-top:clamp(40px,8vh,100px);display:flex;flex-direction:column;align-items:center;gap:clamp(12px,2.5vh,20px)}.passport-intro__quote[data-v-0881ad4a]{color:#303c67;text-align:center;font-family:Pretendard;font-size:clamp(16px,1.5vw,18px);font-style:normal;font-weight:700;line-height:130%}.passport-intro__stamp[data-v-0881ad4a]{position:absolute;right:0;bottom:0;transform:translate(50%,50%);width:clamp(180px,15vw,220px);height:clamp(180px,15vw,220px);opacity:.8;object-fit:contain}.passport-intro__stamp--default[data-v-0881ad4a]{background:url(/assets/img_passport_stamp_default-Dd94ssE6.png) center center no-repeat;background-size:contain}.passport-card.right[data-v-0881ad4a]:after{content:"";position:absolute;top:40px;bottom:40px;right:0;width:1px;background:repeating-linear-gradient(to bottom,#d0d7e8 0px,#d0d7e8 8px,transparent 8px,transparent 16px)}.yearly-fortune-chart[data-v-c47001f4]{width:100%}.chart-container[data-v-c47001f4]{width:100%;max-width:500px;margin:0 auto;overflow:hidden}.chart-container[data-v-c47001f4] .apexcharts-canvas{max-width:100%!important;width:100%!important}[data-v-c47001f4] .apexcharts-data-labels text{stroke:#fff;stroke-width:2px;paint-order:stroke}[data-v-c47001f4] .apexcharts-tooltip{border-radius:5px}[data-v-c47001f4] .apexcharts-tooltip-marker{background-color:transparent!important}.title-box .title__underline[data-v-d1a3ae61]{position:relative;display:inline-block}.title-box .title__underline .underline-box[data-v-d1a3ae61]{position:absolute;bottom:3px;left:0;transform:translate(-3%);width:108%;height:8px;background:#be333126;z-index:-1}.flow-section[data-v-d1a3ae61]{width:100%;min-width:500px;margin-top:30px;margin-bottom:100px;display:flex;align-items:center;justify-content:center;background:#be33310d;border-radius:12px;overflow:hidden}@media (max-width: 768px){.flow-section[data-v-d1a3ae61]{margin-bottom:0;min-width:100%}}.flow-layout[data-v-d1a3ae61]{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px;padding:32px}.flow-layout__crossroads[data-v-d1a3ae61]{width:100%;max-width:360px}.flow-layout__crossroads img[data-v-d1a3ae61]{width:100%;height:auto}.flow-layout__direction-box[data-v-d1a3ae61]{width:100%;max-width:360px;margin-top:0;padding:10px 12px;background:#fff;border:1px solid #be3331;border-radius:10px;text-align:center;font-family:Pretendard;font-weight:700;font-size:15px;line-height:24px;color:#333}.flow-layout__emotion-row[data-v-d1a3ae61]{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px;width:100%;max-width:360px}.flow-layout__heart-img[data-v-d1a3ae61]{width:99px;height:auto}@media (max-width: 480px){.flow-layout__heart-img[data-v-d1a3ae61]{width:75px}}.flow-layout__arrow[data-v-d1a3ae61]{width:42px;height:auto}.flow-layout__emoji[data-v-d1a3ae61]{font-size:60px;line-height:1}@media (max-width: 480px){.flow-layout__emoji[data-v-d1a3ae61]{font-size:46px}}.flow-layout__signal[data-v-d1a3ae61]{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:12px}.flow-layout__signal-pointer[data-v-d1a3ae61]{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:14px solid #fff}.flow-layout__signal-box[data-v-d1a3ae61]{width:100%;max-width:360px;padding:6px 16px;background:#fff;border-radius:12px;text-align:center;font-family:Pretendard;font-weight:700;font-size:15px;line-height:24px;color:#333}.flow-layout__message-row[data-v-d1a3ae61]{display:flex;align-items:center;gap:24px;margin-top:40px;width:100%;max-width:360px;justify-content:flex-end}.flow-layout__message-bubble[data-v-d1a3ae61]{position:relative;flex:0 1 auto;padding:8px 15px;background:#be3331;border-radius:12px;color:#fff;font-family:Pretendard;font-weight:700;font-size:15px;line-height:24px}.flow-layout__message-bubble[data-v-d1a3ae61]:after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid #be3331}.flow-layout__mailbox-img[data-v-d1a3ae61]{width:100px;height:auto}@media (max-width: 480px){.flow-layout__mailbox-img[data-v-d1a3ae61]{width:80px}}.flow-layout__explain-row[data-v-d1a3ae61]{display:flex;align-items:center;gap:24px;margin-top:40px;width:100%;max-width:360px}.flow-layout__speaker-img[data-v-d1a3ae61]{width:102px;height:auto;flex-shrink:0}@media (max-width: 480px){.flow-layout__speaker-img[data-v-d1a3ae61]{width:75px}}.flow-layout__explain-bubble[data-v-d1a3ae61]{position:relative;flex:0 1 auto;padding:8px 12px;background:#fff;border-radius:12px;font-family:Pretendard;font-weight:700;font-size:18px;line-height:1.4;color:#333}.flow-layout__explain-bubble[data-v-d1a3ae61]:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:12px solid #fff}@media (max-width: 480px){.flow-layout__explain-bubble[data-v-d1a3ae61]{font-size:15px}}.flow-layout__summary-text[data-v-d1a3ae61]{margin-top:24px;width:100%;max-width:360px;text-align:center;color:#333;font-family:Pretendard;font-size:15px;font-weight:500;line-height:24px;white-space:pre-wrap;word-break:keep-all}@media (max-width: 480px){.flow-layout[data-v-d1a3ae61]{padding:16px 20px}}.yearly-guide__explain-txt[data-v-d1a3ae61]{color:var(--Gray-800, #333);text-align:left;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.yearly-guide__explain-txt .point[data-v-d1a3ae61]{color:#be3331;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.yearly-guide[data-v-d1a3ae61]{width:100%;display:flex;flex-direction:column;padding:24px 24px 130px;gap:30px}.yearly-guide__section[data-v-d1a3ae61]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.yearly-guide__top[data-v-d1a3ae61]{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;align-self:stretch}.yearly-guide__title[data-v-d1a3ae61]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;display:flex;align-items:center;justify-content:flex-start;width:100%;margin-bottom:8px}.yearly-guide__title-icon[data-v-d1a3ae61]{font-size:20px;font-weight:700;flex-shrink:0}.yearly-guide__title-icon--triangle[data-v-d1a3ae61]{color:var(--orange-300-main, #eb4c10)}.yearly-guide__footer[data-v-d1a3ae61]{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.yearly-guide__footer-box[data-v-d1a3ae61]{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:8px;width:fit-content;padding:24px 40px;border-radius:12px;background:#be33310d}.yearly-guide__footer-box .footer-box__item[data-v-d1a3ae61]{font-family:Pretendard;font-size:14px;font-weight:700;line-height:22px}.yearly-guide.mobile[data-v-d1a3ae61]{padding-bottom:0}.box-body[data-v-d1a3ae61]{width:100%;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.yin-yang-chart[data-v-822443c5]{display:flex;flex-direction:column;align-items:center;gap:16px}.yin-yang-chart__donut-wrapper[data-v-822443c5]{position:relative;display:flex;align-items:center;justify-content:center}.yin-yang-chart__center-label[data-v-822443c5]{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);color:#333;font-family:Pretendard;font-size:16px;font-weight:700;line-height:20px;text-align:center;pointer-events:none}.yin-yang-chart__percent-badge[data-v-822443c5]{position:absolute;bottom:24%;right:5%;padding:4px 8px;border-radius:30px;background:#333;color:#fff;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.yin-yang-chart__percent-badge.mobile[data-v-822443c5]{bottom:18%;right:2%}.yin-yang-chart__legend[data-v-822443c5]{display:flex;flex-direction:column;gap:6px}.yin-yang-chart__legend-item[data-v-822443c5]{display:flex;align-items:center;gap:8px}.yin-yang-chart__legend-dot[data-v-822443c5]{width:12px;height:12px;border-radius:50%}.yin-yang-chart__legend-text[data-v-822443c5]{color:#333;font-family:Pretendard;font-size:14px;font-weight:500;line-height:18px}.yearly-fortune-wrapper[data-v-07106a63]{padding-bottom:130px}.yearly-fortune-wrapper.mobile[data-v-07106a63]{padding:24px 16px}.yin-yang__title[data-v-07106a63]{width:100%;display:flex;align-items:flex-start;gap:5px;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;margin-bottom:24px}.yin-yang__icon[data-v-07106a63]{display:inline-block;width:22px;height:22px;background:url(/assets/icon_yin_yang-CgmeJaGp.svg) center/contain no-repeat}.yin-yang__chart-wrapper[data-v-07106a63]{width:100%;display:flex;gap:40px;margin-bottom:24px}.mobile .yin-yang__chart-wrapper[data-v-07106a63]{gap:16px}.yin-yang__chart-group[data-v-07106a63]{flex:1;display:flex;flex-direction:column;align-items:center;gap:16px}.yin-yang__tab[data-v-07106a63]{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:12px 30px;border-radius:8px;background:#be33310d;color:#be3331;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.mobile .yin-yang__tab[data-v-07106a63]{justify-content:center}.yin-yang__desc[data-v-07106a63]{display:flex;flex-wrap:wrap;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin-bottom:24px}.yin-yang__desc .point[data-v-07106a63]{color:#c23535;font-weight:700}.yin-yang__desc-row[data-v-07106a63]{display:flex;flex-wrap:wrap}.yin-yang__change-box[data-v-07106a63]{display:flex;flex-direction:column;width:100%}.yin-yang__change-tab[data-v-07106a63]{width:fit-content;padding:4px 15px;border-radius:12px 12px 0 0;background:#c23535;color:#fff;font-family:Pretendard;font-size:14px;font-weight:700;line-height:22px}.yin-yang__change-content[data-v-07106a63]{padding:20px 16px;border-radius:0 12px 12px;background:#c235350d;display:flex;flex-direction:column;gap:12px}.mobile .yin-yang__change-content[data-v-07106a63]{padding:16px 20px}.yin-yang__change-content p[data-v-07106a63]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.keyword-box[data-v-07106a63]{padding:16px;border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:12px}.keyword-row[data-v-07106a63]{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.keyword-label[data-v-07106a63]{flex-shrink:0;padding:3px 6px;border-radius:4px;color:#333;font-family:Pretendard;font-size:13px;font-weight:700}.keyword-list[data-v-07106a63]{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.keyword-item[data-v-07106a63]{padding:3px 6px;border-radius:4px;font-family:Pretendard;font-size:13px;font-weight:700}.keyword-item.positive[data-v-07106a63]{background:#5790fc1a;color:#5790fc}.keyword-item.caution[data-v-07106a63]{background:#f3ae111a;color:#f3ae11}.johu-wrapper[data-v-07106a63]{width:100%;display:flex;flex-direction:column;padding:24px 24px 130px;gap:24px}.johu-wrapper.mobile[data-v-07106a63]{padding:24px 16px}.johu__title[data-v-07106a63]{display:flex;align-items:center;gap:5px;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.johu__chart-wrapper[data-v-07106a63]{width:100%;display:flex;gap:40px}.mobile .johu__chart-wrapper[data-v-07106a63]{gap:16px}.johu__chart-group[data-v-07106a63]{flex:1;display:flex;flex-direction:column;align-items:center;gap:16px}.johu__tab[data-v-07106a63]{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:12px 30px;border-radius:8px;background:#be33310d;color:#be3331;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.mobile .johu__tab[data-v-07106a63]{justify-content:center}.johu__desc[data-v-07106a63]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.johu__desc .point[data-v-07106a63]{color:#c23535;font-weight:700}.johu__change-box[data-v-07106a63]{display:flex;flex-direction:column;width:100%}.johu__change-tab[data-v-07106a63]{width:fit-content;padding:4px 15px;border-radius:12px 12px 0 0;background:#c23535;color:#fff;font-family:Pretendard;font-size:14px;font-weight:700;line-height:22px}.johu__change-content[data-v-07106a63]{padding:20px 16px;border-radius:0 12px 12px;background:#c235350d;display:flex;flex-direction:column;gap:12px}.mobile .johu__change-content[data-v-07106a63]{padding:16px 20px}.johu__change-content p[data-v-07106a63]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.yearly-energy-chart[data-v-0e80e9bc]{width:100%}.yearly-energy-chart[data-v-0e80e9bc] .apexcharts-line-series path{stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw-line-0e80e9bc 2.5s linear forwards}.yearly-energy-chart[data-v-0e80e9bc] .apexcharts-series-markers{opacity:0;animation:fade-in-0e80e9bc .5s ease forwards .3s}@keyframes draw-line-0e80e9bc{to{stroke-dashoffset:0}}@keyframes fade-in-0e80e9bc{to{opacity:1}}.tip-badge[data-v-cbf92d3b]{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.tip-badge__text[data-v-cbf92d3b]{position:absolute;left:50%;top:50%;transform:translate(-62%,-55%);font-family:Pretendard;font-size:10px;font-weight:700}.energy-wrapper[data-v-8eb1aa49]{width:100%;display:flex;flex-direction:column;padding:24px 24px 130px;gap:24px}.energy-wrapper.mobile[data-v-8eb1aa49]{padding:24px 16px}.energy-section[data-v-8eb1aa49]{display:flex;flex-direction:column;gap:8px}.energy-section__title[data-v-8eb1aa49]{display:flex;align-items:center;gap:5px;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.energy-section__desc[data-v-8eb1aa49]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.energy-divider[data-v-8eb1aa49]{width:100%;height:1px;background:#ebebeb}.quarter-cards[data-v-8eb1aa49]{display:flex;flex-direction:column;gap:24px;margin-top:16px}.quarter-cards.mobile[data-v-8eb1aa49]{gap:15px;margin-top:0;margin-left:-16px;margin-right:-16px}.quarter-card[data-v-8eb1aa49]{border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;gap:16px}.quarter-card.mobile[data-v-8eb1aa49]{border-radius:0}.quarter-card__header[data-v-8eb1aa49]{display:flex;flex-direction:column;gap:4px}.quarter-card__header.mobile[data-v-8eb1aa49]{gap:4px}.quarter-card__row[data-v-8eb1aa49]{display:flex;align-items:center;justify-content:space-between;gap:16px}.quarter-card__badge[data-v-8eb1aa49]{padding:2px 8px;border-radius:22px;color:#fff;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.quarter-card__title[data-v-8eb1aa49]{width:100%;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:1.4}.quarter-card__subtitle[data-v-8eb1aa49]{padding-left:65px;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:1.4;margin:0}.quarter-card.mobile .quarter-card__subtitle[data-v-8eb1aa49]{padding-left:0}.quarter-card__body[data-v-8eb1aa49]{background:#fff;border-radius:0 8px 8px;padding:12px;display:flex;flex-direction:column;gap:25px}.quarter-card__content[data-v-8eb1aa49]{display:flex;align-items:center;justify-content:center;gap:12px}.quarter-card__keyword[data-v-8eb1aa49]{width:70px;height:70px;border-radius:100px;border:1px solid;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quarter-card__keyword span[data-v-8eb1aa49]{font-family:Pretendard;font-size:18px;font-weight:700;line-height:24px}.quarter-card.mobile .quarter-card__keyword[data-v-8eb1aa49]{width:50px;height:50px}.quarter-card.mobile .quarter-card__keyword span[data-v-8eb1aa49]{font-size:15px}.quarter-card__text[data-v-8eb1aa49]{text-align:center;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:1.4}.quarter-card.mobile .quarter-card__text[data-v-8eb1aa49]{font-size:14px}.quarter-card__text p[data-v-8eb1aa49]{margin:0}.quarter-card__tip[data-v-8eb1aa49]{display:flex;align-items:center;justify-content:center;gap:5px}.quarter-card__tip-text[data-v-8eb1aa49]{color:#575757;font-family:Pretendard;font-size:14px;font-weight:500;line-height:1.1}.point-wrapper[data-v-8eb1aa49]{width:100%;display:flex;flex-direction:column;padding:24px 24px 130px}.point-wrapper.mobile[data-v-8eb1aa49]{padding:24px 16px}.point-section[data-v-8eb1aa49]{display:flex;flex-direction:column}.point-section__title[data-v-8eb1aa49]{display:flex;align-items:center;gap:5px;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;margin-bottom:15px}.point-cards[data-v-8eb1aa49]{display:flex;flex-direction:column;gap:15px}.point-cards.mobile[data-v-8eb1aa49]{gap:15px}.point-card[data-v-8eb1aa49]{display:flex;align-items:center;gap:10px;padding:16px;border-radius:12px;background:#f8f8f8}.point-card.mobile[data-v-8eb1aa49]{flex-direction:column;border-radius:0;margin-left:-16px;margin-right:-16px;padding:16px}.point-card__image[data-v-8eb1aa49]{flex-shrink:0;width:97px;height:110px}.point-card__image img[data-v-8eb1aa49]{width:100%;height:100%;object-fit:contain}.point-card.mobile .point-card__image[data-v-8eb1aa49]{width:117px;height:96px}.point-card__content[data-v-8eb1aa49]{flex:1;display:flex;flex-direction:column;gap:8px;background:#fff;border-radius:8px;padding:15px 16px}.point-card.mobile .point-card__content[data-v-8eb1aa49]{width:100%}.point-card__title[data-v-8eb1aa49]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;margin:0}.point-card__text[data-v-8eb1aa49]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.monthly-energy-chart[data-v-0a71d38f]{width:100%}.monthly-energy-chart[data-v-0a71d38f] .apexcharts-line-series path{stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw-line-0a71d38f 2.5s linear forwards}.monthly-energy-chart[data-v-0a71d38f] .apexcharts-series-markers{opacity:0;animation:fade-in-0a71d38f .5s ease forwards .3s}@media (max-width: 768px){.monthly-energy-chart[data-v-0a71d38f]{width:calc(100% + 16px);margin-left:-16px}}@keyframes draw-line-0a71d38f{to{stroke-dashoffset:0}}@keyframes fade-in-0a71d38f{to{opacity:1}}.monthly-wrapper[data-v-1c3cd1e7]{width:100%;display:flex;flex-direction:column;padding:24px 24px 130px;gap:24px}.monthly-wrapper.mobile[data-v-1c3cd1e7]{padding:24px 16px}.monthly-wrapper.right-col[data-v-1c3cd1e7]{justify-content:flex-start}.monthly-section[data-v-1c3cd1e7]{display:flex;flex-direction:column;gap:8px}.monthly-section__title[data-v-1c3cd1e7]{display:flex;align-items:center;gap:5px;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.monthly-section__desc[data-v-1c3cd1e7]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.monthly-divider[data-v-1c3cd1e7]{width:100%;height:1px;background:#ebebeb}.month-cards[data-v-1c3cd1e7]{display:flex;flex-direction:column;gap:12px;margin-top:8px}.month-cards.mobile[data-v-1c3cd1e7]{gap:10px;margin-top:0;margin-left:-16px;margin-right:-16px}.month-card[data-v-1c3cd1e7]{border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;gap:8px}.month-card.mobile[data-v-1c3cd1e7]{border-radius:0}.month-card__row[data-v-1c3cd1e7]{display:flex;align-items:center;justify-content:space-between;gap:16px}.month-card__info[data-v-1c3cd1e7]{display:flex;flex-direction:column;flex:1;gap:5px;min-width:0}.month-card__badge-wrap[data-v-1c3cd1e7]{display:flex;flex-direction:column;align-items:center;gap:5px;width:42px;flex-shrink:0}.month-card__ganji[data-v-1c3cd1e7]{font-family:Pretendard;font-size:13px;font-weight:500;line-height:24px;text-align:center}.month-card__ganji-suffix[data-v-1c3cd1e7]{color:#575757}.month-card__badge[data-v-1c3cd1e7]{width:100%;padding:2px 0;border-radius:22px;color:#fff;font-family:Pretendard;font-size:14px;font-weight:700;line-height:1.4;text-align:center}.month-card__grade[data-v-1c3cd1e7]{font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.month-card__emoji[data-v-1c3cd1e7]{width:38px;height:38px;flex-shrink:0;object-fit:contain}.month-card__subtitle[data-v-1c3cd1e7]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.flow-wrapper[data-v-498abd93]{width:100%;display:flex;flex-direction:column;align-items:center;padding:24px 24px 130px;gap:24px}.flow-wrapper.mobile[data-v-498abd93]{padding:24px 16px}.bubble-chart[data-v-498abd93]{position:relative;width:calc(100% + 48px);max-width:420px;min-width:320px;margin-left:-24px;margin-right:-24px;aspect-ratio:420/240}.bubble-chart.mobile[data-v-498abd93]{width:calc(100% + 32px);max-width:350px;margin-left:-16px;margin-right:-16px;aspect-ratio:350/200}.bubble-chart__center[data-v-498abd93]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:60px;background:#ee5452;display:flex;align-items:center;justify-content:center}.bubble-chart__center span[data-v-498abd93]{color:#fff;font-family:ChosunGs;font-size:32px;font-weight:400;line-height:32px}.bubble-chart.mobile .bubble-chart__center[data-v-498abd93]{width:100px;height:100px}.bubble-chart.mobile .bubble-chart__center span[data-v-498abd93]{font-size:26px}.bubble-chart__bubble[data-v-498abd93]{position:absolute;border-radius:200px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;animation:bubblePop-498abd93 .4s ease-out backwards}.bubble-chart__bubble[data-v-498abd93]:hover{transform:scale(1.1)}.bubble-chart__bubble span[data-v-498abd93]{color:#404040;font-family:Pretendard;font-weight:700;text-align:center}@keyframes bubblePop-498abd93{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.bubble--blue[data-v-498abd93]{background:#5790fc1a}.bubble--blue.blue-first[data-v-498abd93]{animation-delay:.1s;width:80px;height:80px;left:15%;top:22%}.bubble--blue.blue-first span[data-v-498abd93]{font-size:14px}.bubble-chart.mobile .bubble--blue.blue-first[data-v-498abd93]{width:65px;height:65px}.bubble-chart.mobile .bubble--blue.blue-first span[data-v-498abd93]{font-size:12px}.bubble--blue.blue-second[data-v-498abd93]{animation-delay:.2s;width:80px;height:80px;left:52%;top:4%}.bubble--blue.blue-second span[data-v-498abd93]{font-size:14px}.bubble-chart.mobile .bubble--blue.blue-second[data-v-498abd93]{width:65px;height:65px;left:55%}.bubble-chart.mobile .bubble--blue.blue-second span[data-v-498abd93]{font-size:12px}.bubble--blue.blue-third[data-v-498abd93]{animation-delay:.3s;width:60px;height:60px;left:36%;top:72%}.bubble--blue.blue-third span[data-v-498abd93]{font-size:14px}.bubble-chart.mobile .bubble--blue.blue-third[data-v-498abd93]{width:50px;height:50px}.bubble-chart.mobile .bubble--blue.blue-third span[data-v-498abd93]{font-size:11px}.bubble--red[data-v-498abd93]{background:#ff6e6e1a;width:100px;height:100px}.bubble--red span[data-v-498abd93]{font-size:15px}.bubble-chart.mobile .bubble--red[data-v-498abd93]{width:80px;height:80px}.bubble-chart.mobile .bubble--red span[data-v-498abd93]{font-size:13px}.bubble--red.red-first[data-v-498abd93]{animation-delay:.15s;left:62%;top:24%}.bubble--red.red-second[data-v-498abd93]{animation-delay:.25s;left:18%;top:46%}.bubble--red.red-third[data-v-498abd93]{animation-delay:.35s;left:60%;top:61%;width:60px;height:60px}.bubble--red.red-third span[data-v-498abd93]{font-size:12px}.bubble-chart.mobile .bubble--red.red-third[data-v-498abd93]{width:50px;height:50px;top:58%}.bubble-chart.mobile .bubble--red.red-third span[data-v-498abd93]{font-size:11px}.bubble--yellow[data-v-498abd93]{background:#f3ae111a;width:60px;height:60px}.bubble--yellow span[data-v-498abd93]{font-size:12px}.bubble-chart.mobile .bubble--yellow[data-v-498abd93]{width:50px;height:50px}.bubble-chart.mobile .bubble--yellow span[data-v-498abd93]{font-size:11px}.bubble--yellow.yellow-first[data-v-498abd93]{animation-delay:.2s;right:12%;top:5%}.bubble-chart.mobile .bubble--yellow.yellow-first[data-v-498abd93]{right:10%}.bubble--yellow.yellow-second[data-v-498abd93]{animation-delay:.3s;left:8%;top:43%}.bubble--yellow.yellow-third[data-v-498abd93]{animation-delay:.4s;right:8%;top:70%;width:70px;height:70px}.bubble-chart.mobile .bubble--yellow.yellow-third[data-v-498abd93]{right:4%}.flow-section[data-v-498abd93]{width:100%;display:flex;flex-direction:column;gap:16px}.flow-section__title[data-v-498abd93]{display:flex;align-items:center;gap:5px;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.flow-wrapper.mobile .flow-section[data-v-498abd93]{gap:8px}.flow-card[data-v-498abd93]{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:12px;background:var(--flow-bg)}.flow-card--blue[data-v-498abd93]{--flow-bg: #f3f7ff;--flow-tag-bg: rgba(87, 144, 252, .07);--flow-tag-color: #5790fc}.flow-card--red[data-v-498abd93]{--flow-bg: #fff5f5;--flow-tag-bg: rgba(255, 110, 110, .07);--flow-tag-color: #ff6e6e}.flow-card--yellow[data-v-498abd93]{--flow-bg: #fefbf3;--flow-tag-bg: rgba(243, 174, 17, .07);--flow-tag-color: #f3ae11}.flow-card__content[data-v-498abd93]{display:flex;flex-direction:column;gap:8px}.flow-card__tags[data-v-498abd93]{display:flex;gap:8px;flex-wrap:wrap}.flow-card__tag[data-v-498abd93]{padding:3px 6px;border-radius:4px;background:var(--flow-tag-bg);color:var(--flow-tag-color);font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.flow-card__desc[data-v-498abd93]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.flow-card__items[data-v-498abd93]{display:flex;flex-direction:column;gap:10px}.flow-card__item[data-v-498abd93]{padding:12px;border-radius:8px;background:#fffc}.flow-card__item p[data-v-498abd93]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.flow-card__recommend[data-v-498abd93]{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:8px;background:#fffc}.flow-card__recommend-title[data-v-498abd93]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;margin:0}.flow-card__recommend-text[data-v-498abd93]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.flow-wrapper.mobile .flow-card[data-v-498abd93]{border-radius:0;margin-left:-16px;margin-right:-16px;padding:16px}.flow-wrapper.mobile .flow-card__desc[data-v-498abd93],.flow-wrapper.mobile .flow-card__item p[data-v-498abd93],.flow-wrapper.mobile .flow-card__recommend-text[data-v-498abd93]{font-size:14px;line-height:22px}.structure-wrapper[data-v-08931c00]{width:100%;display:flex;flex-direction:column;padding:24px 24px 130px;gap:24px}.structure-wrapper.mobile[data-v-08931c00]{padding:24px 0;gap:26px}.structure-section[data-v-08931c00]{display:flex;flex-direction:column;gap:16px;align-items:center}.structure-section__title[data-v-08931c00]{display:flex;align-items:center;gap:5px;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;width:100%}.structure-wrapper.mobile .structure-section[data-v-08931c00]{gap:20px}.structure-wrapper.mobile .structure-section__title[data-v-08931c00]{padding:0 16px}.structure-divider[data-v-08931c00]{width:100%;height:1px;background:#ebebeb}.structure-wrapper.mobile .structure-divider[data-v-08931c00]{margin:0 16px;width:calc(100% - 32px)}.guide__circle-box[data-v-08931c00]{width:100%;display:flex;justify-content:center;align-items:center}.guide__circle-box .circle-box__overlap-group[data-v-08931c00]{display:flex;padding-right:12px}.guide__circle-box .circle-box__overlap-group .overlap-circle[data-v-08931c00]{margin-left:-12px}.guide__circle-box.mobile .structure-circle[data-v-08931c00]{width:100px;height:100px}.guide__circle-box.mobile .structure-circle span[data-v-08931c00]{font-size:14px}.structure-circle[data-v-08931c00]{display:flex;width:120px;height:120px;padding:20px;justify-content:center;align-items:center;border-radius:200px;background:#ffffff0d;cursor:pointer;transition:transform .2s ease;animation:circlePop-08931c00 .4s ease-out backwards}.structure-circle[data-v-08931c00]:hover{transform:scale(1.08)}.structure-circle[data-v-08931c00]:nth-child(1){animation-delay:.1s}.structure-circle[data-v-08931c00]:nth-child(2){animation-delay:.2s}.structure-circle[data-v-08931c00]:nth-child(3){animation-delay:.3s}.structure-circle span[data-v-08931c00]{color:inherit;font-family:Pretendard;font-size:16px;font-weight:700;line-height:24px;text-align:center}.structure-circle--blue[data-v-08931c00]{border:1px solid rgba(87,144,252,.5);color:#5790fc}.structure-circle--blue.light[data-v-08931c00]{background:#5790fc0d}.structure-circle--green[data-v-08931c00]{border:1px solid rgba(136,195,74,.5);color:#88c34a}.structure-circle--green.light[data-v-08931c00]{background:#88c34a0d}.structure-circle--red[data-v-08931c00]{border:1px solid rgba(255,110,110,.5);color:#ff6e6e}.structure-circle--red.light[data-v-08931c00]{background:#ff6e6e0d}@keyframes circlePop-08931c00{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.structure-card[data-v-08931c00]{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:12px;width:100%}.structure-card--blue[data-v-08931c00]{background:#f3f7ff}.structure-card--green[data-v-08931c00]{background:#88c34a0d}.structure-card--red[data-v-08931c00]{background:#fff5f5}.structure-card--yellow[data-v-08931c00]{background:#fefbf3}.structure-card--purple[data-v-08931c00]{background:#f7f5ff;gap:16px}.structure-card__desc[data-v-08931c00]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.structure-card__detail[data-v-08931c00]{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:8px;background:#fffc}.structure-card__detail-title[data-v-08931c00]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;margin:0}.structure-card__detail-text[data-v-08931c00]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;margin:0}.structure-wrapper.mobile .structure-card[data-v-08931c00]{border-radius:0;padding:20px 16px}.structure-card__header[data-v-08931c00]{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.structure-card__header-title[data-v-08931c00]{display:flex;align-items:center;gap:5px;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.structure-card__header-toggle[data-v-08931c00]{transition:transform .2s ease}.structure-card__header-toggle.open[data-v-08931c00]{transform:rotate(180deg)}.structure-card__list[data-v-08931c00]{display:flex;flex-direction:column;gap:8px;width:100%}.structure-card__list-item[data-v-08931c00]{display:flex;gap:8px;padding:12px;border-radius:8px;background:#fffc;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.structure-card__list-item .bullet[data-v-08931c00]{flex-shrink:0}.structure-wrapper.mobile .structure-card__desc[data-v-08931c00],.structure-wrapper.mobile .structure-card__detail-text[data-v-08931c00],.structure-wrapper.mobile .structure-card__list-item[data-v-08931c00]{font-size:14px;line-height:22px}.tendency-wrapper[data-v-a6f40ee0]{width:100%;display:flex;flex-direction:column;gap:40px;padding:24px 24px 130px;overflow-y:auto;background:#fff}.tendency-wrapper.mobile[data-v-a6f40ee0]{padding:20px 16px 24px;gap:24px}.tendency-wrapper.mobile .tendency-section[data-v-a6f40ee0]{padding-bottom:24px;border-bottom:1px solid #ebebeb}.tendency-wrapper.mobile .tendency-section[data-v-a6f40ee0]:last-child{padding-bottom:0;border-bottom:none}.tendency-wrapper.mobile .tendency-ncode-card[data-v-a6f40ee0]{justify-content:space-between;gap:20px;padding:16px 20px}.tendency-wrapper.mobile .tendency-chart[data-v-a6f40ee0]{overflow-x:auto}.tendency-wrapper.mobile .chart-bars[data-v-a6f40ee0]{min-width:350px}.tendency-section[data-v-a6f40ee0]{display:flex;flex-direction:column;gap:20px;align-items:center}.tendency-ncode-card[data-v-a6f40ee0]{display:flex;align-items:center;justify-content:center;gap:40px;width:100%;padding:16px;border-radius:12px;border:1px solid #f8f8f8;background:#fff;box-shadow:0 0 20px #0000001a}.tendency-ncode-card .ncode-label[data-v-a6f40ee0]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.tendency-ncode-card .ncode-label.two-line[data-v-a6f40ee0]{display:flex;flex-direction:column;text-align:center}.tendency-chart[data-v-a6f40ee0]{display:flex;flex-direction:column;gap:10px;width:100%;max-width:552px}.chart-labels[data-v-a6f40ee0]{display:flex;justify-content:space-between;padding:0 6px}.chart-labels span[data-v-a6f40ee0]{width:20px;color:#333;font-family:Pretendard;font-size:12px;font-weight:400;line-height:16px;text-align:center}.chart-labels span.center[data-v-a6f40ee0]{font-weight:700}.chart-bars[data-v-a6f40ee0]{position:relative;display:flex;flex-direction:column;gap:28px;padding:18px 0}.chart-grid[data-v-a6f40ee0]{position:absolute;top:0;left:6px;right:6px;bottom:0;display:flex;justify-content:space-between;pointer-events:none}.chart-grid .grid-line[data-v-a6f40ee0]{width:1px;height:100%}.chart-grid .grid-line.dashed[data-v-a6f40ee0]{border-left:1px dashed #ebebeb}.chart-grid .grid-line.center-line[data-v-a6f40ee0]{z-index:10;background:#c2c2c2}.bar-row[data-v-a6f40ee0]{display:flex;height:20px;position:relative;z-index:1}.bar-row:nth-child(1) .bar[data-v-a6f40ee0]{animation-delay:.05s}.bar-row:nth-child(2) .bar[data-v-a6f40ee0]{animation-delay:.12s}.bar-row:nth-child(3) .bar[data-v-a6f40ee0]{animation-delay:.1s}.bar-row:nth-child(4) .bar[data-v-a6f40ee0]{animation-delay:.2s}@keyframes barGrowLeft-a6f40ee0{0%{transform:scaleX(0)}70%{transform:scaleX(1.08)}85%{transform:scaleX(.97)}to{transform:scaleX(1)}}@keyframes barGrowRight-a6f40ee0{0%{transform:scaleX(0)}70%{transform:scaleX(1.08)}85%{transform:scaleX(.97)}to{transform:scaleX(1)}}.bar-left[data-v-a6f40ee0]{flex:1;display:flex;justify-content:flex-end;padding-right:0}.bar-left .bar[data-v-a6f40ee0]{position:relative;display:flex;align-items:center;justify-content:flex-start;padding-left:8px;height:100%;border-radius:8px 0 0 8px;min-width:26px;transform-origin:right center;animation:barGrowLeft-a6f40ee0 .6s ease-out backwards}.bar-right[data-v-a6f40ee0]{flex:1;display:flex;justify-content:flex-start;padding-left:0}.bar-right .bar[data-v-a6f40ee0]{position:relative;display:flex;align-items:center;justify-content:flex-end;padding-right:8px;height:100%;border-radius:0 8px 8px 0;min-width:26px;transform-origin:left center;animation:barGrowRight-a6f40ee0 .6s ease-out backwards}.bar-letter[data-v-a6f40ee0]{font-family:Pretendard;font-size:14px;font-weight:700;line-height:18px}.bar-tooltip[data-v-a6f40ee0]{position:absolute;top:-28px;padding:2px 6px;border-radius:4px;background:#333;color:#fff;font-family:Pretendard;font-size:11px;font-weight:600;line-height:16px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease}.bar-left .bar-tooltip[data-v-a6f40ee0]{left:0}.bar-right .bar-tooltip[data-v-a6f40ee0]{right:0}.bar--active[data-v-a6f40ee0]:hover{filter:brightness(1.12);box-shadow:0 0 8px #00000026}.bar--active:hover .bar-tooltip[data-v-a6f40ee0]{opacity:1}.right-wrapper[data-v-a6f40ee0]{width:100%;display:flex;flex-direction:column;gap:24px;padding:24px 24px 130px;overflow-y:auto;background:#fff}.right-wrapper.mobile[data-v-a6f40ee0]{padding:20px 16px 24px}.right-wrapper.mobile .position-compare[data-v-a6f40ee0]{flex-direction:column;gap:12px;height:auto}.right-wrapper.mobile .position-card[data-v-a6f40ee0]{flex:unset;padding:12px 40px}.right-wrapper.mobile .arrow-icon[data-v-a6f40ee0]{transform:rotate(90deg)}.right-section[data-v-a6f40ee0]{display:flex;flex-direction:column;gap:16px}.section-title[data-v-a6f40ee0]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.divider[data-v-a6f40ee0]{width:100%;height:1px;background:#ebebeb}.mbti-keyword-row[data-v-a6f40ee0]{display:flex;align-items:center;justify-content:center;gap:30px}.mbti-box[data-v-a6f40ee0]{display:flex;align-items:center;justify-content:center;padding:12px 40px;border:1px solid #ebebeb;border-radius:9px;background:#fff}.keyword-tags[data-v-a6f40ee0]{display:flex;flex-wrap:wrap;gap:8px}.keyword-tags .tag[data-v-a6f40ee0]{padding:3px 6px;border-radius:4px;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.keyword-tags.blue .tag[data-v-a6f40ee0]{background:#5790fc12;color:#5790fc}.keyword-tags.green .tag[data-v-a6f40ee0]{background:#88c34a12;color:#88c34a}.keyword-tags.red .tag[data-v-a6f40ee0]{background:#ff6e6e12;color:#ff6e6e}.concept-box[data-v-a6f40ee0]{display:flex;flex-direction:column;gap:8px}.concept-title[data-v-a6f40ee0]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.concept-text[data-v-a6f40ee0]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.feature-box[data-v-a6f40ee0]{display:flex;flex-direction:column;gap:8px}.feature-title[data-v-a6f40ee0]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.feature-list[data-v-a6f40ee0]{margin:0;padding-left:16px;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;list-style-type:none}.feature-list li[data-v-a6f40ee0]{margin-bottom:4px;position:relative;padding-left:12px}.feature-list li[data-v-a6f40ee0]:before{content:"•";position:absolute;left:0;font-size:10px;line-height:24px}.point-row[data-v-a6f40ee0]{display:flex;gap:16px}.point-card[data-v-a6f40ee0]{flex:1;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:8px;background:#fffc}.point-card.green[data-v-a6f40ee0]{border:1px solid #88c34a}.point-card.red[data-v-a6f40ee0]{border:1px solid #ff6e6e}.point-title[data-v-a6f40ee0]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.position-section[data-v-a6f40ee0]{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;border-radius:8px;background:#fffc}.position-section .section-title[data-v-a6f40ee0]{width:100%}.position-compare[data-v-a6f40ee0]{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.position-card[data-v-a6f40ee0]{flex:1;display:flex;align-items:center;justify-content:center;gap:20px;padding:12px 20px;border:1px solid #ebebeb;border-radius:9px;background:#fff}.mbti-chars[data-v-a6f40ee0]{display:flex;align-items:center;gap:4px}.mbti-chars .mbti-char[data-v-a6f40ee0]{font-family:Pretendard;font-size:18px;font-weight:700;line-height:32px}.position-name[data-v-a6f40ee0]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.arrow-icon[data-v-a6f40ee0]{color:#333;font-size:24px;line-height:1}.compare-text[data-v-a6f40ee0],.energy-text[data-v-a6f40ee0]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.summary-card[data-v-a6f40ee0]{padding:16px;border-radius:12px;background:#5790fc0d}.summary-text[data-v-a6f40ee0]{color:#5790fc;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;text-align:center}.yearly-fortune-bar-chart[data-v-dddff905]{width:100%}.yearly-fortune-bar-chart[data-v-dddff905] .apexcharts-canvas{max-width:100%!important;width:100%!important}.yearly-fortune-bar-chart[data-v-dddff905] .apexcharts-xaxis-label tspan:nth-child(2){fill:#eb4c10}.recommend-wrapper[data-v-b9677936]{width:100%;display:flex;flex-direction:column;gap:16px;padding:24px 24px 130px;overflow-y:auto;background:#fff}.recommend-wrapper.mobile[data-v-b9677936]{padding:20px 0 24px;gap:24px}.recommend-wrapper.mobile .advice-bubble[data-v-b9677936]{padding:0 16px}.recommend-wrapper.mobile .recommend-card[data-v-b9677936]{border-radius:0}.advice-bubble[data-v-b9677936]{display:flex;flex-direction:column;align-items:center;margin-bottom:8px}.advice-bubble .bubble-content[data-v-b9677936]{padding:16px 24px;border-radius:12px;border:1px solid #88c34a;background:#f9fcf6;color:#88c34a;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px;text-align:center}.advice-bubble .bubble-tail[data-v-b9677936]{margin-top:-1px}.recommend-card[data-v-b9677936]{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:12px;background:#f9fcf6}.card-title[data-v-b9677936]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.card-content[data-v-b9677936]{padding:12px 16px;background:#fff;border-radius:8px;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.life-list[data-v-b9677936]{display:flex;flex-direction:column;gap:12px}.life-item[data-v-b9677936]{padding:12px 16px;background:#fff;border-radius:8px;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.stable-wrapper[data-v-b9677936]{width:100%;display:flex;flex-direction:column;gap:16px;padding:24px 24px 130px;overflow-y:auto;background:#fff}.stable-wrapper.mobile[data-v-b9677936]{padding:20px 0 24px;gap:24px}.stable-wrapper.mobile .advice-bubble[data-v-b9677936]{padding:0 16px}.stable-wrapper.mobile .stable-card[data-v-b9677936]{border-radius:0}.advice-bubble.red .bubble-content[data-v-b9677936]{border-color:#be3331;background:#fff5f5;color:#be3331}.stable-card[data-v-b9677936]{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:12px;background:#fff5f5}.strategy-wrapper[data-v-750fda34]{width:100%;display:flex;flex-direction:column;gap:16px;padding:24px 24px 130px;overflow-y:auto;background:#fff}.flow-section[data-v-750fda34]{display:flex;flex-direction:column;gap:16px}.section-label[data-v-750fda34]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.flow-diagram[data-v-750fda34]{display:flex;flex-direction:column;gap:30px;padding:20px;background:#fff}.flow-row[data-v-750fda34]{display:flex;align-items:center;justify-content:center;gap:15px}.flow-circle[data-v-750fda34]{display:flex;flex-direction:column;flex-shrink:0;align-items:center;justify-content:center;gap:10px;width:120px;height:120px;padding:20px;border-radius:50%;font-family:Pretendard;font-size:16px;font-weight:700;line-height:24px;text-align:center;animation:circlePop-750fda34 .4s ease-out backwards}.flow-circle__fill.green[data-v-750fda34]{background:#88c34a0d}.flow-circle__fill.red[data-v-750fda34]{background:#ff6e6e0d}.flow-circle__divider[data-v-750fda34]{width:72px;height:1px;background:currentColor;opacity:.5}.flow-circle.green[data-v-750fda34]{border:1px solid rgba(136,195,74,.5);color:#88c34a}.flow-circle.red[data-v-750fda34]{border:1px solid rgba(255,110,110,.5);color:#ff6e6e}.flow-row:nth-child(1) .flow-circle[data-v-750fda34]:nth-child(1){animation-delay:.1s}.flow-row:nth-child(1) .flow-arrow[data-v-750fda34]{animation-delay:.2s}.flow-row:nth-child(1) .flow-circle[data-v-750fda34]:nth-child(3){animation-delay:.3s}.flow-row:nth-child(2) .flow-circle[data-v-750fda34]:nth-child(1){animation-delay:.2s}.flow-row:nth-child(2) .flow-arrow[data-v-750fda34]{animation-delay:.3s}.flow-row:nth-child(2) .flow-circle[data-v-750fda34]:nth-child(3){animation-delay:.4s}@keyframes circlePop-750fda34{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.flow-arrow[data-v-750fda34]{width:69px;height:8px;flex-shrink:0;animation:arrowGrow-750fda34 .3s ease-out backwards}.flow-arrow.green[data-v-750fda34]{background:url("data:image/svg+xml,%3csvg%20width='69'%20height='8'%20viewBox='0%200%2069%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M68.3536%204.03544C68.5488%203.84018%2068.5488%203.52359%2068.3536%203.32833L65.1716%200.146351C64.9763%20-0.0489113%2064.6597%20-0.0489113%2064.4645%200.146351C64.2692%200.341613%2064.2692%200.658195%2064.4645%200.853458L67.2929%203.68188L64.4645%206.51031C64.2692%206.70557%2064.2692%207.02216%2064.4645%207.21742C64.6597%207.41268%2064.9763%207.41268%2065.1716%207.21742L68.3536%204.03544ZM0%203.68188V4.18188H1.88889V3.68188V3.18188H0V3.68188ZM5.66667%203.68188V4.18188H9.44444V3.68188V3.18188H5.66667V3.68188ZM13.2222%203.68188V4.18188H17V3.68188V3.18188H13.2222V3.68188ZM20.7778%203.68188V4.18188H24.5556V3.68188V3.18188H20.7778V3.68188ZM28.3333%203.68188V4.18188H32.1111V3.68188V3.18188H28.3333V3.68188ZM35.8889%203.68188V4.18188H39.6667V3.68188V3.18188H35.8889V3.68188ZM43.4445%203.68188V4.18188H47.2222V3.68188V3.18188H43.4445V3.68188ZM51%203.68188V4.18188H54.7778V3.68188V3.18188H51V3.68188ZM58.5556%203.68188V4.18188H62.3333V3.68188V3.18188H58.5556V3.68188ZM66.1111%203.68188V4.18188H68V3.68188V3.18188H66.1111V3.68188Z'%20fill='url(%23paint0_linear_1197_17850)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1197_17850'%20x1='0'%20y1='4.18188'%20x2='68'%20y2='4.18188'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2388C34A'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%2388C34A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat}.flow-arrow.red[data-v-750fda34]{background:url("data:image/svg+xml,%3csvg%20width='69'%20height='8'%20viewBox='0%200%2069%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M68.3536%204.03544C68.5488%203.84018%2068.5488%203.52359%2068.3536%203.32833L65.1716%200.146351C64.9763%20-0.0489113%2064.6597%20-0.0489113%2064.4645%200.146351C64.2692%200.341613%2064.2692%200.658195%2064.4645%200.853458L67.2929%203.68188L64.4645%206.51031C64.2692%206.70557%2064.2692%207.02216%2064.4645%207.21742C64.6597%207.41268%2064.9763%207.41268%2065.1716%207.21742L68.3536%204.03544ZM0%203.68188V4.18188H1.88889V3.68188V3.18188H0V3.68188ZM5.66667%203.68188V4.18188H9.44444V3.68188V3.18188H5.66667V3.68188ZM13.2222%203.68188V4.18188H17V3.68188V3.18188H13.2222V3.68188ZM20.7778%203.68188V4.18188H24.5556V3.68188V3.18188H20.7778V3.68188ZM28.3333%203.68188V4.18188H32.1111V3.68188V3.18188H28.3333V3.68188ZM35.8889%203.68188V4.18188H39.6667V3.68188V3.18188H35.8889V3.68188ZM43.4445%203.68188V4.18188H47.2222V3.68188V3.18188H43.4445V3.68188ZM51%203.68188V4.18188H54.7778V3.68188V3.18188H51V3.68188ZM58.5556%203.68188V4.18188H62.3333V3.68188V3.18188H58.5556V3.68188ZM66.1111%203.68188V4.18188H68V3.68188V3.18188H66.1111V3.68188Z'%20fill='url(%23paint0_linear_1197_17856)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1197_17856'%20x1='0'%20y1='4.18188'%20x2='68'%20y2='4.18188'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF6E6E'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23FF6E6E'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat}@keyframes arrowGrow-750fda34{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.flow-description[data-v-750fda34]{padding:16px;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px;text-align:center}.flow-description[data-v-750fda34] .highlight-red{color:#be3331;font-weight:700}.insight-card[data-v-750fda34]{display:flex;padding:16px 16px 16px 8px;align-items:center;justify-content:center;border-radius:12px}.insight-card.yellow[data-v-750fda34]{background:#fffbf0}.insight-card.blue[data-v-750fda34]{background:#f0f7ff}.insight-card .card-icon[data-v-750fda34]{width:97px;height:110px;flex-shrink:0}.insight-card .card-body[data-v-750fda34]{padding:16px;display:flex;flex:1;flex-direction:column;gap:8px;background-color:#fff;border-radius:8px}.insight-card .card-title[data-v-750fda34]{color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.insight-card .card-text[data-v-750fda34]{color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.resolution-wrapper[data-v-750fda34]{width:100%;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;overflow-y:auto;background:#fff}.resolution-wrapper.mobile[data-v-750fda34]{padding:24px 0;justify-content:flex-start;gap:40px}.resolution-section[data-v-750fda34]{display:flex;flex-direction:column;gap:16px}.resolution-wrapper.mobile .resolution-section[data-v-750fda34]{padding:0 16px;gap:8px}.section-title[data-v-750fda34]{margin:0;color:#333;font-family:Pretendard;font-size:15px;font-weight:700;line-height:24px}.resolution-card[data-v-750fda34]{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:12px;background:#fff5f5}.resolution-wrapper.mobile .resolution-card[data-v-750fda34]{border-radius:0;margin:0 -16px;gap:16px}.keyword-tags[data-v-750fda34]{display:flex;flex-wrap:wrap;gap:8px}.keyword-tag[data-v-750fda34]{padding:3px 6px;background:#ff6e6e12;border-radius:4px;color:#ff6e6e;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.feature-list[data-v-750fda34]{display:flex;flex-direction:column;gap:10px}.resolution-wrapper.mobile .feature-list[data-v-750fda34]{gap:16px}.feature-item[data-v-750fda34]{padding:12px;background:#fffc;border-radius:8px;color:#333;font-family:Pretendard;font-size:15px;font-weight:400;line-height:24px}.bottom-quote[data-v-750fda34]{display:flex;flex-direction:column;align-items:center;gap:8px;padding-bottom:24px}.resolution-wrapper.mobile .bottom-quote[data-v-750fda34]{padding:0 16px}.bottom-quote .img_year_0805[data-v-750fda34]{display:flex;width:100%;max-width:399px;aspect-ratio:399/134;background:url(/assets/img_year_0805-B8xZzrzt.png) center center no-repeat;background-size:contain}.bottom-quote .icon-quote[data-v-750fda34]{width:28px;height:22px;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='20'%20viewBox='0%200%2026%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2020L5.40097%200H12.058L8.91787%2020H0ZM13.942%2020L19.343%200H26L22.8599%2020H13.942Z'%20fill='%23EBEBEB'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.bottom-quote .quote-text[data-v-750fda34]{color:#333;font-family:Pretendard;font-size:16px;font-weight:400;line-height:28px;text-align:center}.strategy-wrapper.mobile[data-v-750fda34]{padding:24px 0;gap:26px}.strategy-wrapper.mobile .flow-section[data-v-750fda34]{padding:0 16px}.strategy-wrapper.mobile .insight-card[data-v-750fda34]{flex-direction:column;align-items:center;border-radius:0;padding:16px;gap:10px}.strategy-wrapper.mobile .insight-card.yellow[data-v-750fda34]{background:#fefbf3}.strategy-wrapper.mobile .insight-card.blue[data-v-750fda34]{background:#f3f7ff}.strategy-wrapper.mobile .insight-card .card-icon[data-v-750fda34]{width:97px;height:110px;display:flex;flex-shrink:0}.strategy-wrapper.mobile .insight-card .card-body[data-v-750fda34]{display:flex;flex:1;word-break:break-all;width:100%}.bottom-quote .quote-text mark{background:transparent;color:#be3331;font-weight:700;padding:0 6px;margin:0 -6px;background-image:linear-gradient(transparent 70%,#be333126 70%)}.ending-wrapper[data-v-6fbdce59]{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 24px 35%;gap:24px}.ending-wrapper.survey[data-v-6fbdce59]{height:100%}.ending-wrapper.mobile[data-v-6fbdce59]{padding:24px 16px}.ending-wrapper[data-v-6fbdce59]:not(.survey){height:100%}.ending-replay[data-v-6fbdce59]{width:100%;display:flex;justify-content:center}.ending-replay .replay-btn[data-v-6fbdce59]{display:flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;border:1px solid #ebebeb;background:#fff;color:#333;font-family:Pretendard;font-size:14px;font-weight:600;line-height:22px;cursor:pointer}.ending-replay .replay-btn .return-icon[data-v-6fbdce59]{display:block;width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center center;background-size:contain}.yearly-guide__footer[data-v-6fbdce59]{display:flex;flex-direction:column;width:100%;padding:20px 32px;align-items:center;gap:20px;border-radius:12px;background:#be33310d;text-align:center}@media (max-width: 768px){.yearly-guide__footer[data-v-6fbdce59]{padding:20px 16px}}.yearly-guide__footer-character[data-v-6fbdce59]{width:clamp(80px,9vw,140px);height:clamp(80px,9vw,140px);min-width:80px;border-radius:50%;background:url(/assets/img_year_guide_0104-Bdaxygf0.png) center center no-repeat;background-size:cover;flex-shrink:0}@media (max-width: 768px){.yearly-guide__footer-character[data-v-6fbdce59]{width:100px;height:100px}}.yearly-guide__footer-content[data-v-6fbdce59]{display:flex;flex-direction:column;align-items:center;gap:8px}.yearly-guide__footer-title[data-v-6fbdce59]{color:#be3331;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.yearly-guide__footer-text[data-v-6fbdce59]{max-width:300px;display:flex;flex-wrap:wrap;justify-content:center;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px}@media (max-width: 768px){.yearly-guide__footer-text[data-v-6fbdce59]{max-width:100%}}.person-tab-0202-img-box .img-box .img{width:100%;aspect-ratio:1;border-radius:8px;background:url(/assets/thum-person-01-B-pyJ9Gr.png);background-size:cover;background-position:center}.person-tab-0202-img-box .img-box:nth-child(2) .img{background:url(/assets/thum-person-02-CT15Ypfu.png)}.person-tab-0202-img-box .img-box:nth-child(3) .img{background:url(/assets/thum-person-03-CP-YPQZR.png)}.person-tab-0202-img-box .img-box:nth-child(4) .img{background:url(/assets/thum-person-04-DXKAWENR.png)}.person-tab-0202-img-box .img-box:nth-child(5) .img{background:url(/assets/thum-person-05-CLt47bvV.png)}.five-round-bg .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15252_32424)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.639%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.222%20208.771%20174.262%20226.142%20183.126%20238.826C191.909%20251.393%20209.004%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15252_32424'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15252_32424'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15252_32424'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.five-round-bg.finish .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.color{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.place{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.food{background:url(/assets/personality-food-DoyXRFPX.png) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.exercise{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.clothes{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.explain-nocde .explain-ncode__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.personal-career-notice .personal-career-triangle{position:absolute;top:35%;left:-12%;transform:translate(50%);width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;transform:translate(50%) rotate(-90deg);z-index:100}.yf-keyword{color:#333;font-weight:700}.yf-keyword--red{color:#be3331;font-weight:700}.yf-keyword--green{color:#88c34a;font-weight:700}.yf-keyword--orange{color:#eb4c10;font-weight:700}.full-height[data-v-2a169b9a]{height:100vh}.analysis__loading-overlay[data-v-2a169b9a]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;font-size:18px;font-weight:700}.yearly-fortune-content[data-v-2a169b9a]{padding:40px}.overview-none-wrap[data-v-03b4e6a7]{width:100%;display:flex;flex-direction:column}.overview-none-wrap .overview-none-title[data-v-03b4e6a7]{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:20px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.overview-none-wrap .overview-none-title .tit[data-v-03b4e6a7]{color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:700;line-height:24px}.overview-none-wrap .overview-none-title .cnt[data-v-03b4e6a7]{color:var(--orange-300-main, #eb4c10);font-size:14px;font-style:normal;font-weight:700;line-height:24px;margin-left:auto}.overview-payment-info-wrap[data-v-03b4e6a7]{height:100%;width:100%;padding:28px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-shrink:0;box-sizing:border-box}.overview-pay-info-box[data-v-03b4e6a7]{display:flex;padding:28px;flex-direction:column;align-items:flex-start;border-radius:12px;background:#be33310d;box-sizing:border-box;width:100%}.overview-pay-info-box .yearly-fortune-header-wrapper[data-v-03b4e6a7]{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}.overview-pay-info-box .yearly-fortune-header-wrapper .tit-box[data-v-03b4e6a7]{margin-left:12px;flex:1;min-width:0;color:#be3331;font-size:16px;font-style:normal;font-weight:700;line-height:26px;display:flex;align-items:center;gap:8px}.overview-pay-info-box .yearly-fortune-header-wrapper .tit-box span[data-v-03b4e6a7]{display:inline-flex;align-items:center;line-height:inherit}.overview-pay-info-box .yearly-fortune-info-image[data-v-03b4e6a7]{width:90px;height:100px;display:flex;justify-content:flex-end;align-items:flex-start;flex-shrink:0}.overview-pay-info-box .yearly-fortune-info-image img[data-v-03b4e6a7]{max-width:100%;height:auto;object-fit:contain}.overview-pay-info-box .tit-box[data-v-03b4e6a7]{color:#be3331;font-size:18px;font-style:normal;font-weight:700;line-height:28px;display:flex;align-items:center;gap:8px}.overview-pay-info-box .tit-box span[data-v-03b4e6a7]{display:inline-flex;align-items:center;line-height:inherit}.overview-pay-info-box .txt-box[data-v-03b4e6a7]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--Gray-700, #575757);font-size:15px;font-style:normal;font-weight:500;line-height:22px}.overview-pay-info-box .txt-box.bg-white[data-v-03b4e6a7]{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px;background:var(--gray-100-white, #fff)}.overview-pay-info-box .txt-box .txt-bold[data-v-03b4e6a7]{font-weight:700}.overview-payment-info-content-box[data-v-03b4e6a7]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px}.overview-payment-info[data-v-03b4e6a7]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:28px}.overview-payment-info-content[data-v-03b4e6a7]{border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:20px 16px}.overview-payment-info-content .overview-payment-info-title[data-v-03b4e6a7]{width:100%;display:flex;justify-content:flex-start;align-items:center;color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:8px}.overview-payment-info-content .overview-payment-info-date-box[data-v-03b4e6a7]{display:flex;width:100%;justify-content:flex-start;align-items:flex-start;flex-direction:column}.overview-payment-info-content .overview-payment-info-date[data-v-03b4e6a7]{display:flex;width:100%;justify-content:space-between;align-items:flex-start}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-title[data-v-03b4e6a7]{color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:flex;align-items:center;gap:4px}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-value[data-v-03b4e6a7]{color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:700;line-height:24px}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-value.red[data-v-03b4e6a7]{color:var(--orange-300-main, #eb4c10)}.overview-btn-box[data-v-03b4e6a7]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:28px;margin-top:28px}.overview-pay-info-btn[data-v-03b4e6a7]{display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.overview-payment-info-btn[data-v-03b4e6a7]{cursor:pointer;display:flex;width:100%;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.overview-payment-info-btn-line[data-v-03b4e6a7]{cursor:pointer;color:var(--orange-300-main, #eb4c10);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.ticket-icon__analysis[data-v-03b4e6a7]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.4995%203.79102C18.1667%203.7911%2018.7074%204.33231%2018.7075%204.99951V7.91602C18.7075%208.12312%2018.5396%208.29102%2018.3325%208.29102H18.2495C17.3062%208.2911%2016.5411%209.05616%2016.541%209.99951C16.5411%2010.9429%2017.3062%2011.7074%2018.2495%2011.7075H18.3325C18.5395%2011.7075%2018.7073%2011.8756%2018.7075%2012.0825V14.9995C18.7074%2015.6667%2018.1667%2016.2074%2017.4995%2016.2075H13.8291C13.9333%2016.1159%2013.9995%2015.9822%2013.9995%2015.8325V14.8604C13.9995%2014.5843%2013.7756%2014.3604%2013.4995%2014.3604C13.2234%2014.3604%2012.9996%2014.5843%2012.9995%2014.8604V15.8325C12.9995%2015.9822%2013.0657%2016.1159%2013.1699%2016.2075H2.49951C1.83231%2016.2074%201.2911%2015.6667%201.29102%2014.9995V12.0825C1.29119%2011.8756%201.45909%2011.7076%201.66602%2011.7075H2.16602C3.10945%2011.7075%203.87442%2010.9429%203.87451%209.99951C3.87442%209.05611%203.10945%208.29102%202.16602%208.29102H1.66602C1.45898%208.29093%201.29102%208.12307%201.29102%207.91602V4.99951C1.2911%204.3323%201.8323%203.7911%202.49951%203.79102H13.1699C13.0657%203.88265%2012.9995%204.01637%2012.9995%204.16602V5.13818C12.9995%205.41433%2013.2234%205.63818%2013.4995%205.63818C13.7757%205.63818%2013.9995%205.41433%2013.9995%205.13818V4.16602C13.9995%204.01637%2013.9333%203.88265%2013.8291%203.79102H17.4995ZM13.4995%2010.4717C13.2234%2010.4717%2012.9995%2010.6955%2012.9995%2010.9717V12.916C12.9995%2013.1922%2013.2234%2013.416%2013.4995%2013.416C13.7757%2013.416%2013.9995%2013.1922%2013.9995%2012.916V10.9717C13.9995%2010.6955%2013.7757%2010.4717%2013.4995%2010.4717ZM13.4995%206.58252C13.2234%206.58252%2012.9996%206.80645%2012.9995%207.08252V9.02734L13.002%209.07812C13.0275%209.33032%2013.2406%209.52734%2013.4995%209.52734C13.7584%209.52734%2013.9715%209.33032%2013.9971%209.07812L13.9995%209.02734V7.08252L13.9971%207.03174C13.9716%206.77952%2013.7585%206.58252%2013.4995%206.58252Z'%20fill='url(%23paint0_linear_16008_8485)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_16008_8485'%20x1='1.74951'%20y1='4.25'%20x2='18.7495'%20y2='16.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFC526'/%3e%3cstop%20offset='1'%20stop-color='%23FF8011'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:8px}.overview-payment-inner[data-v-03b4e6a7]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.si-overview--saju{--si-cover-bg: #f27647;--si-accent: #f27647;--si-toc-title: #f27647;--si-text: #fff;--si-badge-bg: #fff;--si-badge-color: #f27647;--si-badge-date-color: #fff}.si-overview--personality{--si-cover-bg: #db9823;--si-accent: #db9823;--si-toc-title: #db9823;--si-text: #fff;--si-badge-bg: #fff;--si-badge-color: #db9823;--si-badge-date-color: #fff}.si-overview--yongsin{--si-cover-bg: #4e80d6;--si-accent: #4e80d6;--si-toc-title: #f47a49;--si-text: #fff;--si-badge-bg: #fff;--si-badge-color: #4e80d6;--si-badge-date-color: #fff}.si-overview--monthly{--si-cover-bg: #f9f5eb;--si-accent: #6c5341;--si-toc-title: #6c5341;--si-text: #333;--si-badge-bg: #fff;--si-badge-color: #333;--si-badge-date-color: #333}.si-overview--yearly{--si-cover-bg: #fff8ee;--si-accent: #be3331;--si-toc-title: #be3331;--si-text: #333;--si-badge-bg: #be3331;--si-badge-color: #fff;--si-badge-date-color: #333}.si-overview{display:flex;flex-direction:row;height:100vh;max-height:100%;overflow:hidden;position:relative}.si-overview__cover{width:50%;height:100%;max-height:100%;padding:80px 40px 40px;display:flex;justify-content:center;background:var(--si-cover-bg);overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.si-overview__cover-inner{display:flex;flex-direction:column;align-items:flex-start;gap:40px;height:100%;width:100%;justify-content:flex-start}.si-overview__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;max-width:100%;min-width:0}.si-overview__title{max-width:100%;min-width:0;overflow:hidden;color:var(--si-text);font-family:Pretendard;font-size:32px;font-style:normal;font-weight:400;line-height:44px}.si-overview__name{display:flex;align-items:baseline;max-width:100%;min-width:0;color:var(--si-text);font-size:32px;font-style:normal;font-weight:400;line-height:44px}.si-overview__name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex-shrink:1}.si-overview__name-suffix{flex-shrink:0}.si-overview__service{color:var(--si-text);font-size:32px;font-style:normal;font-weight:700;line-height:44px}.si-overview__badge{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:26px;width:100%}.si-overview__badge-tag{border-radius:18px;background:var(--si-badge-bg);display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;color:var(--si-badge-color);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.si-overview__badge-date{color:var(--si-badge-date-color);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px}.si-overview__img{width:100%;display:flex;justify-content:center;align-items:center}.si-overview__img img{max-width:100%;height:auto}.si-overview__toc{flex:1;display:flex;padding:40px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;flex-shrink:0;background:#fff;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.si-overview__toc-title{color:var(--si-toc-title);font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;line-height:40px}.si-overview__toc-list{display:flex;flex-direction:column;align-items:flex-start;width:100%}.si-overview__toc-item{display:flex;width:100%;padding:16px 0;justify-content:space-between;align-items:center;gap:8px;box-sizing:border-box;border-bottom:1px solid var(--Gray-300, #ebebeb);height:56px;background:transparent;border-left:none;border-right:none;border-top:none;cursor:pointer;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:var(--Gray-800, #333);text-align:left}.si-overview__toc-item:hover{font-weight:700}.si-overview__toc-item:hover .si-overview__toc-icon{color:#eb4c10}.si-overview__toc-label{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.si-overview__toc-badge{height:18px;padding:0 6px;justify-content:center;align-items:center;text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:18px}.si-overview__toc-badge--new{border-radius:4px;background:#f276471a;color:#f27647}.si-overview__toc-icon{color:#c2c2c2;display:flex;justify-content:center;align-items:center}.si-overview__toc-icon .icon{height:24px}.monthly-fortune-header[data-v-1f2cefa1]{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;position:relative;box-sizing:border-box}.monthly-fortune-title-section[data-v-1f2cefa1]{flex:1 1 auto;min-width:0}.monthly-fortune-subtitle[data-v-1f2cefa1]{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:8px}.monthly-fortune-month-selector[data-v-1f2cefa1]{position:absolute;top:40px;right:0}.monthly-fortune-month-selector .month-select-trigger[data-v-1f2cefa1]{display:inline-flex;align-items:center;gap:4px;padding:8px 0;border:none;border-bottom:1px solid var(--Gray-800, #333);background:transparent;width:121px;justify-content:center;color:#333;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer}.monthly-fortune-month-selector .month-trigger-arrow[data-v-1f2cefa1]{width:16px;height:16px;display:inline-block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAHCAYAAAA4R3wZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACMSURBVHgBlY5REYMwEERziQEkIOEmMVAkVEFbZ3WAhArIz0nAQWMgCRuGj8AEGPbrZm/f7ZFqiJk7Y8yIMcQYPyIS9hlqQP0K8WoJ4Cfg6RAskNb6R0R97eecp5TSUMO6grgFLdfhlV05vGmE8cBiRKBT5wrIDd57IefcC8ZX3dObrLWC4appI3z2nwHFhiuprbKV4gAAAABJRU5ErkJggg==) center center no-repeat;background-size:contain;transition:transform .2s ease}.monthly-fortune-month-selector .month-trigger-arrow.open[data-v-1f2cefa1]{transform:rotate(180deg)}.monthly-fortune-month-selector .month-select-layer[data-v-1f2cefa1]{position:absolute;top:40px;right:0;display:flex;width:121px;padding:15px 14px 14px;flex-direction:column;align-items:center;gap:15px;border-radius:15px;background:#fafafa;box-shadow:0 0 6px #00000026;z-index:10}.monthly-fortune-month-selector .month-select-item[data-v-1f2cefa1]{border:none;background:transparent;cursor:pointer;width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between}.monthly-fortune-month-selector .month-select-label[data-v-1f2cefa1]{color:#000;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:130%}.monthly-fortune-month-selector .month-select-label.active[data-v-1f2cefa1]{font-weight:700}.monthly-fortune-month-selector .month-select-footer[data-v-1f2cefa1]{margin-top:4px;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:100%}.monthly-fortune-month-selector .month-select-footer svg .footer-arrow[data-v-1f2cefa1]{transition:transform .2s ease;transform-origin:center}.monthly-fortune-month-selector .month-select-footer.open svg .footer-arrow[data-v-1f2cefa1]{transform:rotate(180deg)}.monthly-fortune-month-selector .month-select-purchased[data-v-1f2cefa1]{width:100%;padding-top:15px;border-top:1px solid #ebebeb;margin-top:4px;animation:slideDown-1f2cefa1 .2s ease}.monthly-fortune-month-selector .month-select-purchased .month-select-purchased-header[data-v-1f2cefa1]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:20px;margin-bottom:12px;text-align:left}.monthly-fortune-month-selector .month-select-purchased .month-select-purchased-list[data-v-1f2cefa1]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.monthly-fortune-month-selector .month-select-purchased .month-select-purchased-item[data-v-1f2cefa1]{border:none;background:transparent;cursor:pointer;color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:left;padding:0}.monthly-fortune-month-selector .month-select-purchased .month-select-purchased-item[data-v-1f2cefa1]:hover{color:var(--Gray-600, #666)}@keyframes slideDown-1f2cefa1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.monthly-fortune-month-selector .month-select-status[data-v-1f2cefa1]{display:inline-flex;height:17px;padding:2px 7px;justify-content:center;align-items:center;gap:10px;border-radius:10.5px;background:#f9f5eb;color:#000;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:500;line-height:130%}.monthly-fortune-item-label-area[data-v-1f2cefa1]{display:flex;align-items:center;gap:12px}.monthly-fortune-preview-badge[data-v-1f2cefa1]{display:flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:var(--Gray-400, #c2c2c2);color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:28px}.guide-eight-img[data-v-8a0510fb]{width:270px;aspect-ratio:270/116;background:url(/assets/personality-guide-eight-DVREYxmf.png) center center no-repeat;background-size:contain}.guide-intro[data-v-8a0510fb]{width:100%;padding:32px;display:flex;flex-direction:column;align-items:center;gap:24px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.guide-intro .guide-intro__header[data-v-8a0510fb]{font-size:14px;font-weight:700;line-height:22px}.guide-intro .guide-intro__header .title[data-v-8a0510fb]{font-size:20px;line-height:32px}.speech-bubble__container[data-v-8a0510fb]{width:100%;max-width:56%;display:flex;flex-direction:column;gap:10px}.guide-star-img[data-v-7e4d3b66]{height:160px;aspect-ratio:9/8;background:url(/assets/prsonaity-guidle-star-DPdr6zlj.png) center center no-repeat;background-size:contain}.icon-calendar[data-v-7e4d3b66]{width:60px;height:60px;background:url(/assets/icon-recommend_course-CDwj-B9j.svg) center center no-repeat;background-size:contain}.icon-time[data-v-7e4d3b66]{width:60px;height:60px;background:url(/assets/icon-recommend_pet-C9xggws1.svg) center center no-repeat;background-size:contain}.icon-speaker[data-v-7e4d3b66]{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.1731%203.11625C15.1729%202.96858%2015.135%202.8234%2015.063%202.69447C14.991%202.56555%2014.8873%202.45714%2014.7617%202.37951C14.6361%202.30188%2014.4927%202.25762%2014.3452%202.2509C14.1977%202.24418%2014.0509%202.27524%2013.9187%202.34112L7.16873%205.71612H3.90623C3.56003%205.70892%203.21588%205.77089%202.89395%205.8984C2.57201%206.0259%202.27875%206.21638%202.03137%206.45867C1.78399%206.70096%201.58746%206.99019%201.45328%207.30941C1.31911%207.62863%201.25%207.97141%201.25%208.31768C1.25%208.66395%201.31911%209.00674%201.45328%209.32596C1.58746%209.64517%201.78399%209.9344%202.03137%2010.1767C2.27875%2010.419%202.57201%2010.6095%202.89395%2010.737C3.21588%2010.8645%203.56003%2010.9264%203.90623%2010.9192H4.14923L5.68485%2015.5317C5.74249%2015.7045%205.85305%2015.8548%206.00086%2015.9612C6.14867%2016.0676%206.32622%2016.1248%206.50835%2016.1246H7.37348C7.60352%2016.1246%207.82414%2016.0332%207.9868%2015.8706C8.14947%2015.7079%208.24085%2015.4873%208.24085%2015.2572V11.457L13.9232%2014.2976C14.0554%2014.3635%2014.2022%2014.3946%2014.3497%2014.3878C14.4972%2014.3811%2014.6406%2014.3369%2014.7662%2014.2592C14.8918%2014.1816%2014.9955%2014.0732%2015.0675%2013.9443C15.1395%2013.8153%2015.1774%2013.6702%2015.1776%2013.5225L15.1731%203.11625Z'%20fill='%23F47A49'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.icon-quote[data-v-7e4d3b66]{width:28px;height:22px;background:url("data:image/svg+xml,%3csvg%20width='26'%20height='20'%20viewBox='0%200%2026%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%2020L5.40097%200H12.058L8.91787%2020H0ZM13.942%2020L19.343%200H26L22.8599%2020H13.942Z'%20fill='%23EBEBEB'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.img-nangmanee[data-v-7e4d3b66]{width:140px;height:140px;background:url(/assets/img-nangmanee-IdzwUpJA.png) no-repeat;background-size:contain}.img-nangmanee.mobile[data-v-7e4d3b66]{width:100px;height:100px}.guide-quote[data-v-7e4d3b66]{padding:20px 0;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.guide-quote .txt-bold[data-v-7e4d3b66]{position:relative;font-weight:700}.guide-quote .txt-bold .text-underline[data-v-7e4d3b66]{position:absolute;right:0;bottom:-2px;width:100%;height:8px;opacity:.15;background:var(--Gray-800, #333);z-index:-1;border-radius:0}.guide-quote .txt-bold.highlight .text-underline[data-v-7e4d3b66]{background:#6c53414d}.guide-outro[data-v-7e4d3b66]{padding:20px 32px;width:100%;display:flex;flex-direction:row;gap:20px}.guide-outro.mobile[data-v-7e4d3b66]{flex-direction:column;gap:20px;padding:20px 24px;align-items:center;justify-content:center}.guide-outro .guide-outro__content[data-v-7e4d3b66]{display:flex;flex-direction:column;justify-content:center;gap:8px;font-family:Pretendard;font-size:15px;font-style:normal;line-height:24px}.guide-outro .guide-outro__content.mobile[data-v-7e4d3b66]{align-items:center;text-align:center}.guide-outro .guide-outro__title[data-v-7e4d3b66]{color:#6c5341;font-weight:700}.guide-outro .guide-outro__text[data-v-7e4d3b66]{color:var(--Gray-800, #333);font-weight:400}.monthly-fortune-content-page[data-v-8b09f351]{padding:40px;background:#fff;overflow-y:auto}.content-wrapper[data-v-8b09f351]{max-width:1200px;margin:0 auto}.content-header[data-v-8b09f351]{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #eb4c10}.content-title[data-v-8b09f351]{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:28px;font-weight:700;color:#333}.content-title .title-number[data-v-8b09f351]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#eb4c10;color:#fff;border-radius:50%;font-size:20px;font-weight:700}.content-title .title-text[data-v-8b09f351]{color:#eb4c10}.content-subtitle[data-v-8b09f351]{font-size:16px;color:#666;line-height:1.6}.content-body[data-v-8b09f351]{display:flex;flex-direction:column;gap:32px}.content-section[data-v-8b09f351]{padding:24px;background:#f9f9f9;border-radius:12px;border-left:4px solid #eb4c10}.section-title[data-v-8b09f351]{font-size:20px;font-weight:700;color:#333;margin-bottom:12px}.section-text[data-v-8b09f351]{font-size:16px;color:#555;line-height:1.8}.monthly-fortune-content-page[data-v-2aabb6d1]{padding:40px;background:#fff;overflow-y:auto}.content-wrapper[data-v-2aabb6d1]{max-width:1200px;margin:0 auto}.content-header[data-v-2aabb6d1]{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #eb4c10}.content-title[data-v-2aabb6d1]{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:28px;font-weight:700;color:#333}.content-title .title-number[data-v-2aabb6d1]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#eb4c10;color:#fff;border-radius:50%;font-size:20px;font-weight:700}.content-title .title-text[data-v-2aabb6d1]{color:#eb4c10}.content-subtitle[data-v-2aabb6d1]{font-size:16px;color:#666;line-height:1.6}.content-body[data-v-2aabb6d1]{display:flex;flex-direction:column;gap:32px}.content-section[data-v-2aabb6d1]{padding:24px;background:#f9f9f9;border-radius:12px;border-left:4px solid #eb4c10}.section-title[data-v-2aabb6d1]{font-size:20px;font-weight:700;color:#333;margin-bottom:12px}.section-text[data-v-2aabb6d1]{font-size:16px;color:#555;line-height:1.8}.monthly-fortune-content-page[data-v-ad51e4bb]{padding:40px;background:#fff;overflow-y:auto}.content-wrapper[data-v-ad51e4bb]{max-width:1200px;margin:0 auto}.content-header[data-v-ad51e4bb]{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #eb4c10}.content-title[data-v-ad51e4bb]{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:28px;font-weight:700;color:#333}.content-title .title-number[data-v-ad51e4bb]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#eb4c10;color:#fff;border-radius:50%;font-size:20px;font-weight:700}.content-title .title-text[data-v-ad51e4bb]{color:#eb4c10}.content-subtitle[data-v-ad51e4bb]{font-size:16px;color:#666;line-height:1.6}.content-body[data-v-ad51e4bb]{display:flex;flex-direction:column;gap:32px}.content-section[data-v-ad51e4bb]{padding:24px;background:#f9f9f9;border-radius:12px;border-left:4px solid #eb4c10}.section-title[data-v-ad51e4bb]{font-size:20px;font-weight:700;color:#333;margin-bottom:12px}.section-text[data-v-ad51e4bb]{font-size:16px;color:#555;line-height:1.8}.monthly-fortune-content-page[data-v-0284edec]{padding:40px;background:#fff;overflow-y:auto}.content-wrapper[data-v-0284edec]{max-width:1200px;margin:0 auto}.content-header[data-v-0284edec]{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #eb4c10}.content-title[data-v-0284edec]{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:28px;font-weight:700;color:#333}.content-title .title-number[data-v-0284edec]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#eb4c10;color:#fff;border-radius:50%;font-size:20px;font-weight:700}.content-title .title-text[data-v-0284edec]{color:#eb4c10}.content-subtitle[data-v-0284edec]{font-size:16px;color:#666;line-height:1.6}.content-body[data-v-0284edec]{display:flex;flex-direction:column;gap:32px}.content-section[data-v-0284edec]{padding:24px;background:#f9f9f9;border-radius:12px;border-left:4px solid #eb4c10}.section-title[data-v-0284edec]{font-size:20px;font-weight:700;color:#333;margin-bottom:12px}.section-text[data-v-0284edec]{font-size:16px;color:#555;line-height:1.8}.monthly-fortune-content-page[data-v-9bcb5d71]{padding:40px;background:#fff;overflow-y:auto}.content-wrapper[data-v-9bcb5d71]{max-width:1200px;margin:0 auto}.content-header[data-v-9bcb5d71]{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #eb4c10}.content-title[data-v-9bcb5d71]{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:28px;font-weight:700;color:#333}.content-title .title-number[data-v-9bcb5d71]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#eb4c10;color:#fff;border-radius:50%;font-size:20px;font-weight:700}.content-title .title-text[data-v-9bcb5d71]{color:#eb4c10}.content-subtitle[data-v-9bcb5d71]{font-size:16px;color:#666;line-height:1.6}.content-body[data-v-9bcb5d71]{display:flex;flex-direction:column;gap:32px}.content-section[data-v-9bcb5d71]{padding:24px;background:#f9f9f9;border-radius:12px;border-left:4px solid #eb4c10}.section-title[data-v-9bcb5d71]{font-size:20px;font-weight:700;color:#333;margin-bottom:12px}.section-text[data-v-9bcb5d71]{font-size:16px;color:#555;line-height:1.8}.full-height[data-v-7f560cfb]{height:100vh;max-height:100vh;overflow:hidden}.analysis__loading-overlay[data-v-7f560cfb]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;font-size:18px;font-weight:700}.monthly-fortune-content[data-v-7f560cfb]{padding:40px}body{font-size:1rem;font-family:Pretendard,Noto Sans KR,sans-serif;letter-spacing:-.5px}.article-content-box blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.full-height{height:100%}.full-height.over-hidden{overflow:hidden}.full-center{display:flex;align-items:center;justify-content:center}.person-card{border-radius:16px}.person-card .top-title{background:#5e9f1c0d;border-radius:16px 16px 0 0;font-size:16px;line-height:24px;padding:24px;display:flex;align-items:center;font-weight:700;color:#5e9f1c}.person-card .top-title.st-first{padding:40px 24px;font-size:24px;line-height:36px;justify-content:flex-start}.person-card .top-title .line01{position:relative;display:inline-block}.person-card .top-title .line01:after{display:block;content:"";background:#5e9f1c26;height:8px;width:100%;position:absolute;left:0;bottom:2px;right:0}.person-card .top-title .st-number{width:18px;height:18px;border-radius:100%;background:#5e9f1c;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-right:7px}.person-card .btm-body{padding:24px}.person-card .btm-body .txt01{font-size:15px;font-weight:400;line-height:24px;color:#333}.person-card .btm-body .grape-box{padding:40px 0}.person-card .btm-body .txt02{margin:0 0 16px}.person-card .btm-body .txt02:last-child{margin-bottom:0}.person-card .btm-body .txt02 dt{font-size:15px;font-weight:700;line-height:24px;margin-bottom:8px;color:#333}.person-card .btm-body .txt02 dd{font-size:15px;font-weight:400;line-height:24px;color:#333}.com-btm-line-01{height:1px;width:100%;font-size:0;background:#ebebeb;margin:16px 0}.keyword{font-size:13px;font-weight:700;line-height:18px;display:flex;gap:8px}.keyword span{display:inline-flex;border-radius:4px;height:24px;padding:0 6px;align-items:center;font-size:13px}.keyword.st-blue span{background:#5790fc1a;color:#5790fc}.keyword.st-red span{background:#ff6e6e1a;color:#ff6e6e}.wide .contentsListBtnBox{right:0;transition:opacity .3s ease,right .3s ease}.contentsListBtnBox{position:absolute;right:0;bottom:0;z-index:9;transition:opacity .3s ease,right .3s ease}.contentsListBtnBox.mobile{bottom:52px}.contentsListBtnBox .list-page-box{display:flex;justify-content:flex-end;align-items:center;gap:8px;border-radius:12px 0 0;background:#333;box-shadow:0 0 10px #0003;color:#fff;font-size:13px;font-weight:500;padding:8px 12px;cursor:pointer}.contentsListBtnBox .list-page-box .icon{width:18px;height:18px}.contentsListBtnBox .list-page-box .no-box{width:44px;display:flex;cursor:default}.contentsListBtnBox .list-page-box .no-box .no{min-width:20px;display:flex;align-items:center;justify-content:center}.contentsListBtnBox .list-box{display:none;border-radius:12px 0 0 12px;opacity:.8;background:#333;box-shadow:0 0 10px #0003}.contentsListBtnBox .list-box.open{display:flex}.contentsListBtnBox .list-box .list-li-box{color:#fff;display:flex;flex-direction:column;font-size:13px;font-weight:500;gap:12px;padding:12px;list-style:none}.contentsListBtnBox .list-box .list-li-box .li{cursor:pointer}.contentsListBtnBox .list-box .list-li-box .li:hover{font-weight:700}.contentsListBtnBox .list-box .list-li-box .li.mobile{padding:5px 20px 5px 15px;font-size:15px}.h-center-box{display:flex;flex-direction:column;justify-content:center;height:100%}.txt-grape-btm{color:#333;font-size:15px;font-weight:400;display:flex;flex-direction:column;align-items:center;gap:16px 0}.txt-rd-01{border-radius:20px;background:#fff8f5;color:#eb4c10;font-size:15px;font-weight:700;padding:0 6px;height:24px;display:inline-flex;align-items:center;justify-content:center}.txt-01{color:#eb4c10;font-weight:700}.dl-circle-box{display:flex;flex-direction:column;gap:16px}.dl-circle-box .row-box{display:flex;justify-content:flex-start;align-items:center;gap:12px}.dl-circle-box .row-box .txt-box{display:flex;flex-direction:column;flex:1}.dl-circle-box .row-box .tit-1{color:#333;font-size:15px;font-weight:700}.dl-circle-box .row-box .tit-2{color:#333;font-size:15px;font-weight:400}.tit-circle{border-radius:22px;background:#ff6867;width:36px;height:36px;color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}.tit-circle.E{background:#ff6867}.tit-circle.I{background:#4eaeea}.tit-circle.S{background:#7d67fd}.tit-circle.N{background:#adcc32}.tit-circle.T{background:#27b190}.tit-circle.F{background:#e53c9c}.tit-circle.J{background:#4881ce}.tit-circle.P{background:#ffb401}.desc-container.w-100{width:100%}.txt-guide-box{display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;border-radius:8px;background:#f8f8f8;margin-bottom:28px}.txt-guide-box .tit{color:#333;font-size:14px;font-weight:700}.txt-guide-box .txt{color:#333;font-size:14px;font-weight:400}.guide-dl-box{display:flex;flex-direction:column;gap:28px;line-height:1.6}.guide-dl-box dt{color:#333;font-size:15px;font-weight:700}.guide-dl-box dd{color:#333;font-size:15px;font-weight:400}.eight-box .eight-birth-box{opacity:0;height:0;overflow:hidden;padding:0;transition:opacity .3s ease,height .3s ease}.eight-box .name-box{border-radius:8px;border:1px solid #ebebeb}.eight-box.open .eight-birth-box{opacity:1;height:auto;padding:28px}.eight-box.open .name-box{border-radius:8px 8px 0 0;border-bottom:none}.eight-box .name-box{background:#f8f8f8;padding:6px 20px;display:flex;justify-content:space-between;align-items:center}.eight-box .name-box .name{color:#333;font-size:12px;font-weight:700}.eight-box .name-box .txt1-box{display:flex;justify-content:flex-start;align-items:center;gap:10px}.eight-box .earth-box,.eight-box .sky-box{display:flex;align-items:center;justify-content:flex-start;gap:26px}.eight-box .eight-birth-box{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;border-left:1px solid #ebebeb;background:#fff}.eight-box .eight-birth-box .s-tit{display:flex;justify-content:center;align-items:center;color:#757575;text-align:center;padding-top:18px;font-size:13px;font-weight:400}.eight-box .eight-birth-box .earth-box{padding-top:16px}.eight-box .eight-birth-box .earth-box .s-tit{padding-top:0;padding-bottom:18px}.eight-box .eight-birth-box .earth-box .s-box{display:flex;flex-direction:column-reverse}.eight-box .eight-birth-box .earth-box .ss-tit{padding-top:4px}.eight-box .eight-birth-box .sky-box .ss-tit{padding-bottom:4px}.eight-box .eight-birth-box .text-box{flex:1;display:flex;gap:0 32px}.eight-box .eight-birth-box .text-box .ss-tit{display:flex;align-items:center;justify-content:center;height:18px;color:#333;text-align:center;font-size:14px;font-weight:400;gap:4px}.gap-large{margin-bottom:28px}.gap-small{margin-bottom:8px}.round-tit-box{display:flex;justify-content:flex-start;align-items:center;color:#333;font-size:15px;font-weight:700;gap:8px;margin-bottom:8px}.round-tit-box .no{border-radius:11px;background:#333;color:#fff;font-size:12px;font-weight:700;display:flex;height:18px;width:18px;align-items:center;justify-content:center}.person-tab-0102-box{display:flex;padding:12px 20px;justify-content:space-between;align-items:center;border-radius:9px;border:1px solid #ebebeb;background:#fff}.person-tab-0102-box .tit-box{gap:4px;display:flex;justify-content:flex-start;align-items:center}.person-tab-0102-box .tit-box .txt{display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.person-tab-0102-02-box{margin-top:8px;display:flex;padding:0 12px;align-items:flex-start;align-content:flex-start;flex-wrap:wrap}.person-tab-0102-02-box .rs-box{flex:50%;padding:8px 0;display:flex;align-items:center;justify-content:flex-start;gap:8px}.person-tab-0102-02-box .rs-box .txt1{font-weight:700;font-size:14px}.person-tab-0102-02-box .rs-box .txt2{color:#333;font-size:14px;font-weight:700}.person-tab-0102-02-box .rs-box .txt3{color:#757575;font-size:14px;font-weight:400}.fnt-color-E{color:#e53c9c}.fnt-color-I{color:#4eaeea}.fnt-color-S{color:#7d67fd}.fnt-color-N{color:#adcc32}.fnt-color-T{color:#27b190}.fnt-color-F{color:#e53c9c}.fnt-color-J{color:#4881ce}.fnt-color-P{color:#ffb401}.fnt-color-B{color:var(--black-100, #404040)}.fnt-color-R{color:#c23535}.fnt-color-G{color:var(--green, #5e9f1c)}.fnt-color-Y{color:var(--yellow, #db9823)}.bg-color-E{background:#ff68670d}.bg-color-I{background:#4eaeea0d}.bg-color-S{background:#7d67fd0d}.bg-color-N{background:#adcc320d}.bg-color-T{background:#27b1900d}.bg-color-F{background:#e53c9c0d}.bg-color-J{background:#4881ce0d}.bg-color-P{background:#ffb4010d}.person-tab-0103{display:flex;align-items:flex-start;gap:8px}.person-tab-0103 .col-box{flex:1;display:flex;padding:16px 8px;flex-direction:column;align-items:center;gap:12px;border-radius:8px}.person-tab-0103 .col-box .txt1{color:#333;font-size:14px;font-weight:500}.person-tab-0103 .col-box .txt2{display:flex;gap:8px;flex-direction:column}.person-tab-0103 .col-box .txt2 li{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#fff;font-size:13px;font-weight:700}.person-tab-0203{display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;border-radius:8px;border:1px solid #ebebeb;background:#fff;margin-top:8px}.person-tab-0203 .tit{color:#333;font-size:14px;font-weight:700}.person-tab-0203 .txt{color:#333;font-size:14px;font-weight:400}.person-tab-0202-wrap{display:flex;flex-direction:column;gap:8px}.person-tab-0202{border-radius:8px;background:#f8f8f8;display:flex;padding:16px;flex-direction:column}.person-tab-0202 .list-box{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.person-tab-0202 .list-box dt{color:#333;font-size:15px;font-weight:500}.person-tab-0202 .list-box dd{color:#757575;font-size:13px;font-weight:400}.person-tab-0202 .list-box .fav{position:absolute;right:8px;top:8px;display:none;cursor:pointer}.person-tab-0202 .list-box:hover .fav{display:flex}.person-tab-0202 .line-box{font-size:0;border-bottom:1px solid #ebebeb;margin:8px 16px}.person-tab-0202-01{margin-bottom:8px}.person-tab-0202-01 .tit{color:var(--green, #5e9f1c);font-size:15px;font-weight:700}.person-tab-0202-01 .txt{color:#333;font-size:15px;font-weight:400}.person-tab-0202-img-box{display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;gap:20px 8px}.person-tab-0202-img-box .img-box{position:relative}.person-tab-0202-img-box .img-box .img{width:100%;aspect-ratio:1;border-radius:8px;background:url(/assets/thum-person-01-B-pyJ9Gr.png);background-size:cover;background-position:center}.person-tab-0202-img-box .img-box:nth-child(2) .img{background:url(/assets/thum-person-02-CT15Ypfu.png)}.person-tab-0202-img-box .img-box:nth-child(3) .img{background:url(/assets/thum-person-03-CP-YPQZR.png)}.person-tab-0202-img-box .img-box:nth-child(4) .img{background:url(/assets/thum-person-04-DXKAWENR.png)}.person-tab-0202-img-box .img-box:nth-child(5) .img{background:url(/assets/thum-person-05-CLt47bvV.png)}.person-tab-0202-img-box .img-box .tag{position:absolute;right:0;bottom:0;border-radius:8px 0;background:#00000080;color:#fff;font-size:13px;font-weight:700;height:24px;display:flex;justify-content:center;align-items:center;padding:3px 6px}.person-tab-0202-img-box .img-box .fav{position:absolute;top:8px;right:8px;display:none;cursor:pointer}.person-tab-0202-img-box .img-box:hover .fav{display:flex}.person-tab-0202-tag-box{margin-top:20px;color:#333;font-size:15px;font-weight:400}.btn-person-order{display:flex;padding:2px 8px;align-items:center;gap:2px;border-radius:20px;border:1px solid #ebebeb;background:#fff;color:#333;font-size:11px;font-weight:700}.btn-person-fold{color:#757575;font-size:12px;font-weight:700;display:flex;align-items:center;gap:4px}.five-round-bg{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five2{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five3{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five4{background:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five5{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five1.five2{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five1.five3{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five4{background:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five1.five5{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five2.five3{background:conic-gradient(#fff,#fff 36deg,#fcf3f3 36deg,#fcf3f3 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five2.five4{background:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five2.five5{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five3.five4{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five3.five5{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#f4f4f4 243deg,#f4f4f4 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five4.five5{background:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five1.five2.five3{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five2.five4{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five2.five5{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five1.five3.five4{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five3.five5{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five4.five5{background:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five2.five3.five4{background:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five2.five3.five5{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five2.five4.five5{background:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five3.five4.five5{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five2.five3.five4{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five2.five3.five5{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#fff 36deg,#fff 116deg,#fff 116deg,#fff 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five2.five4.five5{background:conic-gradient(#fff,#fff 36deg,#fff 36deg,#fff 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five1.five3.five4.five5{background:conic-gradient(#fff,#fff 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fff 243deg,#fff 324deg,#fff 288deg,#fff 0deg)}.five-round-bg.five2.five3.five4.five5{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#fff 180deg,#fff 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg.five1.five2.five3.five4.five5{background:conic-gradient(#fdf9f2,#fdf9f2 36deg,#f9f9f9 36deg,#f9f9f9 116deg,#f4f4f4 116deg,#f4f4f4 180deg,#f6faf2 180deg,#f6faf2 243deg,#fcf3f3 243deg,#fcf3f3 324deg,#fdf9f2 288deg,#fdf9f2 0deg)}.five-round-bg .pro-star-box{height:100%;background-size:380px 380px;border:none;max-width:990px}.five-round-bg .pro-star-box .div-back{background-size:380px 380px}.five-round-bg .pro-star-box .div-txt.st-fri{top:46.3%;left:57.16%}.five-round-bg .pro-star-box .div-txt.st-tue{left:41.47%;top:46.3%}.five-round-bg .pro-star-box .div-txt.st-sat{left:48.92%;top:39.6%}.five-round-bg .pro-star-box .div-txt.st-wed{left:54.55%;top:58%}.five-round-bg .pro-star-box .div-txt.st-thu{left:43.82%;top:58%}.five-round-bg .pro-star-box .txt-five-box span{width:44px;height:44px;font-size:30px}.five-round-bg .pro-star-box .txt-five-box.st-05 .skyDay-label{width:35px;margin-left:4.5px;top:-33px}.five-round-bg .pro-star-box .txt-five-box{color:#c2c2c2}.five-round-bg .pro-star-box .txt-five-box.st-05 .skyDay-label.bottom,.five-round-bg .pro-star-box .txt-five-box.st-03 .skyDay-label.bottom{top:54px}.five-round-bg .pro-star-box .txt-five-box.st-03 .skyDay-label{top:-33px}.five-round-bg .pro-star-box .txt-five-box.st-02 .skyDay-label.bottom{top:54px}.five-round-bg .pro-star-box .txt-five-box.st-02 .skyDay-label{top:-33px}.five-round-bg .pro-star-box .txt-five-box.st-01 .skyDay-label-left{left:7px;top:-28px}.five-round-bg .pro-star-box .txt-five-box.st-05 .txt-line-box{width:262px}.five-round-bg .pro-star-box .txt-five-box.st-01 .txt-line-box,.five-round-bg .pro-star-box .txt-five-box.st-02 .txt-line-box,.five-round-bg .pro-star-box .txt-five-box.st-03 .txt-line-box,.five-round-bg .pro-star-box .txt-five-box.st-04 .txt-line-box{width:138px}.five-round-bg .pro-star-box .txt-five-box.st-01 .skyDay-label-left,.five-round-bg .pro-star-box .txt-five-box.st-01 .skyDay-label-right,.five-round-bg .pro-star-box .txt-five-box.st-03 .skyDay-label,.five-round-bg .pro-star-box .txt-five-box.st-05 .skyDay-label,.five-round-bg .pro-star-box .txt-five-box.st-04 .skyDay-label-left,.five-round-bg .pro-star-box .txt-five-box.st-04 .skyDay-label-right,.five-round-bg .pro-star-box .txt-five-box.st-02 .skyDay-label.bottom,.five-round-bg .pro-star-box .txt-five-box.st-02 .skyDay-label{border:none;box-shadow:none;height:22px;font-size:13px!important}.five-round-bg .pro-star-box .txt-five-box.st-02 .skyDay-label,.five-round-bg .pro-star-box .txt-five-box.st-02 .skyDay-label-right{background:#4040401a}.five-round-bg .pro-star-box .txt-five-box.st-04 .skyDay-label-left,.five-round-bg .pro-star-box .txt-five-box.st-04 .skyDay-label-right{color:#949494;background:#9494941a}.five-round-bg .pro-star-box .txt-five-box.st-05 .skyDay-label-left,.five-round-bg .pro-star-box .txt-five-box.st-05 .skyDay-label-right{background:#db98231a}.five-round-bg .pro-star-box .txt-five-box.st-03 .txt-line-box{left:21.7%}.five-round-bg .pro-star-box .txt-five-box.st-02 .txt-line-box{right:3.7%}.five-round-bg .pro-star-box .txt-five-box.st-01 .txt-line-box{left:5.5%}.five-round-bg .pro-star-box .txt-five-box.st-04 .txt-line-box{right:5.5%}.five-round-bg .pro-star-box .txt-five-box.st-01 .txt-top .skyDay-label-right{top:-28px;left:calc(50% - 17px);position:absolute}.five-round-bg .pro-star-box .txt-five-box.st-01 .txt-btm .skyDay-label-right{top:auto;bottom:-22px;left:calc(50% - 17px);right:auto;position:absolute}.five-round-bg .pro-star-box .txt-five-box.st-01 .txt-top .skyDay-label-left{top:-28px;left:calc(50% - 17px);position:absolute}.five-round-bg .pro-star-box .txt-five-box.st-01 .txt-btm .skyDay-label-left{top:auto;bottom:-22px;left:calc(50% - 17px);right:auto;position:absolute}.five-round-bg .pro-star-box .txt-five-box.st-04 .txt-top .skyDay-label-left{top:-22px;left:calc(50% - 14px);position:absolute}.five-round-bg .pro-star-box .txt-five-box.st-04 .txt-btm .skyDay-label-left{top:auto;bottom:-33px;left:calc(50% - 14px);right:auto;position:absolute}.five-round-bg .pro-star-box .txt-five-box.st-04 .txt-top .skyDay-label-right{top:-32px;left:calc(50% - 14px);position:absolute}.five-round-bg .pro-star-box .txt-five-box.st-04 .txt-btm .skyDay-label-right{top:auto;bottom:-23px;left:calc(50% - 14px);right:auto;position:absolute}.pro-star-box .txt-mid{position:absolute;left:61%;top:11%}.pro-star-box .txt-mid span.txt-rd-big{width:62px;height:62px;border-radius:100%;background:#db9823;color:#fff;font-size:18px;font-weight:700;display:flex;justify-content:center;align-items:center;font-family:Pretendard}.pro-star-box .txt-five-box.st-01 .txt-mid{left:-40px;top:calc(50% - 70px)}.pro-star-box .txt-five-box.st-01 .txt-mid span.txt-rd-big{background:#c23535}.pro-star-box .txt-five-box.st-04 .txt-mid{left:calc(50% + 500px);top:calc(50% - 70px)}.pro-star-box .txt-five-box.st-04 .txt-mid span.txt-rd-big{background:#949494}.pro-star-box .txt-five-box.st-02 .txt-mid{left:calc(50% + 310px);top:80%}.pro-star-box .txt-five-box.st-02 .txt-mid span.txt-rd-big{background:#404040}.pro-star-box .txt-five-box.st-03 .txt-mid{left:calc(50% - 360px);top:80%}.pro-star-box .txt-five-box.st-03 .txt-mid span.txt-rd-big{background:#5e9f1c}.line-01-box{margin:28px 0;border-bottom:1px solid #ebebeb}.five-round-bg{position:relative}.ani-btn-section{position:absolute;right:30px;top:10px;z-index:3;display:flex;justify-content:center;align-items:center;gap:8px}.ani-btn-section .btn{width:32px;height:32px;border-radius:100%;font-size:0}.ani-btn-section .btn.white{background:#fff;border:1px solid #ebebeb}.ani-btn-section .btn.orange{background:#eb4c10;border:1px solid #eb4c10}.step-bar{position:absolute;top:0;left:0;right:0;height:1px;display:flex;width:100%}.step-bar .sp-line{position:relative;border-top:1px solid #ff8800;width:0;display:block;transition:opacity .3s ease,width .3s ease}.step-bar .sp-line.active{width:20%;transition:opacity .3s ease,width .3s ease}.step-bar .sp-line.last .icon-arrow{right:20px}.step-bar .sp-line.last .icon-arrow .txt{opacity:0}.step-bar .sp-line.last .icon-arrow.active .txt{opacity:1}.step-bar .sp-line .icon-arrow{position:absolute;right:0;top:0;z-index:3;width:10px;height:6px;font-size:0;opacity:0}.step-bar .sp-line .icon-arrow .txt{opacity:0;border-radius:20px;background:#f80;box-shadow:2px 2px 10px #0000001a;font-size:10px;font-weight:700;width:29px;height:20px;display:flex;justify-content:center;align-items:center;color:#fff;position:absolute;top:10px;right:-10px}.step-bar .sp-line .icon-arrow.active,.step-bar .sp-line .icon-arrow.active .txt{opacity:1}.finish .step-bar .icon-arrow.active .txt,.finish .step-bar .last .icon-arrow.active .txt{opacity:0}.five-round-bg .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15252_32424)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.639%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.222%20208.771%20174.262%20226.142%20183.126%20238.826C191.909%20251.393%20209.004%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15252_32424)'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15252_32424'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15252_32424'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15252_32424'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.five-round-bg .pro-star-box .txt-five-box .txt-mid,.five-round-bg .pro-star-box .div-back,.five-round-bg .pro-star-box .skyDay-label-left,.five-round-bg .pro-star-box .skyDay-label-right,.five-round-bg .pro-star-box .skyDay-label{transition:opacity .3s ease;opacity:0}.common-styles-1 .pro-star-box .txt-five-box.st-03 .txt-mid,.five-round-bg.five1 .pro-star-box .txt-five-box.st-03 .txt-mid,.five-round-bg.finish .pro-star-box .txt-five-box.st-03 .txt-mid{transition:opacity .3s ease;opacity:1}.common-styles-1 .pro-star-box .txt-five-box.st-03 .char-wrapper span,.five-round-bg.five1 .pro-star-box .txt-five-box.st-03 .char-wrapper span,.five-round-bg.finish .pro-star-box .txt-five-box.st-03 .char-wrapper span{color:#5e9f1c}.common-styles-1 .pro-star-box .txt-five-box.st-03 .skyDay-label-right,.five-round-bg.five1 .pro-star-box .txt-five-box.st-03 .skyDay-label-right,.five-round-bg.finish .pro-star-box .txt-five-box.st-03 .skyDay-label-right,.common-styles-1 .pro-star-box .txt-five-box.st-03 .skyDay-label-left,.five-round-bg.five1 .pro-star-box .txt-five-box.st-03 .skyDay-label-left,.five-round-bg.finish .pro-star-box .txt-five-box.st-03 .skyDay-label-left,.common-styles-1 .pro-star-box .txt-five-box.st-03 .skyDay-label,.five-round-bg.five1 .pro-star-box .txt-five-box.st-03 .skyDay-label,.five-round-bg.finish .pro-star-box .txt-five-box.st-03 .skyDay-label,.common-styles-1 .pro-star-box .div-back.five-back03,.five-round-bg.five1 .pro-star-box .div-back.five-back03,.five-round-bg.finish .pro-star-box .div-back.five-back03{transition:opacity .3s ease;opacity:1}.common-styles-1 .pro-star-box .div-txt.st-thu,.five-round-bg.five1 .pro-star-box .div-txt.st-thu,.five-round-bg.finish .pro-star-box .div-txt.st-thu{color:#fff}.common-styles-2 .pro-star-box .txt-five-box.st-01 .txt-mid,.five-round-bg.five2 .pro-star-box .txt-five-box.st-01 .txt-mid,.five-round-bg.finish .pro-star-box .txt-five-box.st-01 .txt-mid{transition:opacity .3s ease;opacity:1}.common-styles-2 .pro-star-box .txt-five-box.st-01 .char-wrapper span,.five-round-bg.five2 .pro-star-box .txt-five-box.st-01 .char-wrapper span,.five-round-bg.finish .pro-star-box .txt-five-box.st-01 .char-wrapper span{color:#c23535}.common-styles-2 .pro-star-box .txt-five-box.st-01 .skyDay-label-right,.five-round-bg.five2 .pro-star-box .txt-five-box.st-01 .skyDay-label-right,.five-round-bg.finish .pro-star-box .txt-five-box.st-01 .skyDay-label-right,.common-styles-2 .pro-star-box .txt-five-box.st-01 .skyDay-label-left,.five-round-bg.five2 .pro-star-box .txt-five-box.st-01 .skyDay-label-left,.five-round-bg.finish .pro-star-box .txt-five-box.st-01 .skyDay-label-left,.common-styles-2 .pro-star-box .txt-five-box.st-01 .skyDay-label,.five-round-bg.five2 .pro-star-box .txt-five-box.st-01 .skyDay-label,.five-round-bg.finish .pro-star-box .txt-five-box.st-01 .skyDay-label,.common-styles-2 .pro-star-box .div-back.five-back01,.five-round-bg.five2 .pro-star-box .div-back.five-back01,.five-round-bg.finish .pro-star-box .div-back.five-back01{transition:opacity .3s ease;opacity:1}.common-styles-2 .pro-star-box .div-txt.st-tue,.five-round-bg.five2 .pro-star-box .div-txt.st-tue,.five-round-bg.finish .pro-star-box .div-txt.st-tue{color:#fff}.common-styles-3 .pro-star-box .txt-five-box.st-05 .txt-mid,.five-round-bg.five3 .pro-star-box .txt-five-box.st-05 .txt-mid,.five-round-bg.finish .pro-star-box .txt-five-box.st-05 .txt-mid{transition:opacity .3s ease;opacity:1}.common-styles-3 .pro-star-box .txt-five-box.st-05 .char-wrapper span,.five-round-bg.five3 .pro-star-box .txt-five-box.st-05 .char-wrapper span,.five-round-bg.finish .pro-star-box .txt-five-box.st-05 .char-wrapper span{color:#db9823}.common-styles-3 .pro-star-box .txt-five-box.st-05 .skyDay-label-right,.five-round-bg.five3 .pro-star-box .txt-five-box.st-05 .skyDay-label-right,.five-round-bg.finish .pro-star-box .txt-five-box.st-05 .skyDay-label-right,.common-styles-3 .pro-star-box .txt-five-box.st-05 .skyDay-label-left,.five-round-bg.five3 .pro-star-box .txt-five-box.st-05 .skyDay-label-left,.five-round-bg.finish .pro-star-box .txt-five-box.st-05 .skyDay-label-left,.common-styles-3 .pro-star-box .txt-five-box.st-05 .skyDay-label,.five-round-bg.five3 .pro-star-box .txt-five-box.st-05 .skyDay-label,.five-round-bg.finish .pro-star-box .txt-five-box.st-05 .skyDay-label,.common-styles-3 .pro-star-box .div-back.five-back05,.five-round-bg.five3 .pro-star-box .div-back.five-back05,.five-round-bg.finish .pro-star-box .div-back.five-back05{transition:opacity .3s ease;opacity:1}.common-styles-3 .pro-star-box .div-txt.st-sat,.five-round-bg.five3 .pro-star-box .div-txt.st-sat,.five-round-bg.finish .pro-star-box .div-txt.st-sat{color:#fff}.common-styles-4 .pro-star-box .txt-five-box.st-04 .txt-mid,.five-round-bg.five4 .pro-star-box .txt-five-box.st-04 .txt-mid,.five-round-bg.finish .pro-star-box .txt-five-box.st-04 .txt-mid{transition:opacity .3s ease;opacity:1}.common-styles-4 .pro-star-box .txt-five-box.st-04 .char-wrapper span,.five-round-bg.five4 .pro-star-box .txt-five-box.st-04 .char-wrapper span,.five-round-bg.finish .pro-star-box .txt-five-box.st-04 .char-wrapper span{color:#949494}.common-styles-4 .pro-star-box .txt-five-box.st-04 .skyDay-label-right,.five-round-bg.five4 .pro-star-box .txt-five-box.st-04 .skyDay-label-right,.five-round-bg.finish .pro-star-box .txt-five-box.st-04 .skyDay-label-right,.common-styles-4 .pro-star-box .txt-five-box.st-04 .skyDay-label-left,.five-round-bg.five4 .pro-star-box .txt-five-box.st-04 .skyDay-label-left,.five-round-bg.finish .pro-star-box .txt-five-box.st-04 .skyDay-label-left,.common-styles-4 .pro-star-box .txt-five-box.st-04 .skyDay-label,.five-round-bg.five4 .pro-star-box .txt-five-box.st-04 .skyDay-label,.five-round-bg.finish .pro-star-box .txt-five-box.st-04 .skyDay-label,.common-styles-4 .pro-star-box .div-back.five-back04,.five-round-bg.five4 .pro-star-box .div-back.five-back04,.five-round-bg.finish .pro-star-box .div-back.five-back04{transition:opacity .3s ease;opacity:1}.common-styles-4 .pro-star-box .div-txt.st-fri,.five-round-bg.five4 .pro-star-box .div-txt.st-fri,.five-round-bg.finish .pro-star-box .div-txt.st-fri{color:#fff}.common-styles-5 .pro-star-box .txt-five-box.st-02 .txt-mid,.five-round-bg.five5 .pro-star-box .txt-five-box.st-02 .txt-mid,.five-round-bg.finish .pro-star-box .txt-five-box.st-02 .txt-mid{transition:opacity .3s ease;opacity:1}.common-styles-5 .pro-star-box .txt-five-box.st-02 .char-wrapper span,.five-round-bg.five5 .pro-star-box .txt-five-box.st-02 .char-wrapper span,.five-round-bg.finish .pro-star-box .txt-five-box.st-02 .char-wrapper span{color:#404040}.common-styles-5 .pro-star-box .txt-five-box.st-02 .skyDay-label-right,.five-round-bg.five5 .pro-star-box .txt-five-box.st-02 .skyDay-label-right,.five-round-bg.finish .pro-star-box .txt-five-box.st-02 .skyDay-label-right,.common-styles-5 .pro-star-box .txt-five-box.st-02 .skyDay-label-left,.five-round-bg.five5 .pro-star-box .txt-five-box.st-02 .skyDay-label-left,.five-round-bg.finish .pro-star-box .txt-five-box.st-02 .skyDay-label-left,.common-styles-5 .pro-star-box .txt-five-box.st-02 .skyDay-label,.five-round-bg.five5 .pro-star-box .txt-five-box.st-02 .skyDay-label,.five-round-bg.finish .pro-star-box .txt-five-box.st-02 .skyDay-label,.common-styles-5 .pro-star-box .div-back.five-back02,.five-round-bg.five5 .pro-star-box .div-back.five-back02,.five-round-bg.finish .pro-star-box .div-back.five-back02{transition:opacity .3s ease;opacity:1}.common-styles-5 .pro-star-box .div-txt.st-wed,.five-round-bg.five5 .pro-star-box .div-txt.st-wed,.five-round-bg.finish .pro-star-box .div-txt.st-wed{color:#fff}.five-round-bg.finish .pro-star-box{background-image:url("data:image/svg+xml,%3csvg%20width='380'%20height='380'%20viewBox='0%200%20380%20380'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.9809%20348.213C82.4127%20349.356%2080.2987%20347.82%2080.9016%20345.976L121.412%20222.001L189.369%20271.375L83.9809%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M15.993%20145.686C14.4209%20144.548%2015.2283%20142.063%2017.1692%20142.066L147.595%20142.283L121.637%20222.172L15.993%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M188.097%2017.8907C188.694%2016.0438%20191.306%2016.0438%20191.903%2017.8907L232%20142L148%20142L188.097%2017.8907Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M364.602%20145.686C366.174%20144.548%20365.366%20142.063%20363.426%20142.066L233%20142.283L258.958%20222.172L364.602%20145.686Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M296.389%20348.213C297.957%20349.356%20300.071%20347.82%20299.468%20345.976L258.957%20222.001L191%20271.375L296.389%20348.213Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M191.069%20271.569C190.719%20271.826%20190.244%20271.828%20189.892%20271.575L121.596%20222.429C121.242%20222.174%20121.094%20221.718%20121.231%20221.303L147.334%20142.685C147.469%20142.276%20147.852%20142%20148.283%20142L231.544%20142C231.977%20142%20232.36%20142.278%20232.495%20142.689L258.246%20221.312C258.38%20221.723%20258.236%20222.173%20257.888%20222.429L191.069%20271.569Z'%20fill='%23F8F8F8'%20stroke='%23EBEBEB'/%3e%3cg%20opacity='0.6'%20clip-path='url(%23clip0_15255_32614)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M221.489%20246.192C209.369%20254.528%20194.451%20257.767%20179.955%20255.198C165.322%20252.604%20152.319%20244.303%20143.806%20232.121C135.293%20219.94%20131.968%20204.876%20134.562%20190.243C137.156%20175.61%20145.456%20162.606%20157.638%20154.093L157.638%20154.094C170.153%20145.349%20187.483%20148.541%20196.346%20161.225C205.21%20173.908%20202.251%20191.279%20189.737%20200.024L189.737%20200.025C189.736%20200.025%20189.736%20200.025%20189.736%20200.025C177.221%20208.771%20174.262%20226.142%20183.126%20238.826C191.908%20251.393%20209.003%20254.642%20221.489%20246.192Z'%20fill='url(%23paint0_linear_15255_32614)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M157.982%20153.855C170.102%20145.519%20185.021%20142.28%20199.516%20144.849C214.149%20147.443%20227.152%20155.744%20235.665%20167.925C244.178%20180.107%20247.504%20195.171%20244.91%20209.804C242.316%20224.437%20234.015%20237.441%20221.834%20245.954L221.833%20245.952C209.319%20254.698%20191.989%20251.506%20183.125%20238.822C174.261%20226.139%20177.221%20208.768%20189.735%20200.022L189.735%20200.022C189.735%20200.022%20189.735%20200.022%20189.736%20200.021C202.25%20191.276%20205.209%20173.905%20196.345%20161.221C187.563%20148.654%20170.468%20145.405%20157.982%20153.855Z'%20fill='url(%23paint1_linear_15255_32614)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_15255_32614'%20x1='164.333'%20y1='152.956'%20x2='190.483'%20y2='256.059'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23C02828'/%3e%3cstop%20offset='1'%20stop-color='%23FAAAAA'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_15255_32614'%20x1='211.402'%20y1='250.827'%20x2='214.678'%20y2='143.867'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23100B8A'/%3e%3cstop%20offset='1'%20stop-color='%23A3A3E4'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_15255_32614'%3e%3crect%20width='113.563'%20height='113.563'%20fill='white'%20transform='translate(132.954%20143.242)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.analysis-layout .analysis-content .analysis-desc.st-five .desc-container .inner{height:calc(100vh - 124px)}.desc-nav-sub{display:flex;justify-content:flex-start;align-items:center;padding:28px 28px 0;width:100%;gap:8px}.desc-nav-sub .btn-sub{border-radius:15px;background:#f8f8f8;font-size:14px;font-weight:600;display:flex;height:26px;padding:0 8px;align-items:center}.desc-nav-sub .btn-sub.active{border-radius:15px;background:#fff8f5;font-weight:700;color:#eb4c10}.st-five-first .tit{color:#333;font-size:15px;font-weight:700;margin-bottom:4px}.st-five-first .exp{color:#333;font-size:15px;font-weight:400}.btm-gap-xlg{margin-bottom:28px}.tb-tab-01 table{width:100%}.tb-tab-01 thead th{border-bottom:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-300, #ebebeb);height:34px;padding:0;font-size:14px;font-weight:700;color:#333}.tb-tab-01 thead th.bg-white{background:#fff}.tb-tab-01 tbody td{border-bottom:1px solid var(--Gray-300, #ebebeb);text-align:center;padding:8px 0;font-size:14px;color:#757575}.tb-tab-01 tbody td.thu{color:var(--green, #5e9f1c)}.tb-tab-01 tbody td.tue{color:var(--red, #c23535)}.tb-tab-01 tbody td.sat{color:var(--yellow, #db9823)}.tb-tab-01 tbody td.fri{color:var(--gray-500, #949494)}.tb-tab-01 tbody td.wed{color:var(--black-100, #404040)}.tb-tab-01 tbody td.b{font-weight:700}.btn-area-tab-btm{position:absolute;right:0;bottom:0;padding:28px;left:0}.btn-line-box.st-five-guide{display:flex;justify-content:center;align-items:center;border-radius:6px;width:100%;height:38px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-size:14px;font-weight:700;line-height:18px}.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-05 .char-wrapper span,.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-04 .char-wrapper span,.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-03 .char-wrapper span,.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-02 .char-wrapper span,.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-01 .char-wrapper span{color:#c2c2c2}.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-05 .char-wrapper span.on,.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-04 .char-wrapper span.on,.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-03 .char-wrapper span.on,.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-02 .char-wrapper span.on,.five-round-bg.finish.five-tab-second .pro-star-box .txt-five-box.st-01 .char-wrapper span.on{color:#fff}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-05 .txt-top .al-left-box:after{content:"천간";position:absolute;left:-95px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-05 .txt-top .al-left-box:before{content:"";position:absolute;left:-60px;top:-7px;display:block;border-radius:10px;border:1px solid var(--yellow, #db9823);opacity:.5;background:#db98231a;width:280px;height:60px;flex-shrink:0}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-04 .txt-top .al-left-box:after{content:"천간";position:absolute;right:-125px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-04 .txt-top .al-left-box:before{content:"";position:absolute;left:-28px;top:-6px;display:block;width:160px;height:60px;flex-shrink:0;border-radius:10px;border:1px solid var(--gray-500, #949494);opacity:.5;background:#9494941a}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-02 .txt-top .al-left-box:after{content:"천간";position:absolute;right:-125px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-02 .txt-top .al-left-box:before{content:"";position:absolute;left:-28px;top:-6px;display:block;width:160px;height:60px;flex-shrink:0;border-radius:10px;border:1px solid var(--black-100, #404040);opacity:.5;background:#4040401a}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-03 .txt-top .al-left-box:after{content:"천간";position:absolute;left:-70px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-03 .txt-top .al-left-box:before{content:"";position:absolute;left:-35px;top:-6px;display:block;width:160px;height:60px;flex-shrink:0;border-radius:10px;border:1px solid var(--green, #5e9f1c);opacity:.5;background:#5e9f1c1a}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-01 .txt-top .al-left-box:after{content:"천간";position:absolute;left:-65px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-third .pro-star-box .txt-five-box.st-01 .txt-top .al-left-box:before{content:"";position:absolute;left:-30px;top:-6px;display:block;width:160px;height:60px;flex-shrink:0;border-radius:10px;border:1px solid var(--red, #c23535);opacity:.5;background:#c235351a}.five-round-bg.five-tab-third .pro-star-box .txt-five-box .txt-btm .char-wrapper span{color:#c2c2c2}.five-round-bg.five-tab-third .txt-mid,.five-round-bg.five-tab-third .txt-btm .skyDay-label.bottom,.five-round-bg.five-tab-third .txt-btm .skyDay-label-left,.five-round-bg.five-tab-third .txt-btm .skyDay-label-right{display:none}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-05 .txt-btm .al-left-box:after{content:"지지";position:absolute;left:-95px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-05 .txt-btm .al-left-box:before{content:"";position:absolute;left:-48px;top:-7px;display:block;border-radius:10px;border:1px solid var(--yellow, #db9823);opacity:.5;background:#db98231a;width:280px;height:60px;flex-shrink:0}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-04 .txt-btm .al-left-box:after{content:"지지";position:absolute;right:-125px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-04 .txt-btm .al-left-box:before{content:"";position:absolute;left:-28px;top:-6px;display:block;width:160px;height:60px;flex-shrink:0;border-radius:10px;border:1px solid var(--gray-500, #949494);opacity:.5;background:#9494941a}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-02 .txt-btm .al-left-box:after{content:"지지";position:absolute;right:-125px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-02 .txt-btm .al-left-box:before{content:"";position:absolute;left:-28px;top:-6px;display:block;width:160px;height:60px;flex-shrink:0;border-radius:10px;border:1px solid var(--black-100, #404040);opacity:.5;background:#4040401a}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-03 .txt-btm .al-left-box:after{content:"지지";position:absolute;left:-70px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-03 .txt-btm .al-left-box:before{content:"";position:absolute;left:-35px;top:-6px;display:block;width:160px;height:60px;flex-shrink:0;border-radius:10px;border:1px solid var(--green, #5e9f1c);opacity:.5;background:#5e9f1c1a}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-01 .txt-btm .al-left-box:after{content:"지지";position:absolute;left:-65px;top:15px;display:block;color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:13px;font-weight:700;line-height:18px}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box.st-01 .txt-btm .al-left-box:before{content:"";position:absolute;left:-30px;top:-6px;display:block;width:160px;height:60px;flex-shrink:0;border-radius:10px;border:1px solid var(--red, #c23535);opacity:.5;background:#c235351a}.five-round-bg.five-tab-fourth .pro-star-box .txt-five-box .txt-btm .char-wrapper span{color:#c2c2c2}.five-round-bg.five-tab-fourth .txt-mid,.five-round-bg.five-tab-fourth .txt-btm .skyDay-label.bottom,.five-round-bg.five-tab-fourth .txt-btm .skyDay-label-left,.five-round-bg.five-tab-fourth .txt-btm .skyDay-label-right{display:none}.five-round-bg .skyDay-label.fifth,.five-round-bg .skyDay-label-left.fifth,.five-round-bg .skyDay-label-right.fifth{display:none!important}.five-round-bg.five-tab-fifth{background:linear-gradient(to right,#f7f7f7 49%,#eee 51%)!important}.five-round-bg.five-tab-fifth .skyDay-label.nor,.five-round-bg.five-tab-fifth .skyDay-label-left.nor,.five-round-bg.five-tab-fifth .skyDay-label-right.nor{display:none}.five-round-bg.five-tab-fifth .skyDay-label.fifth,.five-round-bg.five-tab-fifth .skyDay-label-left.fifth,.five-round-bg.five-tab-fifth .skyDay-label-right.fifth{display:flex!important;border-radius:14px;width:54px!important}.five-round-bg.five-tab-fifth .txt-mid{display:none}.five-round-bg.five-tab-fifth .div-txt.st-sat:before{content:"양";position:absolute;left:-27px;top:82px;display:block;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:26px}.five-round-bg.five-tab-fifth .div-txt.st-sat:after{content:"음";position:absolute;left:28px;top:82px;display:block;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:26px}.no-pad-col{padding:0!important;height:100%;background-color:#fff}.personality-wrapper{width:100%;display:flex;flex-direction:column;padding:24px;gap:24px}.personality-wrapper.outro{height:100%}.personality-wrapper.with-tit{gap:40px}.personality-wrapper.ncode{gap:16px;align-items:center}.personality-wrapper .highlight{color:#db9823}.personality-wrapper .bg-highlight{border-radius:12px;border:none;background:#f3ae110d}.personality-card{width:100%;padding-bottom:24px;display:flex;flex-direction:column;align-items:flex-start;overflow-wrap:break-word;word-break:keep-all;border-radius:0;box-shadow:none;overflow-y:auto}.personality-card.right{border-right:1px solid var(--Gray-300, #ebebeb)}.personality-card.no-oy{overflow-y:unset!important}.guide-box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;overflow-wrap:break-word;word-break:keep-all}.guide-box .guide-box__title{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.guide-box .guide-box__title.mobile{align-items:flex-start;flex-direction:column}.guide-box .guide-box__title .box-title__keyword{display:flex;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:#db9823;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:600;line-height:32px}.guide-box .guide-box__title .box-title__txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:32px}.guide-box .box-body{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.guide-box .box-body .box-body__txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.guide-box .box-body .box-body__txt.highlight{color:#db9823;font-weight:500}.guide-box .box-body .box-body__txt .keyword{font-size:15px;color:#db9823;font-weight:500;display:inline}.guide-box .box-content{width:100%;display:flex;padding:20px;flex-direction:column;align-items:center;gap:16px;align-self:stretch;border-top:1px solid var(--Gray-300, #ebebeb);border-bottom:1px solid var(--Gray-300, #ebebeb)}.guide-box .box-content.gray{background:var(--Gray-200, #f8f8f8)}.guide-box .box-content .cont-top_txt{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:24px;overflow-wrap:break-word;word-break:keep-all}.guide-box .box-content .cont-bottom{width:100%;display:flex;justify-content:center;align-items:center}.guide-box .box-content.border-box{padding:24px;flex-direction:row;justify-content:center;gap:16px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:#333;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.guide-box .box-content.border-box .border-box__content{flex:1;display:flex;flex-direction:column;gap:4px}.guide-box .box-content.border-box .border-box__content.mobile{gap:16px}.guide-box .box-content.border-box .border-box__content.mobile .g-4{gap:4px}.guide-box .box-content.border-box .border-box__title{font-weight:700;display:flex;gap:16px;align-items:center}.guide-box .box-content.border-box .highlight{font-weight:500}.guide-box .box-content.border-box .border-box__description{color:var(--Gray-600, #757575);font-size:14px;line-height:22px}.guide-box .box-content.border-box.sm{padding:16px 24px;color:var(--Gray-700, #575757);font-size:14px;font-weight:500;line-height:22px}.guide-box .box-img{display:flex;justify-content:center;align-items:center;align-self:stretch}.guide__circle-box{width:100%;display:flex;justify-content:center;align-items:center;align-content:center;gap:28px;align-self:stretch;flex-wrap:wrap}.guide__circle-box .circle-box__overlap-group{display:flex}.guide__circle-box .circle-box__overlap-group .overlap-circle{margin-left:-12px}.guide__circle-box.mobile .personality-circle{width:120px;height:120px}.personality-circle{display:flex;width:140px;height:140px;padding:20px 12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:200px;border:1px solid rgba(243,174,17,.5)}.personality-circle.clear{background:#ffffff0d}.personality-circle.light{background:#f3ae110d}.personality-circle.primary{background:#db9823}.personality-circle.primary-blur{background:#db9823;box-shadow:0 0 20px #f47a4933}.personality-circle.black{border:1px solid rgba(87,87,87,.5);background:#5757571a;box-shadow:0 0 20px #57575733}.personality-circle.gray{background:#757575}.personality-circle .circle__main-txt{color:#db9823;text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.personality-circle .circle__main-txt.white{color:var(--gray-100-white, #fff)}.personality-circle .circle__main-txt.black{color:var(--Gray-800, #333)}.personality-circle .circle__sub-txt{color:#db9823;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.personality-circle .circle__sub-txt.white{color:var(--gray-100-white, #fff)}.personality-circle .circle__sub-txt.round{border-radius:30px;display:flex;padding:0 12px;justify-content:center;align-items:center;gap:10px}.personality-circle .circle__sub-txt.round.white{background:var(--gray-100-white, #fff);color:#db9823}.personality-circle .circle__sub-txt.round.black{background:var(--Gray-700, #575757);color:var(--gray-100-white, #fff)}.personality-circle .circle__sub-txt.round.gray{color:var(--gray-100-white, #fff)}.person-content-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;width:100%}.person-content-box.chart{align-items:center;justify-content:center}.person-content-box.line{padding:32px;gap:16px;align-items:center;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.person-content-box.gray{padding:16px;border-radius:12px;background:var(--Gray-200, #f8f8f8)}.person-content-box .tit-section{width:fit-content}.person-content-box .content__title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.person-content-box .content__body-txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;display:inline}.person-content-box .content__body-txt .p-keyword{color:#db9823!important;font-weight:500;display:inline}.person-content-box .content__body{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.personality-divider{width:100%;border-top:1px solid var(--Gray-300, #ebebeb)}.person-desc-box{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.person-desc-box .desc__title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.person-desc-box .desc__body{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px}.person-desc-box .desc__body.gray{align-items:center;padding:40px 32px;background:var(--Gray-200, #f8f8f8);gap:24px}.person-desc-box .desc__body.blue{padding:16px;align-items:flex-start;background:#f3f7ff}.person-desc-box .desc__body.red{background:#fff5f5;padding:16px;align-items:flex-start}.person-desc-box .desc__body.job{gap:24px}.person-desc-box .desc__body .desc__body-highlight{width:100%;display:flex;padding:12px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;background:#f3ae110d;font-weight:500}.person-desc-box .desc__body .desc__body-gray{display:flex;padding:12px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;background:#7575750d;font-weight:500}.person-desc-box .desc__body .desc__body-padd{padding:0 16px;gap:8px}.person-desc-box .desc__body .desc__body-txt{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.person-desc-box .desc__body .personality-keyword{display:flex;justify-content:center;align-items:center}.person-desc-box .desc__body .personality-keyword .keyword-bubble{display:inline-flex;padding:12px;align-items:center;gap:12px;border-radius:12px;background:#db9823;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;position:relative}.person-desc-box .desc__body .personality-keyword .personality-keyword__tail{position:absolute;bottom:-12px;right:35%;transform:translate(50%);transform:rotate(270deg);width:28px;height:28px}.person-desc-box .desc__body .top-keyword{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.person-desc-box .desc__body .top-keyword .top-keyword__box{display:flex;align-items:center;gap:8px}.person-desc-box .desc__body .top-keyword .top-keyword__box .keyword-item{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.person-desc-box .desc__body .top-keyword .top-keyword__box .keyword-item.blue{background:#5790fc12;color:#5790fc}.person-desc-box .desc__body .top-keyword .top-keyword__box .keyword-item.red{background:#ff6e6e12;color:#ff6e6e}.person-desc-box .desc__body .bottom-white-box{width:100%;display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:8px;background:#fffc}.person-desc-box .desc__body .bottom-white-box .white-box__tit{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.person-desc-box .desc__body .bottom-white-box .white-box__desc{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.person-main-title{display:flex;flex-direction:column}.person-main-title .tit-line{color:var(--Gray-800, #333);font-family:Pretendard;font-size:22px;font-style:normal;font-weight:700;line-height:34px;position:relative;width:fit-content}.person-main-title .tit-line .main-title__underline{position:absolute;right:0;bottom:.15em;width:120px;height:8px;opacity:.15;background:var(--Gray-800, #333);z-index:-1}.person-desc-txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.person-desc-txt.keyword{color:#db9823;font-weight:500}.person-keyword__inner{display:flex;padding:20px 0;align-items:center;justify-content:center;gap:20px;align-self:stretch;width:100%}.person-keyword__inner.mobile{flex-direction:column;gap:16px;align-self:stretch}.person-keyword__inner .keyword__left-title{display:flex;min-width:140px;height:100%;padding:20px 0 20px 20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;border-radius:0 100px 100px 0}.person-keyword__inner .keyword__left-title.primary{background:#db9823}.person-keyword__inner .keyword__left-title.mobile{background:transparent;flex-direction:row;padding:0;margin-right:auto}.person-keyword__inner .keyword__left-title .keyword__left-txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;overflow:visible;flex-wrap:nowrap}.person-keyword__inner .keyword__left-title .keyword__left-txt.primary{color:var(--gray-100-white, #fff)}.person-keyword__inner .keyword__left-title .keyword__left-txt.mobile{color:var(--Gray-800, #333)}.person-content__ilju-title{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:20px;font-style:normal;font-weight:700;line-height:29px}.person-content__ilju-desc{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;display:inline}.person-content__ilju-desc .keyword{display:inline;font-weight:700;font-size:15px}.person-content__ilju-desc .keyword.thu{color:#5e9f1c}.person-content__ilju-desc .keyword.tue{color:#c23535}.person-content__ilju-desc .keyword.sat{color:#db9823}.person-content__ilju-desc .keyword.fri{color:#949494}.person-content__ilju-desc .keyword.wed{color:#404040}.personality-chart__wrapper{display:flex;flex-direction:row!important;align-items:center;justify-content:center;width:100%;padding:0 38px;gap:40px;align-self:stretch}.personality-chart__wrapper.mobile{gap:20px}.person-spider-wrapper{display:flex;width:100%;aspect-ratio:552/480!important;justify-content:center;align-items:center;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.str-wea-wrapper{display:flex;padding:30px 0;width:100%;justify-content:center;align-items:center;gap:40px}.str-wea-wrapper.mobile{gap:20px}.content__body-txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;display:inline}.content__body-txt .p-keyword{color:#db9823!important;font-weight:500;display:inline}.ilgan-bubble-wrapper{width:100%;display:flex;justify-content:center;align-items:center;min-height:240px}.ilgan-bubble-wrapper .center-wrapper{position:relative;width:240px;height:240px}.ilgan-bubble-wrapper .ilgan-bubble__ilgan{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;width:120px;height:120px;flex-direction:column;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:60px;position:relative;z-index:10}.ilgan-bubble-wrapper .ilgan-bubble__ilgan .ilgan-bubble__ilgan-txt{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.ilgan-bubble-wrapper .ilgan-bubble__ilgan .ilgan-bubble__ilgan-txt .ilgan-txt-chn{color:var(--gray-100-white, #fff);text-align:center;font-family:ChosunGs;font-size:32px;font-style:normal;font-weight:400;line-height:32px}.ilgan-bubble-wrapper .ilgan-bubble__ilgan .ilgan-bubble__ilgan-txt .ilgan-txt-kor{color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:18px}.ilgan-bubble-wrapper .ilgan-bubble__keyword{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex-shrink:0;aspect-ratio:1/1;border-radius:200px;background:#4040400d;transform:translate(-50%,-50%)}.ilgan-bubble-wrapper .ilgan-bubble__keyword.first{top:50%;right:-30%;width:100px;height:100px}.ilgan-bubble-wrapper .ilgan-bubble__keyword.second{top:22%;right:-19%;width:60px;height:60px}.ilgan-bubble-wrapper .ilgan-bubble__keyword.third{top:20%;right:-3%;width:80px;height:80px}.ilgan-bubble-wrapper .ilgan-bubble__keyword.fourth{width:80px;height:80px;bottom:-10%;right:-10%}.ilgan-bubble-wrapper .ilgan-bubble__keyword.fifth{width:60px;height:60px;bottom:-15%;left:33%}.ilgan-bubble-wrapper .ilgan-bubble__keyword.sixth{width:100px;height:100px;bottom:-10%;left:10%}.ilgan-bubble-wrapper .ilgan-bubble__keyword.seventh{width:80px;height:80px;top:40%;left:0%}.ilgan-bubble-wrapper .ilgan-bubble__keyword .ilgan-bubble__keyword-txt{color:var(--black-100, #404040);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.personality-reco-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.personality-reco-wrapper.mobile .person-reco__box{flex-direction:column}.personality-reco-wrapper.mobile .person-reco__box .left-gray-box{width:100%;aspect-ratio:unset;height:60px}.personality-reco-wrapper.mobile .person-reco__box .left-gray-box .gray-box__inner{flex-direction:row}.personality-reco-wrapper .person-reco__box{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.personality-reco-wrapper .person-reco__box .left-gray-box{display:flex;width:120px;height:120px;aspect-ratio:1/1;justify-content:center;align-items:center;border-radius:12px;background:var(--Gray-200, #f8f8f8)}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner{display:flex;flex-direction:column;align-items:center;gap:8px}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img{width:32px;height:32px;flex-shrink:0;aspect-ratio:1/1}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.color{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.place{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.food{background:url(/assets/personality-food-DoyXRFPX.png) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.exercise{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__img.clothes{background:url(data:image/png;base64,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) center center no-repeat;background-size:contain}.personality-reco-wrapper .person-reco__box .left-gray-box .gray-box__inner .gray-box__txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.personality-reco-wrapper .person-reco__box .right-desc-box{display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.personality-reco-wrapper .person-reco__box .right-desc-box .right-desc-keywords{display:flex;flex-direction:row;align-items:center;gap:8px}.personality-reco-wrapper .person-reco__box .right-desc-box .right-desc-keywords .desc-keyword{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5790fc12;color:#5790fc;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.explain-nocde{margin-left:auto;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:30px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:16px;position:relative;cursor:pointer}.explain-nocde.mobile{margin-left:0;margin-right:auto;order:2;width:auto;align-self:flex-start}.explain-nocde.mobile :after{left:4%}.explain-nocde .explain-ncode__tooltip{width:552px;position:absolute;top:40px;right:0;display:inline-flex;padding:16px;flex-direction:column;align-items:flex-end;gap:8px;border-radius:8px;background:var(--gray-100-white, #fff);font-family:Pretendard;font-size:13px;font-style:normal;line-height:20px;box-shadow:0 8px 20px #0000001f;z-index:10}.explain-nocde .explain-ncode__tooltip.mobile{display:flex;width:min(90vw,343px);padding:16px;flex-direction:column;align-items:flex-end;gap:8px;top:40px;left:0}.explain-nocde .explain-ncode__tooltip .ncode-tooltip__top{color:var(--Gray-700, #575757);font-weight:700;display:inline}.explain-nocde .explain-ncode__tooltip .ncode-tooltip__top .n-keyword{display:inline;color:#db9823}.explain-nocde .explain-ncode__tooltip .ncode-tooltip__bottom{color:var(--Gray-700, #575757);font-weight:400}.explain-nocde .explain-ncode__tooltip:after{content:"";position:absolute;top:-13px;right:5%;transform:translate(50%);width:20px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.personality-ncode{display:flex;padding:16px;justify-content:center;align-items:center;gap:40px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-200, #f8f8f8);background:var(--gray-100-white, #fff);box-shadow:0 0 20px #0000001a;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.similar-personality{display:flex;align-items:flex-start;gap:8px;align-self:stretch;width:100%}.similar-personality.mobile{flex-direction:column}.similar-personality.mobile .similar-person-box{width:100%}.similar-personality .similar-person-box{display:flex;width:50%;padding:12px 20px;justify-content:space-between;align-items:center;border-radius:9px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.personality-node__chart{display:flex;flex-direction:column;align-items:center;gap:20px}.ncode-desc-box{display:flex;flex-wrap:wrap;padding:20px 16px;align-items:flex-start;gap:16px;align-self:stretch;width:100%;border-radius:12px;position:relative}.ncode-desc-box.nangman-code-B{border:1px solid var(--black-100, #404040);background:#4040400d;box-shadow:0 0 30px #0003;border-radius:0 12px 12px}.ncode-desc-box.nangman-code-R{border:1px solid var(--red, #c23535);background:#c235350d;box-shadow:0 0 30px #0003;border-radius:0 12px 12px}.ncode-desc-box.nangman-code-G{border:1px solid var(--green, #5e9f1c);background:#5e9f1c0d;box-shadow:0 0 30px #0003;border-radius:0 12px 12px}.ncode-desc-box.nangman-code-Y{border:1px solid var(--yellow, #db9823);background:#db98230d;box-shadow:0 0 30px #0003;border-radius:0 12px 12px}.ncode-desc-box.nangman-code-W{border-radius:0 12px 12px;border:1px solid var(--gray-500, #949494);background:#9494940d;box-shadow:0 0 30px #0003}.ncode-desc-box .ncode-desc-left{flex:0 0 auto}.ncode-desc-box .ncode-desc-left .code{display:flex;padding:6px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:22px;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:24px;width:36px;aspect-ratio:1/1}.ncode-desc-box .ncode-desc-left .code.nangman-code{background:var(--black-100, #404040)}.ncode-desc-box .ncode-desc-left .code.E{background:#ff6867}.ncode-desc-box .ncode-desc-left .code.I{background:#4eaeea}.ncode-desc-box .ncode-desc-left .code.S{background:#7d67fd}.ncode-desc-box .ncode-desc-left .code.N{background:#adcc32}.ncode-desc-box .ncode-desc-left .code.T{background:#27b190}.ncode-desc-box .ncode-desc-left .code.F{background:#e53c9c}.ncode-desc-box .ncode-desc-left .code.J{background:#4881ce}.ncode-desc-box .ncode-desc-left .code.P{background:#ffb401}.ncode-desc-box .ncode-desc-left .code.B{background:var(--black-100, #404040)}.ncode-desc-box .ncode-desc-left .code.R{background:var(--red, #c23535)}.ncode-desc-box .ncode-desc-left .code.G{background:var(--green, #5e9f1c)}.ncode-desc-box .ncode-desc-left .code.Y{background:var(--yellow, #db9823)}.ncode-desc-box .ncode-desc-left .code.W{background:var(--gray-500, #949494)}.ncode-desc-box .ncode-desc-right{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.ncode-desc-box .ncode-desc-right .ncode__right-top{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.ncode-desc-box .ncode-desc-right .ncode__right-middle{display:flex;justify-content:center;align-items:flex-start;gap:8px}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-E{background:#ff68671a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-I{background:#4eaeea1a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-S{background:#7d67fd1a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-N{background:#adcc321a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-T{background:#27b1901a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-F{background:#e53c9c1a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-J{background:#4881ce1a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-P{background:#ffb4011a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-B{background:#4040401a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-R{background:#c235351a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-G{background:#5e9f1c1a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-Y{background:#db98231a}.ncode-desc-box .ncode-desc-right .ncode__right-middle .ncode__keywords-W{background:#9494941a}.ncode-desc-box .ncode-desc-right .ncode__right-bottom{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.ncode-desc-box .ncode-desc-right .ncode-info-txt{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px;display:inline}.ncode-desc-box .ncode-desc-right .ncode-info-txt .keyword{color:#db9823;font-weight:500;display:inline}.ncode-desc-wrapper{width:100%}.ncode-desc-wrapper.nangman-code{padding-bottom:24px}.ncode-nangman-index{position:absolute;top:0%;left:-.2%;transform:translateY(-100%);display:flex;padding:4px 12px;justify-content:center;align-items:center;gap:10px;border-radius:12px 12px 0 0;color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px;z-index:10}.ncode-nangman-index.mobile{top:0%;left:-.2%}.ncode-nangman-index.nangman-code-B{background:var(--black-100, #404040)}.ncode-nangman-index.nangman-code-R{background:var(--red, #c23535)}.ncode-nangman-index.nangman-code-G{background:var(--green, #5e9f1c)}.ncode-nangman-index.nangman-code-Y{background:var(--yellow, #db9823)}.ncode-nangman-index.nangman-code-W{background:var(--gray-500, #949494)}.personal-career-notice{display:flex;align-items:center;gap:20px;align-self:stretch}.personal-career-notice .personal-career-container{position:relative;display:inline-block}.personal-career-notice .personal-career-txt{position:relative;display:inline-flex;padding:12px;align-items:center;gap:12px;border-radius:12px;background:var(--gray-100-white, #fff);color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px;z-index:10;overflow:visible;box-shadow:0 0 10px #0000001a}.personal-career-notice .personal-career-txt:before{content:"";position:absolute;top:43%;left:-3%;width:12px;height:12px;background:transparent;transform:rotate(45deg);box-shadow:-2px 2px 4px #0000001a;z-index:-1}.personal-career-notice .personal-career-triangle{position:absolute;top:35%;left:-12%;transform:translate(50%);width:28px;height:28px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%3e%3cpath%20d='M5.3166%201.62415C6.1036%200.397353%207.8964%200.397351%208.6834%201.62415L13.6845%209.4201C14.5384%2010.7512%2013.5826%2012.5%2012.0011%2012.5L1.9989%2012.5C0.417433%2012.5%20-0.538409%2010.7512%200.315503%209.4201L5.3166%201.62415Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;transform:translate(50%) rotate(-90deg);z-index:100}.personal-career-notice .personal-career-triangle.mobile{top:35%;left:-13%}.career__circle-box{display:flex;align-items:center;align-content:center;align-self:stretch;flex-wrap:wrap;padding-left:12px}.career__circle-box .career-circle{display:flex;width:100px;height:100px;padding:20px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:200px;color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-left:-12px}.career__circle-box .career-circle.primary{background:#db9823}.career__circle-box .career-circle.gray{background:#757575}.career__major-reco{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;background:var(--gray-100-white, #fff)}.career__major-reco .major__top{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px;background:#f3ae110d}.career__major-reco .major__top.general{background:var(--Gray-200, #f8f8f8)}.career__major-reco .major__top .major__top-title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.career__major-reco .major__top .major__top-keyword{display:flex;align-items:center;align-content:center;gap:8px;align-self:stretch;flex-wrap:wrap}.career__major-reco .major__top .major__top-keyword .major-keyword{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#f47a491a;color:#db9823;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.career__major-reco .major__top .major__top-keyword .major-keyword.general{background:#7575751a;color:var(--Gray-600, #757575)}.career__major-reco .major__bottom{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.personality-outro{display:flex;padding:40px 32px;align-items:center;gap:16px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.personality-outro.mobile{flex-direction:column;padding:40px 24px}.personality-outro.mobile .person-outro__txt{text-align:center}.personality-outro .person-outro__txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px;overflow-wrap:break-word;word-break:keep-all}.personality-outro .person-outro__txt .highlight{color:#db9823;font-weight:700;margin-top:8px}.rating-personality{height:100%;display:flex;padding:40px 24px;flex-direction:column;justify-content:center;align-items:center;gap:120px;flex:1 0 0;background:var(--gray-100-white, #fff)}.rating-personality .personality-replay{display:flex;align-items:flex-start;justify-content:center}.p-keyword{color:#db9823!important;font-weight:500;display:inline}.overview-none-wrap[data-v-678588ff]{width:100%;display:flex;flex-direction:column}.overview-none-wrap .overview-none-title[data-v-678588ff]{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:20px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.overview-none-wrap .overview-none-title .tit[data-v-678588ff]{color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:700;line-height:24px}.overview-none-wrap .overview-none-title .cnt[data-v-678588ff]{color:var(--orange-300-main, #eb4c10);font-size:14px;font-style:normal;font-weight:700;line-height:24px;margin-left:auto}.overview-payment-info-wrap[data-v-678588ff]{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-shrink:0;height:88%;box-sizing:border-box;width:100%;padding:28px}.overview-pay-info-box[data-v-678588ff]{display:flex;padding:40px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:12px;background:#6c53410d;box-sizing:border-box;width:100%}.overview-pay-info-box .tit-box[data-v-678588ff]{color:#6c5341;font-size:18px;font-style:normal;font-weight:700;line-height:28px;display:flex;align-items:center;gap:8px}.overview-pay-info-box .tit-box span[data-v-678588ff]{display:inline-flex;align-items:center;line-height:inherit}.overview-pay-info-box .txt-box[data-v-678588ff]{display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:var(--Gray-700, #575757);font-size:15px;font-style:normal;font-weight:500;line-height:24px}.overview-pay-info-box .txt-box.bg-white[data-v-678588ff]{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px;background:var(--gray-100-white, #fff)}.overview-pay-info-box .txt-box .txt-bold[data-v-678588ff]{font-weight:700}.overview-payment-info-content-box[data-v-678588ff]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px}.overview-payment-info[data-v-678588ff]{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:28px}.overview-payment-info-content[data-v-678588ff]{border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:20px 16px}.overview-payment-info-content .overview-payment-info-title[data-v-678588ff]{width:100%;display:flex;justify-content:flex-start;align-items:center;color:var(--Gray-800, #333);font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:8px}.overview-payment-info-content .overview-payment-info-date-box[data-v-678588ff]{display:flex;width:100%;justify-content:flex-start;align-items:flex-start;flex-direction:column}.overview-payment-info-content .overview-payment-info-date[data-v-678588ff]{display:flex;width:100%;justify-content:space-between;align-items:flex-start}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-title[data-v-678588ff]{color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:flex;align-items:center;gap:4px}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-value[data-v-678588ff]{color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:700;line-height:24px}.overview-payment-info-content .overview-payment-info-date .overview-payment-info-date-value.red[data-v-678588ff]{color:var(--orange-300-main, #eb4c10)}.overview-btn-box[data-v-678588ff]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:28px;margin-top:auto}.overview-pay-info-btn[data-v-678588ff]{display:flex;padding:14px 20px;justify-content:center;align-items:center;gap:4px;align-self:stretch;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.overview-payment-info-btn[data-v-678588ff]{cursor:pointer;display:flex;width:100%;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.overview-payment-info-btn-line[data-v-678588ff]{cursor:pointer;color:var(--orange-300-main, #eb4c10);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.ticket-icon__analysis[data-v-678588ff]{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.4995%203.79102C18.1667%203.7911%2018.7074%204.33231%2018.7075%204.99951V7.91602C18.7075%208.12312%2018.5396%208.29102%2018.3325%208.29102H18.2495C17.3062%208.2911%2016.5411%209.05616%2016.541%209.99951C16.5411%2010.9429%2017.3062%2011.7074%2018.2495%2011.7075H18.3325C18.5395%2011.7075%2018.7073%2011.8756%2018.7075%2012.0825V14.9995C18.7074%2015.6667%2018.1667%2016.2074%2017.4995%2016.2075H13.8291C13.9333%2016.1159%2013.9995%2015.9822%2013.9995%2015.8325V14.8604C13.9995%2014.5843%2013.7756%2014.3604%2013.4995%2014.3604C13.2234%2014.3604%2012.9996%2014.5843%2012.9995%2014.8604V15.8325C12.9995%2015.9822%2013.0657%2016.1159%2013.1699%2016.2075H2.49951C1.83231%2016.2074%201.2911%2015.6667%201.29102%2014.9995V12.0825C1.29119%2011.8756%201.45909%2011.7076%201.66602%2011.7075H2.16602C3.10945%2011.7075%203.87442%2010.9429%203.87451%209.99951C3.87442%209.05611%203.10945%208.29102%202.16602%208.29102H1.66602C1.45898%208.29093%201.29102%208.12307%201.29102%207.91602V4.99951C1.2911%204.3323%201.8323%203.7911%202.49951%203.79102H13.1699C13.0657%203.88265%2012.9995%204.01637%2012.9995%204.16602V5.13818C12.9995%205.41433%2013.2234%205.63818%2013.4995%205.63818C13.7757%205.63818%2013.9995%205.41433%2013.9995%205.13818V4.16602C13.9995%204.01637%2013.9333%203.88265%2013.8291%203.79102H17.4995ZM13.4995%2010.4717C13.2234%2010.4717%2012.9995%2010.6955%2012.9995%2010.9717V12.916C12.9995%2013.1922%2013.2234%2013.416%2013.4995%2013.416C13.7757%2013.416%2013.9995%2013.1922%2013.9995%2012.916V10.9717C13.9995%2010.6955%2013.7757%2010.4717%2013.4995%2010.4717ZM13.4995%206.58252C13.2234%206.58252%2012.9996%206.80645%2012.9995%207.08252V9.02734L13.002%209.07812C13.0275%209.33032%2013.2406%209.52734%2013.4995%209.52734C13.7584%209.52734%2013.9715%209.33032%2013.9971%209.07812L13.9995%209.02734V7.08252L13.9971%207.03174C13.9716%206.77952%2013.7585%206.58252%2013.4995%206.58252Z'%20fill='url(%23paint0_linear_16008_8485)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_16008_8485'%20x1='1.74951'%20y1='4.25'%20x2='18.7495'%20y2='16.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFC526'/%3e%3cstop%20offset='1'%20stop-color='%23FF8011'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:8px}.overview-payment-inner[data-v-678588ff]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.dictionary-wrap[data-v-b1e683c2]{display:flex;align-items:flex-start;gap:6px;align-self:stretch;flex-wrap:wrap;margin-bottom:16px}.dictionary-wrap .dictionary-item[data-v-b1e683c2]{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;border-radius:16px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);color:var(--Gray-600, #757575);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px;cursor:pointer}.dictionary-wrap .dictionary-item.active[data-v-b1e683c2]{background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff)}.dictionary-desc__container[data-v-b1e683c2]{width:100%;min-height:300px;padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;border-radius:8px;background:var(--Gray-200, #f8f8f8);overflow-y:auto}.dictionary-desc__container .dictionary-desc__title[data-v-b1e683c2]{display:flex;flex-direction:column;gap:4px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.dictionary-desc__container .dictionary-desc__title .dictionary-desc__text[data-v-b1e683c2]{font-size:14px;font-style:normal;font-weight:500;line-height:22px}.dictionary-desc__container .divider[data-v-b1e683c2]{width:100%;height:1px;background:var(--Gray-300, #ebebeb)}.dictionary-desc__container .dictionary-desc__content[data-v-b1e683c2]{display:flex;flex-direction:column;gap:4px}.dictionary-desc__container .dictionary-desc__label[data-v-b1e683c2]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:22px}.dictionary-desc__container .dictionary-desc__text[data-v-b1e683c2]{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.dictionary-summary__container[data-v-b1e683c2]{width:100%;display:flex;flex-direction:column;gap:8px}.dictionary-summary__container .dictionary-desc__title[data-v-b1e683c2]{gap:4px}.dictionary-summary__container .dictionary-summary__content[data-v-b1e683c2]{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:8px;border-radius:8px}.dictionary-summary__container .dictionary-summary__content .category-card__list[data-v-b1e683c2]{flex:1;justify-content:flex-end;width:auto}@media (max-width: 500px){.dictionary-drawer__wrapper[data-v-b1e683c2]{width:100%;min-width:100%;left:0;bottom:0;overflow-y:auto}.dictionary-drawer__wrapper .dictionary-drawer__overlay[data-v-b1e683c2]{opacity:.4;background:var(--gray-900-black, #2c2c2e)}.dictionary-drawer__wrapper .dictionary-drawer__container[data-v-b1e683c2]{height:calc(100% - 52px);border-radius:20px 20px 0 0;padding:16px}.dictionary-drawer__wrapper .dictionary-drawer__container .dictionary-drawer__header[data-v-b1e683c2]{margin-bottom:-8px;height:52px;flex-direction:row;justify-content:center;align-items:center}.dictionary-drawer__wrapper .dictionary-drawer__container .dictionary-drawer__header .close-drawer[data-v-b1e683c2]{position:absolute;top:14px;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat center center;background-size:cover}.dictionary-drawer__wrapper .dictionary-drawer__container .dictionary-desc__container[data-v-b1e683c2]{padding:16px}.dictionary-drawer__wrapper .dictionary-drawer__container .dictionary-desc__container .dictionary-desc__title[data-v-b1e683c2]{gap:4px}.dictionary-drawer__wrapper .dictionary-drawer__float-button[data-v-b1e683c2]{display:inline-flex}.dictionary-drawer__wrapper .dictionary-drawer__top-fixed-button[data-v-b1e683c2]{display:none}}.category-card.blue[data-v-b1e683c2]{padding:12px;background:#5790fc1a}.category-card.red[data-v-b1e683c2]{padding:12px;background:#ff6e6e1a}.category-card__keyword[data-v-b1e683c2]{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;background:#5757571a;color:var(--Gray-700, #575757);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.category-card__keyword.blue[data-v-b1e683c2]{background:#5790fc1a;color:#5790fc}.category-card__keyword.red[data-v-b1e683c2]{background:#ff6e6e1a;color:#ff6e6e}.category-card__list[data-v-b1e683c2]{display:flex;width:100%;align-items:flex-start;align-content:flex-start;gap:8px;flex-wrap:wrap}.st-personality-job{margin-bottom:12px!important}.job-recommendation-section{margin-bottom:16px}.job-recommendation-section{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:12px;border:1px solid var(--Gray-200, #f8f8f8);background:var(--Gray-200, #f8f8f8)}.job-recommendation-section.st-orange{border:1px solid rgba(243,174,17,.5);background:#f3ae110d}.job-recommendation-section .job-category{display:flex;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--Gray-300, #ebebeb);padding-bottom:8px}.job-recommendation-section .job-category:last-child{border-bottom:none;padding-bottom:0}.job-recommendation-section .h3{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:4px}.job-recommendation-section .job-list{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:16px}.job-recommendation-section .like-box{margin-left:20px}.job-recommendation-section .like-box .default{color:var(--Gray-300, #ebebeb)}.job-recommendation-section .like-box .active{color:var(--Orange-300, #eb4c10)}.job-recommendation-top{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;margin-bottom:16px}.job-recommendation-top .tit{color:#db9823;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.job-recommendation-top .txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.job-recommendation-top .txt .key-snetence{color:#db9823}.round-tit-box.st-personality-pet{margin-bottom:0!important}.pet-recommendation-wrap{display:flex;flex-direction:column;gap:16px;width:100%}.section-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#333}.pet-recommendation-section{display:flex;padding:16px;flex-direction:column;align-items:center;align-self:stretch;border-radius:12px;background:var(--Gray-200, #f8f8f8)}.pet-recommendation-section .pet-top-box{display:flex;padding:0 20px;align-items:center;gap:16px;align-self:stretch}.pet-recommendation-section .pet-top-box .img-box{width:100px;height:100px;aspect-ratio:1/1;background:url(/assets/pet_black-AEFx2wx5.png) no-repeat center center;background-size:100% auto}.pet-recommendation-section .pet-top-box .desc-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;flex:1 0 0}.pet-recommendation-section .pet-top-box .desc-box .desc-tit{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.pet-recommendation-section .pet-top-box .desc-box .desc-txt{color:var(--Gray-600, #757575);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.pet-recommendation-section.st-pink{border-radius:12px;border:1px solid rgba(243,174,17,.5);background:#f3ae110d}.pet-recommendation-section.st-pink .pet-top-box .img-box{background:url(/assets/pet_pink-ezuYY7SL.png) no-repeat center center;background-size:100% auto}.pet-recommendation-section .pet-list-box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;width:100%}.pet-recommendation-section .pet-list-box .item-box{display:flex;padding:16px;justify-content:space-between;align-items:flex-start;align-self:stretch;gap:16px;border-radius:12px;background:var(--gray-100-white, #fff);width:100%}.pet-recommendation-section .pet-list-box .item-box .tit-box{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:24px;flex-shrink:0}.pet-recommendation-section .pet-list-box .item-box .pet-item{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;cursor:pointer}.pet-recommendation-section .pet-list-box .item-box .pet-item.st-gray .pet-name{background:#7575751a;color:var(--Gray-600, #757575)}.pet-recommendation-section .pet-list-box .item-box .pet-item .pet-name{display:flex;padding:3px 6px;justify-content:center;align-items:flex-start;gap:10px;border-radius:4px;white-space:nowrap;flex-shrink:0;background:#f3ae111a;color:#db9823;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:18px}.pet-recommendation-desc{padding-top:16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.pet-recommendation-desc .txt.b{color:#db9823;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.detail-layer{position:fixed;display:flex;width:320px;flex-direction:column;align-items:flex-start;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);box-shadow:0 0 20px #0003;z-index:1000}.detail-layer.st-pink .detail-title{background:#f3ae111a;color:#db9823}.detail-layer.st-pink .info-label{background:#db9823}.detail-content{margin-bottom:16px;padding:0}.detail-info{display:flex;padding:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;align-self:stretch}.info-item{display:flex;align-items:flex-start;gap:8px;align-self:stretch}.info-label{color:var(--gray-100-white, #fff);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:22px;border-radius:60px;background:var(--Gray-600, #757575);display:flex;height:22px;padding:0 6px;justify-content:center;align-items:center;gap:10px;white-space:nowrap;min-width:fit-content}.info-value{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.detail-title{display:flex;padding:12px;justify-content:space-between;align-items:center;gap:10px;align-self:stretch;background:#7575751a;color:var(--Gray-600, #757575);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.detail-description{font-family:Pretendard;font-size:13px;font-weight:400;color:#333;line-height:18px}.detail-layer .btn-close{width:20px;height:20px;aspect-ratio:1/1;cursor:pointer;color:#333;transition:background-color .2s}.youngsin-total-analysis-box{display:flex;flex-direction:column;align-items:flex-start}.youngsin-total-analysis{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;margin-bottom:16px;border-bottom:1px solid #e0e0e0;padding-bottom:16px}.youngsin-total-analysis:last-child{border-bottom:none;padding-bottom:0}.youngsin-total-analysis .tit{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px}.youngsin-total-analysis .txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.youngsin-total-analysis .txt .txt-bold{font-weight:500}.txt-big .txt-round.five01{box-shadow:10px 10px 10px #c2353533}.txt-big .txt-round.five02{box-shadow:10px 10px 10px #40404033}.txt-big .txt-round.five03{box-shadow:10px 10px 10px #5e9f1c33}.txt-big .txt-round.five04{box-shadow:10px 10px 10px #94949433}.txt-big .txt-round.five05{box-shadow:10px 10px 10px #db982333}.eight-box .eight-birth-box .earth-box.normal .ss-tit,.eight-box .eight-birth-box .sky-box.normal .ss-tit,.eight-box .eight-birth-box .earth-box.normal .s-tit,.eight-box .eight-birth-box .sky-box.normal .s-tit{color:var(--Gray-400, #c2c2c2)}.eight-box .eight-birth-box .earth-box.normal .txt-big .txt-round,.eight-box .eight-birth-box .sky-box.normal .txt-big .txt-round{background:var(--Gray-200, #f8f8f8);color:var(--Gray-400, #c2c2c2);box-shadow:none}.myfive-birth-box .txt-big .txt-round.chn .txt-main,.myfive-birth-box .txt-big .txt-round.kor .chn{display:none}.myfive-birth-box .txt-big .txt-round.kor .txt-main{font-size:30px}.desc-header.myfive-nav{width:100%!important;display:flex}.desc-header.myfive-nav .desc-nav{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px;margin-right:-28px}.desc-header.myfive-nav .btn-sorting-box{display:flex;justify-content:flex-end;align-items:center;gap:8px;z-index:999}.pop-analysis-info-backdrop[data-v-7c4e71ba]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0003;z-index:1000;display:flex;align-items:center;justify-content:center}.pop-analysis-info[data-v-7c4e71ba]{background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;width:400px;padding:32px 24px 24px;position:relative;display:flex;flex-direction:column;align-items:center}.pop-header[data-v-7c4e71ba]{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:12px}.pop-header .pop-close[data-v-7c4e71ba]{position:absolute;right:24px;top:30px}.pop-title[data-v-7c4e71ba]{color:var(--Gray-800, #333);text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.pop-close[data-v-7c4e71ba]{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");background-size:24px 24px;border:none;width:24px;height:24px;cursor:pointer}.pop-desc.main[data-v-7c4e71ba]{font-size:14px;color:#333;text-align:center;margin-bottom:20px;font-weight:400;line-height:24px}.pop-desc.main .underlined-text[data-v-7c4e71ba]{font-weight:700;border-bottom:1px solid #333}.pop-highlight[data-v-7c4e71ba]{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:12px}.pop-options[data-v-7c4e71ba]{width:100%;margin-bottom:20px;padding:16px 24px;display:flex;flex-direction:column;justify-content:center;background:var(--Orange-100, #fff8f5);border-radius:12px}.option-box[data-v-7c4e71ba]{padding:8px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.option-box .option-icon-box[data-v-7c4e71ba]{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.option-box .option-icon.point[data-v-7c4e71ba]{width:32px;height:32px;background-size:32px auto;background-image:url(/assets/icon_an_guide_point-QdUmkqkJ.png)}.option-box .option-icon.ticket[data-v-7c4e71ba]{width:32px;height:32px;background-image:url(/assets/icon_an_guide_Frame-9She1_wE.png);background-size:32px auto}.option-discount[data-v-7c4e71ba]{display:flex;height:18px;padding:3px 6px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:#eb4c10;color:#fff;text-align:center;font-family:Pretendard;font-size:11px;font-style:normal;font-weight:700;line-height:12px}.option-label[data-v-7c4e71ba]{display:flex;align-items:center;gap:6px;color:var(--Gray-800, #333);font-size:14px;font-style:normal;font-weight:700;line-height:18px}.option-box.large[data-v-7c4e71ba]{margin-bottom:12px;align-items:flex-end}.option-box.large .option-label[data-v-7c4e71ba]{font-size:16px}.option-desc[data-v-7c4e71ba]{color:var(--Gray-700, #575757);text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.option-price__box[data-v-7c4e71ba]{display:flex;flex-direction:row;gap:2px}.option-base-price[data-v-7c4e71ba]{color:var(--Gray-600, #757575);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:700;line-height:24px;text-decoration-line:line-through}.option-price-arrow[data-v-7c4e71ba]{width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2012L13%2018M19%2012L13%206M19%2012L5%2012'%20stroke='%23EB4C10'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.option-price[data-v-7c4e71ba]{color:#eb4c10;font-size:18px;font-weight:700;line-height:24px}.option-sale[data-v-7c4e71ba]{font-size:13px;font-weight:400;color:#eb4c10;margin-right:2px}.option-unit[data-v-7c4e71ba]{font-size:13px;font-weight:400;margin-left:2px}.badge[data-v-7c4e71ba]{display:inline-flex;height:18px;padding:3px 6px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:#a169c81a;color:#a169c8;text-align:center;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.pop-description[data-v-7c4e71ba]{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:14px 16px;margin-bottom:22px;border-radius:6px;background:#f8f8f8;word-break:keep-all}.pop-description .pop-description__icon[data-v-7c4e71ba]{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_22958_86511)'%3e%3cpath%20d='M13.3333%209.33268C14.0697%209.33268%2014.6667%208.73573%2014.6667%207.99935C14.6667%207.26297%2014.0697%206.66602%2013.3333%206.66602C12.597%206.66602%2012%207.26297%2012%207.99935C12%208.73573%2012.597%209.33268%2013.3333%209.33268Z'%20fill='%232C2C2E'/%3e%3cpath%20d='M2.66659%209.33268C3.40297%209.33268%203.99992%208.73573%203.99992%207.99935C3.99992%207.26297%203.40297%206.66602%202.66659%206.66602C1.93021%206.66602%201.33325%207.26297%201.33325%207.99935C1.33325%208.73573%201.93021%209.33268%202.66659%209.33268Z'%20fill='%232C2C2E'/%3e%3cpath%20d='M8.00008%2014.6667C8.73646%2014.6667%209.33341%2014.0697%209.33341%2013.3333C9.33341%2012.597%208.73646%2012%208.00008%2012C7.2637%2012%206.66675%2012.597%206.66675%2013.3333C6.66675%2014.0697%207.2637%2014.6667%208.00008%2014.6667Z'%20fill='%232C2C2E'/%3e%3cpath%20d='M6.69999%205.72641L4.01999%203.03307H4.01333L3.80666%202.81974L2.85999%203.75974L5.53999%206.45974L5.54666%206.45307L5.75333%206.66641L6.69999%205.72641ZM9.29533%205.74441L12.232%202.81641L13.1733%203.75974L10.2367%206.68841L9.29533%205.74441ZM6.67333%2010.2397L5.72666%209.29974L3.03999%2011.9731L2.82666%2012.1931L3.76666%2013.1331L6.45333%2010.4531L6.67333%2010.2397ZM13.1733%2012.1997L10.5133%209.52641L10.2733%209.29307L9.33333%2010.2331L11.9933%2012.9064L12.2267%2013.1397L13.1733%2012.1997Z'%20fill='%232C2C2E'/%3e%3cpath%20d='M8.00008%204.00065C8.73646%204.00065%209.33341%203.4037%209.33341%202.66732C9.33341%201.93094%208.73646%201.33398%208.00008%201.33398C7.2637%201.33398%206.66675%201.93094%206.66675%202.66732C6.66675%203.4037%207.2637%204.00065%208.00008%204.00065Z'%20fill='%232C2C2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_22958_86511'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;flex-shrink:0;margin-right:4px}.pop-description .pop-description__text[data-v-7c4e71ba]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:18px}.pop-description .pop-description__text .bold-text[data-v-7c4e71ba]{font-size:14px;font-weight:800;margin-left:4px}.paywall_charge_button_charge[data-v-7c4e71ba]{width:100%;background:#eb4c10;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:8px;padding:14px 0;cursor:pointer}.pop-analysis-info.mobile[data-v-7c4e71ba]{max-width:calc(100% - 32px);gap:12px;padding:20px}.pop-analysis-info.mobile .pop-close[data-v-7c4e71ba]{top:20px;right:20px}.pop-analysis-info.mobile .pop-header[data-v-7c4e71ba],.pop-analysis-info.mobile .pop-desc.main[data-v-7c4e71ba],.pop-analysis-info.mobile .pop-options[data-v-7c4e71ba],.pop-analysis-info.mobile .pop-description[data-v-7c4e71ba]{margin-bottom:0}.pop-analysis-info.mobile .paywall_charge_button_charge[data-v-7c4e71ba]{margin-top:8px}.dialog-title[data-v-1d73b1b0]{text-align:center}.v-dialog-alert .alert-wrap .btn-box.bottom[data-v-1d73b1b0]{display:flex;justify-content:center;align-items:center}.warning-txt[data-v-1d73b1b0]{color:var(--orange-300-main, #eb4c10);text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:24px;display:flex;justify-content:center;align-items:center;margin-top:4px}.btn-nor[data-v-1d73b1b0]{display:flex;width:162px!important;height:48px;padding:14px 40px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:16px;background:var(--gray-100-white, #fff)!important;color:var(--Gray-800, #333)!important;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700!important;line-height:20px}.btn-nor.gray[data-v-1d73b1b0]{background:var(--Gray-200, #f8f8f8)!important}.btn-nor.cancel[data-v-1d73b1b0]{display:flex;width:163px!important;height:48px;padding:14px 40px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:0 0 16px;background:var(--orange-300-main, #eb4c10)!important;color:var(--gray-100-white, #fff)!important;text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.pop-analysis-info-backdrop[data-v-15fb8626]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0003;z-index:1000;display:flex;align-items:center;justify-content:center}.pop-analysis-info[data-v-15fb8626]{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;width:400px;padding:30px 32px 32px;position:relative;display:flex;flex-direction:column;align-items:center}.pop-header[data-v-15fb8626]{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:18px}.pop-header[data-v-15fb8626] .pop-close[data-v-15fb8626]{position:absolute;right:16px;top:30px}.pop-title[data-v-15fb8626]{color:var(--Gray-800, #333);text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.pop-close[data-v-15fb8626]{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");background-size:24px 24px;border:none;width:24px;height:24px;cursor:pointer}.pop-info-row[data-v-15fb8626]{display:flex;padding:12px 20px;justify-content:space-between;align-items:center;align-self:stretch;background:var(--Gray-200, #f8f8f8);color:var(--Gray-700, #575757);font-size:14px;font-style:normal;font-weight:700;line-height:18px;margin-bottom:12px}.pop-info-label[data-v-15fb8626]{color:var(--orange-300-main, #eb4c10);font-size:12px;font-style:normal;font-weight:700;line-height:18px}.pop-info-divider[data-v-15fb8626]{color:#d9d9d9;margin:0 12px}.pop-options-row[data-v-15fb8626]{width:100%;display:flex;gap:12px;margin-bottom:28px}.option-box[data-v-15fb8626]{flex:1;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff);display:flex;flex-direction:column;align-items:center;padding:20px 0 16px;color:var(--Gray-800, #333);gap:12px;cursor:pointer;box-sizing:border-box}.option-box[data-v-15fb8626].disabled[data-v-15fb8626]{opacity:.4;cursor:not-allowed}.option-box[data-v-15fb8626].active[data-v-15fb8626]{border:2px solid var(--orange-300-main, #eb4c10)!important;background:var(--Orange-100, #fff8f5);margin:-1px;color:var(--orange-300-main, #eb4c10)}.option-icon-n[data-v-15fb8626]{width:40px;height:40px;background:url(/assets/icon_an_guide_point-QdUmkqkJ.png) no-repeat center/cover;margin-bottom:4px}.option-icon-ticket[data-v-15fb8626]{width:40px;height:40px;background:url(/assets/icon_an_guide_Frame-9She1_wE.png) no-repeat center/cover;margin-bottom:4px}.option-desc-col[data-v-15fb8626]{display:flex;flex-direction:column;align-items:center;gap:2px}.option-title[data-v-15fb8626]{color:var(--Gray-800, #333);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.option-value[data-v-15fb8626]{text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.option-value-sub[data-v-15fb8626]{text-align:center;font-size:13px;font-style:normal;font-weight:700;line-height:24px}.paywall_use_button_confirm[data-v-15fb8626]{width:100%;display:flex;width:336px;padding:14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--orange-300-main, #eb4c10);cursor:pointer;color:var(--gray-100-white, #fff);text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.paywall_use_button_confirm[data-v-15fb8626].disabled[data-v-15fb8626]{background:var(--Gray-500, #949494);cursor:not-allowed}.pop-analysis-info.mobile[data-v-15fb8626]{max-width:calc(100% - 32px);padding:20px}.pop-analysis-info.mobile[data-v-15fb8626] .pop-header[data-v-15fb8626]{margin-bottom:20px}.pop-analysis-info.mobile[data-v-15fb8626] .pop-close[data-v-15fb8626]{top:20px}.pop-analysis-info.mobile[data-v-15fb8626] .paywall_use_button_confirm[data-v-15fb8626]{width:100%}.ri-account-circle-line,.ri-add-line,.ri-alert-line,.ri-align-center,.ri-align-justify,.ri-align-left,.ri-align-right,.ri-align-vertically,.ri-archive-line,.ri-arrow-down-line,.ri-arrow-down-s-fill,.ri-arrow-down-s-line,.ri-arrow-left-s-line,.ri-arrow-right-line,.ri-arrow-right-s-line,.ri-arrow-up-line,.ri-arrow-up-s-line,.ri-article-line,.ri-attachment-2,.ri-bank-card-line,.ri-bar-chart-2-line,.ri-bar-chart-box-line,.ri-bar-chart-grouped-line,.ri-bold,.ri-box-3-line,.ri-calendar-2-line,.ri-calendar-line,.ri-car-line,.ri-cash-line,.ri-check-line,.ri-checkbox-blank-line,.ri-checkbox-circle-line,.ri-checkbox-multiple-blank-line,.ri-checkbox-multiple-line,.ri-circle-fill,.ri-circle-line,.ri-close-circle-fill,.ri-close-line,.ri-cloud-windy-line,.ri-cloudy-line,.ri-code-s-line,.ri-computer-line,.ri-corner-down-left-line,.ri-edit-box-line,.ri-error-warning-line,.ri-eye-line,.ri-eye-off-line,.ri-file-copy-line,.ri-file-forbid-line,.ri-file-line,.ri-file-list-2-line,.ri-file-list-3-line,.ri-file-text-line,.ri-font-size-2,.ri-git-commit-line,.ri-heavy-showers-line,.ri-image-line,.ri-italic,.ri-layout-4-line,.ri-lifebuoy-line,.ri-line-chart-line,.ri-link,.ri-lock-line,.ri-lock-unlock-line,.ri-logout-box-r-line,.ri-macbook-line,.ri-mail-line,.ri-mail-open-line,.ri-menu-line,.ri-message-line,.ri-money-dollar-circle-line,.ri-moon-clear-line,.ri-more-2-line,.ri-more-line,.ri-notification-2-line,.ri-pages-line,.ri-pantone-line,.ri-pencil-line,.ri-question-line,.ri-radio-button-line,.ri-record-circle-line,.ri-refresh-line,.ri-remixicon-line,.ri-search-line,.ri-settings-2-line,.ri-settings-4-line,.ri-shield-line,.ri-shield-user-line,.ri-skip-back-mini-line,.ri-skip-forward-mini-line,.ri-split-cells-vertical,.ri-star-fill,.ri-star-half-line,.ri-star-line,.ri-star-smile-line,.ri-strikethrough,.ri-subtract-line,.ri-sun-cloudy-line,.ri-sun-line,.ri-table-line,.ri-text,.ri-toggle-line,.ri-translate-2,.ri-truck-line,.ri-underline,.ri-user-line{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.ri-account-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m.16 14a6.981 6.981 0 0 0-5.147 2.256A7.966 7.966 0 0 0 12 20a7.97 7.97 0 0 0 5.167-1.892A6.979 6.979 0 0 0 12.16 16M12 4a8 8 0 0 0-6.384 12.821A8.975 8.975 0 0 1 12.16 14a8.972 8.972 0 0 1 6.362 2.634A8 8 0 0 0 12 4m0 1a4 4 0 1 1 0 8a4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4a2 2 0 0 0 0-4'/%3E%3C/svg%3E")}.ri-add-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E")}.ri-alert-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0m-8.66 16h15.588L12 5.5zM11 16h2v2h-2zm0-7h2v5h-2z'/%3E%3C/svg%3E")}.ri-align-center{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h18v2H3zm2 15h14v2H5zm-2-5h18v2H3zm2-5h14v2H5z'/%3E%3C/svg%3E")}.ri-align-justify{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h18v2H3zm0 15h18v2H3zm0-5h18v2H3zm0-5h18v2H3z'/%3E%3C/svg%3E")}.ri-align-left{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h18v2H3zm0 15h14v2H3zm0-5h18v2H3zm0-5h14v2H3z'/%3E%3C/svg%3E")}.ri-align-right{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h18v2H3zm4 15h14v2H7zm-4-5h18v2H3zm4-5h14v2H7z'/%3E%3C/svg%3E")}.ri-align-vertically{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 11h18v2H3zm15 7v3h-2v-3h-3l4-4l4 4zM8 18v3H6v-3H3l4-4l4 4zM18 6h3l-4 4l-4-4h3V3h2zM8 6h3l-4 4l-4-4h3V3h2z'/%3E%3C/svg%3E")}.ri-archive-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 10H2V4.003C2 3.449 2.455 3 2.992 3h18.016A.99.99 0 0 1 22 4.003V10h-1v10.002a.996.996 0 0 1-.993.998H3.993A.996.996 0 0 1 3 20.002zm16 0H5v9h14zM4 5v3h16V5zm5 7h6v2H9z'/%3E%3C/svg%3E")}.ri-arrow-down-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m13 16.172l5.364-5.364l1.414 1.414L12 20l-7.778-7.778l1.414-1.414L11 16.172V4h2z'/%3E%3C/svg%3E")}.ri-arrow-down-s-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 16l-6-6h12z'/%3E%3C/svg%3E")}.ri-arrow-down-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E")}.ri-arrow-left-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10.828 12l4.95 4.95l-1.414 1.415L8 12l6.364-6.364l1.414 1.414z'/%3E%3C/svg%3E")}.ri-arrow-right-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E")}.ri-arrow-right-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m13.172 12l-4.95-4.95l1.414-1.413L16 12l-6.364 6.364l-1.414-1.415z'/%3E%3C/svg%3E")}.ri-arrow-up-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 7.828V20h-2V7.828l-5.364 5.364l-1.414-1.414L12 4l7.778 7.778l-1.414 1.414z'/%3E%3C/svg%3E")}.ri-arrow-up-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 10.828l-4.95 4.95l-1.414-1.414L12 8l6.364 6.364l-1.414 1.414z'/%3E%3C/svg%3E")}.ri-article-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1m-1-2V4H5v16zM7 6h4v4H7zm0 6h10v2H7zm0 4h10v2H7zm6-9h4v2h-4z'/%3E%3C/svg%3E")}.ri-attachment-2{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m14.829 7.757l-5.657 5.657a1 1 0 1 0 1.414 1.414l5.657-5.656A3 3 0 0 0 12 4.929l-5.657 5.657a5 5 0 0 0 7.071 7.07L19.071 12l1.414 1.414l-5.656 5.657a7 7 0 0 1-9.9-9.9l5.657-5.656a5 5 0 0 1 7.071 7.07L12 16.244A3 3 0 0 1 7.758 12l5.656-5.657z'/%3E%3C/svg%3E")}.ri-bank-card-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3.005 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m17 8h-16v8h16zm0-2V5h-16v4zm-6 6h4v2h-4z'/%3E%3C/svg%3E")}.ri-bar-chart-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2 13h6v8H2zm14-5h6v13h-6zM9 3h6v18H9zM4 15v4h2v-4zm7-10v14h2V5zm7 5v9h2v-9z'/%3E%3C/svg%3E")}.ri-bar-chart-box-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m1 2v14h16V5zm3 8h2v4H7zm4-6h2v10h-2zm4 3h2v7h-2z'/%3E%3C/svg%3E")}.ri-bar-chart-grouped-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2 12h2v9H2zm3 2h2v7H5zm11-6h2v13h-2zm3 2h2v11h-2zM9 2h2v19H9zm3 2h2v17h-2z'/%3E%3C/svg%3E")}.ri-bold{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 11h4.5a2.5 2.5 0 0 0 0-5H8zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.498 4.498 0 0 1 18 15.5M8 13v5h5.5a2.5 2.5 0 0 0 0-5z'/%3E%3C/svg%3E")}.ri-box-3-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 1l9.5 5.5v11L12 23l-9.5-5.5v-11zM5.494 7.078L12 10.844l6.506-3.766L12 3.31zM4.5 8.813v7.534L11 20.11v-7.533zM13 20.11l6.5-3.763V8.813L13 12.576z'/%3E%3C/svg%3E")}.ri-calendar-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zM8 13v2H6v-2zm5 0v2h-2v-2zm5 0v2h-2v-2zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E")}.ri-calendar-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E")}.ri-car-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 20H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V11l2.48-5.788A2 2 0 0 1 6.32 4h11.36a2 2 0 0 1 1.838 1.212L22 11v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zm1-7H4v5h16zM4.176 11h15.648l-2.143-5H6.32zM6.5 17a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m11 0a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E")}.ri-cash-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m9.005-11.997h-18a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-14a1 1 0 0 0-1-1m-17 11.643V8.354a3.508 3.508 0 0 0 2.35-2.351h11.291a3.508 3.508 0 0 0 2.359 2.353v7.288a3.508 3.508 0 0 0-2.36 2.359H6.355a3.508 3.508 0 0 0-2.351-2.357'/%3E%3C/svg%3E")}.ri-check-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10 15.17l9.192-9.191l1.414 1.414L10 17.999l-6.364-6.364l1.414-1.414z'/%3E%3C/svg%3E")}.ri-checkbox-blank-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m1 2v14h14V5z'/%3E%3C/svg%3E")}.ri-checkbox-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-.997-4L6.76 11.757l1.414-1.414l2.829 2.829l5.657-5.657l1.414 1.414z'/%3E%3C/svg%3E")}.ri-checkbox-multiple-blank-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.992C17 21.55 16.551 22 15.992 22H3.008A1.006 1.006 0 0 1 2 20.992l.003-12.985C2.003 7.451 2.452 7 3.01 7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9zM4.003 9L4 20h11V9z'/%3E%3C/svg%3E")}.ri-checkbox-multiple-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.992C17 21.55 16.551 22 15.992 22H3.008A1.006 1.006 0 0 1 2 20.992l.003-12.985C2.003 7.451 2.452 7 3.01 7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9zm6 2H4.003L4 20h11zm-6.498 9l-3.535-3.536L6.38 13.05l2.121 2.122l4.243-4.243l1.414 1.414z'/%3E%3C/svg%3E")}.ri-circle-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10'/%3E%3C/svg%3E")}.ri-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16'/%3E%3C/svg%3E")}.ri-close-circle-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-11.414L9.172 7.757L7.757 9.172L10.586 12l-2.829 2.828l1.415 1.415L12 13.414l2.828 2.829l1.415-1.415L13.414 12l2.829-2.828l-1.415-1.415z'/%3E%3C/svg%3E")}.ri-close-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z'/%3E%3C/svg%3E")}.ri-cloud-windy-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14 18v-2h3.5a3.5 3.5 0 1 0-2.5-5.95V10a6 6 0 0 0-12 0v.007H1V10a8 8 0 0 1 15.458-2.901A5.5 5.5 0 1 1 17.5 18zm-8 2h10v2H6zm0-8h8v2H6zm-4 4h10v2H2z'/%3E%3C/svg%3E")}.ri-cloudy-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9.5 6a6.5 6.5 0 0 0 0 13h7a4.5 4.5 0 1 0-.957-8.898A6.502 6.502 0 0 0 9.5 6m7 15h-7a8.5 8.5 0 1 1 7.215-12.997A6.5 6.5 0 0 1 16.5 21'/%3E%3C/svg%3E")}.ri-code-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m24 12l-5.657 5.657l-1.414-1.414L21.172 12l-4.243-4.243l1.414-1.414zM2.828 12l4.243 4.243l-1.414 1.414L0 12l5.657-5.657L7.07 7.757z'/%3E%3C/svg%3E")}.ri-computer-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 16h16V5H4zm9 2v2h4v2H7v-2h4v-2H2.992A.998.998 0 0 1 2 16.992V4.008C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.985c0 .557-.455 1.008-.992 1.008z'/%3E%3C/svg%3E")}.ri-corner-down-left-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 14V5h-2v7H6.828l3.95-3.95l-1.414-1.414L3 13l6.364 6.364l1.414-1.414L6.828 14z'/%3E%3C/svg%3E")}.ri-edit-box-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m16.757 2.997l-2 2H5v14h14V9.239l2-2v12.758a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-16a1 1 0 0 1 1-1zm3.728-.9L21.9 3.511l-9.193 9.193l-1.412.002l-.002-1.416z'/%3E%3C/svg%3E")}.ri-error-warning-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm0-8h2v6h-2z'/%3E%3C/svg%3E")}.ri-eye-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9c-5.392 0-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3m0 16a9.005 9.005 0 0 0 8.778-7a9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19m0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E")}.ri-eye-off-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.883 19.297A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A10.982 10.982 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.965 8.965 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.935 8.935 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.593m-9.084-9.084a4.5 4.5 0 0 1 4.769 4.769z'/%3E%3C/svg%3E")}.ri-file-copy-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.006-1zM5.002 8L5 20h10V8zM9 6h8v10h2V4H9z'/%3E%3C/svg%3E")}.ri-file-forbid-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11.29 20a6.96 6.96 0 0 0 .965 2H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.447 2 3.999 2H16l5 5v4.674a6.95 6.95 0 0 0-2-.603V8h-4V4H5v16zM18 23a5 5 0 1 1 0-10a5 5 0 0 1 0 10m-1.293-2.292a3 3 0 0 0 4.001-4.001zm-1.415-1.415l4.001-4a3 3 0 0 0-4.001 4.001'/%3E%3C/svg%3E")}.ri-file-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8zM5.83 8H9V4.83zM11 4v5a1 1 0 0 1-1 1H5v10h14V4z'/%3E%3C/svg%3E")}.ri-file-list-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1m-1-2V4H5v16zM8 7h8v2H8zm0 4h8v2H8zm0 4h5v2H8z'/%3E%3C/svg%3E")}.ri-file-list-3-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 22H5a3 3 0 0 1-3-3V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12h4v4a3 3 0 0 1-3 3m-1-5v2a1 1 0 1 0 2 0v-2zm-2 3V4H4v15a1 1 0 0 0 1 1zM6 7h8v2H6zm0 4h8v2H6zm0 4h5v2H6z'/%3E%3C/svg%3E")}.ri-file-text-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 8v12.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.449 2 4.002 2h10.995zm-2 1h-5V4H5v16h14zM8 7h3v2H8zm0 4h8v2H8zm0 4h8v2H8z'/%3E%3C/svg%3E")}.ri-font-size-2{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 6v15H8V6H2V4h14v2zm8 8v7h-2v-7h-3v-2h8v2z'/%3E%3C/svg%3E")}.ri-git-commit-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15.874 13a4.002 4.002 0 0 1-7.748 0H3v-2h5.126a4.002 4.002 0 0 1 7.748 0H21v2zM12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4'/%3E%3C/svg%3E")}.ri-heavy-showers-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 16.93a8 8 0 1 1 11.458-9.831A5.5 5.5 0 0 1 19 17.793v-2.13a3.5 3.5 0 1 0-4-5.612V10a6 6 0 1 0-10 4.472zM7 14h2v6H7zm8 0h2v6h-2zm-4 3h2v6h-2z'/%3E%3C/svg%3E")}.ri-image-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.992 21A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993zM20 15V5H4v14L14 9zm0 2.828l-6-6L6.828 19H20zM8 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4'/%3E%3C/svg%3E")}.ri-italic{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15z'/%3E%3C/svg%3E")}.ri-layout-4-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm-9 10H5v6h6zm2 6h6V5h-6zM11 5H5v6h6z'/%3E%3C/svg%3E")}.ri-lifebuoy-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 15a4.987 4.987 0 0 1-1.828-.344l-2.236 2.236A7.963 7.963 0 0 0 12 20a7.963 7.963 0 0 0 4.064-1.108l-2.236-2.236A4.987 4.987 0 0 1 12 17m-8-5a7.96 7.96 0 0 0 1.108 4.064l2.237-2.236A4.987 4.987 0 0 1 7 12c0-.645.122-1.261.345-1.828L5.108 7.936A7.963 7.963 0 0 0 4 12m14.892-4.064l-2.236 2.236c.222.567.344 1.183.344 1.828s-.122 1.261-.344 1.828l2.236 2.236A7.963 7.963 0 0 0 20 12a7.963 7.963 0 0 0-1.108-4.064M12 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6m0-5a7.963 7.963 0 0 0-4.064 1.108l2.236 2.237A4.987 4.987 0 0 1 12 7c.645 0 1.261.122 1.828.345l2.236-2.237A7.963 7.963 0 0 0 12 4'/%3E%3C/svg%3E")}.ri-line-chart-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 3v16h16v2H3V3zm15.293 3.293l1.414 1.414L16 13.414l-3-2.999l-4.293 4.292l-1.414-1.414L13 7.586l3 2.999z'/%3E%3C/svg%3E")}.ri-link{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 0 0-7.071-7.071L9.878 7.05L8.464 5.636l1.414-1.414a7 7 0 0 1 9.9 9.9zm-2.829 2.828l-1.414 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 0 0 7.07 7.071l1.415-1.414zm-.707-10.607l1.415 1.415l-7.072 7.07l-1.414-1.414z'/%3E%3C/svg%3E")}.ri-lock-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 10h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 14 0zM5 12v8h14v-8zm6 2h2v4h-2zm6-4V9A5 5 0 0 0 7 9v1z'/%3E%3C/svg%3E")}.ri-lock-unlock-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 10h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 7 9zm-2 2v8h14v-8zm5 3h4v2h-4z'/%3E%3C/svg%3E")}.ri-logout-box-r-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v3h-2V4H6v16h12v-2h2v3a1 1 0 0 1-1 1zm13-6v-3h-7v-2h7V8l5 4z'/%3E%3C/svg%3E")}.ri-macbook-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 5v11h16V5zm-2-.993C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007V18H2zM1 19h22v2H1z'/%3E%3C/svg%3E")}.ri-mail-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m17 4.238l-7.928 7.1L4 7.216V19h16zM4.511 5l7.55 6.662L19.502 5z'/%3E%3C/svg%3E")}.ri-mail-open-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.243 6.854L11.49 1.31a1 1 0 0 1 1.028 0l9.24 5.545a.5.5 0 0 1 .242.429V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.283a.5.5 0 0 1 .243-.429M4 8.133V19h16V8.132l-7.996-4.8zm8.06 5.565l5.296-4.463l1.288 1.53l-6.57 5.537l-6.71-5.53l1.272-1.544z'/%3E%3C/svg%3E")}.ri-menu-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h18v2H3zm0 7h18v2H3zm0 7h18v2H3z'/%3E%3C/svg%3E")}.ri-message-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1zm-.692-2H20V5H4v13.385zM8 10h8v2H8z'/%3E%3C/svg%3E")}.ri-money-dollar-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.005 22.003c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-3.5-6h5.5a.5.5 0 1 0 0-1h-4a2.5 2.5 0 1 1 0-5h1v-2h2v2h2.5v2h-5.5a.5.5 0 0 0 0 1h4a2.5 2.5 0 0 1 0 5h-1v2h-2v-2h-2.5z'/%3E%3C/svg%3E")}.ri-moon-clear-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 6a8 8 0 0 0 11.955 6.956C21.474 18.03 17.2 22 12 22C6.477 22 2 17.523 2 12c0-5.2 3.97-9.474 9.044-9.955A7.963 7.963 0 0 0 10 6m-6 6a8 8 0 0 0 8 8a8.006 8.006 0 0 0 6.957-4.045c-.316.03-.636.045-.957.045c-5.523 0-10-4.477-10-10c0-.321.015-.64.045-.957A8.006 8.006 0 0 0 4 12m14.164-9.709L19 2.5v1l-.836.209a2 2 0 0 0-1.455 1.455L16.5 6h-1l-.209-.836a2 2 0 0 0-1.455-1.455L13 3.5v-1l.836-.209A2 2 0 0 0 15.29.836L15.5 0h1l.209.836a2 2 0 0 0 1.455 1.455m5 5L24 7.5v1l-.836.209a2 2 0 0 0-1.455 1.455L21.5 11h-1l-.209-.836a2 2 0 0 0-1.455-1.455L18 8.5v-1l.836-.209a2 2 0 0 0 1.455-1.455L20.5 5h1l.209.836a2 2 0 0 0 1.455 1.455'/%3E%3C/svg%3E")}.ri-more-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 3c-.825 0-1.5.675-1.5 1.5S11.175 6 12 6s1.5-.675 1.5-1.5S12.825 3 12 3m0 15c-.825 0-1.5.675-1.5 1.5S11.175 21 12 21s1.5-.675 1.5-1.5S12.825 18 12 18m0-7.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5s1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5'/%3E%3C/svg%3E")}.ri-more-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4.5 10.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S6 12.825 6 12s-.675-1.5-1.5-1.5m15 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S21 12.825 21 12s-.675-1.5-1.5-1.5m-7.5 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5s1.5-.675 1.5-1.5s-.675-1.5-1.5-1.5'/%3E%3C/svg%3E")}.ri-notification-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 20H2v-2h1v-6.969C3 6.043 7.03 2 12 2s9 4.043 9 9.031V18h1zM5 18h14v-6.969C19 7.148 15.866 4 12 4s-7 3.148-7 7.031zm4.5 3h5a2.5 2.5 0 0 1-5 0'/%3E%3C/svg%3E")}.ri-pages-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 8v12h14V8zm0-2h14V4H5zm15 16H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1M7 10h4v4H7zm0 6h10v2H7zm6-5h4v2h-4z'/%3E%3C/svg%3E")}.ri-pantone-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m5.765 8l-.296-.73a1 1 0 0 1 .553-1.302l9.272-3.746a1 1 0 0 1 1.302.552l5.619 13.908a1 1 0 0 1-.553 1.302L12.39 21.73a1 1 0 0 1-1.302-.553L11 20.96V21H7a1 1 0 0 1-1-1v-.27l-3.35-1.353a1 1 0 0 1-.552-1.302zM8 19h2.209L8 13.533zm-2-6.244l-1.673 4.141L6 17.608zm1.698-5.309l4.87 12.054l7.418-2.997l-4.87-12.053zm2.979 2.033a1 1 0 1 1-.75-1.855a1 1 0 0 1 .75 1.855'/%3E%3C/svg%3E")}.ri-pencil-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m15.728 9.576l-1.414-1.414L5 17.476v1.414h1.414zm1.414-1.414l1.414-1.414l-1.414-1.414l-1.414 1.414zm-9.9 12.728H3v-4.243L16.435 3.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414z'/%3E%3C/svg%3E")}.ri-question-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm2-1.645V14h-2v-1.5a1 1 0 0 1 1-1a1.5 1.5 0 1 0-1.471-1.794l-1.962-.393A3.501 3.501 0 1 1 13 13.355'/%3E%3C/svg%3E")}.ri-radio-button-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-3a5 5 0 1 1 0-10a5 5 0 0 1 0 10'/%3E%3C/svg%3E")}.ri-record-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-5a3 3 0 1 1 0-6a3 3 0 0 1 0 6'/%3E%3C/svg%3E")}.ri-refresh-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5.463 4.433A9.961 9.961 0 0 1 12 2c5.523 0 10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 0 0 6.46 6.228zm13.074 15.134A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0 0 13.54 5.772z'/%3E%3C/svg%3E")}.ri-remixicon-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m6.365 6l8.784 9.663l.72-.283c1.685-.661 2.864-2.156 3.092-3.896A6.502 6.502 0 0 1 12.078 6zM14 5a4.5 4.5 0 0 0 6.714 3.918c.186.618.286 1.271.286 1.947c0 2.891-1.822 5.365-4.4 6.377L20 21H3V4h11.111A4.512 4.512 0 0 0 14 5m4.5 2.5a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5M5 7.47V19h10.48z'/%3E%3C/svg%3E")}.ri-search-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m18.031 16.617l4.283 4.282l-1.415 1.415l-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9s9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617m-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.867-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7a6.977 6.977 0 0 0 4.875-1.975z'/%3E%3C/svg%3E")}.ri-settings-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m8.686 4l2.607-2.607a1 1 0 0 1 1.414 0L15.314 4H19a1 1 0 0 1 1 1v3.686l2.607 2.607a1 1 0 0 1 0 1.414L20 15.314V19a1 1 0 0 1-1 1h-3.686l-2.607 2.607a1 1 0 0 1-1.414 0L8.686 20H5a1 1 0 0 1-1-1v-3.686l-2.607-2.607a1 1 0 0 1 0-1.414L4 8.686V5a1 1 0 0 1 1-1zM6 6v3.515L3.515 12L6 14.485V18h3.515L12 20.485L14.485 18H18v-3.515L20.485 12L18 9.515V6h-3.515L12 3.515L9.515 6zm6 10a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4'/%3E%3C/svg%3E")}.ri-settings-4-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2 12c0-.865.11-1.704.316-2.504A3 3 0 0 0 4.99 4.867a9.99 9.99 0 0 1 4.335-2.506a3 3 0 0 0 5.348 0a9.99 9.99 0 0 1 4.335 2.506a3 3 0 0 0 2.675 4.63c.206.8.316 1.638.316 2.503c0 .864-.11 1.703-.316 2.503a3 3 0 0 0-2.675 4.63a9.99 9.99 0 0 1-4.335 2.505a3 3 0 0 0-5.348 0a9.99 9.99 0 0 1-4.335-2.505a3 3 0 0 0-2.675-4.63C2.11 13.703 2 12.864 2 12m4.804 3c.63 1.091.81 2.346.564 3.524c.408.29.842.541 1.297.75A4.993 4.993 0 0 1 12 18c1.26 0 2.438.471 3.335 1.274c.455-.209.889-.46 1.297-.75A4.993 4.993 0 0 1 17.196 15a4.993 4.993 0 0 1 2.77-2.25a8.142 8.142 0 0 0 0-1.5A4.993 4.993 0 0 1 17.196 9a4.993 4.993 0 0 1-.564-3.524a7.991 7.991 0 0 0-1.297-.75A4.993 4.993 0 0 1 12 6a4.993 4.993 0 0 1-3.335-1.274a7.99 7.99 0 0 0-1.297.75A4.993 4.993 0 0 1 6.804 9a4.993 4.993 0 0 1-2.77 2.25a8.125 8.125 0 0 0 0 1.5A4.993 4.993 0 0 1 6.805 15M12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2'/%3E%3C/svg%3E")}.ri-shield-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976M5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05z'/%3E%3C/svg%3E")}.ri-shield-user-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976M5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05zM12 11a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5m-4.473 5a4.5 4.5 0 0 1 8.946 0z'/%3E%3C/svg%3E")}.ri-skip-back-mini-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 6a1 1 0 0 1 1 1v10a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1m8 8.14V9.86L11.968 12zm-5.921-1.732a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07a.5.5 0 0 1-.788.409z'/%3E%3C/svg%3E")}.ri-skip-forward-mini-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.032 12L9 9.86v4.28zM7.5 17.535a.5.5 0 0 1-.5-.5V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.499.499 0 0 1 0 .816l-7.133 5.036a.5.5 0 0 1-.288.091M16 7a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0z'/%3E%3C/svg%3E")}.ri-split-cells-vertical{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm-1 2H5v5.999L9 11v2H5v6h14v-6h-4v-2l4-.001zm-7 1l3 3h-2v6h2l-3 3l-3-3h2V9H9z'/%3E%3C/svg%3E")}.ri-star-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 18.26l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928z'/%3E%3C/svg%3E")}.ri-star-half-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 15.968l4.247 2.377l-.948-4.773l3.573-3.305l-4.833-.573l-2.038-4.419zm0 2.292l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928z'/%3E%3C/svg%3E")}.ri-star-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 18.26l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928zm0-2.292l4.247 2.377l-.948-4.773l3.573-3.305l-4.833-.573l-2.038-4.419l-2.039 4.42l-4.833.572l3.573 3.305l-.948 4.773z'/%3E%3C/svg%3E")}.ri-star-smile-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 .5l4.226 6.183l7.186 2.109l-4.575 5.93l.216 7.486L12 19.69l-7.054 2.518l.216-7.486l-4.575-5.93l7.187-2.109zm0 3.544L9.022 8.402L3.957 9.887l3.225 4.179l-.153 5.274l4.97-1.774l4.97 1.774l-.151-5.274l3.224-4.179l-5.065-1.485zM10 12a2 2 0 1 0 4 0h2a4 4 0 0 1-8 0z'/%3E%3C/svg%3E")}.ri-strikethrough{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.154 14c.23.516.346 1.09.346 1.72c0 1.342-.524 2.392-1.571 3.147C14.88 19.622 13.434 20 11.586 20c-1.64 0-3.263-.381-4.87-1.145v-2.254c1.52.877 3.075 1.316 4.666 1.316c2.551 0 3.83-.732 3.839-2.197a2.21 2.21 0 0 0-.648-1.603l-.12-.117H3v-2h18v2zm-4.078-3H7.629a4.086 4.086 0 0 1-.481-.522C6.716 9.92 6.5 9.246 6.5 8.452c0-1.236.466-2.287 1.397-3.153C8.83 4.433 10.271 4 12.222 4c1.471 0 2.879.328 4.222.984v2.152c-1.2-.687-2.515-1.03-3.946-1.03c-2.48 0-3.719.782-3.719 2.346c0 .42.218.786.654 1.099c.436.313.974.563 1.613.75c.62.18 1.297.414 2.03.699'/%3E%3C/svg%3E")}.ri-subtract-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 11v2h14v-2z'/%3E%3C/svg%3E")}.ri-sun-cloudy-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9.984 5.06a6.5 6.5 0 0 1 11.286 6.436A5.5 5.5 0 0 1 17.5 21H9a8 8 0 1 1 .984-15.941m2.071.544a8.026 8.026 0 0 1 4.403 4.495a5.533 5.533 0 0 1 3.12.307a4.5 4.5 0 0 0-7.522-4.802M17.5 19a3.5 3.5 0 1 0-2.5-5.95V13a6 6 0 1 0-6 6z'/%3E%3C/svg%3E")}.ri-sun-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 18a6 6 0 1 1 0-12a6 6 0 0 1 0 12m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8M11 1h2v3h-2zm0 19h2v3h-2zM3.515 4.929l1.414-1.414L7.05 5.636L5.636 7.05zM16.95 18.364l1.414-1.414l2.121 2.121l-1.414 1.414zm2.121-14.85l1.414 1.415l-2.121 2.121l-1.414-1.414zM5.636 16.95l1.414 1.414l-2.121 2.121l-1.414-1.414zM23 11v2h-3v-2zM4 11v2H1v-2z'/%3E%3C/svg%3E")}.ri-table-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 8h16V5H4zm10 11v-9h-4v9zm2 0h4v-9h-4zm-8 0v-9H4v9zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1'/%3E%3C/svg%3E")}.ri-text{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 6v15h-2V6H5V4h14v2z'/%3E%3C/svg%3E")}.ri-toggle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 7a5 5 0 0 0 0 10h8a5 5 0 0 0 0-10zm0-2h8a7 7 0 1 1 0 14H8A7 7 0 1 1 8 5m0 10a3 3 0 1 1 0-6a3 3 0 0 1 0 6'/%3E%3C/svg%3E")}.ri-translate-2{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m18.5 10l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16.5 10zM10 2v2h6v2h-1.968a18.221 18.221 0 0 1-3.62 6.301a14.865 14.865 0 0 0 2.335 1.707l-.75 1.878A17.016 17.016 0 0 1 9 13.725a16.677 16.677 0 0 1-6.201 3.548l-.536-1.929a14.7 14.7 0 0 0 5.327-3.042A18.078 18.078 0 0 1 4.767 8h2.24A16.031 16.031 0 0 0 9 10.877a16.165 16.165 0 0 0 2.91-4.876L2 6V4h6V2zm7.5 10.885L16.253 16h2.492z'/%3E%3C/svg%3E")}.ri-truck-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8.965 18a3.5 3.5 0 0 1-6.93 0H1V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2h3l3 4.056V18h-2.035a3.501 3.501 0 0 1-6.93 0zM15 7H3v8.05a3.5 3.5 0 0 1 5.663.95h5.674c.168-.353.393-.674.663-.95zm2 6h4v-.285L18.992 10H17zm.5 6a1.5 1.5 0 1 0 0-3.001a1.5 1.5 0 0 0 0 3.001M7 17.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E")}.ri-underline{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 3v9a4 4 0 0 0 8 0V3h2v9a6 6 0 0 1-12 0V3zM4 20h16v2H4z'/%3E%3C/svg%3E")}.ri-user-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 22a8 8 0 1 1 16 0h-2a6 6 0 0 0-12 0zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6s6 2.685 6 6s-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4'/%3E%3C/svg%3E")}.mdi-language-typescript,.mdi-language-javascript{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.mdi-language-typescript{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 3h18v18H3zm10.71 14.86c.5.98 1.51 1.73 3.09 1.73c1.6 0 2.8-.83 2.8-2.36c0-1.41-.81-2.04-2.25-2.66l-.42-.18c-.73-.31-1.04-.52-1.04-1.02c0-.41.31-.73.81-.73c.48 0 .8.21 1.09.73l1.31-.87c-.55-.96-1.33-1.33-2.4-1.33c-1.51 0-2.48.96-2.48 2.23c0 1.38.81 2.03 2.03 2.55l.42.18c.78.34 1.24.55 1.24 1.13c0 .48-.45.83-1.15.83c-.83 0-1.31-.43-1.67-1.03zM13 11.25H8v1.5h1.5V20h1.75v-7.25H13z'/%3E%3C/svg%3E")}.mdi-language-javascript{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 3h18v18H3zm4.73 15.04c.4.85 1.19 1.55 2.54 1.55c1.5 0 2.53-.8 2.53-2.55v-5.78h-1.7V17c0 .86-.35 1.08-.9 1.08c-.58 0-.82-.4-1.09-.87zm5.98-.18c.5.98 1.51 1.73 3.09 1.73c1.6 0 2.8-.83 2.8-2.36c0-1.41-.81-2.04-2.25-2.66l-.42-.18c-.73-.31-1.04-.52-1.04-1.02c0-.41.31-.73.81-.73c.48 0 .8.21 1.09.73l1.31-.87c-.55-.96-1.33-1.33-2.4-1.33c-1.51 0-2.48.96-2.48 2.23c0 1.38.81 2.03 2.03 2.55l.42.18c.78.34 1.24.55 1.24 1.13c0 .48-.45.83-1.15.83c-.83 0-1.31-.43-1.67-1.03z'/%3E%3C/svg%3E")}.bxl-facebook,.bxl-twitter,.bxl-github,.bxl-google,.bxl-linkedin{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.bxl-facebook{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.397 20.997v-8.196h2.765l.411-3.209h-3.176V7.548c0-.926.258-1.56 1.587-1.56h1.684V3.127A22.336 22.336 0 0 0 14.201 3c-2.444 0-4.122 1.492-4.122 4.231v2.355H7.332v3.209h2.753v8.202z'/%3E%3C/svg%3E")}.bxl-twitter{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.633 7.997c.013.175.013.349.013.523c0 5.325-4.053 11.461-11.46 11.461c-2.282 0-4.402-.661-6.186-1.809c.324.037.636.05.973.05a8.07 8.07 0 0 0 5.001-1.721a4.036 4.036 0 0 1-3.767-2.793c.249.037.499.062.761.062c.361 0 .724-.05 1.061-.137a4.027 4.027 0 0 1-3.23-3.953v-.05c.537.299 1.16.486 1.82.511a4.022 4.022 0 0 1-1.796-3.354c0-.748.199-1.434.548-2.032a11.457 11.457 0 0 0 8.306 4.215c-.062-.3-.1-.611-.1-.923a4.026 4.026 0 0 1 4.028-4.028c1.16 0 2.207.486 2.943 1.272a7.957 7.957 0 0 0 2.556-.973a4.02 4.02 0 0 1-1.771 2.22a8.073 8.073 0 0 0 2.319-.624a8.645 8.645 0 0 1-2.019 2.083'/%3E%3C/svg%3E")}.bxl-github{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M12.026 2c-5.509 0-9.974 4.465-9.974 9.974c0 4.406 2.857 8.145 6.821 9.465c.499.09.679-.217.679-.481c0-.237-.008-.865-.011-1.696c-2.775.602-3.361-1.338-3.361-1.338c-.452-1.152-1.107-1.459-1.107-1.459c-.905-.619.069-.605.069-.605c1.002.07 1.527 1.028 1.527 1.028c.89 1.524 2.336 1.084 2.902.829c.091-.645.351-1.085.635-1.334c-2.214-.251-4.542-1.107-4.542-4.93c0-1.087.389-1.979 1.024-2.675c-.101-.253-.446-1.268.099-2.64c0 0 .837-.269 2.742 1.021a9.582 9.582 0 0 1 2.496-.336a9.554 9.554 0 0 1 2.496.336c1.906-1.291 2.742-1.021 2.742-1.021c.545 1.372.203 2.387.099 2.64c.64.696 1.024 1.587 1.024 2.675c0 3.833-2.33 4.675-4.552 4.922c.355.308.675.916.675 1.846c0 1.334-.012 2.41-.012 2.737c0 .267.178.577.687.479C19.146 20.115 22 16.379 22 11.974C22 6.465 17.535 2 12.026 2' clip-rule='evenodd'/%3E%3C/svg%3E")}.bxl-google{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20.283 10.356h-8.327v3.451h4.792c-.446 2.193-2.313 3.453-4.792 3.453a5.27 5.27 0 0 1-5.279-5.28a5.27 5.27 0 0 1 5.279-5.279c1.259 0 2.397.447 3.29 1.178l2.6-2.599c-1.584-1.381-3.615-2.233-5.89-2.233a8.908 8.908 0 0 0-8.934 8.934a8.907 8.907 0 0 0 8.934 8.934c4.467 0 8.529-3.249 8.529-8.934c0-.528-.081-1.097-.202-1.625'/%3E%3C/svg%3E")}.bxl-linkedin{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Ccircle cx='4.983' cy='5.009' r='2.188' fill='black'/%3E%3Cpath fill='black' d='M9.237 8.855v12.139h3.769v-6.003c0-1.584.298-3.118 2.262-3.118c1.937 0 1.961 1.811 1.961 3.218v5.904H21v-6.657c0-3.27-.704-5.783-4.526-5.783c-1.835 0-3.065 1.007-3.568 1.96h-.051v-1.66zm-6.142 0H6.87v12.139H3.095z'/%3E%3C/svg%3E")}*,:before,:after{box-sizing:inherit;background-repeat:no-repeat}html{box-sizing:border-box}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media (-ms-high-contrast: none),screen and (-ms-high-contrast: active){.ps{overflow:auto!important}}.ps{position:relative}.cursor-pointer{cursor:pointer}.vc-popover-content-wrapper{--popover-horizontal-content-offset: 8px;--popover-vertical-content-offset: 10px;--popover-caret-horizontal-offset: 18px;--popover-caret-vertical-offset: 8px;position:absolute;display:block;outline:none;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{position:relative;color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);padding:4px;outline:none;z-index:10;box-shadow:var(--vc-shadow-lg)}.vc-popover-content.direction-bottom{margin-top:var(--popover-vertical-content-offset)}.vc-popover-content.direction-top{margin-bottom:var(--popover-vertical-content-offset)}.vc-popover-content.direction-left{margin-right:var(--popover-horizontal-content-offset)}.vc-popover-content.direction-right{margin-left:var(--popover-horizontal-content-offset)}.vc-popover-caret{content:"";position:absolute;display:block;width:12px;height:12px;border-top:inherit;border-left:inherit;background-color:inherit;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{-webkit-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{-webkit-transform:translateX(-50%) translateY(-50%) rotate(-135deg);transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{-webkit-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{-webkit-transform:translateX(-50%) rotate(135deg);transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{-webkit-transform:translateY(-50%) translateX(-50%) rotate(135deg);transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{-webkit-transform:translateX(-50%) rotate(135deg);transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{-webkit-transform:translateY(-50%) translateX(-50%) rotate(-45deg);transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-top{top:var(--popover-caret-vertical-offset)}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:var(--popover-caret-vertical-offset)}.vc-day-popover-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:none;-ms-flex-wrap:none;flex-wrap:none;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-max-content;width:max-content;margin-left:4px;margin-right:4px;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal)}.vc-day-popover-row-highlight{width:8px;height:5px;border-radius:3px}.vc-day-popover-row-bar{width:10px;height:3px}.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:4px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:30px;margin-top:10px;padding-left:10px;padding-right:10px}.vc-header.is-lg{font-size:var(--vc-text-lg)}.vc-header.is-xl{font-size:var(--vc-text-xl)}.vc-header.is-2xl{font-size:var(--vc-text-2xl)}.vc-header .vc-title-wrapper{grid-row:1;grid-column:title}.vc-header .vc-prev{grid-row:1;grid-column:prev}.vc-header .vc-next{grid-row:1;grid-column:next}.vc-header .vc-title,.vc-header .vc-prev,.vc-header .vc-next{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:0;border-radius:var(--vc-rounded);pointer-events:auto;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.vc-header .vc-title{color:var(--vc-header-title-color);font-weight:var(--vc-font-semibold);white-space:nowrap;padding:0 8px;margin:0;line-height:30px}.vc-header .vc-title:hover{opacity:.75}.vc-header .vc-arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--vc-header-arrow-color);width:28px;height:30px;margin:0;padding:0}.vc-header .vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}.vc-header .vc-arrow:disabled{opacity:.25;pointer-events:none}.vc-nav-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.vc-nav-title,.vc-nav-arrow,.vc-nav-item{font-size:var(--vc-text-sm);margin:0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0;border-radius:var(--vc-rounded);white-space:nowrap}.vc-nav-title:hover,.vc-nav-arrow:hover,.vc-nav-item:hover{background-color:var(--vc-nav-hover-bg)}.vc-nav-title:disabled,.vc-nav-arrow:disabled,.vc-nav-item:disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);line-height:var(--vc-leading-snug);height:30px;padding:0 6px}.vc-nav-arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--vc-header-arrow-color);width:26px;height:30px;padding:0}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px;margin-top:2px}.vc-nav-item{width:48px;text-align:center;font-weight:var(--vc-font-semibold);line-height:var(--vc-leading-snug);padding:6px 0}.vc-nav-item.is-active{color:var(--vc-nav-item-active-color);background-color:var(--vc-nav-item-active-bg);font-weight:var(--vc-font-bold)}.vc-nav-item.is-active:not(:focus){box-shadow:var(--vc-nav-item-active-box-shadow)}.vc-nav-item.is-current{color:var(--vc-nav-item-current-color)}.vc-day{position:relative;min-height:32px;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.vc-day-box-center-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.vc-day-box-left-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform-origin:0% 50%;transform-origin:0% 50%}.vc-day-box-right-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.vc-day-box-center-bottom{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.vc-day-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);width:28px;height:28px;line-height:28px;border-radius:var(--vc-rounded-full);-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}.vc-day-content.vc-disabled{color:var(--vc-day-content-disabled-color)}.vc-content:not(.vc-base){font-weight:var(--vc-font-bold);color:var(--vc-content-color)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{width:28px;height:28px}.vc-highlight.vc-highlight-base-start{width:50%!important;border-radius:0!important;border-right-width:0!important}.vc-highlight.vc-highlight-base-end{width:50%!important;border-radius:0!important;border-left-width:0!important}.vc-highlight.vc-highlight-base-middle{width:100%;border-radius:0!important;border-left-width:0!important;border-right-width:0!important;margin:0 -1px}.vc-highlight-bg-outline,.vc-highlight-bg-none{background-color:var(--vc-highlight-outline-bg);border:2px solid;border-color:var(--vc-highlight-outline-border);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-light{background-color:var(--vc-highlight-light-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-solid{background-color:var(--vc-highlight-solid-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-content-outline,.vc-highlight-content-none{font-weight:var(--vc-font-bold);color:var(--vc-highlight-outline-content-color)}.vc-highlight-content-light{font-weight:var(--vc-font-bold);color:var(--vc-highlight-light-content-color)}.vc-highlight-content-solid{font-weight:var(--vc-font-bold);color:var(--vc-highlight-solid-content-color)}.vc-dots{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vc-dot{width:5px;height:5px;border-radius:9999px;transition:var(--vc-day-content-transition)}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:75%}.vc-bar{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:3px;transition:var(--vc-day-content-transition)}.vc-dot{background-color:var(--vc-dot-bg)}.vc-bar{background-color:var(--vc-bar-bg)}.vc-pane{min-width:250px}.vc-weeknumber{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute}.vc-weeknumber.is-left{left:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-right{right:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-left-outside{left:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber.is-right-outside{right:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium);font-style:italic;width:28px;height:28px;margin-top:2px;color:var(--vc-weeknumber-color);-webkit-user-select:none;-ms-user-select:none;user-select:none}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;padding:6px;min-width:232px}.vc-weeks.vc-show-weeknumbers-left{margin-left:var(--vc-weeknumber-offset-inside)}.vc-weeks.vc-show-weeknumbers-right{margin-right:var(--vc-weeknumber-offset-inside)}.vc-weekday{text-align:center;color:var(--vc-weekday-color);font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-top:4px;padding-bottom:8px;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-pane-container{width:100%;position:relative}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{position:absolute;top:0;width:100%;pointer-events:none}.vc-day-popover-container{font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium)}.vc-day-popover-header{font-size:var(--vc-text-xs);color:var(--vc-day-popover-header-color);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:30px;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium)}.vc-base-select.vc-has-icon select{padding:0 27px 0 9px}.vc-base-select.vc-has-icon .vc-base-sizer{padding:0 28px 0 10px}.vc-base-select.vc-fit-content select{position:absolute;top:0;left:0;width:100%}.vc-base-select .vc-base-icon{position:absolute;top:6px;right:4px;opacity:.6;pointer-events:none}.vc-base-select .vc-base-sizer{font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);color:transparent;padding:0 8px;margin:0}.vc-base-select select{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:var(--vc-select-color);display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--vc-select-bg);border-radius:var(--vc-rounded);height:30px;width:-webkit-max-content;width:max-content;padding:0 7px;margin:0;line-height:var(--leading-none);text-indent:0px;background-image:none;cursor:pointer;text-align:center}.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-time-picker{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:8px 4px}.vc-time-picker.vc-invalid{pointer-events:none;opacity:.5}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);text-transform:uppercase;margin-top:-4px;padding-left:4px;padding-right:4px;line-height:21px}.vc-time-select-group{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 4px;background:var(--vc-time-select-group-bg);border-radius:var(--vc-rounded-md);border:1px solid var(--vc-time-select-group-border)}.vc-time-select-group .vc-base-icon{margin-right:4px;color:var(--vc-time-select-group-icon-color)}.vc-time-select-group select{background:transparent;padding:0 4px}.vc-time-weekday{color:var(--vc-time-weekday-color);letter-spacing:var(--tracking-wide)}.vc-time-month{color:var(--vc-time-month-color);margin-left:8px}.vc-time-day{color:var(--vc-time-day-color);margin-left:4px}.vc-time-year{color:var(--vc-time-year-color);margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active{transition:opacity var(--vc-slide-duration) var(--vc-slide-timing),-webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing);transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing),-webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none}.vc-none-leave-active,.vc-fade-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active,.vc-slide-down-leave-active{position:absolute!important;width:100%}.vc-none-enter-from,.vc-none-leave-to,.vc-fade-enter-from,.vc-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to{opacity:0}.vc-slide-left-enter-from,.vc-slide-right-leave-to,.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left{-webkit-transform:translateX(var(--vc-slide-translate));transform:translate(var(--vc-slide-translate))}.vc-slide-right-enter-from,.vc-slide-left-leave-to,.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right{-webkit-transform:translateX(calc(-1 * var(--vc-slide-translate)));transform:translate(calc(-1 * var(--vc-slide-translate)))}.vc-slide-up-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top{-webkit-transform:translateY(var(--vc-slide-translate));transform:translateY(var(--vc-slide-translate))}.vc-slide-down-enter-from,.vc-slide-up-leave-to,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom{-webkit-transform:translateY(calc(-1 * var(--vc-slide-translate)));transform:translateY(calc(-1 * var(--vc-slide-translate)))}:root{--vc-white: #ffffff;--vc-black: #000000;--vc-gray-50: #f8fafc;--vc-gray-100: #f1f5f9;--vc-gray-200: #e2e8f0;--vc-gray-300: #cbd5e1;--vc-gray-400: #94a3b8;--vc-gray-500: #64748b;--vc-gray-600: #475569;--vc-gray-700: #334155;--vc-gray-800: #1e293b;--vc-gray-900: #0f172a;--vc-font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;--vc-font-normal: 400;--vc-font-medium: 500;--vc-font-semibold: 600;--vc-font-bold: 700;--vc-text-2xs: 10px;--vc-text-xs: 12px;--vc-text-sm: 14px;--vc-text-base: 16px;--vc-text-lg: 18px;--vc-text-xl: 20px;--vc-text-2xl: 24px;--vc-leading-none: 1;--vc-leading-tight: 1.25;--vc-leading-snug: 1.375;--vc-leading-normal: 1.5;--vc-rounded: .25rem;--vc-rounded-md: .375rem;--vc-rounded-lg: .5rem;--vc-rounded-full: 9999px;--vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--vc-slide-translate: 22px;--vc-slide-duration: .15s;--vc-slide-timing: ease;--vc-day-content-transition: all .13s ease-in;--vc-weeknumber-offset-inside: 26px;--vc-weeknumber-offset-outside: 34px}.vc-gray{--vc-accent-50: var(--vc-gray-50);--vc-accent-100: var(--vc-gray-100);--vc-accent-200: var(--vc-gray-200);--vc-accent-300: var(--vc-gray-300);--vc-accent-400: var(--vc-gray-400);--vc-accent-500: var(--vc-gray-500);--vc-accent-600: var(--vc-gray-600);--vc-accent-700: var(--vc-gray-700);--vc-accent-800: var(--vc-gray-800);--vc-accent-900: var(--vc-gray-900)}.vc-red{--vc-accent-50: #fef2f2;--vc-accent-100: #fee2e2;--vc-accent-200: #fecaca;--vc-accent-300: #fca5a5;--vc-accent-400: #f87171;--vc-accent-500: #ef4444;--vc-accent-600: #dc2626;--vc-accent-700: #b91c1c;--vc-accent-800: #991b1b;--vc-accent-900: #7f1d1d}.vc-orange{--vc-accent-50: #fff7ed;--vc-accent-100: #ffedd5;--vc-accent-200: #fed7aa;--vc-accent-300: #fdba74;--vc-accent-400: #fb923c;--vc-accent-500: #f97316;--vc-accent-600: #ea580c;--vc-accent-700: #c2410c;--vc-accent-800: #9a3412;--vc-accent-900: #7c2d12}.vc-yellow{--vc-accent-50: #fefce8;--vc-accent-100: #fef9c3;--vc-accent-200: #fef08a;--vc-accent-300: #fde047;--vc-accent-400: #facc15;--vc-accent-500: #eab308;--vc-accent-600: #ca8a04;--vc-accent-700: #a16207;--vc-accent-800: #854d0e;--vc-accent-900: #713f12}.vc-green{--vc-accent-50: #f0fdf4;--vc-accent-100: #dcfce7;--vc-accent-200: #bbf7d0;--vc-accent-300: #86efac;--vc-accent-400: #4ade80;--vc-accent-500: #22c55e;--vc-accent-600: #16a34a;--vc-accent-700: #15803d;--vc-accent-800: #166534;--vc-accent-900: #14532d}.vc-teal{--vc-accent-50: #f0fdfa;--vc-accent-100: #ccfbf1;--vc-accent-200: #99f6e4;--vc-accent-300: #5eead4;--vc-accent-400: #2dd4bf;--vc-accent-500: #14b8a6;--vc-accent-600: #0d9488;--vc-accent-700: #0f766e;--vc-accent-800: #115e59;--vc-accent-900: #134e4a}.vc-blue{--vc-accent-50: #eff6ff;--vc-accent-100: #dbeafe;--vc-accent-200: #bfdbfe;--vc-accent-300: #93c5fd;--vc-accent-400: #60a5fa;--vc-accent-500: #3b82f6;--vc-accent-600: #2563eb;--vc-accent-700: #1d4ed8;--vc-accent-800: #1e40af;--vc-accent-900: #1e3a8a}.vc-indigo{--vc-accent-50: #eef2ff;--vc-accent-100: #e0e7ff;--vc-accent-200: #c7d2fe;--vc-accent-300: #a5b4fc;--vc-accent-400: #818cf8;--vc-accent-500: #6366f1;--vc-accent-600: #4f46e5;--vc-accent-700: #4338ca;--vc-accent-800: #3730a3;--vc-accent-900: #312e81}.vc-purple{--vc-accent-50: #faf5ff;--vc-accent-100: #f3e8ff;--vc-accent-200: #e9d5ff;--vc-accent-300: #d8b4fe;--vc-accent-400: #c084fc;--vc-accent-500: #a855f7;--vc-accent-600: #9333ea;--vc-accent-700: #7e22ce;--vc-accent-800: #6b21a8;--vc-accent-900: #581c87}.vc-pink{--vc-accent-50: #fdf2f8;--vc-accent-100: #fce7f3;--vc-accent-200: #fbcfe8;--vc-accent-300: #f9a8d4;--vc-accent-400: #f472b6;--vc-accent-500: #ec4899;--vc-accent-600: #db2777;--vc-accent-700: #be185d;--vc-accent-800: #9d174d;--vc-accent-900: #831843}.vc-focus:focus-within{outline:0;box-shadow:var(--vc-focus-ring)}.vc-light{--vc-color: var(--vc-gray-900);--vc-bg: var(--vc-white);--vc-border: var(--vc-gray-300);--vc-hover-bg: hsla(211, 25%, 84%, .3);--vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, .4);--vc-header-arrow-color: var(--vc-gray-500);--vc-header-arrow-hover-bg: var(--vc-gray-200);--vc-header-title-color: var(--vc-gray-900);--vc-weekday-color: var(--vc-gray-500);--vc-weeknumber-color: var(--vc-gray-400);--vc-nav-hover-bg: var(--vc-gray-200);--vc-nav-title-color: var(--vc-gray-900);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: var(--vc-shadow);--vc-nav-item-current-color: var(--vc-accent-600);--vc-day-popover-container-color: var(--vc-white);--vc-day-popover-container-bg: var(--vc-gray-800);--vc-day-popover-container-border: var(--vc-gray-700);--vc-day-popover-header-color: var(--vc-gray-700);--vc-popover-content-color: var(--vc-gray-900);--vc-popover-content-bg: var(--vc-gray-50);--vc-popover-content-border: var(--vc-gray-300);--vc-time-picker-border: var(--vc-gray-300);--vc-time-weekday-color: var(--vc-gray-700);--vc-time-month-color: var(--vc-accent-600);--vc-time-day-color: var(--vc-accent-600);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-50);--vc-time-select-group-border: var(--vc-gray-300);--vc-time-select-group-icon-color: var(--vc-accent-500);--vc-select-color: var(--vc-gray-900);--vc-select-bg: var(--vc-gray-100);--vc-select-hover-bg: var(--vc-gray-200);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-400)}.vc-light.vc-attr,.vc-light .vc-attr{--vc-content-color: var(--vc-accent-600);--vc-highlight-outline-bg: var(--vc-white);--vc-highlight-outline-border: var(--vc-accent-600);--vc-highlight-outline-content-color: var(--vc-accent-700);--vc-highlight-light-bg: var(--vc-accent-200);--vc-highlight-light-content-color: var(--vc-accent-900);--vc-highlight-solid-bg: var(--vc-accent-600);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-600);--vc-bar-bg: var(--vc-accent-600)}.vc-dark{--vc-color: var(--vc-white);--vc-bg: var(--vc-gray-900);--vc-border: var(--vc-gray-700);--vc-hover-bg: hsla(216, 15%, 52%, .3);--vc-focus-ring: 0 0 0 2px rgb(59 130 246 / .7);--vc-header-arrow-color: var(--vc-gray-300);--vc-header-arrow-hover-bg: var(--vc-gray-800);--vc-header-title-color: var(--vc-gray-100);--vc-weekday-color: var(--vc-accent-200);--vc-weeknumber-color: var(--vc-gray-500);--vc-nav-hover-bg: var(--vc-gray-700);--vc-nav-title-color: var(--vc-gray-100);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: none;--vc-nav-item-current-color: var(--vc-accent-400);--vc-day-popover-container-color: var(--vc-gray-800);--vc-day-popover-container-bg: var(--vc-white);--vc-day-popover-container-border: var(--vc-gray-100);--vc-day-popover-header-color: var(--vc-gray-300);--vc-popover-content-color: var(--vc-white);--vc-popover-content-bg: var(--vc-gray-800);--vc-popover-content-border: var(--vc-gray-700);--vc-time-picker-border: var(--vc-gray-700);--vc-time-weekday-color: var(--vc-gray-400);--vc-time-month-color: var(--vc-accent-400);--vc-time-day-color: var(--vc-accent-400);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-700);--vc-time-select-group-border: var(--vc-gray-500);--vc-time-select-group-icon-color: var(--vc-accent-400);--vc-select-color: var(--vc-gray-200);--vc-select-bg: var(--vc-gray-700);--vc-select-hover-bg: var(--vc-gray-600);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-600)}.vc-dark.vc-attr,.vc-dark .vc-attr{--vc-content-color: var(--vc-accent-500);--vc-highlight-outline-bg: var(--vc-gray-900);--vc-highlight-outline-border: var(--vc-accent-300);--vc-highlight-outline-content-color: var(--vc-accent-200);--vc-highlight-light-bg: var(--vc-accent-800);--vc-highlight-light-content-color: var(--vc-accent-100);--vc-highlight-solid-bg: var(--vc-accent-500);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-500);--vc-bar-bg: var(--vc-accent-500)}.vc-container{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;font-family:var(--vc-font-family);color:var(--vc-color);background-color:var(--vc-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container:focus,.vc-container *:focus{outline:none}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:var(--vc-border);border-radius:var(--vc-rounded-lg)}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{padding:0;background-color:var(--vc-bg)}.vc-date-picker-content .vc-container{border:0}.v-application__wrap{min-height:100dvh}h1,h2,h3,h4,h5,h6,.text-h1,.text-h2,.text-h3,.text-h4,.text-h5,.text-h6,.text-button,.text-overline,.v-card-title{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}body,.text-body-1,.text-body-2,.text-subtitle-1,.text-subtitle-2{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))}.v-row .v-col .v-input__details,.v-row [class^="v-col-*"] .v-input__details{margin-block-end:0}.v-btn--density-compact.v-btn--size-default .v-btn__content>svg{block-size:22px;font-size:22px;inline-size:22px}.v-card-text+.v-card-text{padding-block-start:0!important}.v-checkbox.v-input,.v-switch.v-input{--v-input-control-height: auto;flex:unset}.v-selection-control--density-comfortable.v-checkbox-btn .v-selection-control__wrapper,.v-selection-control--density-comfortable.v-radio .v-selection-control__wrapper,.v-selection-control--density-comfortable.v-radio-btn .v-selection-control__wrapper{margin-inline-start:-.5625rem}.v-selection-control--density-compact.v-radio .v-selection-control__wrapper,.v-selection-control--density-compact.v-radio-btn .v-selection-control__wrapper,.v-selection-control--density-compact.v-checkbox-btn .v-selection-control__wrapper{margin-inline-start:-.3125rem}.v-selection-control--density-default.v-checkbox-btn .v-selection-control__wrapper,.v-selection-control--density-default.v-radio .v-selection-control__wrapper,.v-selection-control--density-default.v-radio-btn .v-selection-control__wrapper{margin-inline-start:-.6875rem}.v-radio-group .v-selection-control-group .v-radio:not(:last-child){margin-inline-end:.9rem}.disable-tab-transition{overflow:unset!important}.disable-tab-transition .v-window__container{block-size:auto!important}.disable-tab-transition .v-window-item:not(.v-window-item--active){display:none!important}.disable-tab-transition .v-window__container .v-window-item{transform:none!important}.v-list .v-list-item__prepend>.v-icon,.v-list .v-list-item__append>.v-icon{opacity:var(--v-high-emphasis-opacity)}.card-list{--v-card-list-gap: 20px}.card-list.v-list{padding-block:0}.card-list .v-list-item{min-block-size:unset;min-block-size:auto!important;padding-block:0!important;padding-inline:0!important}.card-list .v-list-item>.v-ripple__container{opacity:0}.card-list .v-list-item:not(:last-child){padding-block-end:var(--v-card-list-gap)!important}.card-list .v-list-item:hover>.v-list-item__overlay,.card-list .v-list-item:focus>.v-list-item__overlay,.card-list .v-list-item:active>.v-list-item__overlay,.card-list .v-list-item.active>.v-list-item__overlay{opacity:0!important}.v-divider{color:rgb(var(--v-border-color))}.v-data-table .v-checkbox-btn .v-selection-control__wrapper{margin-inline-start:0!important}.v-data-table .v-selection-control{display:flex!important}.v-data-table .v-pagination{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-data-table-footer{margin-block-start:1rem}.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-medium-emphasis-opacity)}.v-label{opacity:1!important}.v-label:not(.v-field-label--floating){color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))}.v-overlay__scrim,.v-navigation-drawer__scrim{background:rgba(var(--v-overlay-scrim-background),var(--v-overlay-scrim-opacity))!important;opacity:1!important}.v-messages{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));opacity:1!important}.v-alert__close .v-btn--icon .v-icon{--v-icon-size-multiplier: 1.5}.v-badge__badge{display:flex;align-items:center}.v-btn:focus-visible:after{opacity:0!important}.v-input:not(.v-select--chips) .v-select__selection .v-chip{margin-block:2px var(--select-chips-margin-bottom)}.v-card-subtitle,.v-list-item-subtitle{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:#757575;opacity:1!important}body{font-size:15px!important}.text-h1,.text-h2,.text-h3,.text-h4,.text-h5,.text-h6,.text-overline,.v-input{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.text-caption{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))}.v-card-subtitle,.text-subtitle-1,.text-subtitle-2{color:rgba(var(--v-theme-on-background),.55)}.v-input--density-compact input::placeholder{position:relative;inset-block-start:1px}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer;color:inherit}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}::-ms-clear,::-ms-reveal{display:none}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from,.dialog-transition-leave-to{transform:scale(.9);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move,.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from,.picker-transition-leave-to,.picker-reverse-transition-enter-from,.picker-reverse-transition-leave-to{opacity:0}.picker-transition-leave-from,.picker-transition-leave-active,.picker-transition-leave-to,.picker-reverse-transition-leave-from,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to{position:absolute!important}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity!important}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from{transform:translateY(100%)}.picker-transition-leave-to{transform:translateY(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from{transform:translateY(-100%)}.picker-reverse-transition-leave-to{transform:translateY(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s!important}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s!important}.scale-rotate-transition-enter-from{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s!important}.scale-rotate-reverse-transition-enter-from{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-property:transform,opacity!important}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave-from,.message-transition-leave-active{position:absolute}.message-transition-enter-active,.message-transition-leave-active{transition-property:transform,opacity!important}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter-from{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter-from{transform:translate(-15px)}.scroll-x-transition-leave-to{transform:translate(15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter-from{transform:translate(15px)}.scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from,.slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from,.slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity!important}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform!important}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}.blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html{font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body{cursor:pointer}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (max-width: 599.98px){.hidden-xs{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl{display:none!important}}@media (min-width: 2560px){.hidden-xxl{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up{display:none!important}}@media (min-width: 960px){.hidden-md-and-up{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down{display:none!important}}.elevation-24{box-shadow:0 10px 30px rgba(var(--v-shadow-key-umbra-color),.34),0 0 transparent,0 0 transparent!important}.elevation-23{box-shadow:0 10px 28px rgba(var(--v-shadow-key-umbra-color),.34),0 0 transparent,0 0 transparent!important}.elevation-22{box-shadow:0 9px 27px rgba(var(--v-shadow-key-umbra-color),.32),0 0 transparent,0 0 transparent!important}.elevation-21{box-shadow:0 9px 26px rgba(var(--v-shadow-key-umbra-color),.32),0 0 transparent,0 0 transparent!important}.elevation-20{box-shadow:0 9px 25px rgba(var(--v-shadow-key-umbra-color),.3),0 0 transparent,0 0 transparent!important}.elevation-19{box-shadow:0 8px 24px 6px rgba(var(--v-shadow-key-umbra-color),.28),0 0 transparent,0 0 transparent!important}.elevation-18{box-shadow:0 8px 23px rgba(var(--v-shadow-key-umbra-color),.28),0 0 transparent,0 0 transparent!important}.elevation-17{box-shadow:0 7px 22px rgba(var(--v-shadow-key-umbra-color),.26),0 0 transparent,0 0 transparent!important}.elevation-16{box-shadow:0 7px 21px rgba(var(--v-shadow-key-umbra-color),.26),0 0 transparent,0 0 transparent!important}.elevation-15{box-shadow:0 7px 20px rgba(var(--v-shadow-key-umbra-color),.24),0 0 transparent,0 0 transparent!important}.elevation-14{box-shadow:0 6px 19px rgba(var(--v-shadow-key-umbra-color),.24),0 0 transparent,0 0 transparent!important}.elevation-13{box-shadow:0 6px 18px rgba(var(--v-shadow-key-umbra-color),.22),0 0 transparent,0 0 transparent!important}.elevation-12{box-shadow:0 6px 17px rgba(var(--v-shadow-key-umbra-color),.22),0 0 transparent,0 0 transparent!important}.elevation-11{box-shadow:0 5px 16px rgba(var(--v-shadow-key-umbra-color),.2),0 0 transparent,0 0 transparent!important}.elevation-10{box-shadow:0 8px 28px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xl-opacity)),0 0 transparent,0 0 transparent!important}.elevation-9{box-shadow:0 5px 14px rgba(var(--v-shadow-key-umbra-color),.18),0 0 transparent,0 0 transparent!important}.elevation-8{box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent!important}.elevation-7{box-shadow:0 4px 18px rgba(var(--v-shadow-key-umbra-color),.1),0 0 transparent,0 0 transparent!important}.elevation-6{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent!important}.elevation-5{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),.15),0 0 transparent,0 0 transparent!important}.elevation-4{box-shadow:0 3px 6px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-sm-opacity)),0 0 transparent,0 0 transparent!important}.elevation-3{box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent!important}.elevation-2{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent!important}.elevation-1{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),.12),0 0 transparent,0 0 transparent!important}.elevation-0{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent!important}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-fill,.flex-1-1{flex:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0px!important}.ga-1{gap:4px!important}.ga-2{gap:8px!important}.ga-3{gap:12px!important}.ga-4{gap:16px!important}.ga-5{gap:20px!important}.ga-6{gap:24px!important}.ga-7{gap:28px!important}.ga-8{gap:32px!important}.ga-9{gap:36px!important}.ga-10{gap:40px!important}.ga-11{gap:44px!important}.ga-12{gap:48px!important}.ga-13{gap:52px!important}.ga-14{gap:56px!important}.ga-15{gap:60px!important}.ga-16{gap:64px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0px!important}.gr-1{row-gap:4px!important}.gr-2{row-gap:8px!important}.gr-3{row-gap:12px!important}.gr-4{row-gap:16px!important}.gr-5{row-gap:20px!important}.gr-6{row-gap:24px!important}.gr-7{row-gap:28px!important}.gr-8{row-gap:32px!important}.gr-9{row-gap:36px!important}.gr-10{row-gap:40px!important}.gr-11{row-gap:44px!important}.gr-12{row-gap:48px!important}.gr-13{row-gap:52px!important}.gr-14{row-gap:56px!important}.gr-15{row-gap:60px!important}.gr-16{row-gap:64px!important}.gr-auto{row-gap:auto!important}.gc-0{column-gap:0px!important}.gc-1{column-gap:4px!important}.gc-2{column-gap:8px!important}.gc-3{column-gap:12px!important}.gc-4{column-gap:16px!important}.gc-5{column-gap:20px!important}.gc-6{column-gap:24px!important}.gc-7{column-gap:28px!important}.gc-8{column-gap:32px!important}.gc-9{column-gap:36px!important}.gc-10{column-gap:40px!important}.gc-11{column-gap:44px!important}.gc-12{column-gap:48px!important}.gc-13{column-gap:52px!important}.gc-14{column-gap:56px!important}.gc-15{column-gap:60px!important}.gc-16{column-gap:64px!important}.gc-auto{column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:4px!important}.ma-2{margin:8px!important}.ma-3{margin:12px!important}.ma-4{margin:16px!important}.ma-5{margin:20px!important}.ma-6{margin:24px!important}.ma-7{margin:28px!important}.ma-8{margin:32px!important}.ma-9{margin:36px!important}.ma-10{margin:40px!important}.ma-11{margin:44px!important}.ma-12{margin:48px!important}.ma-13{margin:52px!important}.ma-14{margin:56px!important}.ma-15{margin:60px!important}.ma-16{margin:64px!important}.ma-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:4px!important;margin-left:4px!important}.mx-2{margin-right:8px!important;margin-left:8px!important}.mx-3{margin-right:12px!important;margin-left:12px!important}.mx-4{margin-right:16px!important;margin-left:16px!important}.mx-5{margin-right:20px!important;margin-left:20px!important}.mx-6{margin-right:24px!important;margin-left:24px!important}.mx-7{margin-right:28px!important;margin-left:28px!important}.mx-8{margin-right:32px!important;margin-left:32px!important}.mx-9{margin-right:36px!important;margin-left:36px!important}.mx-10{margin-right:40px!important;margin-left:40px!important}.mx-11{margin-right:44px!important;margin-left:44px!important}.mx-12{margin-right:48px!important;margin-left:48px!important}.mx-13{margin-right:52px!important;margin-left:52px!important}.mx-14{margin-right:56px!important;margin-left:56px!important}.mx-15{margin-right:60px!important;margin-left:60px!important}.mx-16{margin-right:64px!important;margin-left:64px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0px!important}.ms-1{margin-inline-start:4px!important}.ms-2{margin-inline-start:8px!important}.ms-3{margin-inline-start:12px!important}.ms-4{margin-inline-start:16px!important}.ms-5{margin-inline-start:20px!important}.ms-6{margin-inline-start:24px!important}.ms-7{margin-inline-start:28px!important}.ms-8{margin-inline-start:32px!important}.ms-9{margin-inline-start:36px!important}.ms-10{margin-inline-start:40px!important}.ms-11{margin-inline-start:44px!important}.ms-12{margin-inline-start:48px!important}.ms-13{margin-inline-start:52px!important}.ms-14{margin-inline-start:56px!important}.ms-15{margin-inline-start:60px!important}.ms-16{margin-inline-start:64px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0px!important}.me-1{margin-inline-end:4px!important}.me-2{margin-inline-end:8px!important}.me-3{margin-inline-end:12px!important}.me-4{margin-inline-end:16px!important}.me-5{margin-inline-end:20px!important}.me-6{margin-inline-end:24px!important}.me-7{margin-inline-end:28px!important}.me-8{margin-inline-end:32px!important}.me-9{margin-inline-end:36px!important}.me-10{margin-inline-end:40px!important}.me-11{margin-inline-end:44px!important}.me-12{margin-inline-end:48px!important}.me-13{margin-inline-end:52px!important}.me-14{margin-inline-end:56px!important}.me-15{margin-inline-end:60px!important}.me-16{margin-inline-end:64px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-4px!important}.ma-n2{margin:-8px!important}.ma-n3{margin:-12px!important}.ma-n4{margin:-16px!important}.ma-n5{margin:-20px!important}.ma-n6{margin:-24px!important}.ma-n7{margin:-28px!important}.ma-n8{margin:-32px!important}.ma-n9{margin:-36px!important}.ma-n10{margin:-40px!important}.ma-n11{margin:-44px!important}.ma-n12{margin:-48px!important}.ma-n13{margin:-52px!important}.ma-n14{margin:-56px!important}.ma-n15{margin:-60px!important}.ma-n16{margin:-64px!important}.mx-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-n16{margin-right:-64px!important;margin-left:-64px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mr-n1{margin-right:-4px!important}.mr-n2{margin-right:-8px!important}.mr-n3{margin-right:-12px!important}.mr-n4{margin-right:-16px!important}.mr-n5{margin-right:-20px!important}.mr-n6{margin-right:-24px!important}.mr-n7{margin-right:-28px!important}.mr-n8{margin-right:-32px!important}.mr-n9{margin-right:-36px!important}.mr-n10{margin-right:-40px!important}.mr-n11{margin-right:-44px!important}.mr-n12{margin-right:-48px!important}.mr-n13{margin-right:-52px!important}.mr-n14{margin-right:-56px!important}.mr-n15{margin-right:-60px!important}.mr-n16{margin-right:-64px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.ml-n1{margin-left:-4px!important}.ml-n2{margin-left:-8px!important}.ml-n3{margin-left:-12px!important}.ml-n4{margin-left:-16px!important}.ml-n5{margin-left:-20px!important}.ml-n6{margin-left:-24px!important}.ml-n7{margin-left:-28px!important}.ml-n8{margin-left:-32px!important}.ml-n9{margin-left:-36px!important}.ml-n10{margin-left:-40px!important}.ml-n11{margin-left:-44px!important}.ml-n12{margin-left:-48px!important}.ml-n13{margin-left:-52px!important}.ml-n14{margin-left:-56px!important}.ml-n15{margin-left:-60px!important}.ml-n16{margin-left:-64px!important}.ms-n1{margin-inline-start:-4px!important}.ms-n2{margin-inline-start:-8px!important}.ms-n3{margin-inline-start:-12px!important}.ms-n4{margin-inline-start:-16px!important}.ms-n5{margin-inline-start:-20px!important}.ms-n6{margin-inline-start:-24px!important}.ms-n7{margin-inline-start:-28px!important}.ms-n8{margin-inline-start:-32px!important}.ms-n9{margin-inline-start:-36px!important}.ms-n10{margin-inline-start:-40px!important}.ms-n11{margin-inline-start:-44px!important}.ms-n12{margin-inline-start:-48px!important}.ms-n13{margin-inline-start:-52px!important}.ms-n14{margin-inline-start:-56px!important}.ms-n15{margin-inline-start:-60px!important}.ms-n16{margin-inline-start:-64px!important}.me-n1{margin-inline-end:-4px!important}.me-n2{margin-inline-end:-8px!important}.me-n3{margin-inline-end:-12px!important}.me-n4{margin-inline-end:-16px!important}.me-n5{margin-inline-end:-20px!important}.me-n6{margin-inline-end:-24px!important}.me-n7{margin-inline-end:-28px!important}.me-n8{margin-inline-end:-32px!important}.me-n9{margin-inline-end:-36px!important}.me-n10{margin-inline-end:-40px!important}.me-n11{margin-inline-end:-44px!important}.me-n12{margin-inline-end:-48px!important}.me-n13{margin-inline-end:-52px!important}.me-n14{margin-inline-end:-56px!important}.me-n15{margin-inline-end:-60px!important}.me-n16{margin-inline-end:-64px!important}.pa-0{padding:0!important}.pa-1{padding:4px!important}.pa-2{padding:8px!important}.pa-3{padding:12px!important}.pa-4{padding:16px!important}.pa-5{padding:20px!important}.pa-6{padding:24px!important}.pa-7{padding:28px!important}.pa-8{padding:32px!important}.pa-9{padding:36px!important}.pa-10{padding:40px!important}.pa-11{padding:44px!important}.pa-12{padding:48px!important}.pa-13{padding:52px!important}.pa-14{padding:56px!important}.pa-15{padding:60px!important}.pa-16{padding:64px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:4px!important;padding-left:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.px-3{padding-right:12px!important;padding-left:12px!important}.px-4{padding-right:16px!important;padding-left:16px!important}.px-5{padding-right:20px!important;padding-left:20px!important}.px-6{padding-right:24px!important;padding-left:24px!important}.px-7{padding-right:28px!important;padding-left:28px!important}.px-8{padding-right:32px!important;padding-left:32px!important}.px-9{padding-right:36px!important;padding-left:36px!important}.px-10{padding-right:40px!important;padding-left:40px!important}.px-11{padding-right:44px!important;padding-left:44px!important}.px-12{padding-right:48px!important;padding-left:48px!important}.px-13{padding-right:52px!important;padding-left:52px!important}.px-14{padding-right:56px!important;padding-left:56px!important}.px-15{padding-right:60px!important;padding-left:60px!important}.px-16{padding-right:64px!important;padding-left:64px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.ps-0{padding-inline-start:0px!important}.ps-1{padding-inline-start:4px!important}.ps-2{padding-inline-start:8px!important}.ps-3{padding-inline-start:12px!important}.ps-4{padding-inline-start:16px!important}.ps-5{padding-inline-start:20px!important}.ps-6{padding-inline-start:24px!important}.ps-7{padding-inline-start:28px!important}.ps-8{padding-inline-start:32px!important}.ps-9{padding-inline-start:36px!important}.ps-10{padding-inline-start:40px!important}.ps-11{padding-inline-start:44px!important}.ps-12{padding-inline-start:48px!important}.ps-13{padding-inline-start:52px!important}.ps-14{padding-inline-start:56px!important}.ps-15{padding-inline-start:60px!important}.ps-16{padding-inline-start:64px!important}.pe-0{padding-inline-end:0px!important}.pe-1{padding-inline-end:4px!important}.pe-2{padding-inline-end:8px!important}.pe-3{padding-inline-end:12px!important}.pe-4{padding-inline-end:16px!important}.pe-5{padding-inline-end:20px!important}.pe-6{padding-inline-end:24px!important}.pe-7{padding-inline-end:28px!important}.pe-8{padding-inline-end:32px!important}.pe-9{padding-inline-end:36px!important}.pe-10{padding-inline-end:40px!important}.pe-11{padding-inline-end:44px!important}.pe-12{padding-inline-end:48px!important}.pe-13{padding-inline-end:52px!important}.pe-14{padding-inline-end:56px!important}.pe-15{padding-inline-end:60px!important}.pe-16{padding-inline-end:64px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:4px!important}.rounded{border-radius:6px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:36px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:25px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t{border-top-left-radius:6px!important;border-top-right-radius:6px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:36px!important;border-top-right-radius:36px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:25px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.v-locale--is-ltr .rounded-e-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl{border-top-right-radius:36px!important;border-bottom-right-radius:36px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:36px!important;border-bottom-left-radius:36px!important}.v-locale--is-ltr .rounded-e-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped{border-top-right-radius:25px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:25px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b{border-bottom-left-radius:6px!important;border-bottom-right-radius:6px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:36px!important;border-bottom-right-radius:36px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:25px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.v-locale--is-ltr .rounded-s-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl{border-top-left-radius:36px!important;border-bottom-left-radius:36px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:36px!important;border-bottom-right-radius:36px!important}.v-locale--is-ltr .rounded-s-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped{border-top-left-radius:25px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:25px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:6px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:6px!important}.v-locale--is-ltr .rounded-ts-lg{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl{border-top-left-radius:36px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:36px!important}.v-locale--is-ltr .rounded-ts-pill{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped{border-top-left-radius:25px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:25px 0!important}.v-locale--is-ltr .rounded-te-0{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:6px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:6px!important}.v-locale--is-ltr .rounded-te-lg{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl{border-top-right-radius:36px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:36px!important}.v-locale--is-ltr .rounded-te-pill{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped{border-top-right-radius:25px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:25px 0!important}.v-locale--is-ltr .rounded-be-0{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:6px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:6px!important}.v-locale--is-ltr .rounded-be-lg{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl{border-bottom-right-radius:36px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:36px!important}.v-locale--is-ltr .rounded-be-pill{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped{border-bottom-right-radius:25px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:25px 0!important}.v-locale--is-ltr .rounded-bs-0{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:6px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:6px!important}.v-locale--is-ltr .rounded-bs-lg{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl{border-bottom-left-radius:36px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:36px!important}.v-locale--is-ltr .rounded-bs-pill{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped{border-bottom-left-radius:25px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:25px 0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-opacity-0{--v-border-opacity: 0 !important}.border-opacity{--v-border-opacity: .12 !important}.border-opacity-25{--v-border-opacity: .25 !important}.border-opacity-50{--v-border-opacity: .5 !important}.border-opacity-75{--v-border-opacity: .75 !important}.border-opacity-100{--v-border-opacity: 1 !important}.border-t-0{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-button{font-size:.9375rem!important;font-weight:500;line-height:2.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:capitalize!important}.text-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:uppercase!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}@media (min-width: 600px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0px!important}.ga-sm-1{gap:4px!important}.ga-sm-2{gap:8px!important}.ga-sm-3{gap:12px!important}.ga-sm-4{gap:16px!important}.ga-sm-5{gap:20px!important}.ga-sm-6{gap:24px!important}.ga-sm-7{gap:28px!important}.ga-sm-8{gap:32px!important}.ga-sm-9{gap:36px!important}.ga-sm-10{gap:40px!important}.ga-sm-11{gap:44px!important}.ga-sm-12{gap:48px!important}.ga-sm-13{gap:52px!important}.ga-sm-14{gap:56px!important}.ga-sm-15{gap:60px!important}.ga-sm-16{gap:64px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0px!important}.gr-sm-1{row-gap:4px!important}.gr-sm-2{row-gap:8px!important}.gr-sm-3{row-gap:12px!important}.gr-sm-4{row-gap:16px!important}.gr-sm-5{row-gap:20px!important}.gr-sm-6{row-gap:24px!important}.gr-sm-7{row-gap:28px!important}.gr-sm-8{row-gap:32px!important}.gr-sm-9{row-gap:36px!important}.gr-sm-10{row-gap:40px!important}.gr-sm-11{row-gap:44px!important}.gr-sm-12{row-gap:48px!important}.gr-sm-13{row-gap:52px!important}.gr-sm-14{row-gap:56px!important}.gr-sm-15{row-gap:60px!important}.gr-sm-16{row-gap:64px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{column-gap:0px!important}.gc-sm-1{column-gap:4px!important}.gc-sm-2{column-gap:8px!important}.gc-sm-3{column-gap:12px!important}.gc-sm-4{column-gap:16px!important}.gc-sm-5{column-gap:20px!important}.gc-sm-6{column-gap:24px!important}.gc-sm-7{column-gap:28px!important}.gc-sm-8{column-gap:32px!important}.gc-sm-9{column-gap:36px!important}.gc-sm-10{column-gap:40px!important}.gc-sm-11{column-gap:44px!important}.gc-sm-12{column-gap:48px!important}.gc-sm-13{column-gap:52px!important}.gc-sm-14{column-gap:56px!important}.gc-sm-15{column-gap:60px!important}.gc-sm-16{column-gap:64px!important}.gc-sm-auto{column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:4px!important}.ma-sm-2{margin:8px!important}.ma-sm-3{margin:12px!important}.ma-sm-4{margin:16px!important}.ma-sm-5{margin:20px!important}.ma-sm-6{margin:24px!important}.ma-sm-7{margin:28px!important}.ma-sm-8{margin:32px!important}.ma-sm-9{margin:36px!important}.ma-sm-10{margin:40px!important}.ma-sm-11{margin:44px!important}.ma-sm-12{margin:48px!important}.ma-sm-13{margin:52px!important}.ma-sm-14{margin:56px!important}.ma-sm-15{margin:60px!important}.ma-sm-16{margin:64px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:4px!important;margin-left:4px!important}.mx-sm-2{margin-right:8px!important;margin-left:8px!important}.mx-sm-3{margin-right:12px!important;margin-left:12px!important}.mx-sm-4{margin-right:16px!important;margin-left:16px!important}.mx-sm-5{margin-right:20px!important;margin-left:20px!important}.mx-sm-6{margin-right:24px!important;margin-left:24px!important}.mx-sm-7{margin-right:28px!important;margin-left:28px!important}.mx-sm-8{margin-right:32px!important;margin-left:32px!important}.mx-sm-9{margin-right:36px!important;margin-left:36px!important}.mx-sm-10{margin-right:40px!important;margin-left:40px!important}.mx-sm-11{margin-right:44px!important;margin-left:44px!important}.mx-sm-12{margin-right:48px!important;margin-left:48px!important}.mx-sm-13{margin-right:52px!important;margin-left:52px!important}.mx-sm-14{margin-right:56px!important;margin-left:56px!important}.mx-sm-15{margin-right:60px!important;margin-left:60px!important}.mx-sm-16{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:4px!important}.mr-sm-2{margin-right:8px!important}.mr-sm-3{margin-right:12px!important}.mr-sm-4{margin-right:16px!important}.mr-sm-5{margin-right:20px!important}.mr-sm-6{margin-right:24px!important}.mr-sm-7{margin-right:28px!important}.mr-sm-8{margin-right:32px!important}.mr-sm-9{margin-right:36px!important}.mr-sm-10{margin-right:40px!important}.mr-sm-11{margin-right:44px!important}.mr-sm-12{margin-right:48px!important}.mr-sm-13{margin-right:52px!important}.mr-sm-14{margin-right:56px!important}.mr-sm-15{margin-right:60px!important}.mr-sm-16{margin-right:64px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:4px!important}.ml-sm-2{margin-left:8px!important}.ml-sm-3{margin-left:12px!important}.ml-sm-4{margin-left:16px!important}.ml-sm-5{margin-left:20px!important}.ml-sm-6{margin-left:24px!important}.ml-sm-7{margin-left:28px!important}.ml-sm-8{margin-left:32px!important}.ml-sm-9{margin-left:36px!important}.ml-sm-10{margin-left:40px!important}.ml-sm-11{margin-left:44px!important}.ml-sm-12{margin-left:48px!important}.ml-sm-13{margin-left:52px!important}.ml-sm-14{margin-left:56px!important}.ml-sm-15{margin-left:60px!important}.ml-sm-16{margin-left:64px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0px!important}.ms-sm-1{margin-inline-start:4px!important}.ms-sm-2{margin-inline-start:8px!important}.ms-sm-3{margin-inline-start:12px!important}.ms-sm-4{margin-inline-start:16px!important}.ms-sm-5{margin-inline-start:20px!important}.ms-sm-6{margin-inline-start:24px!important}.ms-sm-7{margin-inline-start:28px!important}.ms-sm-8{margin-inline-start:32px!important}.ms-sm-9{margin-inline-start:36px!important}.ms-sm-10{margin-inline-start:40px!important}.ms-sm-11{margin-inline-start:44px!important}.ms-sm-12{margin-inline-start:48px!important}.ms-sm-13{margin-inline-start:52px!important}.ms-sm-14{margin-inline-start:56px!important}.ms-sm-15{margin-inline-start:60px!important}.ms-sm-16{margin-inline-start:64px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0px!important}.me-sm-1{margin-inline-end:4px!important}.me-sm-2{margin-inline-end:8px!important}.me-sm-3{margin-inline-end:12px!important}.me-sm-4{margin-inline-end:16px!important}.me-sm-5{margin-inline-end:20px!important}.me-sm-6{margin-inline-end:24px!important}.me-sm-7{margin-inline-end:28px!important}.me-sm-8{margin-inline-end:32px!important}.me-sm-9{margin-inline-end:36px!important}.me-sm-10{margin-inline-end:40px!important}.me-sm-11{margin-inline-end:44px!important}.me-sm-12{margin-inline-end:48px!important}.me-sm-13{margin-inline-end:52px!important}.me-sm-14{margin-inline-end:56px!important}.me-sm-15{margin-inline-end:60px!important}.me-sm-16{margin-inline-end:64px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-4px!important}.ma-sm-n2{margin:-8px!important}.ma-sm-n3{margin:-12px!important}.ma-sm-n4{margin:-16px!important}.ma-sm-n5{margin:-20px!important}.ma-sm-n6{margin:-24px!important}.ma-sm-n7{margin:-28px!important}.ma-sm-n8{margin:-32px!important}.ma-sm-n9{margin:-36px!important}.ma-sm-n10{margin:-40px!important}.ma-sm-n11{margin:-44px!important}.ma-sm-n12{margin:-48px!important}.ma-sm-n13{margin:-52px!important}.ma-sm-n14{margin:-56px!important}.ma-sm-n15{margin:-60px!important}.ma-sm-n16{margin:-64px!important}.mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mr-sm-n1{margin-right:-4px!important}.mr-sm-n2{margin-right:-8px!important}.mr-sm-n3{margin-right:-12px!important}.mr-sm-n4{margin-right:-16px!important}.mr-sm-n5{margin-right:-20px!important}.mr-sm-n6{margin-right:-24px!important}.mr-sm-n7{margin-right:-28px!important}.mr-sm-n8{margin-right:-32px!important}.mr-sm-n9{margin-right:-36px!important}.mr-sm-n10{margin-right:-40px!important}.mr-sm-n11{margin-right:-44px!important}.mr-sm-n12{margin-right:-48px!important}.mr-sm-n13{margin-right:-52px!important}.mr-sm-n14{margin-right:-56px!important}.mr-sm-n15{margin-right:-60px!important}.mr-sm-n16{margin-right:-64px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.ml-sm-n1{margin-left:-4px!important}.ml-sm-n2{margin-left:-8px!important}.ml-sm-n3{margin-left:-12px!important}.ml-sm-n4{margin-left:-16px!important}.ml-sm-n5{margin-left:-20px!important}.ml-sm-n6{margin-left:-24px!important}.ml-sm-n7{margin-left:-28px!important}.ml-sm-n8{margin-left:-32px!important}.ml-sm-n9{margin-left:-36px!important}.ml-sm-n10{margin-left:-40px!important}.ml-sm-n11{margin-left:-44px!important}.ml-sm-n12{margin-left:-48px!important}.ml-sm-n13{margin-left:-52px!important}.ml-sm-n14{margin-left:-56px!important}.ml-sm-n15{margin-left:-60px!important}.ml-sm-n16{margin-left:-64px!important}.ms-sm-n1{margin-inline-start:-4px!important}.ms-sm-n2{margin-inline-start:-8px!important}.ms-sm-n3{margin-inline-start:-12px!important}.ms-sm-n4{margin-inline-start:-16px!important}.ms-sm-n5{margin-inline-start:-20px!important}.ms-sm-n6{margin-inline-start:-24px!important}.ms-sm-n7{margin-inline-start:-28px!important}.ms-sm-n8{margin-inline-start:-32px!important}.ms-sm-n9{margin-inline-start:-36px!important}.ms-sm-n10{margin-inline-start:-40px!important}.ms-sm-n11{margin-inline-start:-44px!important}.ms-sm-n12{margin-inline-start:-48px!important}.ms-sm-n13{margin-inline-start:-52px!important}.ms-sm-n14{margin-inline-start:-56px!important}.ms-sm-n15{margin-inline-start:-60px!important}.ms-sm-n16{margin-inline-start:-64px!important}.me-sm-n1{margin-inline-end:-4px!important}.me-sm-n2{margin-inline-end:-8px!important}.me-sm-n3{margin-inline-end:-12px!important}.me-sm-n4{margin-inline-end:-16px!important}.me-sm-n5{margin-inline-end:-20px!important}.me-sm-n6{margin-inline-end:-24px!important}.me-sm-n7{margin-inline-end:-28px!important}.me-sm-n8{margin-inline-end:-32px!important}.me-sm-n9{margin-inline-end:-36px!important}.me-sm-n10{margin-inline-end:-40px!important}.me-sm-n11{margin-inline-end:-44px!important}.me-sm-n12{margin-inline-end:-48px!important}.me-sm-n13{margin-inline-end:-52px!important}.me-sm-n14{margin-inline-end:-56px!important}.me-sm-n15{margin-inline-end:-60px!important}.me-sm-n16{margin-inline-end:-64px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:4px!important}.pa-sm-2{padding:8px!important}.pa-sm-3{padding:12px!important}.pa-sm-4{padding:16px!important}.pa-sm-5{padding:20px!important}.pa-sm-6{padding:24px!important}.pa-sm-7{padding:28px!important}.pa-sm-8{padding:32px!important}.pa-sm-9{padding:36px!important}.pa-sm-10{padding:40px!important}.pa-sm-11{padding:44px!important}.pa-sm-12{padding:48px!important}.pa-sm-13{padding:52px!important}.pa-sm-14{padding:56px!important}.pa-sm-15{padding:60px!important}.pa-sm-16{padding:64px!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:4px!important;padding-left:4px!important}.px-sm-2{padding-right:8px!important;padding-left:8px!important}.px-sm-3{padding-right:12px!important;padding-left:12px!important}.px-sm-4{padding-right:16px!important;padding-left:16px!important}.px-sm-5{padding-right:20px!important;padding-left:20px!important}.px-sm-6{padding-right:24px!important;padding-left:24px!important}.px-sm-7{padding-right:28px!important;padding-left:28px!important}.px-sm-8{padding-right:32px!important;padding-left:32px!important}.px-sm-9{padding-right:36px!important;padding-left:36px!important}.px-sm-10{padding-right:40px!important;padding-left:40px!important}.px-sm-11{padding-right:44px!important;padding-left:44px!important}.px-sm-12{padding-right:48px!important;padding-left:48px!important}.px-sm-13{padding-right:52px!important;padding-left:52px!important}.px-sm-14{padding-right:56px!important;padding-left:56px!important}.px-sm-15{padding-right:60px!important;padding-left:60px!important}.px-sm-16{padding-right:64px!important;padding-left:64px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:4px!important}.pr-sm-2{padding-right:8px!important}.pr-sm-3{padding-right:12px!important}.pr-sm-4{padding-right:16px!important}.pr-sm-5{padding-right:20px!important}.pr-sm-6{padding-right:24px!important}.pr-sm-7{padding-right:28px!important}.pr-sm-8{padding-right:32px!important}.pr-sm-9{padding-right:36px!important}.pr-sm-10{padding-right:40px!important}.pr-sm-11{padding-right:44px!important}.pr-sm-12{padding-right:48px!important}.pr-sm-13{padding-right:52px!important}.pr-sm-14{padding-right:56px!important}.pr-sm-15{padding-right:60px!important}.pr-sm-16{padding-right:64px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:4px!important}.pl-sm-2{padding-left:8px!important}.pl-sm-3{padding-left:12px!important}.pl-sm-4{padding-left:16px!important}.pl-sm-5{padding-left:20px!important}.pl-sm-6{padding-left:24px!important}.pl-sm-7{padding-left:28px!important}.pl-sm-8{padding-left:32px!important}.pl-sm-9{padding-left:36px!important}.pl-sm-10{padding-left:40px!important}.pl-sm-11{padding-left:44px!important}.pl-sm-12{padding-left:48px!important}.pl-sm-13{padding-left:52px!important}.pl-sm-14{padding-left:56px!important}.pl-sm-15{padding-left:60px!important}.pl-sm-16{padding-left:64px!important}.ps-sm-0{padding-inline-start:0px!important}.ps-sm-1{padding-inline-start:4px!important}.ps-sm-2{padding-inline-start:8px!important}.ps-sm-3{padding-inline-start:12px!important}.ps-sm-4{padding-inline-start:16px!important}.ps-sm-5{padding-inline-start:20px!important}.ps-sm-6{padding-inline-start:24px!important}.ps-sm-7{padding-inline-start:28px!important}.ps-sm-8{padding-inline-start:32px!important}.ps-sm-9{padding-inline-start:36px!important}.ps-sm-10{padding-inline-start:40px!important}.ps-sm-11{padding-inline-start:44px!important}.ps-sm-12{padding-inline-start:48px!important}.ps-sm-13{padding-inline-start:52px!important}.ps-sm-14{padding-inline-start:56px!important}.ps-sm-15{padding-inline-start:60px!important}.ps-sm-16{padding-inline-start:64px!important}.pe-sm-0{padding-inline-end:0px!important}.pe-sm-1{padding-inline-end:4px!important}.pe-sm-2{padding-inline-end:8px!important}.pe-sm-3{padding-inline-end:12px!important}.pe-sm-4{padding-inline-end:16px!important}.pe-sm-5{padding-inline-end:20px!important}.pe-sm-6{padding-inline-end:24px!important}.pe-sm-7{padding-inline-end:28px!important}.pe-sm-8{padding-inline-end:32px!important}.pe-sm-9{padding-inline-end:36px!important}.pe-sm-10{padding-inline-end:40px!important}.pe-sm-11{padding-inline-end:44px!important}.pe-sm-12{padding-inline-end:48px!important}.pe-sm-13{padding-inline-end:52px!important}.pe-sm-14{padding-inline-end:56px!important}.pe-sm-15{padding-inline-end:60px!important}.pe-sm-16{padding-inline-end:64px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-button{font-size:.9375rem!important;font-weight:500;line-height:2.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:capitalize!important}.text-sm-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:uppercase!important}}@media (min-width: 960px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0px!important}.ga-md-1{gap:4px!important}.ga-md-2{gap:8px!important}.ga-md-3{gap:12px!important}.ga-md-4{gap:16px!important}.ga-md-5{gap:20px!important}.ga-md-6{gap:24px!important}.ga-md-7{gap:28px!important}.ga-md-8{gap:32px!important}.ga-md-9{gap:36px!important}.ga-md-10{gap:40px!important}.ga-md-11{gap:44px!important}.ga-md-12{gap:48px!important}.ga-md-13{gap:52px!important}.ga-md-14{gap:56px!important}.ga-md-15{gap:60px!important}.ga-md-16{gap:64px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0px!important}.gr-md-1{row-gap:4px!important}.gr-md-2{row-gap:8px!important}.gr-md-3{row-gap:12px!important}.gr-md-4{row-gap:16px!important}.gr-md-5{row-gap:20px!important}.gr-md-6{row-gap:24px!important}.gr-md-7{row-gap:28px!important}.gr-md-8{row-gap:32px!important}.gr-md-9{row-gap:36px!important}.gr-md-10{row-gap:40px!important}.gr-md-11{row-gap:44px!important}.gr-md-12{row-gap:48px!important}.gr-md-13{row-gap:52px!important}.gr-md-14{row-gap:56px!important}.gr-md-15{row-gap:60px!important}.gr-md-16{row-gap:64px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{column-gap:0px!important}.gc-md-1{column-gap:4px!important}.gc-md-2{column-gap:8px!important}.gc-md-3{column-gap:12px!important}.gc-md-4{column-gap:16px!important}.gc-md-5{column-gap:20px!important}.gc-md-6{column-gap:24px!important}.gc-md-7{column-gap:28px!important}.gc-md-8{column-gap:32px!important}.gc-md-9{column-gap:36px!important}.gc-md-10{column-gap:40px!important}.gc-md-11{column-gap:44px!important}.gc-md-12{column-gap:48px!important}.gc-md-13{column-gap:52px!important}.gc-md-14{column-gap:56px!important}.gc-md-15{column-gap:60px!important}.gc-md-16{column-gap:64px!important}.gc-md-auto{column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:4px!important}.ma-md-2{margin:8px!important}.ma-md-3{margin:12px!important}.ma-md-4{margin:16px!important}.ma-md-5{margin:20px!important}.ma-md-6{margin:24px!important}.ma-md-7{margin:28px!important}.ma-md-8{margin:32px!important}.ma-md-9{margin:36px!important}.ma-md-10{margin:40px!important}.ma-md-11{margin:44px!important}.ma-md-12{margin:48px!important}.ma-md-13{margin:52px!important}.ma-md-14{margin:56px!important}.ma-md-15{margin:60px!important}.ma-md-16{margin:64px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:4px!important;margin-left:4px!important}.mx-md-2{margin-right:8px!important;margin-left:8px!important}.mx-md-3{margin-right:12px!important;margin-left:12px!important}.mx-md-4{margin-right:16px!important;margin-left:16px!important}.mx-md-5{margin-right:20px!important;margin-left:20px!important}.mx-md-6{margin-right:24px!important;margin-left:24px!important}.mx-md-7{margin-right:28px!important;margin-left:28px!important}.mx-md-8{margin-right:32px!important;margin-left:32px!important}.mx-md-9{margin-right:36px!important;margin-left:36px!important}.mx-md-10{margin-right:40px!important;margin-left:40px!important}.mx-md-11{margin-right:44px!important;margin-left:44px!important}.mx-md-12{margin-right:48px!important;margin-left:48px!important}.mx-md-13{margin-right:52px!important;margin-left:52px!important}.mx-md-14{margin-right:56px!important;margin-left:56px!important}.mx-md-15{margin-right:60px!important;margin-left:60px!important}.mx-md-16{margin-right:64px!important;margin-left:64px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:4px!important}.mr-md-2{margin-right:8px!important}.mr-md-3{margin-right:12px!important}.mr-md-4{margin-right:16px!important}.mr-md-5{margin-right:20px!important}.mr-md-6{margin-right:24px!important}.mr-md-7{margin-right:28px!important}.mr-md-8{margin-right:32px!important}.mr-md-9{margin-right:36px!important}.mr-md-10{margin-right:40px!important}.mr-md-11{margin-right:44px!important}.mr-md-12{margin-right:48px!important}.mr-md-13{margin-right:52px!important}.mr-md-14{margin-right:56px!important}.mr-md-15{margin-right:60px!important}.mr-md-16{margin-right:64px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:4px!important}.ml-md-2{margin-left:8px!important}.ml-md-3{margin-left:12px!important}.ml-md-4{margin-left:16px!important}.ml-md-5{margin-left:20px!important}.ml-md-6{margin-left:24px!important}.ml-md-7{margin-left:28px!important}.ml-md-8{margin-left:32px!important}.ml-md-9{margin-left:36px!important}.ml-md-10{margin-left:40px!important}.ml-md-11{margin-left:44px!important}.ml-md-12{margin-left:48px!important}.ml-md-13{margin-left:52px!important}.ml-md-14{margin-left:56px!important}.ml-md-15{margin-left:60px!important}.ml-md-16{margin-left:64px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0px!important}.ms-md-1{margin-inline-start:4px!important}.ms-md-2{margin-inline-start:8px!important}.ms-md-3{margin-inline-start:12px!important}.ms-md-4{margin-inline-start:16px!important}.ms-md-5{margin-inline-start:20px!important}.ms-md-6{margin-inline-start:24px!important}.ms-md-7{margin-inline-start:28px!important}.ms-md-8{margin-inline-start:32px!important}.ms-md-9{margin-inline-start:36px!important}.ms-md-10{margin-inline-start:40px!important}.ms-md-11{margin-inline-start:44px!important}.ms-md-12{margin-inline-start:48px!important}.ms-md-13{margin-inline-start:52px!important}.ms-md-14{margin-inline-start:56px!important}.ms-md-15{margin-inline-start:60px!important}.ms-md-16{margin-inline-start:64px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0px!important}.me-md-1{margin-inline-end:4px!important}.me-md-2{margin-inline-end:8px!important}.me-md-3{margin-inline-end:12px!important}.me-md-4{margin-inline-end:16px!important}.me-md-5{margin-inline-end:20px!important}.me-md-6{margin-inline-end:24px!important}.me-md-7{margin-inline-end:28px!important}.me-md-8{margin-inline-end:32px!important}.me-md-9{margin-inline-end:36px!important}.me-md-10{margin-inline-end:40px!important}.me-md-11{margin-inline-end:44px!important}.me-md-12{margin-inline-end:48px!important}.me-md-13{margin-inline-end:52px!important}.me-md-14{margin-inline-end:56px!important}.me-md-15{margin-inline-end:60px!important}.me-md-16{margin-inline-end:64px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-4px!important}.ma-md-n2{margin:-8px!important}.ma-md-n3{margin:-12px!important}.ma-md-n4{margin:-16px!important}.ma-md-n5{margin:-20px!important}.ma-md-n6{margin:-24px!important}.ma-md-n7{margin:-28px!important}.ma-md-n8{margin:-32px!important}.ma-md-n9{margin:-36px!important}.ma-md-n10{margin:-40px!important}.ma-md-n11{margin:-44px!important}.ma-md-n12{margin:-48px!important}.ma-md-n13{margin:-52px!important}.ma-md-n14{margin:-56px!important}.ma-md-n15{margin:-60px!important}.ma-md-n16{margin:-64px!important}.mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mr-md-n1{margin-right:-4px!important}.mr-md-n2{margin-right:-8px!important}.mr-md-n3{margin-right:-12px!important}.mr-md-n4{margin-right:-16px!important}.mr-md-n5{margin-right:-20px!important}.mr-md-n6{margin-right:-24px!important}.mr-md-n7{margin-right:-28px!important}.mr-md-n8{margin-right:-32px!important}.mr-md-n9{margin-right:-36px!important}.mr-md-n10{margin-right:-40px!important}.mr-md-n11{margin-right:-44px!important}.mr-md-n12{margin-right:-48px!important}.mr-md-n13{margin-right:-52px!important}.mr-md-n14{margin-right:-56px!important}.mr-md-n15{margin-right:-60px!important}.mr-md-n16{margin-right:-64px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.ml-md-n1{margin-left:-4px!important}.ml-md-n2{margin-left:-8px!important}.ml-md-n3{margin-left:-12px!important}.ml-md-n4{margin-left:-16px!important}.ml-md-n5{margin-left:-20px!important}.ml-md-n6{margin-left:-24px!important}.ml-md-n7{margin-left:-28px!important}.ml-md-n8{margin-left:-32px!important}.ml-md-n9{margin-left:-36px!important}.ml-md-n10{margin-left:-40px!important}.ml-md-n11{margin-left:-44px!important}.ml-md-n12{margin-left:-48px!important}.ml-md-n13{margin-left:-52px!important}.ml-md-n14{margin-left:-56px!important}.ml-md-n15{margin-left:-60px!important}.ml-md-n16{margin-left:-64px!important}.ms-md-n1{margin-inline-start:-4px!important}.ms-md-n2{margin-inline-start:-8px!important}.ms-md-n3{margin-inline-start:-12px!important}.ms-md-n4{margin-inline-start:-16px!important}.ms-md-n5{margin-inline-start:-20px!important}.ms-md-n6{margin-inline-start:-24px!important}.ms-md-n7{margin-inline-start:-28px!important}.ms-md-n8{margin-inline-start:-32px!important}.ms-md-n9{margin-inline-start:-36px!important}.ms-md-n10{margin-inline-start:-40px!important}.ms-md-n11{margin-inline-start:-44px!important}.ms-md-n12{margin-inline-start:-48px!important}.ms-md-n13{margin-inline-start:-52px!important}.ms-md-n14{margin-inline-start:-56px!important}.ms-md-n15{margin-inline-start:-60px!important}.ms-md-n16{margin-inline-start:-64px!important}.me-md-n1{margin-inline-end:-4px!important}.me-md-n2{margin-inline-end:-8px!important}.me-md-n3{margin-inline-end:-12px!important}.me-md-n4{margin-inline-end:-16px!important}.me-md-n5{margin-inline-end:-20px!important}.me-md-n6{margin-inline-end:-24px!important}.me-md-n7{margin-inline-end:-28px!important}.me-md-n8{margin-inline-end:-32px!important}.me-md-n9{margin-inline-end:-36px!important}.me-md-n10{margin-inline-end:-40px!important}.me-md-n11{margin-inline-end:-44px!important}.me-md-n12{margin-inline-end:-48px!important}.me-md-n13{margin-inline-end:-52px!important}.me-md-n14{margin-inline-end:-56px!important}.me-md-n15{margin-inline-end:-60px!important}.me-md-n16{margin-inline-end:-64px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:4px!important}.pa-md-2{padding:8px!important}.pa-md-3{padding:12px!important}.pa-md-4{padding:16px!important}.pa-md-5{padding:20px!important}.pa-md-6{padding:24px!important}.pa-md-7{padding:28px!important}.pa-md-8{padding:32px!important}.pa-md-9{padding:36px!important}.pa-md-10{padding:40px!important}.pa-md-11{padding:44px!important}.pa-md-12{padding:48px!important}.pa-md-13{padding:52px!important}.pa-md-14{padding:56px!important}.pa-md-15{padding:60px!important}.pa-md-16{padding:64px!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:4px!important;padding-left:4px!important}.px-md-2{padding-right:8px!important;padding-left:8px!important}.px-md-3{padding-right:12px!important;padding-left:12px!important}.px-md-4{padding-right:16px!important;padding-left:16px!important}.px-md-5{padding-right:20px!important;padding-left:20px!important}.px-md-6{padding-right:24px!important;padding-left:24px!important}.px-md-7{padding-right:28px!important;padding-left:28px!important}.px-md-8{padding-right:32px!important;padding-left:32px!important}.px-md-9{padding-right:36px!important;padding-left:36px!important}.px-md-10{padding-right:40px!important;padding-left:40px!important}.px-md-11{padding-right:44px!important;padding-left:44px!important}.px-md-12{padding-right:48px!important;padding-left:48px!important}.px-md-13{padding-right:52px!important;padding-left:52px!important}.px-md-14{padding-right:56px!important;padding-left:56px!important}.px-md-15{padding-right:60px!important;padding-left:60px!important}.px-md-16{padding-right:64px!important;padding-left:64px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:4px!important}.pr-md-2{padding-right:8px!important}.pr-md-3{padding-right:12px!important}.pr-md-4{padding-right:16px!important}.pr-md-5{padding-right:20px!important}.pr-md-6{padding-right:24px!important}.pr-md-7{padding-right:28px!important}.pr-md-8{padding-right:32px!important}.pr-md-9{padding-right:36px!important}.pr-md-10{padding-right:40px!important}.pr-md-11{padding-right:44px!important}.pr-md-12{padding-right:48px!important}.pr-md-13{padding-right:52px!important}.pr-md-14{padding-right:56px!important}.pr-md-15{padding-right:60px!important}.pr-md-16{padding-right:64px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:4px!important}.pl-md-2{padding-left:8px!important}.pl-md-3{padding-left:12px!important}.pl-md-4{padding-left:16px!important}.pl-md-5{padding-left:20px!important}.pl-md-6{padding-left:24px!important}.pl-md-7{padding-left:28px!important}.pl-md-8{padding-left:32px!important}.pl-md-9{padding-left:36px!important}.pl-md-10{padding-left:40px!important}.pl-md-11{padding-left:44px!important}.pl-md-12{padding-left:48px!important}.pl-md-13{padding-left:52px!important}.pl-md-14{padding-left:56px!important}.pl-md-15{padding-left:60px!important}.pl-md-16{padding-left:64px!important}.ps-md-0{padding-inline-start:0px!important}.ps-md-1{padding-inline-start:4px!important}.ps-md-2{padding-inline-start:8px!important}.ps-md-3{padding-inline-start:12px!important}.ps-md-4{padding-inline-start:16px!important}.ps-md-5{padding-inline-start:20px!important}.ps-md-6{padding-inline-start:24px!important}.ps-md-7{padding-inline-start:28px!important}.ps-md-8{padding-inline-start:32px!important}.ps-md-9{padding-inline-start:36px!important}.ps-md-10{padding-inline-start:40px!important}.ps-md-11{padding-inline-start:44px!important}.ps-md-12{padding-inline-start:48px!important}.ps-md-13{padding-inline-start:52px!important}.ps-md-14{padding-inline-start:56px!important}.ps-md-15{padding-inline-start:60px!important}.ps-md-16{padding-inline-start:64px!important}.pe-md-0{padding-inline-end:0px!important}.pe-md-1{padding-inline-end:4px!important}.pe-md-2{padding-inline-end:8px!important}.pe-md-3{padding-inline-end:12px!important}.pe-md-4{padding-inline-end:16px!important}.pe-md-5{padding-inline-end:20px!important}.pe-md-6{padding-inline-end:24px!important}.pe-md-7{padding-inline-end:28px!important}.pe-md-8{padding-inline-end:32px!important}.pe-md-9{padding-inline-end:36px!important}.pe-md-10{padding-inline-end:40px!important}.pe-md-11{padding-inline-end:44px!important}.pe-md-12{padding-inline-end:48px!important}.pe-md-13{padding-inline-end:52px!important}.pe-md-14{padding-inline-end:56px!important}.pe-md-15{padding-inline-end:60px!important}.pe-md-16{padding-inline-end:64px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-button{font-size:.9375rem!important;font-weight:500;line-height:2.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:capitalize!important}.text-md-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:uppercase!important}}@media (min-width: 1280px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0px!important}.ga-lg-1{gap:4px!important}.ga-lg-2{gap:8px!important}.ga-lg-3{gap:12px!important}.ga-lg-4{gap:16px!important}.ga-lg-5{gap:20px!important}.ga-lg-6{gap:24px!important}.ga-lg-7{gap:28px!important}.ga-lg-8{gap:32px!important}.ga-lg-9{gap:36px!important}.ga-lg-10{gap:40px!important}.ga-lg-11{gap:44px!important}.ga-lg-12{gap:48px!important}.ga-lg-13{gap:52px!important}.ga-lg-14{gap:56px!important}.ga-lg-15{gap:60px!important}.ga-lg-16{gap:64px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0px!important}.gr-lg-1{row-gap:4px!important}.gr-lg-2{row-gap:8px!important}.gr-lg-3{row-gap:12px!important}.gr-lg-4{row-gap:16px!important}.gr-lg-5{row-gap:20px!important}.gr-lg-6{row-gap:24px!important}.gr-lg-7{row-gap:28px!important}.gr-lg-8{row-gap:32px!important}.gr-lg-9{row-gap:36px!important}.gr-lg-10{row-gap:40px!important}.gr-lg-11{row-gap:44px!important}.gr-lg-12{row-gap:48px!important}.gr-lg-13{row-gap:52px!important}.gr-lg-14{row-gap:56px!important}.gr-lg-15{row-gap:60px!important}.gr-lg-16{row-gap:64px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{column-gap:0px!important}.gc-lg-1{column-gap:4px!important}.gc-lg-2{column-gap:8px!important}.gc-lg-3{column-gap:12px!important}.gc-lg-4{column-gap:16px!important}.gc-lg-5{column-gap:20px!important}.gc-lg-6{column-gap:24px!important}.gc-lg-7{column-gap:28px!important}.gc-lg-8{column-gap:32px!important}.gc-lg-9{column-gap:36px!important}.gc-lg-10{column-gap:40px!important}.gc-lg-11{column-gap:44px!important}.gc-lg-12{column-gap:48px!important}.gc-lg-13{column-gap:52px!important}.gc-lg-14{column-gap:56px!important}.gc-lg-15{column-gap:60px!important}.gc-lg-16{column-gap:64px!important}.gc-lg-auto{column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:4px!important}.ma-lg-2{margin:8px!important}.ma-lg-3{margin:12px!important}.ma-lg-4{margin:16px!important}.ma-lg-5{margin:20px!important}.ma-lg-6{margin:24px!important}.ma-lg-7{margin:28px!important}.ma-lg-8{margin:32px!important}.ma-lg-9{margin:36px!important}.ma-lg-10{margin:40px!important}.ma-lg-11{margin:44px!important}.ma-lg-12{margin:48px!important}.ma-lg-13{margin:52px!important}.ma-lg-14{margin:56px!important}.ma-lg-15{margin:60px!important}.ma-lg-16{margin:64px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:4px!important;margin-left:4px!important}.mx-lg-2{margin-right:8px!important;margin-left:8px!important}.mx-lg-3{margin-right:12px!important;margin-left:12px!important}.mx-lg-4{margin-right:16px!important;margin-left:16px!important}.mx-lg-5{margin-right:20px!important;margin-left:20px!important}.mx-lg-6{margin-right:24px!important;margin-left:24px!important}.mx-lg-7{margin-right:28px!important;margin-left:28px!important}.mx-lg-8{margin-right:32px!important;margin-left:32px!important}.mx-lg-9{margin-right:36px!important;margin-left:36px!important}.mx-lg-10{margin-right:40px!important;margin-left:40px!important}.mx-lg-11{margin-right:44px!important;margin-left:44px!important}.mx-lg-12{margin-right:48px!important;margin-left:48px!important}.mx-lg-13{margin-right:52px!important;margin-left:52px!important}.mx-lg-14{margin-right:56px!important;margin-left:56px!important}.mx-lg-15{margin-right:60px!important;margin-left:60px!important}.mx-lg-16{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:4px!important}.mr-lg-2{margin-right:8px!important}.mr-lg-3{margin-right:12px!important}.mr-lg-4{margin-right:16px!important}.mr-lg-5{margin-right:20px!important}.mr-lg-6{margin-right:24px!important}.mr-lg-7{margin-right:28px!important}.mr-lg-8{margin-right:32px!important}.mr-lg-9{margin-right:36px!important}.mr-lg-10{margin-right:40px!important}.mr-lg-11{margin-right:44px!important}.mr-lg-12{margin-right:48px!important}.mr-lg-13{margin-right:52px!important}.mr-lg-14{margin-right:56px!important}.mr-lg-15{margin-right:60px!important}.mr-lg-16{margin-right:64px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:4px!important}.ml-lg-2{margin-left:8px!important}.ml-lg-3{margin-left:12px!important}.ml-lg-4{margin-left:16px!important}.ml-lg-5{margin-left:20px!important}.ml-lg-6{margin-left:24px!important}.ml-lg-7{margin-left:28px!important}.ml-lg-8{margin-left:32px!important}.ml-lg-9{margin-left:36px!important}.ml-lg-10{margin-left:40px!important}.ml-lg-11{margin-left:44px!important}.ml-lg-12{margin-left:48px!important}.ml-lg-13{margin-left:52px!important}.ml-lg-14{margin-left:56px!important}.ml-lg-15{margin-left:60px!important}.ml-lg-16{margin-left:64px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0px!important}.ms-lg-1{margin-inline-start:4px!important}.ms-lg-2{margin-inline-start:8px!important}.ms-lg-3{margin-inline-start:12px!important}.ms-lg-4{margin-inline-start:16px!important}.ms-lg-5{margin-inline-start:20px!important}.ms-lg-6{margin-inline-start:24px!important}.ms-lg-7{margin-inline-start:28px!important}.ms-lg-8{margin-inline-start:32px!important}.ms-lg-9{margin-inline-start:36px!important}.ms-lg-10{margin-inline-start:40px!important}.ms-lg-11{margin-inline-start:44px!important}.ms-lg-12{margin-inline-start:48px!important}.ms-lg-13{margin-inline-start:52px!important}.ms-lg-14{margin-inline-start:56px!important}.ms-lg-15{margin-inline-start:60px!important}.ms-lg-16{margin-inline-start:64px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0px!important}.me-lg-1{margin-inline-end:4px!important}.me-lg-2{margin-inline-end:8px!important}.me-lg-3{margin-inline-end:12px!important}.me-lg-4{margin-inline-end:16px!important}.me-lg-5{margin-inline-end:20px!important}.me-lg-6{margin-inline-end:24px!important}.me-lg-7{margin-inline-end:28px!important}.me-lg-8{margin-inline-end:32px!important}.me-lg-9{margin-inline-end:36px!important}.me-lg-10{margin-inline-end:40px!important}.me-lg-11{margin-inline-end:44px!important}.me-lg-12{margin-inline-end:48px!important}.me-lg-13{margin-inline-end:52px!important}.me-lg-14{margin-inline-end:56px!important}.me-lg-15{margin-inline-end:60px!important}.me-lg-16{margin-inline-end:64px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-4px!important}.ma-lg-n2{margin:-8px!important}.ma-lg-n3{margin:-12px!important}.ma-lg-n4{margin:-16px!important}.ma-lg-n5{margin:-20px!important}.ma-lg-n6{margin:-24px!important}.ma-lg-n7{margin:-28px!important}.ma-lg-n8{margin:-32px!important}.ma-lg-n9{margin:-36px!important}.ma-lg-n10{margin:-40px!important}.ma-lg-n11{margin:-44px!important}.ma-lg-n12{margin:-48px!important}.ma-lg-n13{margin:-52px!important}.ma-lg-n14{margin:-56px!important}.ma-lg-n15{margin:-60px!important}.ma-lg-n16{margin:-64px!important}.mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mr-lg-n1{margin-right:-4px!important}.mr-lg-n2{margin-right:-8px!important}.mr-lg-n3{margin-right:-12px!important}.mr-lg-n4{margin-right:-16px!important}.mr-lg-n5{margin-right:-20px!important}.mr-lg-n6{margin-right:-24px!important}.mr-lg-n7{margin-right:-28px!important}.mr-lg-n8{margin-right:-32px!important}.mr-lg-n9{margin-right:-36px!important}.mr-lg-n10{margin-right:-40px!important}.mr-lg-n11{margin-right:-44px!important}.mr-lg-n12{margin-right:-48px!important}.mr-lg-n13{margin-right:-52px!important}.mr-lg-n14{margin-right:-56px!important}.mr-lg-n15{margin-right:-60px!important}.mr-lg-n16{margin-right:-64px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.ml-lg-n1{margin-left:-4px!important}.ml-lg-n2{margin-left:-8px!important}.ml-lg-n3{margin-left:-12px!important}.ml-lg-n4{margin-left:-16px!important}.ml-lg-n5{margin-left:-20px!important}.ml-lg-n6{margin-left:-24px!important}.ml-lg-n7{margin-left:-28px!important}.ml-lg-n8{margin-left:-32px!important}.ml-lg-n9{margin-left:-36px!important}.ml-lg-n10{margin-left:-40px!important}.ml-lg-n11{margin-left:-44px!important}.ml-lg-n12{margin-left:-48px!important}.ml-lg-n13{margin-left:-52px!important}.ml-lg-n14{margin-left:-56px!important}.ml-lg-n15{margin-left:-60px!important}.ml-lg-n16{margin-left:-64px!important}.ms-lg-n1{margin-inline-start:-4px!important}.ms-lg-n2{margin-inline-start:-8px!important}.ms-lg-n3{margin-inline-start:-12px!important}.ms-lg-n4{margin-inline-start:-16px!important}.ms-lg-n5{margin-inline-start:-20px!important}.ms-lg-n6{margin-inline-start:-24px!important}.ms-lg-n7{margin-inline-start:-28px!important}.ms-lg-n8{margin-inline-start:-32px!important}.ms-lg-n9{margin-inline-start:-36px!important}.ms-lg-n10{margin-inline-start:-40px!important}.ms-lg-n11{margin-inline-start:-44px!important}.ms-lg-n12{margin-inline-start:-48px!important}.ms-lg-n13{margin-inline-start:-52px!important}.ms-lg-n14{margin-inline-start:-56px!important}.ms-lg-n15{margin-inline-start:-60px!important}.ms-lg-n16{margin-inline-start:-64px!important}.me-lg-n1{margin-inline-end:-4px!important}.me-lg-n2{margin-inline-end:-8px!important}.me-lg-n3{margin-inline-end:-12px!important}.me-lg-n4{margin-inline-end:-16px!important}.me-lg-n5{margin-inline-end:-20px!important}.me-lg-n6{margin-inline-end:-24px!important}.me-lg-n7{margin-inline-end:-28px!important}.me-lg-n8{margin-inline-end:-32px!important}.me-lg-n9{margin-inline-end:-36px!important}.me-lg-n10{margin-inline-end:-40px!important}.me-lg-n11{margin-inline-end:-44px!important}.me-lg-n12{margin-inline-end:-48px!important}.me-lg-n13{margin-inline-end:-52px!important}.me-lg-n14{margin-inline-end:-56px!important}.me-lg-n15{margin-inline-end:-60px!important}.me-lg-n16{margin-inline-end:-64px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:4px!important}.pa-lg-2{padding:8px!important}.pa-lg-3{padding:12px!important}.pa-lg-4{padding:16px!important}.pa-lg-5{padding:20px!important}.pa-lg-6{padding:24px!important}.pa-lg-7{padding:28px!important}.pa-lg-8{padding:32px!important}.pa-lg-9{padding:36px!important}.pa-lg-10{padding:40px!important}.pa-lg-11{padding:44px!important}.pa-lg-12{padding:48px!important}.pa-lg-13{padding:52px!important}.pa-lg-14{padding:56px!important}.pa-lg-15{padding:60px!important}.pa-lg-16{padding:64px!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:4px!important;padding-left:4px!important}.px-lg-2{padding-right:8px!important;padding-left:8px!important}.px-lg-3{padding-right:12px!important;padding-left:12px!important}.px-lg-4{padding-right:16px!important;padding-left:16px!important}.px-lg-5{padding-right:20px!important;padding-left:20px!important}.px-lg-6{padding-right:24px!important;padding-left:24px!important}.px-lg-7{padding-right:28px!important;padding-left:28px!important}.px-lg-8{padding-right:32px!important;padding-left:32px!important}.px-lg-9{padding-right:36px!important;padding-left:36px!important}.px-lg-10{padding-right:40px!important;padding-left:40px!important}.px-lg-11{padding-right:44px!important;padding-left:44px!important}.px-lg-12{padding-right:48px!important;padding-left:48px!important}.px-lg-13{padding-right:52px!important;padding-left:52px!important}.px-lg-14{padding-right:56px!important;padding-left:56px!important}.px-lg-15{padding-right:60px!important;padding-left:60px!important}.px-lg-16{padding-right:64px!important;padding-left:64px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:4px!important}.pr-lg-2{padding-right:8px!important}.pr-lg-3{padding-right:12px!important}.pr-lg-4{padding-right:16px!important}.pr-lg-5{padding-right:20px!important}.pr-lg-6{padding-right:24px!important}.pr-lg-7{padding-right:28px!important}.pr-lg-8{padding-right:32px!important}.pr-lg-9{padding-right:36px!important}.pr-lg-10{padding-right:40px!important}.pr-lg-11{padding-right:44px!important}.pr-lg-12{padding-right:48px!important}.pr-lg-13{padding-right:52px!important}.pr-lg-14{padding-right:56px!important}.pr-lg-15{padding-right:60px!important}.pr-lg-16{padding-right:64px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:4px!important}.pl-lg-2{padding-left:8px!important}.pl-lg-3{padding-left:12px!important}.pl-lg-4{padding-left:16px!important}.pl-lg-5{padding-left:20px!important}.pl-lg-6{padding-left:24px!important}.pl-lg-7{padding-left:28px!important}.pl-lg-8{padding-left:32px!important}.pl-lg-9{padding-left:36px!important}.pl-lg-10{padding-left:40px!important}.pl-lg-11{padding-left:44px!important}.pl-lg-12{padding-left:48px!important}.pl-lg-13{padding-left:52px!important}.pl-lg-14{padding-left:56px!important}.pl-lg-15{padding-left:60px!important}.pl-lg-16{padding-left:64px!important}.ps-lg-0{padding-inline-start:0px!important}.ps-lg-1{padding-inline-start:4px!important}.ps-lg-2{padding-inline-start:8px!important}.ps-lg-3{padding-inline-start:12px!important}.ps-lg-4{padding-inline-start:16px!important}.ps-lg-5{padding-inline-start:20px!important}.ps-lg-6{padding-inline-start:24px!important}.ps-lg-7{padding-inline-start:28px!important}.ps-lg-8{padding-inline-start:32px!important}.ps-lg-9{padding-inline-start:36px!important}.ps-lg-10{padding-inline-start:40px!important}.ps-lg-11{padding-inline-start:44px!important}.ps-lg-12{padding-inline-start:48px!important}.ps-lg-13{padding-inline-start:52px!important}.ps-lg-14{padding-inline-start:56px!important}.ps-lg-15{padding-inline-start:60px!important}.ps-lg-16{padding-inline-start:64px!important}.pe-lg-0{padding-inline-end:0px!important}.pe-lg-1{padding-inline-end:4px!important}.pe-lg-2{padding-inline-end:8px!important}.pe-lg-3{padding-inline-end:12px!important}.pe-lg-4{padding-inline-end:16px!important}.pe-lg-5{padding-inline-end:20px!important}.pe-lg-6{padding-inline-end:24px!important}.pe-lg-7{padding-inline-end:28px!important}.pe-lg-8{padding-inline-end:32px!important}.pe-lg-9{padding-inline-end:36px!important}.pe-lg-10{padding-inline-end:40px!important}.pe-lg-11{padding-inline-end:44px!important}.pe-lg-12{padding-inline-end:48px!important}.pe-lg-13{padding-inline-end:52px!important}.pe-lg-14{padding-inline-end:56px!important}.pe-lg-15{padding-inline-end:60px!important}.pe-lg-16{padding-inline-end:64px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-button{font-size:.9375rem!important;font-weight:500;line-height:2.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:capitalize!important}.text-lg-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:uppercase!important}}@media (min-width: 1920px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0px!important}.ga-xl-1{gap:4px!important}.ga-xl-2{gap:8px!important}.ga-xl-3{gap:12px!important}.ga-xl-4{gap:16px!important}.ga-xl-5{gap:20px!important}.ga-xl-6{gap:24px!important}.ga-xl-7{gap:28px!important}.ga-xl-8{gap:32px!important}.ga-xl-9{gap:36px!important}.ga-xl-10{gap:40px!important}.ga-xl-11{gap:44px!important}.ga-xl-12{gap:48px!important}.ga-xl-13{gap:52px!important}.ga-xl-14{gap:56px!important}.ga-xl-15{gap:60px!important}.ga-xl-16{gap:64px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0px!important}.gr-xl-1{row-gap:4px!important}.gr-xl-2{row-gap:8px!important}.gr-xl-3{row-gap:12px!important}.gr-xl-4{row-gap:16px!important}.gr-xl-5{row-gap:20px!important}.gr-xl-6{row-gap:24px!important}.gr-xl-7{row-gap:28px!important}.gr-xl-8{row-gap:32px!important}.gr-xl-9{row-gap:36px!important}.gr-xl-10{row-gap:40px!important}.gr-xl-11{row-gap:44px!important}.gr-xl-12{row-gap:48px!important}.gr-xl-13{row-gap:52px!important}.gr-xl-14{row-gap:56px!important}.gr-xl-15{row-gap:60px!important}.gr-xl-16{row-gap:64px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{column-gap:0px!important}.gc-xl-1{column-gap:4px!important}.gc-xl-2{column-gap:8px!important}.gc-xl-3{column-gap:12px!important}.gc-xl-4{column-gap:16px!important}.gc-xl-5{column-gap:20px!important}.gc-xl-6{column-gap:24px!important}.gc-xl-7{column-gap:28px!important}.gc-xl-8{column-gap:32px!important}.gc-xl-9{column-gap:36px!important}.gc-xl-10{column-gap:40px!important}.gc-xl-11{column-gap:44px!important}.gc-xl-12{column-gap:48px!important}.gc-xl-13{column-gap:52px!important}.gc-xl-14{column-gap:56px!important}.gc-xl-15{column-gap:60px!important}.gc-xl-16{column-gap:64px!important}.gc-xl-auto{column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:4px!important}.ma-xl-2{margin:8px!important}.ma-xl-3{margin:12px!important}.ma-xl-4{margin:16px!important}.ma-xl-5{margin:20px!important}.ma-xl-6{margin:24px!important}.ma-xl-7{margin:28px!important}.ma-xl-8{margin:32px!important}.ma-xl-9{margin:36px!important}.ma-xl-10{margin:40px!important}.ma-xl-11{margin:44px!important}.ma-xl-12{margin:48px!important}.ma-xl-13{margin:52px!important}.ma-xl-14{margin:56px!important}.ma-xl-15{margin:60px!important}.ma-xl-16{margin:64px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:4px!important;margin-left:4px!important}.mx-xl-2{margin-right:8px!important;margin-left:8px!important}.mx-xl-3{margin-right:12px!important;margin-left:12px!important}.mx-xl-4{margin-right:16px!important;margin-left:16px!important}.mx-xl-5{margin-right:20px!important;margin-left:20px!important}.mx-xl-6{margin-right:24px!important;margin-left:24px!important}.mx-xl-7{margin-right:28px!important;margin-left:28px!important}.mx-xl-8{margin-right:32px!important;margin-left:32px!important}.mx-xl-9{margin-right:36px!important;margin-left:36px!important}.mx-xl-10{margin-right:40px!important;margin-left:40px!important}.mx-xl-11{margin-right:44px!important;margin-left:44px!important}.mx-xl-12{margin-right:48px!important;margin-left:48px!important}.mx-xl-13{margin-right:52px!important;margin-left:52px!important}.mx-xl-14{margin-right:56px!important;margin-left:56px!important}.mx-xl-15{margin-right:60px!important;margin-left:60px!important}.mx-xl-16{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:4px!important}.mr-xl-2{margin-right:8px!important}.mr-xl-3{margin-right:12px!important}.mr-xl-4{margin-right:16px!important}.mr-xl-5{margin-right:20px!important}.mr-xl-6{margin-right:24px!important}.mr-xl-7{margin-right:28px!important}.mr-xl-8{margin-right:32px!important}.mr-xl-9{margin-right:36px!important}.mr-xl-10{margin-right:40px!important}.mr-xl-11{margin-right:44px!important}.mr-xl-12{margin-right:48px!important}.mr-xl-13{margin-right:52px!important}.mr-xl-14{margin-right:56px!important}.mr-xl-15{margin-right:60px!important}.mr-xl-16{margin-right:64px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:4px!important}.ml-xl-2{margin-left:8px!important}.ml-xl-3{margin-left:12px!important}.ml-xl-4{margin-left:16px!important}.ml-xl-5{margin-left:20px!important}.ml-xl-6{margin-left:24px!important}.ml-xl-7{margin-left:28px!important}.ml-xl-8{margin-left:32px!important}.ml-xl-9{margin-left:36px!important}.ml-xl-10{margin-left:40px!important}.ml-xl-11{margin-left:44px!important}.ml-xl-12{margin-left:48px!important}.ml-xl-13{margin-left:52px!important}.ml-xl-14{margin-left:56px!important}.ml-xl-15{margin-left:60px!important}.ml-xl-16{margin-left:64px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0px!important}.ms-xl-1{margin-inline-start:4px!important}.ms-xl-2{margin-inline-start:8px!important}.ms-xl-3{margin-inline-start:12px!important}.ms-xl-4{margin-inline-start:16px!important}.ms-xl-5{margin-inline-start:20px!important}.ms-xl-6{margin-inline-start:24px!important}.ms-xl-7{margin-inline-start:28px!important}.ms-xl-8{margin-inline-start:32px!important}.ms-xl-9{margin-inline-start:36px!important}.ms-xl-10{margin-inline-start:40px!important}.ms-xl-11{margin-inline-start:44px!important}.ms-xl-12{margin-inline-start:48px!important}.ms-xl-13{margin-inline-start:52px!important}.ms-xl-14{margin-inline-start:56px!important}.ms-xl-15{margin-inline-start:60px!important}.ms-xl-16{margin-inline-start:64px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0px!important}.me-xl-1{margin-inline-end:4px!important}.me-xl-2{margin-inline-end:8px!important}.me-xl-3{margin-inline-end:12px!important}.me-xl-4{margin-inline-end:16px!important}.me-xl-5{margin-inline-end:20px!important}.me-xl-6{margin-inline-end:24px!important}.me-xl-7{margin-inline-end:28px!important}.me-xl-8{margin-inline-end:32px!important}.me-xl-9{margin-inline-end:36px!important}.me-xl-10{margin-inline-end:40px!important}.me-xl-11{margin-inline-end:44px!important}.me-xl-12{margin-inline-end:48px!important}.me-xl-13{margin-inline-end:52px!important}.me-xl-14{margin-inline-end:56px!important}.me-xl-15{margin-inline-end:60px!important}.me-xl-16{margin-inline-end:64px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-4px!important}.ma-xl-n2{margin:-8px!important}.ma-xl-n3{margin:-12px!important}.ma-xl-n4{margin:-16px!important}.ma-xl-n5{margin:-20px!important}.ma-xl-n6{margin:-24px!important}.ma-xl-n7{margin:-28px!important}.ma-xl-n8{margin:-32px!important}.ma-xl-n9{margin:-36px!important}.ma-xl-n10{margin:-40px!important}.ma-xl-n11{margin:-44px!important}.ma-xl-n12{margin:-48px!important}.ma-xl-n13{margin:-52px!important}.ma-xl-n14{margin:-56px!important}.ma-xl-n15{margin:-60px!important}.ma-xl-n16{margin:-64px!important}.mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mr-xl-n1{margin-right:-4px!important}.mr-xl-n2{margin-right:-8px!important}.mr-xl-n3{margin-right:-12px!important}.mr-xl-n4{margin-right:-16px!important}.mr-xl-n5{margin-right:-20px!important}.mr-xl-n6{margin-right:-24px!important}.mr-xl-n7{margin-right:-28px!important}.mr-xl-n8{margin-right:-32px!important}.mr-xl-n9{margin-right:-36px!important}.mr-xl-n10{margin-right:-40px!important}.mr-xl-n11{margin-right:-44px!important}.mr-xl-n12{margin-right:-48px!important}.mr-xl-n13{margin-right:-52px!important}.mr-xl-n14{margin-right:-56px!important}.mr-xl-n15{margin-right:-60px!important}.mr-xl-n16{margin-right:-64px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.ml-xl-n1{margin-left:-4px!important}.ml-xl-n2{margin-left:-8px!important}.ml-xl-n3{margin-left:-12px!important}.ml-xl-n4{margin-left:-16px!important}.ml-xl-n5{margin-left:-20px!important}.ml-xl-n6{margin-left:-24px!important}.ml-xl-n7{margin-left:-28px!important}.ml-xl-n8{margin-left:-32px!important}.ml-xl-n9{margin-left:-36px!important}.ml-xl-n10{margin-left:-40px!important}.ml-xl-n11{margin-left:-44px!important}.ml-xl-n12{margin-left:-48px!important}.ml-xl-n13{margin-left:-52px!important}.ml-xl-n14{margin-left:-56px!important}.ml-xl-n15{margin-left:-60px!important}.ml-xl-n16{margin-left:-64px!important}.ms-xl-n1{margin-inline-start:-4px!important}.ms-xl-n2{margin-inline-start:-8px!important}.ms-xl-n3{margin-inline-start:-12px!important}.ms-xl-n4{margin-inline-start:-16px!important}.ms-xl-n5{margin-inline-start:-20px!important}.ms-xl-n6{margin-inline-start:-24px!important}.ms-xl-n7{margin-inline-start:-28px!important}.ms-xl-n8{margin-inline-start:-32px!important}.ms-xl-n9{margin-inline-start:-36px!important}.ms-xl-n10{margin-inline-start:-40px!important}.ms-xl-n11{margin-inline-start:-44px!important}.ms-xl-n12{margin-inline-start:-48px!important}.ms-xl-n13{margin-inline-start:-52px!important}.ms-xl-n14{margin-inline-start:-56px!important}.ms-xl-n15{margin-inline-start:-60px!important}.ms-xl-n16{margin-inline-start:-64px!important}.me-xl-n1{margin-inline-end:-4px!important}.me-xl-n2{margin-inline-end:-8px!important}.me-xl-n3{margin-inline-end:-12px!important}.me-xl-n4{margin-inline-end:-16px!important}.me-xl-n5{margin-inline-end:-20px!important}.me-xl-n6{margin-inline-end:-24px!important}.me-xl-n7{margin-inline-end:-28px!important}.me-xl-n8{margin-inline-end:-32px!important}.me-xl-n9{margin-inline-end:-36px!important}.me-xl-n10{margin-inline-end:-40px!important}.me-xl-n11{margin-inline-end:-44px!important}.me-xl-n12{margin-inline-end:-48px!important}.me-xl-n13{margin-inline-end:-52px!important}.me-xl-n14{margin-inline-end:-56px!important}.me-xl-n15{margin-inline-end:-60px!important}.me-xl-n16{margin-inline-end:-64px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:4px!important}.pa-xl-2{padding:8px!important}.pa-xl-3{padding:12px!important}.pa-xl-4{padding:16px!important}.pa-xl-5{padding:20px!important}.pa-xl-6{padding:24px!important}.pa-xl-7{padding:28px!important}.pa-xl-8{padding:32px!important}.pa-xl-9{padding:36px!important}.pa-xl-10{padding:40px!important}.pa-xl-11{padding:44px!important}.pa-xl-12{padding:48px!important}.pa-xl-13{padding:52px!important}.pa-xl-14{padding:56px!important}.pa-xl-15{padding:60px!important}.pa-xl-16{padding:64px!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:4px!important;padding-left:4px!important}.px-xl-2{padding-right:8px!important;padding-left:8px!important}.px-xl-3{padding-right:12px!important;padding-left:12px!important}.px-xl-4{padding-right:16px!important;padding-left:16px!important}.px-xl-5{padding-right:20px!important;padding-left:20px!important}.px-xl-6{padding-right:24px!important;padding-left:24px!important}.px-xl-7{padding-right:28px!important;padding-left:28px!important}.px-xl-8{padding-right:32px!important;padding-left:32px!important}.px-xl-9{padding-right:36px!important;padding-left:36px!important}.px-xl-10{padding-right:40px!important;padding-left:40px!important}.px-xl-11{padding-right:44px!important;padding-left:44px!important}.px-xl-12{padding-right:48px!important;padding-left:48px!important}.px-xl-13{padding-right:52px!important;padding-left:52px!important}.px-xl-14{padding-right:56px!important;padding-left:56px!important}.px-xl-15{padding-right:60px!important;padding-left:60px!important}.px-xl-16{padding-right:64px!important;padding-left:64px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:4px!important}.pr-xl-2{padding-right:8px!important}.pr-xl-3{padding-right:12px!important}.pr-xl-4{padding-right:16px!important}.pr-xl-5{padding-right:20px!important}.pr-xl-6{padding-right:24px!important}.pr-xl-7{padding-right:28px!important}.pr-xl-8{padding-right:32px!important}.pr-xl-9{padding-right:36px!important}.pr-xl-10{padding-right:40px!important}.pr-xl-11{padding-right:44px!important}.pr-xl-12{padding-right:48px!important}.pr-xl-13{padding-right:52px!important}.pr-xl-14{padding-right:56px!important}.pr-xl-15{padding-right:60px!important}.pr-xl-16{padding-right:64px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:4px!important}.pl-xl-2{padding-left:8px!important}.pl-xl-3{padding-left:12px!important}.pl-xl-4{padding-left:16px!important}.pl-xl-5{padding-left:20px!important}.pl-xl-6{padding-left:24px!important}.pl-xl-7{padding-left:28px!important}.pl-xl-8{padding-left:32px!important}.pl-xl-9{padding-left:36px!important}.pl-xl-10{padding-left:40px!important}.pl-xl-11{padding-left:44px!important}.pl-xl-12{padding-left:48px!important}.pl-xl-13{padding-left:52px!important}.pl-xl-14{padding-left:56px!important}.pl-xl-15{padding-left:60px!important}.pl-xl-16{padding-left:64px!important}.ps-xl-0{padding-inline-start:0px!important}.ps-xl-1{padding-inline-start:4px!important}.ps-xl-2{padding-inline-start:8px!important}.ps-xl-3{padding-inline-start:12px!important}.ps-xl-4{padding-inline-start:16px!important}.ps-xl-5{padding-inline-start:20px!important}.ps-xl-6{padding-inline-start:24px!important}.ps-xl-7{padding-inline-start:28px!important}.ps-xl-8{padding-inline-start:32px!important}.ps-xl-9{padding-inline-start:36px!important}.ps-xl-10{padding-inline-start:40px!important}.ps-xl-11{padding-inline-start:44px!important}.ps-xl-12{padding-inline-start:48px!important}.ps-xl-13{padding-inline-start:52px!important}.ps-xl-14{padding-inline-start:56px!important}.ps-xl-15{padding-inline-start:60px!important}.ps-xl-16{padding-inline-start:64px!important}.pe-xl-0{padding-inline-end:0px!important}.pe-xl-1{padding-inline-end:4px!important}.pe-xl-2{padding-inline-end:8px!important}.pe-xl-3{padding-inline-end:12px!important}.pe-xl-4{padding-inline-end:16px!important}.pe-xl-5{padding-inline-end:20px!important}.pe-xl-6{padding-inline-end:24px!important}.pe-xl-7{padding-inline-end:28px!important}.pe-xl-8{padding-inline-end:32px!important}.pe-xl-9{padding-inline-end:36px!important}.pe-xl-10{padding-inline-end:40px!important}.pe-xl-11{padding-inline-end:44px!important}.pe-xl-12{padding-inline-end:48px!important}.pe-xl-13{padding-inline-end:52px!important}.pe-xl-14{padding-inline-end:56px!important}.pe-xl-15{padding-inline-end:60px!important}.pe-xl-16{padding-inline-end:64px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-button{font-size:.9375rem!important;font-weight:500;line-height:2.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:capitalize!important}.text-xl-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:uppercase!important}}@media (min-width: 2560px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0px!important}.ga-xxl-1{gap:4px!important}.ga-xxl-2{gap:8px!important}.ga-xxl-3{gap:12px!important}.ga-xxl-4{gap:16px!important}.ga-xxl-5{gap:20px!important}.ga-xxl-6{gap:24px!important}.ga-xxl-7{gap:28px!important}.ga-xxl-8{gap:32px!important}.ga-xxl-9{gap:36px!important}.ga-xxl-10{gap:40px!important}.ga-xxl-11{gap:44px!important}.ga-xxl-12{gap:48px!important}.ga-xxl-13{gap:52px!important}.ga-xxl-14{gap:56px!important}.ga-xxl-15{gap:60px!important}.ga-xxl-16{gap:64px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0px!important}.gr-xxl-1{row-gap:4px!important}.gr-xxl-2{row-gap:8px!important}.gr-xxl-3{row-gap:12px!important}.gr-xxl-4{row-gap:16px!important}.gr-xxl-5{row-gap:20px!important}.gr-xxl-6{row-gap:24px!important}.gr-xxl-7{row-gap:28px!important}.gr-xxl-8{row-gap:32px!important}.gr-xxl-9{row-gap:36px!important}.gr-xxl-10{row-gap:40px!important}.gr-xxl-11{row-gap:44px!important}.gr-xxl-12{row-gap:48px!important}.gr-xxl-13{row-gap:52px!important}.gr-xxl-14{row-gap:56px!important}.gr-xxl-15{row-gap:60px!important}.gr-xxl-16{row-gap:64px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{column-gap:0px!important}.gc-xxl-1{column-gap:4px!important}.gc-xxl-2{column-gap:8px!important}.gc-xxl-3{column-gap:12px!important}.gc-xxl-4{column-gap:16px!important}.gc-xxl-5{column-gap:20px!important}.gc-xxl-6{column-gap:24px!important}.gc-xxl-7{column-gap:28px!important}.gc-xxl-8{column-gap:32px!important}.gc-xxl-9{column-gap:36px!important}.gc-xxl-10{column-gap:40px!important}.gc-xxl-11{column-gap:44px!important}.gc-xxl-12{column-gap:48px!important}.gc-xxl-13{column-gap:52px!important}.gc-xxl-14{column-gap:56px!important}.gc-xxl-15{column-gap:60px!important}.gc-xxl-16{column-gap:64px!important}.gc-xxl-auto{column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:4px!important}.ma-xxl-2{margin:8px!important}.ma-xxl-3{margin:12px!important}.ma-xxl-4{margin:16px!important}.ma-xxl-5{margin:20px!important}.ma-xxl-6{margin:24px!important}.ma-xxl-7{margin:28px!important}.ma-xxl-8{margin:32px!important}.ma-xxl-9{margin:36px!important}.ma-xxl-10{margin:40px!important}.ma-xxl-11{margin:44px!important}.ma-xxl-12{margin:48px!important}.ma-xxl-13{margin:52px!important}.ma-xxl-14{margin:56px!important}.ma-xxl-15{margin:60px!important}.ma-xxl-16{margin:64px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:4px!important}.mr-xxl-2{margin-right:8px!important}.mr-xxl-3{margin-right:12px!important}.mr-xxl-4{margin-right:16px!important}.mr-xxl-5{margin-right:20px!important}.mr-xxl-6{margin-right:24px!important}.mr-xxl-7{margin-right:28px!important}.mr-xxl-8{margin-right:32px!important}.mr-xxl-9{margin-right:36px!important}.mr-xxl-10{margin-right:40px!important}.mr-xxl-11{margin-right:44px!important}.mr-xxl-12{margin-right:48px!important}.mr-xxl-13{margin-right:52px!important}.mr-xxl-14{margin-right:56px!important}.mr-xxl-15{margin-right:60px!important}.mr-xxl-16{margin-right:64px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:4px!important}.ml-xxl-2{margin-left:8px!important}.ml-xxl-3{margin-left:12px!important}.ml-xxl-4{margin-left:16px!important}.ml-xxl-5{margin-left:20px!important}.ml-xxl-6{margin-left:24px!important}.ml-xxl-7{margin-left:28px!important}.ml-xxl-8{margin-left:32px!important}.ml-xxl-9{margin-left:36px!important}.ml-xxl-10{margin-left:40px!important}.ml-xxl-11{margin-left:44px!important}.ml-xxl-12{margin-left:48px!important}.ml-xxl-13{margin-left:52px!important}.ml-xxl-14{margin-left:56px!important}.ml-xxl-15{margin-left:60px!important}.ml-xxl-16{margin-left:64px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0px!important}.ms-xxl-1{margin-inline-start:4px!important}.ms-xxl-2{margin-inline-start:8px!important}.ms-xxl-3{margin-inline-start:12px!important}.ms-xxl-4{margin-inline-start:16px!important}.ms-xxl-5{margin-inline-start:20px!important}.ms-xxl-6{margin-inline-start:24px!important}.ms-xxl-7{margin-inline-start:28px!important}.ms-xxl-8{margin-inline-start:32px!important}.ms-xxl-9{margin-inline-start:36px!important}.ms-xxl-10{margin-inline-start:40px!important}.ms-xxl-11{margin-inline-start:44px!important}.ms-xxl-12{margin-inline-start:48px!important}.ms-xxl-13{margin-inline-start:52px!important}.ms-xxl-14{margin-inline-start:56px!important}.ms-xxl-15{margin-inline-start:60px!important}.ms-xxl-16{margin-inline-start:64px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0px!important}.me-xxl-1{margin-inline-end:4px!important}.me-xxl-2{margin-inline-end:8px!important}.me-xxl-3{margin-inline-end:12px!important}.me-xxl-4{margin-inline-end:16px!important}.me-xxl-5{margin-inline-end:20px!important}.me-xxl-6{margin-inline-end:24px!important}.me-xxl-7{margin-inline-end:28px!important}.me-xxl-8{margin-inline-end:32px!important}.me-xxl-9{margin-inline-end:36px!important}.me-xxl-10{margin-inline-end:40px!important}.me-xxl-11{margin-inline-end:44px!important}.me-xxl-12{margin-inline-end:48px!important}.me-xxl-13{margin-inline-end:52px!important}.me-xxl-14{margin-inline-end:56px!important}.me-xxl-15{margin-inline-end:60px!important}.me-xxl-16{margin-inline-end:64px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-4px!important}.ma-xxl-n2{margin:-8px!important}.ma-xxl-n3{margin:-12px!important}.ma-xxl-n4{margin:-16px!important}.ma-xxl-n5{margin:-20px!important}.ma-xxl-n6{margin:-24px!important}.ma-xxl-n7{margin:-28px!important}.ma-xxl-n8{margin:-32px!important}.ma-xxl-n9{margin:-36px!important}.ma-xxl-n10{margin:-40px!important}.ma-xxl-n11{margin:-44px!important}.ma-xxl-n12{margin:-48px!important}.ma-xxl-n13{margin:-52px!important}.ma-xxl-n14{margin:-56px!important}.ma-xxl-n15{margin:-60px!important}.ma-xxl-n16{margin:-64px!important}.mx-xxl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mr-xxl-n1{margin-right:-4px!important}.mr-xxl-n2{margin-right:-8px!important}.mr-xxl-n3{margin-right:-12px!important}.mr-xxl-n4{margin-right:-16px!important}.mr-xxl-n5{margin-right:-20px!important}.mr-xxl-n6{margin-right:-24px!important}.mr-xxl-n7{margin-right:-28px!important}.mr-xxl-n8{margin-right:-32px!important}.mr-xxl-n9{margin-right:-36px!important}.mr-xxl-n10{margin-right:-40px!important}.mr-xxl-n11{margin-right:-44px!important}.mr-xxl-n12{margin-right:-48px!important}.mr-xxl-n13{margin-right:-52px!important}.mr-xxl-n14{margin-right:-56px!important}.mr-xxl-n15{margin-right:-60px!important}.mr-xxl-n16{margin-right:-64px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.ml-xxl-n1{margin-left:-4px!important}.ml-xxl-n2{margin-left:-8px!important}.ml-xxl-n3{margin-left:-12px!important}.ml-xxl-n4{margin-left:-16px!important}.ml-xxl-n5{margin-left:-20px!important}.ml-xxl-n6{margin-left:-24px!important}.ml-xxl-n7{margin-left:-28px!important}.ml-xxl-n8{margin-left:-32px!important}.ml-xxl-n9{margin-left:-36px!important}.ml-xxl-n10{margin-left:-40px!important}.ml-xxl-n11{margin-left:-44px!important}.ml-xxl-n12{margin-left:-48px!important}.ml-xxl-n13{margin-left:-52px!important}.ml-xxl-n14{margin-left:-56px!important}.ml-xxl-n15{margin-left:-60px!important}.ml-xxl-n16{margin-left:-64px!important}.ms-xxl-n1{margin-inline-start:-4px!important}.ms-xxl-n2{margin-inline-start:-8px!important}.ms-xxl-n3{margin-inline-start:-12px!important}.ms-xxl-n4{margin-inline-start:-16px!important}.ms-xxl-n5{margin-inline-start:-20px!important}.ms-xxl-n6{margin-inline-start:-24px!important}.ms-xxl-n7{margin-inline-start:-28px!important}.ms-xxl-n8{margin-inline-start:-32px!important}.ms-xxl-n9{margin-inline-start:-36px!important}.ms-xxl-n10{margin-inline-start:-40px!important}.ms-xxl-n11{margin-inline-start:-44px!important}.ms-xxl-n12{margin-inline-start:-48px!important}.ms-xxl-n13{margin-inline-start:-52px!important}.ms-xxl-n14{margin-inline-start:-56px!important}.ms-xxl-n15{margin-inline-start:-60px!important}.ms-xxl-n16{margin-inline-start:-64px!important}.me-xxl-n1{margin-inline-end:-4px!important}.me-xxl-n2{margin-inline-end:-8px!important}.me-xxl-n3{margin-inline-end:-12px!important}.me-xxl-n4{margin-inline-end:-16px!important}.me-xxl-n5{margin-inline-end:-20px!important}.me-xxl-n6{margin-inline-end:-24px!important}.me-xxl-n7{margin-inline-end:-28px!important}.me-xxl-n8{margin-inline-end:-32px!important}.me-xxl-n9{margin-inline-end:-36px!important}.me-xxl-n10{margin-inline-end:-40px!important}.me-xxl-n11{margin-inline-end:-44px!important}.me-xxl-n12{margin-inline-end:-48px!important}.me-xxl-n13{margin-inline-end:-52px!important}.me-xxl-n14{margin-inline-end:-56px!important}.me-xxl-n15{margin-inline-end:-60px!important}.me-xxl-n16{margin-inline-end:-64px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:4px!important}.pa-xxl-2{padding:8px!important}.pa-xxl-3{padding:12px!important}.pa-xxl-4{padding:16px!important}.pa-xxl-5{padding:20px!important}.pa-xxl-6{padding:24px!important}.pa-xxl-7{padding:28px!important}.pa-xxl-8{padding:32px!important}.pa-xxl-9{padding:36px!important}.pa-xxl-10{padding:40px!important}.pa-xxl-11{padding:44px!important}.pa-xxl-12{padding:48px!important}.pa-xxl-13{padding:52px!important}.pa-xxl-14{padding:56px!important}.pa-xxl-15{padding:60px!important}.pa-xxl-16{padding:64px!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:4px!important;padding-left:4px!important}.px-xxl-2{padding-right:8px!important;padding-left:8px!important}.px-xxl-3{padding-right:12px!important;padding-left:12px!important}.px-xxl-4{padding-right:16px!important;padding-left:16px!important}.px-xxl-5{padding-right:20px!important;padding-left:20px!important}.px-xxl-6{padding-right:24px!important;padding-left:24px!important}.px-xxl-7{padding-right:28px!important;padding-left:28px!important}.px-xxl-8{padding-right:32px!important;padding-left:32px!important}.px-xxl-9{padding-right:36px!important;padding-left:36px!important}.px-xxl-10{padding-right:40px!important;padding-left:40px!important}.px-xxl-11{padding-right:44px!important;padding-left:44px!important}.px-xxl-12{padding-right:48px!important;padding-left:48px!important}.px-xxl-13{padding-right:52px!important;padding-left:52px!important}.px-xxl-14{padding-right:56px!important;padding-left:56px!important}.px-xxl-15{padding-right:60px!important;padding-left:60px!important}.px-xxl-16{padding-right:64px!important;padding-left:64px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:4px!important}.pr-xxl-2{padding-right:8px!important}.pr-xxl-3{padding-right:12px!important}.pr-xxl-4{padding-right:16px!important}.pr-xxl-5{padding-right:20px!important}.pr-xxl-6{padding-right:24px!important}.pr-xxl-7{padding-right:28px!important}.pr-xxl-8{padding-right:32px!important}.pr-xxl-9{padding-right:36px!important}.pr-xxl-10{padding-right:40px!important}.pr-xxl-11{padding-right:44px!important}.pr-xxl-12{padding-right:48px!important}.pr-xxl-13{padding-right:52px!important}.pr-xxl-14{padding-right:56px!important}.pr-xxl-15{padding-right:60px!important}.pr-xxl-16{padding-right:64px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:4px!important}.pl-xxl-2{padding-left:8px!important}.pl-xxl-3{padding-left:12px!important}.pl-xxl-4{padding-left:16px!important}.pl-xxl-5{padding-left:20px!important}.pl-xxl-6{padding-left:24px!important}.pl-xxl-7{padding-left:28px!important}.pl-xxl-8{padding-left:32px!important}.pl-xxl-9{padding-left:36px!important}.pl-xxl-10{padding-left:40px!important}.pl-xxl-11{padding-left:44px!important}.pl-xxl-12{padding-left:48px!important}.pl-xxl-13{padding-left:52px!important}.pl-xxl-14{padding-left:56px!important}.pl-xxl-15{padding-left:60px!important}.pl-xxl-16{padding-left:64px!important}.ps-xxl-0{padding-inline-start:0px!important}.ps-xxl-1{padding-inline-start:4px!important}.ps-xxl-2{padding-inline-start:8px!important}.ps-xxl-3{padding-inline-start:12px!important}.ps-xxl-4{padding-inline-start:16px!important}.ps-xxl-5{padding-inline-start:20px!important}.ps-xxl-6{padding-inline-start:24px!important}.ps-xxl-7{padding-inline-start:28px!important}.ps-xxl-8{padding-inline-start:32px!important}.ps-xxl-9{padding-inline-start:36px!important}.ps-xxl-10{padding-inline-start:40px!important}.ps-xxl-11{padding-inline-start:44px!important}.ps-xxl-12{padding-inline-start:48px!important}.ps-xxl-13{padding-inline-start:52px!important}.ps-xxl-14{padding-inline-start:56px!important}.ps-xxl-15{padding-inline-start:60px!important}.ps-xxl-16{padding-inline-start:64px!important}.pe-xxl-0{padding-inline-end:0px!important}.pe-xxl-1{padding-inline-end:4px!important}.pe-xxl-2{padding-inline-end:8px!important}.pe-xxl-3{padding-inline-end:12px!important}.pe-xxl-4{padding-inline-end:16px!important}.pe-xxl-5{padding-inline-end:20px!important}.pe-xxl-6{padding-inline-end:24px!important}.pe-xxl-7{padding-inline-end:28px!important}.pe-xxl-8{padding-inline-end:32px!important}.pe-xxl-9{padding-inline-end:36px!important}.pe-xxl-10{padding-inline-end:40px!important}.pe-xxl-11{padding-inline-end:44px!important}.pe-xxl-12{padding-inline-end:48px!important}.pe-xxl-13{padding-inline-end:52px!important}.pe-xxl-14{padding-inline-end:56px!important}.pe-xxl-15{padding-inline-end:60px!important}.pe-xxl-16{padding-inline-end:64px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-button{font-size:.9375rem!important;font-weight:500;line-height:2.25rem;letter-spacing:normal!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:capitalize!important}.text-xxl-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Inter,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;text-transform:uppercase!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.float-print-none{float:none!important}.float-print-left{float:left!important}.float-print-right{float:right!important}.v-locale--is-rtl .float-print-end{float:left!important}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right!important}.v-locale--is-ltr .float-print-start{float:left!important}}.v-dialog .v-card::-webkit-scrollbar,.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar{background:rgb(var(--v-theme-surface));block-size:8px;border-end-end-radius:14px;border-start-end-radius:14px;inline-size:4px}.v-dialog .v-card::-webkit-scrollbar-track,.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-track{background:transparent}.v-dialog .v-card::-webkit-scrollbar-thumb,.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-thumb{border-radius:.5rem;background:rgb(var(--v-theme-perfect-scrollbar-thumb))}.v-dialog .v-card::-webkit-scrollbar-corner,.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-corner{display:none}.layout-horizontal-nav .nav-link a,.layout-horizontal-nav .nav-group .popper-triggerer .nav-group-label{padding-block:.6rem;padding-inline:1rem}.layout-horizontal-nav .nav-link:not(.sub-item) a,.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer>.nav-group-label{border-radius:.4rem}.layout-horizontal-nav .nav-link.disabled,.layout-horizontal-nav .nav-group.disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.layout-horizontal-nav .nav-link.sub-item a.router-link-active{background:rgba(var(--v-theme-primary),.1);color:rgb(var(--v-theme-primary))}.layout-horizontal-nav .nav-item-icon{font-size:1.375rem;margin-inline-end:.5rem}.layout-horizontal-nav .nav-link.sub-item,.layout-horizontal-nav .nav-group.sub-item{min-inline-size:12rem}.layout-horizontal-nav .nav-link.sub-item .nav-item-title,.layout-horizontal-nav .nav-group.sub-item .nav-item-title{margin-inline-end:1rem}.layout-horizontal-nav .nav-group.sub-item .sub-item .nav-item-icon{font-size:.75rem;margin-inline-end:.75rem;margin-inline-start:.3125rem}.layout-horizontal-nav .nav-group .nav-item-title{margin-inline-end:.3rem;white-space:nowrap}.layout-horizontal-nav .nav-group .popper-content{box-shadow:0 3px 6px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-sm-opacity)),0 0 transparent,0 0 transparent;border-radius:6px;padding-block:.3rem}.layout-nav-type-vertical .layout-vertical-nav .nav-header .header-action{font-size:1.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{margin-block:0;margin-inline:0 1rem;padding-block:0;padding-inline:1.4375rem 1rem;white-space:nowrap}.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{border-radius:.4rem;block-size:2.75rem;margin-block-end:.375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-item-icon{flex-shrink:0;font-size:1.375rem;margin-inline-end:0}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-link .nav-item-icon{font-size:.75rem;margin-inline-end:.3125rem;margin-inline-start:.3125rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-group .nav-item-icon{visibility:hidden}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:hover:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:hover:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:hover:first-child .nav-group.open>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:hover:first-child .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus-visible:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus-visible:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus-visible:first-child .nav-group.open>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus-visible:first-child .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{block-size:1.5rem;color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity));font-size:.75rem;text-transform:uppercase}.layout-nav-type-vertical .layout-vertical-nav .nav-item-badge{display:inline-block;border-radius:1.5rem;font-size:.8em;font-weight:500;line-height:1;padding-block:.25em;padding-inline:.55em;text-align:center;vertical-align:baseline;white-space:nowrap}.layout-horizontal-nav,.layout-nav-type-vertical .layout-vertical-nav{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.layout-horizontal-nav .nav-item-title,.layout-nav-type-vertical .layout-vertical-nav .nav-item-title{letter-spacing:.15px}.layout-horizontal-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{letter-spacing:.4px}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active{background-color:rgb(var(--v-global-theme-primary));color:rgb(var(--v-theme-on-primary));box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent}.layout-horizontal-nav .nav-link a,.layout-nav-type-vertical .layout-vertical-nav .nav-link a{color:inherit}.layout-navbar{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-horizontal .header-blur.layout-navbar-and-nav-container{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:rgb(var(--v-theme-surface),.9)}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{background-color:rgb(var(--v-theme-surface))}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent;padding-inline:1.2rem}.layout-wrapper.layout-nav-type-horizontal .layout-navbar-and-nav-container{box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent;z-index:1001;background-color:rgb(var(--v-theme-surface))}.layout-wrapper.layout-nav-type-horizontal .layout-navbar{border-block-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.layout-wrapper.layout-nav-type-horizontal .layout-horizontal-nav{padding-block:.625rem}.layout-wrapper.layout-nav-type-horizontal .layout-horizontal-nav .nav-items{gap:8px}.layout-horizontal-nav .nav-link:not(.sub-item) a,.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer>.nav-group-label{border-radius:3.125rem!important}.layout-horizontal-nav .nav-link a,.layout-horizontal-nav .nav-group .popper-triggerer .nav-group-label{padding-block:.5rem}.layout-horizontal-nav .nav-group .nav-item-title{margin-inline-end:.5rem}.layout-horizontal-nav .nav-group .popper-content{box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent}.layout-horizontal-nav .nav-group.sub-item .sub-item .nav-item-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.layout-horizontal-nav .nav-link.sub-item a.router-link-active{background:rgba(var(--v-theme-primary),.16);color:rgb(var(--v-theme-primary))}.layout-horizontal-nav .nav-link.sub-item a.router-link-active i{color:rgb(var(--v-theme-primary))!important}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active{background:linear-gradient(-72.47deg,rgb(var(--v-global-theme-primary)) 22.16%,rgba(var(--v-global-theme-primary),.7) 76.47%)!important;box-shadow:0 3px 6px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-sm-opacity)),0 0 transparent,0 0 transparent}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active i,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label i,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active i{color:rgb(var(--v-theme-on-primary))!important}.layout-horizontal-nav .nav-item-title,.layout-nav-type-vertical .layout-vertical-nav .nav-item-title{line-height:1.375rem}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{box-shadow:0 4px 8px -4px rgba(var(--v-shadow-key-umbra-color),42%);padding-inline:1.5rem}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-horizontal .header-blur.layout-navbar-and-nav-container{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background-color:rgb(var(--v-theme-surface),.85)}.layout-wrapper.layout-nav-type-horizontal .layout-navbar-and-nav-container{box-shadow:0 4px 8px -4px rgba(var(--v-shadow-key-umbra-color),42%)}.layout-nav-type-vertical .layout-vertical-nav .nav-header .header-action{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{block-size:2rem;font-size:.8125rem;line-height:1.125rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;column-gap:.625rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:before,.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:after{border-block-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity));content:""}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:after{flex:1 1 auto}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:before{flex:0 1 .8125rem;margin-inline-start:-1.4375rem}.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-section-title{margin-inline:4px 0}.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{block-size:2.375rem!important;border-end-end-radius:3.125rem!important;border-end-start-radius:0!important;border-start-end-radius:3.125rem!important;border-start-start-radius:0!important;transition:margin-inline .15s ease-in-out;will-change:margin-inline}.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-link>:first-child,.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-group>:first-child{margin-inline:0 5px}.layout-nav-type-vertical .layout-vertical-nav .nav-item-badge{font-size:.8125rem;line-height:20px;padding-block:.125rem;padding-inline:.75rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{gap:.5rem;padding-block:.4375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-link .nav-item-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));margin-inline:.375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-group .nav-item-icon{margin-inline-start:1rem;visibility:visible}.layout-nav-type-vertical .layout-vertical-nav{background-color:rgb(var(--v-theme-background))}.layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav.hovered{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent}.layout-nav-type-vertical .layout-vertical-nav .nav-header{overflow:hidden;padding:1.25rem 0 1.25rem 1.4375rem;margin-inline:0 1rem;min-block-size:64px}.layout-nav-type-vertical .layout-vertical-nav .nav-header .app-logo{flex-shrink:0;transition:transform .25s ease-in-out}.layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav:not(.hovered) .nav-header .app-logo{transform:translate(-4px)}[dir=rtl] .layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav:not(.hovered) .nav-header .app-logo{transform:translate(4px)}.layout-nav-type-vertical .layout-vertical-nav .nav-header .app-title{margin-inline-start:.9rem}.layout-nav-type-vertical .layout-vertical-nav .vertical-nav-items-shadow{position:absolute;z-index:1;background:linear-gradient(rgb(var(--v-theme-background)) 5%,rgba(var(--v-theme-background),75%) 45%,rgba(var(--v-theme-background),20%) 80%,transparent);block-size:55px;inline-size:100%;inset-block-start:62px;opacity:0;pointer-events:none;transition:opacity .15s ease-in-out;will-change:opacity}[dir=rtl] .layout-nav-type-vertical .layout-vertical-nav .vertical-nav-items-shadow{transform:translate(8px)}.layout-nav-type-vertical .layout-vertical-nav.scrolled .vertical-nav-items-shadow{opacity:1}.layout-nav-type-vertical .layout-vertical-nav .ps__rail-y{z-index:1}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{margin-block-end:.5rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title:not(:first-child){margin-block-start:1.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{margin-inline:auto}.layout-nav-type-vertical .layout-vertical-nav .nav-link,.layout-nav-type-vertical .layout-vertical-nav .nav-group{overflow:hidden}.layout-nav-type-vertical .layout-vertical-nav .nav-link.disabled,.layout-nav-type-vertical .layout-vertical-nav .nav-group.disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a{position:relative}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:before{position:absolute;border-radius:inherit;background:currentcolor;block-size:100%;content:"";inline-size:100%;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group-arrow{flex-shrink:0;transform-origin:center;transition:transform .15s ease-in-out;will-change:transform}.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>.nav-group-label .nav-group-arrow{transform:rotate(90deg)}.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{position:relative}.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child:before{position:absolute;border-radius:inherit;background:currentcolor;block-size:100%;content:"";inline-size:100%;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.vertical-nav-section-title-enter-active,.vertical-nav-section-title-leave-active{transition:opacity .1s ease-in-out,transform .1s ease-in-out}.vertical-nav-section-title-enter-from,.vertical-nav-section-title-leave-to{opacity:0;transform:translate(15px)}[dir=rtl] .vertical-nav-section-title-enter-from,[dir=rtl] .vertical-nav-section-title-leave-to{transform:translate(-15px)}.transition-slide-x-enter-active,.transition-slide-x-leave-active{transition:opacity .1s ease-in-out,transform .12s ease-in-out}.transition-slide-x-enter-from,.transition-slide-x-leave-to{opacity:0;transform:translate(-15px)}[dir=rtl] .transition-slide-x-enter-from,[dir=rtl] .transition-slide-x-leave-to{transform:translate(15px)}.vertical-nav-app-title-enter-active,.vertical-nav-app-title-leave-active{transition:opacity .1s ease-in-out,transform .12s ease-in-out}.vertical-nav-app-title-enter-from,.vertical-nav-app-title-leave-to{opacity:0;transform:translate(-15px)}[dir=rtl] .vertical-nav-app-title-enter-from,[dir=rtl] .vertical-nav-app-title-leave-to{transform:translate(15px)}.layout-horizontal-nav .nav-link a{position:relative}.layout-horizontal-nav .nav-link a:before{position:absolute;border-radius:inherit;background:currentcolor;block-size:100%;content:"";inline-size:100%;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.layout-horizontal-nav .nav-link a:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-link a:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-link a:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label{position:relative}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:before{position:absolute;border-radius:inherit;background:currentcolor;block-size:100%;content:"";inline-size:100%;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group .popper-content{background-color:rgb(var(--v-theme-surface))}.layout-horizontal-nav .nav-group .popper-content>div{max-block-size:calc(100dvh - 120px - 4rem)}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer{position:relative}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer:after{position:absolute;block-size:.75rem;content:"";inline-size:100%;inset-block-start:100%;inset-inline-start:0;pointer-events:none}.layout-horizontal-nav .nav-group:not(.sub-item).show-content>.popper-triggerer:after{z-index:2;pointer-events:auto}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-content{margin-block-start:.75rem!important}.layout-horizontal-nav .nav-group.sub-item.active>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.sub-item.active:hover>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.sub-item.active:focus-visible>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group.sub-item.active:focus>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group .nav-group-arrow{font-size:1.375rem;margin-inline-start:auto}.layout-horizontal-nav .nav-group.popper-inline-end .nav-group-arrow{transform:rotate(270deg)}[dir=rtl] .layout-horizontal-nav .nav-group.popper-inline-end .nav-group-arrow{transform:rotate(90deg)}.layout-horizontal-nav .nav-group.show-content:not(.active)>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.show-content:not(.active):hover>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.show-content:not(.active):focus-visible>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group.show-content:not(.active):focus>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-vertical-nav ol,.layout-vertical-nav ul,.layout-horizontal-nav ol,.layout-horizontal-nav ul{list-style:none}.scrollable-content.v-navigation-drawer .v-navigation-drawer__content{display:flex;overflow:hidden;flex-direction:column}code{border-radius:3px;color:rgb(var(--v-code-color));font-size:90%;font-weight:400;padding-block:.2em;padding-inline:.4em}.layout-wrapper.layout-nav-type-vertical .layout-navbar .navbar-content-container{transition:padding .2s ease,background-color .18s ease}.layout-wrapper.layout-nav-type-vertical .layout-navbar .navbar-content-container{border-radius:0 0 10px 10px}.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{border-radius:10px 10px 0 0}.layout-footer-sticky.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{background-color:rgb(var(--v-theme-surface));padding-block:0;padding-inline:1.2rem;box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent}.layout-wrapper.layout-nav-type-horizontal .navbar-content-container{display:flex;align-items:center;block-size:100%}.layout-footer-sticky.layout-wrapper.layout-nav-type-horizontal .layout-footer{background-color:rgb(var(--v-theme-surface));box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent}.layout-wrapper.layout-nav-type-vertical.layout-content-height-fixed .page-content-container>.v-layout:first-child{overflow:hidden;min-block-size:100%}.layout-wrapper.layout-nav-type-vertical.layout-content-height-fixed .page-content-container>.v-layout:first-child>.v-main .v-main__wrap>:first-child{block-size:100%;overflow-y:auto}.layout-wrapper.layout-nav-type-horizontal.layout-content-height-fixed>.layout-page-content{display:flex}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.8125rem;line-height:1.25rem}.text-base{font-size:.9375rem;line-height:1.375rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gap-0{gap:0}.gap-x-0{column-gap:0}.gap-y-0{row-gap:0}.gap-1{gap:.25rem}.gap-x-1{column-gap:.25rem}.gap-y-1{row-gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{column-gap:.5rem}.gap-y-2{row-gap:.5rem}.gap-3{gap:.75rem}.gap-x-3{column-gap:.75rem}.gap-y-3{row-gap:.75rem}.gap-4{gap:1rem}.gap-x-4{column-gap:1rem}.gap-y-4{row-gap:1rem}.gap-5{gap:1.25rem}.gap-x-5{column-gap:1.25rem}.gap-y-5{row-gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-6{column-gap:1.5rem}.gap-y-6{row-gap:1.5rem}.gap-7{gap:1.75rem}.gap-x-7{column-gap:1.75rem}.gap-y-7{row-gap:1.75rem}.gap-8{gap:2rem}.gap-x-8{column-gap:2rem}.gap-y-8{row-gap:2rem}.gap-9{gap:2.25rem}.gap-x-9{column-gap:2.25rem}.gap-y-9{row-gap:2.25rem}.gap-10{gap:2.5rem}.gap-x-10{column-gap:2.5rem}.gap-y-10{row-gap:2.5rem}.gap-11{gap:2.75rem}.gap-x-11{column-gap:2.75rem}.gap-y-11{row-gap:2.75rem}.gap-12{gap:3rem}.gap-x-12{column-gap:3rem}.gap-y-12{row-gap:3rem}.gap-14{gap:3.5rem}.gap-x-14{column-gap:3.5rem}.gap-y-14{row-gap:3.5rem}.gap-16{gap:4rem}.gap-x-16{column-gap:4rem}.gap-y-16{row-gap:4rem}.gap-20{gap:5rem}.gap-x-20{column-gap:5rem}.gap-y-20{row-gap:5rem}.gap-24{gap:6rem}.gap-x-24{column-gap:6rem}.gap-y-24{row-gap:6rem}.gap-28{gap:7rem}.gap-x-28{column-gap:7rem}.gap-y-28{row-gap:7rem}.gap-32{gap:8rem}.gap-x-32{column-gap:8rem}.gap-y-32{row-gap:8rem}.gap-36{gap:9rem}.gap-x-36{column-gap:9rem}.gap-y-36{row-gap:9rem}.gap-40{gap:10rem}.gap-x-40{column-gap:10rem}.gap-y-40{row-gap:10rem}.gap-44{gap:11rem}.gap-x-44{column-gap:11rem}.gap-y-44{row-gap:11rem}.gap-48{gap:12rem}.gap-x-48{column-gap:12rem}.gap-y-48{row-gap:12rem}.gap-52{gap:13rem}.gap-x-52{column-gap:13rem}.gap-y-52{row-gap:13rem}.gap-56{gap:14rem}.gap-x-56{column-gap:14rem}.gap-y-56{row-gap:14rem}.gap-60{gap:15rem}.gap-x-60{column-gap:15rem}.gap-y-60{row-gap:15rem}.gap-64{gap:16rem}.gap-x-64{column-gap:16rem}.gap-y-64{row-gap:16rem}.gap-72{gap:18rem}.gap-x-72{column-gap:18rem}.gap-y-72{row-gap:18rem}.gap-80{gap:20rem}.gap-x-80{column-gap:20rem}.gap-y-80{row-gap:20rem}.gap-96{gap:24rem}.gap-x-96{column-gap:24rem}.gap-y-96{row-gap:24rem}.list-none{list-style-type:none}.skin--bordered .v-card:not(.v-card--flat){box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .v-menu .v-overlay__content>.v-card,.skin--bordered .v-menu .v-overlay__content>.v-sheet,.skin--bordered .v-menu .v-overlay__content>.v-list{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .popper-content{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-navbar-and-nav-container{box-shadow:none!important;border-bottom:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-nav-type-vertical.window-scrolled .layout-navbar .navbar-content-container{border-block-start:none!important}.skin--bordered .layout-nav-type-vertical.layout-footer-sticky .layout-footer .footer-content-container{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-nav-type-vertical.layout-footer-sticky .layout-footer .footer-content-container{border-block-end:none}.skin--bordered .layout-nav-type-horizontal.layout-footer-sticky .layout-footer{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-nav-type-horizontal.layout-footer-sticky .layout-footer{border-block-end:none}.skin--bordered .layout-vertical-nav{border-inline-end:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel__shadow{box-shadow:none!important}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel{border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel:not(:last-child){margin-block-end:-1px}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel:after{content:none}.v-avatar-group{display:flex;align-items:center}.v-avatar-group>*{transition:transform .25s ease,box-shadow .15s ease}.v-avatar-group>*:not(:first-child){margin-inline-start:-.8rem}.v-avatar-group>*:hover{z-index:2;transform:translateY(-5px) scale(1.05);box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent}.v-avatar-group>.v-avatar{border:2px solid rgb(var(--v-theme-surface));transition:transform .15s ease}.v-alert--variant-outlined:not([class*=text-]),.v-avatar--variant-outlined:not([class*=text-]),.v-btn.v-btn--variant-outlined:not([class*=text-]),.v-card--variant-outlined:not([class*=text-]),.v-chip--variant-outlined:not([class*=text-]),.v-list-item--variant-outlined:not([class*=text-]){border-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-alert--variant-outlined.text-default,.v-avatar--variant-outlined.text-default,.v-btn.v-btn--variant-outlined.text-default,.v-card--variant-outlined.text-default,.v-chip--variant-outlined.text-default,.v-list-item--variant-outlined.text-default{border-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-label.custom-input{padding:1rem;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity));opacity:1;white-space:normal}.v-label.custom-input:hover{border-color:rgba(var(--v-border-color),.25)}.v-label.custom-input.active{border-color:rgb(var(--v-theme-primary))}.v-label.custom-input.active .v-icon{color:rgb(var(--v-theme-primary))!important}.v-label.custom-input.custom-checkbox .v-input__control,.v-label.custom-input.custom-radio .v-input__control{grid-area:none}[dir=rtl] .v-data-table-footer__pagination .v-btn .v-icon{transform:rotate(180deg)}.v-dialog .v-dialog-close-btn{position:absolute;z-index:1;color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))!important;inset-block-start:.8rem;inset-inline-end:.6rem}.v-dialog .v-dialog-close-btn .v-btn__overlay{display:none}@media (min-width: 600px){.v-dialog.v-dialog-sm .v-overlay__content,.v-dialog.v-dialog-lg .v-overlay__content,.v-dialog.v-dialog-xl .v-overlay__content{inline-size:565px!important}}@media (min-width: 960px){.v-dialog.v-dialog-lg .v-overlay__content,.v-dialog.v-dialog-xl .v-overlay__content{inline-size:865px!important}}@media (min-width: 1264px){.v-dialog.v-dialog-xl .v-overlay__content{inline-size:1165px!important}}.v-expansion-panels.customized-panels{border:1px solid rgba(var(--v-border-color),var(--v-border-opacity));border-radius:6px}.v-expansion-panels.customized-panels .v-expansion-panel-title{background-color:rgb(var(--v-theme-expansion-panel-text-custom-bg));border-block-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity));margin-block-end:-1px}.v-expansion-panels.customized-panels .v-expansion-panel-text__wrapper{padding:20px}.v-tabs.v-tabs-pill .v-tab.v-btn{border-radius:.25rem!important;transition:none}.v-tabs.v-tabs-pill .v-tab.v-btn .v-tab__slider{visibility:hidden}.v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-primary{background-color:rgb(var(--v-theme-primary));color:rgb(var(--v-theme-on-primary))!important}.v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-secondary{background-color:rgb(var(--v-theme-secondary));color:rgb(var(--v-theme-on-secondary))!important}.v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-error{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))!important}.v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-info{background-color:rgb(var(--v-theme-info));color:rgb(var(--v-theme-on-info))!important}.v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-success{background-color:rgb(var(--v-theme-success));color:rgb(var(--v-theme-on-success))!important}.v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-warning{background-color:rgb(var(--v-theme-warning));color:rgb(var(--v-theme-on-warning))!important}.v-timeline--vertical.v-timeline .v-timeline-item .v-timeline-item__body{justify-self:stretch!important}.v-switch .v-selection-control:not(.v-selection-control--dirty) .v-switch__thumb{color:#fff!important}.demo-space-x{display:flex;flex-wrap:wrap;align-items:center;margin-block-start:-16px}.demo-space-x>*{margin-block-start:16px;margin-inline-end:16px}.demo-space-y>*{margin-block-end:16px}.demo-space-y>*:last-child{margin-block-end:0}.match-height.v-row .v-card{block-size:100%}.whitespace-no-wrap{white-space:nowrap}.text-white{color:#fff!important}.text-white-variant{color:rgba(255,255,255,var(--v-high-emphasis-opacity))}.bg-var-theme-background{background-color:rgba(var(--v-theme-on-background),var(--v-hover-opacity))!important}.bg-global-primary{background-color:rgb(var(--v-global-theme-primary))!important;color:rgb(var(--v-theme-on-primary))!important}.bg-light-primary{background-color:rgba(var(--v-theme-primary),var(--v-activated-opacity))!important}.bg-light-secondary{background-color:rgba(var(--v-theme-secondary),var(--v-activated-opacity))!important}.bg-light-error{background-color:rgba(var(--v-theme-error),var(--v-activated-opacity))!important}.bg-light-info{background-color:rgba(var(--v-theme-info),var(--v-activated-opacity))!important}.bg-light-success{background-color:rgba(var(--v-theme-success),var(--v-activated-opacity))!important}.bg-light-warning{background-color:rgba(var(--v-theme-warning),var(--v-activated-opacity))!important}.clamp-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}.custom-badge .v-badge__badge{border-radius:6px!important;block-size:12px!important;inline-size:12px!important}.leading-normal{line-height:normal!important}[dir=rtl] .flip-in-rtl{transform:scaleX(-1)}.carousel-delimiter-top-end .v-carousel__controls{justify-content:end;block-size:40px;inset-block-start:0;padding-inline:1rem}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default{block-size:calc(var(--v-btn-height) - 10px);color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));inline-size:calc(var(--v-btn-height) - 8px)}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default.v-btn--active{color:#fff}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-btn__overlay{opacity:0}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-ripple__container{display:none}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-btn__content .v-icon{block-size:8px!important;inline-size:8px!important}.carousel-delimiter-top-end.dots-active-primary .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-primary))!important}.carousel-delimiter-top-end.dots-active-secondary .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-secondary))!important}.carousel-delimiter-top-end.dots-active-error .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-error))!important}.carousel-delimiter-top-end.dots-active-info .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-info))!important}.carousel-delimiter-top-end.dots-active-success .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-success))!important}.carousel-delimiter-top-end.dots-active-warning .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-warning))!important}.v-timeline-item .app-timeline-title{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));font-size:16px;font-weight:500;line-height:1.3125rem}.v-timeline-item .app-timeline-meta{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity));font-size:12px;line-height:.875rem}.v-timeline-item .app-timeline-text{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:14px;line-height:1.25rem}.v-timeline-item .timeline-chip{border-radius:6px;background:rgba(var(--v-theme-on-surface),var(--v-hover-opacity));padding-block:5px;padding-inline:10px}.app-transition-zoom-fade-enter-active,.app-transition-zoom-fade-leave-active{transition:transform .35s,opacity .28s ease-in-out}.app-transition-zoom-fade-enter-from{opacity:0;transform:scale(.98)}.app-transition-zoom-fade-leave-to{opacity:0;transform:scale(1.02)}.app-transition-fade-enter-active,.app-transition-fade-leave-active{transition:opacity .25s ease-in-out}.app-transition-fade-enter-from,.app-transition-fade-leave-to{opacity:0}.app-transition-fade-bottom-enter-active,.app-transition-fade-bottom-leave-active{transition:opacity .3s,transform .35s}.app-transition-fade-bottom-enter-from{opacity:0;transform:translateY(-.6rem)}.app-transition-fade-bottom-leave-to{opacity:0;transform:translateY(.6rem)}.app-transition-slide-fade-enter-active,.app-transition-slide-fade-leave-active{transition:opacity .3s,transform .35s}.app-transition-slide-fade-enter-from{opacity:0;transform:translate(-.6rem)}.app-transition-slide-fade-leave-to{opacity:0;transform:translate(.6rem)}.app-transition-zoom-out-enter-active,.app-transition-zoom-out-leave-active{transition:opacity .26s ease-in-out,transform .3s ease-out}.app-transition-zoom-out-enter-from,.app-transition-zoom-out-leave-to{opacity:0;transform:scale(.98)}body.v-theme--dark .ps__rail-y,body.v-theme--dark .ps__rail-x{background-color:transparent!important}body.v-theme--dark .ps__thumb-y{background-color:rgba(var(--v-theme-surface-variant),.35)}.ps__thumb-y{inline-size:.25rem!important;inset-inline-end:.0625rem}.ps__thumb-x{block-size:.25rem!important}.ps__rail-x{background:transparent!important;block-size:.5rem}.ps__rail-y{background:transparent!important;inline-size:.5rem!important;inset-inline-end:.125rem!important;inset-inline-start:unset!important}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{inline-size:.375rem!important}.ps__thumb-x,.ps__thumb-y{background-color:rgb(var(--v-theme-perfect-scrollbar-thumb))!important}a{color:rgb(var(--v-theme-primary));text-decoration:none}p{margin-block-end:1rem}svg.iconify{block-size:1em;inline-size:1em}.layout-nav-type-vertical .layout-vertical-nav .nav-items{padding-block-start:.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group-arrow{font-size:1.375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link,.layout-nav-type-vertical .layout-vertical-nav .nav-group{margin-block-end:-.5rem;padding-block-end:.5rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link a,.layout-nav-type-vertical .layout-vertical-nav .nav-group a{outline:none}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{transform:translate(-3px)}[dir=rtl] .layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{transform:translate(3px)}.layout-nav-type-vertical .layout-vertical-nav .nav-header{padding-block:1.25rem;padding-inline:23px 0}.layout-overlay{touch-action:none}.layout-footer-sticky.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{box-shadow:0 -4px 8px -4px rgba(var(--v-shadow-key-umbra-color),42%);padding-inline:1.5rem}.layout-footer-sticky.layout-wrapper.layout-nav-type-horizontal .layout-footer{box-shadow:0 -4px 8px -4px rgba(var(--v-shadow-key-umbra-color),42%)}.layout-wrapper.layout-nav-type-horizontal .layout-page-content{padding-block:1.5rem}.v-avatar{font-size:.9375rem}.v-avatar .v-icon{block-size:1.5rem;font-size:1.5rem;inline-size:1.5rem}.v-avatar.v-avatar--variant-tonal:not([class*=text-]) .v-avatar__underlay{--v-activated-opacity: .08}.v-avatar-group>*:hover{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent}.v-alert .v-alert__content{font-size:.9375rem;font-weight:400;line-height:1.375rem}.v-alert .v-alert__content .v-alert-title{margin-block-end:.25rem}.v-alert:not(.v-alert--prominent) .v-alert__prepend{border-radius:.375rem;block-size:1.875rem;inline-size:1.875rem}.v-alert:not(.v-alert--prominent) .v-alert__prepend .v-icon{margin:auto;block-size:1.375rem!important;font-size:1.375rem!important;inline-size:1.375rem!important}.v-alert:not(.v-alert--prominent).v-alert--variant-flat .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-elevated .v-alert__prepend{background-color:#fff;box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal .v-alert__prepend{z-index:1}.v-alert .v-alert__close .v-btn--icon{--v-btn-height: 34px}.v-alert .v-alert__close .v-btn--icon .v-btn__content{padding:.375rem}.v-alert .v-alert__close .v-btn--icon .v-btn__content .v-icon{block-size:1.25rem;font-size:1.25rem;inline-size:1.25rem}.v-alert:not(.v-alert--prominent).bg-primary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-primary .v-alert__prepend .v-icon{color:rgb(var(--v-theme-primary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__underlay{background:rgb(var(--v-theme-primary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__prepend{background-color:rgb(var(--v-theme-primary))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-primary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-primary .v-alert__prepend{background-color:rgba(var(--v-theme-primary),.16)}.v-alert:not(.v-alert--prominent).bg-secondary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-secondary .v-alert__prepend .v-icon{color:rgb(var(--v-theme-secondary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__underlay{background:rgb(var(--v-theme-secondary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__prepend{background-color:rgb(var(--v-theme-secondary))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-secondary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-secondary .v-alert__prepend{background-color:rgba(var(--v-theme-secondary),.16)}.v-alert:not(.v-alert--prominent).bg-error .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-error .v-alert__prepend .v-icon{color:rgb(var(--v-theme-error))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__underlay{background:rgb(var(--v-theme-error))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__prepend{background-color:rgb(var(--v-theme-error))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-error .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-error .v-alert__prepend{background-color:rgba(var(--v-theme-error),.16)}.v-alert:not(.v-alert--prominent).bg-info .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-info .v-alert__prepend .v-icon{color:rgb(var(--v-theme-info))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__underlay{background:rgb(var(--v-theme-info))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__prepend{background-color:rgb(var(--v-theme-info))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-info .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-info .v-alert__prepend{background-color:rgba(var(--v-theme-info),.16)}.v-alert:not(.v-alert--prominent).bg-success .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-success .v-alert__prepend .v-icon{color:rgb(var(--v-theme-success))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__underlay{background:rgb(var(--v-theme-success))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__prepend{background-color:rgb(var(--v-theme-success))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-success .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-success .v-alert__prepend{background-color:rgba(var(--v-theme-success),.16)}.v-alert:not(.v-alert--prominent).bg-warning .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-warning .v-alert__prepend .v-icon{color:rgb(var(--v-theme-warning))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__underlay{background:rgb(var(--v-theme-warning))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__prepend{background-color:rgb(var(--v-theme-warning))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-warning .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-warning .v-alert__prepend{background-color:rgba(var(--v-theme-warning),.16)}.v-btn:not(.v-btn--block){min-inline-size:auto}.v-btn--variant-elevated.v-btn--disabled .v-btn__overlay,.v-btn--variant-flat.v-btn--disabled .v-btn__overlay{opacity:.45}.v-btn--variant-elevated:hover .v-btn__overlay,.v-btn--variant-flat:hover .v-btn__overlay{opacity:0}.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:hover,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:active,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:focus,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:hover,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:active,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:focus{background-color:rgb(var(--v-theme-primary-darken-1))!important}.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:hover,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:active,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:focus,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:hover,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:active,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:focus{background-color:rgb(var(--v-theme-secondary-darken-1))!important}.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:hover,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:active,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:focus,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:hover,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:active,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:focus{background-color:rgb(var(--v-theme-error-darken-1))!important}.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:hover,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:active,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:focus,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:hover,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:active,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:focus{background-color:rgb(var(--v-theme-info-darken-1))!important}.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:hover,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:active,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:focus,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:hover,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:active,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:focus{background-color:rgb(var(--v-theme-success-darken-1))!important}.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:hover,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:active,.v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:focus,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:hover,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:active,.v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:focus{background-color:rgb(var(--v-theme-warning-darken-1))!important}.v-btn--variant-elevated:active{box-shadow:none}.v-btn--variant-outlined .v-btn__overlay,.v-btn--variant-text .v-btn__overlay{--v-hover-opacity: .08}.v-btn--variant-outlined:active .v-btn__overlay,.v-btn--variant-text:active .v-btn__overlay{opacity:var(--v-hover-opacity)}.v-btn--variant-outlined:focus .v-btn__overlay,.v-btn--variant-text:focus .v-btn__overlay{opacity:var(--v-hover-opacity)}.v-btn--variant-tonal:hover .v-btn__underlay{opacity:0}.v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity: .24}.v-btn--variant-tonal:active .v-btn__overlay{--v-hover-opacity: .24;opacity:var(--v-hover-opacity)}.v-btn--variant-tonal:active .v-btn__underlay{opacity:0}.v-btn--variant-tonal:focus .v-btn__overlay{--v-hover-opacity: .24;opacity:var(--v-hover-opacity)}.v-btn--variant-tonal:focus .v-btn__underlay{opacity:0}.v-btn--icon.v-btn--density-default{block-size:var(--v-btn-height);inline-size:var(--v-btn-height);padding-inline:6px}.v-btn--icon.v-btn--density-default.v-btn--size-default .v-icon{--v-icon-size-multiplier: 1 !important}.v-btn--icon.v-btn--density-default.v-btn--size-small .v-icon{block-size:20px;font-size:20px;inline-size:20px}.v-btn--icon.v-btn--density-default.v-btn--size-large .v-icon{block-size:28px;font-size:28px;inline-size:28px}.v-btn:not(.v-btn--icon) .v-icon{--v-icon-size-multiplier: .7115;inline-size:auto}.v-btn--variant-text:not(.v-btn--icon),.v-btn--variant-plain:not(.v-btn--icon){padding-inline:14px}.v-btn--size-x-small{--v-btn-height: 28px;--v-btn-size: 11px;line-height:14px;padding-block:0;padding-inline:10px}.v-btn--size-x-small:not(.v-btn--icon){border-radius:.125rem}.v-btn--size-small{--v-btn-height: 34px;--v-btn-size: 13px;line-height:18px;padding-block:0;padding-inline:14px}.v-btn--size-small:not(.v-btn--icon){border-radius:.25rem}.v-btn--size-small .v-icon{--v-icon-size-multiplier: .718}.v-btn--size-large{--v-btn-height: 42px;--v-btn-size: 17px;line-height:26px;padding-block:0;padding-inline:22px}.v-btn--size-large:not(.v-btn--icon){border-radius:.5rem}.v-btn--size-x-large{--v-btn-height: 48px;--v-btn-size: 19px;line-height:30px;padding-block:0;padding-inline:26px}.v-btn--size-x-large:not(.v-btn--icon){border-radius:.625rem}.v-btn-toggle .v-btn{border-radius:.375rem;block-size:52px!important;border-inline-end:none;inline-size:52px!important}.v-btn-toggle .v-btn.v-btn--density-comfortable{block-size:44px!important;inline-size:44px!important}.v-btn-toggle .v-btn.v-btn--density-compact{block-size:36px!important;inline-size:36px!important}.v-btn-toggle .v-btn .v-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:24px}.v-btn-toggle .v-btn--active .v-icon{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-toggle.v-btn-group{align-items:center;padding:7px;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity));block-size:66px}.v-btn-toggle.v-btn-group .v-btn.v-btn--active .v-btn__overlay{--v-activated-opacity: .08}.v-btn-toggle.v-btn-group.v-btn-group--density-compact{block-size:50px}.v-btn-toggle.v-btn-group.v-btn-group--density-comfortable{block-size:58px}.v-btn-group{border:none}.v-btn-group.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-color:unset}.v-badge.v-badge--inline:not(.v-badge--dot) .v-badge__wrapper .v-badge__badge{padding-block:4px;padding-inline:8px}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-primary{background-color:rgba(var(--v-theme-primary),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-primary))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-secondary{background-color:rgba(var(--v-theme-secondary),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-secondary))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-error{background-color:rgba(var(--v-theme-error),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-error))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-info{background-color:rgba(var(--v-theme-info),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-info))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-success{background-color:rgba(var(--v-theme-success),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-success))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-warning{background-color:rgba(var(--v-theme-warning),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-warning))!important}.v-badge.v-badge--bordered.v-badge--dot .v-badge__badge{border-radius:10px;block-size:12px;inline-size:12px}.v-badge.v-badge--bordered.v-badge--dot .v-badge__badge:after{border-width:2px}.v-chip{line-height:1.25rem!important}.v-chip:not(.v-chip--variant-elevated){color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-chip .v-chip__close{margin-inline:4px -8px!important}.v-chip .v-chip__close .v-icon{opacity:.7}.v-chip:not([class*=text-]){--v-activated-opacity: .08}.v-chip.v-chip--size-small{--v-chip-height: 24px !important;font-size:13px!important;padding-block:0!important;padding-inline:12px!important}.v-chip.v-chip--size-small .v-chip__prepend .v-icon--start{font-size:1rem;margin-inline:-8px 4px}.v-chip.v-chip--size-small .v-chip__prepend .v-avatar{--v-avatar-height: 16px}.v-chip.v-chip--size-small .v-chip__prepend .v-avatar--start{margin-inline:-8px 4px}.v-chip.v-chip--size-small .v-chip__append .v-icon--end{font-size:1rem;margin-inline:4px -8px}.v-chip.v-chip--size-small .v-chip__append .v-avatar{--v-avatar-height: 16px}.v-chip.v-chip--size-small .v-chip__append .v-avatar--end{margin-inline:4px -8px}.v-chip.v-chip--size-small .v-chip__close{font-size:16px;max-block-size:16px;max-inline-size:16px}.v-chip.v-chip--size-default{padding-block:0!important;padding-inline:16px!important}.v-chip.v-chip--size-default .v-chip__prepend .v-icon--start{font-size:1.25rem;margin-inline:-8px 4px}.v-chip.v-chip--size-default .v-chip__prepend .v-avatar{--v-avatar-height: 20px}.v-chip.v-chip--size-default .v-chip__prepend .v-avatar--start{margin-inline:-8px 4px}.v-chip.v-chip--size-default .v-chip__append .v-icon--end{font-size:1.25rem;margin-inline:4px -8px}.v-chip.v-chip--size-default .v-chip__append .v-avatar{--v-avatar-height: 20px}.v-chip.v-chip--size-default .v-chip__append .v-avatar--end{margin-inline:4px -8px}.v-checkbox-btn.v-selection-control--dirty .v-selection-control__input .v-icon.custom-checkbox-checked,.v-checkbox-btn.v-selection-control--dirty .v-selection-control__input .v-icon.custom-checkbox-indeterminate{filter:drop-shadow(rgba(var(--v-shadow-key-umbra-color),16%) 0 2px 4px)}.v-checkbox-btn.v-selection-control .v-label{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-checkbox-btn.v-selection-control .v-selection-control__input svg{font-size:1.5rem}.v-checkbox-btn:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));opacity:1}.v-checkbox-btn:not(.v-selection-control--dirty) .v-selection-control__input>.custom-checkbox-indeterminate{color:rgb(var(--v-theme-primary))}.v-radio.v-selection-control--dirty .v-selection-control__input .custom-radio-checked,.v-radio-btn.v-selection-control--dirty .v-selection-control__input .custom-radio-checked{filter:drop-shadow(rgba(var(--v-shadow-key-umbra-color),16%) 0 2px 4px)}.v-radio.v-selection-control .v-selection-control__input svg,.v-radio-btn.v-selection-control .v-selection-control__input svg{font-size:1.5rem}.v-radio.v-selection-control .v-label,.v-radio-btn.v-selection-control .v-label{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-radio:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon,.v-radio-btn:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));opacity:1}.v-radio-group.v-input>.v-input__control>.v-label{font-size:.9375rem;line-height:22px;margin-inline-start:0}.v-dialog .v-dialog-close-btn{color:rgb(var(--v-theme-secondary))!important;top:0}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title{font-weight:500}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title--active .v-expansion-panel-title__overlay,.v-expansion-panels .v-expansion-panel .v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay{opacity:0!important}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title .v-expansion-panel-title__icon .v-icon{block-size:1.25rem;font-size:1.25rem;inline-size:1.25rem}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title:hover .v-expansion-panel-title__overlay{opacity:0!important}.v-expansion-panels .v-expansion-panel .v-expansion-panel-text{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:15px;line-height:1.375rem}.v-expansion-panels:not(.v-expansion-panels--variant-accordion) .v-expansion-panel.v-expansion-panel--active .v-expansion-panel__shadow{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent}.v-field__outline{color:rgba(var(--v-theme-on-surface))}.v-field__outline:not([class*=text-]) .v-label{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-text-field.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-default:not(.v-textarea) .v-field__input{min-block-size:56px}.v-text-field.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input{min-block-size:34;color:#2c2c2e;margin-bottom:6px}.v-text-field.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-compact:not(.v-textarea) .v-field__input{min-block-size:40px}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1 !important}@media (hover: hover){.v-field:not(.v-field--focused):hover .v-field__outline{--v-field-border-opacity: .6 !important}}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{font-size:20px;opacity:var(--v-high-emphasis-opacity)!important}.v-menu .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__content *,.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__prepend *{color:rgb(var(--v-theme-primary))}.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__overlay{background:rgb(var(--v-theme-primary))}.v-switch .v-label{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity));line-height:22px}.v-switch.v-switch--inset .v-switch__track,.v-switch.v-switch--inset .v-selection-control__wrapper{block-size:1.125rem;inline-size:1.875rem}.v-switch.v-switch--inset .v-ripple__container{opacity:0}.v-switch.v-switch--inset .v-switch__track{background-color:rgba(var(--v-theme-on-surface),var(--v-focus-opacity));box-shadow:0 0 4px #00000029 inset;opacity:1}.v-switch.v-switch--inset .v-selection-control__input{transform:translate(-5px);--v-selection-control-size: 1.125rem}.v-switch.v-switch--inset .v-selection-control__input .v-switch__thumb{background-color:#fff;block-size:.875rem;box-shadow:none;filter:drop-shadow(0 2px 4px rgba(var(--v-shadow-key-umbra-color),16%));inline-size:.875rem;transform:scale(1)}.v-switch.v-switch--inset .v-selection-control--dirty .text-primary .v-switch__track{border-color:rgb(var(--v-theme-primary));background-color:rgb(var(--v-theme-primary))}.v-switch.v-switch--inset .v-selection-control--dirty .text-secondary .v-switch__track{border-color:rgb(var(--v-theme-secondary));background-color:rgb(var(--v-theme-secondary))}.v-switch.v-switch--inset .v-selection-control--dirty .text-error .v-switch__track{border-color:rgb(var(--v-theme-error));background-color:rgb(var(--v-theme-error))}.v-switch.v-switch--inset .v-selection-control--dirty .text-info .v-switch__track{border-color:rgb(var(--v-theme-info));background-color:rgb(var(--v-theme-info))}.v-switch.v-switch--inset .v-selection-control--dirty .text-success .v-switch__track{border-color:rgb(var(--v-theme-success));background-color:rgb(var(--v-theme-success))}.v-switch.v-switch--inset .v-selection-control--dirty .text-warning .v-switch__track{border-color:rgb(var(--v-theme-warning));background-color:rgb(var(--v-theme-warning))}.v-switch.v-switch--inset .v-selection-control--dirty .v-selection-control__input{transform:translate(5px)}.v-tooltip.v-overlay .v-overlay__content{font-weight:500!important}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-default .v-icon{block-size:1.375rem;font-size:1.375rem;inline-size:1.375rem}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-small .v-icon{block-size:1.25rem;font-size:1.25rem;inline-size:1.25rem}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-large .v-icon{block-size:1.5rem;font-size:1.5rem;inline-size:1.5rem}.v-pagination .v-pagination__list .v-pagination__item .v-btn,.v-pagination .v-pagination__list .v-pagination__next .v-btn,.v-pagination .v-pagination__list .v-pagination__last .v-btn,.v-pagination .v-pagination__list .v-pagination__first .v-btn,.v-pagination .v-pagination__list .v-pagination__prev .v-btn{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));font-weight:400}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal{--v-activated-opacity: .08}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal:hover .v-btn__underlay{opacity:0}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity: .16}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary:hover .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary:hover .v-btn__content{color:rgb(var(--v-theme-secondary))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error:hover .v-btn__content{color:rgb(var(--v-theme-error))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info:hover .v-btn__content{color:rgb(var(--v-theme-info))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success:hover .v-btn__content{color:rgb(var(--v-theme-success))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning:hover .v-btn__content{color:rgb(var(--v-theme-warning))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-outlined:hover .v-btn__overlay{--v-hover-opacity: .04}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__overlay{--v-hover-opacity: .16;background:rgb(var(--v-theme-primary));opacity:var(--v-hover-opacity)}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__underlay{opacity:0}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity: .24}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary .v-btn__overlay{background:rgb(var(--v-theme-primary));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary .v-btn__overlay{background:rgb(var(--v-theme-secondary));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error .v-btn__overlay{background:rgb(var(--v-theme-error));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info .v-btn__overlay{background:rgb(var(--v-theme-info));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success .v-btn__overlay{background:rgb(var(--v-theme-success));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning .v-btn__overlay{background:rgb(var(--v-theme-warning));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-outlined .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-outlined .v-btn__overlay{--v-hover-opacity: .16;background:rgb(var(--v-theme-primary));opacity:var(--v-hover-opacity)}.v-tabs .v-tab.v-btn{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));padding-block:0;padding-inline:1.375rem}.v-tabs .v-tab.v-btn .v-icon{block-size:1.125rem;font-size:1.125rem;inline-size:1.125rem}.v-tabs:not(.v-tabs-pill).v-tabs--vertical{border-inline-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-tabs:not(.v-tabs-pill).v-tabs--vertical .v-tab__slider{inset-inline-end:0;inset-inline-start:unset}.v-tabs:not(.v-tabs-pill).v-tabs--horizontal{border-block-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-tabs:not(.v-tabs-pill).v-tabs--horizontal .v-tab__slider{inset-block-end:1px;inset-block-start:unset}.v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:hover .v-btn__overlay,.v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:active .v-btn__overlay,.v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:focus .v-btn__overlay{--v-hover-opacity: 0}.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover,.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active,.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus{color:rgb(var(--v-theme-primary))}.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover .v-btn__overlay,.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active .v-btn__overlay,.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus .v-btn__overlay{--v-hover-opacity: 0}.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover .v-btn__content .v-tab__slider,.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active .v-btn__content .v-tab__slider,.v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus .v-btn__content .v-tab__slider{opacity:var(--v-activated-opacity)}.v-tabs.v-tabs-pill .v-slide-group__content{gap:.25rem}.v-tabs.v-tabs-pill .v-tab.v-btn{border-radius:.375rem!important}.v-tabs.v-tabs-pill .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover{color:rgb(var(--v-theme-primary))}.v-tabs.v-tabs-pill .v-tab.v-tab--selected{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot{background:none!important}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot{box-shadow:0 0 0 .1875rem rgb(var(--v-theme-on-surface-variant))}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-primary{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-primary),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-secondary{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-secondary),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-error{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-error),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-info{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-info),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-success{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-success),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-warning{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-warning),.12)}.v-timeline .v-timeline-item .timeline-chip{border-radius:6px;background:rgba(var(--v-theme-on-surface),var(--v-hover-opacity));padding-block:5px;padding-inline:10px}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider .v-timeline-divider__dot{background:none!important}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider__after{border:1px dashed rgba(var(--v-border-color),var(--v-border-opacity));background:none}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider__before,.v-data-table table tbody tr.v-data-table-group-header-row td{background:none}.v-table .v-table__wrapper{border-radius:0}.v-table .v-table__wrapper table thead tr th{background:rgb(var(--v-table-header-color))!important;border-block-end:none!important;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))!important;font-size:.8125rem;letter-spacing:.2px;line-height:24px;text-transform:uppercase}.v-slider .v-slider-track__background--opacity{opacity:.16}.v-slider-thumb .v-slider-thumb__surface:after{border-radius:50%;background-color:#fff;block-size:calc(var(--v-slider-thumb-size) - 10px);inline-size:calc(var(--v-slider-thumb-size) - 10px)}.v-slider-thumb .v-slider-thumb__label{background-color:rgb(var(--v-tooltip-background));color:rgb(var(--v-theme-surface));font-weight:500;letter-spacing:.15px;line-height:1.25rem}.v-slider-thumb .v-slider-thumb__label:before{content:none}.v-timeline .v-timeline-item .app-timeline-title{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));font-size:15px;font-weight:500;letter-spacing:.15px;line-height:1.375rem}.v-timeline .v-timeline-item .app-timeline-meta{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity));font-size:13px;letter-spacing:.4px;line-height:1.125rem}.v-timeline .v-timeline-item .app-timeline-text{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:.9375rem;line-height:1.375rem}.per-page-select{margin-block:auto}.per-page-select .v-field__input{align-items:center;padding:2px}.per-page-select .v-field__append-inner{align-items:center;padding:0}.per-page-select .v-field__append-inner .v-icon{margin-inline-start:0!important}.leading-normal{font-weight:600;letter-spacing:.0094rem}.bg-custom-background{background-color:rgb(var(--v-table-header-color))!important}.skin--bordered .flatpickr-calendar{border:1px solid rgba(var(--v-border-color),var(--v-border-opacity));box-shadow:none}.skin--bordered .v-select__content,.skin--bordered .v-combobox__content,.skin--bordered .v-autocomplete__content{box-shadow:none}html{font-size:12px;line-height:1.4}body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{margin:0;padding:0}body,button,input,select,table,textarea{line-height:1.4;color:#23252e;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Malgun Gothic,맑은 고딕,helvetica,Apple SD Gothic Neo,sans-serif}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit}textarea{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:transparent;border:0;word-break:keep-all;word-wrap:break-word}button,input{-webkit-border-radius:0;border-radius:0;border:0}button{background-color:transparent}fieldset,img{border:0}img{vertical-align:top;max-width:100%}ol,ul{list-style:none}address,em{font-style:normal}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}iframe{overflow:hidden;margin:0;border:0;padding:0;vertical-align:top}mark{background-color:transparent}i{font-style:normal}table{border-collapse:collapse;border-spacing:0}input:focus{outline:none}textarea:focus{outline:none}button:focus{outline:none}body{font-size:1rem;font-family:Pretendard,Noto Sans KR,sans-serif;letter-spacing:-.5px;font-display:swap}.v-application{font-family:Pretendard!important}.v-image__image--cover{background-size:cover}.v-image__image{background-repeat:no-repeat}.v-image__image,.v-image__placeholder{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.v-text-field__details{display:none!important}.board-list table{width:100%}.board-list thead th{background:#f5f5f5;border-top:1px solid #23252e;padding:.9em .5em;line-height:1.4;font-size:1.15rem;font-weight:medium;letter-spacing:-.9px}.board-list tbody td{padding:1.25em .5em;border-bottom:1px solid #DFDFDF;text-align:center}.board-list tbody td.al-left{text-align:left;padding-left:10px}.board-list tbody td .a-link{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.board-list tbody td.txt-gray{color:#999}.board-list tbody td .tb-title{width:90%;display:flex;align-items:center;justify-content:flex-start}.board-list tbody td .tb-title a{color:#202020;font-size:.9rem;font-weight:500}.article-wrap{position:relative;padding-top:30px}.article-wrap .board-desc{display:flex;width:100%;align-items:center;justify-content:center;font-size:20px;color:#616264;position:absolute;left:0;top:-50px;right:0}.article-wrap .tit-box{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #23252e;border-bottom:1px solid #DFDFDF;padding:25px 12px 26px}.article-wrap .tit-box .tit{font-size:20px;color:#202425;font-weight:500}.article-wrap .tit-box .date-box{color:#999}.article-wrap .tit-box .date-box span{position:relative;padding:0 10px}.article-wrap .tit-box .date-box span:not(:first-child):before{content:"";display:block;width:1px;height:10px;background:#999;position:absolute;left:0;top:50%;margin-top:-5px}.article-wrap .tit-box .date-box span:first-child{padding-left:0}.article-wrap .article-body{border-bottom:1px solid #DFDFDF;padding:25px 12px;min-height:450px}.article-wrap .article-body iframe{width:100%;aspect-ratio:1/.56}.article-wrap .board-btn-box{padding-top:50px;display:flex;justify-content:center;align-items:center}.btn__com-list{background:#235c9d;color:#fff;font-size:16px;width:150px;height:50px;box-sizing:border-box}.btn__com-nor{background:#fff;color:#202425;border:1px solid #dfdfdf;font-size:16px;width:150px;height:50px;box-sizing:border-box;display:flex;color:#202425!important;align-items:center;justify-content:center}.photo-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px 30px}.photo-list .item-row{width:100%}.photo-list .item-row .img-box{width:100%;aspect-ratio:1/.58;overflow:hidden;position:relative;max-width:378px;max-height:210px}.photo-list .item-row .img-box .img{aspect-ratio:1/.58;width:100%;object-fit:cover}.photo-list .item-row .tit{font-size:18px;color:#222;height:53px;margin-top:12px}.photo-list .item-row .desc{display:flex;justify-content:flex-start;align-items:center;font-size:15px;color:#999}.photo-list .item-row .desc span{position:relative;padding:0 10px;display:flex;align-items:center}.photo-list .item-row .desc span:not(:first-child):before{content:"";display:block;width:1px;height:10px;background:#999;position:absolute;left:0;top:50%;margin-top:-5px}.photo-list .item-row .desc span:first-child{padding-left:0}.attachfile-body{display:flex;justify-content:flex-start;align-items:flex-start;border-bottom:1px solid #dfdfdf;position:relative}.attachfile-body .tit{background-color:#f8f8f8;color:#222;font-size:16px;width:150px;position:absolute;left:0;top:0;bottom:0;padding:5px 10px 0;box-sizing:border-box}.attachfile-body .file-list{padding-left:150px}.attachfile-body .file-list ul{padding-left:0!important}.board-count{padding:.5rem 1rem;border-bottom:1px solid #dfdfdf;color:#202425;font-size:.9rem}.board-count strong{color:#235c9d}.page-navi{margin-top:40px}.page-navi .pagination{display:flex;justify-content:center;align-items:center}.page-navi .pg{width:24px;height:24px;display:block;margin:0 5px}.page-navi a{width:24px;height:24px;display:flex;justify-content:center;align-items:center;color:#999!important}.page-navi a.active{color:#202425!important}.page-navi .btn-first{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='icon_front' transform='translate(-824 -1618)'%3E%3Cg id='prev' transform='translate(17 91)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(810.25 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3Cline id='선_100' data-name='선 100' y2='8' transform='translate(831.75 1626)' fill='none' stroke='%23999' stroke-linecap='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.page-navi .btn-prev{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='prev' transform='translate(-807 -1527)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(808 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.page-navi .btn-next{font-size:0;background-image:url("data:image/svg+xml,%3Csvg id='next' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M9,5l4,4L9,13' transform='translate(1 3)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/svg%3E%0A")}.page-navi .btn-last{font-size:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='icon_back' transform='translate(848 1642) rotate(180)'%3E%3Cg id='prev' transform='translate(17 91)'%3E%3Crect id='사각형_3480' data-name='사각형 3480' width='24' height='24' transform='translate(807 1527)' fill='%23f9f9f9'/%3E%3Cpath id='패스_3170' data-name='패스 3170' d='M13,5,9,9l4,4' transform='translate(810.25 1530)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3Cline id='선_100' data-name='선 100' y2='8' transform='translate(831.75 1626)' fill='none' stroke='%23999' stroke-linecap='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A")}.ellipsis_inline{display:inline-block}.ellipsis,.ellipsis_inline{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.v-text-field{margin:0!important;padding:0!important}.icon__arrow__1{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='Icon_left_grey' transform='translate(1523 930) rotate(180)'%3E%3Ccircle id='타원_1' data-name='타원 1' cx='9' cy='9' r='9' transform='translate(1505 912)' fill='%23555'/%3E%3Cpath id='패스_3223' data-name='패스 3223' d='M10220.382,2156.155l3.454,3.454-3.454,3.454' transform='translate(-8707.382 -1238.609)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A")}.icon__arrow__1.small{width:18px;height:18px}.icon__menu{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon__menu-black{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A")}.icon__search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='icon-search' transform='translate(0)'%3E%3Crect id='사각형_3492' data-name='사각형 3492' width='28' height='28' transform='translate(0)' fill='none'/%3E%3Cpath id='패스_3165' data-name='패스 3165' d='M19,19l-5.333-5.333m1.778-4.444A6.222,6.222,0,1,1,9.222,3,6.222,6.222,0,0,1,15.444,9.222Z' transform='translate(3.273 3.273)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");font-size:0}.icon__more{background-image:url("data:image/svg+xml,%3Csvg id='Icon_plus' xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cg id='그룹_293' data-name='그룹 293' transform='translate(6 6)'%3E%3Cline id='선_84' data-name='선 84' x2='15.62' transform='translate(0 7.498)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cline id='선_85' data-name='선 85' y2='15.62' transform='translate(7.498 0)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Crect id='사각형_3540' data-name='사각형 3540' width='27' height='27' fill='none'/%3E%3C/svg%3E%0A")}.header-wrap{position:relative;z-index:100;display:flex;box-sizing:border-box;block-size:64px;box-shadow:0 1px 4px #00000024}.header-wrap .inner-base.pc{display:flex}.header-wrap .inner-base.mobile{display:none}.header-wrap .hd__logo{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:40px;font-size:0;inline-size:130px;cursor:pointer}.header-wrap .nav-list{display:flex;align-items:center;justify-content:flex-start;font-weight:500}.header-wrap .nav-list a{color:#23252e}.header-wrap .nav-list li{position:relative;display:flex;align-items:center;cursor:pointer;padding-inline-start:2rem}.header-wrap .nav-list li .icon-mypage{display:flex;background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto;block-size:36px;border-radius:100%;font-size:0;inline-size:36px}.header-wrap .nav-list li .active{color:#eb4c10}.white-layout .header-wrap .hd__logo{background-image:url(/assets/logo_w-BkXrwtOa.png)}.white-layout .header-wrap{background:transparent!important}.white-layout .header-wrap .nav-list a{color:#fff!important}.white-layout .header-wrap .nav-list .icon-mypage{background:url(data:image/png;base64,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) center center no-repeat;background-size:36px auto}.main-layout .header-wrap .hd__logo{background-image:url(/assets/logo_w-BkXrwtOa.png)}.main-layout .header-wrap .hd__logo_w{background-image:url(/assets/logo_w-BkXrwtOa.png)}.main-layout .header-wrap .hd__logo_b{background-image:url(/assets/logo_b-CKFCal8T.png)}.main-layout .hd-inner-base{inline-size:1360px}.main-layout .header-wrap .nav-list li{padding-inline-start:2rem}.main-layout .main-right-box{padding-block-start:94px}.footer-wrap{background-color:#38404a}.footer-wrap .ft-logo{padding-block:10px 28px;padding-inline:0}.footer-wrap .ft-logo .logo{display:block;background:url(/assets/logo_w-BkXrwtOa.png) center center no-repeat;background-size:100% auto;block-size:40px;font-size:0;inline-size:107px}.footer-wrap .banner-box{background:url(/assets/banner01-DwMuJC1N.png);block-size:150px}.footer-wrap .inner-base{display:flex;align-items:center;justify-content:space-between;inline-size:1360px;padding-block:30px 20px}.footer-wrap .inner-base .address-sec{display:flex;flex-direction:column;color:#fff;font-size:14px;font-weight:300}.footer-wrap .copyright{color:#999;font-size:14px;font-weight:300;letter-spacing:-.35px;padding-block-start:16px}.content{padding-block-end:120px}.intro-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;margin:0;background-color:#fff;block-size:100vh;inline-size:100vw}.intro-wrap .logo-box{background:url(/assets/logo_b-CKFCal8T.png) center center no-repeat;background-size:auto 100%;block-size:68px;font-size:0;inline-size:100%;margin-block-end:40px}.intro-wrap .tit{color:#333;font-size:28px;font-weight:700;line-height:40px;margin-block-end:8px}.intro-wrap .txt1{color:#575757;font-size:16px;font-weight:500;line-height:24px;margin-block-end:150px;text-align:center}.intro-wrap .txt2{color:#333;font-size:16px;font-weight:700;line-height:28px;margin-block-end:16px}.intro-wrap .btn-box{display:flex;align-items:center;justify-content:center}.intro-wrap .btn-box .btn-line{display:flex;border:1px solid #ebebeb;border-radius:8px;margin-block:0;margin-inline:4px;padding-block:9px;padding-inline:15px}.intro-wrap .icon-g-store{background:url(/assets/icon-g-store-ZM1uTP0w.svg) center center no-repeat;block-size:24px;inline-size:113px}.intro-wrap .icon-a-store{background:url(/assets/icon-a-store-DIxaas_S.svg) center center no-repeat;block-size:24px;inline-size:113px}.main-layout,.main-layout .main-wrap{block-size:100%;inline-size:100%}.main-layout .main-inner-base{display:flex;justify-content:space-between;block-size:100%;inline-size:100%}.main-layout .main-inner-base .main-left-box{block-size:100vh;inline-size:55%}.main-layout .main-inner-base .main-left-box .essay-content{display:flex;justify-content:flex-end;block-size:100%;inline-size:100%}.main-layout .main-inner-base .main-right-box{block-size:100%;inline-size:45%}.main-layout .main-inner-base .main-right-box .essay-content{display:flex;justify-content:flex-start;inline-size:600px}.main-layout .footer-wrap .inner-base{margin:auto;inline-size:1360px}.cust-body .grid-container .item{cursor:pointer}.main-content{position:relative;box-sizing:border-box;inline-size:600px;padding-inline-start:40px}.main-content .tit-box{margin-block-end:40px;padding-inline-start:20px}.main-content .logo-tit-box{margin-block-end:40px}.main-content .logo-tit-box .tit{color:#575757;font-size:14px;font-weight:400}.main-content .logo-tit-box .txt{color:#333;font-size:22px;font-weight:700}.main-right-box .quick-menu-box{position:sticky;inset-block-start:0;align-self:flex-start;flex-shrink:0;margin-inline-start:20px}.main-right-box .quick-menu-box .latest-box .tit-box{padding-inline-start:0}.news-box{position:relative;display:flex;flex-direction:column;padding:20px;inline-size:100%}.news-box .tit-h3{color:#2c2c2e;font-size:16px;font-weight:700;margin-block-end:16px}.news-box .btn-more{position:absolute;color:#575757;font-size:13px;font-weight:500;inset-block-start:20px;inset-inline-end:20px}.news-box .news-list-box .data-item{display:flex;align-items:center;justify-content:flex-start;color:#333;font-size:15px;font-weight:400;line-height:1;margin-block-end:12px;gap:4px}.news-box .news-list-box .i-news{display:inline-flex;align-items:center;justify-content:center;border-radius:100%;background:#ff6b6b;block-size:16px;color:#fff;font-size:10px;font-weight:700;inline-size:16px;line-height:1;margin-inline-start:6px}.current-box{padding:16px;border-radius:16px;background:#f8f8f8;inline-size:372px}.main-clock-wrap{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.main-clock-wrap .clock-title-box{padding-block-start:4px}.main-clock-wrap .clock-title-box .tit{block-size:20px;color:#2c2c2e;font-size:16px;font-weight:700}.main-clock-wrap .tit-txt{display:flex;gap:8px;margin-block-end:16px}.main-clock-wrap .time-txt-box{display:flex;flex-direction:column;color:#575757;font-size:12px;font-weight:500}.main-clock-wrap .time-txt-box span{display:flex}.i-clock{display:inline-block;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_watch_fill'%20clip-path='url(%23clip0_1870_29365)'%3e%3cpath%20id='&%23237;&%23140;&%23168;&%23236;&%23138;&%23164;%206782'%20d='M17.5%2010C17.5%2011.4834%2017.0601%2012.9334%2016.236%2014.1668C15.4119%2015.4001%2014.2406%2016.3614%2012.8701%2016.9291C11.4997%2017.4967%209.99168%2017.6453%208.53682%2017.3559C7.08197%2017.0665%205.7456%2016.3522%204.6967%2015.3033C3.64781%2014.2544%202.9335%2012.918%202.64411%2011.4632C2.35472%2010.0083%202.50325%208.50032%203.07091%207.12987C3.63856%205.75943%204.59986%204.58809%205.83323%203.76398C7.06659%202.93987%208.51664%202.5%2010%202.5C10.9849%202.5%2011.9602%202.69399%2012.8701%203.0709C13.7801%203.44781%2014.6069%204.00026%2015.3033%204.6967C15.9997%205.39314%2016.5522%206.21993%2016.9291%207.12987C17.306%208.03981%2017.5%209.01508%2017.5%2010Z'%20fill='%23333333'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%201'%20d='M10%206.6665V9.99984L12.5%2012.4998'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1870_29365'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;block-size:20px;inline-size:20px}.main-wrap .main-mid-box{display:flex;align-items:center;justify-content:space-around}.main-wrap .link-box{inline-size:168px;margin-inline-start:20px}.main-wrap .link-box .a-link{display:inline-block;box-sizing:border-box;border:none;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_rink'%3e%3crect%20id='Rectangle%202'%20x='2'%20y='2'%20width='10'%20height='1'%20fill='%23949494'/%3e%3crect%20id='Rectangle%203'%20x='11'%20y='12'%20width='10'%20height='1'%20transform='rotate(-90%2011%2012)'%20fill='%23949494'/%3e%3crect%20id='Rectangle%204'%20x='1'%20y='11.8994'%20width='14'%20height='1'%20transform='rotate(-45%201%2011.8994)'%20fill='%23949494'/%3e%3c/g%3e%3c/svg%3e") #fff calc(100% - 12px) center no-repeat;block-size:60px;color:#2c2c2e;font-size:16px;font-weight:700;inline-size:100%;padding-block:20px;padding-inline:12px;text-align:start}.main-wrap .link-box .line-btm{block-size:1px;border-block-end:1px solid #ebebeb}.main-wrap .data-clock-box .data-row-box{margin-block-end:8px}.main-wrap .data-clock-box .data-row-box:last-child{margin-block-end:0}.main-wrap .data-clock-box .data-val{display:flex;border-radius:10px;background-color:#fff;block-size:42px;font-size:24px;font-weight:500;inline-size:42px;margin-inline-start:8px}.main-wrap .clock-ganji-box .year-item-box span{color:#757575;font-size:12px;font-weight:400;margin-block-end:4px;margin-inline-start:8px}.main-wrap .swiper-button-prev,.main-wrap .swiper-button-next{color:#fff!important}.main-wrap .swiper-button-prev:after,.main-wrap .swiper-button-next:after{font-size:18px!important}.slide-tit-box{margin-block-end:48px!important}.mb-only{display:none}.pc-only{display:table-cell}h2{font-size:2rem}.inner-base{width:1360px;margin:0 auto}.inner-base.pos-r{position:relative}.inner-base.wide{width:1360px}.inner-base-3{width:1208px;margin:0 auto}.inner-base-3.pos-r{position:relative}.hd-inner-base{width:1360px;margin:0 auto}.hd-inner-base.pos-r{position:relative}.hd-inner-base.between{display:flex;justify-content:space-between;align-items:center}.hd-inner-base .inner-base-3{margin:0}.container{padding:0!important}.font-myeongjo{font-family:Nanum Myeongjo}.result-01-box{border-radius:12px;border:1px solid #ebebeb;background:#fff;padding:28px 40px}.result-tab-box{background:#202425 0% 0% no-repeat;height:70px}.result-tab-box .tab-btn-wrap{display:flex;height:100%;width:1360px}.result-tab-box .tab-btn-box{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.result-tab-box .tab-btn-box .tab-top{position:relative;width:50%;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:Medium;color:#fff;height:70px}.result-tab-box .tab-btn-box .tab-top.active{background:#fff 0% 0% no-repeat padding-box;box-shadow:0 -2px 3px #787878;opacity:1;border-radius:12px 12px 0 0;color:#202425;height:60px}.result-tab-box .tab-btn-box .tab-top .line{position:relative}.result-tab-box .tab-btn-box .tab-top .line:before{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#fff;transition:width .3s ease-out}.result-tab-box .tab-btn-box .tab-top .line:hover:before{width:100%}.tabs-btn-box{color:#7a7c7e;display:flex;align-items:center;justify-content:flex-start;padding:20px 0 30px}.tabs-btn-box div{margin-right:20px;font-weight:Medium}.tabs-btn-box .active{border-bottom:3px solid #eb4c10;color:#eb4c10;font-weight:700}.tab-btn-box .vip{color:#e4bc6f}.bg-tab-cont{padding:60px;border:1px solid #ebebeb;border-radius:12px;background:#fff}.manse-btm-ect-list{position:relative}.manse-btm-ect-list .btn-close-xs{display:flex;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_close_1'%3e%3cpath%20id='icon/cancel'%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;position:absolute;right:24px;top:24px;font-size:0}.manse-hd-wrap{width:1360px;display:flex;justify-content:space-between;align-items:flex-end;position:relative}.manse-hd-wrap .manse-right-box{position:fixed;right:calc(50% - 788px);top:112px}.manse-hd-wrap .manse-right-box.modeRs{top:95px;right:calc(50% - 791px)}.latest-box{border-radius:12px;padding:12px;background:#fff;margin-bottom:12px;box-shadow:0 0 5px #0000001f;width:96px;height:192px;box-sizing:border-box;text-align:center}.latest-box .tit-box{color:#2c2c2e;font-size:13px;font-weight:500;margin-bottom:0}.latest-box .row-item-box{cursor:pointer}.latest-box .row-item-box+.row-item-box{border-top:1px solid #ebebeb}.latest-box .row-item-box{font-size:14px;padding-top:8px}.latest-box .row-item-box .tit1{font-weight:700}.latest-box .row-item-box .name-box{display:flex;align-items:center;justify-content:center;height:18px}.latest-box .row-item-box .year-box{font-size:11px;color:#575757;padding:2px 0 8px}.latest-box .row-item-box:hover,.latest-box .row-item-box:hover .year-box{color:#eb4c10}.app-down-box{border-radius:12px;width:96px;background:var(--gray-100-white, #fff);box-shadow:0 0 5px #0000001f;padding:20px 12px 0;box-sizing:border-box;font-size:11px;color:#575757;font-weight:500;text-align:center}.btn-down-right{display:block;text-align:center;width:100%;padding:0 12px 12px}.btn-down-right+.btn-down-right{border-top:1px solid #ebebeb;padding-bottom:20px;padding-top:12px}.btn-down-app{font-size:12px;color:#333;font-weight:700}.icon-share,.icon-print,.icon-delete{width:100%;height:24px;display:block;margin-bottom:4px}.icon-share{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.6831%2013.342C8.8909%2012.9252%208.99906%2012.4658%208.99906%2012C8.99906%2011.5343%208.8909%2011.0749%208.6831%2010.658M8.6831%2013.342C8.38081%2013.9464%207.88331%2014.431%207.2712%2014.7174C6.65909%2015.0037%205.96823%2015.075%205.31055%2014.9197C4.65286%2014.7644%204.06687%2014.3916%203.64752%2013.8617C3.22816%2013.3318%203%2012.6758%203%2012C3%2011.3243%203.22816%2010.6683%203.64752%2010.1384C4.06687%209.60844%204.65286%209.23563%205.31055%209.08033C5.96823%208.92502%206.65909%208.99632%207.2712%209.28267C7.88331%209.56901%208.38081%2010.0536%208.6831%2010.658M8.6831%2013.342L15.3151%2016.658M8.6831%2010.658L15.3151%207.34203M15.3151%2016.658C15.0499%2017.1887%2014.9481%2017.7862%2015.0224%2018.3748C15.0967%2018.9634%2015.3439%2019.5167%2015.7326%2019.9649C16.1214%2020.413%2016.6343%2020.7358%2017.2066%2020.8925C17.7788%2021.0491%2018.3846%2021.0326%2018.9474%2020.845C19.5103%2020.6574%2020.0048%2020.3071%2020.3686%2019.8385C20.7324%2019.3698%2020.949%2018.8038%2020.9912%2018.212C21.0333%2017.6202%2020.899%2017.0293%2020.6053%2016.5138C20.3116%2015.9983%2019.8717%2015.5815%2019.3411%2015.316C18.9887%2015.1397%2018.6049%2015.0345%2018.2118%2015.0065C17.8187%2014.9785%2017.4239%2015.0283%2017.0501%2015.1529C16.6762%2015.2775%2016.3305%2015.4746%2016.0328%2015.7329C15.7351%2015.9911%2015.4913%2016.3055%2015.3151%2016.658ZM15.3151%207.34203C15.5807%207.87258%2015.9976%208.31247%2016.5131%208.6061C17.0286%208.89973%2017.6197%209.0339%2018.2114%208.99165C18.8032%208.94941%2019.3692%208.73264%2019.8378%208.36875C20.3064%208.00487%2020.6566%207.51021%2020.8441%206.94732C21.0316%206.38443%2021.048%205.77858%2020.8911%205.20638C20.7343%204.63419%2020.4114%204.12133%2019.9631%203.73266C19.5149%203.34399%2018.9615%203.09696%2018.3728%203.0228C17.7842%202.94864%2017.1868%203.05068%2016.6561%203.31603C16.3036%203.49227%2015.9894%203.73622%2015.7312%204.03395C15.4731%204.33168%2015.2761%204.67735%2015.1516%205.05122C15.027%205.42509%2014.9774%205.81983%2015.0054%206.2129C15.0335%206.60596%2015.1387%206.98964%2015.3151%207.34203Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat}.icon-share.none-txt{font-size:0}.icon-share.w24{width:24px;height:24px;background-size:100% auto}.icon-print{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1535_30422)'%3e%3cpath%20d='M9%2016.1639H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3cpath%20d='M9%2018.941H15'%20stroke='%23333333'%20stroke-width='1.1'%20stroke-linecap='round'/%3e%3ccircle%20cx='18.75'%20cy='9.25'%20r='0.75'%20fill='%23333333'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='4'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3crect%20x='6'%20y='14'%20width='12'%20height='7'%20rx='0.5'%20stroke='%232C2C2E'%20stroke-width='1.3'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5001%206.34998C2.86497%206.34998%202.3501%206.86485%202.3501%207.49998V15.5C2.3501%2016.1351%202.86497%2016.65%203.5001%2016.65H6.00012V15.35H3.6501V7.64998H20.3501V15.35H18.0001V16.65H20.5001C21.1352%2016.65%2021.6501%2016.1351%2021.6501%2015.5V7.49998C21.6501%206.86485%2021.1352%206.34998%2020.5001%206.34998H3.5001Z'%20fill='%232C2C2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1535_30422'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.icon-delete{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1514_28328)'%3e%3cpath%20d='M19%207L18.133%2019.142C18.0971%2019.6466%2017.8713%2020.1188%2017.5011%2020.4636C17.1309%2020.8083%2016.6439%2021%2016.138%2021H7.862C7.35528%2021.0013%206.86696%2020.8102%206.49571%2020.4653C6.12447%2020.1204%205.89798%2019.6474%205.862%2019.142L5%207M10%2011V17M14%2011V17M15%207V4C15%203.73478%2014.8946%203.48043%2014.7071%203.29289C14.5196%203.10536%2014.2652%203%2014%203H10C9.73478%203%209.48043%203.10536%209.29289%203.29289C9.10536%203.48043%209%203.73478%209%204V7M4%207H20'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1514_28328'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.btn-down-app{background:#f8f8f8;padding:20px 0;width:calc(100% + 24px);display:block;text-align:center;border-radius:0 0 12px 12px;margin:0 -12px}.icon-down{display:block;height:60px;background:url(/assets/app-down-DmkrHvrx.svg) center center no-repeat}.manse-search-box{position:relative}.manse-search-box .tit-exp{color:#7f828d;font-size:.81rem;padding:20px 0 8px}.print-wrap{width:100%;max-width:900px;margin:0 auto}.print-wrap .inner-box{position:relative;padding:16px 16px 0}.print-wrap .inner-box .logo{position:absolute;right:32px;top:10px;background:url(/assets/logo_b-CKFCal8T.png) right center no-repeat;background-size:auto 100%;width:97px;height:26px;font-size:0}.print-wrap .name-box{margin-bottom:6px;display:flex;justify-content:flex-start;align-items:center;height:14px}.print-wrap .name-box .name{font-size:12px;font-weight:700;color:#2c2c2e;display:inline-block;max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.print-wrap .name-box .age{font-size:10px;font-weight:400;color:#757575;margin-left:5px}.print-wrap .birth-box{display:flex;font-size:11px;margin-bottom:0;margin-left:10px}.print-wrap .birth-box.mg-none{margin-bottom:0}.print-wrap .birth-box .tits{font-weight:700}.print-wrap .birth-box .tits.orange{color:#ff6e6e;background-color:#fff!important;border:none!important}.print-wrap .birth-box .tits.blue{color:#5790fc;background-color:#fff!important;border:none!important}.print-wrap .birth-box .mr25{margin-right:6px!important}.print-wrap .print-hd-box{display:flex;margin-bottom:10px;justify-content:space-between}.print-wrap .print-hd-box .pt-birth-box{display:flex;flex-wrap:wrap;width:250px}.print-wrap .print-hd-box .pt-daeun-box{font-size:10px;display:flex;width:360px;flex-direction:column}.print-wrap .print-hd-box .daeun-etc{background-color:#ebebeb;height:20px;box-sizing:border-box;padding:3px 8px;font-size:10px;color:#333}.print-wrap .print-hd-box .daeun-etc span{margin-right:16px;font-weight:500}.print-wrap .print-hd-box .daeun-etc-line{border-top:1px solid #ebebeb;height:20px;box-sizing:border-box;padding:3px 8px;font-size:10px;color:#333;text-align:right}.print-wrap .print-hd-box .daeun-etc-line span{margin-left:16px;font-weight:500}.print-wrap .print-hd-box .first-daeun{display:flex;justify-content:flex-end;font-size:10px;color:#575757;margin-bottom:0;height:19px;align-items:center}.print-wrap .print-hd-box .txt-space{justify-content:center;display:inline-flex;align-items:center}.print-wrap .print-hd-box .txt-space.two{justify-content:space-between;width:29px}.print-wrap .pt-birth-box .tit-box{background-color:#ebebeb;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;font-size:10px;width:100%;height:20px;margin-bottom:2px}.print-wrap .pt-birth-box .tit-box div{display:flex;align-items:center;justify-content:center}.print-wrap .pt-birth-box .eight-list{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;width:100%}.print-wrap .pt-birth-box .eight-box .eight-item{display:grid;grid-template-columns:repeat(1,5fr);gap:2px;font-size:10px;width:100%}.print-wrap .pt-birth-box .eight-box div{display:flex;justify-content:center;align-items:center}.print-wrap .pt-birth-box .eight-box div.txt1{width:48px;height:50px;flex-direction:column;margin:0 auto}.print-wrap .pt-birth-box .eight-box div.txt1 .big{font-size:14px;font-weight:500}.print-wrap .pt-birth-box .eight-box .txt-etc{background-color:#ebebeb;height:20px}.print-wrap .pt-daeun-box .daeun-list{display:flex;width:100%;justify-content:space-between;border-bottom:1px solid #ebebeb;margin-bottom:5px}.print-wrap .pt-daeun-box .daeun-list .item-box{display:flex;flex-direction:column;width:100%;padding:0 0 5px}.print-wrap .pt-daeun-box .daeun-list .item-box div{width:100%;display:flex;justify-content:center;align-items:center}.print-wrap .pt-daeun-box .daeun-list .item-box .num{background-color:#ebebeb;height:20px;margin-bottom:4px}.print-wrap .pt-daeun-box .daeun-list .item-box .year{margin-bottom:2px}.print-wrap .pt-daeun-box .daeun-list .item-box .txt1,.print-wrap .pt-daeun-box .daeun-list .item-box .txt3{height:26px}.print-wrap .pt-daeun-box .daeun-list .item-box .txt2,.print-wrap .pt-daeun-box .daeun-list .item-box .txt4{height:14px}.print-wrap .pt-daeun-box .daeun-list .item-box.active{position:relative}.print-wrap .pt-daeun-box .daeun-list .item-box.active:before{content:"";display:block;border-radius:6px;width:100%;height:100%;position:absolute;left:0;top:0;bottom:0;right:0;border:1px solid #eb4c10}.print-wrap .print-btm-box{display:flex;width:100%;flex-wrap:wrap;border-top:1px solid #949494}.print-wrap .print-btm-box .box01{width:33.3%;display:flex;flex-wrap:wrap;flex-direction:column}.print-wrap .print-btm-box .box-box{width:100%;display:flex;flex-direction:column}.print-wrap .print-btm-box .pt-row-box{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:1px solid #c2c2c2;position:relative}.print-wrap .print-btm-box .pt-row-box.half-line:not(:last-child){border-bottom:1px dotted #c2c2c2}.print-wrap .print-btm-box .pt-row-box .tit{background:#f8f8f8;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:30px;position:absolute;left:0;bottom:0}.print-wrap .print-btm-box .pt-row-box .tit .txt1{font-size:12px}.print-wrap .print-btm-box .pt-row-box .tit .txt2{font-size:9px}.print-wrap .print-btm-box .pt-row-box .text-box{display:flex;padding-left:30px;width:96%;justify-content:flex-start;align-items:center;font-size:12px;padding-top:1.5px;padding-bottom:1.5px;color:#575757;border:none}.print-wrap .print-btm-box .pt-row-box .text-box div{margin-left:4px}.print-wrap .print-btm-box .pt-row-box .text-box div.no{margin-left:auto}.print-wrap .print-btm-box .pt-row-box .text-box .year{color:#333}.print-wrap .print-btm-box .pt-row-box .text-box .txt2{color:#575757}.print-wrap .print-btm-box .pt-row-box .text-box .txt2{font-size:11px}.print-wrap .print-btm-box .pt-row-box .text-box .year.active{color:#eb4c10;font-weight:500}.print-wrap .print-btm-box .pt-row-box .text-box .txt2.active{color:#eb4c10;font-weight:400}.print-wrap .print-btm-box .pt-row-box .text-box .no.active{color:#eb4c10;font-weight:700}.print-wrap .print-btm-box .pt-row-box .text-box .txt1-sub{display:flex;height:100%;justify-content:flex-start;align-items:center;font-size:12px;color:#333}.print-wrap .print-btm-box .pt-row-box .text-box .txt1-sub span+span{margin-left:1px}.print-wrap .date-btm-box{display:flex;justify-content:flex-end;align-items:center;font-size:10px;color:#333;margin-top:6px}.eight-box .txt1{display:flex;width:42px;height:42px;flex-direction:column;margin:0 auto;text-align:center}.eight-box .txt1 .big{font-size:14px;font-weight:500}.eight-box .txt1 .txts{font-size:8px}.eight-box .txt-etc{background-color:#ebebeb;height:20px}.prtTable{text-align:center}.prtTable td{border:2px solid #fff;padding:2px}.prtTable td.h-big{padding:4px 2px}.prtTable.pd-none td{border:none}.prtTable.st02 td{padding:2px}.prtTable.st02.active{position:relative}.prtTable.st02.active:before{border:1px solid #eb4c10;border-radius:6px;width:100%;height:100%;position:absolute;left:0;top:0;bottom:0;right:0;content:"";display:block}.prtTable .fntNor{font-size:10px;color:#333}.prtTable .fntNor02{font-size:10px;color:#575757}.prtTable .fntTit{font-size:10px;color:#757575;font-weight:500}.prtTable .fntBig{font-size:14px;font-weight:500}.prtTable .fntActive{color:#eb4c10;font-weight:700}@media print{body{background-color:#fff}.no-print{display:none}@page{size:portrait}}.com-btn-box{display:flex;justify-content:center;align-items:center;gap:8px}.com-btn-box.mb10{margin-bottom:16px}.com-btn-box.mg-large{margin:32px 0}.com-btn-box .w-100{width:100%}.span-btn{cursor:pointer;margin-left:4px}.com-input-wrap{position:relative;display:flex;width:100%;height:38px}.com-input-wrap .box-r{position:absolute;right:0;top:0;width:38px;height:38px;display:flex;justify-content:center;align-items:center}.com-input{border-bottom:1px solid #c2c2c2;display:flex;width:100%;height:38px}.com-input:focus{border-color:#eb4c0f}.pop-frm-box{padding-bottom:48px}.pop-frm-box .txt-exp{font-size:14px;padding-left:8px;color:#575757;padding-top:8px;padding-bottom:22px}.txt-w60{width:60%}.txt-w60 .w100{width:100%}.txt-w60.col3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.txt-w60.col3>span{width:100%}.txt-w60 .input{width:100%}.txt-w40{width:40%;margin-right:1rem}.txt-w40 .w100{width:100%}.txt-w40.col2{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.txt-w40.col2>span{width:100%}.txt-w40 .input{width:100%}.btn-tooltip{position:relative;display:inline-block;margin:0!important}.mem-birth-box{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;position:relative;margin-right:auto;padding-left:0}.mem-birth-box .txts{color:#616264;font-size:13px!important}.mem-birth-box .tits{color:#202425;font-size:13px!important;font-weight:500!important}.mem-birth-box .tits.orange{color:#ff6e6e;background-color:transparent!important}.mem-birth-box .tits.blue{color:#5790fc;background-color:transparent!important;margin-left:10px}.mem-birth-box .w-wide{width:100%}.profile-box{display:flex;justify-content:flex-start;align-items:center;position:relative}.profile-box .profile-img{width:44px;height:44px;background:#e5e5e5;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:24px;color:#23252e;font-family:ChosunGs}.profile-box .icon-search-s{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #000 center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0;background-size:10px auto}.profile-box .icon-search-s-red{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cline%20x1='12.3737'%20y1='12.2223'%20x2='14.8093'%20y2='14.6579'%20stroke='white'%20stroke-linecap='round'/%3e%3ccircle%20cx='9.16667'%20cy='9.16667'%20r='4.16667'%20stroke='white'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;border-radius:100%;font-size:0}.profile-box .btn-set{position:absolute;right:-2px;bottom:-2px}.data-sec-01-box{display:grid;grid-template-columns:40% 60%;position:relative}.data-sec-01-box li{display:flex;justify-content:center}.data-sec-01-box li span{display:flex;justify-content:center;align-items:center}.data-010.tap-group-box1-root-box{padding-right:28px}.icon-check01{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5174_151308)'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M4.27783%207L6.20273%208.9249'%20stroke='%23C2C2C2'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M10.072%205.05469L6.22222%208.90449'%20stroke='%23C2C2C2'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_151308'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;width:14px;height:14px;border-radius:100%}.icon-frame{background:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3335%201.33398V6.66732H6.66683'%20stroke='%23333333'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;width:8px;height:8px;display:inline-flex}.data-0101-state{margin:16px auto 28px;border-radius:12px;padding:20px;box-sizing:border-box;border:1px solid #ebebeb;position:relative}.data-0101-state .btn-daeun{position:absolute;right:0;bottom:0;border-radius:11px 0;background:#f8f8f8;color:#757575;font-size:12px;display:flex;justify-content:space-between;align-items:center;width:78px;height:26px;box-sizing:border-box;padding:0 8px}.data-0101-state .state-row{display:flex;justify-content:flex-start;align-items:center;margin-bottom:8px;height:18px}.data-0101-state .state-row.sec-daeun-selected{display:none}.data-0101-state .state-row .name{display:flex;width:20%;color:#333;font-size:14px;align-items:center}.data-0101-state .state-row .data{display:flex;width:80%;box-sizing:border-box;padding-left:20px;color:#333;font-size:14px;position:relative}.data-0101-state .state-row .data:before{content:"";display:block;width:1px;height:10px;background:#c2c2c2;font-size:0;position:absolute;left:0;top:50%;transform:translateY(-50%)}.data-0101-state .state-row .data.none-data{color:#949494}.data-0101-state .state-row .five-count-box .item-box+span{margin-left:36px}.data-0101-state .state-row .five-count-box em+em{margin-left:5px}.data-0101-state .bg-point{border-radius:4px;background:#fff8f5;color:#eb4c10;font-size:14px;font-weight:700;display:flex;justify-content:center;align-items:center;height:26px;width:100%}.data-0101-state.active{border-color:#f80}.data-0101-state.active .btn-daeun{background-color:#f80;color:#fff}.data-0101-state.active .icon-check01{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_5174_141008)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM10.6019%204.52542C10.8948%204.81831%2010.8948%205.29318%2010.6019%205.58608L6.75214%209.43588L6.75113%209.43689C6.74534%209.44308%206.73943%209.44919%206.73339%209.45523C6.4405%209.74813%205.96562%209.74813%205.67273%209.45523L3.74783%207.53033C3.45493%207.23744%203.45493%206.76256%203.74783%206.46967C4.04072%206.17678%204.51559%206.17678%204.80849%206.46967L6.20276%207.86394L9.54128%204.52542C9.83418%204.23252%2010.3091%204.23252%2010.6019%204.52542Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5174_141008'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-color:transparent}.data-0101-state.active .state-row.sec-daeun-selected{display:flex;margin-bottom:12px}.data-0101-state.active .state-row.sec-daeun-selected .name span{margin-left:2px}.data-0101-state.active .state-row.sec-daeun-default .name{color:#949494}.data-0101-box{padding:0;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:1fr;gap:4px}.data-0101-box .txt1{font-size:13px;font-weight:500;color:#616264}.data-0101-box .txt2{font-size:16px;font-weight:400;color:#202425}.data-0102-box{padding:0 1rem;display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:1fr;gap:0}.data-0102-box.month{grid-template-columns:repeat(12,1fr)}.data-0102-box .birth-item-box{position:relative;z-index:1;cursor:pointer;opacity:.7}.data-0102-box .birth-item-box.active{opacity:1}.data-0102-box .birth-item-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;border:1px solid #eb4c10;background:#fff;box-shadow:0 0 6px #c2c2c280;opacity:0;z-index:-1;transition:opacity .3s ease-in-out}.data-0102-box .birth-item-box.active:before{opacity:1}.data-0102-box .birth-item-box:hover,.data-0102-box .birth-item-box:hover:before{opacity:1}.data-0102-box .birth-item-box:hover:before{border:1px solid #c2c2c2}.deaun-main-box{padding-bottom:16px}.deaun-main-box .tit-box{display:flex;justify-content:space-between;align-items:center;font-weight:700;height:24px;color:#333;font-size:16px;padding:0 1rem 0 28px;margin-bottom:8px}.deaun-main-box .tit-box .btn-fold{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_fold'%20clip-path='url(%23clip0_1736_26767)'%3e%3ccircle%20id='Ellipse%202'%20cx='12'%20cy='12'%20r='11.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='chevron-left'%20d='M16%2013L12%209L8%2013'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1736_26767'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:block;transition:transform .3s ease}.btn-fold.folded{transform:rotate(180deg)}.slide-fade-enter-active,.slide-fade-leave-active{transition:all .4s ease;overflow:hidden;max-height:1000px;opacity:1}.slide-fade-enter-from,.slide-fade-leave-to{max-height:0;opacity:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.birth-tit-box{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:56px;padding-top:29px}.birth-tit-box .row-box{width:100%;margin-bottom:5px}.birth-tit-box .row-box:last-child{margin:0}.birth-tit-box .row-box span{background:#f8f8f8;padding:2px 6px;border-radius:4px;display:inline-flex;justify-content:center;align-items:center;font-size:12px;height:20px;box-sizing:border-box;font-weight:500;color:#757575;width:100%}.birth-tit-box .row-box.row02 span,.birth-tit-box .row-box.row03 span{height:56px;display:flex}.birth-tit-box .row-box.row07 span{height:62px;display:flex}.birth-tit-box .row-box.row07{margin-top:16px}.birth-item-box{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:60px;padding:8px!important}.birth-item-box.bg-line{position:relative;border:1px solid #ebebeb;border-radius:12px}.birth-item-box .no{font-weight:700;color:#333;font-size:14px;height:18px}.birth-item-box .no-year{font-weight:400;color:#333;font-size:12px;height:10px}.birth-item-box .txts{font-weight:400;color:#333;font-size:14px;height:18px}.birth-item-box .txts2{font-weight:400;color:#23252e;font-size:11px;padding:3px 0;margin-left:10px}.birth-item-box .txt-xs{font-size:14px}.birth-item-box li{width:100%;line-height:1}.birth-item-box li span{margin-bottom:8px}.birth-item-box li span.mb6{margin-bottom:6px}.birth-item-box li.jijangan{margin-bottom:9px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:10px}.birth-item-box li.jijangan span{margin-bottom:0}.birth-item-box li.jijangan :last-child{margin-bottom:0}.birth-item-box li.jijangan .txt-group-root{display:flex;flex-direction:column;height:62px;align-items:center;justify-content:space-between;padding:3px 0}.birth-item-box li.jijangan .txt-group{display:flex;justify-content:center;align-items:center}.birth-item-box li.jijangan .txt-group .txt-big{font-size:14px;font-weight:500}.birth-item-box li.jijangan .txt-group .txt-small{font-size:12px;font-weight:400;margin-left:3px}.birth-item-box.active .no{color:#eb4c10}.birth-item-box.birth-item-box.birth{max-width:100%}.txt-round{background:transparent 0% 0% no-repeat padding-box;border-radius:10px;color:#fff;font-size:24px;width:44px;height:44px;display:flex;justify-content:center;align-items:center;font-weight:400;border:.5px solid transparent;position:relative;font-family:ChosunGs}.txt-round.chnkor{flex-direction:column;line-height:1.1}.txt-round.chnkor .chn{font-size:24px;font-weight:400;position:absolute;left:6px;top:6px}.txt-round.chnkor .txt-main{font-size:12px;font-weight:400;position:absolute;right:6px;bottom:6px}.txt-round.chnkor .time-none{font-size:12px;font-weight:400;justify-content:center;align-items:center}.txt-round.line{border:.5px solid #23252e;color:#23252e;background:#fff}.txt-round.green01{border:.5px solid #5e9f1c;background:#5e9f1c}.txt-round.red01{border:.5px solid #c23535;background:#c23535}.txt-round.black{border:.5px solid #404040;background:#404040}.txt-round.none{color:#babdc6;font-weight:400;font-size:26px;background-color:transparent;border:none}.txt-round.xl{width:54px;height:54px}.txt-round.txt-prt{border-radius:0;width:38px;height:38px}.txt-round.txt-prt .big{font-size:14px}.txt-round.txt-prt .txts{font-size:8px}.txt-round.bg-none{background:transparent}.KOR .txt-round .txt-main{font-size:22px}.txt-big .txt-round{border-radius:12px}.txt-big .txt-round .chn{font-size:30px;font-weight:400}.txt-big .txt-round .txt-main{font-size:13px;font-weight:400}.txt-big .txt-round.CHN .txt-main{font-size:32px}.txt-big .txt-round.KOR .txt-main{font-size:28px}.deaun-main-box .txt-round{font-weight:500}.five01{background-color:#c23535;border-color:#c23535;color:#fff;border:none}.five01.ilgan{background:url(/assets/skyDay_tue-gcKxQhGo.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five02{background-color:#404040;border-color:#404040;color:#fff;border:none}.five02.ilgan{background:url(/assets/skyDay_wed-5lZuBtDp.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five03{background-color:#5e9f1c;border-color:#5e9f1c;color:#fff;border:none}.five03.ilgan{background:url(/assets/skyDay_thu-CZc2IqZd.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five04{background-color:#949494;border-color:#949494;color:#fff;border:none}.five04.ilgan{background:url(/assets/skyDay_fri-B8LiSuoL.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.five05{background-color:#db9823;border-color:#db9823;color:#fff;border:none}.five05.ilgan{background:url(/assets/skyDay_sat-CoDJ83Ub.png) center center no-repeat;background-size:contain;z-index:0;color:#fff;position:relative}.inactive-wongook{opacity:.5!important}.ganji-txt.five01,.ganji-txt.five02,.ganji-txt.five03,.ganji-txt.five04,.ganji-txt.five05{background-color:transparent}.ganji-txt.five01{color:#c23535}.ganji-txt.five02{color:#404040}.ganji-txt.five03{color:#5e9f1c}.ganji-txt.five04{color:#949494}.ganji-txt.five05{color:#db9823}.ganji-txt.prt-txt{font-size:12px;font-weight:500}.ganji-bg.five01{background-color:#c235350d}.ganji-bg.five02{background-color:#4040400d}.ganji-bg.five03{background-color:#5e9f1c0d}.ganji-bg.five04{background-color:#9494940d}.ganji-bg.five05{background-color:#db98230d}.fntcolor02 .five01{border:1px solid #ebebeb;background:#f8f8f8;color:#c23535}.fntcolor02 .five02{border:1px solid #ebebeb;background:#f8f8f8;color:#404040}.fntcolor02 .five03{border:1px solid #ebebeb;background:#f8f8f8;color:#5e9f1c}.fntcolor02 .five04{border:1px solid #ebebeb;background:#f8f8f8;color:#949494}.fntcolor02 .five05{border:1px solid #ebebeb;background:#f8f8f8;color:#db9823}.fntcolor02 .data-detail .txt-round .five01{border:1px solid #ebebeb;background:#f8f8f8;color:#c23535}.fntcolor02 .data-detail .txt-round .five02{border:1px solid #ebebeb;background:#f8f8f8;color:#404040}.fntcolor02 .data-detail .txt-round .five03{border:1px solid #ebebeb;background:#f8f8f8;color:#5e9f1c}.fntcolor02 .data-detail .txt-round .five04{border:1px solid #ebebeb;background:#f8f8f8;color:#949494}.fntcolor02 .data-detail .txt-round .five05{border:1px solid #ebebeb;background:#f8f8f8;color:#db9823}.fntcolor02 .ganji-txt.five01,.fntcolor02 .ganji-txt.five02,.fntcolor02 .ganji-txt.five03,.fntcolor02 .ganji-txt.five04,.fntcolor02 .ganji-txt.five05{background-color:transparent;border:none}.fntcolor03 .five01,.fntcolor03 .five02,.fntcolor03 .five03,.fntcolor03 .five04,.fntcolor03 .five05,.fntcolor03 .data-detail .txt-round .five01,.fntcolor03 .data-detail .txt-round .five02,.fntcolor03 .data-detail .txt-round .five03,.fntcolor03 .data-detail .txt-round .five04,.fntcolor03 .data-detail .txt-round .five05{border:1px solid #ebebeb;background:#f8f8f8;color:#333}.fntcolor03 .ganji-txt.five01,.fntcolor03 .ganji-txt.five02,.fntcolor03 .ganji-txt.five03,.fntcolor03 .ganji-txt.five04,.fntcolor03 .ganji-txt.five05{background-color:transparent;border:none}.s-point{color:#eb4c10}.pop-none-msg{display:block;text-align:center;padding:3rem 1rem;color:#333333f4}.sBtn{border-radius:8px;background:#eb4c10;color:#fff!important;height:38px;padding:0 14px;display:flex;align-items:center;justify-content:center;font-weight:600}.sBtn.nor{background:#fff;color:#333!important;border:1px solid #ebebeb}.sBtn.line{background:#fff;color:#eb4c10!important;border:1px solid #eb4c10}.sBtn.h26{height:26px;padding:0;width:82px;border-radius:6px;font-size:12px}.sBtn.h38{height:38px;padding:10px 16px}.icon-restart{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;font-size:0;margin-right:8px}.icon-search{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_1170)'%3e%3cline%20x1='11.0607'%20y1='10.6667'%20x2='13.7712'%20y2='13.3772'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20cx='7'%20cy='7'%20r='5'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_1170'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;margin-right:8px}.icon-message{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_message_fill'%20clip-path='url(%23clip0_3142_70198)'%3e%3cpath%20id='Vector'%20d='M15%2029.9998H10C8.67392%2029.9998%207.40215%2029.4731%206.46447%2028.5354C5.52678%2027.5977%205%2026.3259%205%2024.9998V11.6665C5%2010.3404%205.52678%209.06865%206.46447%208.13097C7.40215%207.19329%208.67392%206.6665%2010%206.6665H30C31.3261%206.6665%2032.5979%207.19329%2033.5355%208.13097C34.4732%209.06865%2035%2010.3404%2035%2011.6665V24.9998C35%2026.3259%2034.4732%2027.5977%2033.5355%2028.5354C32.5979%2029.4731%2031.3261%2029.9998%2030%2029.9998H25L20%2034.9998L15%2029.9998Z'%20fill='%23575757'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2014.9998C12.083%2014.3094%2012.6427%2013.7498%2013.333%2013.7498H26.6663C27.3567%2013.7498%2027.9163%2014.3094%2027.9163%2014.9998C27.9163%2015.6901%2027.3567%2016.2498%2026.6663%2016.2498H13.333C12.6427%2016.2498%2012.083%2015.6901%2012.083%2014.9998Z'%20fill='white'/%3e%3cpath%20id='Vector%20(Stroke)_2'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.083%2021.6665C12.083%2020.9761%2012.6427%2020.4165%2013.333%2020.4165H23.333C24.0234%2020.4165%2024.583%2020.9761%2024.583%2021.6665C24.583%2022.3569%2024.0234%2022.9165%2023.333%2022.9165H13.333C12.6427%2022.9165%2012.083%2022.3569%2012.083%2021.6665Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70198'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-kko{background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3142_70202)'%3e%3cpath%20d='M20%2039.9998C31.0457%2039.9998%2040%2031.0455%2040%2019.9998C40%208.95406%2031.0457%20-0.000244141%2020%20-0.000244141C8.9543%20-0.000244141%200%208.95406%200%2019.9998C0%2031.0455%208.9543%2039.9998%2020%2039.9998Z'%20fill='%23FAE300'/%3e%3cpath%20d='M20.002%2010.833C14.4786%2010.833%2010.002%2014.3722%2010.002%2018.7388C10.002%2021.5805%2011.8986%2024.0722%2014.7461%2025.4647C14.537%2026.2455%2013.9886%2028.298%2013.8786%2028.7322C13.7436%2029.2763%2014.0778%2029.2688%2014.2953%2029.1222C14.467%2029.008%2017.0353%2027.2622%2018.1436%2026.508C18.758%2026.599%2019.3783%2026.6447%2019.9995%2026.6447C25.522%2026.6447%2029.9995%2023.1047%2029.9995%2018.7388C29.9995%2014.373%2025.522%2010.833%2019.9995%2010.833'%20fill='%23391B1B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70202'%3e%3crect%20width='40'%20height='40'%20fill='white'%20transform='translate(0%20-0.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;display:inline-block;width:40px;height:40px;font-size:0}.icon-circle{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_circle'%20clip-path='url(%23clip0_3142_70175)'%3e%3cline%20id='Line%201'%20x1='11.0607'%20y1='10.667'%20x2='13.7712'%20y2='13.3776'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3ccircle%20id='Ellipse%201'%20cx='7'%20cy='7.00024'%20r='5'%20stroke='%23575757'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3142_70175'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0%200.000244141)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.btn-exp{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_info'%20clip-path='url(%23clip0_14525_158252)'%3e%3cpath%20id='&%23237;&%23131;&%23128;&%23236;&%23155;&%23144;%202574'%20d='M8%2013C10.7614%2013%2013%2010.7614%2013%208C13%205.23858%2010.7614%203%208%203C5.23858%203%203%205.23858%203%208C3%2010.7614%205.23858%2013%208%2013Z'%20fill='%23949494'/%3e%3cpath%20id='&%23237;&%23131;&%23128;&%23236;&%23155;&%23144;%205'%20d='M8.00005%203.06705C7.0246%203.06705%206.07105%203.35631%205.25998%203.89825C4.44892%204.44018%203.81677%205.21046%203.44348%206.11166C3.07019%207.01287%202.97252%208.00453%203.16282%208.96124C3.35312%209.91796%203.82285%2010.7968%204.5126%2011.4865C5.20236%2012.1763%206.08116%2012.646%207.03787%2012.8363C7.99458%2013.0266%208.98624%2012.9289%209.88745%2012.5556C10.7887%2012.1823%2011.5589%2011.5502%2012.1009%2010.7391C12.6428%209.92806%2012.9321%208.97451%2012.9321%207.99906C12.9305%206.69149%2012.4103%205.43794%2011.4858%204.51336C10.5612%203.58877%209.30762%203.06864%208.00005%203.06705ZM8.00005%202.08105C9.17072%202.08105%2010.3151%202.4282%2011.2885%203.07859C12.2618%203.72897%2013.0205%204.6534%2013.4685%205.73495C13.9165%206.81651%2014.0337%208.00662%2013.8053%209.1548C13.5769%2010.303%2013.0132%2011.3576%2012.1854%2012.1854C11.3576%2013.0132%2010.303%2013.5769%209.15479%2013.8053C8.00662%2014.0337%206.81651%2013.9165%205.73495%2013.4685C4.6534%2013.0205%203.72897%2012.2619%203.07859%2011.2885C2.4282%2010.3151%202.08105%209.17072%202.08105%208.00006C2.08105%206.43024%202.70466%204.92472%203.81469%203.81469C4.92472%202.70466%206.43024%202.08105%208.00005%202.08105Z'%20fill='%23949494'/%3e%3cpath%20id='&%23236;&%23132;&%23160;%20311'%20d='M7%207.66675H8V11.6667H9'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3ccircle%20id='&%23236;&%23132;&%23160;%20312'%20cx='8'%20cy='5'%20r='1'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14525_158252'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:flex;font-size:0}.btn-com{display:flex;width:100%}.btn-com.bottom{display:flex;justify-content:space-between;align-items:center;position:absolute;left:0;bottom:0;right:0}.btn-com .btn-nor{display:flex;width:100%;justify-content:center;align-items:center;height:48px;border-radius:6px;background-color:#8a8a8a;color:#fff;font-size:17px;font-weight:500;transition:background-color .3s ease}.btn-com .btn-nor.active{background-color:#eb4c10}.btn-com .btn-nor.left{border-radius:0 0 0 6px}.btn-com .btn-nor.right{border-radius:0 0 6px}.btn-com .btn-nor.submit{background-color:#eb4c10}.btn-com .btn-nor.cancel{background-color:#f2f2f2;color:#2c2c2e}.btn-com .btn-nor.disabled{background:#949494!important}.btn-com.ceneter{width:100%;justify-content:center;align-items:center}.btn-com.right{width:100%;justify-content:flex-end;align-items:center;gap:10px;padding:0 20px;margin-top:0}.btn-com .btn-line{border:1px solid #c2c2c2;border-radius:6px;width:340px;height:48px;display:flex;align-items:center;justify-content:center;font-size:17px;color:#23252e;font-weight:500}.btn-com .btn-line.bg-w{background:#fff}.btn-com .btn-line.w-small{width:108px;font-weight:700}.btn-com .btn-line.bg-orange{background:#eb4c10;color:#fff}.btn-com .btn-line.w-mid{width:280px;font-size:15px;font-weight:700;color:#333}.btn-sm{border:1px solid #e5e5e5;border-radius:8px;height:32px;padding:0 12px;font-size:14px;display:flex;justify-content:center;align-items:center}.btn-sm.orange2{color:#c23535}.btn-sm.sumbit{background:#eb4c10;color:#fff}.btn-xs{border:1px solid #eb4c10;border-radius:6px;height:26px;padding:0 12px;font-size:12px;display:flex;justify-content:center;align-items:center;font-weight:700;background:#eb4c10;color:#fff;width:100%}.btn-xs.line{background:#fff;color:#333;border:1px solid #ebebeb}.mr8{margin-right:8px}.btn-line-2{padding:0 10px;height:38px;box-sizing:border-box;border-radius:8px;border:1px solid #ebebeb;font-size:14px;color:#333;display:flex;align-items:center;font-weight:500}.btn-line-2 i{margin-right:4px}.btn-rd-plus{display:flex;width:50px;height:50px;background:#fff 0% 0% no-repeat padding-box;box-shadow:0 2px 6px #00000029;border:2px solid #333333;font-size:0;background:url("data:image/svg+xml,%3csvg%20id='write_note'%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3crect%20id='사각형_53'%20data-name='사각형%2053'%20width='32'%20height='32'%20fill='rgba(255,255,255,0)'/%3e%3cline%20id='선_8'%20data-name='선%208'%20y2='19.167'%20transform='translate(16%206.417)'%20fill='none'%20stroke='%23333'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cline%20id='선_9'%20data-name='선%209'%20x2='19.167'%20transform='translate(6.417%2016)'%20fill='none'%20stroke='%23333'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") #fff center center no-repeat;border-radius:100%}.btn-del{display:flex;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20id='btn_delete'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20id='패스_3407'%20data-name='패스%203407'%20d='M19,7l-.867,12.142A2,2,0,0,1,16.138,21H7.862a2,2,0,0,1-2-1.858L5,7m5,4v6m4-6v6M15,7V4a1,1,0,0,0-1-1H10A1,1,0,0,0,9,4V7M4,7H20'%20fill='none'%20stroke='%23eb4c10'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='사각형_3533'%20data-name='사각형%203533'%20width='24'%20height='24'%20fill='none'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-del-line{display:flex;width:38px;height:38px;border:1px solid #ebebeb;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4831_15435)'%3e%3cpath%20d='M12.667%204.66667L12.089%2012.7613C12.065%2013.0977%2011.9145%2013.4125%2011.6677%2013.6424C11.4209%2013.8722%2011.0962%2014%2010.759%2014H5.24166C4.90384%2014.0009%204.5783%2013.8734%204.3308%2013.6435C4.0833%2013.4136%203.93231%2013.0983%203.90833%2012.7613L3.33366%204.66667M6.66699%207.33333V11.3333M9.33366%207.33333V11.3333M10.0003%204.66667V2.66667C10.0003%202.48986%209.93009%202.32029%209.80506%202.19526C9.68004%202.07024%209.51047%202%209.33366%202H6.66699C6.49018%202%206.32061%202.07024%206.19559%202.19526C6.07056%202.32029%206.00033%202.48986%206.00033%202.66667V4.66667M2.66699%204.66667H13.3337'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4831_15435'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0;border-radius:6px;padding:10px 16px;justify-content:center;align-items:center}.btn-del-simple{display:flex;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_77_8349)'%3e%3cpath%20d='M15.834%205.83333L15.1115%2015.9517C15.0816%2016.3722%2014.8934%2016.7657%2014.5849%2017.053C14.2764%2017.3403%2013.8705%2017.5%2013.449%2017.5H6.55232C6.13005%2017.5011%205.72312%2017.3418%205.41375%2017.0544C5.10437%2016.767%204.91563%2016.3729%204.88565%2015.9517L4.16732%205.83333M8.33398%209.16667V14.1667M11.6673%209.16667V14.1667M12.5007%205.83333V3.33333C12.5007%203.11232%2012.4129%202.90036%2012.2566%202.74408C12.1003%202.5878%2011.8883%202.5%2011.6673%202.5H8.33398C8.11297%202.5%207.90101%202.5878%207.74473%202.74408C7.58845%202.90036%207.50065%203.11232%207.50065%203.33333V5.83333M3.33398%205.83333H16.6673'%20stroke='%23575757'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_77_8349'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-del-line-3{display:flex;align-items:center;height:26px;padding:0 12px 0 30px;border:1px solid #ebebeb;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_delete'%20clip-path='url(%23clip0_5815_108264)'%3e%3cpath%20id='&%23237;&%23140;&%23168;&%23236;&%23138;&%23164;%203407'%20d='M11.082%204.08333L10.5763%2011.1662C10.5553%2011.4605%2010.4236%2011.736%2010.2077%2011.9371C9.99174%2012.1382%209.70762%2012.25%209.41253%2012.25H4.58486C4.28928%2012.2507%204.00442%2012.1393%203.78786%2011.9381C3.5713%2011.7369%203.43918%2011.461%203.4182%2011.1662L2.91536%204.08333M5.83203%206.41667V9.91667M8.16536%206.41667V9.91667M8.7487%204.08333V2.33333C8.7487%202.17862%208.68724%202.03025%208.57784%201.92085C8.46845%201.81146%208.32007%201.75%208.16536%201.75H5.83203C5.67732%201.75%205.52895%201.81146%205.41955%201.92085C5.31016%202.03025%205.2487%202.17862%205.2487%202.33333V4.08333M2.33203%204.08333H11.6654'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5815_108264'%3e%3crect%20width='14'%20height='14'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 12px center no-repeat;font-size:12px;font-weight:700;color:#333;border-radius:6px}.board-del-btn-box{display:flex;justify-content:flex-end;align-items:center}.textbox-line{border:1px solid #c2c2c2;border-radius:12px;padding:10px;box-sizing:border-box;width:100%;height:340px;margin-bottom:24px}.textbox-line.no-line{border:none}.textbox-line .textarea{width:100%;height:90%;resize:none}.textbox-line .text-count{display:flex;width:100%;align-items:center;justify-content:flex-end;letter-spacing:-.33px;color:#d9d9db;font-size:13px}.select-line{border-radius:8px;width:150px;height:38px;font-size:15px;font-weight:500;color:#23252e}.select-line .v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections{padding:0!important}.select-line .v-text-field .v-input__prepend-inner,.select-line .v-text-field .v-input__append-inner{margin-top:0!important}.select-line .v-select__selection--comma{margin:0!important}.select-line.v-text-field .v-input__control{max-height:38px!important}.select-line .v-input--hide-details>.v-input__control>.v-input__slot{max-height:38px!important}.select-line .theme--light.v-input{border:1px solid #e5e5e5!important}.select-line.v-text-field.v-text-field--enclosed .v-text-field__details{height:38px!important}.select-line.v-text-field--outlined>.v-input__control>.v-input__slot{min-height:28px!important}.select-line.v-text-field--enclosed .v-input__append-inner,.select-line .v-text-field--enclosed .v-input__append-outer{margin-top:5px!important}.select-line.h18{border-radius:8px;width:120px;height:28px;font-size:15px;font-weight:500;color:#23252e}.select-line.h18.v-input{max-width:120px!important}.select-line.h18.v-input input{padding:0!important}.select-line.h18.v-text-field>.v-input__control>.v-input__slot:before{display:none!important;border:none!important}.select-line.h18.v-text-field>.v-input__control>.v-input__slot:after{display:none!important;border:none!important}.select-line.h18 .v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections{padding:0!important}.select-line.h18 .v-text-field .v-input__prepend-inner,.select-line.h18 .v-text-field .v-input__append-inner{margin-top:0!important}.select-line.h18 .v-select__selection--comma{margin:0!important}.select-line.h18.v-text-field .v-input__control{max-height:18px!important}.select-line.h18 .v-input--hide-details>.v-input__control>.v-input__slot{max-height:18px!important}.select-line.h18 .theme--light.v-input{border:1px solid #e5e5e5!important}.select-line.h18.v-text-field.v-text-field--enclosed .v-text-field__details{height:18px!important}.select-line.h18.v-text-field--outlined>.v-input__control>.v-input__slot{min-height:18px!important}.select-line.h18.v-text-field--enclosed .v-input__append-inner,.select-line.h18 .v-text-field--enclosed .v-input__append-outer{margin-top:0!important}.gap-xl{margin-top:50px}.gap-big{margin-bottom:100px}.btn-rd{display:flex;justify-content:flex-end;align-items:center}.btn-rd .btn{margin-left:10px}.btn-rd .btn-share{background:url("data:image/svg+xml,%3csvg%20id='icon_share'%20xmlns='http://www.w3.org/2000/svg'%20width='19.091'%20height='20'%20viewBox='0%200%2019.091%2020'%3e%3crect%20id='Boundary'%20width='19.091'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_4474'%20data-name='패스%204474'%20d='M7.537,11.2a2.372,2.372,0,0,0,0-2.129m0,2.129a2.383,2.383,0,1,1,0-2.129m0,2.129,5.294,2.63M7.537,9.074l5.294-2.63m0,0a2.4,2.4,0,0,0,3.213,1.064,2.373,2.373,0,0,0,1.071-3.193A2.4,2.4,0,0,0,13.9,3.251a2.373,2.373,0,0,0-1.071,3.193Zm0,7.389A2.373,2.373,0,0,0,13.9,17.026a2.4,2.4,0,0,0,3.214-1.064,2.373,2.373,0,0,0-1.071-3.193,2.4,2.4,0,0,0-3.214,1.064Z'%20transform='translate(-0.533%20-0.499)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd .btn-print{background:url("data:image/svg+xml,%3csvg%20id='icon_print'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='그룹_9277'%20data-name='그룹%209277'%3e%3crect%20id='사각형_1286'%20data-name='사각형%201286'%20width='20'%20height='20'%20fill='none'/%3e%3c/g%3e%3cg%20id='그룹_9278'%20data-name='그룹%209278'%20transform='translate(2%202)'%3e%3cg%20id='사각형_6897'%20data-name='사각형%206897'%20transform='translate(4%200)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='11'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='9.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cg%20id='패스_6888'%20data-name='패스%206888'%20transform='translate(0%203.999)'%20fill='%23fff'%3e%3cpath%20d='M%2014.39999961853027%206.25%20L%201.600000023841858%206.25%20C%201.113510012626648%206.25%200.75%205.974020004272461%200.75%205.727270126342773%20L%200.75%201.272729992866516%20C%200.75%201.025979995727539%201.113510012626648%200.75%201.600000023841858%200.75%20L%2014.39999961853027%200.75%20C%2014.88648986816406%200.75%2015.25%201.025979995727539%2015.25%201.272729992866516%20L%2015.25%205.727270126342773%20C%2015.25%205.974020004272461%2014.88648986816406%206.25%2014.39999961853027%206.25%20Z'%20stroke='none'/%3e%3cpath%20d='M%201.600000381469727%201.5%20C%201.561466217041016%201.5%201.527990341186523%201.50404167175293%201.5%201.509844779968262%20L%201.5%205.490155220031738%20C%201.527990341186523%205.49595832824707%201.561466217041016%205.5%201.600000381469727%205.5%20L%2014.39999961853027%205.5%20C%2014.43853378295898%205.5%2014.47200965881348%205.49595832824707%2014.5%205.490155220031738%20L%2014.5%201.509844779968262%20C%2014.47200965881348%201.50404167175293%2014.43853378295898%201.5%2014.39999961853027%201.5%20L%201.600000381469727%201.5%20M%201.600000381469727%200%20L%2014.39999961853027%200%20C%2015.28365993499756%200%2016%200.5698199272155762%2016%201.272729873657227%20L%2016%205.727270126342773%20C%2016%206.430180072784424%2015.28365993499756%207%2014.39999961853027%207%20L%201.600000381469727%207%20C%200.7163400650024414%207%200%206.430180072784424%200%205.727270126342773%20L%200%201.272729873657227%20C%200%200.5698199272155762%200.7163400650024414%200%201.600000381469727%200%20Z'%20stroke='none'%20fill='%2323252e'/%3e%3c/g%3e%3cg%20id='사각형_6898'%20data-name='사각형%206898'%20transform='translate(4%207)'%20fill='%23fff'%20stroke='%2323252e'%20stroke-width='1.3'%3e%3crect%20width='8'%20height='9'%20rx='1'%20stroke='none'/%3e%3crect%20x='0.65'%20y='0.65'%20width='6.7'%20height='7.7'%20rx='0.35'%20fill='none'/%3e%3c/g%3e%3cline%20id='선_277'%20data-name='선%20277'%20x2='4.627'%20transform='translate(5.801%2011.331)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_279'%20data-name='선%20279'%20x2='4.627'%20transform='translate(5.801%2012.94)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.1'/%3e%3cline%20id='선_278'%20data-name='선%20278'%20transform='translate(12.941%205.408)'%20fill='none'%20stroke='%2323252e'%20stroke-linecap='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.btn-rd-38{width:38px;height:38px;border-radius:100%;display:flex;margin-left:8px}.btn-rd .btn-rd-40{width:40px;height:40px;border:1px solid #cacede;border-radius:100%;display:flex}.btn-rd .btn-sq-40{width:101px!important;height:38px;border:1px solid #ff6e6e;border-radius:8px;color:#eb4c10;font-weight:600;font-size:15px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_save'%20clip-path='url(%23clip0_2569_3522)'%3e%3cpath%20id='&%23237;&%23149;&%23169;&%23236;&%23185;&%23152;&%23234;&%23184;&%23176;%201'%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_3522'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 15px center no-repeat;padding-left:40px;display:flex;justify-content:flex-start;align-items:center}.btn-rd .btn-sq-40.btn-save{padding-left:35px!important;gap:4px;color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:18px;border-radius:6px!important}.btn-rd .btn-sq-40.btn-save.none-icon{background:url();padding-left:10px!important;width:71px!important}.btn-rd .btn-sq-40.active{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2569_343)'%3e%3cpath%20d='M8.51042%2011.0018C8.19577%2010.815%207.80423%2010.815%207.48958%2011.0018L4.51042%2012.7701C3.84383%2013.1658%203%2012.6854%203%2011.9102V4C3%203.44772%203.44772%203%204%203H12C12.5523%203%2013%203.44772%2013%204V11.9102C13%2012.6854%2012.1562%2013.1658%2011.4896%2012.7701L8.51042%2011.0018Z'%20fill='%23EB4C10'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2569_343'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.btn-rd .btn-sq-40.list{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_return'%20clip-path='url(%23clip0_1929_3422)'%3e%3cpath%20id='Vector'%20d='M5.99967%209.33333L3.33301%206.66667L5.99967%204'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.33301%206.66663H10.6663C11.3736%206.66663%2012.0519%206.94758%2012.552%207.44767C13.0521%207.94777%2013.333%208.62605%2013.333%209.33329C13.333%2010.0405%2013.0521%2010.7188%2012.552%2011.2189C12.0519%2011.719%2011.3736%2012%2010.6663%2012H9.99967'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1929_3422'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");color:#333;border-color:#ebebeb;padding-left:35px!important}.btn-rd .btn-sq-20{width:20px;height:20px;display:flex;font-size:0}.btn-rd.chnkor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M28.3857%2019.041V22.4883H29.6943V23.3965H28.3857V27.8496H27.3018V19.041H28.3857ZM26.0518%2019.959C26.0518%2022.5566%2024.9775%2024.832%2022.0381%2026.2773L21.4229%2025.4375C23.5713%2024.3682%2024.7334%2022.8643%2024.958%2020.8574H21.9014V19.959H26.0518Z'%20fill='%23333333'/%3e%3cpath%20d='M14.219%2012.366L15.371%2012.699C14.237%2015.939%2012.14%2017.829%208.918%2018.837C8.792%2018.567%208.45%2018.045%208.234%2017.784C11.348%2016.965%2013.283%2015.3%2014.219%2012.366ZM10.745%2012.438C11.654%2015.102%2013.598%2017.019%2016.802%2017.739C16.541%2017.991%2016.19%2018.504%2016.019%2018.819C12.644%2017.937%2010.79%2015.876%209.665%2012.762L10.745%2012.438ZM8.396%2011.781H16.64V12.843H8.396V11.781ZM11.933%2010.359H13.049V12.429H11.933V10.359Z'%20fill='%23333333'/%3e%3crect%20x='21.5701'%20y='13.5538'%20width='1'%20height='12'%20transform='rotate(30%2021.5701%2013.5538)'%20fill='%23C2C2C2'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.kor{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M22.8403%2013.6152V18.0459H24.478V19.3789H22.8403V25.1426H21.2153V13.6152H22.8403ZM19.7554%2014.7959C19.7427%2018.249%2018.397%2021.2451%2014.5122%2023.1494L13.5981%2021.9053C16.334%2020.5342%2017.8003%2018.6934%2018.105%2016.1162H14.2583V14.7959H19.7554Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.chn{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M21.292%2015.488L22.828%2015.932C21.316%2020.252%2018.52%2022.772%2014.224%2024.116C14.056%2023.756%2013.6%2023.06%2013.312%2022.712C17.464%2021.62%2020.044%2019.4%2021.292%2015.488ZM16.66%2015.584C17.872%2019.136%2020.464%2021.692%2024.736%2022.652C24.388%2022.988%2023.92%2023.672%2023.692%2024.092C19.192%2022.916%2016.72%2020.168%2015.22%2016.016L16.66%2015.584ZM13.528%2014.708H24.52V16.124H13.528V14.708ZM18.244%2012.812H19.732V15.572H18.244V12.812Z'%20fill='%23333333'/%3e%3c/svg%3e") transparent center center no-repeat;font-size:0}.btn-rd.sorting{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31628)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6667H13.1668M13.1668%2015.6667L15.2502%2013.5834M13.1668%2015.6667L15.2502%2017.75'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31628'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.sorting.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_2149_28235)'%3e%3cpath%20d='M13.1665%2022.3333H24.8332M24.8332%2022.3333L22.7498%2020.25M24.8332%2022.3333L22.7498%2024.4167'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.8335%2015.6666H13.1668M13.1668%2015.6666L15.2502%2013.5833M13.1668%2015.6666L15.2502%2017.75'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2149_28235'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20fill='white'/%3e%3crect%20x='0.5'%20y='0.5'%20width='37'%20height='37'%20rx='18.5'%20stroke='%23EBEBEB'/%3e%3cg%20clip-path='url(%23clip0_1627_31574)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='%23333333'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31574'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.grally.on{background:url("data:image/svg+xml,%3csvg%20width='38'%20height='38'%20viewBox='0%200%2038%2038'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='38'%20height='38'%20rx='19'%20fill='%23EB4C10'/%3e%3cg%20clip-path='url(%23clip0_1627_31697)'%3e%3crect%20x='12.3335'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='12.3335'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='12.3334'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3crect%20x='20.25'%20y='20.25'%20width='5.41667'%20height='5.41667'%20rx='1'%20stroke='white'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1627_31697'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(9%209)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;font-size:0}.btn-rd.fntcolor01{background:url(/assets/icon-fnt-color-01-p9I1qeMd.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor02{background:url(/assets/icon-fnt-color-02-Bh7fszg0.svg) transparent center center no-repeat;font-size:0}.btn-rd.fntcolor03{background:url(/assets/icon-fnt-color-03-CNj94q9k.svg) transparent center center no-repeat;font-size:0}.data-exp-01{color:#333;display:flex;height:380px;padding:20px 24px 8px!important;flex-direction:column;align-items:flex-start;gap:20px}.data-exp-01.exp-samll{height:380px!important}.data-exp-01.exp-large{height:440px!important}.data-exp-01 div{margin-bottom:1rem}.data-exp-01 div:last-child{margin-bottom:0}.data-exp-01 .exp-txt{overflow-y:hidden;gap:20px;position:relative;height:100%}.data-exp-01 .exp-txt .content{white-space:pre-line;padding:0;margin:0}.data-exp-01 .exp-txt .fade-gradient{background:linear-gradient(0deg,#fff,#fff0);position:absolute;margin-bottom:0;left:0;bottom:0;width:100%;height:140px;pointer-events:none}.data-exp-01 .exp-txt .view-on-popup{position:absolute;right:0;bottom:15px;margin-left:auto;display:flex;width:60px;padding:6px 10px;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid var(--orange-300-main, #eb4c10);background:var(--gray-100-white, #fff);color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.data-exp-01::-webkit-scrollbar{width:8px}.data-exp-01::-webkit-scrollbar-thumb{background-color:#f5f5f5;border-radius:4px}.data-exp-01::-webkit-scrollbar-track{background-color:transparent}.data-exp-01::-webkit-scrollbar-button{display:none}.data-exp-01::-webkit-scrollbar-corner{background-color:#f5f5f5}.required{color:#eb4c10;margin-left:3px}.input{border-bottom:1px solid #e5e5e5;height:34px}.input::placeholder{color:#7f828d}.input-schedule{margin:0!important}.row+.row{margin-top:0!important}.chk-birth{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20id='icon_check_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20width='20'%20height='20'%20rx='5'%20fill='none'%20stroke='%23e5e5e5'%20stroke-width='1'/%3e%3c/svg%3e") center center no-repeat;display:flex;font-size:0}.chk-birth.active{background:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.chk-round{background:url("data:image/svg+xml,%3csvg%20id='icon_대운_off'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3cg%20id='사각형_11'%20data-name='사각형%2011'%20fill='none'%20stroke='%23c8c8c8'%20stroke-width='1'%3e%3crect%20width='20'%20height='20'%20rx='10'%20stroke='none'/%3e%3crect%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='9.5'%20fill='none'/%3e%3c/g%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23c8c8c8'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;display:inline-flex;font-size:0}.chk-round.active{background-image:url("data:image/svg+xml,%3csvg%20id='icon_대운_on'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cg%20id='icon_check_off'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='20'%20height='20'%20rx='10'%20fill='%23eb4c10'/%3e%3c/g%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.097%201.316)'%20fill='rgba(0,0,0,0)'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.checkbox{display:none}.checkbox+.label{position:relative;cursor:pointer;padding-left:28px;height:24px;display:flex;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Check_Box_btn'%20clip-path='url(%23clip0_5786_71252)'%3e%3crect%20id='Rectangle%204'%20x='0.5'%20y='0.5'%20width='19'%20height='19'%20rx='5.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20id='Line%202'%20d='M6.11133%2010L8.86119%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Line%203'%20d='M14.3887%207.22266L8.88895%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5786_71252'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-position:left center;background-repeat:no-repeat;font-size:0}.checkbox+.label.line{color:#23252e;font-size:14px}.checkbox+.label.line .line-txt{border-bottom:1px solid #23252e;font-weight:600;line-height:1.2}.checkbox+.label.txt{font-size:14px;color:#23252e}.checkbox:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20id='_123'%20data-name='123'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_9834'%20data-name='사각형%209834'%20width='20'%20height='20'%20rx='5'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M11.806,6,6.439,11.366,4,8.927'%20transform='translate(2.5%201.5)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/svg%3e")}.line-txt{border-bottom:1px solid #23252e;font-weight:600;line-height:1.2}.label.font{font-weight:400;font-size:14px}.radio{display:none}.radio+.label{position:relative;display:inline-block;cursor:pointer;padding-left:28px;line-height:20px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_6735_131766)'%3e%3ccircle%20cx='10'%20cy='10'%20r='9.5'%20fill='white'%20stroke='%23EBEBEB'/%3e%3cpath%20d='M6.10938%2010L8.85923%2012.7499'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3867%207.22266L8.887%2012.7224'%20stroke='%23EBEBEB'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6735_131766'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:20px 20px;background-repeat:no-repeat;margin-right:26px}.radio+.label.txt{font-size:14px;color:#23252e}.radio:checked+.label{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1621_28322)'%3e%3ccircle%20cx='10'%20cy='10'%20r='10'%20fill='%23EB4C10'/%3e%3cpath%20d='M6.11108%2010L8.86094%2012.7499'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M14.3887%207.22217L8.88895%2012.7219'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1621_28322'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.rd-gender{display:none}.rd-gender+label{position:relative;display:flex;cursor:pointer;padding-left:38px;background:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%235dbaff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%235dbaff'/%3e%3c/g%3e%3c/svg%3e") 18px center no-repeat;border:1px solid #e5e5e5;width:81px;height:34px;border-radius:8px;align-items:center;box-sizing:border-box;margin-left:8px}.rd-gender:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_male'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='사각형_6698'%20data-name='사각형%206698'%20width='11.175'%20height='11.175'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_6697'%20data-name='사각형%206697'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='마스크_그룹_8546'%20data-name='마스크%20그룹%208546'%20transform='translate(2%2010.902)%20rotate(-45)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_6754'%20data-name='패스%206754'%20d='M7,0l.029,1.639,1.265.023L7.267,2.685a4.852,4.852,0,0,0-.923-.512A4.745,4.745,0,0,0,4.583,1.8a4.561,4.561,0,0,0-1.749.31A4.447,4.447,0,0,0,.311,4.633,4.561,4.561,0,0,0,0,6.383,4.745,4.745,0,0,0,.374,8.144a4.921,4.921,0,0,0,2.614,2.614,4.745,4.745,0,0,0,1.761.373,4.561,4.561,0,0,0,1.749-.31A4.447,4.447,0,0,0,9.022,8.3a4.561,4.561,0,0,0,.31-1.749,4.745,4.745,0,0,0-.373-1.761,4.851,4.851,0,0,0-.512-.923L9.471,2.841l.023,1.265,1.639.029L11.06.072ZM6.845,8.644a2.9,2.9,0,0,1-2.124.847h0a3.117,3.117,0,0,1-2.156-.923,3.032,3.032,0,0,1-.076-4.281A2.913,2.913,0,0,1,4.613,3.44a3.128,3.128,0,0,1,2.156.923,3.032,3.032,0,0,1,.076,4.281'%20transform='translate(0.115%200.127)'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");background-color:#eb4c10;color:#fff;border-color:#eb4c10}.rd-gender.female+label{background-image:url("data:image/svg+xml,%3csvg%20id='icon_female'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cg%20id='female'%20transform='translate(5.07%203.237)'%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(0%200.003)'%20fill='%23eb4f5d'/%3e%3c/g%3e%3c/svg%3e")}.rd-gender.female:checked+label{background-image:url("data:image/svg+xml,%3csvg%20id='여자_흰색'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3crect%20id='사각형_6699'%20data-name='사각형%206699'%20width='20'%20height='20'%20fill='none'/%3e%3cpath%20id='패스_5793'%20data-name='패스%205793'%20d='M8.162,1.421A4.761,4.761,0,0,0,6.642.379a4.722,4.722,0,0,0-3.722,0A4.761,4.761,0,0,0,1.4,1.421,4.848,4.848,0,0,0,.376,2.965a4.948,4.948,0,0,0,0,3.784A4.848,4.848,0,0,0,1.4,8.294,4.76,4.76,0,0,0,2.92,9.335a4.7,4.7,0,0,0,1.022.308v.74h-1.6V12.09h1.6v1.433H5.621V12.09h1.6V10.383h-1.6v-.74a4.7,4.7,0,0,0,1.022-.308A4.76,4.76,0,0,0,8.162,8.294,4.848,4.848,0,0,0,9.186,6.749a4.948,4.948,0,0,0,0-3.784A4.848,4.848,0,0,0,8.162,1.421M7.883,4.857a3.131,3.131,0,0,1-3.1,3.153,3.153,3.153,0,0,1,0-6.306,3.131,3.131,0,0,1,3.1,3.153'%20transform='translate(5.07%203.24)'%20fill='%23fff'/%3e%3c/svg%3e")}.rd-chk-02{display:none}.rd-chk-02+label{display:flex;cursor:pointer;position:relative;padding-left:24px;height:18px;align-items:center}.rd-chk-02+label:before{width:18px;height:18px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20503'%20data-name='그룹%2020503'%20transform='translate(-115%20-543)'%3e%3crect%20id='사각형_11'%20data-name='사각형%2011'%20width='18'%20height='18'%20rx='9'%20transform='translate(115%20543)'%20fill='%23d9d9db'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-size:100% auto;position:absolute;left:0;top:0;bottom:0;display:block;content:""}.rd-chk-02:checked+label:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%3e%3cg%20id='그룹_20504'%20data-name='그룹%2020504'%20transform='translate(-115%20-543)'%3e%3cpath%20id='패스_17352'%20data-name='패스%2017352'%20d='M9,0A9,9,0,1,1,0,9,9,9,0,0,1,9,0Z'%20transform='translate(115%20543)'%20fill='%23eb4c10'/%3e%3cpath%20id='check'%20d='M10,6,5.875,10.125,4,8.25'%20transform='translate(117%20543.875)'%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.6'/%3e%3c/g%3e%3c/svg%3e")}.rd-orange{display:none}.rd-orange+label{position:relative;display:flex;cursor:pointer;border:1px solid #e5e5e5;width:56px;height:34px;border-radius:8px;align-items:center;box-sizing:border-box;margin-left:8px;justify-content:center}.rd-orange:checked+label{background-color:#eb4c10;color:#fff;border-color:#eb4c10}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mr10{margin-right:10px}.mr25{margin-right:25px}.list-01-box table{width:100%}.list-01-box table thead th{border:1px solid #dfdfdf;border-top:1px solid #202425;height:50px;text-align:center;font-size:16px;font-weight:500;color:#202425;letter-spacing:0px}.list-01-box table thead th:first-child{border-left:none}.list-01-box table thead th:last-child{border-right:none}.list-01-box table tbody th{border:1px solid #dfdfdf;height:50px;text-align:center;color:#333;font-weight:500;font-size:16px;letter-spacing:0px}.list-01-box table tbody th:first-child{border-left:none}.list-01-box table tbody th:last-child{border-right:none}.list-01-box table tbody th.al-left{padding-left:30px;text-align:left}.list-01-box table tbody td{border:1px solid #dfdfdf;height:50px;text-align:center;color:#696969;font-size:16px;letter-spacing:0px}.list-01-box table tbody td:first-child{border-left:none}.list-01-box table tbody td:last-child{border-right:none}.list-01-box table tbody td.al-left{padding-left:30px;text-align:left}.bg-gray{background-color:#f6f6f6}.info-box-01{background:#f6f6f6;border-radius:6px;padding:18px 20px;font-size:14px;color:#575757;line-height:1.4}.info-box-01 .tit-info{color:#2c2c2e;font-weight:500;margin-bottom:6px}.info-box-01 .txt-box div+div{margin-top:6px}.tit-blue-box{background:#235c9d;color:#fff;font-size:22px;font-weight:500;width:100%;align-items:center;display:flex;justify-content:center;height:50px;box-sizing:border-box}@media (max-width: 768px){body{font-size:12px}.inner-base{width:100%}.header-wrap{display:none;position:fixed;left:0;top:0;right:0;background:#fff}.header-wrap .inner-base.pc{display:none}.header-wrap .inner-base.mobile{display:flex}.header-wrap:after{display:none}.header-wrap:before{display:none}.header-nav .nav-list{display:none}.header-wrap{height:48px;padding:0}.header-wrap.main .hd__logo{background-image:url(/assets/logo_b-CKFCal8T.png);background-position:10px center;height:40px;background-size:auto 100%}.header-wrap.sub .hd__logo{background-position:10px center;height:40px;background-size:auto 100%}.header-wrap .inner-base.mobile{height:100%;align-items:center}.header-wrap .inner-base.mobile .header-mobile-nav .nav-list{flex-direction:column;position:fixed;top:0;bottom:0;width:100vw;background-color:#fff;z-index:11;justify-content:flex-start;align-items:flex-start;height:100vh;overflow-y:auto;right:-200%;box-sizing:border-box}.header-wrap .inner-base.mobile .icon__menu{background-image:url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A");font-size:0;color:#202425;width:48px;height:48px;background-position:center center;background-size:24px 24px}.header-wrap .inner-base.mobile .icon__menu_close{background-image:url("data:image/svg+xml,%3Csvg id='icon_cancel' data-name='icon/cancel' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='Boundary' width='30' height='30' fill='none'/%3E%3Cpath id='icon_cancel-2' data-name='icon/cancel' d='M10,26.25l8.125-8.125m0,0L23.2,13.047,26.25,10m-8.125,8.125L10,10m8.125,8.125L26.25,26.25' transform='translate(-3.125 -3.125)' fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");font-size:0;color:#202425;width:48px;height:48px;background-position:center center;z-index:12;position:fixed;right:0;top:0;display:none;background-size:24px 24px}.header-wrap.active .header-nav,.header-wrap.active .hd__logo,.header-wrap.mb-active .inner-base.mobile .icon__menu{display:none}.header-wrap.mb-active .inner-base.mobile .hd__logo{display:block;background-size:auto 100%}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list{right:0;left:0;top:48px;box-sizing:border-box;width:100%;padding:0}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .menu-link{font-size:1.1rem;font-weight:500;background:#235c9d;color:#fff;display:flex;align-items:center;box-sizing:border-box;padding:.5rem 1rem}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub{display:flex;flex-wrap:wrap;padding:.7rem 0}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub a{color:#202425;font-size:1rem;line-height:1.8;padding:0 1rem}.header-wrap.mb-active .inner-base.mobile .header-mobile-nav .nav-list .depth-sub div{width:50%}.header-wrap.mb-active .inner-base.mobile .icon__menu_close{display:block}.header-wrap.mb-active .inner-base.mobile .depth-sub{height:auto}.vi-slide{margin-top:0}}.tab-content-box{display:flex}.tab-content-box{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;gap:28px}.card{perspective:1000px;border-radius:12px;border:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.card .tit{color:#2c2c2e;font-weight:700;font-size:16px;border-radius:12px 12px 0 0;background:#f8f8f8;display:flex;justify-content:space-between;align-items:center;padding:8px 24px}.card .tit .tit-txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:700;line-height:20px}.front,.back{width:200px;height:300px;position:absolute;backface-visibility:hidden;transition:transform .5s}.front{background-color:#f0f0f0;display:flex;flex-direction:column}.back{background-color:#d3d3d3;transform:rotateY(180deg);display:none}.card.flipped .front{transform:rotateY(180deg)}.card.flipped .back{transform:rotateY(0);display:flex}.data-detail{height:100%;padding:20px 24px 8px;overflow-y:auto;gap:20px;flex-direction:column;align-items:flex-start}.data-detail.sec-flex{display:flex;width:100%;flex-wrap:wrap}.data-detail .data-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.data-detail .txt1{color:#202425;font-size:14px;font-weight:500;margin-bottom:8px;display:flex;min-height:1em;position:relative;min-height:25px}.data-detail .txt1.left{justify-content:flex-start}.data-detail .txt2{margin-bottom:5px}.data-detail .data-list{min-height:102px}.data-detail .data-list.h-short{min-height:60px}.data-detail .data-item-root{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;gap:10px;margin:0 -10px 10px}.data-detail .txt3-1{font-size:15px;display:flex;width:100%;justify-content:center;text-align:center}.data-detail .txt3-1 div{display:flex;width:100%;justify-content:center;flex-direction:column;align-items:center}.data-detail .data-detail-top{width:100%;gap:8px}.data-detail .data-detail-top.col2{display:grid;width:50%}.data-detail .data-detail-top.col2 .txt1{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.data-detail .data-detail-top.col2 .six-4fr-list{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.data-detail .data-detail-top .txt1-3{position:absolute;left:calc(50% + 20px);top:0}.data-detail .data-detail-top:not(.col2)+.data-detail-top:not(.mt-none){margin-top:16px}.data-detail .data-detail-btm{min-height:110px}.data-detail .txt-round{font-size:18px;font-weight:400;line-height:24px}.data-none{border:1px dashed #ebebeb;border-radius:10px;display:flex;height:42px;width:344px;padding:12px 20px;gap:10px;align-items:center;justify-content:center;width:100%;color:#949494;font-size:13px;font-weight:400;line-height:18px}.data-none.none-gap{margin-bottom:20px!important}.pointer{cursor:pointer}.btn-detail{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1889_380)'%3e%3cpath%20d='M14%207.33333C13.8166%205.98968%2013.2043%204.74469%2012.2575%203.79015C11.3107%202.8356%2010.0818%202.22446%208.76025%202.05086C7.43869%201.87726%206.09772%202.15083%204.9439%202.82943C3.79009%203.50803%202.88744%204.55402%202.375%205.80626M2%202.75213V5.80626H5'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%208.66667C2.18342%2010.0103%202.7957%2011.2553%203.74252%2012.2099C4.68934%2013.1644%205.91818%2013.7755%207.23975%2013.9491C8.56131%2014.1227%209.90228%2013.8492%2011.0561%2013.1706C12.2099%2012.492%2013.1126%2011.446%2013.625%2010.1937M14%2013.2479V10.1937H11'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1889_380'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;font-size:0;width:22px;height:22px;border:1px solid #ebebeb;border-radius:100%}.btn-detail-act{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_8507_142056)'%3e%3cpath%20d='M1.37539%2016.4009C0.797456%2015.0056%200.5%2013.5102%200.5%2012C0.5%208.95001%201.7116%206.02494%203.86827%203.86827C6.02494%201.7116%208.95001%200.5%2012%200.5C15.05%200.5%2017.9751%201.7116%2020.1317%203.86827C22.2884%206.02494%2023.5%208.95001%2023.5%2012C23.5%2013.5102%2023.2025%2015.0056%2022.6246%2016.4009C22.0467%2017.7961%2021.1996%2019.0639%2020.1317%2020.1317C19.0639%2021.1996%2017.7961%2022.0467%2016.4009%2022.6246C15.0056%2023.2025%2013.5102%2023.5%2012%2023.5C10.4898%2023.5%208.99438%2023.2025%207.59914%2022.6246L7.4078%2023.0866L7.59914%2022.6246C6.2039%2022.0467%204.93615%2021.1996%203.86827%2020.1317C2.8004%2019.0639%201.95331%2017.7961%201.37539%2016.4009Z'%20fill='white'%20stroke='%23EBEBEB'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%2011C17.8166%209.74032%2017.2043%208.57315%2016.2575%207.67826C15.3107%206.78338%2014.0818%206.21043%2012.7603%206.04768C11.4387%205.88493%2010.0977%206.1414%208.9439%206.77759C7.79009%207.41378%206.88744%208.39439%206.375%209.56837M6%206.70512V9.56837H9'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%2013C6.18342%2014.2597%206.7957%2015.4269%207.74252%2016.3217C8.68934%2017.2166%209.91818%2017.7896%2011.2397%2017.9523C12.5613%2018.1151%2013.9023%2017.8586%2015.0561%2017.2224C16.2099%2016.5862%2017.1126%2015.6056%2017.625%2014.4316M18%2017.2949V14.4316H15'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8507_142056'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") #fff center center no-repeat;font-size:0;width:22px;height:22px;border:1px solid #ebebeb;border-radius:100%}/*!스크롤*/.scroll{scrollbar-face-color:#d5d3d7;scrollbar-highlight-color:#d5d3d7;scrollbar-3dlight-color:#d5d3d7;scrollbar-darkshadow-color:#d5d3d7;scrollbar-shadow-color:#d5d3d7;scrollbar-arrow-color:#d5d3d7;scrollbar-track-color:rgba(255,255,255,0);overflow:auto}.scroll::-webkit-scrollbar{opacity:0;width:15px;height:15px}.scroll::-webkit-scrollbar-button{width:0;height:0}.scroll::-webkit-scrollbar-thumb{background-color:#0003;background-clip:padding-box;border:4px solid transparent;border-radius:10px}.scroll::-webkit-scrollbar-track{background-color:#fff0}.scroll::-webkit-scrollbar-track-piece{background-color:#fff0}.scroll::-webkit-scrollbar-corner{background:#00000014}.loading-full-wrap{position:fixed;left:0;top:0;bottom:0;right:0;z-index:9999}.loading-full-wrap .inner-box{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.com-tit-exp{height:43px}.com-tit-exp.short{height:20px}.cal-day-box{padding:8px 11px;position:relative;height:100%}.cal-day-box .inner-line{position:absolute;left:0;top:0;bottom:0;right:0;border:2px solid #eb4c10;border-radius:15px;box-sizing:border-box;display:none;opacity:0;z-index:0}.cal-day-box .inner-line.active{display:block;opacity:1;transition:opacity .3s ease}.cal-day-box.holiday .cal-day{color:#eb4f5d}.cal-day-box.holiday .cal-day.today{color:#fff}.cal-day-box.sunday .cal-day{color:#eb4f5d}.cal-day-box.sunday .cal-day.today{color:#fff}.cal-day-box.saturday .cal-day{color:#5a6ef6}.cal-day-box.saturday .cal-day.today{color:#fff}.cal-day{position:relative;width:28px;height:28px;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:15px;border-radius:100%;cursor:pointer}.cal-day.selected{background:#e1e1e1;color:#333}.cal-day.today{background:#eb4c10;color:#fff}.v-outside .cal-day-box.sunday .cal-day,.v-outside .cal-day-box.saturday .cal-day{opacity:.2}.cal-day-top{display:flex;justify-content:flex-start;align-items:center;position:absolute;left:48px;top:8px;height:28px;font-size:18px;color:#23252e;font-weight:400}.cal-day-top .txt_kor{margin-left:13px;font-size:14px}.txt_lunar{font-size:14px;font-weight:300;color:#23252e;display:flex;justify-content:center;align-items:center;width:100%;position:absolute;top:36px;left:0;right:0}.cal-day-body{display:flex;padding:0;margin:0;flex-direction:column;text-align:center}.cal-day-body .txt_holiday{color:#eb4f5d;font-size:14px;font-weight:400;position:absolute;left:0;bottom:35px;right:0;text-align:center;margin-bottom:0!important}.cal-day-body .txt_season{color:#23252e;font-size:14px;font-weight:300;position:absolute;left:0;bottom:12px;right:0;text-align:center;margin-bottom:0!important}.v-calendar-weekly__head .v-calendar-weekly__head-weekday.v-outside{background:#fff!important;color:#23252e!important}.v-calendar-weekly__head .v-calendar-weekly__head-weekday.primary--text{color:#23252e!important}.v-calendar-weekly__head .v-calendar-weekly__head-weekday:first-child{color:#ff6e6e!important}.v-calendar-weekly__head .v-calendar-weekly__head-weekday:nth-child(7){color:#4063ff!important}.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside{color:#d6d6d6!important}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:#000!important}.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past:first-child{color:#ff6e6e!important}.main-wrap .main-calendar{border-radius:20px;box-shadow:0 0 5px #0000001f;padding:0 14px 20px}.main-wrap .main-calendar .com-tit-exp.short{display:none}.main-wrap .main-calendar .cal-day{width:20px;height:20px;padding:0;font-weight:500;font-size:14px}.main-wrap .main-calendar .cal-day-top{font-size:14px;font-weight:500;color:#333;left:20px;top:3px;height:20px}.main-wrap .main-calendar .cal-day-top span{width:38px;text-align:center;display:block}.main-wrap .main-calendar .txt_lunar{font-size:12px;color:#333;font-weight:400;top:23px;margin-bottom:0!important;display:flex;width:100%;align-items:center;justify-content:center;height:14px;line-height:1}.main-wrap .main-calendar .cal-day-body .txt_holiday{bottom:auto;top:40px;display:flex;width:100%;align-items:center;justify-content:center;height:14px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1;font-size:12px}.main-wrap .main-calendar .cal-day-box{padding:4px}.main-wrap .main-calendar .cal-day-body .txt_season{font-size:11px;bottom:auto;top:55px;display:flex;width:100%;align-items:center;justify-content:center;height:14px;line-height:1}.main-wrap .content-main.mb-large{margin-bottom:0}.main-wrap .row.fill-height{margin-top:16px}.main-wrap .theme--light.v-calendar-weekly,.main-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday{border:none!important}.main-wrap .v-calendar-weekly__head .v-calendar-weekly__head-weekday.v-outside,.main-wrap .schedule-year-box .v-toolbar__content,.main-wrap .v-toolbar__extension{background:transparent!important}.main-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__day{border:none!important}.main-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside{background:transparent!important}.content-main.mb-large{padding-bottom:100px}.content-main.mb-20{padding-bottom:20px}.pop-inner{background:#fff;z-index:1;padding-top:16px}.pop-inner.bg01{background-color:#f4f5f7}.pop-inner.scroll{overflow-y:auto}.pop-inner.none-pd{padding:0}.pop-inner.center{align-items:center!important;justify-content:center!important}.pop-inner.padding-tb{padding-top:20px!important;padding-bottom:32px!important}.v-dialog.dialog-st1{border-radius:16px}.pop-inner-test{background:#fff;z-index:1;padding:20px 0 32px;min-height:332px;height:auto}.pop-close-box{position:relative}.pop-close-box .close-button{position:absolute;right:16px;top:20px}.close-button{position:relative;width:15px;height:15px;cursor:pointer;font-size:0;display:block}.close-button.sm{width:10px;height:10px}.close-button:before,.close-button:after{content:"";position:absolute;top:50%;left:0;width:80%;height:1.5px;background-color:#2c2c2e}.close-button:before{transform:translateY(-50%) rotate(45deg)}.close-button:after{transform:translateY(-50%) rotate(-45deg)}.obtn{background:#eb4c10!important;color:#fff!important}.obtn.w100{width:100%}.obtn.w-xl{width:160px;height:48px;font-size:15px}.obtn.cancel{background:#fff!important;color:#333!important;font-weight:700}.obtn.large{height:48px}.obtn.disabled-button{background:#949494!important}.pop-tit-box{display:flex;height:45px;align-items:center;justify-content:center;padding:0 16px;position:relative;font-size:18px;color:#2c2c2e;font-weight:500}.pop-tit-box.tit-default{height:44px!important;display:flex;padding:10px 16px 10px 109px;justify-content:flex-end;align-items:flex-start;gap:69px;margin-bottom:12px}.pop-tit-box.tit-default .tit-text-d{width:182px;color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.pop-tit-box.info-modi{display:flex;height:44px;padding:10px 16px 10px 48px!important;justify-content:flex-end;align-items:flex-start;gap:8px}.pop-tit-box.info-modi .pop-tit-sub{width:229px;color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.pop-tit-box.share-pre{display:flex;height:44px;padding:10px 16px 10px 229px;justify-content:center;align-items:center;gap:189px}.pop-tit-box.flex-sb{justify-content:space-between}.pop-tit-box.pop-right-close{padding-right:50px}.pop-tit-box .pop-tit-sub{font-size:15px}.pop-tit-box .pop-tit-sub.fnt16{font-size:16px;font-weight:700;color:#2c2c2e}.pop-tit-box.st-short{height:0;position:relative}.pop-tit-box .setting-button{position:absolute;left:1rem;top:50%;bottom:0;display:flex;align-items:center;height:24px;font-size:13px;color:#575757;border:1px solid #ebebeb;border-radius:16px;min-width:40px;padding:4px 8px;margin-top:-12px;cursor:pointer}.pop-tit-box .setting-button span{margin-left:3px}.pop-tit-box .close-button{position:absolute;right:1rem;top:0;bottom:0;display:flex;align-items:center;height:100%;width:24px;box-sizing:border-box}.pop-tit-box .btn-left{position:absolute;left:1rem;top:0;bottom:0;display:flex;align-items:center;height:100%}.pop-search-box-title{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.375px}.pop-search-box{display:flex;justify-content:space-between;align-items:center;height:46px;margin-bottom:20px}.pop-search-box.h-large{padding-bottom:2rem}.pop-search-box .obtn{width:78px;margin-left:1rem;height:38px;background-color:#eb4c10!important;font-size:14px;font-weight:700;color:#fff}.pop-search-box .obtn.theme--light.v-btn.v-btn--disabled.v-btn--has-bg{background-color:#949494!important;color:#fff!important}.pop-search-box .obtn.sajupalza{margin-left:8px!important}.pop-search-box .btn-line{border:1px solid #d9d9d9;border-radius:6px;color:#000;font-size:15px;font-weight:500;display:flex;justify-content:center;align-items:center;width:90px;height:38px}.v-dialog.dialog-alert{border-radius:16px}.v-dialog.dialog-alert .pop-inner{padding:36px 16px 16px}.v-dialog.dialog-alert .pop-inner .pop-body{padding:0}.v-dialog.dialog-alert .pop-inner .pop-body .pop-tit-box{padding:0;height:auto}.v-dialog.dialog-alert .btn-com.bottom{position:relative}.v-dialog.dialog-alert .btn-com .btn-nor{font-size:16px;font-weight:500}.input-box .v-input__icon--clear .theme--light.v-icon,.input-box .v-input__icon--clear:hover .theme--light.v-icon,.input-box .v-input--is-focused .v-input__icon--clear .theme--light.v-icon{color:#2c2c2e!important}.input-box.sajupalza{height:34px!important}.input-box.sajupalza .v-input__control{height:34px!important;width:250px!important;padding:0;margin:0}.input-box.sajupalza .v-field__input{padding:0 8px;margin:0}.input-box.sajupalza .v-field__field{height:34px}.input-box.sajupalza .v-field__clearable{align-items:center;justify-content:center!important;padding-top:0!important}.v-input__slot .v-input__icon--clear .theme--light.v-icon,.v-input__slot .v-input__icon--clear:hover .theme--light.v-icon,.v-input__slot .v-input--is-focused .v-input__icon--clear .theme--light.v-icon{color:#2c2c2e!important}.pop-base-inner{padding:0 32px}.pop-body{padding:1rem;padding-top:0;position:relative;height:calc(100% - 45px);box-sizing:border-box}.pop-body.pd-mid{padding-left:20px;padding-right:20px}.pop-body.pd-small{padding:16px}.pop-body.pd-small.bottom{padding:0 16px 48px}.pop-body.pd-large{padding-left:32px;padding-right:32px}.pop-body.pd-large-btm{padding-left:32px;padding-right:32px;padding-bottom:32px}.pop-body.pd-large-sh{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:16px;padding:0;height:248px}.pop-body.share-pre{display:flex;justify-content:center;align-items:center;gap:16px;height:530px;width:100%;padding:0!important;margin:0!important}.pop-body.h-100{height:100%}.pop-body.pd-top-none{padding-top:0}.pop-body.pd- .tit-s{color:#23252e;font-weight:500;font-size:15px;position:relative;height:34px}.pop-body .pop-exp{color:#eb4c10;font-size:14px;margin-bottom:26px}.pop-body .pop-exp-sh{color:#333;font-size:15px;font-weight:400;line-height:20px;text-align:center!important}.pop-body .btn-right{position:absolute;right:0;top:0}.pop-body .icon-minus{width:34px;height:34px;position:relative;display:block;font-size:0}.pop-body .icon-minus:before{width:16px;height:2px;background:#23252e;border-radius:4px;content:"";display:block;position:absolute;left:50%;top:50%;margin-top:-1px;margin-left:-8px}.pop-body .btn-btm-long{position:absolute;left:1rem;bottom:1rem;right:1rem}.pop-body .pop-form-box.option{padding:0 1rem}.pop-body .pop-form-box.option .row-box+.row-box{margin-top:15px}.pop-body .pop-bottom{position:absolute;left:0;bottom:0;right:0;height:48px;background:#f8f8f8 0% 0% no-repeat padding-box;border-radius:0 0 16px 16px}.pop-body .pop-bottom .inner{display:flex;justify-content:space-between;align-items:center;height:100%}.pop-body .pop-bottom .inner .txt1{color:#575757;font-size:14px}.pop-body .pop-bottom .inner .txt2{color:#eb4c0f;font-size:14px}.pop-body .pop-bottom .inner .txt3{color:#2c2c2e;font-size:14px;font-weight:500}.pop-body .pop-bottom .inner .count,.pop-body .pop-bottom .inner .order{width:50%}.pop-body .pop-bottom .inner .order button{width:100%;display:flex;justify-content:flex-end;align-items:center}.pop-search-list{min-height:310px}.pop-body-tit{color:#2c2c2e;font-size:15px;width:100%;text-align:center;margin-bottom:20px;line-height:1.5}.pop-daeun-wrap+.pop-daeun-wrap{margin-top:20px}.pop-daeun-box{display:flex;justify-content:center;align-items:flex-start;background:#fff;border-radius:6px;padding:16px 0;text-align:center}.pop-daeun-box .birth-item-box{width:60px;margin:0 5px;cursor:pointer;position:relative}.pop-daeun-box .birth-item-box .txt-sky{margin-bottom:7px}.pop-daeun-box .birth-item-box.active:before{content:"";position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;border:1px solid #eb4c10;border-radius:10px}.pop-daeun-box.w-short .birth-item-box{margin:0}.pop-msg-box{padding:36px 16px 16px}.pop-msg-box.pd-nor{padding:36px 16px;height:100%}.pop-msg-box .msg-body-box{display:flex;justify-content:center;align-items:center;margin-bottom:28px;text-align:center;font-size:15px;color:#333;font-weight:400;line-height:24px}.pop-msg-box .msg-body-box.mg-none{margin:0}.pop-msg-box .msg-btm-box{display:flex;justify-content:center;align-items:center}.com-btn-nor{background:#eb4c10;color:#fff;height:48px;border-radius:6px;font-size:16px;font-weight:700;display:flex;width:100%;align-items:center;justify-content:center}.pop-ganji-result .pop-ganji-list-box{height:196px;display:flex;justify-content:space-between;align-items:flex-start;background:#f6f6f6;border-radius:6px;padding:0 24px;text-align:center;margin-bottom:24px}.pop-ganji-result .pop-ganji-list-box .txt-earth-02{display:none}.pop-ganji-result .pop-ganji-list-box .birth-item-box{margin-bottom:12px;font-size:14px}.pop-ganji-result .pop-ganji-list-box .birth-item-box .txt1{font-size:12px;font-weight:500}.pop-ganji-result .pop-ganji-list-box .birth-item-box .txt2{margin-bottom:4px;display:block}.pop-ganji-result .day-list-box{overflow-y:auto;height:140px}.pop-ganji-result .day-list-box .row-box{display:flex;justify-content:center;align-items:flex-start;height:60px;flex-direction:column;position:relative;border-bottom:1px solid #e5e5e5;cursor:pointer}.pop-ganji-result .day-list-box .row-box.active .txt01,.pop-ganji-result .day-list-box .row-box.active .txt02{color:#eb4c10}.pop-ganji-result .day-list-box .row-box .txt01{color:#333;font-weight:500;font-size:15px}.pop-ganji-result .day-list-box .row-box .txt02{color:#575757;font-size:13px}.pop-ganji-result .day-list-box .row-box .btn-r{position:absolute;right:0;top:50%;transform:translateY(-50%)}.wrong-keyword{display:flex;flex-direction:column;padding:60px 0;justify-content:center;align-items:center;gap:10px}.wrong-keyword div{color:var(--Gray-800, #333);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.wrong-keyword .keyword-palza{color:var(--orange-300-main, #eb4c10);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:24px}.address-list{display:flex;flex-direction:column;height:310px;overflow-y:auto}.address-list .area-item,.address-list .group-item{cursor:pointer;display:flex;justify-content:flex-start;align-items:center;min-height:40px;height:40px;box-sizing:border-box;padding:0 10px}.address-list .area-item:hover,.address-list .group-item:hover,.address-list .area-item.selected,.address-list .group-item.selected{background:#ebebeb;border-radius:6px}.group-set-list{display:flex;align-items:center;align-content:center;gap:8px;align-self:stretch;flex-wrap:wrap;min-height:106px;height:auto}.group-set-list .area-item{cursor:pointer;display:inline-flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:16px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-style:normal;width:auto;height:30px}.group-set-list .area-item.hover:hover{background:#ebebeb;border-radius:6px}.group-set-list .area-item .name{color:#333;font-weight:500;font-size:14px;width:auto;height:auto;line-height:18px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-set-list .area-item .btn-r{width:45%;display:flex;justify-content:flex-end;align-items:center}.group-set-list .area-item .btn-r button{margin-left:4px}.etc-date-box{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.etc-date-box .etc-date-input{display:flex;align-items:center;width:100%;justify-content:space-between}.etc-date-box .input{width:45%;border:1px solid #cbcbcb;border-radius:6px;height:26px;color:#333;font-size:12px;display:flex;justify-content:center;align-items:center;text-align:center}.etc-date-box .date-picker-box .input{width:100%}.etc-date-box .wide{width:100%;background:#eb4c10 0% 0% no-repeat padding-box;border:1px solid #eb4c10;color:#fff;display:flex;justify-content:center;align-items:center;font-size:12px;height:26px;border-radius:6px;margin-top:6px}.etc-date-box .wide.bg-gray{background-color:#757575;border-color:#757575}.theme--light.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:none!important}.list-hd-box{display:flex;flex-wrap:wrap;padding-top:30px;padding-bottom:17px}.list-hd-box .tit-box{display:flex;flex-direction:column}.list-hd-box .tit-box .tit{font-size:20px;color:#23252e;font-weight:500;margin-bottom:0!important}.list-hd-box .tit-box .exp{font-size:14px;color:#575757}.list-hd-box .row-box{display:flex;width:100%;justify-content:flex-end}.list-hd-box .search-box{display:flex;width:340px;color:#757575;height:29px;align-items:center}.list-hd-box .search-box .input{border-bottom:none;width:calc(100% - 44px);font-size:14px;letter-spacing:-.35px}.list-hd-box .search-box .btn{width:24px;height:24px;font-size:0;display:flex;cursor:pointer;margin-left:18px}.list-hd-box .search-box .icon-search{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_65_2'%20data-name='구성%20요소%2065%20–%202'%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='icon_circle'%20transform='translate(4%204)'%3e%3cpath%20id='circle2017'%20d='M7.687,291.161a7.177,7.177,0,1,0,4.469,12.779l2.988,2.987a.8.8,0,1,0,1.131-1.129l-2.988-2.988a7.165,7.165,0,0,0-5.6-11.649Zm0,1.594a5.582,5.582,0,1,1-5.579,5.579,5.566,5.566,0,0,1,5.579-5.579Z'%20transform='translate(-0.514%20-291.161)'%20fill='%237f828d'/%3e%3c/g%3e%3crect%20id='사각형_10038'%20data-name='사각형%2010038'%20width='24'%20height='24'%20fill='none'/%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex}.icon-setting{width:22px;height:22px;background:url("data:image/svg+xml,%3csvg%20id='Drawer_icon_setting'%20data-name='Drawer_icon/setting'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%3e%3crect%20id='Boundary'%20width='22'%20height='22'%20fill='none'/%3e%3cg%20id='setting'%20transform='translate(2.398%202.398)'%3e%3cpath%20id='패스_382'%20data-name='패스%20382'%20d='M10,4.259a1.647,1.647,0,0,1,3.2,0,1.648,1.648,0,0,0,2.459,1.019,1.648,1.648,0,0,1,2.265,2.265A1.648,1.648,0,0,0,18.946,10a1.647,1.647,0,0,1,0,3.2,1.648,1.648,0,0,0-1.019,2.459,1.648,1.648,0,0,1-2.265,2.265A1.648,1.648,0,0,0,13.2,18.946a1.647,1.647,0,0,1-3.2,0,1.648,1.648,0,0,0-2.459-1.019,1.648,1.648,0,0,1-2.265-2.265A1.648,1.648,0,0,0,4.259,13.2a1.647,1.647,0,0,1,0-3.2A1.648,1.648,0,0,0,5.278,7.542,1.648,1.648,0,0,1,7.543,5.277,1.647,1.647,0,0,0,10,4.259Z'%20transform='translate(-3%20-3)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3cpath%20id='패스_383'%20data-name='패스%20383'%20d='M15.27,12.135A3.135,3.135,0,1,1,12.135,9,3.135,3.135,0,0,1,15.27,12.135Z'%20transform='translate(-3.533%20-3.533)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex}.icon-setting.font-none{font-size:0}.icon-setting.xs{width:14px;height:14px;background-size:100% auto}.icon-arrow01{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='23'%20viewBox='0%200%2023%2023'%3e%3cg%20id='그룹_20816'%20data-name='그룹%2020816'%20transform='translate(-16%20817.5)%20rotate(-90)'%3e%3cpath%20id='패스_6749'%20data-name='패스%206749'%20d='M0,0,5.383,5.579,0,11.157'%20transform='translate(811.657%2025)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3crect%20id='Boundary'%20width='23'%20height='23'%20transform='translate(794.5%2016)'%20fill='none'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:23px;height:23px;font-size:0;display:block}.icon-arrow01.down{transform:rotate(90deg);transition:transform .3s ease}.icon-arrow01.up{transform:rotate(270deg);transition:transform .3s ease}.icon-arrow02{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='icon_arrow'%20clip-path='url(%23clip0_3199_70881)'%3e%3cpath%20id='Vector'%20d='M3.33325%208.00004H12.6666M12.6666%208.00004L9.99992%205.33337M12.6666%208.00004L9.99992%2010.6667'%20stroke='%23575757'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3199_70881'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;display:inline-block;font-size:0}.icon-reset{background:url("data:image/svg+xml,%3csvg%20id='구성_요소_213_1'%20data-name='구성%20요소%20213%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='패스_17462'%20data-name='패스%2017462'%20d='M0,0H19.872V21.65H0Z'%20transform='translate(-1.662%20-1.219)'%20fill='%23eb4c10'/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='사각형_51'%20data-name='사각형%2051'%20width='24'%20height='24'%20fill='none'/%3e%3cg%20id='그룹_20996'%20data-name='그룹%2020996'%20transform='translate(3.726%202.189)'%3e%3cg%20id='마스크_그룹_8549'%20data-name='마스크%20그룹%208549'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='패스_17461'%20data-name='패스%2017461'%20d='M16.534,10.465a.81.81,0,0,0-1.618.091c.007.126.011.255.011.382a6.648,6.648,0,1,1-4.533-6.307l-2.162.783a.81.81,0,1,0,.552,1.524l3.939-1.426.012-.005.043-.018.031-.014.039-.021.031-.018.034-.023.032-.023.029-.024.032-.028.024-.025.031-.034.021-.026.029-.038.008-.01.011-.018.023-.038.018-.034.016-.035c.006-.013.011-.026.016-.04L13.215,5c0-.014.009-.028.013-.042s.006-.023.008-.034.006-.027.008-.041,0-.025.006-.038,0-.025,0-.038,0-.028,0-.042,0-.023,0-.035,0-.03,0-.045,0-.023,0-.034,0-.029-.006-.043,0-.025-.007-.037-.006-.026-.009-.038-.008-.028-.013-.042,0-.014-.006-.021L11.782.535a.81.81,0,1,0-1.524.552L11,3.123a8.275,8.275,0,1,0,5.552,7.816c0-.157,0-.316-.013-.473'%20transform='translate(0%200)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:14px;height:14px;display:flex;font-size:0}.icon-filter{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='17.5'%20height='17.5'%20viewBox='0%200%2017.5%2017.5'%3e%3cpath%20id='패스_4476'%20data-name='패스%204476'%20d='M12,6V4m0,2a2,2,0,0,0,0,4m0-4a2,2,0,0,1,0,4M6,18a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4m6,6V20m6-2a2,2,0,1,0,0-4m0,4a2,2,0,1,1,0-4m0,4v2m0-6V4'%20transform='translate(-3.25%20-3.25)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'/%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;display:flex;font-size:0}.icon-order{background:url("data:image/svg+xml,%3csvg%20id='arrow'%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3crect%20id='Boundary'%20width='16'%20height='16'%20fill='none'/%3e%3cg%20id='그룹_19883'%20data-name='그룹%2019883'%20transform='translate(2.43%203.317)'%3e%3cg%20id='그룹_19856'%20data-name='그룹%2019856'%20transform='translate(0%200)'%3e%3cpath%20id='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-2'%20data-name='chevron-left'%20d='M9.606,0H0'%20transform='translate(2.624%200.364)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3cg%20id='그룹_19857'%20data-name='그룹%2019857'%20transform='translate(11.224%209.703)%20rotate(-180)'%3e%3cpath%20id='chevron-left-3'%20data-name='chevron-left'%20d='M3.039,5.249,0,2.625,3.039,0'%20transform='translate(5.249%200)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3cpath%20id='chevron-left-4'%20data-name='chevron-left'%20d='M9.387,0H0'%20transform='translate(2.624%200.295)%20rotate(90)'%20fill='none'%20stroke='%232c2c2e'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:36px;height:36px;display:flex;font-size:0}.toolbar_view_mode_image_list{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23c5c5c5'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;font-size:0;display:flex}.toolbar_view_mode_image_list.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21111'%20data-name='그룹%2021111'%20transform='translate(-1563%20-311)'%3e%3crect%20id='사각형_10225'%20data-name='사각형%2010225'%20width='24'%20height='24'%20transform='translate(1563%20311)'%20fill='none'/%3e%3cpath%20id='패스_17432'%20data-name='패스%2017432'%20d='M4.167,0H.833A.834.834,0,0,0,0,.833V4.167A.834.834,0,0,0,.833,5H4.167A.834.834,0,0,0,5,4.167V.833A.834.834,0,0,0,4.167,0Z'%20transform='translate(1565%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17433'%20data-name='패스%2017433'%20d='M20.5,0H8.833A.834.834,0,0,0,8,.833V4.167A.834.834,0,0,0,8.833,5H20.5a.834.834,0,0,0,.833-.833V.833A.834.834,0,0,0,20.5,0Z'%20transform='translate(1563.667%20313)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17434'%20data-name='패스%2017434'%20d='M4.167,9H.833A.834.834,0,0,0,0,9.833v3.333A.834.834,0,0,0,.833,14H4.167A.834.834,0,0,0,5,13.167V9.833A.834.834,0,0,0,4.167,9Z'%20transform='translate(1565%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17435'%20data-name='패스%2017435'%20d='M20.5,9H8.833A.834.834,0,0,0,8,9.833v3.333A.834.834,0,0,0,8.833,14H20.5a.834.834,0,0,0,.833-.833V9.833A.834.834,0,0,0,20.5,9Z'%20transform='translate(1563.667%20311.5)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17436'%20data-name='패스%2017436'%20d='M4.167,18H.833A.834.834,0,0,0,0,18.833v3.333A.834.834,0,0,0,.833,23H4.167A.834.834,0,0,0,5,22.167V18.833A.834.834,0,0,0,4.167,18Z'%20transform='translate(1565%20310)'%20fill='%23eb4c10'/%3e%3cpath%20id='패스_17437'%20data-name='패스%2017437'%20d='M20.5,18H8.833A.834.834,0,0,0,8,18.833v3.333A.834.834,0,0,0,8.833,23H20.5a.834.834,0,0,0,.833-.833V18.833A.834.834,0,0,0,20.5,18Z'%20transform='translate(1563.667%20310)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}.toolbar_view_mode_image_grid{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23c5c5c5'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23c5c5c5'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:24px;height:24px;flex-shrink:0;display:flex}.toolbar_view_mode_image_grid.active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='그룹_21110'%20data-name='그룹%2021110'%20transform='translate(-1609%20-311)'%3e%3crect%20id='사각형_10224'%20data-name='사각형%2010224'%20width='24'%20height='24'%20transform='translate(1609%20311)'%20fill='none'/%3e%3crect%20id='사각형_10044'%20data-name='사각형%2010044'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10047'%20data-name='사각형%2010047'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1611%20324.111)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10045'%20data-name='사각형%2010045'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20313)'%20fill='%23eb4c10'/%3e%3crect%20id='사각형_10046'%20data-name='사각형%2010046'%20width='8.889'%20height='8.889'%20rx='1'%20transform='translate(1622.111%20324.111)'%20fill='%23eb4c10'/%3e%3c/g%3e%3c/svg%3e")}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(90deg)}}@keyframes rotate2{0%{transform:rotate(90deg)}to{transform:rotate(270deg)}}.btn-btm-right-box{position:absolute;right:20px;bottom:20px}.sort-box{display:flex;justify-content:flex-end;align-items:center;margin-bottom:6px}.memo-list-box .month-row-box{margin-bottom:20px}.memo-list-box .month-tit{color:#232323;font-size:14px;font-weight:500;line-height:1;margin-bottom:5px}.memo-list-box .month-item-box{background:#fff8f5;border-radius:6px;margin-bottom:10px;box-sizing:border-box;padding:12px 10px;cursor:pointer}.memo-list-box .month-item-box .tit-cont{color:#333;font-size:15px;font-weight:500;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.memo-list-box .month-item-box .tit-cont.highlighted{color:#eb4c10;font-weight:500}.memo-list-box .month-item-box .date{color:#333;font-size:13px}.clock-box{display:flex;width:100%;flex-direction:column;flex-wrap:wrap;margin-bottom:4px}.clock-box.just-bt{flex-direction:row;justify-content:flex-start;align-items:center;letter-spacing:-.35px;font-size:14px}.clock-box .date-box{display:flex;margin-bottom:5px;align-items:center;justify-content:flex-start}.clock-box .date-box span{margin-left:2px}.time-clock-box dl{display:flex;width:74px;flex-wrap:wrap}.time-clock-box dl dt{width:50%;text-align:right;color:#757575;font-size:12px}.time-clock-box dl dd{width:50%;display:flex;font-size:13px;color:#333;padding-left:8px;box-sizing:border-box;font-weight:500}.date-box.solar{margin-right:8px}.date-box.solar .name{background-color:#e57576;color:#fff;width:47px;height:24px;font-size:14px;border-radius:30px;display:flex;justify-content:center;align-items:center}.date-box.solar .name.none-bg{background:transparent;color:#ff6e6e;width:auto;height:auto;font-weight:500}.date-box.lunar .name{background-color:#759ae5;color:#fff;width:47px;height:24px;font-size:14px;border-radius:30px;display:flex;justify-content:center;align-items:center}.date-box.lunar .name.none-bg{background:transparent;color:#5790fc;width:auto;height:auto;font-weight:500}.clock-ganji-box{font-size:14px;color:#757575}.clock-ganji-box .year-item-box{display:flex;justify-content:space-between;align-items:center;width:100%}.clock-ganji-box .year-item-box span{display:flex;justify-content:center;align-items:center;width:100%}.data-clock-box{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.data-clock-box .data-row-box{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:15px}.data-clock-box .data-val{width:54px;height:54px;background:#eee;font-size:32px;font-weight:400;display:flex;justify-content:center;align-items:center;border-radius:11px;font-family:ChosunGs}.fav-none-box .txt-none{color:#949494;font-size:12px;font-weight:400;line-height:16px;letter-spacing:-.3px;padding:32px 0 16px}.fav-none-box .btn-line{color:#2c2c2e;font-size:12px;font-weight:700;line-height:14px;text-decoration-line:underline}.pop-group-list{height:500px;width:100%}.pop-group-list .group-item{display:flex;justify-content:flex-start;align-items:center;padding:16px 8px;height:52px;border-bottom:1px solid #ebebeb;color:#333;font-size:16px;width:100%;cursor:pointer}.pop-group-list .group-item:hover,.pop-group-list .group-item.active{color:#eb4c10;font-weight:700}.share-preview-box{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.share-preview-box .img01{background:url(/assets/share-guide-01-58FWiFly.png) center center no-repeat;background-size:100% auto;width:calc(100% - 8px);height:100%}.share-preview-box .img02{background:url(/assets/share-guide-02-CGDixKk5.png) center center no-repeat;background-size:100% auto;margin-left:16px;width:calc(100% - 8px);height:100%}.share-com-btn-box{display:flex;justify-content:space-between;align-items:center;gap:8px}.share-com-btn-box>div{border:1px solid #ebebeb;border-radius:6px;width:164px;height:158px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.share-com-btn-box>div:hover{border-color:#eb4c10}.share-com-btn-box>div .active{border-color:#eb4c10}.share-com-btn-box .icon-box{margin-bottom:12px;height:40px;display:flex;justify-content:center;align-items:center}.share-com-btn-box .txt1{font-size:14px;font-weight:700;color:#333;margin-bottom:8px}.share-com-btn-box .txt2{font-size:13px;font-weight:400;color:#575757;line-height:18px;text-align:center}.btn-guide-box button{display:flex;width:336px;padding:10px 14px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-700, #575757);text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.btn-guide-box button span{margin-left:5px}.btn-guide-box button .pre-view{color:var(--Gray-700, #575757);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px;text-decoration-line:underline}.pagination{display:flex;justify-content:center;margin-top:20px}.pagination button{display:inline-block;margin:0 5px;width:26px;height:26px;background-color:#fff;border-radius:100%;cursor:pointer;font-size:14px;font-weight:500}.pagination button.active{background-color:#eb4c10;color:#fff;border-color:#eb4c10;flex-shrink:0}.pagination button:disabled{color:#c2c2c2}.essay-title-box{position:relative;width:100%;height:240px;overflow:hidden}.essay-title-box img{width:100%;height:100%;object-fit:cover}.essay-title-box .txt-box{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;background:#00000080;text-align:center}.essay-title-box .txt-box .tit,.essay-title-box .txt-box .date{margin:0;padding:5px}.essay-title-box .txt-box .tit{font-size:24px;line-height:34px;font-family:MaruBuriBold,serif}.essay-title-box .txt-box .date{font-size:15px;color:#ebebeb}.a-link{cursor:pointer}.article-content-box{padding:20px;margin-bottom:80px;line-height:1.8;font-family:MaruBuri,serif;letter-spacing:0;font-size:18px;color:#333}.article-content-box a{color:#eb4c10;text-decoration:underline}.article-content-box em{font-style:italic}.article-content-box .ql-font-monospace{font-family:monospace}.article-content-box .ql-font-malgun-gothic{font-family:malgun-gothic}.article-content-box .ql-font-serif{font-family:serif}.article-content-box .ql-font-Pretendard{font-family:Pretendard}.article-content-box .ql-font-Maruburi{font-family:Maruburi}.article-content-box strong.ql-font-Maruburi{font-family:MaruBuriBold}.article-content-box .ql-font-Nanum-Myeongjo{font-family:Nanum Myeongjo}.article-content-box .ql-video{width:80%;margin:0 auto 0 10%;aspect-ratio:16/9;position:relative}.article-content-box .ql-video>iframe,.article-content-box .ql-video>video{width:100%;height:100%;position:absolute;top:0;left:0}.article-content-box strong{font-family:MaruBuriBold}.article-content-box .ql-align-center{text-align:center}.article-content-box li{padding-left:16px;position:relative}.article-content-box li:before{position:absolute;left:0;top:0;display:block;content:"•"}.article-content-box.product{width:100%}.article-content-box.st-reg{display:flex;align-items:flex-start;padding:8px 20px;margin-bottom:0}.article-content-box.st-reg .tit{width:80px;color:#333;font-size:15px;font-weight:500}.article-content-box.st-reg .input-form{width:calc(100% - 80px)}.article-content-box.st-reg .input-form textarea{resize:none;height:380px}.share-btm-box{margin-top:100px;height:56px;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb}.share-btm-box .hd-inner-base{height:100%;align-items:center}.share-btm-box .tit-box{display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.share-btm-box .tit-box span{margin-left:8px}.share-btm-box .like-box{display:flex;justify-content:flex-end;align-items:center}.share-btm-box .like-box .icon-box{display:inline-flex}.share-btm-box .like-box .icon-box .icon-like{display:inline-flex;width:24px;height:24px;color:red;cursor:pointer}.share-btm-box .like-box .icon-box .icon-like path{fill:transparent;stroke:#575757}.share-btm-box .like-box .icon-box .icon-like.active path{fill:#eb4c10;stroke:#eb4c10}.share-btm-box .like-box .num{font-size:14px;color:#575757;font-weight:500;margin-right:16px;display:inline-flex;width:15px;height:18px;justify-content:center;align-items:center;margin-left:4px}.icon-essay{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%3e%3cpath%20d='M11.5%207C5.152%207%200%2010.8525%200%2015.6053C0%2018.6985%202.18132%2021.4102%205.4556%2022.9262C5.21548%2023.7761%204.58436%2026.0054%204.45832%2026.4826C4.30284%2027.0748%204.6874%2027.0669%204.93948%2026.9076C5.13728%2026.7831%208.09048%2024.8829%209.3656%2024.0626C10.0722%2024.1618%2010.7856%2024.2115%2011.5%2024.2116C17.848%2024.2116%2023%2020.3582%2023%2015.6062C23%2010.8542%2017.848%207%2011.5%207Z'%20fill='%23EB4C10'/%3e%3cpath%20d='M14.4766%2016.2734V20H12.9766V11.5156H14.4414V14.7148H14.5234C14.8164%2014%2015.4258%2013.5547%2016.4102%2013.5547C17.7344%2013.5547%2018.6016%2014.4102%2018.6016%2015.9453V20H17.1133V16.1797C17.1133%2015.3125%2016.6445%2014.8203%2015.8594%2014.8203C15.0508%2014.8203%2014.4766%2015.3477%2014.4766%2016.2734Z'%20fill='white'/%3e%3cpath%20d='M10.1992%2014.375C10.0234%2013.3555%209.20312%2012.7695%208.17188%2012.7695C6.77734%2012.7695%205.80469%2013.8359%205.80469%2015.7578C5.80469%2017.7031%206.78906%2018.7461%208.17188%2018.7461C9.17969%2018.7461%2010%2018.1836%2010.1992%2017.1875H11.7344C11.5%2018.8164%2010.1641%2020.1172%208.14844%2020.1172C5.91016%2020.1172%204.26953%2018.4883%204.26953%2015.7578C4.26953%2013.0156%205.93359%2011.3984%208.14844%2011.3984C10.0234%2011.3984%2011.4766%2012.4883%2011.7344%2014.375H10.1992Z'%20fill='white'/%3e%3crect%20x='25'%20y='15'%20width='7'%20height='1'%20fill='%23EB4C10'/%3e%3crect%20x='28'%20y='19'%20width='7'%20height='1'%20transform='rotate(-90%2028%2019)'%20fill='%23EB4C10'/%3e%3c/svg%3e") center center no-repeat;width:32px;height:32px;display:inline-flex}.board-tit-box{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.board-tit-box .h3{display:flex;justify-content:flex-start;align-items:center;color:#2c2c2e;font-size:20px;font-weight:700;flex-wrap:wrap}.board-tit-box .h3 .board__tit-results{display:inline-flex;flex-direction:row;flex-wrap:nowrap;white-space:nowrap;align-items:center;justify-content:flex-start;gap:10px}.board-tit-box .h3 .num{color:#eb4c10;margin-left:5px}.board-tit-box .h3 .txt-exp{font-size:15px;font-weight:400;color:#575757;display:flex;width:100%;margin-top:12px}.board-tit-box .sort-seach-box{color:#575757;font-size:12px}.board-tit-box .sort-seach-box button{margin-left:12px}.board-tit-box .sort-seach-box button.active{color:#eb4c10;font-weight:700}.board-tit-box .search-box{width:280px;height:34px;display:flex;position:relative;align-items:center;justify-content:space-between}.board-tit-box .search-box .btn-box{display:inline-block;color:#2c2c2e}.board-list-box table{width:100%}.board-list-box table thead th{height:42px;background:#f8f8f8;border-top:#757575 solid 1px;font-size:14px;color:#2c2c2e;font-weight:500}.board-list-box table tbody td{padding:20px;border-bottom:1px solid #ebebeb;font-weight:500;font-size:15px}.board-list-box table tbody td .tit{color:#333}.board-list-box table tbody td .date{color:#949494}.board-list-box table tbody td.al-tit{cursor:pointer}.board-list-box table tbody td.al-center{text-align:center}.board-list-box table tbody td .st-date,.board-list-box table tbody td .st-name,.board-list-box table tbody td .st-state{font-size:15px;color:#949494;font-weight:400}.board-list-box table tbody td .st-state.finish{color:#eb4c10;font-weight:700}.board-view-tit-box{display:flex;flex-direction:column;padding:24px 20px;border-top:1px solid #757575;width:100%;border-bottom:1px solid #ebebeb}.board-view-tit-box .tit{color:#333;font-size:18px;font-weight:500}.board-view-tit-box .date{color:#949494;font-size:15px}.board-view-tit-box.st-reg{flex-direction:row;align-items:center;padding:12px 20px 8px;border-bottom:none}.board-view-tit-box.st-reg .tit{width:80px;font-size:15px}.board-view-tit-box .select-box{height:44px;width:160px}.board-view-tit-box .input-form{display:flex;gap:8px;width:calc(100% - 80px);height:44px}.board-view-tit-box .input-form .select-box,.board-view-tit-box .input-form .text-field{flex:1}.board-view-tit-box .input-form .select-box{max-width:208px}.board-view-tit-box .v-text-field--filled>.v-input__control>.v-input__slot,.board-view-tit-box .v-text-field--full-width>.v-input__control>.v-input__slot,.board-view-tit-box .v-text-field--outlined>.v-input__control>.v-input__slot{min-height:44px}.board-view-tit-box .v-input__control,.board-view-tit-box .v-input__slot{height:100%}.board-answer-box{background:#f8f8f8;padding:40px}.board-answer-box .answer-tit{font-size:16px;font-weight:700;color:#eb4c10;margin-bottom:20px}.board-answer-box .answer-cont{font-size:15px;font-weight:400;color:#575757;line-height:20px}.faq-list-wrap{border-top:1px solid #757575}.faq-list-row{border-bottom:1px solid #ebebeb}.faq-list-row .tit{height:60px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;color:#333;font-weight:500;padding:0 20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5006_86777)'%3e%3cpath%20d='M15.8327%207.50065L9.99935%2013.334L4.16602%207.50065'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5006_86777'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") calc(100% - 20px) center no-repeat}.faq-list-row .tit.open{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5006_86807)'%3e%3cpath%20d='M4.16732%2012.4993L10.0006%206.66602L15.834%2012.4993'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5006_86807'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.faq-list-row .cont{height:0;opacity:0;overflow:hidden;padding:0 40px;transition:height .05s ease,opacity .1s ease,padding .1s ease;background:#f8f8f8}.faq-list-row .cont.open{height:100%;opacity:1;padding:20px 40px}.category-list-box{margin-bottom:15px}.btn-category{background:#f8f8f8;padding:6px 12px;border-radius:16px;height:30px;box-sizing:border-box;font-size:14px;color:#757575;display:inline-flex;margin-right:8px}.btn-category.active{background-color:#eb4c10;font-weight:700;color:#fff}.board-inquiry-box{display:flex;justify-content:space-between;align-items:center;border-radius:8px;background:#f8f8f8;padding:20px;margin-bottom:20px}.board-inquiry-box .txt1{color:#333;font-size:16px;font-weight:700}.board-inquiry-box .txt2{color:#333;font-size:15px;font-weight:500;margin-top:6px}.board-inquiry-box .txt3{color:#575757;font-size:15px;font-weight:400}.board-inquiry-box .btn-do{background:#eb4c10;color:#fff;border-radius:6px;font-size:14px;font-weight:700;padding:10px 14px;display:inline-flex}.join-content{background:#f8f8f8;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center}.join-content .join-inner-box{padding:60px 80px;box-sizing:border-box;width:560px;background:#fff;border-radius:20px;border:1px solid #ebebeb;margin:60px auto}.join-content .row-input-box{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:20px}.join-content .v-text-field--filled>.v-input__control>.v-input__slot,.join-content .v-text-field--full-width>.v-input__control>.v-input__slot,.join-content .v-text-field--outlined>.v-input__control>.v-input__slot{min-height:48px}.join-content .join-tit-box{display:flex;flex-direction:column;margin-bottom:32px}.join-content .join-tit-box .txt-tit{display:flex;justify-content:center;align-items:center;margin-bottom:16px;color:#2c2c2e;font-size:20px;font-weight:700}.join-content .join-tit-box .txt-exp{display:flex;justify-content:center;align-items:center;color:#575757;font-size:15px;font-weight:400}.join-content .join-step-box{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:32px}.join-content .join-step-box .no{width:24px;height:24px;border-radius:100%;background:#ebebeb;font-size:12px;color:#757575;display:flex;justify-content:center;align-items:center}.join-content .join-step-box .no.active{background:#eb4c10;color:#fff;font-weight:700}.join-content .join-step-box .line{overflow:hidden;width:40px;height:1px;background:#ebebeb;display:inline-flex}.join-content .join-exp-btn-box{display:flex;justify-content:center;align-items:center;gap:5px;color:#eb4c10;font-size:14px;font-weight:500}.join-content .join-exp-btn-box .line{text-decoration:underline}@media (max-width: 1023px){body{font-size:14px}h2{font-size:1.2rem}.footer-wrap{background:#4d545c}.footer-wrap .inner-base{padding:1rem;flex-direction:column;justify-content:center;align-items:center}.footer-wrap .inner-base .address-sec{align-items:center;margin-bottom:2rem}.footer-wrap .info-area ul li{width:100%;text-align:center}.footer-wrap .info-area ul li:not(:first-child):before{display:none}.footer-wrap .info-area ul{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media (max-width: 768px){body{font-size:18px}.mb-only{display:block}.pc-only{display:none}.vi-slide .inner-box .text-box .txt{font-size:1rem}.footer-wrap .info-area ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.footer-wrap .info-area ul li{width:100%;box-sizing:border-box}.footer-wrap .info-area ul li:nth-child(2),.footer-wrap .info-area ul li:nth-child(3){width:auto;display:inline-block;margin-top:.2rem}}.saju-pop-inner{z-index:1;padding:20px 32px 32px!important;flex-direction:column;justify-content:center;align-items:center;gap:16px;background:var(--gray-100-white, #fff)}.saju-pop-body{display:flex;min-height:220px;height:auto;flex-direction:column;justify-content:space-between;align-items:center}.saju-pop-body .pop-search-box{display:flex;width:536px;min-height:168px;height:auto;flex-direction:column;align-items:flex-start;gap:20px;flex-shrink:0}.saju-pop-body .pop-search-box .pop-group-list{display:flex;align-items:center;align-content:center;gap:8px;align-self:stretch;flex-wrap:wrap;min-height:106px;height:auto}.saju-pop-body .pop-search-box .pop-group-list .group-item{display:inline-flex;padding:6px 12px;justify-content:center;align-items:center;gap:4px;border-radius:16px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px;width:auto;height:auto}.notice-group{width:536px}.notice-group .warn-text{color:var(--Gray-600, #757575)!important;font-feature-settings:"case" on;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:18px}@media (max-width: 768px){.board-tit-box,.board-tit-box h3{display:none}.st-board-list.board{width:100vw;height:100%}.pagination{align-items:center}.category-list-box{display:flex;padding:16px 0 16px 16px;align-items:center;gap:6px;align-self:stretch;width:100%;overflow-x:auto;margin-bottom:0;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.category-list-box::-webkit-scrollbar{display:none}.category-list-box .btn-category{width:fit-content;display:flex;flex-wrap:nowrap;white-space:nowrap}.event-st-list{grid-template-columns:repeat(1,1fr);padding:0 16px;gap:28px}.event-st-list .item>.txt-date,.event-st-list .item>.txt-tit,.event-st-list .item>.txt-tit-sub,.event-st-list .item>.art-icon-box{padding:0 8px}.event-st-list .img-box-lg,.event-st-list .img-box-lg .img-box{aspect-ratio:5/3;width:100%;height:auto}.article-content-box{margin-bottom:40px}.essay-title-box{height:fit-content;position:relative}.essay-title-box img{aspect-ratio:1/1;width:100%;height:auto}.essay-title-box .btn-back{position:absolute;top:14px;left:16px;z-index:100}.essay-title-box .txt-box{gap:4px;padding:0 16px}.share-btm-box{position:sticky;bottom:0;right:0;left:0;background-color:#fff;margin-top:10px}.board__search-results{padding:0 16px!important;margin-top:10px}}.essay-header__bottom-dropdown{position:relative;z-index:110}.dropdown__button{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--Gray-700, #575757);text-align:right;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.chev{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;transition:transform .15s ease}.chev.open{transform:rotate(180deg)}.dropdown__menu{position:absolute;right:0;top:100%;min-width:160px;max-height:50vh;overflow:auto;padding:6px;margin:0;list-style:none;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 12px 28px #00000014}.dropdown__item{display:block;width:100%;text-align:left;padding:10px 12px;border-radius:8px;font-size:14px;white-space:nowrap}.dropdown__item:hover{background:#f6f6f6}.dropdown__item.active{font-weight:700;background:#f2f2f2}.app-board__go-list-btn{margin:10px 0}.board__search-results{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding:0 3px;width:100%;color:var(--Gray-800, #333);font-size:16px}.board__search-results .sort-seach-box{color:#575757;font-size:12px}.board__search-results .sort-seach-box button{margin-left:12px}.board__search-results .sort-seach-box button.active{color:#eb4c10;font-weight:700}.board__search-results .search-result__total{display:inline;gap:3px;color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:20px}.board__search-results .search-result__total span{color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:22px;margin-left:5px}.board__search-results .board-list__none{height:100vh!important}.search-result__underline{width:100%;height:1px;background-color:#757575}.board-list__none{width:100%;height:calc(100vh - 300px);display:flex;align-items:center;justify-content:center}.event-gird__reaction-box{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.event-gird__reaction-box .reaction__like-reply{display:flex;align-items:center;gap:8px}.reaction-box{display:flex;align-items:center;gap:4px}.reaction-box .reaction-count{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:10px;font-style:normal;font-weight:700;line-height:12px}.reaction-box .icon-like{display:inline-flex;width:20px;height:20px;color:red;cursor:pointer;vertical-align:middle}.reaction-box .icon-like path{fill:transparent;stroke:#575757}.reaction-box .icon-like.active path{fill:#eb4c10;stroke:#eb4c10}.reaction-box .reply-btn{width:20px;height:20px;aspect-ratio:1/1;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7142%203.33203C16.2194%203.33203%2016.7038%203.53271%2017.0611%203.88992C17.4183%204.24714%2017.619%204.73162%2017.619%205.23679V14.7606C17.619%2015.2658%2017.4183%2015.7503%2017.0611%2016.1075C16.7038%2016.4647%2016.2194%2016.6654%2015.7142%2016.6654L12.858%2016.6644L10.6732%2018.8492C10.5092%2019.0132%2010.2911%2019.1117%2010.0596%2019.1262C9.82815%2019.1408%209.59934%2019.0704%209.4161%2018.9282L9.32657%2018.8492L7.14181%2016.6644L4.28562%2016.6654C3.78045%2016.6654%203.29596%2016.4647%202.93875%2016.1075C2.58154%2015.7503%202.38086%2015.2658%202.38086%2014.7606V5.23679C2.38086%204.73162%202.58154%204.24714%202.93875%203.88992C3.29596%203.53271%203.78045%203.33203%204.28562%203.33203H15.7142Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99923%2010.9516C10.4754%2010.9516%2010.9516%2010.4754%2010.9516%209.99926C10.9516%209.52307%2010.4754%209.04688%209.99923%209.04688C9.52304%209.04688%209.04781%209.52307%209.04781%209.99926C9.04781%2010.4754%209.52304%2010.9516%209.99923%2010.9516ZM6.18971%2010.9516C6.6659%2010.9516%207.14209%2010.4754%207.14209%209.99926C7.14209%209.52307%206.6659%209.04688%206.18971%209.04688C5.71352%209.04688%205.23828%209.52307%205.23828%209.99926C5.23828%2010.4754%205.71352%2010.9516%206.18971%2010.9516ZM13.8088%2010.9516C14.2849%2010.9516%2014.7611%2010.4754%2014.7611%209.99926C14.7611%209.52307%2014.2849%209.04688%2013.8088%209.04688C13.3326%209.04688%2012.8573%209.52307%2012.8573%209.99926C12.8573%2010.4754%2013.3326%2010.9516%2013.8088%2010.9516Z'%20fill='%23333333'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7142%203.33203C16.2194%203.33203%2016.7038%203.53271%2017.0611%203.88992C17.4183%204.24714%2017.619%204.73162%2017.619%205.23679V14.7606C17.619%2015.2658%2017.4183%2015.7503%2017.0611%2016.1075C16.7038%2016.4647%2016.2194%2016.6654%2015.7142%2016.6654L12.858%2016.6644L10.6732%2018.8492C10.5092%2019.0132%2010.2911%2019.1117%2010.0596%2019.1262C9.82815%2019.1408%209.59934%2019.0704%209.4161%2018.9282L9.32657%2018.8492L7.14181%2016.6644L4.28562%2016.6654C3.78045%2016.6654%203.29596%2016.4647%202.93875%2016.1075C2.58154%2015.7503%202.38086%2015.2658%202.38086%2014.7606V5.23679C2.38086%204.73162%202.58154%204.24714%202.93875%203.88992C3.29596%203.53271%203.78045%203.33203%204.28562%203.33203H15.7142Z'%20stroke='%23333333'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain}.reaction-box .view-icon{display:inline-flex;align-items:center}.reaction-box .view-count{color:var(--Gray-500, #949494);font-family:Pretendard;font-size:13px;font-style:normal;font-weight:500;line-height:16px}@media (max-width: 768px){.board-comment__add-comment{width:100%;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:14px 16px;border-top:1px solid var(--Gray-300, #ebebeb);border-bottom:1px solid var(--Gray-300, #ebebeb);background:var(--gray-100-white, #fff)}.board-comment__add-comment .board-comment__write-area{display:flex;flex-direction:column;gap:16px;width:100%;max-height:calc(100vh - 300px)}.board-comment__add-comment .board-comment__write-area .comment-input-plain{width:100%;overflow-y:auto;max-height:calc(100vh - 300px)}.board-comment__add-comment .board-comment__write-area .board-comment__comment-counter{margin-left:auto;color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.board-comment__box:not(.nested-reply){border-top:1px solid var(--Gray-300, #ebebeb)}}.comment-drawer__wrapper{width:100%;height:100dvh;display:flex;flex-direction:column}.comment-drawer__wrapper .comment-drawer__header{position:sticky;top:0;right:0;left:0;flex:0 0 auto}.comment-drawer__wrapper .comment-drawer__header .comment-drawer__h-box{display:flex;width:100%;padding:30px 16px;align-items:center;justify-content:center;flex-shrink:0;position:relative}.comment-drawer__wrapper .comment-drawer__header .comment-drawer__h-box .btn-back{position:absolute;left:16px}.comment-drawer__wrapper .comment-drawer__header span{color:var(--Gray-800, #333);text-align:center;font-family:Pretendard;font-size:18px;font-style:normal;font-weight:500;line-height:22px}.comment-drawer__list{display:flex;flex-direction:column;width:100%;flex:1 1 auto;overflow-y:auto}.board-comment__wrapper{width:100%;height:100%;overflow-y:auto}.board-comment__none-wrapper{display:flex;width:100%;padding:20px 0 40px;flex-direction:column;justify-content:center;align-items:center;gap:16px}.board-comment__none-wrapper .none-reply__txt{color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.borad-comment__bottom{display:flex;flex-direction:column;width:100%;position:static;bottom:0;right:0;left:0;flex:0 0 auto}.borad-comment__bottom .board-comment__bar{min-height:42px;display:flex;justify-content:space-between;align-items:center;flex:1 0 0}.borad-comment__bottom .board-comment__bar .board-comment__secret-btn{display:flex;padding:0 20px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:6px}.secret-comment-icon{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3cpath%20d='M8%2011V7C8%205.93913%208.42143%204.92172%209.17157%204.17157C9.92172%203.42143%2010.9391%203%2012%203C13.0609%203%2014.0783%203.42143%2014.8284%204.17157C15.5786%204.92172%2016%205.93913%2016%207'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5%2013C5%2012.4696%205.21071%2011.9609%205.58579%2011.5858C5.96086%2011.2107%206.46957%2011%207%2011H17C17.5304%2011%2018.0391%2011.2107%2018.4142%2011.5858C18.7893%2011.9609%2019%2012.4696%2019%2013V19C19%2019.5304%2018.7893%2020.0391%2018.4142%2020.4142C18.0391%2020.7893%2017.5304%2021%2017%2021H7C6.46957%2021%205.96086%2020.7893%205.58579%2020.4142C5.21071%2020.0391%205%2019.5304%205%2019V13Z'%20stroke='%23949494'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;cursor:pointer}.secret-comment-icon.active{background:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_376_19985)'%3e%3cpath%20d='M0.5%200H24.5V24H0.5V0Z'%20fill='white'/%3e%3cpath%20d='M5.5%2013C5.5%2012.4696%205.71071%2011.9609%206.08579%2011.5858C6.46086%2011.2107%206.96957%2011%207.5%2011H17.5C18.0304%2011%2018.5391%2011.2107%2018.9142%2011.5858C19.2893%2011.9609%2019.5%2012.4696%2019.5%2013V19C19.5%2019.5304%2019.2893%2020.0391%2018.9142%2020.4142C18.5391%2020.7893%2018.0304%2021%2017.5%2021H7.5C6.96957%2021%206.46086%2020.7893%206.08579%2020.4142C5.71071%2020.0391%205.5%2019.5304%205.5%2019V13Z'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.5%2011V7C8.5%205.93913%208.92143%204.92172%209.67157%204.17157C10.4217%203.42143%2011.4391%203%2012.5%203C13.5609%203%2014.5783%203.42143%2015.3284%204.17157C16.0786%204.92172%2016.5%205.93913%2016.5%207V11'%20stroke='%23EB4C10'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_376_19985'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat}.secret-comment-name{background:url("data:image/svg+xml,%3csvg%20width='21'%20height='20'%20viewBox='0%200%2021%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_378_27618)'%3e%3cpath%20d='M0.5%200H20.5V20H0.5V0Z'%20fill='white'/%3e%3cpath%20d='M4.66699%2010.8346C4.66699%2010.3926%204.84259%209.96869%205.15515%209.65612C5.46771%209.34356%205.89163%209.16797%206.33366%209.16797H14.667C15.109%209.16797%2015.5329%209.34356%2015.8455%209.65612C16.1581%209.96869%2016.3337%2010.3926%2016.3337%2010.8346V15.8346C16.3337%2016.2767%2016.1581%2016.7006%2015.8455%2017.0131C15.5329%2017.3257%2015.109%2017.5013%2014.667%2017.5013H6.33366C5.89163%2017.5013%205.46771%2017.3257%205.15515%2017.0131C4.84259%2016.7006%204.66699%2016.2767%204.66699%2015.8346V10.8346Z'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.16699%209.16667V5.83333C7.16699%204.94928%207.51818%204.10143%208.1433%203.47631C8.76842%202.85119%209.61627%202.5%2010.5003%202.5C11.3844%202.5%2012.2322%202.85119%2012.8573%203.47631C13.4825%204.10143%2013.8337%204.94928%2013.8337%205.83333V9.16667'%20stroke='%23333333'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_378_27618'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:20px;height:20px;cursor:pointer;display:inline-block;vertical-align:middle}.board-comment__add-btn{display:flex;padding:10px 20px;justify-content:center;align-items:center;gap:10px;align-self:stretch;background-color:var(--Gray-500, #949494);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.board-comment__add-btn.active{background:var(--orange-300-main, #eb4c10)}.none-reply__icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABYCAYAAADcFCidAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAV2SURBVHgB7Z27TiNJGIULjCAB5IAIEkMCJMAGEBF4xAOM9wFAEHKVeIN9A1ZgIFxWPMB4EjIYS2QQDERAAk4ggQCZiJs9dVrumTbqS/XFuN11Pgm6ZVw9Y5+//qo6VV0tBCGEEEIIIYQQQgghhBBCWok2EZDt7e15efhaqVQm2traMqI1eZT/96L8KSwtLf0vNMO3+FL0CXn4Vq1WMyJByAAotbe3f1lcXCwJTfAl/s7OTk7W9P/kabq3t1eMjY2JoaEh0dPTI1qRh4cHcX9/L05PT8XT05PxmgyAeV2ygLL4u7u7mff395/yND0+Pi6mp6dFkkAAnJyc4PQxlUr9pUMGaFd9oxTeqPEjIyOJEx5MTk4amUySrn3WxKMkfq2dzyLVT01NiaSCz9bV1YXT7NbWVlYkHNWa/xW/+vv7W7Z9VwHCDw8PG+ey7R8XCUdVfNR8MTg4KJJOX1+feTohEo6S+HJYl8axlhITDZo2kLShrB3KHT6SPDqEplxcXIibmxtjrG+O8T+QzefzVRFvQjmU2okPsQ8ODpwEbzXSsnnK4UeOyP7x61BqJf719bU4OjoSz8/PIoEOJUy4G+nCKjuU2rT55XL5t/BwKGdnZ41jKw9dMTIZHR0Vc3Nzv/0Xab//CzdWpbw24h8eHhrC06H8gxbiIz3e3d0JOpT1aCE+2npAh7IebWo+oENZjxbio60HdCjrocOnMRRfYyi+xlB8jaH4GkPxNYbiawzF1xiKrzEUX2MovsZQfI2h+BpD8TVG26XbKtze3orLy0tjShgLPbEE7DPKmsvKMQWNdYaWOfpIofgO4HZtrIo1gRgQdGZmJlBZLCBVWUKGtYYIGhOcY31eI5afMe3bAKGs4plAiNo9/I6g1tqVxWsIHq+yVuH9lA0CxbfBTgAT1GI33P7udl1wfn7u+DeK/0mYy76C4LZU7OXlRcQJim8DOmhOoAPmhlvHzmsBqdu/i5szoobi2zAwMGDbwYKwXr12p7J4zaus03vweiOWnLO37wB62KipaIeRrnGuOlxD2e7ublEqlURnZ6dRDkGhAkYTuL8gSFm/UHwXML5WGdrZgTQdNFWHKesHpn2NofgaQ/E1huJrjJL42JQYx4RsZUJqqNb8M/zCFiAkOSiJX6lUDNP56uoqlPVJ4oWS+Kurq0V5KEJ4uxkr0pood/heX18X5OERjpfXtCZpDZTFX19fL8mO3zrOUfv39/eNKUpz1wvSeviyd5eXl/c2NjaKHR0dP8rlcgarToIA2zSXy0W2UwaaI2ysiE2XiDq+x/nIALIPMCg7gQvY9rNarT4KnyBbFAqFSDqPuAauReH9E3hiZ21tbU8e9oRPZObIIHPIAMhAtDAZwBQewSSDsPT29vYFwfnxffl8/oc8ZAWp49MdPogDkSBWmAygKjxxpin2btgA8Cu8Tg6l+T3Kz+zZHDfN2w8aAAFrvDYOpWUB6ZnXe5s6seM3AIKmel0cSiw5t6zy/e71/qbP6qkGQJg2XheH0vJwyKIclse75pt4BUAUnbukO5THx8eG6Yahd+2zehL4QcqNwBwG4sHM5sMQgOkkhu3V4+HP8hrGduS4PhZawnBq1L1wjQa1HJtKI6BxXvNcFmSmK6iUj5X4wBoA1tejGs45Xd8PcXQoa9/P3/L78Uz3JrET32Rzc3Pesm34mUxl3+UH8+0mul0/lUrhEfBZGQhpn8UjCwBrk+YXCC6/ozN53FtZWfHs4H0ktuLHFWvmCBsAzTaqKH4AogiAODiUFD8gYQIgLtY0xQ9BkACI05wExQ+JnwCI22QUxY8AlQCI4ywkxY8ItwCI6/QzxY+QRjuUUUPxI6bRDmWUUPwG0WiHkhBCgvELWEn689QhFk4AAAAASUVORK5CYII=) center center no-repeat;background-size:contain;width:63px;height:44px}.comment-drawer__close{cursor:pointer;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M5.5%2018.5L12%2012M12%2012L16.063%207.937L18.5%205.5M12%2012L5.5%205.5M12%2012L18.5%2018.5'%20stroke='%232C2C2E'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;flex-shrink:0;position:absolute;right:16px}.board-comment__box{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:10px;align-self:stretch;padding:20px 27px}.board-comment__box:not(.nested-reply){border-top:1px solid var(--Gray-300, #ebebeb)}.board-comment__box .board-comment__top{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.board-comment__box .board-comment__top .board-comment__top-info{display:flex;flex-direction:column;align-items:flex-start}.board-comment__box .board-comment__top .board-comment__top-info .comment-info__name{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px;display:flex;align-items:center;gap:2px}.board-comment__box .board-comment__top .board-comment__top-info .comment-info__date{color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.board-comment__box.nested-reply .board-comment__top .board-comment__top-info{flex-direction:row;gap:10px}.board-comment__box .board-comment__top-menu{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_58_29608)'%3e%3ccircle%20cx='12'%20cy='6'%20r='1.5'%20fill='%23949494'/%3e%3ccircle%20cx='12'%20cy='12'%20r='1.5'%20fill='%23949494'/%3e%3ccircle%20cx='12'%20cy='18'%20r='1.5'%20fill='%23949494'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_58_29608'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;background-size:contain;width:24px;height:24px;cursor:pointer}.board-comment__box .board-comment__body{width:100%}.board-comment__box .board-comment__body .board-comment__body-content{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:24px;white-space:pre-line}.board-comment__box .board-comment__bottom{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.board-comment__box .board-comment__bottom .board-commetn__nested-reply{color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer}.board-comment__box .board-comment__bottom .board-comment__like-btn{display:flex;padding:2px 8px;align-items:center;gap:7px;border-radius:999px;border:1px solid var(--Gray-300, #ebebeb);cursor:pointer}.board-comment__box .board-comment__bottom .board-comment__like-btn .comment__like-count{color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.board-comment-drawer{height:100dvh;max-height:100dvh}.board-comment-drawer .v-navigation-drawer__content{display:flex;flex-direction:column;height:100%!important;flex:1 1 auto!important;overflow:hidden!important}.board-comment__replying-notice{display:flex;width:100%;padding:14px 16px;justify-content:space-between;align-items:center;border-top:1px solid var(--Gray-300, #ebebeb);border-bottom:1px solid var(--Gray-300, #ebebeb);background:var(--Gray-300, #ebebeb);position:relative}.board-comment__replying-notice span{display:inline;color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.board-comment__replying-notice span .author-name{color:var(--Other-sky, #5dbaff)}.comment-report__top{display:inline-flex;padding:10px 27px;flex-direction:column;align-items:flex-start;gap:4px}.comment-report__top .comment-report__top-txt{color:var(--Gray-800, #333);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.comment-report__top .comment-report__top-desc{color:var(--Gray-500, #949494);font-family:Pretendard;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.comment-report__reason{display:flex;flex-direction:column;padding:0 27px;align-items:center;justify-content:center;gap:8px;width:100%}.comment-report__reason .comment-report__reason-list{width:100%;display:flex;padding:10px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;border-radius:4px;background:var(--Gray-200, #f8f8f8);color:var(--Gray-600, #757575);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.comment-report__reason .comment-report__reason-list.active{border:1px solid var(--orange-300-main, #eb4c10);box-shadow:0 0 4px #0003;background-color:#fff;color:var(--orange-300-main, #eb4c10);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.comment-report__bottom{margin-top:auto;display:flex;width:100%;padding:14px 20px;justify-content:center;align-items:center;gap:10px}.comment-report__bottom .report__submit-btn{display:flex;flex:1 1 0;padding:8px 4px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:var(--Gray-200, #f8f8f8);color:var(--gray-900-black, #2c2c2e);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.comment-report__bottom .report__cancel-btn{display:flex;flex:1 1 0;padding:8px 4px;justify-content:center;align-items:center;border-radius:6px;background:var(--orange-300-main, #eb4c10);color:var(--gray-100-white, #fff);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.report-reason__etc{display:flex;padding:6px 10px;flex-direction:column;align-items:flex-end;min-height:150px;border-radius:4px;border:1px solid var(--Gray-500, #949494);width:100%}.report-reason__etc .report-input-plain{width:100%}.report-reason__etc .report__input-counter{margin-top:auto}.report-reason__etc .report__input-counter span{color:var(--gray-900-black, #2c2c2e);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.report-reason__etc .report__input-counter span.max-length{color:var(--Gray-500, #949494)}.articel-comment-box{width:100%;display:flex;padding:12px 16px;flex-direction:column}.article-comment__comment-input{margin-top:100px;width:100%;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--Gray-300, #ebebeb)}.article-comment__comment-input .board-comment__write-area{width:100%;display:flex;flex-direction:column;align-items:flex-start;background:var(--gray-100-white, #fff);min-height:92px;max-height:300px}.article-comment__comment-input .board-comment__write-area .comment-input-plain{display:flex;padding:10px;flex-direction:column;align-items:flex-start;align-self:stretch;overflow-y:auto;resize:none}.article-comment__comment-input .board-comment__write-area .board-comment__comment-counter{margin-top:auto;margin-left:auto;margin-right:6px;color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:16px;padding:6px}.article-comment__comment-input .board-comment__bar{width:100%;display:flex;padding:10px;justify-content:space-between;align-items:center;align-self:stretch;border-top:1px solid var(--Gray-300, #ebebeb)}.article-comment__comment-input .board-comment__bar .board-comment__secret-btn{display:flex;align-items:center;gap:10px;color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.article-comment__comment-input .board-comment__bar .board-comment__add-btn{padding:0;background-color:transparent;color:var(--Gray-500, #949494);text-align:center;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.article-comment__comment-input .board-comment__bar .board-comment__add-btn.active{color:var(--orange-300-main, #eb4c10)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{background:#949494!important;opacity:1!important}.v-text-field.h-small{height:32px}.v-text-field.align-center .v-field__input{text-align:center}.v-text-field.h-small .v-field__input{min-block-size:32px!important;box-sizing:border-box;padding:0!important}.v-text-field.h-middle{height:38px;width:120px;border-radius:8px;border:1px solid transparent;background:var(--gray-100-white, #fff)}.v-text-field.h-middle .v-field__input{min-block-size:34px!important;box-sizing:border-box;padding:10px 0 0 8px!important;border-color:#ebebeb}.v-overlay__scrim,.v-navigation-drawer__scrim{opacity:.46!important;background-color:#212121!important;border-radius:0!important}input:-webkit-autofill{border-radius:6px;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#2c2c2e!important;height:100%}input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{border-radius:6px;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#2c2c2e!important}.v-list-item-title{color:var(--Gray-800, #333);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:18px}
