@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._header_cssux_3{position:sticky;top:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%;border-bottom:1px solid #EAEBF0;background-color:#fff}._header_cssux_3 ._header-top_cssux_4{width:100%;display:flex;justify-content:flex-end;padding:4px 16px;background:#f5f5f5}._header_cssux_3 ._header-top_cssux_4 ._my-menu_cssux_5{display:flex;gap:33px;align-items:center;font-size:14px;line-height:14px;font-weight:500}._header_cssux_3 ._header-top_cssux_4 ._my-menu_cssux_5>*:not(:last-child):after{right:-17px;background:#ccc}._header_cssux_3 ._header-top_cssux_4 ._my-menu_cssux_5 ._menu_cssux_7>a{position:relative;display:block;color:#555461}._header_cssux_3 ._header-top_cssux_4 ._my-menu_cssux_5 ._menu_cssux_7._has-new_cssux_8 ._layer-title_cssux_8 i{position:relative}._header_cssux_3 ._header-top_cssux_4 ._my-menu_cssux_5 ._menu_cssux_7._has-new_cssux_8 ._layer-title_cssux_8 i:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background-color:#ed5b75;top:0;right:0}._header_cssux_3 ._header-top_cssux_4 ._user_cssux_10{display:inline-block;padding-right:18px;background:url(../images/icon_arrow_down_bk.svg) no-repeat center right / 16px;width:unset;height:unset;border-radius:unset}._header_cssux_3 ._header-top_cssux_4 ._user_cssux_10[aria-pressed=true]{background-color:transparent}._header_cssux_3 ._header-top_cssux_4 ._user-photo_cssux_12{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#f8f8f9;vertical-align:middle}._header_cssux_3 ._header-top_cssux_4 ._user-menu_cssux_13._tool-list_cssux_13{min-width:180px}._header_cssux_3 ._header-top_cssux_4 ._count_cssux_14{position:absolute;top:-4px;left:13px;padding:3px 5px;border-radius:8px;font-size:10px;line-height:10px;font-weight:500;color:#fff}._header_cssux_3 ._header-top_cssux_4 ._count_cssux_14._grn_cssux_15{background-color:#14ba85}._header_cssux_3 ._header-top_cssux_4 ._count_cssux_14._red_cssux_16{background-color:#ff5959}._header_cssux_3 ._header-left_cssux_17{padding-left:16px;display:flex;align-items:center;justify-content:flex-start;gap:56px}._header_cssux_3 ._header-left_cssux_17 ._logo_cssux_18{display:block;width:108px;height:29px;background:url(../images/logo.svg) no-repeat center left / contain}._header_cssux_3 ._header-left_cssux_17 ._net-menu_cssux_19{flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;gap:48px}._header_cssux_3 ._header-left_cssux_17 ._net-menu_cssux_19 a{font-size:18px;line-height:28px;font-weight:700}._header_cssux_3 ._header-left_cssux_17 ._net-menu_cssux_19 a:hover,._header_cssux_3 ._header-left_cssux_17 ._net-menu_cssux_19 a._on_cssux_21{color:#ff7f0f}._header_cssux_3 ._header-right_cssux_22{padding:9.5px 16px 9.5px 0;display:flex;gap:24px;align-items:center}._header_cssux_3 ._header-right_cssux_22 ._search-box_cssux_23{width:210px;padding:6px 14px 6px 34px;border-radius:20px;border:1px solid transparent;background:#f5f5f5 url(../images/icon_search_bk.svg) no-repeat center left 12px;transition:all .3s}._header_cssux_3 ._header-right_cssux_22 ._search-box_cssux_23 input[type=text]{width:100%;padding:0;background-color:transparent;border:0;letter-spacing:-.03em}._header_cssux_3 ._header-right_cssux_22 ._search-box_cssux_23 input::-webkit-input-placeholder{color:#888}._header_cssux_3 ._header-right_cssux_22 ._search-box_cssux_23._on_cssux_21{border:1px solid #ff7b00;background-color:#fff}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27{padding:5.5px 0;margin-left:auto;display:flex;gap:16px;align-items:flex-end}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 ._site_cssux_28{position:relative}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 a:hover+._tooltip_cssux_29{display:block}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 img{display:inline-block;vertical-align:text-bottom}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 ._site-ai_cssux_31 img{width:64.3px;height:17.2px}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 ._site-aiplus_cssux_32 img{width:76.85px;height:20.6px}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 ._tooltip_cssux_29{width:max-content;bottom:-12px;right:0;transform:translateY(100%)}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 ._tooltip-line_cssux_34:before,._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 ._tooltip-line_cssux_34:after{transform:rotate(180deg);bottom:unset;left:unset;right:32px}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 ._tooltip-line_cssux_34:before{top:-7px}._header_cssux_3 ._header-right_cssux_22 ._family-service_cssux_27 ._tooltip-line_cssux_34:after{top:-8px}._header_cssux_3._logout-header_cssux_37 ._divide-box_cssux_37{gap:21px}._header_cssux_3._logout-header_cssux_37 ._divide-box_cssux_37>*:not(:last-child):after{right:-11px}._header_cssux_3._logout-header_cssux_37 ._login-btn_cssux_39{font-size:16px;line-height:24px;color:#3f3f4a}._alarm-layer_cssux_42{width:300px;display:none;right:16px}._alarm_cssux_42._on_cssux_21+._alarm-layer_cssux_42{display:block}._alarm-layer_cssux_42 ._layer-header_cssux_44 ._close-btn_cssux_46{margin-left:8px}._alarm-layer_cssux_42 ._layer-header_cssux_44{align-items:center}._alarm-layer_cssux_42 ._layer-header_cssux_44 ._btn_cssux_45{margin-left:auto;font-size:12px;padding:5px 12px;color:#333;font-weight:500}._alarm-layer_cssux_42 ._layer-header_cssux_44 ._close-btn_cssux_46{margin-left:8px!important}._alarm-layer_cssux_42 ._layer-content_cssux_50{max-height:510px}._alarm-layer_cssux_42 ._list-wrap_cssux_51{padding:0 16px}._alarm-layer_cssux_42 ._list-wrap_cssux_51._new_cssux_52+._list-wrap_cssux_51._old_cssux_52{border-top:12px solid #f8f8f9}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._list_cssux_51{position:relative;display:flex;gap:8px;padding:12px 0;border-top:1px solid #dedfe5}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._list_cssux_51:first-child{border-top:0}._alarm-layer_cssux_42 ._list-wrap_cssux_51._new_cssux_52 ._list_cssux_51:after{content:"";position:absolute;width:8px;height:8px;background:#417BE6;border-radius:50%;bottom:18px;right:0}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._thumb-img_cssux_56{width:56px;height:56px;border-radius:12px;background:url(/assets/icon_profile-0c8d8fb9.svg) center / 40px no-repeat #f5f5f5;overflow:hidden;flex-shrink:0}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._thumb-img_cssux_56 img{display:block;width:100%;height:100%;object-fit:cover}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._detail_cssux_58 ._txt_cssux_58{font-size:12px;line-height:18px;color:#4d4c61}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._detail_cssux_58 ._txt_cssux_58 b{display:inline-block;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:text-top}._alarm-layer_cssux_42 ._list-wrap_cssux_51._old_cssux_52 ._detail_cssux_58 ._txt_cssux_58{color:#7a7a89}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._detail_cssux_58 ._divide-box_cssux_37{margin-top:2px}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._detail_cssux_58 ._divide-box_cssux_37 ._limit-line1_cssux_62{max-width:136px}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._detail_cssux_58 ._divide-box_cssux_37>*{font-size:10px;line-height:16px;font-family:IBM Plex Sans KR;font-weight:500;color:#41414f}._alarm-layer_cssux_42 ._list-wrap_cssux_51._old_cssux_52 ._detail_cssux_58 ._divide-box_cssux_37>*{color:#7a7a89!important}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._detail_cssux_58 ._divide-box_cssux_37>*:after{content:none}._alarm-layer_cssux_42 ._list-wrap_cssux_51 ._detail_cssux_58 ._divide-box_cssux_37>*:not(:first-child):before{content:"";position:absolute;width:2px;height:2px;border-radius:50%;background-color:#41414f;left:-5px;top:50%;transform:translateY(-50%)}._side-fixed-layer_cssux_69._profile-layer_cssux_69{width:280px;display:none}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._custom-scroll_cssux_70{max-height:calc(100vh - 115px)}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._line-box_cssux_71{padding:12px}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._mem-info-detail_cssux_72 ._info-detail_cssux_72{display:flex;flex-direction:column;gap:6px}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._mem-info-detail_cssux_72 ._mem-grade_cssux_73{flex-shrink:0}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._mem-info-detail_cssux_72 ._profile-photo_cssux_74{margin-top:0;width:48px;height:48px;background-size:26px}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._mem-info-detail_cssux_72 ._tag_cssux_75{font-size:10px;line-height:18px;padding:0 8px}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._gage-div_cssux_76+._table-wrap_cssux_76{margin-top:12px}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._table-wrap_cssux_76 ._line-table_cssux_77{border-top:0}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._table-wrap_cssux_76 ._line-table_cssux_77 ._table-row_cssux_78:last-child ._column_cssux_78{border-bottom:none}._side-fixed-layer_cssux_69._profile-layer_cssux_69 ._table-wrap_cssux_76 ._line-table_cssux_77 ._column_cssux_78._table-tit_cssux_79{width:72px}i._icon-search-bk_cssux_82{display:block;position:relative;width:16px;height:16px;right:-20px;z-index:100;top:2px}._popup_cssux_85 ._swiper-container_cssux_85{position:relative}._popup_cssux_85 ._swiper-button-wrap_cssux_86{position:absolute;bottom:12px;right:12px;display:flex;gap:8px;align-items:center;padding:6px 12px;border-radius:100px;background:rgba(0,0,0,.3);z-index:1}._popup_cssux_85 ._swiper-button-wrap_cssux_86>*{position:relative}._popup_cssux_85 ._swiper-pagination_cssux_88{font-size:12px;color:#fff;bottom:unset}._popup_cssux_85 ._swiper-button-prev_cssux_89,._popup_cssux_85 ._swiper-button-next_cssux_89{margin-top:unset;width:16px;height:16px;background:url(https://dwww.aipartner.com/ai_net/image/icon_arrow_down_wh.svg) center / cover no-repeat;border:none;cursor:pointer;max-height:440px;max-width:670px}._popup_cssux_85 ._swiper-button-prev_cssux_89{transform:rotate(90deg)}._popup_cssux_85 ._swiper-button-next_cssux_89{transform:rotate(-90deg)}._popup_cssux_85 ._btn-wrap_cssux_92{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;color:#333}._popup_cssux_85 ._btn-wrap_cssux_92 ._close_cssux_46{padding:9px 8px}._popup_cssux_85 ._check-box-div_cssux_94 ._check-box_cssux_94 input+._label-info_cssux_94{color:#333;height:20px;line-height:20px}._popup_cssux_85 ._check-box-div_cssux_94 ._check-box_cssux_94 input+._label-info_cssux_94:before{top:2px}._popup_cssux_85 ._check-box-div_cssux_94 ._check-box_cssux_94 input+._label-info_cssux_94:after{top:2px}._bottom-sheet-pop_cssux_99{position:fixed;width:940px;bottom:0;left:50%;transform:translate(-50%);z-index:99}._bottom-sheet-pop_cssux_99 ._close_cssux_46{position:absolute;width:40px;height:40px;background:url(https://dwww.aipartner.com/image/icon_close.svg) center / 24px no-repeat #fff;border:1px solid #ddd;box-shadow:0 8px 10px #0000001a;border-radius:100px;right:8px;top:-8px;transform:translateY(-100%)}._bottom-sheet-pop_cssux_99 ._swiper-container_cssux_85{border-radius:24px 24px 0 0}._bottom-sheet-pop_cssux_99 ._swiper-slide_cssux_102{background:#f5f5f5}._bottom-sheet-pop_cssux_99 ._swiper-slide_cssux_102 img{display:block;width:100%;height:140px;object-fit:contain}._bottom-sheet-pop_cssux_99 ._btn-wrap_cssux_92{padding:16px;border:1px solid #ddd;background:#fff}._bottom-sheet-pop_cssux_99 ._bottom-img_cssux_105{width:940px;height:140px;border-radius:24px 24px 0 0;margin-bottom:-6px}._popup_cssux_85._layer-pop_cssux_108{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:99999}._popup_cssux_85._layer-pop_cssux_108 ._popup-wrap_cssux_109{display:flex;flex-direction:column;gap:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-height:340px;max-height:calc(100vh - 160px);max-width:720px;min-width:320px;padding:24px;background:#fff;border-radius:16px;border:1px solid #eee;box-shadow:0 25px 35px -10px #0003}._popup_cssux_85._layer-pop_cssux_108 ._close-btn_cssux_46{flex-shrink:0;margin-left:auto;width:24px;height:24px;background:url(https://dwww.aipartner.com/image/icon_close.svg) center / 24px no-repeat;max-height:440px;max-width:670px}._popup_cssux_85._layer-pop_cssux_108 ._title_cssux_111{margin:-20px auto -16px;font-size:18px;line-height:26px;color:#111;font-weight:700}._popup_cssux_85._layer-pop_cssux_108 ._layer-content_cssux_50{display:flex;flex:1;max-height:calc(100% - 222px);overflow-y:auto;font-size:16px;line-height:22px;color:#666;align-self:stretch}._popup_cssux_85._layer-pop_cssux_108 ._layer-content_cssux_50::-webkit-scrollbar{width:14px}._popup_cssux_85._layer-pop_cssux_108 ._layer-content_cssux_50::-webkit-scrollbar-thumb{background-color:#dedfe5;border-radius:10px;background-clip:padding-box;border:4px solid transparent}._popup_cssux_85._layer-pop_cssux_108 ._layer-content_cssux_50::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}._popup_cssux_85._layer-pop_cssux_108 ._swiper-container_cssux_85{flex:1}._popup_cssux_85._layer-pop_cssux_108 ._swiper-slide_cssux_102{display:flex;align-items:center}._popup_cssux_85._layer-pop_cssux_108 ._swiper-slide_cssux_102 img{display:block;width:100%;height:auto;object-fit:contain}._popup_cssux_85._layer-pop_cssux_108 ._btn-wrap_cssux_92{margin-top:auto;flex-wrap:wrap;gap:12px}._popup_cssux_85._layer-pop_cssux_108 ._btn-wrap_cssux_92 ._close_cssux_46{padding:16px;width:100%;font-size:16px;line-height:24px;font-weight:700;color:#fff;background:#ff7b00;border-radius:12px}._popup_cssux_85._layer-pop_cssux_108 ._popup-img_cssux_121{max-width:670px;max-height:440px}html._map_1cxbs_1,html._map_1cxbs_1 body,html._map_1cxbs_1 #_SY_1cxbs_1{height:100%}body._popupView_1cxbs_9{overflow:hidden}input._won_1cxbs_68{padding-right:34px;position:relative}select{padding:7px 36px 7px 10px;font-weight:400;font-size:14px;line-height:20px;color:#4d4c61;background:url(/assets/icon_arrow_down_gr-511eea19.svg) no-repeat right 10px top 50%;background-size:16px;border:1px solid #dedfe5;border-radius:6px}select:hover{background:url(/assets/icon_arrow_down_bk-941d788b.svg) no-repeat right 10px top 50%;background-size:16px;border:1px solid #92929c}select:focus{background:url(/assets/icon_arrow_down_bk-941d788b.svg) no-repeat right 10px top 50%;background-size:16px;border:1px solid #ff951a;outline:none}._custom-scroll_1cxbs_146{overflow-y:overlay}._custom-scroll-div_1cxbs_149{overflow-y:overlay;height:250px}._custom-scroll_1cxbs_146::-webkit-scrollbar{width:14px}._custom-scroll_1cxbs_146::-webkit-scrollbar-thumb{background-color:#dedfe5;border-radius:10px;background-clip:padding-box;border:4px solid transparent}._custom-scroll_1cxbs_146::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}._border-none_1cxbs_166{border:0!important}._wrap_1cxbs_169{position:relative}._pre-line_1cxbs_172{padding:0 14px;white-space:pre-line}._w50_1cxbs_178{width:50px!important}._w62_1cxbs_181{width:62px!important}._w80_1cxbs_184{width:80px!important}._w88_1cxbs_187{width:88px!important}._w96_1cxbs_190{width:96px!important}._w100_1cxbs_193{width:100px!important}._w104_1cxbs_196{width:104px!important}._w120_1cxbs_199{width:120px!important}._w160_1cxbs_202{width:160px!important}._w180_1cxbs_205{width:180px!important}._w192_1cxbs_208{width:192px!important}._w208_1cxbs_211{width:208px!important}._w224_1cxbs_214{width:224px!important}._w240_1cxbs_217{width:240px!important}._w260_1cxbs_220{width:260px!important}._w280_1cxbs_223{width:280px!important}._w290_1cxbs_226{width:290px!important}._w500_1cxbs_229{width:500px!important}._w100p_1cxbs_232{width:100%!important}._flex1_1cxbs_235{flex:1}._pl-0_1cxbs_241{padding-left:0!important}._pd-b10_1cxbs_244{padding-bottom:10px}._pd12_1cxbs_247{padding:12px 0}._pd16_1cxbs_250{padding:16px 0}._pd32_1cxbs_253{padding:32px 0}._pd-0_1cxbs_256{padding:0!important}._mt-0_1cxbs_261{margin-top:0!important}._mb-0_1cxbs_264{margin-bottom:0!important}._ml-0_1cxbs_267{margin-left:0!important}._mr-0_1cxbs_270{margin-right:0!important}._ml-auto_1cxbs_273{margin-left:auto}html._map_1cxbs_1,html._map_1cxbs_1 body{height:100%}._co-red_1cxbs_284{color:#ff5959!important}._co-blue_1cxbs_287{color:#417be6!important}._co-org_1cxbs_290{color:#ff951a!important}._co-dorg_1cxbs_293{color:#ff7f0f!important}._co-wh_1cxbs_296{color:#fff!important}._dot-indent_1cxbs_301 p{position:relative;font-size:14px;line-height:20px;color:#7a7a89;margin-top:4px;padding-left:10px;text-align:left}._dot-indent_1cxbs_301 p:first-child{margin-top:0}._dot-indent_1cxbs_301 p:before{content:"";display:block;position:absolute;top:9px;left:0;width:2px;height:2px;background-color:#9393a3;border-radius:100px}._dot-indent_1cxbs_301+._check-box-div_1cxbs_325{margin-top:24px}._warning-box_1cxbs_330{padding:16px 16px 16px 40px;background:url(/assets/icon_warning-6d94b3a7.svg) left 16px top 18px / 16px no-repeat #fff7f7;border-radius:8px;text-align:left}._warning-box_1cxbs_330 ._warning-txt_1cxbs_336{font-size:14px;line-height:20px;color:#4d4c61}._warning-box_1cxbs_330 ._warning-txt_1cxbs_336 span._red_1cxbs_341{color:#ff5959;font-weight:500}._warning-box_1cxbs_330 ._dot-indent_1cxbs_301{margin-left:-24px;margin-top:8px}._warning-box_1cxbs_330+._check-box-div_1cxbs_325{margin-top:24px}._required-box_1cxbs_354{padding:16px;background:#fff7f7;border-radius:8px}._required-box_1cxbs_354 ._required-tit_1cxbs_359{padding-left:24px;font-size:14px;line-height:20px;font-weight:500;color:#4d4c61;background:url(/assets/icon_loud_red-b997fb6c.svg) center left / 16px no-repeat}._noti-box_1cxbs_369{padding:24px 24px 24px 48px;background:url(/assets/icon_loud-975474e0.svg) left 24px top 24px / 16px no-repeat #f8f8f9;border-radius:8px}._noti-box_1cxbs_369 ._noti-txt_1cxbs_374{display:flex;font-size:14px;line-height:20px;color:#4d4c61;margin-top:8px}._noti-box_1cxbs_369 ._noti-txt_1cxbs_374:first-child{margin-top:0}._noti-box_1cxbs_369 ._noti-txt_1cxbs_374 a._blue_1cxbs_384{color:#417be6;text-decoration:underline;margin-left:8px}._noti-box_1cxbs_369 ._noti-txt_1cxbs_374 a i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-top:-2px;margin-left:2px}._line-box_1cxbs_399{padding:16px;border-radius:8px;border:1px solid #dedfe5}._gray-box_1cxbs_406{padding:16px 24px;border-radius:8px;background:#f8f8f9}._limit-line1_1cxbs_419{display:block!important;white-space:nowrap}._limit-line2_1cxbs_423{-webkit-line-clamp:2}._limit-line3_1cxbs_426{-webkit-line-clamp:3}._limit-line5_1cxbs_429{-webkit-line-clamp:5}._limit-line6_1cxbs_432{-webkit-line-clamp:6}._input-form_1cxbs_437 ._tit_1cxbs_437._important_1cxbs_437:after{content:"*";color:#ff5959}._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 ._view_1cxbs_441{position:absolute;background:url(/assets/icon_pw_view-129a915d.svg) no-repeat center;cursor:pointer}._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 ._view_1cxbs_441._on_1cxbs_446{background:url(/assets/icon_pw_view_on-e4eb8b88.svg) no-repeat center}._input-form_1cxbs_437 ._input-area_1cxbs_441._clear-has_1cxbs_449 ._delete_1cxbs_449{display:none;position:absolute;background:url(/assets/icon_xbtn-235419bd.svg) no-repeat center;cursor:pointer}._input-default_1cxbs_456 ._input-form_1cxbs_437{margin-top:20px}._input-default_1cxbs_456 ._input-form_1cxbs_437:first-child{margin-top:0}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._tit_1cxbs_437{font-size:16px;line-height:24px;color:#4d4c61}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._tit_1cxbs_437 span{display:inline-block;margin-left:8px;color:#777}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._tit_1cxbs_437 span._red_1cxbs_341{margin-left:2px;font-size:14px;color:#f05b5a}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._tit_1cxbs_437+._input-area_1cxbs_441{margin-top:12px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441{position:relative}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441:after{content:"";display:block;clear:both}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 input,._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 select,._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._select-form_1cxbs_490{float:left;width:100%;height:56px;border-radius:12px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._clear-has_1cxbs_449 input{padding-right:56px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._clear-has_1cxbs_449{position:relative}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._clear-has_1cxbs_449 ._delete_1cxbs_449{top:9px;right:9px;width:34px;height:34px;background-size:24px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509._clear-has_1cxbs_449 ._delete_1cxbs_449{right:113px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509._timer-has_1cxbs_512._clear-has_1cxbs_449 ._delete_1cxbs_449{right:199px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._timer-has_1cxbs_512 input{padding-right:86px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._timer-has_1cxbs_512._clear-has_1cxbs_449 input{padding-right:97px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._timer_1cxbs_512{position:absolute;top:14px;right:16px;font-size:18px;line-height:28px;color:#afaeba}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509 input{padding-right:116px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509 ._timer_1cxbs_512,._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509._pw-view_1cxbs_441 ._view_1cxbs_441{right:120px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._btn_1cxbs_509{position:absolute;top:1px;right:1px;display:block;width:104px;line-height:54px;text-align:center;font-size:18px;color:#afaeba;border:none;padding:0;border-radius:0 12px 12px 0}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._btn_1cxbs_509:before{position:absolute;content:"";display:block;width:1px;height:56px;top:0;right:104px;background:#dedfe5;font-weight:400}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509._clear-has_1cxbs_449 input{padding-right:160px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509._timer-has_1cxbs_512 input{padding-right:202px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509._timer-has_1cxbs_512._clear-has_1cxbs_449 input{padding-right:246px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 input{padding-right:70px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 ._view_1cxbs_441{top:9px;right:9px;width:34px;height:34px;background-size:24px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 ._view_1cxbs_441._on_1cxbs_446{background-size:24px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441+._input-area_1cxbs_441{margin-top:20px}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._txt_1cxbs_588{display:none;padding-left:4px;margin-top:2px;font-size:11px;line-height:20px;color:#7a7a89}._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._guide-has_1cxbs_596+._txt_1cxbs_588{display:block}._input-default_1cxbs_456 ._input-form_1cxbs_437._success_1cxbs_599 ._txt_1cxbs_588{color:#14ba85}._input-default_1cxbs_456 ._input-form_1cxbs_437._error_1cxbs_602 ._input-area_1cxbs_441 input{border:1px solid #eb513c}._input-default_1cxbs_456 ._input-form_1cxbs_437._error_1cxbs_602 ._txt_1cxbs_588{color:#eb513c}._input-default_1cxbs_456 ._input-form_1cxbs_437._success_1cxbs_599 ._txt_1cxbs_588,._input-form_1cxbs_437._error_1cxbs_602 ._txt_1cxbs_588{display:block}._input-hor_1cxbs_612 ._input-form_1cxbs_437{font-size:14px;line-height:20px;padding:16px 0}._input-hor_1cxbs_612 ._input-form_1cxbs_437>*{float:left}._input-hor_1cxbs_612 input{font-size:14px;line-height:20px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 td,._input-hor_1cxbs_612 ._input-form_1cxbs_437 th{padding-bottom:24px}._input-hor_1cxbs_612 ._input-form_1cxbs_437:first-child{padding-top:0}._input-hor_1cxbs_612 ._input-form_1cxbs_437:last-child{padding-bottom:0}._input-hor_1cxbs_612 ._input-form_1cxbs_437:after{content:"";display:block;clear:both}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._tit_1cxbs_437{height:36px;font-size:14px;line-height:36px;font-weight:500;text-align:left}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._text_1cxbs_646{height:36px;font-size:16px;line-height:36px;text-align:left}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._sub-text_1cxbs_652{height:36px;font-size:14px;line-height:36px;text-align:left}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441{display:flex;position:relative}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441 input{height:36px;padding-right:8px;border-radius:6px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441 *:not(:first-child){margin-left:8px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441+._input-area_1cxbs_441{margin-top:8px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._divide_1cxbs_673{display:flex;position:relative}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._divide_1cxbs_673+._divide_1cxbs_673{margin-left:32px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._divide_1cxbs_673+._divide_1cxbs_673:after{content:"";position:absolute;display:block;width:1px;height:36px;background:#dedfe5;top:0;left:-16px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._divide_1cxbs_673 ._text_1cxbs_646+._text_1cxbs_646{margin-left:4px}._input-hor_1cxbs_612 ._input-form_1cxbs_437._success_1cxbs_599 ._txt_1cxbs_588,._input-form_1cxbs_437._hor_1cxbs_694._error_1cxbs_602 ._txt_1cxbs_588{clear:both}._input-hor_1cxbs_612 ._input-form_1cxbs_437._success_1cxbs_599 ._tit_1cxbs_437+._input-area_1cxbs_441,._input-form_1cxbs_437._hor_1cxbs_694._error_1cxbs_602 ._tit_1cxbs_437+._input-area_1cxbs_441{margin-bottom:6px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 input{padding-right:36px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 ._view_1cxbs_441{top:5px;right:5px;width:26px;height:26px;background-size:16px}._input-hor_1cxbs_612 ._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 ._view_1cxbs_441._on_1cxbs_446{background-size:16px}._input-hor_1cxbs_612 ._input-form_1cxbs_437._error_1cxbs_602 ._txt_1cxbs_588{float:none;padding-left:100px;font-size:10px;line-height:14px;color:#eb513c;margin-top:2px}._input-hor_1cxbs_612 ._input-form_1cxbs_437._error_1cxbs_602 ._txt_1cxbs_588:before{content:"";display:block;clear:left}._input-hor_1cxbs_612 ._input-form_1cxbs_437._error_1cxbs_602 ._tit_1cxbs_437._w120_1cxbs_199+._input-area_1cxbs_441+._txt_1cxbs_588{padding-left:124px}._input-hor_1cxbs_612 ._input-form_1cxbs_437._error_1cxbs_602 ._input-area_1cxbs_441 input,._input-hor_1cxbs_612 ._input-form_1cxbs_437._error_1cxbs_602 ._input-area_1cxbs_441 select{border:1px solid #eb513c}._input-form_1cxbs_437 ._input-area_1cxbs_441 input{display:block;width:100%;height:36px}._input-form_1cxbs_437 ._input-area_1cxbs_441 input._byte_1cxbs_739{position:absolute;right:8px;top:9px;font-size:12px;line-height:18px;color:#9393a3;font-family:IBM Plex Sans KR}._input-form_1cxbs_437 ._input-area_1cxbs_441 input._byte_1cxbs_739 b{color:#4d4c61}._input-form_1cxbs_437 ._input-area_1cxbs_441._has-byte_1cxbs_751{position:relative}._input-form_1cxbs_437 ._input-area_1cxbs_441._has-byte_1cxbs_751 input{padding-right:48px}._input-form_1cxbs_437 ._input-area_1cxbs_441._has-byte_1cxbs_751 ._byte_1cxbs_739{position:absolute;right:8px;top:9px;font-size:12px;line-height:18px;color:#9393a3;font-family:IBM Plex Sans KR}._input-form_1cxbs_437 ._input-area_1cxbs_441._has-byte_1cxbs_751 ._byte_1cxbs_739 b{color:#4d4c61}._textarea-div_1cxbs_772{position:relative;padding:8px 8px 32px;border:1px solid #dedfe5;background-color:#fff;border-radius:6px}._textarea-div_1cxbs_772:first-child{margin-top:0}._textarea-div_1cxbs_772 textarea{width:100%;min-height:50px;font-size:14px;line-height:20px;color:#4d4c61;resize:none;background:none;border:none}._textarea-div_1cxbs_772 textarea:focus,._textarea-div_1cxbs_772 textarea:active{outline:0}._textarea-div_1cxbs_772 textarea:focus{caret-color:#ff951a}._textarea-div_1cxbs_772 ._byte_1cxbs_739{position:absolute;bottom:8px;right:8px;font-size:13px;line-height:14px;color:#b6b6c2}._textarea-div_1cxbs_772 ._byte_1cxbs_739 b{color:#4d4c61}._divide-box_1cxbs_813{display:flex;gap:9px}._divide-box_1cxbs_813>*{position:relative}._divide-box_1cxbs_813>*:not(:last-child):after{content:"";display:block;position:absolute;width:1px;height:8px;background:#dedfe5;right:-5px;top:50%;transform:translateY(-50%)}._sort-divide_1cxbs_833{display:flex;gap:25px;margin-top:32px}._sort-divide_1cxbs_833>button{position:relative;font-size:14px;line-height:20px;color:#666}._sort-divide_1cxbs_833>button:not(:last-child):after{content:"";position:absolute;height:8px;width:1px;right:-13px;top:50%;transform:translateY(-50%);background:#ddd}._sort-divide_1cxbs_833>button._on_1cxbs_446{color:#ff7f0f;font-weight:700}._mem-grade_1cxbs_869{font-size:12px;line-height:18px;font-weight:500;font-family:IBM Plex Sans KR}._mem-grade_1cxbs_869:before{content:"";display:inline-block;width:16px;height:16px;margin-right:2px;vertical-align:middle;margin-top:-2px;background-size:cover;background-position:center;background-repeat:no-repeat}._mem-grade_1cxbs_869[aria-label=새싹]:before{background-image:url(data:image/png;base64,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)}._mem-grade_1cxbs_869[aria-label=새싹]._origin_1cxbs_890:before{background-image:url(data:image/png;base64,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)}._mem-grade_1cxbs_869[aria-label=새싹]{visibility:hidden}._mem-grade_1cxbs_869[aria-label=새싹]._origin_1cxbs_890{visibility:visible}._mem-grade_1cxbs_869[aria-label=열매]:before{background-image:url(data:image/png;base64,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)}._mem-grade_1cxbs_869[aria-label=초수]:before{background-image:url(data:image/png;base64,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)}._mem-grade_1cxbs_869[aria-label=중수]:before{background-image:url(data:image/png;base64,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)}._mem-grade_1cxbs_869[aria-label=고수]:before{background-image:url(data:image/png;base64,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)}._mem-grade_1cxbs_869[aria-label=영웅]:before{background-image:url(data:image/png;base64,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)}._mem-info-detail_1cxbs_916{display:flex;gap:8px;align-items:center}._mem-info-detail_1cxbs_916 ._profile-photo_1cxbs_921{width:36px;height:36px;flex-shrink:0;background:url(/assets/icon_profile-0c8d8fb9.svg) center / 20px no-repeat #f5f5f5;border:1px solid #dedfe5;border-radius:14px;margin-top:8px}._mem-info-detail_1cxbs_916 ._detail-right_1cxbs_930{margin-left:auto;display:flex;gap:6px}._mem-info-detail_1cxbs_916 ._detail-right_1cxbs_930 ._tag_1cxbs_935{padding:2px 10px;height:24px}._mem-info-detail_1cxbs_916 ._info-detail_1cxbs_939{flex-grow:1}._mem-info-detail_1cxbs_916 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942{display:flex;gap:6px;align-items:center}._mem-info-detail_1cxbs_916 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942 ._mem-name_1cxbs_947{font-size:16px;line-height:18px;font-weight:500}._mem-info-detail_1cxbs_916 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942 ._tool-box_1cxbs_953{margin-left:auto}._mem-info-detail_1cxbs_916 ._info-detail_1cxbs_939 ._detail-bottom_1cxbs_956{margin-top:4px}._mem-info-detail_1cxbs_916 ._info-detail_1cxbs_939 ._detail-bottom_1cxbs_956 ._txt_1cxbs_588{font-size:12px;line-height:20px;color:#7a7a89;font-family:IBM Plex Sans KR}._tool-box_1cxbs_953{position:relative}._tool-box_1cxbs_953 ._tool-btn_1cxbs_970{width:24px;height:24px;border-radius:6px;background:url(/assets/icon_dot-49d72d65.svg) center / cover no-repeat;flex-shrink:0}._tool-box_1cxbs_953 ._tool-btn_1cxbs_970._setting-btn_1cxbs_977{background-image:url(/assets/icon_setting_wh-87eb9b55.svg);background-color:#afaeba;border-radius:50%;background-size:16px}._tool-box_1cxbs_953 ._tool-list_1cxbs_983{display:none;z-index:2;position:absolute;right:0;min-width:162px;padding:8px;border-radius:6px;background:#fff;border:1px solid #eaebf0;box-shadow:0 15px 30px -5px #0000001a}._tool-box_1cxbs_953 ._tool-list_1cxbs_983 a{display:block;padding:4px 6px;font-size:14px;line-height:20px;color:#4d4c61;border-radius:4px;text-align:left}._tool-box_1cxbs_953 ._tool-list_1cxbs_983 a:hover{background:#f8f8f9}._tool-box_1cxbs_953 ._tool-list_1cxbs_983 button{display:block;padding:4px 6px;font-size:14px;line-height:20px;color:#4d4c61;border-radius:4px;text-align:left}._tool-box_1cxbs_953 ._tool-list_1cxbs_983 button:hover{background:#f8f8f9;width:100%}._tool-box_1cxbs_953 ._tool-list_1cxbs_983 a i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:6px;margin-top:-4px}._tool-box_1cxbs_953 ._tool-btn_1cxbs_970:not(._setting-btn_1cxbs_977)[aria-pressed=true]{background-color:#f8f8f9}._tool-box_1cxbs_953 ._tool-btn_1cxbs_970[aria-pressed=true]+._tool-list_1cxbs_983{display:block}._tool-box_1cxbs_953 ._tool-btn_1cxbs_970._setting-btn_1cxbs_977[aria-pressed=true]+._tool-list_1cxbs_983{left:50%;transform:translate(-50%);min-width:150px}a._write-div_1cxbs_1042._textarea-div_1cxbs_772{display:block;background:#fafafa}a._write-div_1cxbs_1042._textarea-div_1cxbs_772 textarea{pointer-events:none}._write-div_1cxbs_1042 ._function-area_1cxbs_1051{position:absolute;bottom:12px;right:24px}._write-div_1cxbs_1042 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056{justify-content:flex-end;gap:12px}._write-div_1cxbs_1042 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 i{width:16px;height:16px}._write-popup-allposts_1cxbs_1066 ._popup-content-wrap_1cxbs_1066{width:690px}._write-popup-allposts_1cxbs_1066 ._popup-content_1cxbs_1066{text-align:left}._write-popup-allposts_1cxbs_1066 ._custom-scroll_1cxbs_146{max-height:calc(100vh - 470px);min-height:100px;margin:8px 0}._write-popup-allposts_1cxbs_1066 ._select-div_1cxbs_1077{width:150px}._write-popup-allposts_1cxbs_1066 ._input-area_1cxbs_441{margin:12px 0 8px}._write-popup-allposts_1cxbs_1066 ._input-area_1cxbs_441 input{height:36px}._write-popup-allposts_1cxbs_1066 ._textarea-div_1cxbs_772{padding-bottom:8px}._write-popup-allposts_1cxbs_1066 ._textarea-div_1cxbs_772 textarea{min-height:40px}._write-popup-allposts_1cxbs_1066 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092{display:flex;flex-direction:column;gap:8px}._write-popup-allposts_1cxbs_1066 ._file-section_1cxbs_1097{display:flex;flex-wrap:wrap;gap:8px 10px;padding:8px;background:#fafafa;border-radius:8px}._write-popup-allposts_1cxbs_1066 ._file-section_1cxbs_1097 ._guide-txt_1cxbs_1105{font-size:12px;line-height:18px;color:#7a7a89;margin-bottom:-4px}._write-popup-allposts_1cxbs_1066 ._file-section_1cxbs_1097 ._file-list_1cxbs_1111{flex-basis:calc(20% - 8px);padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}._write-popup-allposts_1cxbs_1066 ._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._thumb_1cxbs_1118{width:100px;height:80px}._write-popup-allposts_1cxbs_1066 ._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._thumb_1cxbs_1118 img{width:100%;height:100%;object-fit:contain}._write-popup-allposts_1cxbs_1066 ._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._tit_1cxbs_437{display:flex;align-items:center}._write-popup-allposts_1cxbs_1066 ._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._tit_1cxbs_437 ._name_1cxbs_1131{width:58px}._write-popup-allposts_1cxbs_1066 ._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._tit_1cxbs_437 ._x-btn_1cxbs_1134{margin-left:auto}._write-popup-allposts_1cxbs_1066 ._emoji-section_1cxbs_1137{position:relative;height:60px;width:60px}._write-popup-allposts_1cxbs_1066 ._emoji-section_1cxbs_1137 ._btn-delete_1cxbs_1142{display:block;position:absolute;bottom:0;right:0;width:24px;height:24px;background:#afaeba;border:1px solid #fff;border-radius:30px;opacity:.8;text-align:center}._write-popup-allposts_1cxbs_1066 ._emoji-section_1cxbs_1137 ._btn-delete_1cxbs_1142:hover{background:#ff951a;border-color:#ff951a;opacity:1}._write-popup-allposts_1cxbs_1066 ._emoji-section_1cxbs_1137 ._btn-delete_1cxbs_1142 i{width:16px;height:16px;margin-top:-4px}._write-popup-allposts_1cxbs_1066 ._map-section_1cxbs_1165{display:flex;align-items:center;min-height:72px;border:1px solid #eaebf0;border-radius:8px;padding-right:12px}._write-popup-allposts_1cxbs_1066 ._map-section_1cxbs_1165 ._map-area_1cxbs_1173{width:248px;height:100%}._write-popup-allposts_1cxbs_1066 ._map-section_1cxbs_1165 ._address-area_1cxbs_1177{width:294px;padding:2px 0;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:18px;color:#41414f}._write-popup-allposts_1cxbs_1066 ._map-section_1cxbs_1165 ._address-area_1cxbs_1177 i{width:24px;height:24px;flex-shrink:0}._write-popup-allposts_1cxbs_1066 ._map-section_1cxbs_1165 ._btn_1cxbs_509{margin-left:auto}._write-popup-allposts_1cxbs_1066 ._sharing-section_1cxbs_1195{display:flex;padding:16px;border:1px solid #dedfe5;border-radius:8px;align-items:center}._write-popup-allposts_1cxbs_1066 ._sharing-section_1cxbs_1195 ._sharing-cont_1cxbs_1202{width:532px;margin-right:8px}._write-popup-allposts_1cxbs_1066 ._sharing-section_1cxbs_1195 ._share-tit_1cxbs_1206{font-size:14px;line-height:18px;color:#41414f;font-weight:500}._write-popup-allposts_1cxbs_1066 ._sharing-section_1cxbs_1195 ._share-source_1cxbs_1212{margin-top:8px;font-size:14px;line-height:18px;color:#4d4c61}._write-popup-allposts_1cxbs_1066 ._sharing-section_1cxbs_1195 ._btn_1cxbs_509{margin-left:auto}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051{margin-top:20px;padding:30px!important;float:right!important}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056{justify-content:flex-end;align-items:center}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 a[class*=add-]{position:relative}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 a[class*=add-]:after{display:none;position:absolute;width:max-content;background:rgba(23,28,38,.7);font-size:12px;line-height:16px;color:#fff;font-weight:500;padding:6px 8px;bottom:-28px;left:50%;transform:translate(-50%);border-radius:8px}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 a[class*=add-]:hover:after{display:block}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 ._add-img_1cxbs_1251:after{content:"사진"}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 ._add-emoji_1cxbs_1254:after{content:"이모티콘"}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 ._add-file_1cxbs_1257:after{content:"파일"}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 ._add-map_1cxbs_1260:after{content:"지도"}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051{float:right}._write-popup-allposts_1cxbs_1066 ._function-area_1cxbs_1051 ._btn-wrap_1cxbs_1056 ._btn_1cxbs_509{width:120px;height:36px}._file-section_1cxbs_1097{display:flex;flex-wrap:wrap;gap:8px 10px;padding:8px;background:#fafafa;border-radius:8px}._file-section_1cxbs_1097 ._guide-txt_1cxbs_1105{font-size:12px;line-height:18px;color:#7a7a89;margin-bottom:-4px}._file-section_1cxbs_1097 ._image-list_1cxbs_1285{flex-basis:calc(20% - 8px);padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}._file-section_1cxbs_1097 ._file-list_1cxbs_1111{flex-basis:calc(50% - 8px);padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._thumb_1cxbs_1118{width:100px;height:80px}._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._thumb_1cxbs_1118 img{width:100%;height:100%;object-fit:contain}._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._tit_1cxbs_437{display:flex;align-items:center}._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._tit_1cxbs_437 ._name_1cxbs_1131{width:58px}._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._tit_1cxbs_437 ._namefile_1cxbs_1315{width:220px}._file-section_1cxbs_1097 ._file-list_1cxbs_1111 ._tit_1cxbs_437 ._x-btn_1cxbs_1134{margin-left:auto}._emoji-sectiondiv_1cxbs_1321{position:relative;height:60px;width:60px}._emoji-sectiondiv_1cxbs_1321 ._btn-delete_1cxbs_1142{display:block;position:absolute;bottom:0;right:0;width:24px;height:24px;background:#afaeba;border:1px solid #fff;border-radius:30px;opacity:.8;text-align:center}._emoji-sectiondiv_1cxbs_1321 ._btn-delete_1cxbs_1142:hover{background:#ff951a;border-color:#ff951a;opacity:1}._emoji-sectiondiv_1cxbs_1321 ._btn-delete_1cxbs_1142 i{width:16px;height:16px;margin-top:-4px}._map-sectiondiv_1cxbs_1349{display:flex;align-items:center;min-height:72px;border:1px solid #eaebf0;border-radius:8px;padding-right:12px}._map-sectiondiv_1cxbs_1349 ._map-area_1cxbs_1173{width:248px;height:100%}._map-sectiondiv_1cxbs_1349 ._address-area_1cxbs_1177{width:294px;padding:2px 0;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:18px;color:#41414f}._map-sectiondiv_1cxbs_1349 ._address-area_1cxbs_1177 i{width:24px;height:24px;flex-shrink:0}._map-sectiondiv_1cxbs_1349 ._btn_1cxbs_509{margin-left:auto}._regist-notice-pop_1cxbs_1381 ._popup-content-wrap_1cxbs_1066{width:330px}._regist-notice-pop_1cxbs_1381 ._popup-content_1cxbs_1066{text-align:left}._regist-notice-pop_1cxbs_1381 ._toggle-box-div_1cxbs_1387 ._tit_1cxbs_437{font-size:16px;line-height:24px;color:#41414f;font-weight:500}._regist-notice-pop_1cxbs_1381 ._toggle-box-div_1cxbs_1387 ._toggle-box_1cxbs_1387{margin-left:auto}._regist-notice-pop_1cxbs_1381 ._gray-box_1cxbs_406{padding:12px;margin-top:8px;display:none}._regist-notice-pop_1cxbs_1381 ._check-box-div_1cxbs_325 ._tit_1cxbs_437{font-size:16px;line-height:24px;color:#41414f;font-weight:500}._regist-notice-pop_1cxbs_1381 ._check-box-div_1cxbs_325 ._txt_1cxbs_588{margin-top:8px;font-size:12px;line-height:18px;color:#41414f}._regist-notice-pop_1cxbs_1381 ._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:before{top:3px}._regist-notice-pop_1cxbs_1381 ._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:after{top:3px}._sharing-pop_1cxbs_1421 ._popup-content-wrap_1cxbs_1066{width:400px}._sharing-pop_1cxbs_1421 ._choice-section_1cxbs_1424{padding:0 24px;justify-content:space-between}._sharing-pop_1cxbs_1421 ._choice-section_1cxbs_1424 a{width:66px;height:110px;display:flex;flex-direction:column;gap:4px;align-items:center}._sharing-pop_1cxbs_1421 ._choice-section_1cxbs_1424 ._thumb_1cxbs_1118{height:66px;width:100%;border-radius:50%}._sharing-pop_1cxbs_1421 ._choice-section_1cxbs_1424 ._thumb_1cxbs_1118 img{height:100%;width:100%;object-fit:cover}._sharing-pop_1cxbs_1421 ._choice-section_1cxbs_1424 ._tit_1cxbs_437{height:40px;display:flex;align-items:center;font-size:14px;line-height:20px;color:#4d4c61}._sharing-pop_1cxbs_1421 ._link-section_1cxbs_1454{position:relative;width:352px;margin:32px auto 0}._sharing-pop_1cxbs_1421 ._url-copy_1cxbs_1459{display:flex;gap:26px;align-items:center;justify-content:space-between;padding:9px 12px;background-color:#f8f8f9;border-radius:8px}._sharing-pop_1cxbs_1421 ._url-copy_1cxbs_1459 input[type=text]{width:218px;height:23px;font-size:16px;letter-spacing:-.05em;white-space:nowrap;text-overflow:ellipsis;border:none}._sharing-pop_1cxbs_1421 ._url-copy_1cxbs_1459 ._btn-copy_1cxbs_1477{width:84px;padding:3px 6px}._select-group-pop_1cxbs_1483 ._popup-content-wrap_1cxbs_1066{width:400px}._select-group-pop_1cxbs_1483 ._popup-content_1cxbs_1066{text-align:left}._select-group-pop_1cxbs_1483 ._group-list_1cxbs_1489{display:flex;flex-direction:column;gap:8px;max-height:160px}._select-group-pop_1cxbs_1483 ._group-list_1cxbs_1489 ._list_1cxbs_1495{padding:8px;display:flex;gap:8px;align-items:center;border:1px solid #dedfe5;border-radius:12px}._select-group-pop_1cxbs_1483 ._group-list_1cxbs_1489 ._list_1cxbs_1495._on_1cxbs_446{border-color:#ff951a}._select-group-pop_1cxbs_1483 ._group-list_1cxbs_1489 ._list_1cxbs_1495 ._thumb-img_1cxbs_1506{width:30px;height:30px;flex-shrink:0;background:url(/assets/icon_profile-0c8d8fb9.svg) center / 18px no-repeat #f5f5f5;border:1px solid #dedfe5;border-radius:14px}._select-group-pop_1cxbs_1483 ._group-list_1cxbs_1489 ._list_1cxbs_1495 ._tit_1cxbs_437{width:264px;font-size:13px;line-height:18px;color:#4d4c61}._select-group-pop_1cxbs_1483 ._group-list_1cxbs_1489 ._list_1cxbs_1495 input+._label-info_1cxbs_1413{width:16px;height:16px;padding-left:16px}._report-pop_1cxbs_1527 ._popup-content-wrap_1cxbs_1066{width:480px}._report-pop_1cxbs_1527 ._check-box-div_1cxbs_325{margin-top:32px}._add-emoji-pop_1cxbs_1535 ._popup-content-wrap_1cxbs_1066{width:480px}._add-emoji-pop_1cxbs_1535 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137{width:80px;height:108px;background-size:60px;background-position-y:10px;padding-top:70px}._add-map-pop_1cxbs_1547._setting-region-pop_1cxbs_1547 ._popup-content-wrap_1cxbs_1066{width:500px}._download-file-pop_1cxbs_1553 ._popup-content-wrap_1cxbs_1066{width:400px}._download-file-pop_1cxbs_1553 ._table-wrap_1cxbs_1556{border-bottom:1px solid #dedfe5}._download-file-pop_1cxbs_1553 ._table-wrap_1cxbs_1556 table tbody tr{height:50px}._download-file-pop_1cxbs_1553 ._table-wrap_1cxbs_1556 table tbody tr td._check-box-div_1cxbs_325 ._check-box_1cxbs_325{height:18px}._download-file-pop_1cxbs_1553 ._table-wrap_1cxbs_1556 table tbody tr td._check-box-div_1cxbs_325 label{height:18px;font-size:0}._download-file-pop_1cxbs_1553 ._table-wrap_1cxbs_1556 table tbody tr td._check-box-div_1cxbs_325 label:before{top:0}._download-file-pop_1cxbs_1553 ._table-wrap_1cxbs_1556 table tbody tr td._check-box-div_1cxbs_325 label:after{top:0}._download-file-pop_1cxbs_1553 ._table-wrap_1cxbs_1556 table tbody tr td input{display:none}._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137{width:60px;height:60px;background:center / cover no-repeat}._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._recommend_1cxbs_1585{background-image:url(/assets/emoji_recommend-50516557.svg)}._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._like_1cxbs_1588{background-image:url(/assets/emoji_like-d0797f43.svg)}._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._soso_1cxbs_1591{background-image:url(/assets/emoji_soso-ec4235c6.svg)}._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._sad_1cxbs_1594{background-image:url(/assets/emoji_sad-13e26af3.svg)}._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._angry_1cxbs_1597{background-image:url(/assets/emoji_angry-41c926cf.svg)}._comm-item_1cxbs_1602{margin-top:24px;padding:16px 24px;border:1px solid #eaebf0;border-radius:6px}._comm-item_1cxbs_1602 ._profile-photo_1cxbs_921{width:36px;height:36px;flex-shrink:0;background:url(/assets/icon_profile-0c8d8fb9.svg) center / cover no-repeat #f5f5f5;border:1px solid #dedfe5;border-radius:14px}._comm-item_1cxbs_1602 ._divide-box_1cxbs_813._count-div_1cxbs_1616{margin-top:8px;padding-top:4px;border-top:1px solid #edeef2;align-items:center}._comm-item_1cxbs_1602 ._divide-box_1cxbs_813._count-div_1cxbs_1616 a,._comm-item_1cxbs_1602 ._divide-box_1cxbs_813._count-div_1cxbs_1616 p{padding:4px;font-size:11px;line-height:16px;font-weight:500;color:#4d4c61;flex-grow:0}._comm-item_1cxbs_1602 ._divide-box_1cxbs_813._count-div_1cxbs_1616 ._write-date_1cxbs_1631{font-size:11px;line-height:20px;color:#7a7a89;font-weight:400}._comm-item_1cxbs_1602 ._divide-box_1cxbs_813._count-div_1cxbs_1616 i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-top:-2px;margin-right:4px}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645{display:flex;gap:12px;align-items:center}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._profile-photo_1cxbs_921{width:36px;height:36px;background-size:cover}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939{flex-grow:1}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942{display:flex;gap:6px;align-items:center}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942 ._mem-name_1cxbs_947{font-size:16px;line-height:18px;font-weight:500}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942 ._detail-right_1cxbs_930{margin-left:auto;display:flex;gap:6px}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942 ._detail-right_1cxbs_930 ._tag_1cxbs_935{padding:2px 10px;height:24px}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942 ._detail-right_1cxbs_930 ._btn_1cxbs_509._sm_1cxbs_1678{font-size:11px;line-height:16px;height:24px;font-weight:500}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942 ._tool-box_1cxbs_953{margin-left:auto}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-bottom_1cxbs_956{margin-top:6px}._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-bottom_1cxbs_956 ._write-date_1cxbs_1631{font-size:12px;line-height:20px;color:#7a7a89;font-family:IBM Plex Sans KR}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092{margin-top:12px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-title_1cxbs_1699{font-size:18px;line-height:22px;font-weight:500}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-title_1cxbs_1699+._content-box_1cxbs_1092{margin-top:16px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092{display:flex;flex-direction:column;gap:8px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._txt_1cxbs_588{font-size:16px;line-height:22px;-webkit-line-clamp:3}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._txt_1cxbs_588 mark{line-height:23px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092._has-more_1cxbs_1720 ._txt_1cxbs_588{max-height:66px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092._all_1cxbs_1727 ._txt_1cxbs_588{max-height:unset;overflow:visible;-webkit-line-clamp:unset}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._img-section_1cxbs_1732{display:flex;flex-wrap:wrap;gap:8px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._img-section_1cxbs_1732 ._thumb-one_1cxbs_1737{position:relative;flex-basis:calc(100% - 4px);width:642px;height:462px;object-fit:cover;border:1px solid #dedfe5;border-radius:8px;overflow:hidden}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._img-section_1cxbs_1732 ._thumb-one_1cxbs_1737 img{width:100%;height:100%;object-fit:cover}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118{position:relative;flex-basis:calc(50% - 4px);height:160px;object-fit:cover;border:1px solid #dedfe5;border-radius:8px;overflow:hidden}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118:nth-child(n+3){display:none}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118 img{width:100%;height:100%;object-fit:cover}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._img-section_1cxbs_1732._single_1cxbs_1769 ._thumb_1cxbs_1118{flex-basis:100%;height:320px}._dimd-count_1cxbs_1774,._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092._has-more_1cxbs_1720 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118 ._dimd-count_1cxbs_1774{position:absolute;top:0;left:0;width:100%;height:100%;line-height:160px;font-size:32px;text-align:center;color:#fff;background:rgba(0,0,0,.3)}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092._all_1cxbs_1727 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118{flex-basis:100%;height:auto}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092._all_1cxbs_1727 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118:nth-child(n+3){display:block}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092._all_1cxbs_1727 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118 ._dimd-count_1cxbs_1774{display:none}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._map-section_1cxbs_1165{display:flex;align-items:center;min-height:72px;border:1px solid #eaebf0;border-radius:8px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._map-section_1cxbs_1165 ._map-area_1cxbs_1173{width:250px;height:100%}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._map-section_1cxbs_1165 ._address-area_1cxbs_1177{width:392px;padding:4px 0;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:18px;color:#41414f}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._map-section_1cxbs_1165 ._address-area_1cxbs_1177 i{width:24px;height:24px;flex-shrink:0}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._file-section_1cxbs_1097{padding:24px;border:1px solid #eaebf0;border-radius:8px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._file-section_1cxbs_1097 ._file-download_1cxbs_1842{display:flex;gap:8px;align-items:center;font-size:14px;line-height:18px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._file-section_1cxbs_1097 ._file-download_1cxbs_1842 i{width:24px;height:24px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._file-section_1cxbs_1097 ._file-download_1cxbs_1842 ._file-name_1cxbs_1853{color:#41414f;word-break:break-all}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._sharing-section_1cxbs_1195{padding:16px;border:1px solid #dedfe5;background-color:#fafafa;border-radius:8px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._sharing-section_1cxbs_1195 ._share-tit_1cxbs_1206{font-size:16px;line-height:24px;color:#4d4c61}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._sharing-section_1cxbs_1195 ._share-source_1cxbs_1212{margin-top:14px;padding-top:8px;border-top:1px solid #dedfe5;font-size:14px;line-height:18px;color:#4d4c61}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._post-info-section_1cxbs_1876{display:flex;flex-direction:column;padding:16px;margin-top:12px;border:1px solid #dedfe5;background-color:#fafafa;border-radius:8px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._post-info-section_1cxbs_1876 ._tit_1cxbs_437{font-size:16px;line-height:24px;color:#4d4c61}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._post-info-section_1cxbs_1876 ._source_1cxbs_1890{margin-top:14px;padding-top:8px;border-top:1px solid #dedfe5;font-size:14px;line-height:18px;color:#4d4c61}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._more-btn_1cxbs_1898{display:inline-block;margin-top:2px;font-size:12px;line-height:20px;padding:6px 8px;font-weight:500;color:#4d4c61}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-top:-2px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._action-box_1cxbs_1907{padding-top:10px;border-top:1px solid #eaebf0;margin-top:14px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 li{flex:1;text-align:center}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 a{font-size:14px;line-height:20px;color:#4d4c61}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 a span{font-weight:500;margin-left:4px}._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 i{margin-right:2px}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935{margin-top:12px}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._profile-photo_1cxbs_921{width:31px;height:31px;background-size:cover}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943{display:flex;align-items:center;gap:8px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._writing-section_1cxbs_1948{display:flex;width:100%;flex-direction:column;gap:12px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954{width:100%}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._img-box_1cxbs_1957{position:relative;width:120px;height:120px;border-radius:8px;overflow:hidden}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._img-box_1cxbs_1957 img{width:100%;height:100%;object-fit:cover}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._img-box_1cxbs_1957 ._btn-delete_1cxbs_1142{position:absolute;top:4px;right:4px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._img-box_1cxbs_1957 ._btn-delete_1cxbs_1142 i{width:16px;height:16px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137{display:flex;gap:8px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137{position:relative;padding-top:80px;width:80px;height:108px;font-size:14px;line-height:28px;color:#41414f;background-size:60px;background-position-y:10px;text-align:center}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137 ._white-dimd_1cxbs_1994{position:absolute;top:0;left:0;width:80px;height:70px;background:rgba(255,255,255,.3)}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137._prev-select_1cxbs_2002 ._emoji_1cxbs_1137 ._white-dimd_1cxbs_1994,._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._on_1cxbs_446 ._white-dimd_1cxbs_1994{display:none}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._on_1cxbs_446{font-weight:700;background-size:70px;background-position-y:5px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._selected-emoji_1cxbs_2013{position:relative;height:60px;width:60px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._selected-emoji_1cxbs_2013 ._btn-delete_1cxbs_1142{display:block;position:absolute;bottom:0;right:0;width:24px;height:24px;background:#afaeba;border:1px solid #fff;border-radius:30px;opacity:.8;text-align:center}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._selected-emoji_1cxbs_2013 ._btn-delete_1cxbs_1142:hover{background:#ff951a;border-color:#ff951a;opacity:1}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._selected-emoji_1cxbs_2013 ._btn-delete_1cxbs_1142 i{width:16px;height:16px;margin-top:-4px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772{position:relative;flex-grow:1;padding:9px 42px 9px 16px;border-radius:12px;background:none}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772 textarea{display:block;min-height:20px;max-height:100px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772 ._insert-tool_1cxbs_2053{position:absolute;height:24px;top:8px;right:8px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772 ._btn-insert_1cxbs_2059 i{vertical-align:text-top;margin-top:0}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._btn-post_1cxbs_2063{width:24px;margin-top:7px}._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 i{width:24px;height:24px}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._info-detail_1cxbs_939{display:flex;gap:6px;align-items:center;font-size:14px;line-height:20px}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment_1cxbs_1935 ._mem-name_1cxbs_947,._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment_1cxbs_1935 ._mention-name_1cxbs_2079{font-weight:500;flex-shrink:0;align-self:flex-start}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._info-detail_1cxbs_939 ._tag_1cxbs_935{font-size:10px;line-height:16px;padding:0 8px}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._info-detail_1cxbs_939 ._tag_1cxbs_935._red_1cxbs_341{margin-left:auto;font-weight:600}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093{display:flex;gap:8px;margin-top:12px}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093._reply_1cxbs_2098{padding-left:40px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left 8px top / 24px no-repeat}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935{padding:8px 16px 4px;border-radius:12px;background:#fafafa;flex-grow:1}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935 ._txt_1cxbs_588{margin-top:6px;font-size:14px;line-height:22px;color:#4d4c61;-webkit-line-clamp:3}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935._has-more_1cxbs_1720 ._txt_1cxbs_588{max-height:66px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935._has-more_1cxbs_1720._all_1cxbs_1727 ._txt_1cxbs_588{max-height:unset;overflow:visible;-webkit-line-clamp:unset}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935 ._img-section_1cxbs_1732{margin-top:2px}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118{display:block;width:250px;height:160px;border-radius:8px;overflow:hidden}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935 ._img-section_1cxbs_1732 ._thumb_1cxbs_1118 img{width:100%;height:100%;object-fit:cover}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935 ._more-btn_1cxbs_1898{display:inline-block;margin-top:2px;font-size:12px;line-height:20px;padding:6px 8px;font-weight:500;color:#4d4c61}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093._reply_1cxbs_2098 ._comment_1cxbs_1935 ._txt_1cxbs_588{margin-top:0}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093._reply_1cxbs_2098._mentioned_1cxbs_2154{background:none}._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment-write_1cxbs_1943{flex:1}._comm-item_1cxbs_1602._accused_1cxbs_2162 ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 a,._comm-item_1cxbs_1602._deleted_1cxbs_2163 ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 a{pointer-events:none;opacity:.7}._comm-item_1cxbs_1602:not(._accused_1cxbs_2162,._deleted_1cxbs_2163) ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 a._on_1cxbs_446{color:#417be6}._comm-item_1cxbs_1602:not(._accused_1cxbs_2162,._deleted_1cxbs_2163) ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 a._like_1cxbs_1588._on_1cxbs_446 i{background-image:url(/assets/icon_like_bl-90a60728.svg)}._comm-item_1cxbs_1602:not(._accused_1cxbs_2162,._deleted_1cxbs_2163) ._content-div_1cxbs_1092 ._action-box_1cxbs_1907 a._dislike_1cxbs_2173._on_1cxbs_446 i{background-image:url(/assets/icon_like_bl-90a60728.svg);transform:rotate(180deg)}._comm-item_1cxbs_1602 ._comment-list_1cxbs_2093._accused_1cxbs_2162 ._divide-box_1cxbs_813._count-div_1cxbs_1616 a,._comm-item_1cxbs_1602 ._comment-list_1cxbs_2093._deleted_1cxbs_2163 ._divide-box_1cxbs_813._count-div_1cxbs_1616 a{pointer-events:none;opacity:.7}._comm-item_1cxbs_1602 ._comment-list_1cxbs_2093:not(._accused_1cxbs_2162,._deleted_1cxbs_2163) ._divide-box_1cxbs_813._count-div_1cxbs_1616 a._on_1cxbs_446{color:#417be6}._comm-item_1cxbs_1602 ._comment-list_1cxbs_2093:not(._accused_1cxbs_2162,._deleted_1cxbs_2163) ._divide-box_1cxbs_813._count-div_1cxbs_1616 a._func-like_1cxbs_2185._on_1cxbs_446 i{background-image:url(/assets/icon_like_bl-90a60728.svg)}._comm-item_1cxbs_1602 ._comment-list_1cxbs_2093:not(._accused_1cxbs_2162,._deleted_1cxbs_2163) ._divide-box_1cxbs_813._count-div_1cxbs_1616 a._func-dislike_1cxbs_2188._on_1cxbs_446 i{background-image:url(/assets/icon_like_bl-90a60728.svg);transform:rotate(180deg)}._check-box-div_1cxbs_325._hor_1cxbs_694 ._check-box_1cxbs_325{float:left;margin-right:16px}._check-box-div_1cxbs_325._hor_1cxbs_694 ._check-box_1cxbs_325:last-child{margin-right:0}._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413{position:relative;display:inline-block;height:28px;line-height:28px;color:#4d4c61;font-size:14px;padding-left:26px;font-weight:400;text-indent:0}._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:before{content:"";position:absolute;top:6px;left:0;width:16px;height:16px;background-color:#fff;border:1px solid #c8cad0;border-radius:4px}._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:after{content:"";position:absolute;top:6px;left:0;display:none;width:18px;height:18px;background:url(/assets/icon_chk_gr-aa0362fb.svg) center / 10px 8px no-repeat}._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input:checked+._label-info_1cxbs_1413:after{display:block!important;background:url(/assets/icon_chk_wh-541ae6f6.svg) center / 10px 8px no-repeat}._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input:checked+._label-info_1cxbs_1413:before{background-color:#ff951a;border-color:#ff951a}._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:hover:after{display:block}._radio-div_1cxbs_2250._hor_1cxbs_694 ._radio-box_1cxbs_2250{float:left;margin-right:16px}._radio-div_1cxbs_2250._hor_1cxbs_694 ._radio-box_1cxbs_2250:last-child{margin-right:0}._radio-div_1cxbs_2250 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413{position:relative;line-height:36px;padding-left:28px;font-size:14px;color:#4d4c61}._radio-div_1cxbs_2250 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;border:1px solid #c8cad0;border-radius:50%;box-sizing:border-box}._radio-div_1cxbs_2250 ._radio-box_1cxbs_2250 input:checked+._label-info_1cxbs_1413:before{border:6px solid #ff951a}._radio-div_1cxbs_2250._error_1cxbs_602 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413:before{border-color:#ff5959}._radio-box_1cxbs_2250 input[type=radio]{position:absolute;clip:rect(0 0 0 0);width:0;height:0;overflow:hidden}._radio-box_1cxbs_2250 ._radio-button_1cxbs_2289[type=radio]+label{display:inline-block;padding:7px 20px;border-radius:18px;border:1px solid #dedfe5}._radio-box_1cxbs_2250 ._radio-button_1cxbs_2289[type=radio]:checked+label{border-color:#ff951a;color:#ff7f0f}._fileBox_1cxbs_2302 label{position:relative;display:inline-block;width:120px;height:36px;line-height:36px;margin-top:13px;text-indent:42px;background-color:#aeaeba;cursor:pointer;border-radius:6px;color:#fff;font-size:14px}._fileBox_1cxbs_2302 label:before{content:"";position:absolute;top:13px;left:19px;display:block;width:10px;height:10px;background-position:-600px -63px}._fileBox_1cxbs_2302 input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}._fileBox_1cxbs_2302 label:hover{background-color:#7a7a89}._btn-wrap_1cxbs_1056{display:flex;justify-content:center;gap:8px}._btn_1cxbs_509{font-size:14px;line-height:20px;color:#4d4c61;border:1px solid #dedfe5;background:#fff;padding:7px 12px;border-radius:6px;text-align:center}._btn_1cxbs_509._sm_1cxbs_1678{padding:3px 11px;border-radius:4px}._btn_1cxbs_509._lg_1cxbs_2361{font-size:16px;line-height:28px;padding:8px 24px;border-radius:8px}._btn_1cxbs_509._org_1cxbs_2367{border-color:#ff951a;background:#ff951a;color:#fff}._btn_1cxbs_509._red_1cxbs_341{border-color:#ff5959;background:#fff;color:#ff5959}._btn_1cxbs_509[class*=org-]{border-color:#ff951a;color:#ff7f0f}._btn_1cxbs_509._org-light_1cxbs_2381{background:rgba(255,149,26,.05)}._btn_1cxbs_509._gry_1cxbs_2384{border-color:#afaeba;background:#afaeba;color:#fff}._btn_1cxbs_509._gry-light_1cxbs_2389{border-color:#f5f5f5;background:#f5f5f5;color:#333}._btn_1cxbs_509:hover{border-color:#92929c}._btn_1cxbs_509._org_1cxbs_2367:hover{border-color:#ff7f0f;background:#ff7f0f}._btn_1cxbs_509._org-light_1cxbs_2381:hover{background:#ff951a;color:#fff;border-color:#ff951a}._btn_1cxbs_509._org-light_1cxbs_2381:hover i{filter:brightness(0) invert(1)}._btn_1cxbs_509._org-line_1cxbs_2409:hover{background:#ff951a;color:#fff;border-color:#ff951a}._btn_1cxbs_509._org-line_1cxbs_2409:hover i{filter:brightness(0) invert(1)}._btn_1cxbs_509._gry_1cxbs_2384:hover{border-color:#7a7a89;background:#7a7a89}._btn_1cxbs_509._gry-light_1cxbs_2389:hover{background:#f5f5f5;border-color:#f5f5f5}._btn_1cxbs_509._border-none_1cxbs_166:hover{background:rgb(248,248,249)}[class*=btn]._disabled_1cxbs_2428{background:#edeef0!important;border-color:#edeef0!important;color:#b6b6c2!important;cursor:unset!important}._btn_1cxbs_509[class*=float]{position:fixed}._add-btn_1cxbs_2445,._delete-btn_1cxbs_2446{display:block;width:72px;height:36px;font-size:14px;line-height:20px;text-align:center;border:1px solid #afaeba;background-color:#afaeba;color:#fff;padding:7px 12px;border-radius:6px}._add-btn_1cxbs_2445:hover,._delete-btn_1cxbs_2446:hover{border:1px solid #7a7a89;background-color:#7a7a89}._add-btn_1cxbs_2445 i,._delete-btn_1cxbs_2446 i{width:16px;height:16px;display:inline-block;vertical-align:middle;margin-top:-2px}._btn-back_1cxbs_2473{border:none;padding:0}._btn-back_1cxbs_2473 i._icon-left_1cxbs_2477{width:24px;height:24px}._tag-div_1cxbs_952{display:flex;gap:6px}._tag_1cxbs_935{padding:3px 12px;color:#41414f;font-size:12px;line-height:18px;font-weight:500;font-family:IBM Plex Sans KR;background:#f4f4f4;border:1px solid #f4f4f4;border-radius:100px}._tag_1cxbs_935._org_1cxbs_2367{background:#ff951a;border-color:#ff951a;color:#fff}._tag_1cxbs_935._org-line_1cxbs_2409{background:#fff;border-color:#ff951a;color:#ff951a}._tag_1cxbs_935._org-light_1cxbs_2381{background:#ffead1;border-color:#ffead1;color:#4d4c61}._tag_1cxbs_935._line_1cxbs_399{color:#4d4c61;background:#fff;border-color:#c8cad0}._tag_1cxbs_935._red_1cxbs_341{color:#ff5959;background:transparent;border-color:#ff5959}._tag_1cxbs_935._disabled_1cxbs_2428{color:#b6b6c2;background:#f5f5f5;border-color:#f5f5f5}._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532{display:flex;height:22px}._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 ._label-info_1cxbs_1413{position:relative;display:block;width:42px;height:100%;background-color:#dedfe5;border-radius:100px}._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 input:checked+._label-info_1cxbs_1413{background-color:#ff951a}._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 ._label-info_1cxbs_1413:after{content:"";position:absolute;top:2px;left:2px;transition:transform .3s ease-in-out;width:18px;height:18px;background-color:#fff;border-radius:50%;box-shadow:0 1px 2px #00000014,0 2px 3px -1px #0000000d}._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 input:checked+._label-info_1cxbs_1413:after{transform:translate(20px);border-color:#ff951a}._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 ._label-text_1cxbs_2563{margin-left:10px;line-height:22px;color:#41414f;font-size:14px;font-weight:500}._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 input:checked+._label-info_1cxbs_1413+._label-text_1cxbs_2563{color:#ff951a}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573{display:flex}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573 ._radio-box_1cxbs_2250{margin-right:0!important;margin-left:0!important}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573 input[type=radio]{display:none}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573 input[type=radio]+label{display:inline-block;width:36px;height:36px;text-align:center;line-height:36px;border:1px solid #dedfe5;letter-spacing:-.05em;font-size:14px;color:#7a7a89;padding-left:0;cursor:pointer;background-color:#fff}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573 ._radio-box_1cxbs_2250:nth-child(1) input[type=radio]+label{border-radius:6px 0 0 6px;border-right:1px solid transparent}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573 ._radio-box_1cxbs_2250:nth-child(2) input[type=radio]+label{border-radius:0 6px 6px 0;border-left:1px solid transparent}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573 input[type=radio]+label:before{content:none}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573 ._radio-box_1cxbs_2250 input[type=radio]:checked+label{color:#ff951a;background-color:#fff4e5;border:1px solid #ff951a}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573._gry_1cxbs_2384 input[type=radio]+label{color:#7a7a89;background-color:#fff;border:1px solid #afaeba}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573._gry_1cxbs_2384 input[type=radio]:checked+label{color:#fff;background:#afaeba;border:1px solid #afaeba}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573._org_1cxbs_2367 input[type=radio]+label{color:#7a7a89;background:#fff;border:1px solid #dedfe5}._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573._org_1cxbs_2367 input[type=radio]:checked+label{color:#fff;background-color:#ff951a;border:1px solid #ff951a}i._icon-plus_1cxbs_2636{background:url(/assets/icon_plus-4aae387e.svg) center / cover no-repeat;filter:brightness(.5)}i._icon-plus-gry_1cxbs_2640{background:url(/assets/icon_plus-4aae387e.svg) center / cover no-repeat}i._icon-plus-org_1cxbs_2643{background:url(/assets/icon_plus_org-9fe49dbd.svg) center / cover no-repeat}i._icon-plus-wh_1cxbs_2646{background:url(/assets/icon_plus_wh-77b38aa1.svg) center / cover no-repeat}i._icon-trash-bk_1cxbs_2649{background:url(/assets/icon_trash_bk-6ff6a00d.svg) center / cover no-repeat}i._icon-detail-arrow_1cxbs_2652{background:url(/assets/icon_detail_arrow-c35b0d55.svg) center / cover no-repeat}i._icon-check-bk_1cxbs_2655{background:url(/assets/icon_check_small_bk-16af64ba.svg) center / cover no-repeat}i._icon-check-wh_1cxbs_2658{background:url(/assets/icon_check_small_wh-639edf24.svg) center / cover no-repeat}i._icon-check-grn_1cxbs_2661{background:url(/assets/icon_check_small_grn-53ae3937.svg) center / cover no-repeat}i._icon-check-org_1cxbs_2664{background:url(/assets/icon_check_small_org-a2ef6089.svg) center / cover no-repeat}i._icon-check-fill_1cxbs_2667{background:url(/assets/icon_chk_fill-76fdaf2d.svg) center / cover no-repeat}i._icon-caution_1cxbs_2670{background:url(/assets/icon_caution-76c71a68.svg) center / cover no-repeat}i._icon-caution-red_1cxbs_2673{background:url(/assets/icon_caution_red-7d6f7a9f.svg) center / cover no-repeat}i._icon-caution-org_1cxbs_2676{background:url(/assets/icon_caution_org-2ca8fe18.svg) center / cover no-repeat}i._icon-minus-fill_1cxbs_2679{background:url(/assets/icon_minus_fill-06ccb225.svg) center / cover no-repeat}i._icon-download_1cxbs_2682{background:url(/assets/icon_download-52ecae1d.svg) center / cover no-repeat}i._icon-calendar_1cxbs_2685{background:url(/assets/icon_calendar-ee1d648a.svg) center / cover no-repeat}i._icon-ing_1cxbs_2688{background:url(/assets/icon_ing-1fd13d74.svg) center / cover no-repeat}i._icon-ing-bk_1cxbs_2691{background:url(/assets/icon_ing_gry-bdf9e486.svg) center / cover no-repeat;filter:brightness(0)}i._icon-ing-org_1cxbs_2695{background:url(/assets/icon_ing_org-7aea7272.svg) center / cover no-repeat}i._icon-ing-gry_1cxbs_2698{background:url(/assets/icon_ing_gry-bdf9e486.svg) center / cover no-repeat}i._icon-bubble-circle_1cxbs_2701{background:url(/assets/icon_bubble_circle-ddb8800a.svg) center / cover no-repeat}i._icon-info_1cxbs_2704{background:url(/assets/icon_info_mark-af18f7f9.svg) center / cover no-repeat}i._icon-info-blue_1cxbs_2707{background:url(/assets/icon_info_bl-f2d4ebc1.svg) center / cover no-repeat}i._icon-info-fill_1cxbs_2710{background:url(/assets/icon_info_fill-7708b7de.svg) center / cover no-repeat}i._icon-info-small-gr_1cxbs_2713{background:url(/assets/icon_info_gry-322255e5.svg) center / cover no-repeat}i._icon-bubble-question_1cxbs_2716{background:url(/assets/icon_bubble_question-8ea7b4a6.svg) center / cover no-repeat}i._icon-bubble-question-bk_1cxbs_2719{background:url(/assets/icon_question_speech-8d43da84.svg) center / cover no-repeat}i._icon-helper_1cxbs_2722{background:url(/assets/icon_helper-c8b4aff1.svg) center / cover no-repeat}i._icon-question-blue_1cxbs_2725{background:url(/assets/icon_question_bl-163c0119.svg) center / cover no-repeat}i._icon-check-circle-grn_1cxbs_2728{background:url(/assets/icon_check_line_grn-8b08b1a6.svg) center / cover no-repeat}i._icon-warning_1cxbs_2731{background:url(/assets/icon_warning-6d94b3a7.svg) center / cover no-repeat}i._icon-warning-red_1cxbs_2734{background:url(/assets/icon_warning_mark-84c947ba.svg) center / cover no-repeat}i._icon-x-wh_1cxbs_2737{background:url(/assets/icon_x_wh-51629cb0.svg) center / cover no-repeat}i._icon-x-circle_1cxbs_2740{background:url(/assets/icon_xmark-b12cb8d1.svg) center / cover no-repeat}i._icon-x-gry_1cxbs_2743{background:url(/assets/icon_xbtn-235419bd.svg) center / cover no-repeat}i._icon-x-red_1cxbs_2746{background:url(/assets/icon_x_red-9e304e86.svg) center / cover no-repeat}i._icon-search-wh_1cxbs_2749{background:url(/assets/icon_search_wh-f73e72b4.svg) center / cover no-repeat}i._icon-search-bk_1cxbs_2752{background:url(/assets/icon_search_bk-3f51c176.svg) center / cover no-repeat}i._icon-search-org_1cxbs_2755{background:url(/assets/icon_search_org-da5f7730.svg) center / cover no-repeat}i._icon-arrow_1cxbs_2758{background:url(/assets/icon_arrow_down_bk-941d788b.svg) center / cover no-repeat}i._icon-arrow-down-gr_1cxbs_2761{background:url(/assets/icon_arrow_down_gr-511eea19.svg) center / cover no-repeat}i._icon-arrow-down-wh_1cxbs_2764{background:url(/assets/icon_arrow_down_wh-47ce049b.svg) center / cover no-repeat}i._icon-arrow-double_1cxbs_2767{background:url(/assets/icon_arrow_double-1ef4908b.svg) center / cover no-repeat}i._icon-arrow-org_1cxbs_2770{background:url(/assets/icon_arrow_down_org-ce56a177.svg) center / cover no-repeat}i._icon-note-line_1cxbs_2773{background:url(/assets/icon_note_line-94df4a9f.svg) center / cover no-repeat}i._icon-mouse_1cxbs_2776{background:url(/assets/icon_mouse-c30701a3.svg) center / cover no-repeat}i._icon-reload_1cxbs_2779{background:url(/assets/icon_reload-6268c507.svg) center / cover no-repeat}i._icon-share_1cxbs_2782{background:url(/assets/icon_share-e6167f21.svg) center / cover no-repeat}i._icon-comment_1cxbs_2785{background:url(/assets/icon_comment-75d507e1.svg) center / cover no-repeat}i._icon-image_1cxbs_2788{background:url(/assets/icon_image-18f3e635.svg) center / cover no-repeat}i._icon-emoji_1cxbs_2791{background:url(/assets/icon_emoji-e9b8b9da.svg) center / cover no-repeat}i._icon-upset_1cxbs_2794{background:url(/assets/icon_upset-c2835657.svg) center / cover no-repeat}i._icon-send_1cxbs_2797{background:url(/assets/icon_send-6406da70.svg) center / cover no-repeat}i._icon-letter_1cxbs_2800{background:url(/assets/icon_letter-079c3ce8.svg) center / cover no-repeat}i._icon-plus-circle_1cxbs_2803{background:url(/assets/icon_plus_circle-b5543c84.svg) center / cover no-repeat}i._icon-clip_1cxbs_2806{background:url(/assets/icon_clip-571adb58.svg) center / cover no-repeat}i._icon-clip-bl_1cxbs_2809{background:url(/assets/icon_clip_bl-d5cab571.svg) center / cover no-repeat}i._icon-spot_1cxbs_2812{background:url(/assets/icon_spot-fb292b54.svg) center / cover no-repeat}i._icon-spot-red_1cxbs_2815{background:url(/assets/icon_spot_red-411943ab.svg) center / cover no-repeat}i._icon-profile_1cxbs_2818{background:url(/assets/icon_profile-0c8d8fb9.svg) center / cover no-repeat}i._icon-like_1cxbs_2821{background:url(/assets/icon_like-8c568f36.svg) center / cover no-repeat}i._icon-change_1cxbs_2824{background:url(/assets/icon_change-47c976f7.svg) center / cover no-repeat}i._icon-link_1cxbs_2827{background:url(/assets/icon_link_bk-c318ccd8.svg) center / cover no-repeat}i._icon-dislike_1cxbs_2830{background:url(/assets/icon_dislike-4d4302a5.svg) center / cover no-repeat}i._icon-loud_1cxbs_2833{background:url(/assets/icon_loud_line-afc3eaaf.svg) center / cover no-repeat}i._icon-lock_1cxbs_2836{background:url(/assets/icon_lock-83e0d74c.svg) center / cover no-repeat}i._icon-lock-red_1cxbs_2839{background:url(/assets/icon_lock_red-2470be00.svg) center / cover no-repeat}i._icon-person-bl_1cxbs_2842{background:url(/assets/icon_person_bl-8af3a57e.svg) center / cover no-repeat}i._icon-modify_1cxbs_2845{background:url(/assets/icon_modify-69ab2039.svg) center / cover no-repeat}i._icon-write_1cxbs_2848{background:url(/assets/icon_write-03ccea71.svg) center / cover no-repeat}i._icon-setting_1cxbs_2851{background:url(/assets/icon_setting-bfa58add.svg) center / cover no-repeat}i._icon-setting-bk_1cxbs_2854{background:url(/assets/icon_setting_bk-1f55cb59.svg) center / cover no-repeat}i._icon-private_1cxbs_2857{background:url(/assets/icon_private-7c43508a.svg) center / cover no-repeat}i._icon-go-right_1cxbs_2860{background:url(/assets/Right-d5e2c474.svg) center / cover no-repeat}i._icon-group_1cxbs_2863{background:url(/assets/icon_group-82e771f7.svg) center / cover no-repeat}i._icon-all_1cxbs_2866{background:url(/assets/icon_all-3ac93994.svg) center / cover no-repeat}i._icon-account_1cxbs_2869{background:url(/assets/icon_account-44b573db.svg) center / cover no-repeat}i._icon-hobby_1cxbs_2872{background:url(/assets/icon_hobby-a0daa1b7.svg) center / cover no-repeat}i._icon-share-offering_1cxbs_2875{background:url(/assets/icon_share_offering-563eaee6.svg) center / cover no-repeat}i._icon-doc-question_1cxbs_2878{background:url(/assets/icon_doc_question-1b5b9e62.svg) center / cover no-repeat}i._icon-kakao_1cxbs_2881{background:url(/assets/icon_kakao-774dfc87.svg) center / cover no-repeat}i._icon-naver_1cxbs_2884{background:url(/assets/icon_naver-92af257f.svg) center / cover no-repeat}i._icon-newsfeed_1cxbs_2887{background:url(/assets/icon_newsfeed-d353ff77.svg) center / cover no-repeat}i._icon-bookmark_1cxbs_2890{background:url(/assets/icon_bookmark-907cc4b1.svg) center / cover no-repeat}i._icon-menu_1cxbs_2893{background:url(/assets/icon_menu-42491dd2.svg) center / cover no-repeat}i._icon-bell_1cxbs_2896{background:url(/assets/icon_bell-ff2d8fe3.svg) center / cover no-repeat}i._icon-logout_1cxbs_2899{background:url(/assets/icon_logout-7ae2218b.svg) center / cover no-repeat}i._icon-popup-org_1cxbs_2902{background:url(/assets/icon_popup_org-2cc860c4.svg) center / cover no-repeat}i._icon-top_1cxbs_2905{transform:rotate(180deg)}i._icon-right_1cxbs_2908{transform:rotate(-90deg)}i._icon-left_1cxbs_2477{transform:rotate(90deg)}._info-txt_1cxbs_2916{margin:4px 0 12px;padding-left:20px;font-size:12px;line-height:16px;color:#9393a3;background:url(/assets/icon_info_gry-322255e5.svg) left center / 16px no-repeat}._accor-div_1cxbs_2926{border-radius:12px;border:1px solid #dedfe5;overflow:hidden}._accor-div_1cxbs_2926 ._list_1cxbs_1495{border-top:1px solid #dedfe5}._accor-div_1cxbs_2926 ._list_1cxbs_1495:first-child{border-top:none}._accor-div_1cxbs_2926 ._list_1cxbs_1495 ._open_1cxbs_2937{display:flex;align-items:center;font-size:16px;line-height:28px;padding:14px 16px 14px 24px}._accor-div_1cxbs_2926 ._list_1cxbs_1495 ._open_1cxbs_2937:after{content:"";width:24px;height:24px;margin-left:auto;flex-shrink:0;background:url(/assets/icon_arrow_down_gr-511eea19.svg) right center / 24px no-repeat;transition:all .2s ease}._accor-div_1cxbs_2926 ._list_1cxbs_1495._on_1cxbs_446 ._open_1cxbs_2937:after{transform:rotate(180deg)}._accor-div_1cxbs_2926 ._list_1cxbs_1495 ._open_1cxbs_2937:hover,._accor-div_1cxbs_2926 ._list_1cxbs_1495._on_1cxbs_446 ._open_1cxbs_2937{background-color:#fafafa}._accor-div_1cxbs_2926 ._list_1cxbs_1495 ._open_1cxbs_2937 ._list-number_1cxbs_2962{min-width:24px;margin-right:16px;font-size:14px;line-height:20px;color:#b6b6c2;font-weight:500;text-align:right;font-family:IBM Plex Sans KR}._accor-div_1cxbs_2926 ._list_1cxbs_1495 ._open_1cxbs_2937 ._list-tag_1cxbs_2972{min-width:220px;margin-right:8px;font-size:14px;line-height:20px;color:#5e5e70}._accor-div_1cxbs_2926 ._list_1cxbs_1495 ._open_1cxbs_2937 ._list-title_1cxbs_2979{font-size:16px;line-height:24px;color:#4d4c61}._accor-div_1cxbs_2926 ._list_1cxbs_1495._on_1cxbs_446 ._open_1cxbs_2937 ._list-title_1cxbs_2979{color:#41414f;font-weight:500}._accor-div_1cxbs_2926 ._list_1cxbs_1495 ._open_1cxbs_2937 ._list-date_1cxbs_2988{margin-left:auto;font-size:14px;line-height:20px;color:#5e5e70}._accor-div_1cxbs_2926 ._list_1cxbs_1495 ._close_1cxbs_2994{display:none;padding:24px;border-top:1px solid #dedfe5}._open-items_1cxbs_3000{border:none;width:40px;height:40px;padding:8px;margin-left:24px}._open-items_1cxbs_3000 i._icon-arrow_1cxbs_2758{width:24px;height:24px;transition:all .2s ease}._hidden-items_1cxbs_3012{display:none}._hidden-items_1cxbs_3012 ._items-wrap_1cxbs_3015{display:flex}._tab-menu-wrap_1cxbs_3020{position:relative}._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023{display:flex;column-gap:6px;row-gap:8px;flex-wrap:wrap}._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 a,._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 button{display:block;width:auto;height:36px;padding:5px 16px;border-radius:100px;background:#fff;border:1px solid #dedfe5;font-size:14px;line-height:24px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 a:hover,._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 button:hover{border-color:#92929c}._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 ._on_1cxbs_446,._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 a[aria-selected=true],._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 button[aria-selected=true]{background:#fff4e5;color:#ff7f0f;border-color:#ff951a}._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 a span,._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 button span{font-family:IBM Plex Sans KR}._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509{margin-left:auto;font-size:14px;line-height:20px;color:#4d4c61;border:1px solid #dedfe5;background:#fff;padding:7px 12px;border-radius:6px;text-align:center}._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509._org_1cxbs_2367{border-color:#ff951a;background:#ff951a;color:#fff}._tab-menu-wrap_1cxbs_3020 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509._org_1cxbs_2367:hover{border-color:#ff7f0f;background:#ff7f0f}._tab-menu-wrap_1cxbs_3020 ._tab-menu-subinner_1cxbs_3085{display:flex;column-gap:6px;row-gap:8px;flex-wrap:wrap}._tab-menu-wrap_1cxbs_3020 ._tab-menu-subinner_1cxbs_3085 a{display:block;width:auto;height:36px;padding:5px 16px;border-radius:100px;background:#fff;border:1px solid #dedfe5;font-size:14px;line-height:24px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}._tab-menu-wrap_1cxbs_3020 ._tab-menu-subinner_1cxbs_3085 a:hover{border-color:#92929c}._tab-menu-wrap_1cxbs_3020 ._tab-menu-subinner_1cxbs_3085 ._on_1cxbs_446,._tab-menu-wrap_1cxbs_3020 ._tab-menu-subinner_1cxbs_3085 a[aria-selected=true]{background:#fff4e5;color:#ff7f0f;border-color:#ff951a}._tab-menu-wrap_1cxbs_3020 ._tab-menu-subinner_1cxbs_3085 a span{font-family:IBM Plex Sans KR}._category-tab_1cxbs_3122{display:flex;align-items:center;justify-content:flex-start;gap:8px}._category-tab_1cxbs_3122 ._btn_1cxbs_509{width:auto;display:block;min-width:74px;height:36px;line-height:20px;text-align:center;padding:8px 12px;border-radius:20px;border:0;font-size:14px;font-weight:400;color:#9393a3}._category-tab_1cxbs_3122 ._btn_1cxbs_509._on_1cxbs_446{background-color:#ff951a;color:#fff}._category-tab_1cxbs_3122._org-line_1cxbs_2409 ._btn_1cxbs_509{min-width:80px;height:28px;padding:3px 12px;border:1px solid #dedfe5;color:#4d4c61}._category-tab_1cxbs_3122._org-line_1cxbs_2409 ._btn_1cxbs_509._on_1cxbs_446,._category-tab_1cxbs_3122._org-line_1cxbs_2409 ._btn_1cxbs_509._onALL_1cxbs_3158,._category-tab_1cxbs_3122._org-line_1cxbs_2409 ._btn_1cxbs_509._onF_1cxbs_3163,._category-tab_1cxbs_3122._org-line_1cxbs_2409 ._btn_1cxbs_509._onM_1cxbs_3168{background-color:#fff;border:1px solid #ff951a;color:#ff951a}._category-tab_1cxbs_3122 ._btn_1cxbs_509._disabled_1cxbs_2428{background-color:#f5f5f6;border:1px solid #f5f5f6;color:#b6b6c2;pointer-events:none}._underline-tab_1cxbs_3180{position:relative;width:100%;border-bottom:1px solid #dedfe5}._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023{display:flex}._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509{position:relative;flex:1;display:block;padding:10px 24px;border-radius:0;font-size:0;border:none}._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509._on_1cxbs_446:after{content:"";position:absolute;bottom:-1px;width:100%;height:3px;left:0;background-color:#ff951a}._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509:first-child._on_1cxbs_446:after{left:0}._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509 ._text_1cxbs_646{display:inline-block;line-height:24px;color:#9393a3;font-size:16px;font-weight:500}._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509 ._text_1cxbs_646:hover{color:#ff7f0f}._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509 ._count_1cxbs_1616{display:inline-block;height:20px;margin:1px 0 0 5px;padding:0 5px;line-height:18px;color:#4d4c61;font-size:12px;font-weight:500;vertical-align:top;border:1px solid #c8cad0;border-radius:10px}._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509._on_1cxbs_446 ._text_1cxbs_646{color:#ff7f0f}._menu-swiper_1cxbs_3236 ._menu-btn_1cxbs_3237{width:auto;padding:8px 16px;font-size:14px;line-height:20px;color:#4d4c61;font-family:IBM Plex Sans KR;background:#f8f8f9;border-radius:30px}._tab-parents_1cxbs_3248 ._tab-content-inner_1cxbs_3248 ._tab-cont_1cxbs_3248{display:none}._lg-tab_1cxbs_3253{display:flex;align-items:center;gap:12px}._lg-tab_1cxbs_3253 ._tab_1cxbs_1556{padding:44px 24px;min-width:158px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:4px;font-size:16px;line-height:22px;color:#333;border-radius:12px;background:#fff7f0}._lg-tab_1cxbs_3253 ._tab_1cxbs_1556 ._count_1cxbs_1616{font-size:24px;line-height:34px;font-weight:700}._lg-tab_1cxbs_3253 ._tab_1cxbs_1556._active_1cxbs_3278{background:#ff7b00;color:#fff;box-shadow:0 15px 30px -5px #0000001a}._loadingDot_1cxbs_3286{float:left;width:2px;height:2px;margin:6px 1px 0 0;background:#4d4c61;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:0;-webkit-animation:_loadingFade_1cxbs_1 1s infinite;-moz-animation:_loadingFade_1cxbs_1 1s infinite;animation:_loadingFade_1cxbs_1 1s infinite}._loadingDot_1cxbs_3286:nth-child(1){margin-left:3px;-webkit-animation-delay:0s;-moz-animation-delay:0s;animation-delay:0s}._loadingDot_1cxbs_3286:nth-child(2){-webkit-animation-delay:.1s;-moz-animation-delay:.1s;animation-delay:.1s}._loadingDot_1cxbs_3286:nth-child(3){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}._swiper-container_1cxbs_3319 ._swiper-button-prev_1cxbs_3319,._swiper-container_1cxbs_3319 ._swiper-button-next_1cxbs_3320{background-image:none}._swiper-container_1cxbs_3319._loop-center-slider_1cxbs_3324{padding:0 40px}._loop-center-slider_1cxbs_3324 ._swiper-slide_1cxbs_3327{width:300px;padding:10px 20px;border-radius:23px;border:1px solid #dedfe5;text-align:center}._loop-center-slider_1cxbs_3324 ._swiper-slide_1cxbs_3327._swiper-slide-active_1cxbs_3334{background:#fff4e5;border-color:#ff951a;color:#ff7f07}._swiper-container_1cxbs_3319 ._swiper-button-next_1cxbs_3320,._swiper-container_1cxbs_3319 ._swiper-button-prev_1cxbs_3319{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:-18px;border-radius:50%;border:1px solid #dedfe5;background:#fff;opacity:1}._swiper-container_1cxbs_3319 ._swiper-button-next_1cxbs_3320{right:0}._swiper-container_1cxbs_3319 ._swiper-button-prev_1cxbs_3319{left:0}._swiper-container_1cxbs_3319 ._swiper-button-next_1cxbs_3320 i,._swiper-container_1cxbs_3319 ._swiper-button-prev_1cxbs_3319 i{display:inline-block;width:24px;height:24px}._swiper-horizontal_1cxbs_3365>._swiper-pagination-bullets_1cxbs_3365,._swiper-pagination-bullets_1cxbs_3365._swiper-pagination-horizontal_1cxbs_3366,._logoutMain_1cxbs_3367 ._swiper-pagination-custom_1cxbs_3367,._logoutMain_1cxbs_3367 ._swiper-pagination-fraction_1cxbs_3368{width:auto;left:initial;bottom:initial;right:16px;top:24px}._swiper-pagination-bullet_1cxbs_3365{width:6px;height:6px;margin:0 2px!important;border-radius:3px;background-color:#7a7a89;opacity:.5}._swiper-pagination-bullet-active_1cxbs_3383{width:18px;opacity:1}._dimd-bg_1cxbs_3388{content:"";position:fixed;z-index:2222;top:0;right:0;bottom:0;left:0;background-color:#0006}._calendar-box_1cxbs_3400{position:relative;display:inline-block}._calendar-box_1cxbs_3400 ._calendar_1cxbs_3400{width:auto}._calendar-box_1cxbs_3400 ._papup-layer_1cxbs_3407{top:40px;left:0}._calendar-box_1cxbs_3400 ._calendar-link_1cxbs_3411{position:relative;display:inline-block;padding:0 22px 0 8px;line-height:34px;color:#4d4c61;font-size:14px;font-weight:400;vertical-align:top;border:1px solid #dedfe5;border-radius:6px}._calendar-box_1cxbs_3400 ._calendar-link_1cxbs_3411:hover{border-color:#92929c}._calendar-box_1cxbs_3400 ._calendar-link_1cxbs_3411 i{position:absolute;top:8px;right:8px;width:16px;height:16px}._calendar-box_1cxbs_3400 input:disabled+._calendar-link_1cxbs_3411{background-color:#f8f8f9;color:#b6b6c2;pointer-events:none}._calendar-box_1cxbs_3400 input:disabled+._calendar-link_1cxbs_3411 i{opacity:.5}._calendar_1cxbs_3400 ._calendar-header_1cxbs_3441{position:relative;height:28px;line-height:28px;color:#171c26;font-family:IBM Plex Sans KR;font-size:16px;font-weight:500;text-align:center}._calendar_1cxbs_3400 ._calendar-header_1cxbs_3441 a{display:flex;align-items:center;justify-content:center;position:absolute;top:0;width:28px;height:28px;border:1px solid #dedfe5;border-radius:6px}._calendar_1cxbs_3400 ._calendar-header_1cxbs_3441 a:hover{border-color:#92929c}._calendar_1cxbs_3400 ._calendar-header_1cxbs_3441 a._prev-month_1cxbs_3465{left:0}._calendar_1cxbs_3400 ._calendar-header_1cxbs_3441 a._next-month_1cxbs_3468{right:0}._calendar_1cxbs_3400 ._calendar-header_1cxbs_3441 a i{width:16px;height:16px}._calendar_1cxbs_3400 ._calendar-body_1cxbs_3475{color:#4d4c61;font-size:14px;font-weight:500;text-align:center}._calendar_1cxbs_3400 ._day-list_1cxbs_3481{display:flex;padding:8px 0}._calendar_1cxbs_3400 ._day-list_1cxbs_3481 span{display:block;width:40px;line-height:18px;color:#687182;font-size:12px}._calendar_1cxbs_3400 ._calendar-body_1cxbs_3475 ul{overflow:hidden}._calendar_1cxbs_3400 ._calendar-body_1cxbs_3475 li{float:left;width:40px;height:40px;line-height:40px;font-family:IBM Plex Sans KR;border-radius:6px}._calendar_1cxbs_3400 ._calendar-body_1cxbs_3475 li:not(._not_1cxbs_369):not(._today_1cxbs_3503):hover{color:#171c26;background-color:#ffead1;cursor:pointer}._calendar_1cxbs_3400 ._calendar-body_1cxbs_3475 li._today_1cxbs_3503{color:#fff;background-color:#ff951a;cursor:pointer}._calendar-box_1cxbs_3400+._calendar-box_1cxbs_3400{padding-left:16px;width:156px}._calendar-box_1cxbs_3400+._calendar-box_1cxbs_3400:before{content:"~";position:absolute;left:0;font-size:14px;line-height:36px}._date-range-picker_1cxbs_3524{width:100%;padding:7px 32px 7px 8px;border:1px solid #dedfe5;background:url(/assets/icon_calendar-ee1d648a.svg) center right 8px / 16px no-repeat #fff!important;border-radius:6px;cursor:pointer}._search-form_1cxbs_3534{margin-top:16px}._search-form_1cxbs_3534 ._search_1cxbs_3534{height:36px;margin-left:8px;padding:0 23px;color:#fff;font-size:14px;font-weight:500;background-color:#afaeba;border-radius:6px}._search-form_1cxbs_3534 ._radio-box_1cxbs_2250{margin-left:8px}._search-form_1cxbs_3534 ._radio-box_1cxbs_2250:first-child{margin-left:0}._search-form_1cxbs_3534 ._radio-box_1cxbs_2250 input[type=radio]{display:none}._search-form_1cxbs_3534 ._radio-box_1cxbs_2250 ._label-info_1cxbs_1413{display:block;padding:0 12px;line-height:34px;color:#4d4c61;font-size:14px;border:1px solid #dedfe5;border-radius:6px}._search-form_1cxbs_3534 ._radio-box_1cxbs_2250 ._label-info_1cxbs_1413:hover{border:1px solid #92929c}._search-form_1cxbs_3534 ._radio-box_1cxbs_2250 input[type=radio]+label:before{content:none}._search-form_1cxbs_3534 ._radio-box_1cxbs_2250 input:checked+._label-info_1cxbs_1413{color:#fff;background-color:#ff951a;border-color:#ff951a}._search-form_1cxbs_3534 ._calendar-box_1cxbs_3400{width:140px;height:36px;margin-left:8px}._search-form_1cxbs_3534 ._calendar-box_1cxbs_3400:last-child{margin-left:26px}._search-form_1cxbs_3534 ._calendar-box_1cxbs_3400:last-child:before{content:"~";position:absolute;top:50%;left:-18px;width:8px;margin-top:-10px;line-height:20px;color:#000;font-size:14px;text-align:center}._search-form_1cxbs_3534 ._search-input_1cxbs_3596{position:relative;display:block;height:36px;background-color:#fff}._search-form_1cxbs_3534 ._search-input_1cxbs_3596 input{width:100%;height:100%;padding:0 32px 0 8px;line-height:34px;color:#4d4c61;font-size:14px;font-weight:400;border-radius:6px}._search-form_1cxbs_3534 ._search-input_1cxbs_3596 i._icon-search-bk_1cxbs_2752{width:16px;height:16px;position:absolute;top:50%;transform:translateY(-50%);right:12px}._search-form_1cxbs_3534 ._search-input_1cxbs_3596._clear-has_1cxbs_449 ._delete_1cxbs_449{display:none;position:absolute;width:34px;height:34px;right:19px;top:50%;transform:translateY(-50%);background:url(/assets/icon_xmark_fill-0fe2fb95.svg) center / 24px no-repeat #fff}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630{margin:0 16px;padding:8px 0;border-top:1px solid #dedfe5;border-bottom:1px solid #dedfe5}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td{padding:8px 0}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td._sec-tit_1cxbs_3639{font-size:15px;line-height:36px;color:#41414f;font-weight:500;padding-right:16px}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630:not(._look-offering-filter_1cxbs_3646) table tr td:nth-last-child(2){padding-left:64px}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td ._sec-cont_1cxbs_3649{display:flex;gap:8px}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td ._select-div_1cxbs_1077{min-width:100px}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td ._input-div_1cxbs_3656{position:relative;height:36px}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td ._input-div_1cxbs_3656+._input-div_1cxbs_3656{margin-left:-8px}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td ._input-div_1cxbs_3656+._input-div_1cxbs_3656:before{content:"~";font-size:16px;line-height:36px;margin:0 8px;color:#4d4c61}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td ._input-div_1cxbs_3656 input{width:100%;height:100%}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td ._input-div_1cxbs_3656._has-span_1cxbs_3674 input{padding-right:36px}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630 table tr td ._input-div_1cxbs_3656._has-span_1cxbs_3674 span{position:absolute;top:8px;right:8px;font-size:14px;line-height:20px;color:#b6b6c2}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630+._btn-wrap_1cxbs_1056{margin-top:24px}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630+._btn-wrap_1cxbs_1056 ._btn_1cxbs_509{min-width:130px;font-weight:500}._search-form_1cxbs_3534 ._search-filter-section_1cxbs_3630+._btn-wrap_1cxbs_1056 ._btn_1cxbs_509 i{margin-right:6px}._search-form_1cxbs_3534._lg_1cxbs_2361 ._search-input_1cxbs_3596{height:56px}._search-form_1cxbs_3534._lg_1cxbs_2361 ._search-input_1cxbs_3596 input{padding:15px 16px 15px 56px;border-radius:30px;font-size:16px;line-height:24px}._search-form_1cxbs_3534._lg_1cxbs_2361 ._search-input_1cxbs_3596 input::-webkit-input-placeholder{font-size:16px;line-height:24px}._search-form_1cxbs_3534._lg_1cxbs_2361 ._search-input_1cxbs_3596 i._icon-search-bk_1cxbs_2752{width:24px;height:24px;left:24px;right:unset}._search-form_1cxbs_3534._lg_1cxbs_2361._org_1cxbs_2367 ._search-input_1cxbs_3596 i._icon-search-bk_1cxbs_2752{right:24px;left:unset}._search-form_1cxbs_3534._lg_1cxbs_2361._org_1cxbs_2367 ._search-input_1cxbs_3596 input{padding:15px 56px 15px 16px;border:1px solid #ff951a}._search-form_1cxbs_3534._lg_1cxbs_2361._org_1cxbs_2367 ._search-input_1cxbs_3596 input::-webkit-input-placeholder{color:#ff7f0f;font-weight:500;font-family:IBM Plex Sans KR}._pagination_1cxbs_3732{display:flex;margin-top:32px;justify-content:center;gap:6px}._pagination_1cxbs_3732 span a{display:block;width:30px;height:30px;border-radius:4px;border:1px solid #dedfe5;text-align:center;line-height:28px;font-size:14px;color:#4d4c61}._pagination_1cxbs_3732 a._btn-arrow_1cxbs_3749{position:relative}._pagination_1cxbs_3732 a._btn-arrow_1cxbs_3749 i{position:absolute;top:8px;left:7px;opacity:.7}._pagination_1cxbs_3732 a._on_1cxbs_446{background:#ff951a;border:1px solid #ff951a;color:#fff}._pagination_1cxbs_3732 a._btn-arrow_1cxbs_3749:hover{border:1px solid #92929c}._pagination_1cxbs_3732 a._btn-arrow_1cxbs_3749:hover i{opacity:1}._pagination_1cxbs_3732 a._btn-page_1cxbs_3769:hover{border:1px solid #ff951a;color:#ff951a}._pagination_1cxbs_3732 a._on_1cxbs_446:hover{background:#ff951a;border:1px solid #ff951a;color:#fff}._sub-pagination_1cxbs_3780{display:flex;margin-top:32px;margin-bottom:48px;justify-content:center;gap:6px}._sub-pagination_1cxbs_3780 span a{display:block;width:30px;height:30px;border-radius:4px;border:1px solid transparent;text-align:center;line-height:28px;font-size:14px;color:#4d4c61}._sub-pagination_1cxbs_3780 a._btn-arrow_1cxbs_3749{position:relative}._sub-pagination_1cxbs_3780 a._btn-arrow_1cxbs_3749 i{position:absolute;top:8px;left:7px;opacity:.7}._sub-pagination_1cxbs_3780 a._on_1cxbs_446{border:1px solid #ff951a;color:#ff951a}._sub-pagination_1cxbs_3780 a._btn-arrow_1cxbs_3749:hover i{opacity:1}._sub-pagination_1cxbs_3780 a._btn-page_1cxbs_3769:hover{color:#ff951a}._tooltip_1cxbs_3819{display:none;position:absolute;z-index:2;padding:12px 16px;background:rgba(23,28,38,.7);border-radius:8px;font-weight:500;font-size:12px;line-height:20px;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._tooltip-div_1cxbs_3832{display:inline-block;position:relative;padding-right:18px;vertical-align:middle}._view-tooltip_1cxbs_3838{position:absolute;top:50%;right:0;transform:translateY(-50%);width:16px;height:16px;background:url(/assets/icon_caution_red-7d6f7a9f.svg) center / cover no-repeat;cursor:pointer}._view-tooltip_1cxbs_3838._q-mark_1cxbs_3848{background-image:url(/assets/icon_question_gry-b34d15ce.svg)}._tooltip-div_1cxbs_3832 ._tooltip_1cxbs_3819{top:0;left:-20px;transform:translateY(calc(-100% - 20px));white-space:nowrap}._tooltip-div_1cxbs_3832 ._tooltip_1cxbs_3819._wht_1cxbs_3857{background-color:#fff;color:#4d4c61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 15px 30px -5px #0000001a;opacity:.95}._tooltip-div_1cxbs_3832 ._tooltip_1cxbs_3819._wht_1cxbs_3857:after{border-top-color:#fffffff2}._tooltip-div_1cxbs_3832._center_1cxbs_3867 ._tooltip_1cxbs_3819{left:50%;transform:translate(calc(-50% + .5px),calc(-100% - 20px))}._tooltip-div_1cxbs_3832._center_1cxbs_3867 ._tooltip_1cxbs_3819:after{left:50%;transform:translate(-50%)}._view-tooltip_1cxbs_3838:hover+._tooltip_1cxbs_3819{display:block}._tooltip_1cxbs_3819 em{color:#ffaa47}._tooltip_1cxbs_3819 strong{font-size:14px;font-weight:700}._tooltip_1cxbs_3819 span._red_1cxbs_341{color:#ff8080;font-weight:500}._tooltip_1cxbs_3819:after{content:"";position:absolute;bottom:-8px;left:20px;border-top:8px solid rgba(23,28,38,.7);border-right:10px solid transparent;border-left:10px solid transparent}._tooltip-line_1cxbs_3898{position:absolute;z-index:2;color:#ff7f0f;background-color:#fff;border:1px solid #ff951a;border-radius:50px;box-shadow:0 15px 30px -5px #0000001a}._tooltip-line_1cxbs_3898:before{content:"";border-top:8px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent;position:absolute;bottom:-7px;z-index:2;left:24px}._tooltip-line_1cxbs_3898:after{border-top:8px solid #ff951a;left:24px}._has-tooltip_1cxbs_3921{position:relative}._has-tooltip_1cxbs_3921 ._detail-tooltip_1cxbs_3924{position:absolute;left:0;top:0;z-index:1;padding:12px 44px 12px 16px;border-radius:8px;background-color:#ff951a;color:#fff}._has-tooltip_1cxbs_3921 ._detail-tooltip_1cxbs_3924:after{content:"";width:20px;height:20px;background:#ff951a;border-radius:3px;position:absolute;top:12px;left:-5px;transform:rotate(45deg);z-index:0}._has-tooltip_1cxbs_3921 ._detail-tooltip_1cxbs_3924 p{font-size:12px;line-height:18px;font-weight:400}._has-tooltip_1cxbs_3921 ._detail-tooltip_1cxbs_3924 ._btnView_1cxbs_3951{display:inline-block;margin-top:12px;padding:4px 8px;border-radius:4px;background-color:#fff;font-size:11px;color:#ff7f0f}._has-tooltip_1cxbs_3921 ._detail-tooltip_1cxbs_3924 ._close_1cxbs_2994{position:absolute;top:12px;right:16px;display:inline-block;width:16px;height:16px;background-image:url(/assets/icon_x_wh-51629cb0.svg);text-indent:-9999px}._select-box_1cxbs_3972{position:relative}._select-box_1cxbs_3972 ._select-info_1cxbs_3975{position:relative;display:block;height:36px;padding:0 36px 0 7px;line-height:34px;color:#4d4c61;font-size:14px;font-weight:400;background-color:#fff;border:1px solid #dedfe5;border-radius:6px}._select-box_1cxbs_3972 ._select-info_1cxbs_3975:after{content:"";position:absolute;top:50%;right:10px;width:16px;height:16px;margin-top:-8px;background-image:url(/assets/icon_arrow_down_gr-511eea19.svg);background-position:center}._select-box_1cxbs_3972 ._select-info_1cxbs_3975[aria-pressed=true],._select-box_1cxbs_3972 ._select-info_1cxbs_3975:hover{border-color:#92929c}._select-box_1cxbs_3972 ._select-info_1cxbs_3975[aria-pressed=true]:after,._select-box_1cxbs_3972 ._select-info_1cxbs_3975:hover:after{filter:brightness(0) opacity(.8)}._select-box_1cxbs_3972 ._select-info_1cxbs_3975[aria-pressed=true]+._select-list_1cxbs_4008{display:block;z-index:3}._select-box_1cxbs_3972 ._select-info_1cxbs_3975._disabled_1cxbs_2428{background-color:#f8f8f9;border-color:#dedfe5;color:#b6b6c2;cursor:unset}._select-box_1cxbs_3972 ._select-info_1cxbs_3975._disabled_1cxbs_2428:after{background-image:url(/assets/icon_arrow_down_gr-511eea19.svg)}._select-box_1cxbs_3972 ._select-list_1cxbs_4008{position:absolute;top:40px;left:0;display:none;width:100%;max-height:360px;padding:6px;overflow-y:auto;background-color:#fff;border:1px solid #dedfe5;border-radius:6px;box-shadow:0 15px 30px -5px #00000026;z-index:3}._select-box_1cxbs_3972 ._select-list_1cxbs_4008 a{position:relative;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:28px;padding:0 7px;line-height:28px;color:#4d4c61;font-size:14px;border-radius:4px;text-indent:0;text-align:left}._select-box_1cxbs_3972 ._select-list_1cxbs_4008 a:hover{background-color:#f8f8f9}._select-box_1cxbs_3972 ._select-list_1cxbs_4008._check-box-div_1cxbs_325{width:max-content}._select-box_1cxbs_3972 ._select-list_1cxbs_4008._check-box-div_1cxbs_325 ._check-box_1cxbs_325{padding:0 6px}._no-data_1cxbs_4063{padding:160px 0;color:#4d4c61;text-align:center}._no-data_1cxbs_4063:before{content:"";display:block;width:56px;height:56px;margin:0 auto 16px;background:url(/assets/icon_info_mark-af18f7f9.svg) no-repeat center}._no-data_1cxbs_4063 ._tit_1cxbs_437{font-size:16px;line-height:24px}._no-data_1cxbs_4063 ._txt_1cxbs_588{font-size:14px;line-height:24px}._no-data_1cxbs_4063 ._txt_1cxbs_588:not(:first-child){margin-top:16px}._no-data_1cxbs_4063 ._btn-section_1cxbs_4087{display:flex;justify-content:center}._no-data_1cxbs_4063 ._btn-section_1cxbs_4087{margin-top:64px}._no-data_1cxbs_4063 ._btn-section_1cxbs_4087 i{margin-right:6px}._table-wrap_1cxbs_1556 table tbody tr td._no-data_1cxbs_4063{padding:135px 0;font-size:16px;line-height:24px}#_Ai_loader_container_1cxbs_1{position:fixed;z-index:9999;background-color:#0006;top:0;right:0;bottom:0;left:0}#_Ai_loader_container_1cxbs_1>._Ai_loader_1cxbs_4114{position:fixed;left:50%;top:50%;z-index:1;width:120px;height:120px;margin:-76px 0 0 -76px;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #ff951a;border-bottom:16px solid #ff951a;-webkit-animation:_spin_1cxbs_1 2s linear infinite;animation:_spin_1cxbs_1 2s linear infinite}@keyframes _spin_1cxbs_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes _spin_1cxbs_1{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}._favoritebox_1cxbs_4147 ._btnFav_1cxbs_4147{display:none;vertical-align:middle}._favoritebox_1cxbs_4147 ._label-info_1cxbs_1413{width:auto;padding:0}._favoritebox_1cxbs_4147 ._label-info_1cxbs_1413:before{content:"";display:inline-block;width:22px;height:22px;margin:auto;background-repeat:no-repeat;background-position:center;background-image:url(/assets/icon_star_line-928b512f.svg);vertical-align:middle}._favoritebox_1cxbs_4147 input:checked+._label-info_1cxbs_1413:before{background-image:url(/assets/icon_star_fill-da37cb7d.svg)}._alphabetical-sort_1cxbs_4171{display:flex;float:left;margin-left:165px;line-height:26px}._alphabetical-sort_1cxbs_4171 ._btnAll_1cxbs_4177{display:block;width:26px;text-align:center;margin-right:16px;letter-spacing:-.05em;font-weight:400;font-size:14px;color:#4d4c61}._alphabetical-sort_1cxbs_4171 ul{position:relative;display:flex;padding-right:16px}._alphabetical-sort_1cxbs_4171 ul:after{content:"";position:absolute;top:5px;right:12px;display:block;width:1px;height:8px;margin-top:5px;background:#afaeba}._alphabetical-sort_1cxbs_4171 ul:nth-child(5):after{content:none}._alphabetical-sort_1cxbs_4171 ul li a{display:block;width:26px;text-align:center;margin-right:11px;font-size:14px;font-weight:400;color:#9393a3}._alphabetical-sort_1cxbs_4171 ul._hangeul_1cxbs_4215 li a{width:21px;margin-right:0}._table-wrap_1cxbs_1556{margin:0 auto}._table-wrap_1cxbs_1556 table ._check-box_1cxbs_325 ._label-info_1cxbs_1413{display:inline-block;padding-left:18px;line-height:inherit}._table-wrap_1cxbs_1556 table ._radio-div_1cxbs_2250 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413{padding-left:20px}._table-wrap_1cxbs_1556 table tr th,._table-wrap_1cxbs_1556 table tr td{vertical-align:middle}._table-wrap_1cxbs_1556 table thead tr th{height:50px;font-size:13px;font-weight:400;color:#fff}._table-wrap_1cxbs_1556 table thead tr th:first-child{border-radius:6px 0 0 6px}._table-wrap_1cxbs_1556 table thead tr th:last-child{border-radius:0 6px 6px 0}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248{position:relative}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select_1cxbs_4248{position:relative;height:30px;padding:0 26px 0 6px;line-height:28px;border:1px solid rgba(255,255,255,.2);border-radius:4px;letter-spacing:-.05em;font-size:13px}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select_1cxbs_4248:after{content:"";position:absolute;top:7px;right:7px;display:block;width:16px;height:16px;background:url(/assets/icon_arrow_down_wh-47ce049b.svg) center / cover no-repeat;opacity:.2}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select_1cxbs_4248:hover{border:1px solid #c8cad0}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select_1cxbs_4248:hover:after{opacity:1}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select_1cxbs_4248[aria-pressed=true]{border:1px solid #c8cad0}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select_1cxbs_4248[aria-pressed=true]:after{opacity:1}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select_1cxbs_4248[aria-pressed=true]+._th-select-list_1cxbs_4284{display:block}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select-list_1cxbs_4284{position:absolute;top:45px;right:50%;transform:translate(40px);display:none;width:80px;max-height:290px;overflow-y:auto;padding:7px;background-color:#fff;border:1px solid #dedfe5;border-radius:6px;box-shadow:0 15px 30px -5px #00000026;z-index:100}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select-list_1cxbs_4284 a{display:block;height:28px;line-height:28px;color:#41414f;font-size:14px;border-radius:4px}._table-wrap_1cxbs_1556 table thead tr th._th-select-box_1cxbs_4248 ._th-select-list_1cxbs_4284 a:hover{background-color:#f8f8f9}._table-wrap_1cxbs_1556 table tbody tr{height:56px}._table-wrap_1cxbs_1556 table tbody tr td{padding:12px 0;border-bottom:1px solid #dedfe5;font-size:14px;line-height:20px;text-align:center;color:#111}._table-wrap_1cxbs_1556 ._basic-table_1cxbs_4325 thead tr th{background-color:#5e5e70}._table-wrap_1cxbs_1556 ._basic-table_1cxbs_4325 ._txt-left_1cxbs_4328{padding-left:12px;text-align:left}._table-wrap_1cxbs_1556 ._sub-table_1cxbs_4332 thead tr th{background-color:#f0f0f3;color:#111}._table-wrap_1cxbs_1556 ._deal-type_1cxbs_4336{margin-bottom:4px}._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339{border-top:1px solid #acacb4}._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._table-row_1cxbs_4342{display:flex;justify-content:flex-start}._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._table-row_1cxbs_4342 ._column_1cxbs_4346{padding:12px 8px;border-bottom:1px solid #eaebf0;font-size:14px;line-height:20px}._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._table-row_1cxbs_4342 ._column_1cxbs_4346:not(._table-tit_1cxbs_4352){flex:1}._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._table-row_1cxbs_4342 ._column_1cxbs_4346._table-tit_1cxbs_4352{font-weight:500;letter-spacing:-.05em}._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._table-row_1cxbs_4342 ._vertical-align_1cxbs_4359{display:inline-flex;align-items:center}._table-wrap_1cxbs_1556:has(._info-table_1cxbs_4364){border:1px solid #dedfe5}._table-wrap_1cxbs_1556 ._info-table_1cxbs_4364 tr:has(th){height:auto}._table-wrap_1cxbs_1556 ._info-table_1cxbs_4364 tr th{padding:4px 16px;background:#f0f0f3}._table-wrap_1cxbs_1556 ._info-table_1cxbs_4364 tr th,._table-wrap_1cxbs_1556 ._info-table_1cxbs_4364 tr td{border-left:1px solid #dedfe5;border-bottom:1px solid #dedfe5;font-size:11px;line-height:16px;color:#555461}._table-wrap_1cxbs_1556 ._info-table_1cxbs_4364 tr td{padding:4px 8px}._table-filter_1cxbs_4386{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._table-filter_1cxbs_4386._has-search_1cxbs_4392{margin-top:24px}._table-filter_1cxbs_4386>div{display:flex;gap:8px}._table-filter_1cxbs_4386 ._search-form_1cxbs_3534{margin-top:0;padding:0}._table-filter_1cxbs_4386 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596 input{padding:0 8px 0 32px}._table-filter_1cxbs_4386 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596 i._icon-search-bk_1cxbs_2752{right:unset;left:12px}._table-filter_1cxbs_4386 ._select-info_1cxbs_3975._w120_1cxbs_199+._select-list_1cxbs_4008{top:40px;width:200px}._table-filter_1cxbs_4386 ._select-info_1cxbs_3975._w120_1cxbs_199+._select-list_1cxbs_4008 a{font-size:14px}._table-filter_1cxbs_4386 ._search-wrap_1cxbs_4417 ._btn_1cxbs_509{min-width:72px}._table-filter_1cxbs_4386 ._search-wrap_1cxbs_4417 ._btn_1cxbs_509 i{margin-right:4px}._table-filter_1cxbs_4386 ._table-manage-btn_1cxbs_4423 ._btn-default_1cxbs_4423 i{margin-right:2px}._table-filter_1cxbs_4386 ._select-box_1cxbs_3972 ._select-info_1cxbs_3975{width:110px;padding-right:24px;font-size:14px}._table-filter_1cxbs_4386 ._select-box_1cxbs_3972 ._select-list_1cxbs_4008{top:30px}._table-filter_1cxbs_4386 ._select-box_1cxbs_3972 ._select-list_1cxbs_4008 a{font-size:12px}._table-filter_1cxbs_4386 ._alphabetical-sort_1cxbs_4171,._table-filter_1cxbs_4386 ._sorting-wrap_1cxbs_4440{margin-left:auto}._table-filter_1cxbs_4386 ._sorting-wrap_1cxbs_4440 ._select-box_1cxbs_3972 ._select-info_1cxbs_3975{height:28px;line-height:26px}._table-filter_1cxbs_4386 ._sorting-wrap_1cxbs_4440 ._btn_1cxbs_509 i{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:middle}._layer-popup_1cxbs_4456{display:none}._layer-popup_1cxbs_4456 ._popup-content-wrap_1cxbs_1066{max-width:unset}[class*=popup-] ._sub-title_1cxbs_4462{margin-top:24px;padding:12px 0;font-family:IBM Plex Sans KR;font-size:16px;line-height:24px;color:#41414f;font-weight:500}[class*=popup-] ._inner-box_1cxbs_4471{padding:16px;border-radius:6px;font-size:14px;color:#4d4c61}[class*=popup-] ._gray-box_1cxbs_406{background-color:#f8f8f9}[class*=popup-] ._line-box_1cxbs_399{border:1px solid #dedfe5;line-height:28px}[class*=popup-] ._org-line-box_1cxbs_4484{border:1px solid #ff951a;line-height:28px}[class*=popup-] ._invalid_1cxbs_4488 ._line-box_1cxbs_399{border-color:#ff5959}[class*=popup-] ._invalid_1cxbs_4488 ._radio-box_1cxbs_2250 input[type=radio]+label:before{border-color:#ff5959}[class*=popup-] ._co-red_1cxbs_284{color:#ff5959!important}[class*=popup-] ._messageIcon_1cxbs_4497{display:block;margin:8px auto 10px;width:56px;height:56px;background-size:cover;background-repeat:no-repeat;background-position:center}[class*=popup-] ._messageIcon_1cxbs_4497._check-circle-grn_1cxbs_4506{background-image:url(/assets/icon_check_line_grn-8b08b1a6.svg)}[class*=popup-] ._messageTxt_1cxbs_4509{font-size:14px;line-height:24px;text-align:center;color:#4d4c61}[class*=popup-] ._messageTxt_1cxbs_4509 strong{font-size:16px;line-height:24px;color:#41414f;font-weight:500}[class*=popup-] ._section_1cxbs_4521{margin-top:24px}[class*=popup-] ._section_1cxbs_4521 ._sec-tit_1cxbs_3639{color:#4d4c61;font-size:14px;line-height:20px;font-weight:500;font-family:IBM Plex Sans KR;text-align:left}[class*=popup-] ._section_1cxbs_4521._required_1cxbs_354 ._sec-tit_1cxbs_3639 strong{font-weight:500}[class*=popup-] ._section_1cxbs_4521._required_1cxbs_354 ._sec-tit_1cxbs_3639 strong:after{content:"*";display:inline-block;vertical-align:middle;font-size:18px;color:#ff5959;margin:-2px 0 0 1px}[class*=popup-] ._section_1cxbs_4521 ._sec-tit_1cxbs_3639 span{margin-left:16px;font-size:11px;line-height:20px;color:#9393a3;font-weight:400;font-family:Noto Sans KR}[class*=popup-] ._section_1cxbs_4521 ._sec-tit_1cxbs_3639 span._caution-txt_1cxbs_4551{display:none;color:#ff5959}[class*=popup-] ._section_1cxbs_4521._invalid_1cxbs_4488 ._sec-tit_1cxbs_3639 span._caution-txt_1cxbs_4551{display:inline-block}[class*=popup-] ._section_1cxbs_4521 ._sec-cont_1cxbs_3649{margin-top:8px;padding:16px;text-align:left;border-radius:8px}[class*=popup-] ._section_1cxbs_4521 ._sec-cont_1cxbs_3649._table-form_1cxbs_4564{padding:0}[class*=popup-] ._noti-box_1cxbs_369{padding:16px 16px 16px 40px;background-position:left 16px top 18px}[class*=popup-] ._table-form_1cxbs_4564{border:1px solid #dedfe5;border-radius:8px}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575{display:flex;align-items:center;width:100%;border-bottom:1px solid #dedfe5}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575:last-child{border-bottom:none}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._tit_1cxbs_437{font-size:14px;font-weight:500}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._col_1cxbs_4346{display:inline-flex;width:calc(50% - 100px);padding:18px 16px;font-size:14px;font-family:Noto Sans KR;color:#4d4c61;align-self:stretch;align-items:center}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._col_1cxbs_4346:nth-child(2n-1){width:100px;color:#41414f;font-weight:500;background:#f8f8f9}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575._has-col-2_1cxbs_4604 ._col_1cxbs_4346:first-child{width:115px}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575._has-col-2_1cxbs_4604 ._col_1cxbs_4346:last-child{width:calc(100% - 115px)}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575:first-child ._col_1cxbs_4346:first-child,[class*=popup] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575:last-child ._col_1cxbs_4346:first-child{border-radius:8px 0 0 8px}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._col_1cxbs_4346._flex-right_1cxbs_4614{justify-content:flex-end}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575:first-child ._col_1cxbs_4346._w100p_1cxbs_232{border-radius:8px 8px 0}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575:last-child ._col_1cxbs_4346._w100p_1cxbs_232{border-radius:8px 0 8px 8px}[class*=popup-] ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._inputBox_1cxbs_4623 input{height:36px}[class*=popup-] ._table-form_1cxbs_4564._account-insert_1cxbs_4626 ._table-form-row_1cxbs_4575 ._col_1cxbs_4346{padding:10px 16px}[class*=popup-] ._info-txt_1cxbs_2916{margin:8px 0 0 16px;padding-left:20px;font-size:14px;line-height:24px;color:#9393a3;background:url(/assets/icon_info_gry-322255e5.svg) left center / 16px no-repeat}[class*=popup-] ._warning-box_1cxbs_330{padding:16px 16px 16px 40px;background-position:left 16px top 18px}[class*=popup-] ._search-form_1cxbs_3534{width:100%!important}[class*=popup-] ._search-form_1cxbs_3534 ._search-keyword-div_1cxbs_4644{position:relative}[class*=popup-] ._search-form_1cxbs_3534 ._search-keyword-div_1cxbs_4644 ._search-keyword-wrap_1cxbs_4647{position:relative;max-height:118px}[class*=popup-] ._input-default_1cxbs_456 ._input-form_1cxbs_437{text-align:left}[class*=popup-] ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._tit_1cxbs_437{font-size:14px;line-height:24px;color:#41414f;font-weight:500}[class*=popup-] ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 input{height:46px}[class*=popup-] ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._pw-view_1cxbs_441 ._view_1cxbs_441{top:5px}[class*=popup-] ._button-wrap_1cxbs_4666{padding-bottom:24px;margin:0 24px;display:flex;justify-content:center;gap:8px}[class*=popup-] ._button-wrap_1cxbs_4666 ._btn_1cxbs_509{min-width:104px;padding:8px 11px;font-size:14px;line-height:20px;text-align:center;border:1px solid transparent;border-radius:6px}[class*=popup-] ._button-wrap_1cxbs_4666 ._btn-line_1cxbs_4682{border-color:#dedfe5;color:#4d4c61}[class*=popup-] ._button-wrap_1cxbs_4666 ._btn-org_1cxbs_4686{background:#ff951a;border-color:#ff951a;color:#fff}[class*=popup-] ._button-wrap_1cxbs_4666 ._btn-red_1cxbs_4691{background:#ff5959;border-color:#ff5959;color:#fff}[class*=popup-]._custom-scroll_1cxbs_146+._button-wrap_1cxbs_4666{padding:32px 0;border-top:1px solid #dedfe5}._popup-content_1cxbs_1066 ._select-info_1cxbs_3975[aria-pressed=true]{border-color:#ff951a!important}._popup-layer-wrap_1cxbs_4704{position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;background-color:#0006}._popup-layer_1cxbs_4704{position:absolute;z-index:99999;background:#fff;border:1px solid #dedfe5;box-shadow:0 15px 30px -5px #0000001a;border-radius:8px}._popup-content-wrap_1cxbs_1066{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:330px;max-width:360px;background:#fff;border:1px solid #dedfe5;box-shadow:0 25px 35px -10px #0003;border-radius:12px;transition:top .3s ease}._popup-content-wrap_1cxbs_1066._posT-up_1cxbs_4736{top:40%}._popup-content-wrap_1cxbs_1066 ._close_1cxbs_2994{position:absolute;top:16px;right:20px;display:inline-block;width:24px;height:24px;background:url(/assets/icon_xbtn-235419bd.svg) no-repeat center center}._popup-content-wrap_1cxbs_1066._no-title_1cxbs_4748 ._popup-content_1cxbs_1066{padding-top:0}._popup-header_1cxbs_4751{position:relative;height:60px;padding:16px 24px 14px}._popup-header_1cxbs_4751 ._p-title_1cxbs_4756{height:30px;line-height:30px;color:#41414f;font-size:20px;font-weight:500}._popup-header_1cxbs_4751 ._p-title_1cxbs_4756:after{content:"";position:absolute;right:24px;bottom:0;left:24px;height:1px;background-color:#acacb4}._popup-header_1cxbs_4751 ._p-title_1cxbs_4756 i{display:inline-block;width:24px;height:24px;margin-right:6px;background:url(/assets/icon_info_bk-b7715ae5.svg) no-repeat center;vertical-align:middle}._popup-content_1cxbs_1066{padding:24px 24px 32px;font-size:14px;line-height:21px;text-align:center;color:#4d4c61}._popup-content_1cxbs_1066 p._txt_1cxbs_588 span{color:#ff5959}._popup-content_1cxbs_1066 ._b-txt_1cxbs_4790{margin-bottom:12px;font-size:16px;line-height:20px}._popup-content_1cxbs_1066 p._txt_1cxbs_588 b,._popup-content_1cxbs_1066 ._b-txt_1cxbs_4790 b{font-weight:500}._popup-content_1cxbs_1066 ._sub-txt_1cxbs_4799{margin-top:10px;font-size:12px;line-height:17px;color:#eb513c}._popup-content_1cxbs_1066 ._p-icon_1cxbs_4805{display:block;width:56px;height:56px;margin:10px auto;background-repeat:no-repeat;background-position:center}._popup-content_1cxbs_1066 ._p-icon_1cxbs_4805._info_1cxbs_939{background-image:url(/assets/icon_info_mark-af18f7f9.svg)}._popup-content_1cxbs_1066 ._p-icon_1cxbs_4805._OK_1cxbs_4816{background-image:url(/assets/icon_check_line_grn-8b08b1a6.svg)}._popup-content_1cxbs_1066 ._p-icon_1cxbs_4805._warning_1cxbs_330{background-image:url(/assets/icon_warning_mark-84c947ba.svg)}._popup-content_1cxbs_1066 ._p-icon_1cxbs_4805._warning_bk_1cxbs_4822{background-image:url(/assets/icon_warning_mark-84c947ba.svg);filter:brightness(0)}._popup-content_1cxbs_1066 ._p-icon_1cxbs_4805._release_1cxbs_4826{background-image:url(/assets/icon_xmark-b12cb8d1.svg)}._popup-content_1cxbs_1066 ._p-icon_1cxbs_4805._plus_1cxbs_4829{background-image:url(/assets/icon_plus_circle_bk-d2697024.svg)}._popup-small-content_1cxbs_4832{padding:10px 14px 14px;font-size:14px;line-height:21px;text-align:center;color:#4d4c61}._popup-small-content_1cxbs_4832 p._txt_1cxbs_588 span{color:#ff5959}._popup-small-content_1cxbs_4832 ._b-txt_1cxbs_4790{margin-bottom:12px;font-size:16px;line-height:20px}._popup-small-content_1cxbs_4832 p._txt_1cxbs_588 b,._popup-content_1cxbs_1066 ._b-txt_1cxbs_4790 b{font-weight:500}._popup-small-content_1cxbs_4832 ._sub-txt_1cxbs_4799{margin-top:10px;font-size:12px;line-height:17px;color:#eb513c}._popup-small-content_1cxbs_4832 ._p-icon_1cxbs_4805{display:block;width:56px;height:56px;margin:10px auto;background-repeat:no-repeat;background-position:center}._popup-small-content_1cxbs_4832 ._p-icon_1cxbs_4805._info_1cxbs_939{background-image:url(/assets/icon_info_mark-af18f7f9.svg)}._popup-small-content_1cxbs_4832 ._p-icon_1cxbs_4805._OK_1cxbs_4816{background-image:url(/assets/icon_check_line_grn-8b08b1a6.svg)}._popup-small-content_1cxbs_4832 ._p-icon_1cxbs_4805._warning_1cxbs_330{background-image:url(/assets/icon_warning_mark-84c947ba.svg)}._popup-small-content_1cxbs_4832 ._p-icon_1cxbs_4805._warning_bk_1cxbs_4822{background-image:url(/assets/icon_warning_mark-84c947ba.svg);filter:brightness(0)}._popup-small-content_1cxbs_4832 ._p-icon_1cxbs_4805._release_1cxbs_4826{background-image:url(/assets/icon_xmark-b12cb8d1.svg)}._popup-small-content_1cxbs_4832 ._p-icon_1cxbs_4805._plus_1cxbs_4829{background-image:url(/assets/icon_plus_circle_bk-d2697024.svg)}._popup-button-wrap_1cxbs_4884{display:flex;align-items:center;justify-content:center;gap:8px;padding-bottom:32px}._popup-button-wrap_1cxbs_4884 button{min-width:104px;height:36px;font-size:14px;font-weight:500;border-radius:6px;padding:0 12px}._popup-button-wrap_1cxbs_4884 button._check_1cxbs_325{border:1px solid #dedfe5}._popup-button-wrap_1cxbs_4884 button._check_1cxbs_325:hover{border:1px solid #92929c}._popup-button-wrap_1cxbs_4884 button._verify_1cxbs_4905{border:1px solid #ff951a;background-color:#ff951a;color:#fff}._popup-button-wrap_1cxbs_4884 button._verify_1cxbs_4905:hover{background-color:#ff7f0f}._popup-button-wrap_1cxbs_4884 button#_goSite_1cxbs_1{padding-left:46px;padding-right:24px;background:#ff951a url(/assets/logo_ai-a71fa363.svg) no-repeat center left 24px}._popup-small-button-wrap_1cxbs_4918{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:5px}._popup-small-button-wrap_1cxbs_4918 button{min-width:104px;height:36px;font-size:14px;font-weight:500;border-radius:6px;padding:0 12px}._popup-small-button-wrap_1cxbs_4918 button._check_1cxbs_325{border:1px solid #dedfe5}._popup-small-button-wrap_1cxbs_4918 button._check_1cxbs_325:hover{border:1px solid #92929c}._popup-small-button-wrap_1cxbs_4918 button._verify_1cxbs_4905{border:1px solid #ff951a;background-color:#ff951a;color:#fff}._popup-small-button-wrap_1cxbs_4918 button._verify_1cxbs_4905:hover{background-color:#ff7f0f}._popup-small-button-wrap_1cxbs_4918 button#_goSite_1cxbs_1{padding-left:46px;padding-right:24px;background:#ff951a url(/assets/logo_ai-a71fa363.svg) no-repeat center left 24px}._alert-popup_1cxbs_4952 ._popup-content_1cxbs_1066{padding-top:10px}._img-full-pop_1cxbs_4956{background-color:#000c}._img-full-pop_1cxbs_4956 ._popup-header_1cxbs_4751{position:absolute;top:0;left:0;display:flex;width:100%;padding:16px;justify-content:space-between;z-index:2}._img-full-pop_1cxbs_4956 ._popup-header_1cxbs_4751 ._logo_1cxbs_3367{width:25px;height:25px;background:url(/assets/logo_full_pop-f1af4496.svg) center / cover no-repeat}._img-full-pop_1cxbs_4956 ._popup-header_1cxbs_4751 ._close-btn_1cxbs_4974{font-size:16px;line-height:24px;color:#fff;font-weight:500}._img-full-pop_1cxbs_4956 ._popup-header_1cxbs_4751 ._close-btn_1cxbs_4974 i{width:24px;height:24px;margin-left:6px}._img-full-pop_1cxbs_4956 ._popup-content_1cxbs_1066{width:100vw;height:100vh;padding:0}._img-full-pop_1cxbs_4956 ._popup-content_1cxbs_1066 ._swiper-wrapper_1cxbs_4990{align-items:center}._img-full-pop_1cxbs_4956 ._popup-content_1cxbs_1066 img{max-width:100vw;max-height:100vh;object-fit:cover}._img-full-pop_1cxbs_4956 ._swiper-button_1cxbs_3319 [class*=swiper-button-]{width:40px;height:40px;background:url(/assets/icon_arrow_down_wh-47ce049b.svg) center / cover no-repeat transparent;border:none}._img-full-pop_1cxbs_4956 ._swiper-button-prev_1cxbs_3319{transform:rotate(90deg);left:16px}._img-full-pop_1cxbs_4956 ._swiper-button-next_1cxbs_3320{transform:rotate(270deg);right:16px}._img-full-pop_1cxbs_4956 ._swiper-pagination_1cxbs_3365{width:auto;padding:6px 8px;bottom:36px;left:50%;transform:translate(-50%);background-color:#0006;border-radius:8px;font-size:16px;line-height:24px;font-weight:700;color:#fff;font-family:IBM Plex Sans KR}._side-fixed-layer_1cxbs_5027{position:fixed;min-height:400px;right:8px;top:32px;z-index:9;border-radius:12px;border:1px solid #dedfe5;background-color:#fff;box-shadow:0 15px 30px -5px #0000001a;overflow:hidden}._side-fixed-layer_1cxbs_5027 ._layer-header_1cxbs_5039{display:flex;padding:12px 0;margin:0 16px;border-bottom:1px solid #c8cad0}._side-fixed-layer_1cxbs_5027 ._layer-header_1cxbs_5039 ._layer-title_1cxbs_5045{display:flex;font-size:18px;line-height:26px;font-weight:500;color:#41414f;align-items:center}._side-fixed-layer_1cxbs_5027 ._layer-header_1cxbs_5039 ._layer-title_1cxbs_5045 i{width:24px;height:24px;margin-right:4px}._side-fixed-layer_1cxbs_5027 ._layer-header_1cxbs_5039 ._close-btn_1cxbs_4974{width:24px;height:24px;margin-left:auto;background:url(/assets/icon_xbtn-235419bd.svg) no-repeat center;filter:brightness(.5)}._side-fixed-layer_1cxbs_5027 ._custom-scroll_1cxbs_146{overflow-x:hidden;overflow-y:overlay}._side-fixed-layer_1cxbs_5027 ._layer-section_1cxbs_5069{padding:12px 16px 8px;border-top:12px solid #f8f8f9;background:#fff}._side-fixed-layer_1cxbs_5027 ._layer-section_1cxbs_5069 ._tit_1cxbs_437{padding-bottom:12px;border-bottom:1px solid #c8cad0;font-size:16px;line-height:24px;color:#41414f;font-weight:500}._side-fixed-layer_1cxbs_5027 ._layer-section_1cxbs_5069 ._tit_1cxbs_437+._cont_1cxbs_1092{margin-top:16px}._toast-pop_1cxbs_5087{position:fixed;display:none;text-align:center;padding:12px 16px;font-size:12px;line-height:16px;color:#fff;font-weight:500;background:rgba(23,28,38,.7);border-radius:8px;bottom:24px;left:50%;transform:translate(-50%);z-index:101}._toast-pop_1cxbs_5087._show_1cxbs_5103{display:block;width:auto!important}._toast-pop_1cxbs_5087._chk_1cxbs_5107{padding-left:36px;text-align:left}._toast-pop_1cxbs_5087._chk_1cxbs_5107:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);display:inline-block;width:16px;height:16px;background:url(/assets/icon_check_grn-9c2d8b91.svg) center / cover no-repeat;vertical-align:middle}._toast-pop_1cxbs_5087._error_1cxbs_602{padding-left:36px;text-align:left}._toast-pop_1cxbs_5087._error_1cxbs_602:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);display:inline-block;width:16px;height:16px;background:url(/assets/icon_caution-76c71a68.svg) center / cover no-repeat;vertical-align:middle}._group-item_1cxbs_5141 ._thumb-img_1cxbs_1506{background:url(/assets/icon_profile-0c8d8fb9.svg) center / 40px no-repeat #f5f5f5;overflow:hidden}._group-item_1cxbs_5141 ._thumb-img_1cxbs_1506 img{display:block;width:100%;height:100%;object-fit:cover}._group-item_1cxbs_5141 ._group-info_1cxbs_5151{font-size:12px;line-height:17px}._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._tit_1cxbs_437{color:#4d4c61}._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._tit_1cxbs_437 ._tag_1cxbs_935{display:inline-block;vertical-align:middle;margin-top:-2px}._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._txt_1cxbs_588{color:#4d4c61}._group-item_1cxbs_5141 ._condition_1cxbs_5166{margin-top:8px;font-size:12px;line-height:14px;color:#4d4c61}._group-item_1cxbs_5141 ._condition_1cxbs_5166 ._divide-box_1cxbs_813{font-size:14px;line-height:20px;margin-top:4px}._group-item_1cxbs_5141 ._condition_1cxbs_5166 ._divide-box_1cxbs_813>*:not(:last-child):after{width:2px;height:2px;background:#4d4c61;border-radius:100%}._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 *{font-size:12px;line-height:18px}._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 ._hash_1cxbs_5187{font-weight:500}._group-gallery_1cxbs_5191 ._group-list_1cxbs_1489{display:flex;gap:24px;flex-wrap:wrap}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141{flex:1;width:264px}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._thumb-img_1cxbs_1506{width:100%;height:216px;border-radius:12px}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._thumb-img_1cxbs_1506 img{transition:transform .2s}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141:hover ._thumb-img_1cxbs_1506 img{transform:scale(1.2)}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151{margin-top:12px}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._tit_1cxbs_437{font-size:18px;line-height:26px;font-weight:700}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._tit_1cxbs_437 ._tag_1cxbs_935{padding:2px 10px;margin-right:4px}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._txt_1cxbs_588{margin-top:8px;font-size:14px;line-height:20px;height:60px}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._info-wrap_1cxbs_5183{margin-top:8px}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 *{color:#41414f}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 ._mem_1cxbs_869:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background:url(/assets/icon_person_bl-8af3a57e.svg) no-repeat center left;vertical-align:sub}._group-gallery_1cxbs_5191 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 ._spot_1cxbs_5245:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background:url(/assets/icon_spot-fb292b54.svg) no-repeat center left;vertical-align:sub}._group-album_1cxbs_5255{display:flex;position:relative;flex-wrap:wrap}._group-album_1cxbs_5255 ._group-list_1cxbs_1489{display:flex;gap:8px;align-items:center}._group-album_1cxbs_5255 ._group-item_1cxbs_5141{width:120px;height:120px;border:1px solid #eaebf0;border-radius:6px;background-color:#fafafa;overflow:hidden}._group-album_1cxbs_5255 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._mem_1cxbs_869{color:#9393a3}._group-album_1cxbs_5255 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._mem_1cxbs_869 ._icon-lock-red_1cxbs_2839{display:inline-block;width:14px;height:14px;margin-left:3px;vertical-align:middle}._group-album_1cxbs_5255 ._group-item_1cxbs_5141 ._thumb-img_1cxbs_1506{width:120px;height:64px}._group-album_1cxbs_5255 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151{padding:8px 12px 12px;background-color:#fff;font-weight:500}._group-album_1cxbs_5255 ._make-group_1cxbs_5292{padding-top:74px;text-align:center;font-size:14px;color:#9393a3;background:url(/assets/icon_plus_circle_line-4d8771d4.svg) no-repeat center top 26px #fafafa}._group-album_1cxbs_5255 ._group-list_1cxbs_1489+._make-group_1cxbs_5292{margin-left:8px}._group-album_1cxbs_5255 ._make-group_1cxbs_5292:has(._tooltip_1cxbs_3819){overflow:visible}._group-album_1cxbs_5255 ._tooltip-line_1cxbs_3898{bottom:-28px;left:18px}._group-album_1cxbs_5255 ._tooltip-line_1cxbs_3898:before{border-bottom:8px solid #fff;border-top:none;bottom:unset;top:-7px}._group-album_1cxbs_5255 ._tooltip-line_1cxbs_3898:after{border-bottom:8px solid #ff951a;border-top:none;bottom:unset;top:-8px}._group-image_1cxbs_5322 ._group-list_1cxbs_1489{display:flex;justify-content:space-between;gap:32px 52px;flex-wrap:wrap}._group-image_1cxbs_5322 ._group-list_1cxbs_1489 ._group-div_1cxbs_5328{width:calc(50% - 30px)}._group-image_1cxbs_5322 ._group-item_1cxbs_5141{display:flex;justify-content:flex-start;gap:16px;flex:1}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._thumb-img_1cxbs_1506{width:72px;height:72px;border-radius:12px;border:1px solid #dedfe5}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._tit_1cxbs_437{max-width:306px;font-size:16px;line-height:24px;font-weight:700}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._tit_1cxbs_437 ._tag_1cxbs_935{float:left;font-size:12px;line-height:16px;height:20px;padding:1px 6px;margin-right:8px}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._txt_1cxbs_588{max-width:306px;margin-top:4px}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._tit_1cxbs_437,._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._txt_1cxbs_588{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183{display:flex;justify-content:space-between;align-items:center;margin-top:8px}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 *{color:#7a7a89}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 ._record_1cxbs_5376{color:#417be6}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 ._record_1cxbs_5376:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background:url(/assets/icon_clock_bl-0859c70b.svg) no-repeat center left;vertical-align:sub}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813 ._owner_1cxbs_5388:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background:url(/assets/icon_person-2e8abc81.svg) no-repeat center left;vertical-align:sub}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._more_1cxbs_1898{font-weight:500}._group-image_1cxbs_5322 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._more_1cxbs_1898 i{display:inline-block;width:16px;height:16px;vertical-align:bottom}._group-card_1cxbs_5407 ._group-list_1cxbs_1489{display:flex;gap:16px;flex-wrap:wrap}._group-card_1cxbs_5407 ._group-item_1cxbs_5141{display:flex;gap:16px;width:calc(50% - 8px);align-items:center;padding:15px 16px;border:1px solid transparent;background:#fff;text-align:left;border-radius:16px;box-shadow:0 2px 3px #00000014,0 1px 2px #00000014;transition:border-color,box-shadow .2s ease}._group-card_1cxbs_5407 ._group-item_1cxbs_5141:hover{border-color:#417be6;box-shadow:0 15px 30px -5px #0000001a}._group-card_1cxbs_5407 ._group-item_1cxbs_5141 ._thumb-img_1cxbs_1506{width:72px;height:72px;border-radius:100%;flex-shrink:0}._group-card_1cxbs_5407 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151{width:calc(100% - 88px);display:flex;flex-direction:column;gap:2px;font-size:14px;line-height:20px;align-items:flex-start}._group-card_1cxbs_5407 ._group-item_1cxbs_5141 ._tit_1cxbs_437{width:100%;font-size:16px;line-height:24px;color:#41414f;font-weight:700}._group-card_1cxbs_5407 ._group-item_1cxbs_5141 ._txt_1cxbs_588{color:#4d4c61}._group-card_1cxbs_5407 ._group-item_1cxbs_5141 ._nickname_1cxbs_5454{margin-top:2px;color:#417be6;font-weight:700}._header_1cxbs_5462{position:fixed;z-index:200;display:flex;align-items:center;justify-content:space-between;width:100%;height:56px;padding:0 16px;border-bottom:1px solid #eaebf0;background-color:#fff}._header_1cxbs_5462 ._header-left_1cxbs_5474{display:flex;align-items:center;justify-content:flex-start;width:400px}._header_1cxbs_5462 ._header-left_1cxbs_5474 ._logo_1cxbs_3367{display:inline-block;width:108px;height:29px;background:url(/assets/logo-59291302.svg) no-repeat center left / contain}._header_1cxbs_5462 ._header-left_1cxbs_5474 ._search-box_1cxbs_5486{width:102px;margin-left:24px;padding:6px 14px 6px 34px;border-radius:20px;border:1px solid transparent;background:#f8f8f9 url(/assets/icon_search_bk-3f51c176.svg) no-repeat center left 12px;transition:all .3s}._header_1cxbs_5462 ._header-left_1cxbs_5474 ._search-box_1cxbs_5486 input[type=text]{width:100%;padding:0;background-color:transparent;border:0;letter-spacing:-.03em}._header_1cxbs_5462 ._header-left_1cxbs_5474 ._search-box_1cxbs_5486 input::-webkit-input-placeholder{color:#b6b6c2}._header_1cxbs_5462 ._header-left_1cxbs_5474 ._search-box_1cxbs_5486._on_1cxbs_446{width:210px;padding:6px 34px 6px 14px;border:1px solid #ff951a;background-color:#fff;background-position:center right 12px}._header_1cxbs_5462 ._header-left_1cxbs_5474 ._search-box_1cxbs_5486._on_1cxbs_446 input::-webkit-input-placeholder{color:#4d4c61}._header_1cxbs_5462 ._header-center_1cxbs_5515{flex-shrink:0}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518{text-align:center;font-size:0}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a{display:inline-block;width:72px;height:56px;margin:0 6px;padding-top:31px;font-size:12px;line-height:14px;font-weight:500;vertical-align:top;background-repeat:no-repeat;background-position:center top 11px}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a:hover,._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._on_1cxbs_446{color:#ff7f0f}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._group_1cxbs_1489{background-image:url(/assets/icon_group-82e771f7.svg)}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._community_1cxbs_5542{background-image:url(/assets/icon_community-d8f7fd98.svg)}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._board_1cxbs_5545{background-image:url(/assets/icon_board-2a41db85.svg)}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._share_1cxbs_1206{background-image:url(/assets/icon_offering_share-416df45c.svg)}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._group_1cxbs_1489._on_1cxbs_446,._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._group_1cxbs_1489:hover{background-image:url(/assets/icon_group_org-96d368ae.svg)}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._community_1cxbs_5542._on_1cxbs_446,._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._community_1cxbs_5542:hover{background-image:url(/assets/icon_community_org-5055ef06.svg)}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._board_1cxbs_5545._on_1cxbs_446,._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._board_1cxbs_5545:hover{background-image:url(/assets/icon_board_org-943820d6.svg)}._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._share_1cxbs_1206._on_1cxbs_446,._header_1cxbs_5462 ._header-center_1cxbs_5515 ._net-menu_1cxbs_5518 a._share_1cxbs_1206:hover{background-image:url(/assets/icon_offering_share_org-99c53195.svg)}._header_1cxbs_5462 ._header-right_1cxbs_5567{display:flex;align-items:center;justify-content:flex-end;width:400px}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573{display:flex;gap:24px;margin-right:24px}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573:after{content:"";display:inline-block;width:1px;height:24px;background-color:#dedfe5;vertical-align:middle}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a{position:relative;display:inline-block;width:24px;height:24px}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._news_1cxbs_5592{background-image:url(/assets/icon_newsfeed-d353ff77.svg)}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._bookmark_1cxbs_5595{background-image:url(/assets/icon_bookmark-907cc4b1.svg)}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._alarm_1cxbs_5598{background-image:url(/assets/icon_bell-ff2d8fe3.svg)}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._news_1cxbs_5592:hover,._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._news_1cxbs_5592._on_1cxbs_446{background-image:url(/assets/icon_newsfeed_org-8e91cab8.svg)}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._bookmark_1cxbs_5595:hover,._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._bookmark_1cxbs_5595._on_1cxbs_446{background-image:url(/assets/icon_bookmark_org-d124a05c.svg)}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._alarm_1cxbs_5598:hover,._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236>a._alarm_1cxbs_5598._on_1cxbs_446{background-image:url(/assets/icon_bell_org-9789d361.svg)}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236._has-new_1cxbs_5613 ._layer-title_1cxbs_5045 i{position:relative}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._my-menu_1cxbs_5573 ._menu_1cxbs_3236._has-new_1cxbs_5613 ._layer-title_1cxbs_5045 i:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background-color:#ed5b75;top:0;right:0}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._user_1cxbs_5626{display:inline-block;padding-right:28px;background:url(/assets/icon_arrow_down_bk-941d788b.svg) no-repeat center right;width:unset;height:unset;border-radius:unset}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._user_1cxbs_5626[aria-pressed=true]{background-color:transparent}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._user-photo_1cxbs_5637{display:inline-block;width:32px;height:32px;border-radius:50%;background-color:#f8f8f9;vertical-align:middle}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._user-menu_1cxbs_5645._tool-list_1cxbs_983{transform:translateY(20%)}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._count_1cxbs_1616{position:absolute;top:-4px;left:13px;padding:3px 5px;border-radius:8px;font-size:10px;line-height:10px;font-weight:500;color:#fff}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._count_1cxbs_1616._grn_1cxbs_5659{background-color:#14ba85}._header_1cxbs_5462 ._header-right_1cxbs_5567 ._count_1cxbs_1616._red_1cxbs_341{background-color:#ff5959}._header_1cxbs_5462._logout-header_1cxbs_5665 ._login-btn_1cxbs_5665{font-size:16px;line-height:24px;color:#41414f;font-weight:500;font-family:IBM Plex Sans KR}._container_1cxbs_5675{padding:32px 0 64px;width:100%}._container_1cxbs_5675._main_1cxbs_5679 ._content_1cxbs_1092{width:100%;position:relative}._content_1cxbs_1092{width:690px;min-height:calc(100vh - 412px);margin:0 auto;position:relative}._content_1cxbs_1092 ._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509{flex:unset}._container_1cxbs_5675 ._page-title_1cxbs_5692{display:flex;font-size:18px;line-height:28px;color:#41414f;font-weight:700;font-family:IBM Plex Sans KR;margin-bottom:24px;align-items:center;gap:4px}._container_1cxbs_5675 ._page-title_1cxbs_5692>i{width:24px;height:24px}._container_1cxbs_5675 ._page-title_1cxbs_5692 [class*=btn]{font-weight:500;margin-left:auto}._container_1cxbs_5675 ._page-title_1cxbs_5692 [class*=btn] i{display:inline-block;margin-right:6px}._container_1cxbs_5675 ._page-txt_1cxbs_5715{font-size:14px;line-height:20px;color:#4d4c61}._container_1cxbs_5675 ._banner_1cxbs_5720{display:block;width:100%;border-radius:8px;overflow:hidden}._container_1cxbs_5675 ._banner_1cxbs_5720:not(:first-child){margin-top:24px}._container_1cxbs_5675 ._banner_1cxbs_5720 img{width:100%;object-fit:cover}._side-nav_1cxbs_5733{position:fixed;left:8px}._side-nav_1cxbs_5733 ul{display:flex;flex-direction:column;gap:16px}._side-nav_1cxbs_5733 ul li{width:102px;transition:width .5s}._side-nav_1cxbs_5733._open_1cxbs_2937 ul li{width:240px}._side-nav_1cxbs_5733 ul li a{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;height:48px;padding:12px 8px;font-size:18px;color:#b6b6c2;letter-spacing:-.05em}._side-nav_1cxbs_5733 ul li a span{font-family:IBM Plex Sans KR}._side-nav_1cxbs_5733 ul li a:before{content:"";display:inline-block;width:24px;height:24px;margin-right:5px;background-repeat:no-repeat;background-position:center;background-size:24px 24px;opacity:.5}._side-nav_1cxbs_5733 ul li a._all-board_1cxbs_5774:before{background-image:url(/assets/icon_board-2a41db85.svg)}._side-nav_1cxbs_5733 ul li a._free-borad_1cxbs_5777:before{background-image:url(/assets/icon_free_board-9ffa0916.svg)}._side-nav_1cxbs_5733 ul li a._share_1cxbs_1206:before{background-image:url(/assets/icon_join_share-85990040.svg)}._side-nav_1cxbs_5733 ul li a._inquiry_1cxbs_5783:before{background-image:url(/assets/icon_question_speech-8d43da84.svg)}._side-nav_1cxbs_5733 ul li a._issue_1cxbs_5786:before{background-image:url(/assets/icon_real_issue-3be0c238.svg)}._side-nav_1cxbs_5733 ul li a._notice_1cxbs_5789:before{background-image:url(/assets/icon_loud_line-afc3eaaf.svg)}._side-nav_1cxbs_5733 ul li a._mypage_1cxbs_5792:before{background-image:url(/assets/icon_person-2e8abc81.svg);opacity:1}._side-nav_1cxbs_5733 ul li a._ing_1cxbs_5796:before{background-image:url(/assets/icon_ing_gry-bdf9e486.svg);opacity:1}._side-nav_1cxbs_5733 ul li a:after{content:"";display:inline-block;width:24px;height:24px;margin-left:auto;background:url(/assets/icon_arrow_down_gr-511eea19.svg) no-repeat center / cover;transform:rotate(-90deg)}._side-nav_1cxbs_5733 ul li a:hover{color:#41414f}._side-nav_1cxbs_5733 ul li a:hover:before,._side-nav_1cxbs_5733 ul li._on_1cxbs_446 a:before{opacity:1}._side-nav_1cxbs_5733 ul li:not(._on_1cxbs_446) a._mypage_1cxbs_5792:hover:before{filter:brightness(0)}._side-nav_1cxbs_5733 ul li:not(._on_1cxbs_446) a._ing_1cxbs_5796:hover:before{filter:brightness(0)}._side-nav_1cxbs_5733 ul li a:hover:after{background-image:url(/assets/icon_arrow_down_bk-941d788b.svg)}._side-nav_1cxbs_5733 ul li._on_1cxbs_446 a{border-radius:6px;border:1px solid #eaebf0;box-shadow:0 10px 10px -5px #0000000d;color:#ff951a}._side-nav_1cxbs_5733 ul li._on_1cxbs_446 a._free-borad_1cxbs_5777:before{background-image:url(/assets/icon_free_board_org-3143aeda.svg)}._side-nav_1cxbs_5733 ul li._on_1cxbs_446 a._issue_1cxbs_5786:before{background-image:url(/assets/icon_real_issue_org-4bd579d6.svg)}._side-nav_1cxbs_5733 ul li._on_1cxbs_446 a._mypage_1cxbs_5792:before{background-image:url(/assets/icon_person_org-eab1ca02.svg)}._side-nav_1cxbs_5733 ul li._on_1cxbs_446 a._ing_1cxbs_5796:before{background-image:url(/assets/icon_ing_org-7aea7272.svg)}._side-nav_1cxbs_5733 ul li._on_1cxbs_446 a:after{background-image:url(/assets/icon_arrow_down_org-ce56a177.svg)}._side-nav_1cxbs_5733 ._btn-control_1cxbs_5846{position:absolute;left:50%;transform:translate(-50%);display:inline-block;width:46px;height:46px;margin-top:29px;border-radius:50%;border:1px solid #eaebf0;box-shadow:0 5px 8px #00000012}._side-nav_1cxbs_5733 ._btn-control_1cxbs_5846 i{background-size:24px 24px;transform:rotate(-90deg)}._side-nav_1cxbs_5733._open_1cxbs_2937 ._btn-control_1cxbs_5846 i{transform:rotate(90deg)}._flex-box_1cxbs_5867{display:flex;align-items:center}._flex-column_1cxbs_5871{display:flex;flex-direction:column;justify-content:center}._deal-type_1cxbs_4336{display:inline-block;height:24px;margin:0 auto;padding:2px 7px;line-height:18px;font-size:13px;font-weight:400;text-align:center;border:1px solid #dedfe5;border-radius:12px}._deal-type_1cxbs_4336[aria-label=매매]{border-color:#ffd43e;background-color:#fffbed}._deal-type_1cxbs_4336[aria-label=전세]{border-color:#86dfb4;background-color:#e8f8f3}._deal-type_1cxbs_4336[aria-label=월세]{border-color:#8ab5fd;background-color:#ecf2ff}._deal-type_1cxbs_4336[aria-label=단기]{border-color:#d0b2f5;background-color:#f7f1fe}._content-tit_1cxbs_1699{font-size:18px;line-height:28px;color:#41414f}._content-tit_1cxbs_1699 ._sub-txt_1cxbs_4799{margin-left:24px;font-size:13px;line-height:19px;color:#9393a3}._scroll-down-action_1cxbs_5915{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:100%;background:rgba(0,0,0,.2);margin:0 auto;-webkit-animation:_shake-vertical_1cxbs_1 1.2s ease-out infinite both;animation:_shake-vertical_1cxbs_1 1.2s ease-out infinite both}._scroll-down-action_1cxbs_5915 i{width:28px;height:40px}._side-section_1cxbs_5931._pos-change_1cxbs_5931{position:absolute;top:88px}@-webkit-keyframes _shake-vertical_1cxbs_1{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes _shake-vertical_1cxbs_1{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}}i._icon-parking_1cxbs_5965{background:url(/assets/illu_parking-6154a3b0.svg) center / cover no-repeat}._container_1cxbs_5675._parking_1cxbs_5968{height:100vh}._container_1cxbs_5675._parking_1cxbs_5968 ._content_1cxbs_1092{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._container_1cxbs_5675._parking_1cxbs_5968 i{width:480px;height:400px}._container_1cxbs_5675._parking_1cxbs_5968 *{font-family:IBM Plex Sans KR}._container_1cxbs_5675._parking_1cxbs_5968 ._tit_1cxbs_437{margin-top:32px;font-size:32px;line-height:48px;color:#41414f}._container_1cxbs_5675._parking_1cxbs_5968 ._txt_1cxbs_588{margin-top:16px;font-size:18px;line-height:28px;color:#41414f;text-align:center}._container_1cxbs_5675._parking_1cxbs_5968 ._dot-indent_1cxbs_301{margin-top:40px}._container_1cxbs_5675._parking_1cxbs_5968 ._dot-indent_1cxbs_301 b{font-weight:500}._container_1cxbs_5675._parking_1cxbs_5968 ._dot-indent_1cxbs_301 *{font-size:14px;line-height:20px;color:#41414f;margin-top:6px}._container_1cxbs_5675._main_1cxbs_5679{padding-bottom:0}._container_1cxbs_5675._main_1cxbs_5679._mainOnly_1cxbs_6015{padding-bottom:0;padding-top:0}._container_1cxbs_5675._main_1cxbs_5679 section{position:relative;height:calc(100vh - 54px);min-height:600px;display:flex;justify-content:center;align-items:center}._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027{position:sticky;top:54px;width:100%;height:100px;background:url(/assets/main_banner-1bfa0eed.jpg) center no-repeat #417be6;z-index:1}._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027 ._inner_1cxbs_4471{display:flex;position:relative;margin:0 auto;width:460px;height:100%;align-items:center;justify-items:center}._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027 ._inner_1cxbs_4471:before,._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027 ._inner_1cxbs_4471:after{content:"";position:absolute;bottom:0}._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027 ._inner_1cxbs_4471:before{left:0;width:210px;height:87px;background:url(/assets/main_banner_left-ffc31c02.png) center / cover no-repeat;transform:translate(-100%)}._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027 ._inner_1cxbs_4471:after{right:0;width:224px;height:95px;background:url(/assets/main_banner_right-535f9dc4.png) center / cover no-repeat;transform:translate(100%)}._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027 ._inner_1cxbs_4471 a{display:flex;width:100%;justify-content:center;align-items:center;font-size:21px;line-height:25px;color:#fff;letter-spacing:-.02em}._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027 ._inner_1cxbs_4471 b{font-weight:700;margin-left:3px}._container_1cxbs_5675._main_1cxbs_5679 ._influence-banner_1cxbs_6027 ._inner_1cxbs_4471 i{width:12px;height:20px;background:url(/assets/icon_right_wh-e13b09b9.svg) left center / cover no-repeat;margin-left:8px}._container_1cxbs_5675._main_1cxbs_5679 section *{font-family:Pretendard}._container_1cxbs_5675._main_1cxbs_5679 section ._scroll-down-action_1cxbs_5915{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:1;opacity:1;transition:opacity .2s ease-out}._container_1cxbs_5675._main_1cxbs_5679 section ._scroll-down-action_1cxbs_5915._fade-out_1cxbs_6096{opacity:0}._container_1cxbs_5675._main_1cxbs_5679 ._d-column_1cxbs_6099{display:flex;flex-direction:column}._container_1cxbs_5675._main_1cxbs_5679 section ._section-icon_1cxbs_6103+._section-tit_1cxbs_6105{margin-top:10px}._container_1cxbs_5675._main_1cxbs_5679 section ._section-tit_1cxbs_6105{font-size:40px;line-height:50px;color:#41414f}._container_1cxbs_5675._main_1cxbs_5679 section ._section-tit_1cxbs_6105 b{font-weight:700}._container_1cxbs_5675._main_1cxbs_5679 section ._section-tit_1cxbs_6105+._section-txt_1cxbs_6116{margin-top:20px}._container_1cxbs_5675._main_1cxbs_5679 section ._section-txt_1cxbs_6116{font-size:20px;line-height:28px;color:#7a7a89}._container_1cxbs_5675._main_1cxbs_5679 ._scroll-nav_1cxbs_6124{display:flex;flex-direction:column;align-items:center;gap:10px;position:fixed;top:50%;right:20px;transform:translateY(-50%);z-index:1}._container_1cxbs_5675._main_1cxbs_5679 ._scroll-nav_1cxbs_6124 a{width:10px;height:10px;background:#41414f;font-size:0;border-radius:100px;opacity:.2}._container_1cxbs_5675._main_1cxbs_5679 ._scroll-nav_1cxbs_6124 a._active_1cxbs_3278{width:20px;height:28px;background:url(/assets/icon_spot_home-a579e28e.svg) center / cover no-repeat;opacity:1}._container_1cxbs_5675._main_1cxbs_5679 ._scroll-nav_1cxbs_6124._revert_1cxbs_6149 a{background:#fff}._container_1cxbs_5675._main_1cxbs_5679 ._scroll-nav_1cxbs_6124._revert_1cxbs_6149 a._active_1cxbs_3278{background:url(/assets/icon_spot_home_wh-b888c1c0.svg) center / cover no-repeat}._container_1cxbs_5675._main_1cxbs_5679 ._sec1_1cxbs_6156{gap:80px}._container_1cxbs_5675._main_1cxbs_5679 ._sec1_1cxbs_6156 ._section-tit_1cxbs_6105{line-height:52px}._container_1cxbs_5675._main_1cxbs_5679 ._sec1_1cxbs_6156:first-child ._section-txt_1cxbs_6116{margin-top:16px}._container_1cxbs_5675._main_1cxbs_5679 ._sec1_1cxbs_6156 button._org-gradient_1cxbs_6165,._container_1cxbs_5675._main_1cxbs_5679 ._sec1_1cxbs_6156 a._org-gradient_1cxbs_6165{padding:19px 40px;width:fit-content;margin-top:30px;font-size:20px;line-height:28px;color:#fff;font-weight:700;border-radius:100px;background:linear-gradient(95.32deg,#ffa928 1.86%,#f86615 99.61%);font-family:Noto Sans KR}._container_1cxbs_5675._main_1cxbs_5679 ._sec2_1cxbs_6179{background:#f4faff;gap:144px}._container_1cxbs_5675._main_1cxbs_5679 ._sec2_1cxbs_6179 ._section-icon_1cxbs_6103{width:70px;height:68px;background:url(/assets/main_icon_chat-4a460516.svg) center / cover no-repeat}._container_1cxbs_5675._main_1cxbs_5679 ._sec3_1cxbs_6189{gap:102px}._container_1cxbs_5675._main_1cxbs_5679 ._sec3_1cxbs_6189 ._section-icon_1cxbs_6103{width:74px;height:64.17px;background:url(/assets/main_icon_free-36c3e43a.svg) center / cover no-repeat}._container_1cxbs_5675._main_1cxbs_5679 ._sec4_1cxbs_6198{background:#fbf9ff;gap:89px}._container_1cxbs_5675._main_1cxbs_5679 ._sec4_1cxbs_6198 ._section-icon_1cxbs_6103{width:77px;height:60.17px;background:url(/assets/main_icon_safe-e3660483.svg) center / cover no-repeat}._container_1cxbs_5675._main_1cxbs_5679 ._sec5_1cxbs_6208{gap:104px}._container_1cxbs_5675._main_1cxbs_5679 ._sec5_1cxbs_6208 ._section-icon_1cxbs_6103{width:74px;height:64px;background:url(/assets/main_icon_buy-0df1f8b8.svg) center / cover no-repeat}._container_1cxbs_5675._main_1cxbs_5679 ._sec6_1cxbs_6217{background:#3f3f4a;height:calc(50vh - 28px);min-height:300px;justify-content:center;align-items:center;text-align:center}._container_1cxbs_5675._main_1cxbs_5679 ._sec6_1cxbs_6217 ._section-tit_1cxbs_6105{color:#fff}._container_1cxbs_5675._main_1cxbs_5679 ._sec6_1cxbs_6217 ._section-txt_1cxbs_6116{color:#fff;opacity:.8}._company-info-box_1cxbs_6235{display:flex;flex-direction:column;gap:4px;font-size:14px;line-height:20px;color:#4d4d4d;text-align:left}._company-info-box_1cxbs_6235 ._btn-div_1cxbs_6244{display:flex;gap:4px}._company-info-box_1cxbs_6235 ._big-txt_1cxbs_6248{align-items:center;font-size:16px;line-height:20px;font-weight:700;color:#333}._gage-div_1cxbs_6257{position:relative;padding-bottom:32px}._gage-div_1cxbs_6257 ._grade-box_1cxbs_6261{display:flex;justify-content:space-between;text-align:center}._gage-div_1cxbs_6257 ._grade-box_1cxbs_6261 ._mem-grade_1cxbs_869{width:100%;padding:12px 0}._gage-div_1cxbs_6257 ._grade-box_1cxbs_6261 ._mem-grade_1cxbs_869._active_1cxbs_3278{background:url(/assets/grade_bubble-b8b6ae14.svg) center top 5px / cover no-repeat}._gage-div_1cxbs_6257 ._grade-box_1cxbs_6261 ._mem-grade_1cxbs_869._active_1cxbs_3278:before{margin-top:-8px}._gage-div_1cxbs_6257 ._grade-box_1cxbs_6261 ._mem-grade_1cxbs_869:before{margin-right:0}._gage-div_1cxbs_6257 ._gage_1cxbs_6257{position:relative;width:100%;height:8px;margin-top:12px;border-radius:1000px;background:#f0f0f3}._gage-div_1cxbs_6257 ._gage_1cxbs_6257 ._active-gage_1cxbs_6287{position:absolute;width:9px;height:100%;border-radius:1000px;background:#417be6;left:0;top:0}._gage-div_1cxbs_6257 ._point_1cxbs_6296{position:absolute;bottom:0;left:0;font-size:14px;line-height:20px;color:#41414f;font-weight:500;font-family:IBM Plex Sans KR}._gage-div_1cxbs_6257+._table-wrap_1cxbs_1556{margin-top:12px}._gage-div_1cxbs_6257+._table-wrap_1cxbs_1556 ._sub-table_1cxbs_4332 thead tr th{line-height:32px;height:32px;font-size:10px;font-weight:500;color:#41414f}._gage-div_1cxbs_6257+._table-wrap_1cxbs_1556 ._sub-table_1cxbs_4332 tbody tr{height:40px}._gage-div_1cxbs_6257+._table-wrap_1cxbs_1556 ._sub-table_1cxbs_4332 tbody tr td{font-size:16px;line-height:20px;color:#41414f;font-family:IBM Plex Sans KR;padding:8px 2px}._content_1cxbs_1092._mypage_1cxbs_5792 ._page-title_1cxbs_5692{padding:12px 0;margin-bottom:0;border-bottom:1px solid #dedfe5}._content_1cxbs_1092._mypage_1cxbs_5792>._line-box_1cxbs_399{padding:20px 24px 0}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521{align-items:flex-start;border-top:1px solid #eaebf0;padding:8px 0}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521:first-child{margin-top:0;border-top:0;padding-top:0}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-tit_1cxbs_6105{padding-top:16px;width:160px;flex-shrink:0;align-self:stretch;font-size:16px;font-weight:500;font-family:IBM Plex Sans KR}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-tit_1cxbs_6105 ._view-tooltip_1cxbs_3838{background-image:url(../../../public/images/icon_question_circle.svg);opacity:.7}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-tit_1cxbs_6105 ._tooltip-div_1cxbs_3832 ._tooltip_1cxbs_3819{transform:translate(calc(-50% + 30px),calc(20% + 8px))}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-tit_1cxbs_6105 ._tooltip-div_1cxbs_3832 ._tooltip_1cxbs_3819:after{transform:translate(-50%);left:50%;bottom:unset;top:-8px;border-bottom:8px solid rgba(23,28,38,.7);border-top:0}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-tit_1cxbs_6105 ._badge_1cxbs_6373{padding:0 6px;width:fit-content;margin-top:6px;font-size:11px;line-height:16px;color:#ff7f0f;font-weight:600;font-family:IBM Plex Sans KR;border:1px solid #ff951a;border-radius:4px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-tit_1cxbs_6105 ._badge_1cxbs_6373._gry_1cxbs_2384{color:#9393a3;border-color:#dedfe5}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-cont_1cxbs_6389{display:flex;flex-direction:column;flex-grow:1}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._mem-info-detail_1cxbs_916 ._btn-div_1cxbs_6244,._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._mem-info-detail_1cxbs_916 ._btn-div_1cxbs_6244 ._btn_1cxbs_509{width:auto}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._mem-list-wrap_1cxbs_6398+._line-box_1cxbs_399{margin:12px 0;padding:12px 16px}._content_1cxbs_1092._mypage_1cxbs_5792 ._gage-div_1cxbs_6257 ._grade-box_1cxbs_6261 ._mem-grade_1cxbs_869._active_1cxbs_3278{background-size:44px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-cont_1cxbs_6389 ._flex-box_1cxbs_5867{padding-left:16px;height:56px;gap:8px;flex-wrap:wrap}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-cont_1cxbs_6389 ._flex-box_1cxbs_5867 ._tit_1cxbs_437{width:132px;font-size:14px;line-height:28px;font-weight:500;color:#4d4c61}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-cont_1cxbs_6389 ._flex-box_1cxbs_5867 ._flex-column_1cxbs_5871{flex:1}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-cont_1cxbs_6389 ._flex-box_1cxbs_5867 ._txt_1cxbs_588{width:196px;font-size:16px;line-height:28px;color:#4d4c61;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._section-cont_1cxbs_6389 ._flex-box_1cxbs_5867 ._txt_1cxbs_588._disabled_1cxbs_2428{color:#9393a3}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244{display:flex;width:108px;justify-content:center;margin-left:auto}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244 ._btn_1cxbs_509{display:block;width:108px;padding:7px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244._invite-div_1cxbs_6444{width:unset}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244._invite-div_1cxbs_6444 button{padding:8px 12px;border-radius:4px;line-height:20px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244._invite-div_1cxbs_6444 button i{margin-left:2px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244._invite-div_1cxbs_6444 ._disabled_1cxbs_2428 i{opacity:.5}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244._divide-box_1cxbs_813{border:1px solid #dedfe5;border-radius:6px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244._divide-box_1cxbs_813 ._btn_1cxbs_509{border:none}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._btn-div_1cxbs_6244._divide-box_1cxbs_813>*:not(:last-child):after{background-color:#92929c}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._tag-div_1cxbs_952{margin-left:auto}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._tag-div_1cxbs_952 ._tag_1cxbs_935{display:flex;align-items:center;padding:2px 4px;border-radius:4px;font-family:Noto Sans KR}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._tag-div_1cxbs_952 ._tag_1cxbs_935 i{width:16px;height:16px;margin-right:4px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._tag-div_1cxbs_952 ._tag_1cxbs_935._kakao_1cxbs_6483{color:#391a1b;background-color:#fee500}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._tag-div_1cxbs_952 ._tag_1cxbs_935._naver_1cxbs_6487{color:#fff;background-color:#00c73c}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._toggle-box_1cxbs_1387._radio-toggle_1cxbs_2573 input[type=radio]+label{width:54px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532{height:32px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 ._label-info_1cxbs_1413{width:64px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 ._label-info_1cxbs_1413:after{content:"끔";width:26px;height:26px;font-size:14px;line-height:26px;font-weight:500;text-align:center;top:3px;left:3px}._content_1cxbs_1092._mypage_1cxbs_5792 ._section_1cxbs_4521 ._toggle-box_1cxbs_1387._round-toggle_1cxbs_2532 input:checked+._label-info_1cxbs_1413:after{content:"켬";transform:translate(32px)}._content_1cxbs_1092._mypage_1cxbs_5792 ._kakao-logo_1cxbs_6515{display:inline-block;margin-right:8px;width:24px;height:24px;background:url(../../../public/images/icon_kakao.svg) center / 14px 13px no-repeat #fae609;border-radius:3px;vertical-align:middle}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489{flex-direction:column;gap:16px 0;margin-top:16px}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141{align-items:center;padding:12px;border:1px solid #eaebf0;border-radius:12px}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141 ._thumb-img_1cxbs_1506{width:48px;height:48px;background-size:26px}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141 ._group-info_1cxbs_5151 ._tit_1cxbs_437{font-weight:500;max-width:440px}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183{margin-top:4px}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813{align-items:center;gap:4px}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._divide-box_1cxbs_813>*:after{content:none}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141 ._info-wrap_1cxbs_5183 ._tag_1cxbs_935{height:20px;padding:0 6px}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141 ._btn-div_1cxbs_6244{margin-left:auto}._content_1cxbs_1092._mypage_1cxbs_5792 ._group-list_1cxbs_1489 ._group-item_1cxbs_5141 ._btn-div_1cxbs_6244 ._btn_1cxbs_509 i{margin-right:6px}._content_1cxbs_1092._mypage_1cxbs_5792 ._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-top_1cxbs_942 ._group-name_1cxbs_6566{font-size:16px;line-height:18px;font-weight:500;color:#4d4c61}._content_1cxbs_1092._mypage_1cxbs_5792 ._comm-item_1cxbs_1602 ._info-div_1cxbs_1645 ._info-detail_1cxbs_939 ._detail-bottom_1cxbs_956{margin-top:2px}._content_1cxbs_1092._mypage_1cxbs_5792 ._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._tit_1cxbs_437{font-size:18px;line-height:26px;font-weight:500;color:#4d4c61}._content_1cxbs_1092._mypage_1cxbs_5792 ._comm-item_1cxbs_1602 ._content-div_1cxbs_1092 ._content-box_1cxbs_1092 ._tit_1cxbs_437+._txt_1cxbs_588{margin-top:12px}._content_1cxbs_1092._mypage_1cxbs_5792 ._tab-menu-wrap_1cxbs_3020+._comm-item_1cxbs_1602{margin-top:16px}._setting-profile-pop_1cxbs_6589 ._popup-content-wrap_1cxbs_1066{width:330px}._setting-profile-pop_1cxbs_6589 ._profile-thumb_1cxbs_6592{position:relative;width:72px;height:72px;margin:0 auto;background:url(/assets/icon_profile-0c8d8fb9.svg) center / 38px no-repeat #f5f5f5;border-radius:12px}._setting-profile-pop_1cxbs_6589 ._profile-thumb_1cxbs_6592 ._profile-img_1cxbs_6600{width:100%;height:100%;border-radius:12px;border:1px solid #dedfe5;overflow:hidden}._setting-profile-pop_1cxbs_6589 ._profile-thumb_1cxbs_6592 ._profile-img_1cxbs_6600 img{width:100%;height:100%;object-fit:cover}._setting-profile-pop_1cxbs_6589 ._profile-thumb_1cxbs_6592 ._tool-box_1cxbs_953 ._tool-btn_1cxbs_970{display:block;position:absolute;bottom:-4px;right:-4px}._setting-profile-pop_1cxbs_6589 ._profile-thumb_1cxbs_6592 ._tool-box_1cxbs_953 ._tool-list_1cxbs_983{bottom:-88px}._setting-profile-pop_1cxbs_6589 ._profile-thumb_1cxbs_6592 ._tool-box_1cxbs_953 ._tool-btn_1cxbs_970[aria-pressed=true]+._tool-list_1cxbs_983{transform:translate(calc(-50% + 36px))}._setting-profile-pop_1cxbs_6589 ._input-form_1cxbs_437{margin-top:16px}._modify-biz-pop_1cxbs_6629 ._popup-content-wrap_1cxbs_1066{width:400px}._modify-biz-pop_1cxbs_6629 ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._col_1cxbs_4346{justify-content:center}._modify-biz-pop_1cxbs_6629 ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._col_1cxbs_4346._biz-name_1cxbs_6635{background:#fff;font-size:16px;line-height:24px;color:#41414f}._biz-mem-admin-pop_1cxbs_6643 ._popup-content-wrap_1cxbs_1066{width:600px;max-width:unset}._biz-mem-admin-pop_1cxbs_6643 ._popup-content_1cxbs_1066{padding-top:12px}._biz-mem-admin-pop_1cxbs_6643 ._list-tit_1cxbs_2979{font-size:16px;line-height:24px;color:#41414f;font-weight:500;text-align:left}._biz-mem-admin-pop_1cxbs_6643 ._list-wrap_1cxbs_6657{margin-top:12px;padding:16px 16px 0 0;border-top:1px solid #dedfe5;border-bottom:1px solid #dedfe5;max-height:215px}._biz-mem-admin-pop_1cxbs_6643 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495{display:flex;height:40px;align-items:flex-start;justify-content:space-between;font-size:16px;line-height:24px;color:#41414f}._modify-email-pop_1cxbs_6675 ._popup-content-wrap_1cxbs_1066,._chage-password-pop_1cxbs_6680 ._popup-content-wrap_1cxbs_1066{width:400px}._alert-setting-pop_1cxbs_6685 ._popup-content-wrap_1cxbs_1066{width:330px}._alert-setting-pop_1cxbs_6685 ._select-div_1cxbs_1077{display:flex;align-items:center;text-align:left}._alert-setting-pop_1cxbs_6685 ._select-div_1cxbs_1077 ._select-tit_1cxbs_6693{width:68px;padding-right:8px;font-size:14px;line-height:20px;color:#4d4c61;font-weight:500}._alert-setting-pop_1cxbs_6685 ._select-div_1cxbs_1077 ._select-box_1cxbs_3972{flex:1}._alert-setting-pop_1cxbs_6685 ._select-div_1cxbs_1077+._select-div_1cxbs_1077{margin-top:16px}._mem-out-pop_1cxbs_6709 ._popup-content-wrap_1cxbs_1066{width:400px}._mem-out-pop_1cxbs_6709 ._popup-content_1cxbs_1066{text-align:left}._mem-out-pop_1cxbs_6709 ._check-box-div_1cxbs_325{margin-top:12px}._mem-out-pop_1cxbs_6709 ._check-box_1cxbs_325+._check-box_1cxbs_325{margin-top:8px}._mem-out-pop_1cxbs_6709 ._check-box_1cxbs_325 input{display:none}._mem-out-pop_1cxbs_6709 ._check-box_1cxbs_325 label{color:#7a7a89}._mem-out-pop_1cxbs_6709 ._check-box_1cxbs_325 label ._co-red_1cxbs_284{margin-top:8px;font-size:12px;line-height:18px}._mem-out-pop_1cxbs_6709 ._gray-box_1cxbs_406{padding:16px;margin-top:16px}._mem-out-pop_1cxbs_6709 ._gray-box_1cxbs_406 ._tit_1cxbs_437{padding-left:24px;font-size:14px;line-height:20px;font-weight:500;color:#4d4c61;background:url(/assets/icon_chk_fill_bl-8922504f.svg) center left / 16px no-repeat}._offerings-number_1cxbs_6746{display:inline-flex;gap:4px;font-size:12px;line-height:16px;color:#ff7b00;font-weight:700}._offerings-number_1cxbs_6746 i{width:16px;height:16px}._offerings-number_1cxbs_6746 i._icon-CP_1cxbs_6758{background:url(/assets/icon_CP-239273aa.svg) center / cover no-repeat}._content_1cxbs_1092._share-offerings_1cxbs_6761{position:relative;width:1200px}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765{display:flex;gap:15px}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._left_1cxbs_6769{display:flex;flex-direction:column;gap:12px}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._left_1cxbs_6769 ._btn_1cxbs_509{padding:15px;font-size:16px;line-height:20px;font-weight:600}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._left_1cxbs_6769 ._btn_1cxbs_509 i{margin-right:8px}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._info-box_1cxbs_6783{padding:24px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e3e3e3;border-radius:16px}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._info-user_1cxbs_6791{display:flex;gap:16px;align-items:center;font-size:14px;line-height:20px;color:#4f4f4f}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._info-user_1cxbs_6791 ._name_1cxbs_1131{margin-bottom:4px;font-size:16px;line-height:22px;font-weight:700;color:#1a1a1a}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._info-user_1cxbs_6791 button{min-width:140px;padding:11px;margin-left:auto;flex-shrink:0;font-size:16px;line-height:16px;color:#1a1a1a;font-weight:500;border-color:#b3b3b3;border-radius:8px}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._offerings-count_1cxbs_6818{margin-top:16px;padding-top:16px;display:flex;flex-direction:column;gap:12px;border-top:1px dashed #ccc;font-size:16px;line-height:22px;color:#1a1a1a}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._offerings-count_1cxbs_6818 ._line_1cxbs_399{display:flex;gap:4px}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._offerings-count_1cxbs_6818 ._count_1cxbs_1616{font-weight:700;color:#ff7b00}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._top-section_1cxbs_6765 ._offerings-count_1cxbs_6818 ._count_1cxbs_1616._active_1cxbs_3278{text-decoration:underline}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._lg-tab_1cxbs_3253{margin-top:16px}._content_1cxbs_1092._share-offerings_1cxbs_6761 ._table-filter_1cxbs_4386{align-items:flex-end}._share-offerings_1cxbs_6761 ._btn_1cxbs_509 i{display:inline-block;width:16px;height:16px}._share-offerings_1cxbs_6761 ._memo_1cxbs_6851{padding-left:20px;font-size:12px;line-height:18px;width:100%;margin-top:12px;text-align:left;color:#4f4f4f;background:url(/assets/icon_memo-ed97f108.svg) no-repeat center left}._share-offerings_1cxbs_6761 ._memo_1cxbs_6851._caution_1cxbs_4551{color:#ff5959;background-image:url(/assets/icon_caution-76c71a68.svg)}._share-offerings_1cxbs_6761 ._btn-change_1cxbs_6865{padding:4px 6px}._share-offerings_1cxbs_6761 i._icon-change_1cxbs_2824{display:inline-block;width:16px;height:16px;margin-left:2px}._share-offerings_1cxbs_6761 ._content-tit_1cxbs_1699{margin-top:24px}._share-offerings_1cxbs_6761 ._content-tit_1cxbs_1699+._table-wrap_1cxbs_1556{padding-top:0;border-top:none;margin-top:16px}._share-offerings_1cxbs_6761 ._tab-menu-wrap_1cxbs_3020 ._btn_1cxbs_509{position:absolute;right:0;top:0}._share-offerings_1cxbs_6761 ._tab-menu-wrap_1cxbs_3020 ._btn_1cxbs_509 i{margin-right:4px;margin-top:-2px;vertical-align:middle}._share-offerings_1cxbs_6761 ._underline-tab_1cxbs_3180{width:auto;margin:24px 16px 0;border-bottom:0}._share-offerings_1cxbs_6761 ._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023{gap:24px}._share-offerings_1cxbs_6761 ._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509{padding:0 0 14px}._share-offerings_1cxbs_6761 ._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509 ._text_1cxbs_646{font-size:18px;color:#41414f}._share-offerings_1cxbs_6761 ._underline-tab_1cxbs_3180 ._tab-menu-inner_1cxbs_3023 ._btn_1cxbs_509._org_1cxbs_2367{display:inline-block;margin-left:auto;font-size:unset}._share-offerings_1cxbs_6761 ._underline-tab_1cxbs_3180>._btn_1cxbs_509{margin-left:auto;margin-bottom:8px}._share-offerings_1cxbs_6761 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596{width:333px}._share-offerings_1cxbs_6761 ._table-filter_1cxbs_4386 ._check-box-div_1cxbs_325._hor_1cxbs_694 ._check-box_1cxbs_325{margin-right:8px}._share-offerings_1cxbs_6761 ._table-wrap_1cxbs_1556{margin-top:40px;padding-top:40px;border-top:1px solid #e3e3e3}._share-offerings_1cxbs_6761 ._table-wrap_1cxbs_1556 ._comment_1cxbs_1935._none_1cxbs_6928{color:#b6b6c2}._share-offerings_1cxbs_6761 ._table-wrap_1cxbs_1556 ._comment_1cxbs_1935._overflow_1cxbs_6931{color:#ff951a}._share-offerings_1cxbs_6761 ._table-wrap_1cxbs_1556 ._co-red_1cxbs_284{font-size:12px;line-height:18px}._share-offerings_1cxbs_6761 ._table-wrap_1cxbs_1556 ._co-name_1cxbs_6938{width:64px}._share-offerings_1cxbs_6761 ._table-wrap_1cxbs_1556 th ._btn-switch_1cxbs_6941{padding:6px 7px;border-radius:4px;border:1px solid #b6b6c2;font-size:13px;line-height:18px}._share-offerings_1cxbs_6761 ._table-wrap_1cxbs_1556 th ._btn-switch_1cxbs_6941 i{opacity:.5}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332{border-style:unset;table-layout:fixed}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 ._table-divide_1cxbs_6956{display:flex;flex-wrap:wrap}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 ._table-divide_1cxbs_6956 ._w-full_1cxbs_6960{flex:1}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 ._end-date_1cxbs_6963{font-size:12px;line-height:16px;font-weight:700;color:#fd3629}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 ._writer_1cxbs_6969{margin-top:2px;font-size:12px;line-height:16px;color:#4d4d4d}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 ._verify-badge_1cxbs_6975{display:inline-flex;gap:2px;font-size:11px;line-height:16px;font-weight:700;color:#ff7b00;padding:2px 6px;background:#fff;border:1px solid #ff7b00;border-radius:16px}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 ._verify-badge_1cxbs_6975 i{width:15px;height:15px}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 ._verify-badge_1cxbs_6975 i._icon-naver_1cxbs_2884{background:url(/assets/icon_naver_circle-c0dba3c9.svg) center / cover no-repeat}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 tr:hover td:not(._no-data_1cxbs_4063){background:#fafafa}._share-offerings_1cxbs_6761 ._sub-table_1cxbs_4332 tbody tr td:nth-child(4){padding-left:8px;text-align:left}._share-offerings_1cxbs_6761 ._look-table_1cxbs_7002 tbody tr td ._dtl-txt_1cxbs_7002{font-size:12px;line-height:18px;color:#7a7a89}._share-offerings_1cxbs_6761 ._look-table_1cxbs_7002 tbody tr td ._support-txt_1cxbs_7007{font-size:14px;line-height:18px}._share-offerings_1cxbs_6761 ._look-table_1cxbs_7002 tbody tr td ._tooltip-div_1cxbs_3832{padding-right:0}._share-offerings_1cxbs_6761 ._look-table_1cxbs_7002 tbody tr td ._tooltip-div_1cxbs_3832 ._tool_1cxbs_953:hover+._tooltip_1cxbs_3819{display:block;width:222px;white-space:unset;left:50%;transform:translate(-50%,calc(-100% - 20px))}._share-offerings_1cxbs_6761 ._look-table_1cxbs_7002 tbody tr td ._tooltip_1cxbs_3819:after{left:50%;transform:translate(-50%)}._share-offerings_1cxbs_6761 ._share-table_1cxbs_7026 ._table-divide_1cxbs_6956{width:384px;padding-left:8px}._share-offerings_1cxbs_6761 ._share-table_1cxbs_7026 ._btn-wrap_1cxbs_1056{margin:0 auto;width:fit-content;flex-direction:column;gap:4px}._offering-detail_1cxbs_7037{position:fixed;right:8px;top:98px;bottom:8px;z-index:100001;width:440px;border-radius:12px;border:1px solid #dedfe5;background-color:#f8f8f9;box-shadow:0 15px 30px -5px #0000001a;overflow:hidden}._offering-detail_1cxbs_7037 ._custom-scroll_1cxbs_146{overflow-x:hidden;overflow-y:overlay}._offering-detail_1cxbs_7037 ._table-wrap_1cxbs_1556{padding:0;margin-top:12px}._offering-detail_1cxbs_7037 ._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._column_1cxbs_4346._table-tit_1cxbs_4352{width:96px;padding-right:0}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062{padding:16px 24px 8px;border-bottom:1px solid #dedfe5;background-color:#fff}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._head-top_1cxbs_7067{display:flex;align-items:center;justify-content:flex-start;gap:8px;height:24px}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._head-top_1cxbs_7067 span{vertical-align:middle}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._head-top_1cxbs_7067 span._count_1cxbs_1616{margin-left:4px;color:#41414f}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._head-top_1cxbs_7067 ._favoritebox_1cxbs_4147 ._label-info_1cxbs_1413:before{vertical-align:sub}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._head-top_1cxbs_7067 ._comment_1cxbs_1935 i{display:inline-block;width:24px;height:24px;vertical-align:middle}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._close_1cxbs_2994{width:24px;height:24px;margin-left:auto;background:url(/assets/icon_xbtn-235419bd.svg) no-repeat center;filter:brightness(.5)}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._detail-info_1cxbs_7097{display:flex;flex-direction:column;row-gap:8px;margin-top:24px;margin-bottom:20px}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._detail-info_1cxbs_7097 ._divide-box_1cxbs_813{font-size:12px;line-height:16px}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._detail-info_1cxbs_7097 ._tit_1cxbs_437{font-size:18px;line-height:26px;color:#41414f}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._detail-info_1cxbs_7097 ._price_1cxbs_7113{font-size:16px;line-height:24px}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._memo_1cxbs_6851._caution_1cxbs_4551{margin-top:8px;padding-left:20px;font-size:12px;line-height:18px;color:#ff5959;background:url(/assets/icon_caution-76c71a68.svg) no-repeat center left}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._memo_1cxbs_6851._caution_1cxbs_4551 a{margin-left:4px;font-weight:500;text-decoration:underline}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130{padding:24px;margin-top:12px;background-color:#fff}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._tit_1cxbs_437{font-size:16px;line-height:24px;font-weight:500;color:#41414f}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._sub-txt_1cxbs_4799{margin-left:8px;font-size:12px;font-weight:400;color:#9393a3}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._sub-txt_1cxbs_4799 [class*=icon-]{display:inline-block;width:16px;height:16px;margin-right:2px;vertical-align:sub}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._noti-box_1cxbs_369{margin-top:24px;padding:16px 16px 16px 40px;background-position:left 16px top 20px}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._noti-box_1cxbs_369 ._noti-txt_1cxbs_374{flex-wrap:wrap;flex-direction:column;gap:8px}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._noti-box_1cxbs_369 ._btn_1cxbs_509{width:calc(100% + 24px);margin-left:-24px}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._map-wrap_1cxbs_7168{margin-top:12px;height:200px;border-radius:8px;border:1px solid #dedfe5;overflow:hidden}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._btn-confirm_1cxbs_7175{width:100%;margin-top:12px;font-weight:500}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._btn-confirm_1cxbs_7175 i{margin-right:6px}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._profile_1cxbs_921{display:inline-block;width:32px;height:32px;margin-right:8px;border-radius:50%;border:1px solid #dedfe5;background:#f5f5f5 url(/assets/icon_profile-0c8d8fb9.svg) no-repeat center}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._divide-box_1cxbs_813{gap:17px;border-top:0}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._divide-box_1cxbs_813>*:not(:last-child):after{right:-9px}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._divide-box_1cxbs_813 ._func-comment_1cxbs_7199{border-radius:4px;border:1px solid #dedfe5}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._con-wrap_1cxbs_7203:not(:first-of-type){margin-top:8px}._offering-detail_1cxbs_7037 ._detail-box_1cxbs_7130 ._con-wrap_1cxbs_7203 ._dot-indent_1cxbs_301{margin-top:4px}._offering-detail_1cxbs_7037 ._dot-indent_1cxbs_301 p{color:#4d4c61}._offering-detail_1cxbs_7037._mine_1cxbs_7213{bottom:62px}._button-wrap_1cxbs_4666._mine_1cxbs_7213{display:flex;justify-content:space-between;gap:8px;width:440px;position:fixed;bottom:8px;right:8px;z-index:11}._button-wrap_1cxbs_4666._mine_1cxbs_7213 ._btn_1cxbs_509{flex:1;height:46px;font-size:16px;line-height:28px}._detail-box_1cxbs_7130._modify_1cxbs_6629 ._sub-txt_1cxbs_4799{margin-top:8px}._detail-box_1cxbs_7130._modify_1cxbs_6629 ._sub-txt_1cxbs_4799 i{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:sub}._detail-box_1cxbs_7130._brokerage_1cxbs_7246 ._btn_1cxbs_509{margin-left:auto}._detail-box_1cxbs_7130._comment_1cxbs_1935 ._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._column_1cxbs_4346._table-tit_1cxbs_4352{width:40px}._detail-box_1cxbs_7130._comment_1cxbs_1935 ._profile_1cxbs_921{margin-top:3px}._detail-box_1cxbs_7130._comment_1cxbs_1935 ._mem-name_1cxbs_947{line-height:20px;font-weight:500}._detail-box_1cxbs_7130._comment_1cxbs_1935 ._divide-box_1cxbs_813 span{font-size:12px;line-height:18px;color:#7a7a89}._detail-box_1cxbs_7130._comment_1cxbs_1935 ._comment-txt_1cxbs_7267{margin-top:8px;margin-bottom:12px}._detail-box_1cxbs_7130._comment_1cxbs_1935 ._delete-comment_1cxbs_7271{font-size:12px;line-height:18px;font-weight:500;color:#4d4c61}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602{margin-top:12px;padding:0;border:0}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._profile-photo_1cxbs_921{margin-top:4px;border-radius:12px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935{margin-top:0;border-top:1px solid #acacb4}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772{padding:7px 16px;border-radius:18px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772._on_1cxbs_446{border-radius:12px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935>._comment-write_1cxbs_1943{padding:12px 0}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093._origin_1cxbs_890{margin:0;padding:12px 8px;border-top:1px solid #dedfe5}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093._origin_1cxbs_890+._origin_1cxbs_890{border-top:0}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093._origin_1cxbs_890 ._comment_1cxbs_1935{background:none;padding:0}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935{width:100%;padding:8px 16px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093 ._comment_1cxbs_1935 ._txt_1cxbs_588{margin-top:0}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093{flex-wrap:wrap;margin:12px 0}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093:not(._reply_1cxbs_2098){border-bottom:1px solid #dedfe5}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._comment-list_1cxbs_2093._none_1cxbs_6928{padding:0 8px 12px;font-size:14px;line-height:20px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._info-detail_1cxbs_939{display:flex;flex-direction:column;align-items:flex-start;gap:2px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._info-detail_1cxbs_939 ._tag_1cxbs_935{padding:0 6px;font-family:Noto Sans KR;font-weight:400;vertical-align:bottom}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment-box_1cxbs_1935 ._info-detail_1cxbs_939 ._divide-box_1cxbs_813 p{font-size:12px;line-height:18px;color:#7a7a89}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._comment_1cxbs_1935 ._divide-box_1cxbs_813{margin-top:12px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._count-div_1cxbs_1616{padding-top:0;margin-top:16px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._tool-box_1cxbs_953{margin-left:auto}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._tool-box_1cxbs_953 ._tool-btn_1cxbs_970{width:16px;height:16px}._detail-box_1cxbs_7130 ._comm-item_1cxbs_1602 ._btn-comment_1cxbs_7363{font-size:12px;line-height:18px;font-weight:500}._modify-pop_1cxbs_7370 ._popup-content-wrap_1cxbs_1066{width:480px}._modify-pop_1cxbs_7370 ._popup-content_1cxbs_1066{text-align:unset}._modify-pop_1cxbs_7370 ._popup-content_1cxbs_1066 ._section_1cxbs_4521 ._sec-tit_1cxbs_3639{line-height:36px}._modify-pop_1cxbs_7370 ._popup-content_1cxbs_1066 ._textarea-div_1cxbs_772{padding-bottom:24px}._modify-pop_1cxbs_7370 ._popup-content_1cxbs_1066 ._textarea-div_1cxbs_772 textarea{min-height:60px}._modify-pop_1cxbs_7370 ._popup-content_1cxbs_1066 ._textarea-div_1cxbs_772 textarea::placeholder{color:#b6b6c2}._modify-pop_1cxbs_7370 ._popup-content_1cxbs_1066 ._textarea-div_1cxbs_772 ._byte_1cxbs_739{font-size:12px}._modify-confirm-pop_1cxbs_7393 ._popup-content-wrap_1cxbs_1066{width:480px}._modify-confirm-pop_1cxbs_7393 ._section_1cxbs_4521 ._sec-cont_1cxbs_3649._table-form_1cxbs_4564{padding:0 16px}._modify-confirm-pop_1cxbs_7393 ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575{align-items:flex-start}._modify-confirm-pop_1cxbs_7393 ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._tit_1cxbs_437{width:104px;padding:12px 0;flex-shrink:0}._modify-confirm-pop_1cxbs_7393 ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._col_1cxbs_4346{width:auto;padding:12px 0}._modify-confirm-pop_1cxbs_7393 ._table-form_1cxbs_4564 ._table-form-row_1cxbs_4575 ._custom-scroll_1cxbs_146{align-items:flex-start;max-height:60px;margin:12px -14px 12px 0;padding:0;overflow-y:scroll}._content_1cxbs_1092._regist-offerings_1cxbs_7420{width:1200px}._content_1cxbs_1092._regist-offerings_1cxbs_7420 ._btn-bring_1cxbs_7423{margin-left:auto;font-weight:500}._content_1cxbs_1092._regist-offerings_1cxbs_7420 ._btn-bring_1cxbs_7423 i{margin-right:4px}._single-section_1cxbs_7431{position:relative;display:table;width:100%;margin:16px auto 0;background-color:#fff;border-radius:12px}._single-section_1cxbs_7431 h2{padding:0;font-family:IBM Plex Sans KR;font-size:18px;font-weight:500;letter-spacing:-.05em}._single-section_1cxbs_7431 h2 span._comment_1cxbs_1935{display:inline-block;margin-left:16px;font-family:Noto Sans KR;font-weight:400;font-size:13px;letter-spacing:-.05em;color:#9393a3}._single-section_1cxbs_7431 ._ml-8_1cxbs_7455{margin-left:8px}._single-section_1cxbs_7431 ._ml-24_1cxbs_7459{margin-left:24px}._single-section_1cxbs_7431 ._divide-line_1cxbs_7462{display:inline-block;width:1px;height:24px;background:#dedfe5}._single-section_1cxbs_7431 ._guide_1cxbs_596{margin-top:8px;font-size:13px;line-height:19px;color:#9393a3}._single-section_1cxbs_7431 ._flex-box_1cxbs_5867{flex-wrap:wrap;gap:8px;min-width:380px;max-width:1000px}._single-section_1cxbs_7431 ._flex-box_1cxbs_5867>._flex-box_1cxbs_5867:not(:first-child){width:100%;padding-top:12px;border-top:1px solid #dedfe5}._single-section_1cxbs_7431 ._flex-box_1cxbs_5867._divide-flex_1cxbs_7485{flex-wrap:nowrap;justify-content:space-between;gap:32px}._single-section_1cxbs_7431 ._flex-box_1cxbs_5867._divide-flex_1cxbs_7485 ._flex-box_1cxbs_5867{min-width:unset}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493{padding:0 23px;margin-top:16px;margin-bottom:32px;border-radius:8px;border:1px solid #dedfe5;font-size:14px;line-height:20px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._sub-title_1cxbs_4462{display:block;width:136px;padding-top:8px;padding-left:8px;font-size:14px;font-weight:500;letter-spacing:-.05em;text-align:left}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._sub-title_1cxbs_4462._required_1cxbs_354:after{content:"*";margin-left:2px;color:#ff5959;font-size:14px;font-weight:600;font-family:IBM Plex Sans KR}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 input[type=checkbox]{position:absolute;clip:rect(0 0 0 0);width:0;height:0;overflow:hidden}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._textarea-div_1cxbs_772{height:120px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._textarea-div_1cxbs_772 textarea{min-height:80px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._radio-div_1cxbs_2250._hor_1cxbs_694 ._radio-box_1cxbs_2250:not(:last-child){margin-right:32px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._dashed_1cxbs_7536{border-style:dashed}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._comment_1cxbs_1935{font-size:12px;line-height:17px;color:#9393a3}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._info-input_1cxbs_7544{margin-top:0;padding:12px 0}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._info-input_1cxbs_7544:after{content:"";display:block;clear:both}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._info-input_1cxbs_7544>*{float:left;max-width:1016px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._info-input_1cxbs_7544 input{height:36px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._info-input_1cxbs_7544:not(:first-child){border-top:1px solid #dedfe5}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._input-wrap_1cxbs_7563{padding:0 8px;border-radius:6px;border:1px solid #dedfe5}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._input-wrap_1cxbs_7563._readonly_1cxbs_7568{background-color:#f8f8f9}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._input-wrap_1cxbs_7563 input{width:60px;padding:0;margin-right:12px;border:0;background:unset}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._text-wrap_1cxbs_7578{border:1px solid #dedfe5;border-radius:6px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._text-wrap_1cxbs_7578 input,._single-section_1cxbs_7431 ._text-wrap_1cxbs_7578 ._textarea-div_1cxbs_772{border-width:0}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._btn-switch_1cxbs_6941{padding:3px 6px;margin-left:8px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._btn-plus_1cxbs_7590 i{margin-right:6px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-wrap_1cxbs_7594 ._tab-menu-wrap_1cxbs_3020{margin-bottom:16px;display:flex;width:1016px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-wrap_1cxbs_7594 ._tab-menu-wrap_1cxbs_3020 ._btn-bring_1cxbs_7423{margin-left:auto}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250{width:132px;height:108px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250 ._label-info_1cxbs_1413{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;width:100%;height:100%;border-radius:6px;background-color:#f8f8f9}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250 ._label-info_1cxbs_1413 i{display:inline-block;width:48px;height:48px;background-repeat:no-repeat;background-position:center}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250 input:checked+._label-info_1cxbs_1413{background-color:#ff951a;color:#fff}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250 input:checked+._label-info_1cxbs_1413 i{filter:brightness(0) invert(1)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=아파트] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_apartment-7f6f229f.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=분양권] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_bunyang-fe1c281d.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=빌라] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_villa-cdef7047.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=원룸] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_oneroom-eac9a831.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=토지] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_land-1edb7ee5.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=건물] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_building-ed680ecb.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=오피스텔] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_building-ed680ecb.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label="빌라/연립"] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_rowhouse-93fefffd.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label="단독/다가구"] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_houses-9e38c686.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=재개발] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_develop-5c651318.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=사무실] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_office-e39e9c79.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=상가점포] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_market-a456956e.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label="공장/창고"] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_factory-17f9321f.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=지식산업센터] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_knowledge-3eabef22.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label="빌딩/건물"] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_building2-db547ffc.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=상가] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_store-2d4d2bd8.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label="숙박/콘도"] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_resort-406541bf.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=기타] ._label-info_1cxbs_1413 i{background-image:url(/assets/offering_etc-33db80cd.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-area_1cxbs_7602 ._radio-box_1cxbs_2250[aria-label=상가주택] ._label-info_1cxbs_1413 i{background-image:url(/assets/market-4e23aee3.svg)}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._type-more-area_1cxbs_7688{margin-top:16px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._price-txt_1cxbs_7692{font-weight:500;color:#ff7f0f}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._calendar-box_1cxbs_3400 ._calendar-link_1cxbs_3411{width:128px}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._calendar-box_1cxbs_3400 ._calendar-link_1cxbs_3411 i{opacity:.5}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._character_1cxbs_7702{position:absolute;right:8px;top:8px;font-size:12px;line-height:18px;color:#9393a3}._single-section_1cxbs_7431 ._info-basic_1cxbs_7493 ._textarea-div_1cxbs_772 ._byte_1cxbs_739{font-size:12px}._single-section_1cxbs_7431 ._select-box_1cxbs_3972 ._select-info_1cxbs_3975{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._single-section_1cxbs_7431 ._btn-wrap_1cxbs_1056{gap:16px}._single-section_1cxbs_7431 ._btn-wrap_1cxbs_1056 ._btn_1cxbs_509{width:120px;height:46px;font-size:16px}._building-regist-pop_1cxbs_7729 ._popup-content-wrap_1cxbs_1066{width:600px}._building-regist-pop_1cxbs_7729 ._popup-header_1cxbs_4751 ._p-title_1cxbs_4756 span{display:inline-block;padding:3px 7px;border-radius:12px;border:1px solid #ff5959;font-size:14px;line-height:16px;color:#ff5959}._building-regist-pop_1cxbs_7729 ._popup-content_1cxbs_1066{padding-top:0}._building-regist-pop_1cxbs_7729 ._custom-scroll_1cxbs_146{max-height:calc(100vh - 300px);padding-top:24px;overflow-y:scroll}._building-regist-pop_1cxbs_7729 ._info-text_1cxbs_7749{font-size:13px;line-height:19px;color:#7a7a89}._building-regist-pop_1cxbs_7729 ._step-box_1cxbs_7754{display:flex;align-items:center;height:56px;margin:16px 0;border-radius:6px;overflow:hidden}._building-regist-pop_1cxbs_7729 ._step-box_1cxbs_7754 p{position:relative;display:inline-flex;align-items:center;justify-content:center;width:50%;height:100%;background:#f0f0f3;text-align:center;font-family:IBM Plex Sans KR;font-size:16px;font-weight:500;color:#afaeba}._building-regist-pop_1cxbs_7729 ._step-box_1cxbs_7754 p:first-child{width:257px}._building-regist-pop_1cxbs_7729 ._step-box_1cxbs_7754 p:first-child:after{content:"";display:inline-block;width:56px;height:56px;background:#ff951a;transform:rotate(45deg) skew(10deg,10deg);position:absolute;right:-28px;z-index:1;border-radius:3px}._building-regist-pop_1cxbs_7729 ._step-box_1cxbs_7754 p:last-child{width:295px}._building-regist-pop_1cxbs_7729 ._step1_1cxbs_7794 ._step-box_1cxbs_7754 p:first-child,._building-regist-pop_1cxbs_7729 ._step2_1cxbs_7795 ._step-box_1cxbs_7754 p:last-child{background:#ff951a;color:#fff}._building-regist-pop_1cxbs_7729 ._step2_1cxbs_7795 ._step-box_1cxbs_7754 p:first-child:after{background:#f0f0f3}._building-regist-pop_1cxbs_7729 ._step-title_1cxbs_7802{margin-bottom:6px;font-family:IBM Plex Sans KR;font-size:16px;font-weight:500;line-height:24px;color:#41414f}._building-regist-pop_1cxbs_7729 ._form-wrap_1cxbs_7810{margin-top:12px;margin-bottom:16px;border-top:1px solid #acacb4;padding:0;overflow-y:unset}._building-regist-pop_1cxbs_7729 ._form-item_1cxbs_7817{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #dedfe5}._building-regist-pop_1cxbs_7729 ._form-item_1cxbs_7817 ._title_1cxbs_7825{display:inline-block;width:88px;font-size:14px;font-weight:500;color:#41414f}._building-regist-pop_1cxbs_7729 ._step1_1cxbs_7794 ._form-item_1cxbs_7817:first-child ._select-box_1cxbs_3972{width:400px}._building-regist-pop_1cxbs_7729 ._step1_1cxbs_7794 ._form-item_1cxbs_7817:nth-child(2) ._select-box_1cxbs_3972{width:216px}._building-regist-pop_1cxbs_7729 ._step2_1cxbs_7795 ._form-wrap_1cxbs_7810{margin-bottom:24px}._building-regist-pop_1cxbs_7729 ._step2_1cxbs_7795 ._form-wrap_1cxbs_7810:not(._area-info_1cxbs_7841) ._form-item_1cxbs_7817{justify-content:space-between}._building-regist-pop_1cxbs_7729 ._form-item_1cxbs_7817 p._address_1cxbs_1177{float:left;max-width:432px}._building-regist-pop_1cxbs_7729 ._area-info_1cxbs_7841 ._form-item_1cxbs_7817{padding:12px 0}._building-regist-pop_1cxbs_7729 ._area-info_1cxbs_7841 ._area_1cxbs_7841 input{width:96px;height:36px;padding:0 8px;border-radius:6px;border:1px solid #dedfe5}._building-regist-pop_1cxbs_7729 ._area-info_1cxbs_7841 ._condition_1cxbs_5166{color:#ff951a}._building-regist-pop_1cxbs_7729 ._warning-box_1cxbs_330{background-color:#f8f8f9}._building-regist-pop_1cxbs_7729 ._warning-box_1cxbs_330 ._warning-txt_1cxbs_336{font-weight:500}._building-regist-pop_1cxbs_7729 ._warning-box_1cxbs_330 ._dot-indent_1cxbs_301 p{font-size:13px;line-height:22px}._building-regist-pop_1cxbs_7729 ._warning-box_1cxbs_330 a{display:inline-block;padding:4px 8px;margin:0 3px;border-radius:4px;border:1px solid #dedfe5;background:#fff;font-size:11px;font-weight:500;line-height:16px;color:#7a7a89}._building-regist-pop_1cxbs_7729 ._warning-box_1cxbs_330 a:hover{border-color:#92929c}._building-regist-pop_1cxbs_7729 ._popup-button-wrap_1cxbs_4884{margin-top:32px;padding-bottom:0}._content_1cxbs_1092._community-list_1cxbs_7898{width:840px}._content_1cxbs_1092._community-list_1cxbs_7898 ._group-album_1cxbs_5255 ._group-list_1cxbs_1489{flex-wrap:wrap}._content_1cxbs_1092._community-list_1cxbs_7898 ._section_1cxbs_4521{margin-top:56px}._content_1cxbs_1092._community-list_1cxbs_7898 ._section_1cxbs_4521 ._section-title_1cxbs_7907{margin-bottom:24px;font-size:18px;line-height:26px;color:#41414f;font-weight:500}._content_1cxbs_1092._community-list_1cxbs_7898 ._section_1cxbs_4521 ._section-title_1cxbs_7907 ._btn-all_1cxbs_7914{padding:3px 8px;margin-left:16px;font-size:11px;line-height:16px;color:#4d4c61;border:1px solid #dedfe5;border-radius:4px;display:inline-block;vertical-align:middle}._content_1cxbs_1092._community-list_1cxbs_7898 ._sub-category-wrap_1cxbs_7925{margin-top:24px}._content_1cxbs_1092._community-list_1cxbs_7898 ._search-form_1cxbs_3534+._group-gallery_1cxbs_5191{margin-top:16px}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692{font-size:20px;line-height:30px}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._title-text_1cxbs_7937{color:#41414f;display:inline-block;font-family:IBM Plex Sans KR}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._title-text_1cxbs_7937._no-region_1cxbs_7942{color:#9393a3}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._tooltip-div_1cxbs_3832{padding-right:28px;margin-top:-2px}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._view-tooltip_1cxbs_3838{width:24px;height:24px;background:url(/assets/icon_modify-69ab2039.svg) center / cover no-repeat}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._tooltip-line_1cxbs_3898{top:17px;left:-18px;z-index:11}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._no-region_1cxbs_7942 ._view-tooltip_1cxbs_3838{width:24px;height:24px;background:url(/assets/icon_arrow_circle_right_org-4ebca0a7.svg) center / cover no-repeat}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._no-region_1cxbs_7942 ._tooltip-line_1cxbs_3898{right:-22px;left:unset}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._no-region_1cxbs_7942 ._tooltip-line_1cxbs_3898:before{left:unset;right:24px}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692 ._no-region_1cxbs_7942 ._tooltip-line_1cxbs_3898:after{left:unset;right:24px}._content_1cxbs_1092._community-region_1cxbs_7933 ._page-title_1cxbs_5692+._section_1cxbs_4521{margin-top:32px}._group-intro_1cxbs_7981{position:fixed;width:150px;top:88px}._group-intro_1cxbs_7981._pos-change_1cxbs_5931{position:absolute;top:unset;bottom:64px}._group-intro_1cxbs_7981 ._group-thumb_1cxbs_7991{width:150px;height:150px;border-radius:8px;border:1px solid #eaebf0;overflow:hidden}._group-intro_1cxbs_7981 ._group-thumb_1cxbs_7991 img{object-fit:cover}._group-intro_1cxbs_7981 ._group-title_1cxbs_8001{margin-top:16px;font-size:18px;line-height:26px;font-weight:700;color:#4d4c61}._group-intro_1cxbs_7981 ._group-info_1cxbs_5151{margin-top:8px;font-size:12px;line-height:12px}._group-intro_1cxbs_7981 ._group-info_1cxbs_5151 i{display:inline-block;width:14px;height:14px;margin-right:2px;vertical-align:middle}._group-intro_1cxbs_7981 ._group-detail_1cxbs_8020{margin-top:20px;font-size:12px;line-height:18px;color:#4d4c61}._group-intro_1cxbs_7981 ._group-leader_1cxbs_8026{margin-top:18px;font-size:12px;line-height:18px;color:#4d4c61}._group-intro_1cxbs_7981 ._btn-join_1cxbs_8032{display:inline-block;margin-top:16px}._group-intro_1cxbs_7981 ._btn-setting_1cxbs_8036{display:block;margin-top:8px;font-size:12px;line-height:18px;font-weight:500;color:#9393a3}._group-intro_1cxbs_7981 ._btn-setting_1cxbs_8036 i{margin-right:4px}._community-board-detail_1cxbs_8049._content_1cxbs_1092{width:640px;margin:0 auto}._community-board-detail_1cxbs_8049 ._noti-list-box_1cxbs_8053{padding:16px 24px;border:1px solid #dedfe5;border-radius:8px;margin-top:24px}._community-board-detail_1cxbs_8049 ._box-tit_1cxbs_8059{display:flex;align-items:center;font-size:15px;line-height:20px}._community-board-detail_1cxbs_8049 ._box-tit_1cxbs_8059 ._icon-loud_1cxbs_2833{width:16px;height:16px;margin-right:4px}._community-board-detail_1cxbs_8049 ._box-tit_1cxbs_8059 ._count_1cxbs_1616{margin-left:4px}._community-board-detail_1cxbs_8049 ._box-tit_1cxbs_8059 ._btn-more_1cxbs_8073{margin-left:auto;font-size:11px;line-height:16px;color:#4d4c61}._community-board-detail_1cxbs_8049 ._noti-list-box_1cxbs_8053 ._noti-list_1cxbs_8053{display:flex;font-size:14px;line-height:20px;align-items:center;padding:10px 0;margin-top:10px;border-top:1px solid #edeef2}._community-board-detail_1cxbs_8049 ._noti-list-box_1cxbs_8053 ._noti-list_1cxbs_8053:first-child{padding-top:0}._community-board-detail_1cxbs_8049 ._noti-list-box_1cxbs_8053 ._noti-list_1cxbs_8053:last-child{padding-bottom:0}._community-board-detail_1cxbs_8049 ._noti-list-box_1cxbs_8053 ._noti-list_1cxbs_8053 ._tag_1cxbs_935{margin-right:6px;flex-shrink:0}._community-board-detail_1cxbs_8049 ._write-div_1cxbs_1042{margin-top:24px}._community-board-detail_1cxbs_8049._community-all_1cxbs_8101 ._write-div_1cxbs_1042:first-child{margin-top:0}._community-board-detail_1cxbs_8049 ._sort-divide_1cxbs_833{margin-bottom:-18px;justify-content:flex-end}._community-board-detail_1cxbs_8049 ._floating-write_1cxbs_8108{display:none;width:46px;height:46px;padding:11px;border-radius:100%;box-shadow:0 5px 8px #00000012;top:112px;left:0;background:url(/assets/icon_write-03ccea71.svg) center / 24px no-repeat #fff}._community-board-detail_1cxbs_8049 ._floating-write_1cxbs_8108:hover{background-image:url(/assets/icon_write_org-20f9facc.svg)}._community-board-detail_1cxbs_8049 ._floating-write_1cxbs_8108:hover:after{content:"글쓰기";width:max-content;position:absolute;padding:6px 8px;font-size:12px;line-height:16px;font-weight:500;color:#fff;background:rgba(23,28,38,.7);border-radius:8px;left:50%;transform:translate(-50%,100%)}._community-board-detail_1cxbs_8049 ._floating-write_1cxbs_8108 i{width:24px;height:24px}._container_1cxbs_5675._bg-gray_1cxbs_8141{padding:48px 0 40px;background:#f8f8f9}._content_1cxbs_1092._make-community_1cxbs_8147{width:400px}._content_1cxbs_1092._make-community_1cxbs_8147 ._page-title_1cxbs_5692{font-size:22px;line-height:36px}._content_1cxbs_1092._make-community_1cxbs_8147 ._page-title_1cxbs_5692 ._co-org_1cxbs_290{margin-right:6px}._content_1cxbs_1092._make-community_1cxbs_8147 ._line-box_1cxbs_399{border-radius:16px;background-color:#fff}._content_1cxbs_1092._make-community_1cxbs_8147 ._line-box-disabled_1cxbs_8161{border-radius:16px;background-color:#41414f0d}._content_1cxbs_1092._make-community_1cxbs_8147 ._wh-bg-box_1cxbs_8165{padding:32px;border-radius:16px;background-color:#fff}._content_1cxbs_1092._make-community_1cxbs_8147 ._wh-bg-box_1cxbs_8165:not(:first-child){margin-top:24px}._content_1cxbs_1092._make-community_1cxbs_8147 ._flex-box_1cxbs_5867{justify-content:space-between;gap:16px}._content_1cxbs_1092._make-community_1cxbs_8147 ._flex-box_1cxbs_5867 ._make-item_1cxbs_8177 ._page-txt_1cxbs_5715{margin-top:16px}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177{position:relative;display:block;flex:1;margin-top:16px;padding:24px 16px;text-align:center}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177:not(._disabled_1cxbs_2428):hover{border-color:#ff951a;box-shadow:0 15px 30px -5px #0000001a}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177 i{display:inline-block;width:56px;height:56px;background-repeat:no-repeat;background-position:center}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177 i._icon-hobby_1cxbs_2872{background-image:url(/assets/icon_hobby-a0daa1b7.svg)}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177 i._icon-town_1cxbs_8202{background-image:url(/assets/icon_town-b07a9be7.svg)}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177 i._icon-share-offering_1cxbs_2875{background-image:url(/assets/icon_share_offering-563eaee6.svg)}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177 ._flex-box_1cxbs_5867{justify-content:center}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177 ._tooltip-div_1cxbs_3832{position:absolute;top:0}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177:hover ._tooltip-div_1cxbs_3832 ._tooltip_1cxbs_3819{display:block;line-height:18px;font-weight:500}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177._disabled_1cxbs_2428{border-color:#f8f8f9;background-color:#f8f8f9;pointer-events:none}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177._disabled_1cxbs_2428 i{opacity:.6}._content_1cxbs_1092._make-community_1cxbs_8147 ._make-item_1cxbs_8177._disabled_1cxbs_2428 ._page-txt_1cxbs_5715{color:#9393a3}._content_1cxbs_1092._make-community_1cxbs_8147 ._category-tab_1cxbs_3122 ._btn_1cxbs_509{min-width:unset}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234{width:640px}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._radio-div_1cxbs_2250{border:1px solid #dedfe5;border-radius:6px}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._radio-div_1cxbs_2250 ._list_1cxbs_1495{flex:1;padding:12px;border-left:1px solid #e5e5e5}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._radio-div_1cxbs_2250 ._list_1cxbs_1495:first-child{border-left:0}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._radio-div_1cxbs_2250 ._list_1cxbs_1495 ._tit_1cxbs_437{font-weight:400}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._radio-div_1cxbs_2250 ._list_1cxbs_1495 ._txt_1cxbs_588{margin-top:0}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._list-tit_1cxbs_2979+._radio-div_1cxbs_2250{margin-bottom:12px}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._gray-box_1cxbs_406{padding:8px}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413,._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413{padding-left:24px}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:before{top:2px}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:after{top:2px}._content_1cxbs_1092._make-community_1cxbs_8147._group-setting_1cxbs_8234 ._radio-div_1cxbs_2250 ._check-box-div_1cxbs_325 ._list_1cxbs_1495 ._txt_1cxbs_588{margin-top:4px}._group-setting_1cxbs_8234 ._section_1cxbs_4521._wh-bg-box_1cxbs_8165{padding:16px 24px;border:1px solid #dedfe5}._group-setting_1cxbs_8234 ._section_1cxbs_4521._wh-bg-box_1cxbs_8165 ._list_1cxbs_1495{border-top:0}._group-setting_1cxbs_8234 ._section_1cxbs_4521+._section_1cxbs_4521{margin-top:24px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._section-title_1cxbs_7907{font-size:16px;line-height:24px;color:#41414f;font-weight:500;margin-bottom:8px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._section-title_1cxbs_7907 [class*=btn]{width:24px;height:24px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._line-box_1cxbs_399{padding:16px 24px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495{padding:12px 0;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eaebf0;flex-wrap:wrap}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495:first-child{padding-top:0;border-top:none}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495:last-child{padding-bottom:0}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495._border-none_1cxbs_166{padding-top:0}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list-tit_1cxbs_2979:not(:first-child){margin-top:12px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._tit_1cxbs_437,._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list-tit_1cxbs_2979{font-size:14px;line-height:20px;color:#4d4c61;font-weight:500}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 strong{font-weight:500}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._txt_1cxbs_588{margin-top:4px;font-size:12px;line-height:16px;color:#9393a3}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._cont_1cxbs_1092._category-tab_1cxbs_3122,._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._cont_1cxbs_1092._tag-div_1cxbs_952,._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._cont_1cxbs_1092._textarea-div_1cxbs_772,._group-setting_1cxbs_8234 ._list-tit_1cxbs_2979+._radio-div_1cxbs_2250{margin-top:8px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._cont_1cxbs_1092._tag-div_1cxbs_952 ._tag_1cxbs_935{padding:3px 12px;height:28px;font-size:14px;line-height:20px;font-family:Noto Sans KR}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._textarea-div_1cxbs_772{height:200px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._textarea-div_1cxbs_772 textarea{max-height:150px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._textarea-div_1cxbs_772._w100p_1cxbs_232{margin-top:16px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._btn_1cxbs_509{position:relative}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._btn_1cxbs_509:hover ._tooltip_1cxbs_3819{display:block;top:3px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._tooltip-div_1cxbs_3832{position:absolute;top:0;left:50%;transform:translate(-50%)}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._list_1cxbs_1495 ._tit_1cxbs_437+._input-area_1cxbs_441{margin-top:8px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._gray-box_1cxbs_406{margin-top:12px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._radio-box_1cxbs_2250._d-flex_1cxbs_8378{align-items:center}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._radio-box_1cxbs_2250 ._left_1cxbs_6769,._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._d-flex_1cxbs_8378 ._left_1cxbs_6769{width:calc(100% - 20px);padding-right:8px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._radio-box_1cxbs_2250 ._right_1cxbs_8386,._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._d-flex_1cxbs_8378 ._right_1cxbs_8386{width:20px}._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413,._group-setting_1cxbs_8234 ._section_1cxbs_4521 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413{padding-left:20px;display:unset}._group-setting_1cxbs_8234 ._section_1cxbs_4521+._btn-wrap_1cxbs_1056{margin-top:32px}._group-setting_1cxbs_8234 ._section_1cxbs_4521+._btn-wrap_1cxbs_1056 ._btn_1cxbs_509{width:104px}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._cont-box_1cxbs_8402{display:flex;gap:24px;margin-top:8px}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437{display:flex;align-items:center}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437 ._info_1cxbs_939{margin-left:auto;display:flex;gap:8px;align-items:center}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437 ._info_1cxbs_939 p{color:#9393a3}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437 ._info_1cxbs_939 p strong{color:#4d4c61}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437 ._info_1cxbs_939 ._btn-wrap_1cxbs_1056{display:flex;gap:4px}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437 ._info_1cxbs_939 ._btn-wrap_1cxbs_1056 ._btn_1cxbs_509{padding:3px;width:24px;height:24px}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437 ._info_1cxbs_939 ._btn-wrap_1cxbs_1056 ._btn_1cxbs_509 ._disabled_1cxbs_2428{padding:3px;width:24px;height:24px;opacity:.2}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437 ._info_1cxbs_939 ._btn-wrap_1cxbs_1056 ._btn_1cxbs_509 i._icon-arrow_1cxbs_2758{margin-top:0;vertical-align:unset}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._tit_1cxbs_437+._cont_1cxbs_1092{margin-top:8px}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._selected-img_1cxbs_8445{width:244px;height:244px;border-radius:8px;background:#fafafa;overflow:hidden}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._selected-img_1cxbs_8445 img{width:244px;height:244px;object-fit:cover}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._img-box-wrap_1cxbs_8457{display:flex;gap:8px;flex-wrap:wrap}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._img-box-wrap_1cxbs_8457 ._btn-select-img_1cxbs_8462{cursor:pointer;display:flex;font-size:12px;line-height:20px;color:#9393a3;flex-direction:column;justify-content:center;align-items:center;background:#fafafa;border:none}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._img-box-wrap_1cxbs_8457 ._btn-select-img_1cxbs_8462 i{opacity:.4;margin-bottom:4px}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._img-box-wrap_1cxbs_8457 ._btn-select-img_1cxbs_8462 input{display:none}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._img-box-wrap_1cxbs_8457>*{width:102px;height:102px;border-radius:8px;overflow:hidden;border:1px solid #eaebf0}._group-setting_1cxbs_8234 ._img-select-wrap_1cxbs_8402 ._img-box-wrap_1cxbs_8457>a img{width:102px;height:102px;object-fit:cover;object-position:center}._group-setting_1cxbs_8234 ._give-question_1cxbs_8494 ._textarea-div_1cxbs_772{display:none}._group-setting_1cxbs_8234 ._member-list_1cxbs_8497 ._line-box_1cxbs_399{padding:0 0 16px}._group-setting_1cxbs_8234 ._member-list_1cxbs_8497 ._list-wrap_1cxbs_6657{padding:24px 24px 0}._group-setting_1cxbs_8234 ._member-list_1cxbs_8497 ._list-wrap_1cxbs_6657 ._tit_1cxbs_437{font-size:14px;line-height:20px;font-weight:500;color:#4d4c61}._group-setting_1cxbs_8234 ._member-list_1cxbs_8497 ._list_1cxbs_1495{padding:12px 16px!important;border:1px solid #eaebf0!important;border-radius:20px;margin-top:8px;column-gap:8px;row-gap:0;align-items:flex-start}._group-setting_1cxbs_8234 ._member-list_1cxbs_8497 ._list_1cxbs_1495 ._txt_1cxbs_588{width:100%;margin-top:0;line-height:20px;color:#7a7a89}._group-setting_1cxbs_8234 ._member-list_1cxbs_8497 ._list_1cxbs_1495 ._detail-right_1cxbs_930{align-self:center}._group-setting_1cxbs_8234 ._posting-list_1cxbs_8528 ._tit_1cxbs_437{font-size:14px;line-height:20px;font-weight:500;color:#4d4c61}._group-setting_1cxbs_8234 ._posting-list_1cxbs_8528 ._list-wrap_1cxbs_6657 ._comm-item_1cxbs_1602:first-child{margin-top:16px}._group-setting_1cxbs_8234 ._posting-list_1cxbs_8528 ._comm-item_1cxbs_1602._reply_1cxbs_2098{padding-left:40px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left 8px top 28px / 24px no-repeat}._quit-mem-pop_1cxbs_8543 ._popup-content-wrap_1cxbs_1066,._delete-group-pop_1cxbs_8548 ._popup-content-wrap_1cxbs_1066,._change-group-status-pop_1cxbs_8553 ._popup-content-wrap_1cxbs_1066{width:400px}._change-group-status-pop_1cxbs_8553 ._dot-indent_1cxbs_301 p{color:#4d4c61}._penalty-pop_1cxbs_8561 ._popup-content-wrap_1cxbs_1066{width:360px}._penalty-pop_1cxbs_8561 ._section_1cxbs_4521 ._sec-tit_1cxbs_3639{padding:8px 0;font-family:Noto Sans KR}._penalty-pop_1cxbs_8561 ._date-range-wrap_1cxbs_8568{position:relative}._penalty-pop_1cxbs_8561 ._date-range-wrap_1cxbs_8568 ._daterangepicker_1cxbs_8571{width:624px}#_penaltyCancel_1cxbs_1{border-color:#ff5959;color:#ff5959;background-color:#fff}._setting-join-condition-pop_1cxbs_8583 ._popup-content-wrap_1cxbs_1066{width:400px}._setting-join-condition-pop_1cxbs_8583 ._section_1cxbs_4521:first-child{margin-top:0}._setting-join-condition-pop_1cxbs_8583 ._section_1cxbs_4521 ._sec-tit_1cxbs_3639{font-family:Noto Sans KR}._setting-join-condition-pop_1cxbs_8583 ._section_1cxbs_4521 ._sec-cont_1cxbs_3649{padding:0;margin-top:8px}._setting-category-pop_1cxbs_8598 ._custom-scroll_1cxbs_146{max-height:calc(100vh - 260px);overflow-y:overlay}._setting-category-pop_1cxbs_8598 ._category-tab_1cxbs_3122{display:block}._setting-category-pop_1cxbs_8598 ._section_1cxbs_4521:first-child{margin-top:0}._setting-category-pop_1cxbs_8598 ._section_1cxbs_4521 ._sec-tit_1cxbs_3639{font-family:Noto Sans KR}._setting-category-pop_1cxbs_8598 ._section_1cxbs_4521 ._sec-cont_1cxbs_3649{display:flex;gap:8px;flex-wrap:wrap;padding:0;margin-top:8px}._setting-region-pop_1cxbs_1547 ._popup-content-wrap_1cxbs_1066{width:400px}._setting-region-pop_1cxbs_1547 ._search-form_1cxbs_3534{margin-top:0}._setting-region-pop_1cxbs_1547 ._search-keyword-div_1cxbs_4644 ._search-keyword-list_1cxbs_8627{padding:8px 16px 8px 34px;background:url(/assets/icon_spot-fb292b54.svg) left 16px center / 16px no-repeat}._content_1cxbs_1092._search-result_1cxbs_8634{width:840px}._content_1cxbs_1092._search-result_1cxbs_8634 ._page-title_1cxbs_5692{padding:12px 0;margin-bottom:0;border-bottom:1px solid #dedfe5;font-weight:500;font-family:Noto Sans KR}._content_1cxbs_1092._search-result_1cxbs_8634 ._tab-menu-wrap_1cxbs_3020{display:flex;margin-top:24px}._content_1cxbs_1092._search-result_1cxbs_8634 ._tab-menu-wrap_1cxbs_3020 ._select-div_1cxbs_1077{margin-left:auto;width:112px}._content_1cxbs_1092._search-result_1cxbs_8634 ._section_1cxbs_4521{margin-top:16px}._content_1cxbs_1092._search-result_1cxbs_8634 ._no-data_1cxbs_4063{font-weight:500}._content_1cxbs_1092._search-result_1cxbs_8634 ._no-data_1cxbs_4063:before{background-image:url(/assets/icon_search_circle-f4a87178.svg)}._community-board-detail_1cxbs_8049._search-result_1cxbs_8634 ._page-title_1cxbs_5692{margin-top:12px}._community-board-detail_1cxbs_8049._search-result_1cxbs_8634 ._search-form_1cxbs_3534{width:100%;margin-top:16px;z-index:2}._community-board-detail_1cxbs_8049._content_1cxbs_1092._search-result_1cxbs_8634 ._tab-menu-wrap_1cxbs_3020{margin-top:0}._realtor-pop_1cxbs_8675{position:fixed;bottom:24px;right:24px;width:300px;height:300px;border-radius:12px;background:rgba(255,255,255,.7);box-shadow:0 25px 35px -10px #0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._realtor-pop_1cxbs_8675._pos-change_1cxbs_5931{position:absolute;bottom:24px}._realtor-pop_1cxbs_8675 ._popup-wrap_1cxbs_8690{position:relative}._realtor-pop_1cxbs_8675 ._popup-wrap_1cxbs_8690 ._popup-link_1cxbs_8693{position:absolute;top:0;left:0}._realtor-pop_1cxbs_8675 ._popup-wrap_1cxbs_8690 ._popup-link_1cxbs_8693 img{object-fit:contain}._realtor-pop_1cxbs_8675 ._popup-wrap_1cxbs_8690 ._close_1cxbs_2994{position:absolute;top:12px;right:12px;width:24px;height:24px;background:url(/assets/icon_xbtn-235419bd.svg) center / cover no-repeat}._search-form_1cxbs_3534{position:relative}._search-keyword-div_1cxbs_4644{display:none;position:absolute;width:100%;padding:16px 0;margin-top:4px;border:1px solid #dedfe5;background:#fff;box-shadow:0 15px 30px -5px #0000001a;border-radius:12px}._search-keyword-div_1cxbs_4644 ._search-keyword-wrap_1cxbs_4647{overflow-y:overlay;max-height:308px}._search-keyword-div_1cxbs_4644 ._search-keyword-wrap-div_1cxbs_8729{overflow-y:overlay;max-height:250px}._search-keyword-div_1cxbs_4644 ._search-keyword-list_1cxbs_8627{display:flex;padding:8px 24px;justify-content:space-between}._search-keyword-div_1cxbs_4644 ._search-keyword-list_1cxbs_8627:hover{background-color:#f8f8f9}._search-keyword-div_1cxbs_4644 ._search-keyword-list_1cxbs_8627 ._keyword_1cxbs_8741{font-size:14px;line-height:20px;color:#4d4c61}._search-keyword-div_1cxbs_4644 ._all-delete-btn_1cxbs_8747{float:right;padding:8px 24px;margin-top:8px;color:#7a7a89}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755{padding-top:160px;text-align:center}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._tit_1cxbs_437{font-size:16px;line-height:24px;color:#4d4c61;font-weight:500}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._tit_1cxbs_437:before{content:"";display:block;width:56px;height:56px;margin:0 auto 16px;background:url(/assets/icon_invite-7aa078d4.svg) center / cover no-repeat}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._btn-section_1cxbs_4087{display:flex;justify-content:center;margin-top:64px}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._btn-section_1cxbs_4087 ._btn_1cxbs_509 i{margin-left:6px}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._link-section_1cxbs_1454{position:relative;width:352px;margin:32px auto 0}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._url-copy_1cxbs_1459{display:flex;gap:26px;align-items:center;justify-content:space-between;padding:9px 12px;background-color:#f8f8f9;border-radius:8px}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._url-copy_1cxbs_1459 input[type=text]{width:218px;height:23px;font-size:16px;letter-spacing:-.05em;white-space:nowrap;text-overflow:ellipsis;border:none}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._url-copy_1cxbs_1459 ._btn-copy_1cxbs_1477{width:84px;padding:3px 6px}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._btn-share-kakao_1cxbs_8808{display:block;margin-top:8px;background:#fae609;border-color:#fae609;color:#41414f}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755 ._btn-share-kakao_1cxbs_8808 i{margin-right:8px}._group-invite_1cxbs_8755 ._invite-section_1cxbs_8755+._toast-pop_1cxbs_5087{bottom:122px;left:520px}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755{padding-top:160px;text-align:center;margin-bottom:100px}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._tit_1cxbs_437,._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._title_1cxbs_7825{font-size:16px;line-height:24px;color:#4d4c61;font-weight:500}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._tit_1cxbs_437:before{content:"";display:block;width:56px;height:56px;margin:0 auto 16px;background:url(/assets/Lock-4e7b9b5a.svg) center / cover no-repeat}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._btn-section_1cxbs_4087{display:flex;justify-content:center;margin-top:64px}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._btn-section_1cxbs_4087 ._btn_1cxbs_509 i{margin-left:6px}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._link-section_1cxbs_1454{position:relative;width:352px;margin:32px auto 0}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._url-copy_1cxbs_1459{display:flex;gap:26px;align-items:center;justify-content:space-between;padding:9px 12px;background-color:#f8f8f9;border-radius:8px}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._url-copy_1cxbs_1459 input[type=text]{width:218px;height:23px;font-size:16px;letter-spacing:-.05em;white-space:nowrap;text-overflow:ellipsis;border:none}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._url-copy_1cxbs_1459 ._btn-copy_1cxbs_1477{width:84px;padding:3px 6px}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._btn-share-kakao_1cxbs_8808{display:block;margin-top:8px;background:#fae609;border-color:#fae609;color:#41414f}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755 ._btn-share-kakao_1cxbs_8808 i{margin-right:8px}._group-join_1cxbs_8824 ._invite-section_1cxbs_8755+._toast-pop_1cxbs_5087{bottom:122px;left:520px}._content_1cxbs_1092._board-notice_1cxbs_8900 ._page-title_1cxbs_5692{padding:12px 0;margin-bottom:0;border-bottom:1px solid #dedfe5;font-size:14px;line-height:20px;font-weight:500;font-family:Noto Sans KR}._group-private_1cxbs_8911 ._section_1cxbs_4521{padding-top:160px;text-align:center}._group-private_1cxbs_8911 ._section_1cxbs_4521 ._tit_1cxbs_437{font-size:16px;line-height:24px;color:#4d4c61;font-weight:500}._group-private_1cxbs_8911 ._section_1cxbs_4521 ._tit_1cxbs_437:before{content:"";display:block;width:56px;height:56px;margin:0 auto 16px;background:url(/assets/icon_private-7c43508a.svg) center / cover no-repeat}._group-private_1cxbs_8911 ._section_1cxbs_4521 ._btn-section_1cxbs_4087{display:flex;justify-content:center;margin-top:64px}._group-private_1cxbs_8911 ._section_1cxbs_4521 ._btn-section_1cxbs_4087 ._btn_1cxbs_509 i{margin-left:6px}._join-group-pop_1cxbs_8939 ._popup-content-wrap_1cxbs_1066{width:400px}._content_1cxbs_1092._search-result_1cxbs_8634._community-memeber_1cxbs_8944{width:640px}._community-memeber_1cxbs_8944 ._search-form_1cxbs_3534+._page-title_1cxbs_5692{margin-top:24px}._page-title_1cxbs_5692+._mem-list-wrap_1cxbs_6398{margin-top:16px}._mem-list-wrap_1cxbs_6398{display:flex;flex-direction:column;gap:8px}._mem-list-wrap_1cxbs_6398 ._list_1cxbs_1495{padding:12px 16px;border:1px solid #eaebf0;border-radius:20px}._mem-list-wrap_1cxbs_6398 ._mem-info-detail_1cxbs_916 ._profile-photo_1cxbs_921{margin-top:0}._mem-list-wrap_1cxbs_6398 ._mem-info-detail_1cxbs_916 ._btn-div_1cxbs_6244{margin-left:auto;display:flex;gap:8px}._mem-list-wrap_1cxbs_6398 ._mem-info-detail_1cxbs_916 ._btn-div_1cxbs_6244 ._btn_1cxbs_509._sm_1cxbs_1678 i{margin-right:2px}._mem-list-wrap_1cxbs_6398 ._mem-info-detail_1cxbs_916 ._btn-div_1cxbs_6244 ._setting-btn_1cxbs_977 i{width:24px;height:24px}._mem-list-wrap_1cxbs_6398 ._respond-div_1cxbs_8978{margin-top:12px;padding:12px 12px 0 40px;border-top:1px solid #eaebf0}._mem-list-wrap_1cxbs_6398 ._respond-div_1cxbs_8978 ._txt-box_1cxbs_8983{display:inline-block;padding:6px 12px;border-radius:3px 16px 16px;background:#f0f7ff}._mem-list-wrap_1cxbs_6398 ._respond-div_1cxbs_8978 ._txt-box_1cxbs_8983 ._txt_1cxbs_588{font-size:14px;line-height:20px;color:#417be6}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996{width:280px;display:none}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._custom-scroll_1cxbs_146{max-height:calc(100vh - 115px)}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._line-box_1cxbs_399{padding:12px}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._mem-info-detail_1cxbs_916 ._info-detail_1cxbs_939{display:flex;flex-direction:column;gap:6px}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._mem-info-detail_1cxbs_916 ._mem-grade_1cxbs_869{flex-shrink:0}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._mem-info-detail_1cxbs_916 ._profile-photo_1cxbs_921{margin-top:0;width:48px;height:48px;background-size:26px}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._mem-info-detail_1cxbs_916 ._tag_1cxbs_935{font-size:10px;line-height:18px;padding:0 8px}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._gage-div_1cxbs_6257+._table-wrap_1cxbs_1556{margin-top:12px}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339{border-top:0}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._table-row_1cxbs_4342:last-child ._column_1cxbs_4346{border-bottom:none}._side-fixed-layer_1cxbs_5027._profile-layer_1cxbs_8996 ._table-wrap_1cxbs_1556 ._line-table_1cxbs_4339 ._column_1cxbs_4346._table-tit_1cxbs_4352{width:72px}._simple-footer_1cxbs_9039{padding-bottom:40px;background-color:#f8f8f9;text-align:center}._simple-footer_1cxbs_9039._bg-white_1cxbs_9044{background-color:#fff}._simple-footer_1cxbs_9039 ._footer-link_1cxbs_9047{display:flex;align-items:center;justify-content:center;gap:24px}._simple-footer_1cxbs_9039 ._footer-link_1cxbs_9047 a{font-size:12px;line-height:18px;font-weight:500;color:#7a7a89}._simple-footer_1cxbs_9039 ._footer-copy_1cxbs_9059{margin-top:8px}._simple-footer_1cxbs_9039 ._footer-copy_1cxbs_9059 p{font-size:10px;line-height:20px;color:#7a7a89}._real-estate_1cxbs_9068{width:520px;margin:40px auto 24px;min-height:calc(100vh - 334px)}._real-estate_1cxbs_9068 ._mt40_1cxbs_9073{margin-top:40px}._real-estate_1cxbs_9068 ._logo_1cxbs_3367{width:108px;height:29px;margin:0 auto 16px;background:url(/assets/logo-59291302.svg) no-repeat center left / contain}._real-estate_1cxbs_9068 ._page-title_1cxbs_5692{display:block;margin-bottom:0;font-size:28px;line-height:42px;color:#25252b}._real-estate_1cxbs_9068 ._page-title_1cxbs_5692 ._logo-aipartner_1cxbs_9089{display:inline-block;width:39px;height:26px;margin-right:4px;margin-top:-2px;background:url(/assets/logo_aipartner-26762c54.svg) no-repeat center left / cover;vertical-align:middle}._real-estate_1cxbs_9068 ._page-txt_1cxbs_5715{margin-top:8px;font-size:14px;color:#3f3f4a}._real-estate_1cxbs_9068 ._con-box_1cxbs_9103{margin-top:32px;padding:64px 80px;border-radius:16px;background-color:#fff}._real-estate_1cxbs_9068 ._con-tit_1cxbs_9109,._real-estate_1cxbs_9068 ._con-tit_1cxbs_9109 b{font-family:IBM Plex Sans KR;font-size:20px;font-weight:400;line-height:30px}._real-estate_1cxbs_9068 ._con-tit_1cxbs_9109 b,._real-estate_1cxbs_9068 ._con-txt_1cxbs_9117 b{font-weight:600}._real-estate_1cxbs_9068 ._con-txt_1cxbs_9117{margin-top:8px;font-family:IBM Plex Sans KR;font-size:16px;line-height:24px}._real-estate_1cxbs_9068 ._con-txt_1cxbs_9117 span,._real-estate_1cxbs_9068 ._con-txt_1cxbs_9117 b{font-family:IBM Plex Sans KR}._real-estate_1cxbs_9068 ._icon-wrap_1cxbs_9130 i{display:inline-block;width:56px;height:56px}._real-estate_1cxbs_9068 ._icon-wrap_1cxbs_9130 i._icon_doc_chk_1cxbs_9135{background:url(/assets/icon_doc_chk-e4be5a44.svg) no-repeat center}._real-estate_1cxbs_9068 ._icon-wrap_1cxbs_9130 i._icon_doc_ing_1cxbs_9138{background:url(/assets/icon_doc_ing-fa9dba5c.svg) no-repeat center}._real-estate_1cxbs_9068 ._gray-box_1cxbs_406{margin-top:16px;padding:16px;border-radius:12px}._real-estate_1cxbs_9068 ._button-wrap_1cxbs_4666{display:flex;justify-content:space-between;gap:16px;margin-top:16px}._real-estate_1cxbs_9068 ._button-wrap_1cxbs_4666 ._btn_1cxbs_509{font-family:IBM Plex Sans KR;flex:1;padding:13px 24px;border-radius:12px}._real-estate_1cxbs_9068 ._button-wrap_1cxbs_4666._half_1cxbs_9158 ._btn_1cxbs_509{width:172px}._real-estate_1cxbs_9068 ._info-txt_1cxbs_2916{margin:16px 9.5px 0;color:#7a7a89}._real-estate_1cxbs_9068 ._gray-box_1cxbs_406 ._user-id_1cxbs_9166{margin-top:8px;font-family:IBM Plex Sans KR;font-size:20px;line-height:30px;font-weight:600}._real-estate_1cxbs_9068 ._gray-box_1cxbs_406 ._date_1cxbs_3524{font-size:12px;line-height:18px;color:#7a7a89}._real-estate_1cxbs_9068 ._con-box_1cxbs_9103 ._guide-txt_1cxbs_1105{margin-top:16px;font-size:14px;line-height:20px;color:#7a7a89}._real-estate_1cxbs_9068 ._con-box_1cxbs_9103 ._btn-certify_1cxbs_9184{margin-left:8px;padding:4px 8px;color:#417be6}._real-estate_1cxbs_9068 ._con-box_1cxbs_9103 ._btn-certify_1cxbs_9184:hover{background:#f8f8f9;border-radius:4px}._real-estate_1cxbs_9068 ._table-form_1cxbs_4564{margin-top:16px;border-radius:8px;border:1px solid #dedfe5;overflow:hidden}._real-estate_1cxbs_9068 ._table-form_1cxbs_4564 ._row_1cxbs_9200{display:flex;align-items:stretch;border-bottom:1px solid #dedfe5;font-size:14px;line-height:20px}._real-estate_1cxbs_9068 ._table-form_1cxbs_4564 ._row_1cxbs_9200:last-child{border-bottom:0}._real-estate_1cxbs_9068 ._table-form_1cxbs_4564 ._row_1cxbs_9200 ._col-th_1cxbs_9210{width:104px;padding:16px;background-color:#f8f8f9;font-weight:500;text-align:left}._real-estate_1cxbs_9068 ._table-form_1cxbs_4564 ._row_1cxbs_9200 ._col-td_1cxbs_9217{flex:1;padding:16px}._real-estate_1cxbs_9068 ._input-form_1cxbs_437{margin-top:16px}._real-estate_1cxbs_9068 ._input-form_1cxbs_437 ._input-area_1cxbs_441 input{padding:0 16px;font-family:IBM Plex Sans KR;font-size:16px}._real-estate_1cxbs_9068 ._input-form_1cxbs_437 ._input-area_1cxbs_441 input:read-only{border-color:#f8f8f9}._real-estate_1cxbs_9068 ._input-form_1cxbs_437 ._input-area_1cxbs_441 input::placeholder{font-size:16px;color:#b6b6c2}._real-estate_1cxbs_9068 ._input-form_1cxbs_437 ._success-txt_1cxbs_9237{margin-top:4px;padding:0 8px;font-size:11px;line-height:18px;color:#14ba85}._real-estate_1cxbs_9068 ._input-form_1cxbs_437._error_1cxbs_602 ._txt_1cxbs_588{margin-top:4px;padding:0 8px}._real-estate_1cxbs_9068 ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._tit_1cxbs_437+._input-area_1cxbs_441{margin-top:4px}._real-estate_1cxbs_9068 ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._btn_1cxbs_509{width:64px;font-family:IBM Plex Sans KR;font-size:16px;color:#4d4c61}._real-estate_1cxbs_9068 ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 ._btn_1cxbs_509:before{right:64px}._real-estate_1cxbs_9068 ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509 input{padding-right:80px}._real-estate_1cxbs_9068 ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441._btn-has_1cxbs_509._clear-has_1cxbs_449 ._delete_1cxbs_449{top:16px;right:80px;width:24px;height:24px;background:url(/assets/icon_xmark_fill-0fe2fb95.svg) no-repeat center}._real-estate_1cxbs_9068 ._estate-link_1cxbs_9271{margin-top:40px;gap:40px;align-items:stretch;justify-content:center}._real-estate_1cxbs_9068 ._sel-box_1cxbs_9277{width:240px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;border-radius:16px;background-color:#fff}._real-estate_1cxbs_9068 ._sel-box_1cxbs_9277:hover{box-shadow:0 15px 30px -5px #0000001a,0 0 0 1px #ff951a inset}._real-estate_1cxbs_9068 ._sel-box_1cxbs_9277 ._icon-certify_1cxbs_9290{width:56px;height:56px;background:url(/assets/icon_doc_chk-e4be5a44.svg) no-repeat center / contain}._real-estate_1cxbs_9068 ._sel-box_1cxbs_9277 ._logo-aipartner_1cxbs_9089{width:90px;height:56px;background:url(/assets/logo_aipartner-26762c54.svg) no-repeat center / contain}._real-estate_1cxbs_9068 ._sel-box_1cxbs_9277 p{word-break:keep-all}._real-estate_1cxbs_9068 ._sel-box_1cxbs_9277 ._tooltip_1cxbs_3819{top:10px;border-radius:8px;border-color:#dedfe5;line-height:17px;text-align:center;color:#4d4c61}._real-estate_1cxbs_9068 ._sel-box_1cxbs_9277 ._tooltip_1cxbs_3819:after{border-top-color:#dedfe5}._real-estate_1cxbs_9068 ._sel-box_1cxbs_9277 ._tooltip_1cxbs_3819:before{left:50%;transform:translate(-50%)}._content_1cxbs_1092._terms_1cxbs_9320{width:1128px;min-height:calc(100vh - 236px)}._content_1cxbs_1092._terms_1cxbs_9320 ._page-title_1cxbs_5692{font-size:24px;line-height:36px;font-weight:600}._content_1cxbs_1092._terms_1cxbs_9320 ._tab-menu-wrap_1cxbs_3020 a{height:46px;font-size:16px;padding:10px 20px}._content_1cxbs_1092._terms_1cxbs_9320 ._line-box_1cxbs_399{margin-top:16px;border-radius:12px;padding:24px}._content_1cxbs_1092._terms_1cxbs_9320 ._line-box_1cxbs_399 ._title_1cxbs_7825{padding-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:20px;line-height:30px;font-weight:500;color:#41414f;font-family:IBM Plex Sans KR;border-bottom:1px solid #acacb4}._content_1cxbs_1092._terms_1cxbs_9320 ._line-box_1cxbs_399 ._title_1cxbs_7825 ._sub-txt_1cxbs_4799{font-size:14px;line-height:20px;color:#7a7a89;font-family:Noto Sans KR}._content_1cxbs_1092._terms_1cxbs_9320 ._line-box_1cxbs_399 section{margin-top:40px;color:#4d4c61}._content_1cxbs_1092._terms_1cxbs_9320 ._line-box_1cxbs_399 section ._tit_1cxbs_437{font-size:14px;line-height:20px;font-weight:500}._content_1cxbs_1092._terms_1cxbs_9320 ._line-box_1cxbs_399 section ._txt_1cxbs_588{font-size:12px;line-height:18px;margin-top:4px}._content_1cxbs_1092._terms_1cxbs_9320 ._line-box_1cxbs_399 section ._detail_1cxbs_930{margin-top:20px;display:flex;flex-direction:column;gap:6px;font-size:12px;line-height:18px}._content_1cxbs_1092._terms_1cxbs_9320 ._history-box_1cxbs_9379{margin-top:32px;display:flex;justify-content:center;align-items:center;gap:16px}._content_1cxbs_1092._terms_1cxbs_9320 ._history-box_1cxbs_9379 ._tit_1cxbs_437{font-size:14px;line-height:20px;color:#41414f}._content_1cxbs_1092._terms_1cxbs_9320 ._table-wrap_1cxbs_1556{width:640px;margin:24px 0 0;border:1px solid #dedfe5;border-radius:8px}._content_1cxbs_1092._terms_1cxbs_9320 table{width:auto;font-size:14px;line-height:20px;color:#4d4c61}._content_1cxbs_1092._terms_1cxbs_9320 table th{padding:22px;font-weight:500;border-right:1px solid #dedfe5}._content_1cxbs_1092._terms_1cxbs_9320 table td{padding:12px 16px;text-align:left;border-top:1px solid #dedfe5;border-right:1px solid #dedfe5}._content_1cxbs_1092._notice_1cxbs_5789{width:1128px}._content_1cxbs_1092._notice_1cxbs_5789 ._tag_1cxbs_935{position:relative;padding:2px 8px}._content_1cxbs_1092._notice_1cxbs_5789 ._date_1cxbs_3524{text-align:center;color:#7a7a89;font-family:IBM Plex Sans KR}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._search-form_1cxbs_3534{width:350px}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596{height:46px}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596 input{padding:8px 32px 8px 16px;font-size:16px;line-height:28px}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596 input::placeholder{font-size:16px;line-height:28px}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596 i._icon-search-bk_1cxbs_2752{width:24px;height:24px}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657{margin-top:16px}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-header_1cxbs_9450{padding:15px 0;display:flex;font-size:13px;line-height:18px;color:#4d4c61;border-radius:8px;background-color:#f0f0f3;text-align:center}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657 ._category_1cxbs_3122{width:100px;text-align:center}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657 ._title_1cxbs_7825{flex:1}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657 ._date_1cxbs_3524{width:180px;text-align:center}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495{display:flex;align-items:center;padding:18px 0;font-size:14px;line-height:20px;border-bottom:1px solid #dedfe5}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495._top_1cxbs_6765 ._tag_1cxbs_935{background:#ff951a;border-color:#ff951a;color:#fff}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495._new_1cxbs_5592 ._tag_1cxbs_935:after{content:"";position:absolute;width:3px;height:3px;border-radius:100px;background:#ff5959;top:0;right:0}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495 ._title_1cxbs_7825{color:#4d4c61}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-board-wrap_1cxbs_9428 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495._top_1cxbs_6765 ._title_1cxbs_7825{font-weight:500}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._detail-top_1cxbs_942{display:flex;gap:8px;align-items:center;padding:16px 0}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._detail-top_1cxbs_942 ._title_1cxbs_7825{font-size:18px;line-height:28px;color:#41414f;font-weight:500;font-family:IBM Plex Sans KR}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._detail-top_1cxbs_942 ._date_1cxbs_3524{margin-left:auto}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._detail-content_1cxbs_9518{padding:32px 16px;font-size:14px;line-height:20px;color:#41414f;border-top:1px solid #acacb4}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._list-wrap_1cxbs_6657{border-top:1px solid #dedfe5}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495{display:flex;padding:16px;font-size:14px;line-height:20px;align-items:center;border-bottom:1px solid #dedfe5}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495 ._order_1cxbs_9536{color:#4d4c61}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495 ._title_1cxbs_7825{margin-left:8px;flex:1;font-size:16px;line-height:24px;color:#41414f;font-family:IBM Plex Sans KR}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495 ._tag_1cxbs_935{margin-left:24px}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._list-wrap_1cxbs_6657 ._list_1cxbs_1495 ._date_1cxbs_3524{margin-left:auto}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._btn-wrap_1cxbs_1056{margin-top:32px}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._btn-wrap_1cxbs_1056 ._btn_1cxbs_509{font-weight:500}._content_1cxbs_1092._notice_1cxbs_5789 ._notice-detail-wrap_1cxbs_9500 ._btn-wrap_1cxbs_1056 ._btn_1cxbs_509 i{margin-right:6px}._content_1cxbs_1092._faq_1cxbs_9564{width:1128px}._content_1cxbs_1092._faq_1cxbs_9564 ._page-title_1cxbs_5692{justify-content:center;font-size:20px;line-height:30px}._content_1cxbs_1092._faq_1cxbs_9564 ._search-form_1cxbs_3534{width:622px;margin:0 auto}._content_1cxbs_1092._faq_1cxbs_9564 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596 i._icon-search-bk_1cxbs_2752{right:24px;left:unset;opacity:.7}._content_1cxbs_1092._faq_1cxbs_9564 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596 input{padding:15px 56px 15px 16px;border:1px solid #ff951a}._content_1cxbs_1092._faq_1cxbs_9564 ._search-form_1cxbs_3534 ._search-input_1cxbs_3596 input::-webkit-input-placeholder{color:#9393a3}._content_1cxbs_1092._faq_1cxbs_9564 ._category-tab_1cxbs_3122{margin-top:32px;display:flex;gap:8px}._content_1cxbs_1092._faq_1cxbs_9564 ._category-tab_1cxbs_3122 ._btn_1cxbs_509{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:118px;height:104px;border-radius:6px;font-size:14px;line-height:20px;color:#4d4c61;background:#f8f8f9}._content_1cxbs_1092._faq_1cxbs_9564 ._category-tab_1cxbs_3122 ._btn_1cxbs_509 i{width:48px;height:48px}._content_1cxbs_1092._faq_1cxbs_9564 ._category-tab_1cxbs_3122 ._btn_1cxbs_509._on_1cxbs_446{color:#fff;background:#ff951a}._content_1cxbs_1092._faq_1cxbs_9564 ._category-tab_1cxbs_3122 ._btn_1cxbs_509._on_1cxbs_446 i{filter:brightness(0) invert(1)}._content_1cxbs_1092._faq_1cxbs_9564 ._list-wrap_1cxbs_6657{margin-top:32px}._content_1cxbs_1092._faq_1cxbs_9564 ._list-wrap_1cxbs_6657 ._count-div_1cxbs_1616{margin-bottom:16px;font-size:18px;line-height:27px;color:#41414f}._content_1cxbs_1092._faq_1cxbs_9564 ._list-wrap_1cxbs_6657 ._count-div_1cxbs_1616 b{font-weight:500}._content_1cxbs_1092._faq_1cxbs_9564 ._list-wrap_1cxbs_6657 ._no-data_1cxbs_4063{padding:120px 0;border-radius:12px;border:1px solid #dedfe5}._content_1cxbs_1092._faq_1cxbs_9564 ._list-wrap_1cxbs_6657 ._no-data_1cxbs_4063 ._tit_1cxbs_437{font-weight:500}._content_1cxbs_1092._faq_1cxbs_9564 ._list-wrap_1cxbs_6657 ._list-title_1cxbs_2979{padding-right:16px;display:flex;gap:6px}._content_1cxbs_1092._faq_1cxbs_9564 ._list-wrap_1cxbs_6657 ._list-title_1cxbs_2979 b{font-weight:700}._content_1cxbs_1092._faq_1cxbs_9564 ._list_1cxbs_1495._has-video_1cxbs_9646 ._list-title_1cxbs_2979:after{content:"";flex-shrink:0;width:24px;height:24px;background:url(/assets/icon_video-94a3faa6.svg) center / cover no-repeat}._content_1cxbs_1092._faq_1cxbs_9564 ._list_1cxbs_1495 ._list-content_1cxbs_9653 a{color:#417be6;text-decoration:underline}._content_1cxbs_1092._faq_1cxbs_9564 ._list_1cxbs_1495 ._list-content_1cxbs_9653 ._btn-div_1cxbs_6244{margin-top:24px;display:flex;gap:16px}._content_1cxbs_1092._faq_1cxbs_9564 ._list_1cxbs_1495 ._list-content_1cxbs_9653 ._satisfaction_1cxbs_9662{margin-top:24px;padding:16px;display:flex;align-items:center;gap:16px;font-size:14px;line-height:20px;color:#5e5e70}._content_1cxbs_1092._faq_1cxbs_9564 ._list_1cxbs_1495 ._list-content_1cxbs_9653 ._satisfaction_1cxbs_9662 ._btn-div_1cxbs_6244{gap:8px;margin-top:0}._content_1cxbs_1092._faq_1cxbs_9564 ._list_1cxbs_1495 ._list-content_1cxbs_9653 ._satisfaction_1cxbs_9662 ._btn-div_1cxbs_6244 ._btn_1cxbs_509{min-width:92px}._content_1cxbs_1092._faq_1cxbs_9564 ._list_1cxbs_1495 ._list-content_1cxbs_9653 ._satisfaction_1cxbs_9662 ._btn-div_1cxbs_6244 ._btn_1cxbs_509 i{margin-right:2px}._faq-to-inquiry-banner_1cxbs_9682{width:100%;background:#fef8f6}._faq-to-inquiry-banner_1cxbs_9682 ._inner_1cxbs_4471{height:68px;display:flex;justify-content:center;align-items:center;gap:16px;background:#fef8f6}._faq-to-inquiry-banner_1cxbs_9682 ._inner_1cxbs_4471 img{margin-right:-16px;margin-top:-24px}._faq-to-inquiry-banner_1cxbs_9682 ._inner_1cxbs_4471 i{width:16px;height:16px}._content_1cxbs_1092._inquiry_1cxbs_5783{width:1128px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list-wrap_1cxbs_6657{margin-top:16px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list-header_1cxbs_9450{padding:15px 0;display:flex;font-size:13px;line-height:18px;color:#4d4c61;border-radius:8px;background-color:#f0f0f3;text-align:center}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._order_1cxbs_9536{width:100px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._category_1cxbs_3122{width:160px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._detail_1cxbs_930,._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._title_1cxbs_7825{flex:1}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._date_1cxbs_3524{width:120px;color:#7a7a89;font-family:IBM Plex Sans KR}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._status_1cxbs_9737{width:110px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495{display:flex;padding:16px 0;font-size:14px;line-height:20px;color:#4d4c61;align-items:center;border-bottom:1px solid #dedfe5;text-align:center}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495 ._title_1cxbs_7825{text-align:left}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495 ._question_1cxbs_9753{display:flex}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495._new_1cxbs_5592 ._question_1cxbs_9753 ._title_1cxbs_7825:after{content:"NEW";margin-left:6px;font-size:12px;line-height:16px;color:#ff5959;padding:0 8px;border:1px solid #ff5959;border-radius:100px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495._complete_1cxbs_9766 ._question_1cxbs_9753{padding-bottom:16px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495._complete_1cxbs_9766 ._status_1cxbs_9737{color:#ff951a;font-weight:500}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495 ._reply_1cxbs_2098{padding:16px 0 0 8px;display:flex;border-top:1px solid #dedfe5}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495 ._reply_1cxbs_2098 ._title_1cxbs_7825{display:flex;gap:8px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._list_1cxbs_1495 ._reply_1cxbs_2098 ._title_1cxbs_7825:before{content:"";width:16px;height:16px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left center / cover no-repeat}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._no-data_1cxbs_4063{padding:120px 0;border-bottom:1px solid #dedfe5}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-board-wrap_1cxbs_9707 ._no-data_1cxbs_4063 ._tit_1cxbs_437{font-weight:500}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._line-box_1cxbs_399{padding:24px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._line-box_1cxbs_399 ._title_1cxbs_7825{display:flex;gap:8px;align-items:center;font-size:18px;line-height:28px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._line-box_1cxbs_399 ._title_1cxbs_7825 b{font-size:30px;line-height:34px;font-family:Godo}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._line-box_1cxbs_399 ._title_1cxbs_7825 ._date_1cxbs_3524{margin-left:auto;font-size:14px;line-height:20px;color:#7a7a89;font-weight:400;font-family:IBM Plex Sans KR}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._content-box_1cxbs_1092{margin-top:12px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._content-box_1cxbs_1092 ._attached-file_1cxbs_9825{color:#417be6;text-decoration:underline}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._content-box_1cxbs_1092 ._column_1cxbs_4346{padding:18px 8px;color:#4d4c61}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._content-box_1cxbs_1092 ._table-tit_1cxbs_4352{width:120px;color:#41414f}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._content-box_1cxbs_1092 ._content-detail_1cxbs_9837{padding:24px 0;font-size:14px;line-height:20px;color:#41414f}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._reply_1cxbs_2098{margin-top:16px;padding-left:48px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left 4px top 16px / 40px no-repeat}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._reply_1cxbs_2098 ._content-box_1cxbs_1092{border-top:1px solid #aeaeba}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._reply_1cxbs_2098 ._line-box_1cxbs_399{padding-bottom:16px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._reply_1cxbs_2098 ._attached-box_1cxbs_9854{display:flex;font-size:14px;line-height:20px;border-top:1px solid #dedfe5;padding-top:16px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._inquiry-detail-wrap_1cxbs_9795 ._reply_1cxbs_2098 ._attached-box_1cxbs_9854 ._table-tit_1cxbs_4352{font-weight:500;margin-right:8px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._information_1cxbs_9865{margin-top:48px;display:flex;gap:8px;align-items:center;font-size:14px;line-height:20px;color:#4d4c61}._content_1cxbs_1092._inquiry_1cxbs_5783 ._information_1cxbs_9865 i{width:16px;height:16px}._content_1cxbs_1092._inquiry_1cxbs_5783 ._information_1cxbs_9865 b{font-weight:700}._content_1cxbs_1092._inquiry_1cxbs_5783 ._btn-wrap_1cxbs_1056{margin-top:32px}._inquiry-write-pop_1cxbs_9886 ._popup-content-wrap_1cxbs_1066{width:600px}._inquiry-write-pop_1cxbs_9886 ._popup-content_1cxbs_1066{text-align:left;max-height:calc(100vh - 300px)}._inquiry-write-pop_1cxbs_9886 ._sec-tit_1cxbs_3639{padding:8px 0;font-size:14px;line-height:20px;font-weight:500;color:#4d4c61}._inquiry-write-pop_1cxbs_9886 ._radio-div_1cxbs_2250{display:flex;gap:16px;align-items:center}._inquiry-write-pop_1cxbs_9886 ._radio-div_1cxbs_2250 ._tit_1cxbs_437{width:58px}._inquiry-write-pop_1cxbs_9886 ._my-info_1cxbs_9908{margin-top:16px;padding-top:8px;border-top:1px solid #dedfe5}._inquiry-write-pop_1cxbs_9886 ._flex-box_1cxbs_5867{padding:8px 0;display:flex;font-size:14px;line-height:20px;color:#5e5e70}._inquiry-write-pop_1cxbs_9886 ._flex-box_1cxbs_5867 ._tit_1cxbs_437{width:90px;font-weight:500;color:#4d4c61}._inquiry-write-pop_1cxbs_9886 ._input-form_1cxbs_437{margin-top:8px}._inquiry-write-pop_1cxbs_9886 ._input-form_1cxbs_437 ._sec-tit_1cxbs_3639{margin-bottom:8px}._inquiry-write-pop_1cxbs_9886 ._input-form_1cxbs_437 textarea{padding:8px;border-radius:8px;border:1px solid #dedfe5;min-height:140px}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937{margin-top:8px}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-box_1cxbs_9940{display:flex;width:256px;flex-wrap:wrap;gap:8px;padding:8px;background:#fafafa;border-radius:8px}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-box_1cxbs_9940 ._upload_1cxbs_9949{position:relative;height:120px;flex-basis:116px;padding:7px;border:1px solid #eaebf0;border-radius:8px;background:url(/assets/icon_plus_circle_line-4d8771d4.svg) center top 24px / 48px no-repeat;cursor:pointer}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-box_1cxbs_9940 ._upload_1cxbs_9949 input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;border:none!important;cursor:pointer;z-index:1}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-box_1cxbs_9940 ._upload_1cxbs_9949 span{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-size:14px;line-height:20px;font-weight:500;color:#7a7a89}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-list_1cxbs_1111{flex-basis:116px;padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-list_1cxbs_1111 ._thumb_1cxbs_1118{width:100px;height:80px}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-list_1cxbs_1111 ._thumb_1cxbs_1118 img{width:100%;height:100%;object-fit:contain}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-list_1cxbs_1111 ._tit_1cxbs_437{display:flex;align-items:center}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-list_1cxbs_1111 ._tit_1cxbs_437 ._name_1cxbs_1131{width:58px}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._file-list_1cxbs_1111 ._tit_1cxbs_437 ._x-btn_1cxbs_1134{margin-left:auto}._inquiry-write-pop_1cxbs_9886 ._attach-form_1cxbs_9937 ._guide-txt_1cxbs_1105{margin-top:4px;font-size:11px;line-height:18px;color:#7a7a89}._inquiry-write-pop_1cxbs_9886 ._popup-button-wrap_1cxbs_4884{padding-top:32px;border-top:1px solid #dedfe5;margin:0 24px}._number-check-pop_1cxbs_10020 ._popup-content-wrap_1cxbs_1066{width:480px}._number-check-pop_1cxbs_10020 ._popup-content_1cxbs_1066{padding:16px 24px}._number-check-pop_1cxbs_10020 ._office-list_1cxbs_10026 li{position:relative;padding:12px 36px 12px 0;font-size:12px;line-height:18px;color:#555461;text-align:left}._number-check-pop_1cxbs_10020 ._office-list_1cxbs_10026 li:not(:last-child){border-bottom:1px solid #dedfe5}._number-check-pop_1cxbs_10020 ._office-list_1cxbs_10026 li ._name_1cxbs_1131{font-size:14px;line-height:20px;font-weight:500;color:#3f3f4a}._number-check-pop_1cxbs_10020 ._office-list_1cxbs_10026 li p:not(._name_1cxbs_1131){margin-top:4px}._number-check-pop_1cxbs_10020 ._office-list_1cxbs_10026 li ._radio-div_1cxbs_2250{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:20px;height:20px}._number-check-pop_1cxbs_10020 ._office-list_1cxbs_10026 li ._radio-div_1cxbs_2250 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413{padding-left:0}._number-check-pop_1cxbs_10020 ._guide-txt_1cxbs_1105{display:flex;align-items:center;justify-content:center;gap:8px;margin:32px 0 8px}._number-check-pop_1cxbs_10020 ._guide-txt_1cxbs_1105 ._btn_1cxbs_509{border:0;padding:4px 8px;border-radius:4px}._number-check-pop_1cxbs_10020 ._guide-txt_1cxbs_1105 ._btn_1cxbs_509:hover{background:#f8f8f9}._number-check-pop_1cxbs_10020 ._sel-table_1cxbs_10072{margin-top:8px;border-radius:12px;border:1px solid #dedfe5;overflow:hidden}._number-check-pop_1cxbs_10020 ._sel-table_1cxbs_10072 ._row_1cxbs_9200{display:flex}._number-check-pop_1cxbs_10020 ._sel-table_1cxbs_10072 ._row_1cxbs_9200 [class*=col-]{flex:1;padding:12px 8px}._number-check-pop_1cxbs_10020 ._sel-table_1cxbs_10072 ._row_1cxbs_9200 ._col-th_1cxbs_9210{border-bottom:1px solid #dedfe5;background:#f8f8f9}._number-check-pop_1cxbs_10020 ._sel-table_1cxbs_10072 ._radio-div_1cxbs_2250{position:relative}._number-check-pop_1cxbs_10020 ._sel-table_1cxbs_10072 ._radio-div_1cxbs_2250 ._radio-box_1cxbs_2250{position:absolute;left:50%;margin-left:-10px}._number-check-pop_1cxbs_10020 ._radio-div_1cxbs_2250 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413{padding:0}._number-check-pop_1cxbs_10020 ._mem-list_1cxbs_6398{display:none}._number-check-pop_1cxbs_10020 ._button-wrap_1cxbs_4666{padding:32px 0}._number-check-pop_1cxbs_10020 ._no-data_1cxbs_4063{padding:40px 0;color:#7a7a89}._number-check-pop_1cxbs_10020 ._no-data_1cxbs_4063:before{opacity:.7}._number-check-pop_1cxbs_10020 ._no-data_1cxbs_4063 span{font-weight:500}._number-request-pop_1cxbs_10118 ._popup-content-wrap_1cxbs_1066{width:400px}._number-request-pop_1cxbs_10118 ._noti-box_1cxbs_369 ._co-blue_1cxbs_287{font-weight:500}._number-request-pop_1cxbs_10118 ._d-flex_1cxbs_8378{margin-top:24px;align-items:center;justify-content:space-between;gap:8px}._number-request-pop_1cxbs_10118 ._d-flex_1cxbs_8378 p{width:112px;font-weight:500;text-align:left}._number-request-pop_1cxbs_10118 ._d-flex_1cxbs_8378 ._input-form_1cxbs_437{flex:1}._join-invite-pop_1cxbs_10140 ._btn-kakao_1cxbs_10140{width:100%;margin-top:32px;background:#fae609;border-color:#fae609;color:#391a1b}._join-invite-pop_1cxbs_10140 ._btn-kakao_1cxbs_10140 i{margin-right:6px}._join-invite-pop_1cxbs_10140 ._d-flex_1cxbs_8378{margin-top:8px;align-items:flex-start;gap:8px;justify-content:space-between}._join-invite-pop_1cxbs_10140 ._d-flex_1cxbs_8378 ._input-form_1cxbs_437{flex:1}._join-invite-pop_1cxbs_10140 ._d-flex_1cxbs_8378 ._btn_1cxbs_509{width:80px;font-weight:500}._join-invite-pop_1cxbs_10140 ._input-default_1cxbs_456 ._input-form_1cxbs_437 ._input-area_1cxbs_441 input{height:36px;border-radius:6px}._css-cyxlny-MuiPaper-root-MuiDialog-paper_1cxbs_10169{z-index:2000!important}._profile-photodiv_1cxbs_10173{width:36px;height:36px;background-size:20px}._profile-photodiv_1cxbs_10173{width:36px;height:36px;flex-shrink:0;background:url(/assets/icon_profile-0c8d8fb9.svg) center / cover no-repeat #f5f5f5;border:1px solid #dedfe5;border-radius:14px}@keyframes _slide-fade-in-dropdown-animation_1cxbs_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}._slide-fade-in-dropdown_1cxbs_10198{z-index:100;overflow:hidden;position:absolute;width:150px;margin-right:10px;right:-15px;min-width:162px;padding:8px;border-radius:6px;background:#fff;border:1px solid #eaebf0;box-shadow:0 15px 30px -5px #0000001a}._slide-fade-in-dropdown_1cxbs_10198>div{animation:_slide-fade-in-dropdown-animation_1cxbs_1 .4s ease}._slide-fade-in-dropdown_1cxbs_10198>div>button{display:block;padding:4px 6px;font-size:14px;line-height:20px;color:#4d4c61;border-radius:4px;text-align:left}._slide-fade-in-dropdown_1cxbs_10198>div>button:hover{background:#f8f8f9;width:100%}._slide-fade-in-dropdown_1cxbs_10198>div>button i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:6px;margin-top:-4px}@keyframes _slide-fade-out-dropdown-animation_1cxbs_1{0%{transform:translateY(0)}to{transform:translateY(-100%)}}._slide-fade-out-dropdown_1cxbs_10249{overflow:hidden;position:absolute;display:none}._slide-fade-out-dropdown_1cxbs_10249>div{animation:_slide-fade-out-dropdown-animation_1cxbs_1 .4s ease;animation-fill-mode:forwards}._components-dropdown_1cxbs_10260>div{position:relative;top:0;margin-top:0;margin-bottom:5px;padding-left:0;list-style:none}._comment-write_1cxbs_1943{display:flex;gap:8px}._comment-write_1cxbs_1943 ._writing-section_1cxbs_1948{display:flex;width:100%;flex-direction:column;gap:12px}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954{width:100%}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._img-box_1cxbs_1957{position:relative;width:120px;height:120px;border-radius:8px;overflow:hidden}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._img-box_1cxbs_1957 img{width:100%;height:100%;object-fit:cover}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._img-box_1cxbs_1957 ._btn-delete_1cxbs_1142{position:absolute;top:4px;right:4px}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._img-box_1cxbs_1957 ._btn-delete_1cxbs_1142 i{width:16px;height:16px}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137{display:flex;gap:8px}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137{position:relative;padding-top:80px;width:80px;height:108px;font-size:14px;line-height:28px;color:#41414f;background-size:60px;background-position-y:10px;text-align:center}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137 ._white-dimd_1cxbs_1994{position:absolute;top:0;left:0;width:80px;height:70px;background:rgba(255,255,255,.3)}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137._prev-select_1cxbs_2002 ._emoji_1cxbs_1137 ._white-dimd_1cxbs_1994,._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._on_1cxbs_446 ._white-dimd_1cxbs_1994{display:none}._comment-write_1cxbs_1943 ._option-item-box_1cxbs_1954 ._emoji-section_1cxbs_1137 ._emoji_1cxbs_1137._on_1cxbs_446{font-weight:700;background-size:70px;background-position-y:5px}._comment-write_1cxbs_1943 ._selected-emoji_1cxbs_2013{position:relative;height:60px;width:60px}._comment-write_1cxbs_1943 ._selected-emoji_1cxbs_2013 ._btn-delete_1cxbs_1142{display:block;position:absolute;bottom:0;right:0;width:24px;height:24px;background:#afaeba;border:1px solid #fff;border-radius:30px;opacity:.8;text-align:center}._comment-write_1cxbs_1943 ._selected-emoji_1cxbs_2013 ._btn-delete_1cxbs_1142:hover{background:#ff951a;border-color:#ff951a;opacity:1}._comment-write_1cxbs_1943 ._selected-emoji_1cxbs_2013 ._btn-delete_1cxbs_1142 i{width:16px;height:16px;margin-top:-4px}._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772{position:relative;flex-grow:1;padding:9px 42px 9px 16px;border-radius:12px;background:none}._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772 textarea{display:block;min-height:20px;max-height:100px}._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772 ._insert-tool_1cxbs_2053{position:absolute;height:24px;top:8px;right:8px}._comment-write_1cxbs_1943 ._textarea-div_1cxbs_772 ._btn-insert_1cxbs_2059 i{vertical-align:text-top;margin-top:0}._comment-write_1cxbs_1943 ._btn-post_1cxbs_2063{width:24px;margin-top:7px}._comment-write_1cxbs_1943 i{width:24px;height:24px}._swiper_1cxbs_3319{width:100%;height:100%}._swiper-slide_1cxbs_3327{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}._swiper-slide_1cxbs_3327 img{display:block;width:100%;height:100%;object-fit:cover}._custom-toast-success_1cxbs_10428{background-color:#fff;color:#ff951a}custom-toast-body{font-size:16px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}._sharing-section-div_1cxbs_10440{display:flex;padding:16px;border:1px solid #dedfe5;border-radius:8px;align-items:center}._sharing-section-div_1cxbs_10440 ._sharing-cont_1cxbs_1202{width:532px;margin-right:8px}._sharing-section-div_1cxbs_10440 ._share-tit_1cxbs_1206{font-size:14px;line-height:18px;color:#41414f;font-weight:500}._sharing-section-div_1cxbs_10440 ._share-source_1cxbs_1212{margin-top:8px;font-size:14px;line-height:18px;color:#4d4c61}._sharing-section-div_1cxbs_10440 ._btn_1cxbs_509{margin-left:auto}._scroll-to-top-button_1cxbs_10468{position:fixed;right:20px;bottom:20px;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}._scroll-to-top-button_1cxbs_10468._visible_1cxbs_10478{opacity:1;visibility:visible}._scroll-to-top-button_1cxbs_10468 button{background-color:#333;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer}._a11y_hidden_1cxbs_10498{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip-path:polygon(0 0,0 0,0 0)}._btn_active_1cxbs_10508{opacity:1;transition:opacity .5s}._btn_hidden_1cxbs_10512{opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s}._noList_1cxbs_10519{display:flex;justify-content:center;align-items:center;width:100%;height:400px}._offering-detail_1cxbs_7037 ._detail-head_1cxbs_7062 ._memo_1cxbs_6851._caution_1cxbs_4551 button{margin-left:4px;font-weight:500;text-decoration:underline}._container_1cxbs_5675._footer_1cxbs_9047{padding:88px 0 64px}._personal-info_1cxbs_10538._popup-content-wrap_1cxbs_1066{width:480px}._personal-info_1cxbs_10538 ._popup-content_1cxbs_1066{padding:24px}._personal-info_1cxbs_10538 ._popup-content_1cxbs_1066 ._info-table_1cxbs_4364 ._u-line_1cxbs_10544{text-decoration:underline;font-weight:500;color:#3f3f4a}._personal-info_1cxbs_10538 ._popup-content_1cxbs_1066 ._text_1cxbs_646{margin-top:8px;font-size:10px;line-height:14px;color:#7a7a89}._personal-info_1cxbs_10538 ._popup-content_1cxbs_1066 ._check-box-div_1cxbs_325{margin-top:18px;text-align:left}._personal-info_1cxbs_10538 ._popup-content_1cxbs_1066 ._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413{color:#3f3f4a}._personal-info_1cxbs_10538 ._popup-button-wrap_1cxbs_4884{padding:32px 0;margin:0 24px;border-top:1px solid #dedfe5}._loading-container_1cxbs_10569{width:100%;height:100vh;background:rgba(0,0,0,.2);z-index:999999999;display:flex;justify-content:center;align-items:center;position:fixed;left:0;top:0}._loading-spinner_1cxbs_10583{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);box-sizing:border-box;border-top-color:#fff;border-radius:100%;animation:_spin_1cxbs_1 1s ease-in-out infinite}._small-loading-container_1cxbs_10593{width:100%;height:100vh;background:rgba(0,0,0,.2);z-index:999999999;display:flex;justify-content:center;align-items:center;position:fixed;left:0;top:0}._small-loading-spinner_1cxbs_10605{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);box-sizing:border-box;border-top-color:#fff;border-radius:100%;animation:_spin_1cxbs_1 1s ease-in-out infinite}._insert-share-info_1cxbs_10618 ._popup-content-wrap_1cxbs_1066{width:480px;max-width:480px!important}._insert-share-info_1cxbs_10618 ._popup-content_1cxbs_1066{text-align:left;padding:24px 24px 20px!important}._insert-share-info_1cxbs_10618 ._section_1cxbs_4521{display:flex;gap:16px;margin-top:16px;padding-bottom:16px;border-bottom:1px solid #dedfe5}._insert-share-info_1cxbs_10618 ._section_1cxbs_4521:first-child{margin-top:0;padding-top:0}._insert-share-info_1cxbs_10618 ._sec-tit_1cxbs_3639{width:100px;flex-shrink:0}._insert-share-info_1cxbs_10618 ._comment_1cxbs_1935{font-size:12px;line-height:18px;color:#9393a3;margin-top:4px}._insert-share-info_1cxbs_10618 ._select-box_1cxbs_3972{margin-top:12px;width:100%}._insert-share-info_1cxbs_10618 ._select-info_1cxbs_3975{width:100%;max-width:316px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._insert-share-info_1cxbs_10618 ._select-list_1cxbs_4008._check-box-div_1cxbs_325{width:100%}._insert-share-info_1cxbs_10618 ._d-flex_1cxbs_8378{gap:8px}._insert-share-info_1cxbs_10618 ._flex-column_1cxbs_5871,._insert-share-info_1cxbs_10618 ._radio-div_1cxbs_2250{gap:16px}._insert-share-info_1cxbs_10618 ._radio-div_1cxbs_2250 ._radio-box_1cxbs_2250 input+._label-info_1cxbs_1413{line-height:24px}._popup_1cxbs_9 ._swiper-container_1cxbs_3319{position:relative}._popup_1cxbs_9 ._swiper-button-wrap_1cxbs_10678{position:absolute;bottom:12px;right:12px;display:flex;gap:8px;align-items:center;padding:6px 12px;border-radius:100px;background:rgba(0,0,0,.3);z-index:1}._popup_1cxbs_9 ._swiper-button-wrap_1cxbs_10678>*{position:relative}._popup_1cxbs_9 ._swiper-pagination_1cxbs_3365{font-size:12px;color:#fff;bottom:unset}._popup_1cxbs_9 ._swiper-button-prev_1cxbs_3319,._popup_1cxbs_9 ._swiper-button-next_1cxbs_3320{margin-top:unset;width:16px;height:16px;background:url(../image/icon_arrow_down_wh.svg) center / cover no-repeat;border:none;cursor:pointer}._popup_1cxbs_9 ._swiper-button-prev_1cxbs_3319{transform:rotate(90deg)}._popup_1cxbs_9 ._swiper-button-next_1cxbs_3320{transform:rotate(-90deg)}._popup_1cxbs_9 ._btn-wrap_1cxbs_1056{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;color:#333}._popup_1cxbs_9 ._btn-wrap_1cxbs_1056 ._close_1cxbs_2994{padding:9px 8px}._popup_1cxbs_9 ._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413{color:#333;height:20px;line-height:20px}._popup_1cxbs_9 ._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:before{top:2px}._popup_1cxbs_9 ._check-box-div_1cxbs_325 ._check-box_1cxbs_325 input+._label-info_1cxbs_1413:after{top:2px}._bottom-sheet-pop_1cxbs_10737{position:fixed;width:940px;bottom:0;left:50%;transform:translate(-50%);z-index:99}._bottom-sheet-pop_1cxbs_10737 ._close_1cxbs_2994{position:absolute;width:40px;height:40px;background:url(../image/icon_close.svg) center / 24px no-repeat #fff;border:1px solid #ddd;box-shadow:0 8px 10px #0000001a;border-radius:100px;right:8px;top:-8px;transform:translateY(-100%)}._bottom-sheet-pop_1cxbs_10737 ._swiper-container_1cxbs_3319{border-radius:24px 24px 0 0}._bottom-sheet-pop_1cxbs_10737 ._swiper-slide_1cxbs_3327{background:#f5f5f5}._bottom-sheet-pop_1cxbs_10737 ._swiper-slide_1cxbs_3327 img{display:block;width:100%;height:140px;object-fit:contain}._bottom-sheet-pop_1cxbs_10737 ._btn-wrap_1cxbs_1056{padding:16px;border:1px solid #ddd;background:#fff}._popup_1cxbs_9._layer-pop_1cxbs_4456{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:99999}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._popup-wrap_1cxbs_8690{display:flex;flex-direction:column;gap:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-height:340px;max-height:calc(100vh - 160px);max-width:720px;min-width:320px;padding:24px;background:#fff;border-radius:16px;border:1px solid #eee;box-shadow:0 25px 35px -10px #0003}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._close-btn_1cxbs_4974{flex-shrink:0;margin-left:auto;width:24px;height:24px;background:url(../image/icon_close.svg) center / 24px no-repeat}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._title_1cxbs_7825{margin:-20px auto -16px;font-size:18px;line-height:26px;color:#111;font-weight:700}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._layer-content_1cxbs_10817{display:flex;flex:1;max-height:calc(100% - 222px);overflow-y:auto;font-size:16px;line-height:22px;color:#666;align-self:stretch}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._layer-content_1cxbs_10817::-webkit-scrollbar{width:14px}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._layer-content_1cxbs_10817::-webkit-scrollbar-thumb{background-color:#dedfe5;border-radius:10px;background-clip:padding-box;border:4px solid transparent}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._layer-content_1cxbs_10817::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._swiper-container_1cxbs_3319{flex:1}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._swiper-slide_1cxbs_3327{display:flex;align-items:center}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._swiper-slide_1cxbs_3327 img{display:block;width:100%;height:auto;object-fit:contain}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._btn-wrap_1cxbs_1056{margin-top:auto;flex-wrap:wrap;gap:12px}._popup_1cxbs_9._layer-pop_1cxbs_4456 ._btn-wrap_1cxbs_1056 ._close_1cxbs_2994{padding:16px;width:100%;font-size:16px;line-height:24px;font-weight:700;color:#fff;background:#ff7b00;border-radius:12px}button{background:none;border:none;padding:0;margin:0;cursor:pointer;overflow:visible}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:100;src:url(/assets/NotoSansKR-Thin-e02866d9.woff2) format("woff2"),url(/assets/NotoSansKR-Thin-596f9bc7.woff) format("woff"),url(/assets/NotoSansKR-Thin-9557a870.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:300;src:url(/assets/NotoSansKR-Light-fea007c3.woff2) format("woff2"),url(/assets/NotoSansKR-Light-b355e230.woff) format("woff"),url(/assets/NotoSansKR-Light-7cd5bea5.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:400;src:url(/assets/NotoSansKR-Regular-78b60c8f.woff2) format("woff2"),url(/assets/NotoSansKR-Regular-5fc80bdc.woff) format("woff"),url(/assets/NotoSansKR-Regular-145ccb13.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:500;src:url(/assets/NotoSansKR-Medium-7cd7b2f3.woff2) format("woff2"),url(/assets/NotoSansKR-Medium-b611661b.woff) format("woff"),url(/assets/NotoSansKR-Medium-a386cb97.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:700;src:url(/assets/NotoSansKR-Bold-b0151e0c.woff2) format("woff2"),url(/assets/NotoSansKR-Bold-4cc1647a.woff) format("woff"),url(/assets/NotoSansKR-Bold-00c23941.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:900;src:url(/assets/NotoSansKR-Black-29ff9aef.woff2) format("woff2"),url(/assets/NotoSansKR-Black-2131444e.woff) format("woff"),url(/assets/NotoSansKR-Black-d5347b2d.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:100;src:url(/assets/IBMPlexSansKR-Thin-26ff152f.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Thin-1dc58a06.woff) format("woff"),url(/assets/IBMPlexSansKR-Thin-6a6cbbd4.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:300;src:url(/assets/IBMPlexSansKR-Light-4e26b7a1.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Light-13a6dc3b.woff) format("woff"),url(/assets/IBMPlexSansKR-Light-24773f3b.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:400;src:url(/assets/IBMPlexSansKR-Regular-d8e4d6b8.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Regular-24b103aa.woff) format("woff"),url(/assets/IBMPlexSansKR-Regular-20fb51a4.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/IBMPlexSansKR-Medium-bc839121.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Medium-2dc3ec80.woff) format("woff"),url(/assets/IBMPlexSansKR-Medium-9c4c0d0b.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/IBMPlexSansKR-SemiBold-4a4fdc9a.woff2) format("woff2"),url(/assets/IBMPlexSansKR-SemiBold-1b80c853.woff) format("woff"),url(/assets/IBMPlexSansKR-SemiBold-7b35f317.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:700;src:url(/assets/IBMPlexSansKR-Bold-ec9acfec.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Bold-ef2555cd.woff) format("woff"),url(/assets/IBMPlexSansKR-Bold-5a0d7fa4.otf) format("opentype")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/IBMPlexMono-Medium-b3242e26.woff2) format("woff2"),url(/assets/IBMPlexMono-Medium-9d9d4ab6.woff) format("woff"),url(/assets/IBMPlexMono-Medium-b70c3ed5.otf) format("opentype")}@font-face{font-family:pass;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format("woff")}@font-face{font-family:Godo;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/GodoM-540f6a2f.otf) format("opentype")}._sfont100_hd9sr_61{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:100!important}._sfont300_hd9sr_62{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:300!important}._sfont400_hd9sr_63{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:400!important}._sfont500_hd9sr_64{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:500!important}._sfont600_hd9sr_65{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:600!important}._sfont700_hd9sr_66{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:700!important}._clear_hd9sr_70:after{content:"";display:block;clear:both}._blind_hd9sr_71{position:absolute;top:-1000px;text-indent:-9999px;font-size:0!important}._fl-l_hd9sr_72{float:left}._fl-r_hd9sr_73{float:right}._fl-n_hd9sr_74{float:unset!important;clear:both}._ta-l_hd9sr_75{text-align:left!important}._ta-c_hd9sr_76{text-align:center!important}._ta-r_hd9sr_77{text-align:right!important}._va-t_hd9sr_78{vertical-align:top}._va-m_hd9sr_79{vertical-align:middle}table._va-t_hd9sr_78 th,table._va-t_hd9sr_78 td{vertical-align:top}table._va-m_hd9sr_79 th,table._va-m_hd9sr_79 td{vertical-align:middle}._fw-t_hd9sr_82{font-weight:100!important}._fw-l_hd9sr_83{font-weight:300!important}._fw-r_hd9sr_84{font-weight:400!important}._fw-m_hd9sr_85{font-weight:500!important}._fw-b_hd9sr_86{font-weight:700!important}._fw-sb_hd9sr_87{font-weight:900!important}._d-none_hd9sr_88{display:none!important}._d-block_hd9sr_89{display:block!important}._d-flex_hd9sr_90{display:flex!important}._img-resize_hd9sr_91{position:relative;overflow:hidden}._img-resize_hd9sr_91 img{position:absolute;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}._img-resize_hd9sr_91._reverse_hd9sr_93 img{width:100%;height:auto}footer{border-top:1px solid #EAEBF0}footer ._tit_15zmu_2{font-size:14px;line-height:20px}footer ._notice-section_15zmu_3{padding:12px 0;border-bottom:1px solid #eaebf0}footer ._notice-section_15zmu_3 ._inner_15zmu_4{position:relative;display:flex;align-items:center;justify-content:center;width:1128px;margin:0 auto}footer ._notice-section_15zmu_3 ._tit_15zmu_2{font-size:14px;line-height:20px;color:#41414f}footer ._notice-section_15zmu_3 ._list_15zmu_6{font-size:14px;line-height:20px;color:#4d4c61;margin-left:24px;flex:1}footer ._notice-section_15zmu_3 button{margin-left:8px;padding:4px 8px;display:flex;gap:4px;font-size:11px;line-height:16px;color:#4d4c61;font-weight:500}footer ._notice-section_15zmu_3 button i{width:16px;height:16px}._footer-wrap_15zmu_9{display:flex;justify-content:flex-start;flex-wrap:wrap;column-gap:100px;width:1128px;margin:0 auto;padding:32px 0 48px}._footer-wrap_15zmu_9 ._cs-center_15zmu_10 ._info_15zmu_10{font-size:10px;line-height:16px;color:#4d4c61}._footer-wrap_15zmu_9 ._cs-center_15zmu_10 ._tit_15zmu_2+._info_15zmu_10{margin-top:8px}._footer-wrap_15zmu_9 ._support-section_15zmu_12{display:flex;gap:12px}._footer-wrap_15zmu_9 ._support-section_15zmu_12 ._btn_15zmu_13{padding:10px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;min-width:92px;font-size:12px;line-height:18px;color:#ff7f0f;font-family:IBM Plex Sans KR;background:#fff4e5;border-color:#fff4e5}._footer-wrap_15zmu_9 ._sns-section_15zmu_14{display:inline-flex;gap:16px;margin-top:auto;margin-left:auto}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15{position:relative;display:block;width:24px;height:24px;background-repeat:no-repeat;background-position:0 0}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15 span{display:none;position:absolute;top:32px;left:50%;transform:translate(-50%);width:max-content;width:-moz-max-content;padding:6px 8px;border-radius:8px;font-size:12px;line-height:16px;color:#fff;background:rgba(23,28,38,.7)}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15._blog_15zmu_17{background-image:url(/assets/sicon_blog-fe0bdf8c.svg)}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15._youtube_15zmu_18{background-image:url(/assets/sicon_youtube-753a7092.svg)}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15._facebook_15zmu_19{background-image:url(/assets/sicon_facebook-d96e8afb.svg)}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15._instagram_15zmu_20{background-image:url(/assets/sicon_instagram-8395a6b4.svg)}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15._twitter_15zmu_21{background-image:url(/assets/sicon_twitter-31fb58ae.svg)}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15:not(._full-color_15zmu_22):hover{background-position-y:-24px}._footer-wrap_15zmu_9 ._sns-section_15zmu_14 ._sns-icon_15zmu_15:hover span{display:block}._footer-wrap_15zmu_9 ._footer-link_15zmu_24{display:flex;justify-content:space-between;align-items:center;gap:40px;width:100%;margin-top:32px;padding-top:12px;border-top:1px solid #EAEBF0;overflow:hidden}._footer-wrap_15zmu_9 ._footer-link_15zmu_24 ._left_15zmu_25 ul{display:flex;gap:40px}._footer-wrap_15zmu_9 ._footer-link_15zmu_24 ._left_15zmu_25 ._company-info_15zmu_26{gap:8px 12px;margin-top:12px;flex-wrap:wrap}._footer-wrap_15zmu_9 ._company-info_15zmu_26 ._info_15zmu_10{font-size:10px;line-height:18px;color:#afaeba}._footer-wrap_15zmu_9 ._footer-link_15zmu_24 li a{display:inline-block;font-size:12px;line-height:24px}._footer-wrap_15zmu_9 ._footer-link_15zmu_24 li a strong{font-weight:700}._footer-wrap_15zmu_9 ._footer-link_15zmu_24 ._btn-remote_15zmu_30{padding:3px 8px;line-height:16px}._footer-wrap_15zmu_9 ._footer-link_15zmu_24 ._btn-remote_15zmu_30 i{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:middle}._simple-footer_15zmu_35{padding-bottom:40px;background-color:#f8f8f9;text-align:center}._simple-footer_15zmu_35._bg-white_15zmu_36{background-color:#fff}._simple-footer_15zmu_35 ._footer-link_15zmu_24{display:flex;align-items:center;justify-content:center;gap:24px}._simple-footer_15zmu_35 ._footer-link_15zmu_24 a{font-size:12px;line-height:18px;font-weight:500;color:#7a7a89}._simple-footer_15zmu_35 ._footer-copy_15zmu_39{margin-top:8px}._simple-footer_15zmu_35 ._footer-copy_15zmu_39 p{font-size:10px;line-height:20px;color:#7a7a89}._content_15zmu_45._terms_15zmu_45{width:1128px;min-height:calc(100vh - 236px)}._content_15zmu_45._terms_15zmu_45 ._page-title_15zmu_46{font-size:24px;line-height:36px;font-weight:600}._content_15zmu_45._terms_15zmu_45 ._tab-menu-wrap_15zmu_47 a{height:46px;font-size:16px;padding:10px 20px}._content_15zmu_45._terms_15zmu_45 ._line-box_15zmu_48{margin-top:16px;border-radius:12px;padding:24px}._content_15zmu_45._terms_15zmu_45 ._line-box_15zmu_48 ._title_15zmu_49{padding-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:20px;line-height:30px;font-weight:500;color:#41414f;font-family:IBM Plex Sans KR;border-bottom:1px solid #acacb4}._content_15zmu_45._terms_15zmu_45 ._line-box_15zmu_48 ._title_15zmu_49 ._sub-txt_15zmu_50{font-size:14px;line-height:20px;color:#7a7a89;font-family:Noto Sans KR}._content_15zmu_45._terms_15zmu_45 ._line-box_15zmu_48 section{margin-top:40px;color:#4d4c61}._content_15zmu_45._terms_15zmu_45 ._line-box_15zmu_48 section ._tit_15zmu_2{font-size:14px;line-height:20px;font-weight:500}._content_15zmu_45._terms_15zmu_45 ._line-box_15zmu_48 section ._txt_15zmu_53{font-size:12px;line-height:18px;margin-top:4px}._content_15zmu_45._terms_15zmu_45 ._line-box_15zmu_48 section ._detail_15zmu_54{margin-top:20px;display:flex;flex-direction:column;gap:6px;font-size:12px;line-height:18px}._content_15zmu_45._terms_15zmu_45 ._history-box_15zmu_55{margin-top:32px;display:flex;justify-content:center;align-items:center;gap:16px}._content_15zmu_45._terms_15zmu_45 ._history-box_15zmu_55 ._tit_15zmu_2{font-size:14px;line-height:20px;color:#41414f}._content_15zmu_45._terms_15zmu_45 ._history-box_15zmu_55 ._select-div_15zmu_57 ._select-box_15zmu_57 ._select-list_15zmu_57 button{position:relative;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;height:28px;padding:0 7px;line-height:28px;color:#4d4c61;font-size:14px;border-radius:4px;text-indent:0}._content_15zmu_45._terms_15zmu_45 ._history-box_15zmu_55 ._select-div_15zmu_57 ._select-box_15zmu_57 ._select-list_15zmu_57 button:hover{background-color:#f8f8f9!important}._content_15zmu_45._terms_15zmu_45 ._table-wrap_15zmu_59{width:640px;margin:24px 0 0;border:1px solid #dedfe5;border-radius:8px}._content_15zmu_45._terms_15zmu_45 table{width:auto;font-size:14px;line-height:20px;color:#4d4c61}._content_15zmu_45._terms_15zmu_45 table th{padding:22px;font-weight:500;border-right:1px solid #dedfe5}._content_15zmu_45._terms_15zmu_45 table td{padding:12px 16px;text-align:left;border-top:1px solid #dedfe5;border-right:1px solid #dedfe5}._content_15zmu_45._notice_15zmu_3{width:1128px}._content_15zmu_45._notice_15zmu_3 ._tag_15zmu_68{position:relative;padding:2px 8px}._content_15zmu_45._notice_15zmu_3 ._date_15zmu_69{text-align:center;color:#7a7a89;font-family:IBM Plex Sans KR}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._search-form_15zmu_70{width:350px}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._search-form_15zmu_70 ._search-input_15zmu_71{height:46px}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._search-form_15zmu_70 ._search-input_15zmu_71 input{padding:8px 32px 8px 16px;font-size:16px;line-height:28px}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._search-form_15zmu_70 ._search-input_15zmu_71 input::placeholder{font-size:16px;line-height:28px}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._search-form_15zmu_70 ._search-input_15zmu_71 i._icon-search-bk_15zmu_74{width:24px;height:24px}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75{margin-top:16px}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-header_15zmu_76{padding:15px 0;display:flex;font-size:13px;line-height:18px;color:#4d4c61;border-radius:8px;background-color:#f0f0f3;text-align:center}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75 ._category_15zmu_77{width:100px;text-align:center}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75 ._title_15zmu_49{flex:1}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75 ._date_15zmu_69{width:180px;text-align:center}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75 ._list_15zmu_6{display:flex;align-items:center;padding:18px 0;font-size:14px;line-height:20px;border-bottom:1px solid #dedfe5}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75 ._list_15zmu_6._top_15zmu_81 ._tag_15zmu_68{background:#ff951a;border-color:#ff951a;color:#fff}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75 ._list_15zmu_6._new_15zmu_82 ._tag_15zmu_68:after{content:"";position:absolute;width:3px;height:3px;border-radius:100px;background:#ff5959;top:0;right:0}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75 ._list_15zmu_6 ._title_15zmu_49{color:#4d4c61}._content_15zmu_45._notice_15zmu_3 ._notice-board-wrap_15zmu_70 ._list-wrap_15zmu_75 ._list_15zmu_6._top_15zmu_81 ._title_15zmu_49{font-weight:500}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._detail-top_15zmu_86{display:flex;gap:8px;align-items:center;padding:16px 0}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._detail-top_15zmu_86 ._title_15zmu_49{font-size:18px;line-height:28px;color:#41414f;font-weight:500;font-family:IBM Plex Sans KR}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._detail-top_15zmu_86 ._date_15zmu_69{margin-left:auto}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._detail-content_15zmu_90{padding:32px 16px;font-size:14px;line-height:20px;color:#41414f;border-top:1px solid #acacb4}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._list-wrap_15zmu_75{border-top:1px solid #dedfe5}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._list-wrap_15zmu_75 ._list_15zmu_6{display:flex;padding:16px;font-size:14px;line-height:20px;align-items:center;border-bottom:1px solid #dedfe5}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._list-wrap_15zmu_75 ._list_15zmu_6 ._order_15zmu_93{color:#4d4c61}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._list-wrap_15zmu_75 ._list_15zmu_6 ._title_15zmu_49{margin-left:8px;flex:1;font-size:16px;line-height:24px;color:#41414f;font-family:IBM Plex Sans KR}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._list-wrap_15zmu_75 ._list_15zmu_6 ._tag_15zmu_68{margin-left:24px}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._list-wrap_15zmu_75 ._list_15zmu_6 ._date_15zmu_69{margin-left:auto}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._btn-wrap_15zmu_97{margin-top:32px}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._btn-wrap_15zmu_97 ._btn_15zmu_13{font-weight:500}._content_15zmu_45._notice_15zmu_3 ._notice-detail-wrap_15zmu_85 ._btn-wrap_15zmu_97 ._btn_15zmu_13 i{margin-right:6px}._content_15zmu_45._faq_15zmu_102{width:1128px}._content_15zmu_45._faq_15zmu_102 ._page-title_15zmu_46{justify-content:center;font-size:20px;line-height:30px}._content_15zmu_45._faq_15zmu_102 ._search-form_15zmu_70{width:622px;margin:0 auto}._content_15zmu_45._faq_15zmu_102 ._search-form_15zmu_70 ._search-input_15zmu_71 i._icon-search-bk_15zmu_74{right:24px;left:unset;opacity:.7}._content_15zmu_45._faq_15zmu_102 ._search-form_15zmu_70 ._search-input_15zmu_71 input{padding:15px 56px 15px 16px;border:1px solid #ff951a}._content_15zmu_45._faq_15zmu_102 ._search-form_15zmu_70 ._search-input_15zmu_71 input::-webkit-input-placeholder{color:#9393a3}._content_15zmu_45._faq_15zmu_102 ._category-tab_15zmu_108{margin-top:32px;display:flex;gap:8px}._content_15zmu_45._faq_15zmu_102 ._category-tab_15zmu_108 ._btn_15zmu_13{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:118px;height:104px;border-radius:6px;font-size:14px;line-height:20px;color:#4d4c61;background:#f8f8f9}._content_15zmu_45._faq_15zmu_102 ._category-tab_15zmu_108 ._btn_15zmu_13 i{width:48px;height:48px}._content_15zmu_45._faq_15zmu_102 ._category-tab_15zmu_108 ._btn_15zmu_13._on_15zmu_111{color:#fff;background:#ff951a}._content_15zmu_45._faq_15zmu_102 ._category-tab_15zmu_108 ._btn_15zmu_13._on_15zmu_111 i{filter:brightness(0) invert(1)}._content_15zmu_45._faq_15zmu_102 ._list-wrap_15zmu_75{margin-top:32px}._content_15zmu_45._faq_15zmu_102 ._list-wrap_15zmu_75 ._count-div_15zmu_114{margin-bottom:16px;font-size:18px;line-height:27px;color:#41414f}._content_15zmu_45._faq_15zmu_102 ._list-wrap_15zmu_75 ._count-div_15zmu_114 b{font-weight:500}._content_15zmu_45._faq_15zmu_102 ._list-wrap_15zmu_75 ._no-data_15zmu_116{padding:120px 0;border-radius:12px;border:1px solid #dedfe5}._content_15zmu_45._faq_15zmu_102 ._list-wrap_15zmu_75 ._no-data_15zmu_116 ._tit_15zmu_2{font-weight:500}._content_15zmu_45._faq_15zmu_102 ._list-wrap_15zmu_75 ._list-title_15zmu_118{padding-right:16px;display:flex;gap:6px}._content_15zmu_45._faq_15zmu_102 ._list-wrap_15zmu_75 ._list-title_15zmu_118 b{font-weight:700}._content_15zmu_45._faq_15zmu_102 ._list_15zmu_6._has-video_15zmu_120 ._list-title_15zmu_118:after{content:"";flex-shrink:0;width:24px;height:24px;background:url(/assets/icon_video-94a3faa6.svg) center / cover no-repeat}._content_15zmu_45._faq_15zmu_102 ._list_15zmu_6 ._list-content_15zmu_121 a{color:#417be6;text-decoration:underline}._content_15zmu_45._faq_15zmu_102 ._list_15zmu_6 ._list-content_15zmu_121 ._btn-div_15zmu_122{margin-top:24px;display:flex;gap:16px}._content_15zmu_45._faq_15zmu_102 ._list_15zmu_6 ._list-content_15zmu_121 ._satisfaction_15zmu_123{margin-top:24px;padding:16px;display:flex;align-items:center;gap:16px;font-size:14px;line-height:20px;color:#5e5e70}._content_15zmu_45._faq_15zmu_102 ._list_15zmu_6 ._list-content_15zmu_121 ._satisfaction_15zmu_123 ._btn-div_15zmu_122{gap:8px;margin-top:0}._content_15zmu_45._faq_15zmu_102 ._list_15zmu_6 ._list-content_15zmu_121 ._satisfaction_15zmu_123 ._btn-div_15zmu_122 ._btn_15zmu_13{min-width:92px}._content_15zmu_45._faq_15zmu_102 ._list_15zmu_6 ._list-content_15zmu_121 ._satisfaction_15zmu_123 ._btn-div_15zmu_122 ._btn_15zmu_13:hover{border-color:#92929c}._content_15zmu_45._faq_15zmu_102 ._list_15zmu_6 ._list-content_15zmu_121 ._satisfaction_15zmu_123 ._btn-div_15zmu_122 ._btn_15zmu_13 i{margin-right:2px}._faq-to-inquiry-banner_15zmu_128{width:100%;background:#fef8f6;display:flex;justify-content:center}._faq-to-inquiry-banner_15zmu_128 ._inner_15zmu_4{height:68px;display:flex;justify-content:center;align-items:center;gap:16px;background:#fef8f6}._faq-to-inquiry-banner_15zmu_128 ._inner_15zmu_4 img{margin-right:-16px;margin-top:-24px}._faq-to-inquiry-banner_15zmu_128 ._inner_15zmu_4 i{width:16px;height:16px}._content_15zmu_45._inquiry_15zmu_134{width:1128px;margin:0 auto}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list-wrap_15zmu_75{margin-top:16px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list-header_15zmu_76{padding:15px 0;display:flex;font-size:13px;line-height:18px;color:#4d4c61;border-radius:8px;background-color:#f0f0f3;text-align:center}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._order_15zmu_93{width:100px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._category_15zmu_77{width:160px;text-align:left}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._detail_15zmu_54,._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._title_15zmu_49{flex:1}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._date_15zmu_69{width:120px;color:#7a7a89;font-family:IBM Plex Sans KR}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._status_15zmu_142{width:110px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6{display:flex;padding:16px 0;font-size:14px;line-height:20px;color:#4d4c61;align-items:center;border-bottom:1px solid #dedfe5;text-align:center}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6 ._title_15zmu_49{text-align:left}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6 ._question_15zmu_145{display:flex}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6._new_15zmu_82 ._question_15zmu_145 ._title_15zmu_49:after{content:"NEW";margin-left:6px;font-size:12px;line-height:16px;color:#ff5959;padding:0 8px;border:1px solid #ff5959;border-radius:100px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6._complete_15zmu_147 ._question_15zmu_145{padding-bottom:16px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6._complete_15zmu_147 ._status_15zmu_142{color:#ff951a;font-weight:500}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6 ._reply_15zmu_149{padding:16px 0 0 8px;display:flex;border-top:1px solid #dedfe5}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6 ._reply_15zmu_149 ._title_15zmu_49{display:flex;gap:8px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._list_15zmu_6 ._reply_15zmu_149 ._title_15zmu_49:before{content:"";width:16px;height:16px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left center / cover no-repeat}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._no-data_15zmu_116{padding:120px 0;border-bottom:1px solid #dedfe5}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-board-wrap_15zmu_135 ._no-data_15zmu_116 ._tit_15zmu_2{font-weight:500}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._line-box_15zmu_48{padding:24px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._line-box_15zmu_48 ._title_15zmu_49{display:flex;gap:8px;align-items:center;font-size:18px;line-height:28px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._line-box_15zmu_48 ._title_15zmu_49 b{font-size:30px;line-height:34px;font-family:Godo}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._line-box_15zmu_48 ._title_15zmu_49 ._date_15zmu_69{margin-left:auto;font-size:14px;line-height:20px;color:#7a7a89;font-weight:400;font-family:IBM Plex Sans KR}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._content-box_15zmu_159{margin-top:12px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._content-box_15zmu_159 ._attached-file_15zmu_160{color:#417be6;text-decoration:underline}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._content-box_15zmu_159 ._column_15zmu_161{padding:18px 8px;color:#4d4c61}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._content-box_15zmu_159 ._table-tit_15zmu_162{width:120px;color:#41414f}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._content-box_15zmu_159 ._content-detail_15zmu_163{padding:24px 0;font-size:14px;line-height:20px;color:#41414f}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._reply_15zmu_149{margin-top:16px;padding-left:48px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left 4px top 16px / 40px no-repeat}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._reply_15zmu_149 ._content-box_15zmu_159{border-top:1px solid #aeaeba}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._reply_15zmu_149 ._line-box_15zmu_48{padding-bottom:16px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._reply_15zmu_149 ._attached-box_15zmu_167{display:flex;font-size:14px;line-height:20px;border-top:1px solid #dedfe5;padding-top:16px}._content_15zmu_45._inquiry_15zmu_134 ._inquiry-detail-wrap_15zmu_154 ._reply_15zmu_149 ._attached-box_15zmu_167 ._table-tit_15zmu_162{font-weight:500;margin-right:8px}._content_15zmu_45._inquiry_15zmu_134 ._information_15zmu_169{margin-top:48px;display:flex;gap:8px;align-items:center;font-size:14px;line-height:20px;color:#4d4c61}._content_15zmu_45._inquiry_15zmu_134 ._information_15zmu_169 i{width:16px;height:16px}._content_15zmu_45._inquiry_15zmu_134 ._information_15zmu_169 b{font-weight:700}._content_15zmu_45._inquiry_15zmu_134 ._btn-wrap_15zmu_97{margin-top:32px}._inquiry-write-pop_15zmu_175 ._popup-content-wrap_15zmu_175{width:600px}._inquiry-write-pop_15zmu_175 ._popup-content_15zmu_175{text-align:left;max-height:calc(100vh - 300px)}._inquiry-write-pop_15zmu_175 ._sec-tit_15zmu_177{padding:8px 0;font-size:14px;line-height:20px;font-weight:500;color:#4d4c61}._inquiry-write-pop_15zmu_175 ._radio-div_15zmu_178{display:flex;gap:16px;align-items:center}._inquiry-write-pop_15zmu_175 ._radio-div_15zmu_178 ._tit_15zmu_2{width:58px}._inquiry-write-pop_15zmu_175 ._my-info_15zmu_180{margin-top:16px;padding-top:8px;border-top:1px solid #dedfe5}._inquiry-write-pop_15zmu_175 ._flex-box_15zmu_181{padding:8px 0;display:flex;font-size:14px;line-height:20px;color:#5e5e70}._inquiry-write-pop_15zmu_175 ._flex-box_15zmu_181 ._tit_15zmu_2{width:90px;font-weight:500;color:#4d4c61}._inquiry-write-pop_15zmu_175 ._input-form_15zmu_183{margin-top:8px}._inquiry-write-pop_15zmu_175 ._input-form_15zmu_183 ._sec-tit_15zmu_177{margin-bottom:8px}._inquiry-write-pop_15zmu_175 ._input-form_15zmu_183 textarea{padding:8px;border-radius:8px;border:1px solid #dedfe5;min-height:140px}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186{margin-top:8px}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-box_15zmu_187{display:flex;width:256px;flex-wrap:wrap;gap:8px;padding:8px;background:#fafafa;border-radius:8px}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-box_15zmu_187 ._upload_15zmu_188{position:relative;height:120px;flex-basis:116px;padding:7px;border:1px solid #eaebf0;border-radius:8px;background:url(/assets/icon_plus_circle_line-4d8771d4.svg) center top 24px / 48px no-repeat;cursor:pointer}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-box_15zmu_187 ._upload_15zmu_188 input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;border:none!important;cursor:pointer;z-index:1}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-box_15zmu_187 ._upload_15zmu_188 span{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-size:14px;line-height:20px;font-weight:500;color:#7a7a89}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-list_15zmu_191{flex-basis:116px;padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-list_15zmu_191 ._thumb_15zmu_192{width:100px;height:80px}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-list_15zmu_191 ._thumb_15zmu_192 img{width:100%;height:100%;object-fit:contain}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-list_15zmu_191 ._tit_15zmu_2{display:flex;align-items:center}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-list_15zmu_191 ._tit_15zmu_2 ._name_15zmu_195{width:58px}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._file-list_15zmu_191 ._tit_15zmu_2 ._x-btn_15zmu_196{margin-left:auto}._inquiry-write-pop_15zmu_175 ._attach-form_15zmu_186 ._guide-txt_15zmu_197{margin-top:4px;font-size:11px;line-height:18px;color:#7a7a89}._inquiry-write-pop_15zmu_175 ._popup-button-wrap_15zmu_198{padding-top:32px;border-top:1px solid #dedfe5;margin:0 24px}._accordian_down_15zmu_200{-webkit-transition:height .3s ease-in;-moz-transition:height .3s ease-in;-o-transition:height .3s ease-in;-ms-transition:height .3s ease-in;transition:height .3s ease-in}._accordian_up_15zmu_208{height:0;-webkit-transition:height .3s ease-in;-moz-transition:height .3s ease-in;-o-transition:height .3s ease-in;-ms-transition:height .3s ease-in;transition:height .3s ease-in}*{margin:0;padding:0;box-sizing:border-box}a,abbr,address,article,aside,audio,b,blockquote,body,br,button,canvas,caption,cite,code,col,data,datalist,dd,del,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,html,i,iframe,img,input,ins,kbd,label,legend,li,main,mark,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,select,small,span,strong,sub,sup,table,td,textarea,th,time,u,ul,var,video{margin:0;padding:0;font-size:100%;font:inherit;box-sizing:border-box;font-family:Noto Sans KR,맑은 고딕,Malgun Gothic,sans-serif}html{width:100%;height:100%;-webkit-overflow-scrolling:touch}html,body{color:#4d4c61;font-family:Noto Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:400;text-shadow:none;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;letter-spacing:-.03em}footer,header,nav,section,main{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0;border-style:hidden;width:100%}ul,ol,li{list-style:none}img,fieldset,select,textarea{border:none}input,select,button{color:inherit;background-color:transparent;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}button,input[type=checkbox]+label,input[type=radio]+label{cursor:pointer}legend,caption{position:absolute;top:-9999px;left:-9999px;z-index:-1}input:focus{outline:none}input[type=radio],input[type=checkbox]{border:none!important;padding:0;height:auto}input[type=button],input[type=button]:hover,input[type=button]:focus{border:none}input::placeholder{color:#9393a3}input::-ms-reveal,input::-ms-clear{display:none}input::-ms-clear,input::-ms-reveal{display:none;width:0;height:0}input::-webkit-search-decoration,input::-webkit-search-cancel-button,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;-webkit-transition:background-color 9999s ease-out;-webkit-box-shadow:0 0 0px 1000px white inset!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}select{-webkit-appearance:none;appearance:none;-moz-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:inherit;background:none}textarea{vertical-align:middle;font-weight:400;font-size:14px;line-height:20px;border-radius:0;resize:none;overflow-y:auto}textarea:focus{outline:none}a{color:#222;text-decoration:none;cursor:pointer;border:none}a:hover,a:focus,a:active{text-decoration:none;outline:none}button{background:none;border:none;padding:0;margin:0;cursor:pointer;overflow:visible;letter-spacing:-.03em}button:active{outline:none}button::-moz-focus-inner{padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}em{font-style:normal}svg{vertical-align:middle}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:100;src:url(/assets/NotoSansKR-Thin-e02866d9.woff2) format("woff2"),url(/assets/NotoSansKR-Thin-596f9bc7.woff) format("woff"),url(/assets/NotoSansKR-Thin-9557a870.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:300;src:url(/assets/NotoSansKR-Light-fea007c3.woff2) format("woff2"),url(/assets/NotoSansKR-Light-b355e230.woff) format("woff"),url(/assets/NotoSansKR-Light-7cd5bea5.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:400;src:url(/assets/NotoSansKR-Regular-78b60c8f.woff2) format("woff2"),url(/assets/NotoSansKR-Regular-5fc80bdc.woff) format("woff"),url(/assets/NotoSansKR-Regular-145ccb13.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:500;src:url(/assets/NotoSansKR-Medium-7cd7b2f3.woff2) format("woff2"),url(/assets/NotoSansKR-Medium-b611661b.woff) format("woff"),url(/assets/NotoSansKR-Medium-a386cb97.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:700;src:url(/assets/NotoSansKR-Bold-b0151e0c.woff2) format("woff2"),url(/assets/NotoSansKR-Bold-4cc1647a.woff) format("woff"),url(/assets/NotoSansKR-Bold-00c23941.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:900;src:url(/assets/NotoSansKR-Black-29ff9aef.woff2) format("woff2"),url(/assets/NotoSansKR-Black-2131444e.woff) format("woff"),url(/assets/NotoSansKR-Black-d5347b2d.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:100;src:url(/assets/IBMPlexSansKR-Thin-26ff152f.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Thin-1dc58a06.woff) format("woff"),url(/assets/IBMPlexSansKR-Thin-6a6cbbd4.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:300;src:url(/assets/IBMPlexSansKR-Light-4e26b7a1.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Light-13a6dc3b.woff) format("woff"),url(/assets/IBMPlexSansKR-Light-24773f3b.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:400;src:url(/assets/IBMPlexSansKR-Regular-d8e4d6b8.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Regular-24b103aa.woff) format("woff"),url(/assets/IBMPlexSansKR-Regular-20fb51a4.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/IBMPlexSansKR-Medium-bc839121.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Medium-2dc3ec80.woff) format("woff"),url(/assets/IBMPlexSansKR-Medium-9c4c0d0b.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/IBMPlexSansKR-SemiBold-4a4fdc9a.woff2) format("woff2"),url(/assets/IBMPlexSansKR-SemiBold-1b80c853.woff) format("woff"),url(/assets/IBMPlexSansKR-SemiBold-7b35f317.otf) format("opentype")}@font-face{font-family:IBM Plex Sans KR;font-style:normal;font-weight:700;src:url(/assets/IBMPlexSansKR-Bold-ec9acfec.woff2) format("woff2"),url(/assets/IBMPlexSansKR-Bold-ef2555cd.woff) format("woff"),url(/assets/IBMPlexSansKR-Bold-5a0d7fa4.otf) format("opentype")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/IBMPlexMono-Medium-b3242e26.woff2) format("woff2"),url(/assets/IBMPlexMono-Medium-9d9d4ab6.woff) format("woff"),url(/assets/IBMPlexMono-Medium-b70c3ed5.otf) format("opentype")}@font-face{font-family:pass;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format("woff")}@font-face{font-family:Godo;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/GodoM-540f6a2f.otf) format("opentype")}@font-face{font-family:Pretendard;font-style:normal;font-weight:400;src:url(/assets/Pretendard-Regular-4e418500.woff2) format("woff"),url(/assets/Pretendard-Regular-8bcbe0d9.otf) format("opentype")}@font-face{font-family:Pretendard;font-style:normal;font-weight:700;src:url(/assets/Pretendard-Bold-02e180fa.woff2) format("woff2"),url(/assets/Pretendard-Bold-5723aee3.otf) format("opentype")}.sfont100{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:100!important}.sfont300{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:300!important}.sfont400{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:400!important}.sfont500{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:500!important}.sfont600{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:600!important}.sfont700{font-family:IBM Plex Sans KR,맑은 고딕,Malgun Gothic,sans-serif!important;font-weight:700!important}.clear:after{content:"";display:block;clear:both}.blind{position:absolute;top:-1000px;text-indent:-9999px;font-size:0!important}.fl-l{float:left}.fl-r{float:right}.fl-n{float:unset!important;clear:both}.ta-l{text-align:left!important}.ta-c{text-align:center!important}.ta-r{text-align:right!important}.va-t{vertical-align:top}.va-m{vertical-align:middle}table.va-t th,table.va-t td{vertical-align:top}table.va-m th,table.va-m td{vertical-align:middle}.fw-t{font-weight:100!important}.fw-l{font-weight:300!important}.fw-r{font-weight:400!important}.fw-m{font-weight:500!important}.fw-b{font-weight:700!important}.fw-sb{font-weight:900!important}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.img-resize{position:relative;overflow:hidden}.img-resize img{position:absolute;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.img-resize.reverse img{width:100%;height:auto}html.map,html.map body,html.map #SY{height:100%}body{font-size:16px}body.popupView{overflow:hidden}option{padding:7px 10px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=address]{padding:0 8px;border-radius:6px;border:1px solid #dedfe5;caret-color:#ff951a;background:#fff;font-size:14px;line-height:20px}input[type=text]:hover,input[type=password]:hover,input[type=email]:hover,input[type=number]:hover,input[type=tel]:hover,input[type=address]:hover{border:1px solid #92929c}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=address]:focus{border:1px solid #92929c}input[type=text]:invalid,input[type=password]:invalid,input[type=email]:invalid,input[type=number]:invalid,input[type=tel]:invalid{border:1px solid #eb513c}input:disabled,input:read-only{border:1px solid #dedfe5;background:#f8f8f9;cursor:auto}input:disabled:hover,input:read-only:hover,input:disabled:focus,input:read-only:focus{border:1px solid #dedfe5}input[type=button]:disabled,input[type=button]:read-only{border:none}input.won{padding-right:34px;position:relative}select{padding:7px 36px 7px 10px;font-weight:400;font-size:14px;line-height:20px;color:#4d4c61;background:url(/assets/icon_arrow_down_gr-511eea19.svg) no-repeat right 10px top 50%;background-size:16px;border:1px solid #dedfe5;border-radius:6px}select:hover{background:url(/assets/icon_arrow_down_bk-941d788b.svg) no-repeat right 10px top 50%;background-size:16px;border:1px solid #92929c}select:focus{background:url(/assets/icon_arrow_down_bk-941d788b.svg) no-repeat right 10px top 50%;background-size:16px;border:1px solid #ff951a;outline:none}textarea{caret-color:#ff951a}textarea:disabled,textarea:read-only{cursor:auto;background:#f8f8f9}textarea::-webkit-scrollbar{width:14px}textarea::-webkit-scrollbar-thumb{background-color:#dedfe5;border-radius:10px;background-clip:padding-box;border:4px solid transparent}textarea::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}button{font-weight:400;font-size:14px;font-family:Noto Sans KR,맑은 고딕,Malgun Gothic,sans-serif}::-webkit-input-placeholder{font-size:14px;line-height:20px;color:#9393a3}:-moz-placeholder{font-size:14px;line-height:20px;color:#9393a3}::-moz-placeholder{font-size:14px;line-height:20px;color:#9393a3}:-ms-input-placeholder{font-size:14px;line-height:20px;color:#9393a3}input:placeholder-shown,textarea:placeholder-shown{font-size:14px;line-height:20px;color:#9393a3}.custom-scroll{overflow-y:overlay}.custom-scroll-div{overflow-y:overlay;height:250px}.custom-scroll::-webkit-scrollbar{width:14px}.custom-scroll::-webkit-scrollbar-thumb{background-color:#dedfe5;border-radius:10px;background-clip:padding-box;border:4px solid transparent}.custom-scroll::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.border-none{border:0!important}.wrap{position:relative}.w50{width:50px!important}.w62{width:62px!important}.w80{width:80px!important}.w88{width:88px!important}.w96{width:96px!important}.w100{width:100px!important}.w104{width:104px!important}.w120{width:120px!important}.w160{width:160px!important}.w180{width:180px!important}.w192{width:192px!important}.w208{width:208px!important}.w224{width:224px!important}.w240{width:240px!important}.w260{width:260px!important}.w280{width:280px!important}.w290{width:290px!important}.w500{width:500px!important}.w100p{width:100%!important}.pd-b10{padding-bottom:10px}.pd12{padding:12px 0}.pd16{padding:16px 0}.pd32{padding:32px 0}.pd-0{padding:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}html.map,html.map body{height:100%}.co-red{color:#ff5959!important}.co-blue{color:#417be6!important}.co-org{color:#ff951a!important}.co-dorg{color:#ff7f0f!important}.co-wh{color:#fff!important}.dot-indent p{position:relative;font-size:14px;line-height:20px;color:#7a7a89;margin-top:4px;padding-left:10px;text-align:left}.dot-indent p:first-child{margin-top:0}.dot-indent p:before{content:"";display:block;position:absolute;top:9px;left:0;width:2px;height:2px;background-color:#9393a3;border-radius:100px}.dot-indent+.check-box-div{margin-top:24px}.warning-box{padding:16px 16px 16px 40px;background:url(/assets/icon_warning-6d94b3a7.svg) left 16px top 18px / 16px no-repeat #fff7f7;border-radius:8px;text-align:left}.warning-box .warning-txt{font-size:14px;line-height:20px;color:#4d4c61}.warning-box .warning-txt span.red{color:#ff5959;font-weight:500}.warning-box .dot-indent{margin-left:-24px;margin-top:8px}.warning-box+.check-box-div{margin-top:24px}.required-box{padding:16px;background:#fff7f7;border-radius:8px}.required-box .required-tit{padding-left:24px;font-size:14px;line-height:20px;font-weight:500;color:#4d4c61;background:url(/assets/icon_loud_red-b997fb6c.svg) center left / 16px no-repeat}.noti-box{padding:24px 24px 24px 48px;background:url(/assets/icon_loud-975474e0.svg) left 24px top 24px / 16px no-repeat #f8f8f9;border-radius:8px}.noti-box .noti-txt{display:flex;font-size:14px;line-height:20px;color:#4d4c61;margin-top:8px}.noti-box .noti-txt:first-child{margin-top:0}.noti-box .noti-txt a.blue{color:#417be6;text-decoration:underline;margin-left:8px}.noti-box .noti-txt a i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-top:-2px;margin-left:2px}.line-box{padding:16px;border-radius:8px;border:1px solid #dedfe5}.gray-box{padding:16px 24px;border-radius:8px;background:#f8f8f9}[class*=limit-line]{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical}.limit-line1{display:block;white-space:nowrap}.limit-line2{-webkit-line-clamp:2}.limit-line3{-webkit-line-clamp:3}.limit-line5{-webkit-line-clamp:5}.limit-line6{-webkit-line-clamp:6}.input-form .tit.important:after{content:"*";color:#ff5959}.input-form .input-area.pw-view .view{position:absolute;background:url(/assets/icon_pw_view-129a915d.svg) no-repeat center;cursor:pointer}.input-form .input-area.pw-view .view.on{background:url(/assets/icon_pw_view_on-e4eb8b88.svg) no-repeat center}.input-form .input-area.clear-has .delete{display:none;position:absolute;background:url(/assets/icon_xbtn-235419bd.svg) no-repeat center;cursor:pointer}.input-default .input-form{margin-top:20px}.input-default .input-form:first-child{margin-top:0}.input-default .input-form .tit{font-size:16px;line-height:24px;color:#4d4c61}.input-default .input-form .tit span{display:inline-block;margin-left:8px;color:#777}.input-default .input-form .tit span.red{margin-left:2px;font-size:14px;color:#f05b5a}.input-default .input-form .tit+.input-area{margin-top:12px}.input-default .input-form .input-area{position:relative}.input-default .input-form .input-area:after{content:"";display:block;clear:both}.input-default .input-form .input-area input,.input-default .input-form .input-area select,.input-default .input-form .input-area .select-form{float:left;width:100%;height:56px;border-radius:12px}.input-default .input-form .input-area.clear-has input{padding-right:56px}.input-default .input-form .input-area.clear-has{position:relative}.input-default .input-form .input-area.clear-has .delete{top:9px;right:9px;width:34px;height:34px;background-size:24px}.input-default .input-form .input-area.btn-has.clear-has .delete{right:113px}.input-default .input-form .input-area.btn-has.timer-has.clear-has .delete{right:199px}.input-default .input-form .input-area.timer-has input{padding-right:86px}.input-default .input-form .input-area.timer-has.clear-has input{padding-right:97px}.input-default .input-form .input-area .timer{position:absolute;top:14px;right:16px;font-size:18px;line-height:28px;color:#afaeba}.input-default .input-form .input-area.btn-has input{padding-right:116px}.input-default .input-form .input-area.btn-has .timer,.input-default .input-form .input-area.btn-has.pw-view .view{right:120px}.input-default .input-form .input-area .btn{position:absolute;top:1px;right:1px;display:block;width:104px;line-height:54px;text-align:center;font-size:18px;color:#afaeba;border:none;padding:0;border-radius:0 12px 12px 0}.input-default .input-form .input-area .btn:before{position:absolute;content:"";display:block;width:1px;height:54px;top:0;right:104px;background:#dedfe5;font-weight:400}.input-default .input-form .input-area.btn-has.clear-has input{padding-right:160px}.input-default .input-form .input-area.btn-has.timer-has input{padding-right:202px}.input-default .input-form .input-area.btn-has.timer-has.clear-has input{padding-right:246px}.input-default .input-form .input-area.pw-view input{padding-right:70px}.input-default .input-form .input-area.pw-view .view{top:9px;right:9px;width:34px;height:34px;background-size:24px}.input-default .input-form .input-area.pw-view .view.on{background-size:24px}.input-default .input-form .input-area+.input-area{margin-top:20px}.input-default .input-form .txt{display:none;padding-left:4px;margin-top:2px;font-size:11px;line-height:20px;color:#7a7a89}.input-default .input-form .input-area.guide-has+.txt{display:block}.input-default .input-form.success .txt{color:#14ba85}.input-default .input-form.error .input-area input{border:1px solid #eb513c}.input-default .input-form.error .txt{color:#eb513c}.input-default .input-form.success .txt,.input-form.error .txt{display:block}.input-hor .input-form{font-size:14px;line-height:20px;padding:16px 0}.input-hor .input-form>*{float:left}.input-hor input{font-size:14px;line-height:20px}.input-hor .input-form td,.input-hor .input-form th{padding-bottom:24px}.input-hor .input-form:first-child{padding-top:0}.input-hor .input-form:last-child{padding-bottom:0}.input-hor .input-form:after{content:"";display:block;clear:both}.input-hor .input-form .tit{height:36px;font-size:14px;line-height:36px;font-weight:500;text-align:left}.input-hor .input-form .text{height:36px;font-size:16px;line-height:36px;text-align:left}.input-hor .input-form .sub-text{height:36px;font-size:14px;line-height:36px;text-align:left}.input-hor .input-form .input-area{display:flex;position:relative}.input-hor .input-form .input-area input{height:36px;padding-right:8px;border-radius:6px}.input-hor .input-form .input-area *:not(:first-child){margin-left:8px}.input-hor .input-form .input-area+.input-area{margin-top:8px}.input-hor .input-form .input-area .divide{display:flex;position:relative}.input-hor .input-form .input-area .divide+.divide{margin-left:32px}.input-hor .input-form .input-area .divide+.divide:after{content:"";position:absolute;display:block;width:1px;height:36px;background:#dedfe5;top:0;left:-16px}.input-hor .input-form .input-area .divide .text+.text{margin-left:4px}.input-hor .input-form.success .txt,.input-form.hor.error .txt{clear:both}.input-hor .input-form.success .tit+.input-area,.input-form.hor.error .tit+.input-area{margin-bottom:6px}.input-hor .input-form .input-area.pw-view input{padding-right:36px}.input-hor .input-form .input-area.pw-view .view{top:5px;right:5px;width:26px;height:26px;background-size:16px}.input-hor .input-form .input-area.pw-view .view.on{background-size:16px}.input-hor .input-form.error .txt{float:none;padding-left:100px;font-size:10px;line-height:14px;color:#eb513c;margin-top:2px}.input-hor .input-form.error .txt:before{content:"";display:block;clear:left}.input-hor .input-form.error .tit.w120+.input-area+.txt{padding-left:124px}.input-hor .input-form.error .input-area input,.input-hor .input-form.error .input-area select{border:1px solid #eb513c}.input-form .input-area input{display:block;width:100%;height:36px}.input-form .input-area input.byte{position:absolute;right:8px;top:9px;font-size:12px;line-height:18px;color:#9393a3;font-family:IBM Plex Sans KR}.input-form .input-area input.byte b{color:#4d4c61}.input-form .input-area.has-byte{position:relative}.input-form .input-area.has-byte input{padding-right:48px}.input-form .input-area.has-byte .byte{position:absolute;right:8px;top:9px;font-size:12px;line-height:18px;color:#9393a3;font-family:IBM Plex Sans KR}.input-form .input-area.has-byte .byte b{color:#4d4c61}.textarea-div{position:relative;padding:8px 8px 32px;border:1px solid #dedfe5;background-color:#fff;border-radius:6px}.textarea-div:first-child{margin-top:0}.textarea-div textarea{width:100%;min-height:50px;font-size:14px;line-height:20px;color:#4d4c61;resize:none;background:none;border:none}.textarea-div textarea:focus,.textarea-div textarea:active{outline:0}.textarea-div textarea:focus{caret-color:#ff951a}.textarea-div .byte{position:absolute;bottom:8px;right:8px;font-size:13px;line-height:14px;color:#b6b6c2}.textarea-div .byte b{color:#4d4c61}.textarea-div .byte-error{position:absolute;bottom:8px;right:8px;font-size:13px;line-height:14px;color:#b6b6c2}.textarea-div .byte-error b{color:#eb513c}.divide-box{display:flex;gap:9px}.divide-box>*{position:relative}.divide-box>*:not(:last-child):after{content:"";display:block;position:absolute;width:1px;height:8px;background:#dedfe5;right:-5px;top:50%;transform:translateY(-50%)}mark{background-color:#4d4c61;color:#fff;border-radius:3px;padding:0 2px;font-weight:500}.sort-divide{display:flex;gap:25px;margin-top:32px}.sort-divide>button{position:relative;font-size:14px;line-height:20px;color:#666}.sort-divide>button:not(:last-child):after{content:"";position:absolute;height:8px;width:1px;right:-13px;top:50%;transform:translateY(-50%);background:#ddd}.sort-divide>button.on{color:#ff7f0f;font-weight:700}.mem-grade{font-size:12px;line-height:18px;font-weight:500;font-family:IBM Plex Sans KR}.mem-grade:before{content:"";display:inline-block;width:16px;height:16px;margin-right:2px;vertical-align:middle;margin-top:-2px;background-size:cover;background-position:center;background-repeat:no-repeat}.mem-grade[aria-label=새싹]:before{background-image:url(data:image/png;base64,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)}.mem-grade[aria-label=새싹].origin:before{background-image:url(../../public/images/grade_grn.png)}.mem-grade[aria-label=새싹]{visibility:hidden}.mem-grade[aria-label=새싹].origin{visibility:visible}.mem-grade[aria-label=열매]:before{background-image:url(data:image/png;base64,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)}.mem-grade[aria-label=초수]:before{background-image:url(data:image/png;base64,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)}.mem-grade[aria-label=중수]:before{background-image:url(data:image/png;base64,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)}.mem-grade[aria-label=고수]:before{background-image:url(data:image/png;base64,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)}.mem-grade[aria-label=영웅]:before{background-image:url(data:image/png;base64,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)}.mem-info-detail{display:flex;gap:8px;align-items:center}.mem-info-detail .profile-photo{width:36px;height:36px;flex-shrink:0;background:url(/assets/icon_profile-0c8d8fb9.svg) center center no-repeat #f5f5f5;border:1px solid #dedfe5;border-radius:14px;margin-top:8px}.mem-info-detail .detail-right{margin-left:auto;display:flex;gap:6px}.mem-info-detail .detail-right .tag{padding:2px 10px;height:24px}.mem-info-detail .info-detail{flex-grow:1}.mem-info-detail .info-detail .detail-top{display:flex;gap:6px;align-items:center}.mem-info-detail .info-detail .detail-top .mem-name{font-size:16px;line-height:18px;font-weight:500}.mem-info-detail .info-detail .detail-top .tool-box{margin-left:auto}.mem-info-detail .info-detail .detail-bottom{margin-top:4px}.mem-info-detail .info-detail .detail-bottom .txt{font-size:12px;line-height:20px;color:#7a7a89;font-family:IBM Plex Sans KR}.tool-box{position:relative}.tool-box .tool-btn{width:24px;height:24px;border-radius:6px;background:url(/assets/icon_dot-49d72d65.svg) center / cover no-repeat;flex-shrink:0}.tool-box .tool-btn.setting-btn{background-image:url(/assets/icon_setting_wh-87eb9b55.svg);background-color:#afaeba;border-radius:50%;background-size:16px}.tool-box .tool-list{display:none;z-index:2;position:absolute;right:0;min-width:162px;padding:7px;border-radius:6px;background:#fff;border:1px solid #eaebf0;box-shadow:0 15px 30px -5px #0000001a}.tool-box .tool-list a{display:block;padding:4px 6px;font-size:14px;line-height:20px;color:#4d4c61;border-radius:4px;text-align:left}.tool-box .tool-list a:hover{background:#f8f8f9}.tool-box .tool-list a i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:6px;margin-top:-4px}.tool-box .tool-list button{display:block;width:100%;padding:4px 6px;font-size:14px;line-height:20px;color:#4d4c61;border-radius:4px;text-align:left}.tool-box .tool-list button:hover{background:#f8f8f9}.tool-box .tool-list button i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:6px;margin-top:-4px}.tool-box .tool-btn:not(.setting-btn,.user)[aria-pressed=true],.tool-box .tool-btn:not(.setting-btn,.user):hover{background-color:#f8f8f9}.tool-box .tool-btn[aria-pressed=true]+.tool-list{display:block}.tool-box .tool-btn.setting-btn[aria-pressed=true]+.tool-list{left:50%;transform:translate(-50%);min-width:150px}a.write-div.textarea-div{display:block;background:#fafafa}a.write-div.textarea-div textarea{pointer-events:none}.write-div .function-area{position:absolute;bottom:12px;right:24px}.write-div .function-area .btn-wrap{justify-content:flex-end;gap:12px}.write-div .function-area .btn-wrap i{width:16px;height:16px}.write-popup-allposts .popup-content-wrap{width:690px}.write-popup-allposts .popup-content{text-align:left}.write-popup-allposts .custom-scroll{max-height:calc(100vh - 470px);min-height:100px;margin:8px 0}.write-popup-allposts .select-div{width:150px}.write-popup-allposts .input-area{margin:12px 0 8px}.write-popup-allposts .input-area input{height:36px}.write-popup-allposts .textarea-div{padding-bottom:8px}.write-popup-allposts .textarea-div textarea{min-height:40px}.write-popup-allposts .content-div .content-box{display:flex;flex-direction:column;gap:8px}.write-popup-allposts .file-section{display:flex;flex-wrap:wrap;gap:8px 10px;padding:8px;background:#fafafa;border-radius:8px}.write-popup-allposts .file-section .guide-txt{font-size:12px;line-height:18px;color:#7a7a89;margin-bottom:-4px}.write-popup-allposts .file-section .file-list{flex-basis:calc(20% - 8px);padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}.write-popup-allposts .file-section .file-list .thumb{width:100px;height:80px}.write-popup-allposts .file-section .file-list .thumb img{width:100%;height:100%;object-fit:contain}.write-popup-allposts .file-section .file-list .tit{display:flex;align-items:center}.write-popup-allposts .file-section .file-list .tit .name{width:58px}.write-popup-allposts .file-section .file-list .tit .x-btn{margin-left:auto}.write-popup-allposts .emoji-section{position:relative;height:60px;width:60px}.write-popup-allposts .emoji-section .btn-delete{display:block;position:absolute;bottom:0;right:0;width:24px;height:24px;background:#afaeba;border:1px solid #fff;border-radius:30px;opacity:.8;text-align:center}.write-popup-allposts .emoji-section .btn-delete:hover{background:#ff951a;border-color:#ff951a;opacity:1}.write-popup-allposts .emoji-section .btn-delete i{width:16px;height:16px;margin-top:-4px}.write-popup-allposts .map-section{display:flex;align-items:center;min-height:72px;border:1px solid #eaebf0;border-radius:8px;padding-right:12px}.write-popup-allposts .map-section .map-area{width:248px;height:100%}.write-popup-allposts .map-section .address-area{width:294px;padding:2px 0;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:18px;color:#41414f}.write-popup-allposts .map-section .address-area i{width:24px;height:24px;flex-shrink:0}.write-popup-allposts .map-section .btn{margin-left:auto}.write-popup-allposts .sharing-section{display:flex;padding:16px;border:1px solid #dedfe5;border-radius:8px;align-items:center}.write-popup-allposts .sharing-section .sharing-cont{width:532px;margin-right:8px}.write-popup-allposts .sharing-section .share-tit{font-size:14px;line-height:18px;color:#41414f;font-weight:500}.write-popup-allposts .sharing-section .share-source{margin-top:8px;font-size:14px;line-height:18px;color:#4d4c61}.write-popup-allposts .sharing-section .btn{margin-left:auto}.write-popup-allposts .function-area{margin-top:20px}.write-popup-allposts .function-area .btn-wrap{justify-content:flex-end;align-items:center}.write-popup-allposts .function-area .btn-wrap a[class*=add-]{position:relative}.write-popup-allposts .function-area .btn-wrap a[class*=add-]:after{display:none;position:absolute;width:max-content;background:rgba(23,28,38,.7);font-size:12px;line-height:16px;color:#fff;font-weight:500;padding:6px 8px;bottom:-28px;left:50%;transform:translate(-50%);border-radius:8px}.write-popup-allposts .function-area .btn-wrap a[class*=add-]:hover:after{display:block}.write-popup-allposts .function-area .btn-wrap .add-img:after{content:"사진"}.write-popup-allposts .function-area .btn-wrap .add-emoji:after{content:"이모티콘"}.write-popup-allposts .function-area .btn-wrap .add-file:after{content:"파일"}.write-popup-allposts .function-area .btn-wrap .add-map:after{content:"지도"}.write-popup-allposts .function-area .btn-wrap .btn{width:120px;height:36px}.function-area .btn-wrap{justify-content:flex-end;align-items:center}.function-area .btn-wrap button[class*=add-]{position:relative}.function-area .btn-wrap button[class*=add-]:after{display:none;position:absolute;width:max-content;background:rgba(23,28,38,.7);font-size:12px;line-height:16px;color:#fff;font-weight:500;padding:6px 8px;bottom:-28px;left:50%;transform:translate(-50%);border-radius:8px}.function-area .btn-wrap button[class*=add-]:hover:after{display:block}.function-area .btn-wrap .add-img:after{content:"사진"}.function-area .btn-wrap .add-emoji:after{content:"이모티콘"}.function-area .btn-wrap .add-file:after{content:"파일"}.function-area .btn-wrap .add-map:after{content:"지도"}.file-section{display:flex;flex-wrap:wrap;gap:8px 10px;padding:8px;border-radius:8px}.file-section .guide-txt{font-size:12px;line-height:18px;color:#7a7a89;margin-bottom:-4px}.file-section .image-list{flex-basis:calc(20% - 8px);padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}.file-section .file-list{flex-basis:calc(50% - 8px);padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}.file-section .file-list .thumb{width:100px;height:80px}.file-section .file-list .thumb img{width:100%;height:100%;object-fit:contain}.file-section .file-list .tit{display:flex;align-items:center}.file-section .file-list .tit .name{width:58px}.file-section .file-list .tit .namefile{width:220px}.file-section .file-list .tit .x-btn{margin-left:auto}.emoji-sectiondiv{position:relative;height:60px;width:60px}.emoji-sectiondiv .btn-delete{display:block;position:absolute;bottom:0;right:0;width:24px;height:24px;background:#afaeba;border:1px solid #fff;border-radius:30px;opacity:.8;text-align:center}.emoji-sectiondiv .btn-delete:hover{background:#ff951a;border-color:#ff951a;opacity:1}.emoji-sectiondiv .btn-delete i{width:16px;height:16px;margin-top:-4px}.map-sectiondiv{display:flex;align-items:center;min-height:72px;border:1px solid #eaebf0;border-radius:8px;padding-right:12px}.map-sectiondiv .map-area{width:248px;height:100%}.map-sectiondiv .address-area{width:294px;padding:2px 0;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:18px;color:#41414f}.map-sectiondiv .address-area i{width:24px;height:24px;flex-shrink:0}.map-sectiondiv .btn{margin-left:auto}.regist-notice-pop .popup-content-wrap{width:330px}.regist-notice-pop .popup-content{text-align:left}.regist-notice-pop .toggle-box-div .tit{font-size:16px;line-height:24px;color:#41414f;font-weight:500}.regist-notice-pop .toggle-box-div .toggle-box{margin-left:auto}.gray-box{padding:12px;margin-top:8px;display:none}.check-box-div .tit{font-size:16px;line-height:24px;color:#41414f;font-weight:500}.check-box-div .txt{margin-top:8px;font-size:12px;line-height:18px;color:#41414f}.check-box-div .check-box input+.label-info:before{top:3px}.check-box-div .check-box input+.label-info:after{top:3px}.toggle-box-div .tit{font-size:16px;line-height:24px;color:#41414f;font-weight:500}.toggle-box-div .toggle-box{margin-left:auto}.sharing-pop .popup-content-wrap{width:400px}.sharing-pop .choice-section{padding:0 40px;justify-content:space-between}.sharing-pop .choice-section .choice-section-button{width:66px;height:110px;display:flex;flex-direction:column;gap:4px;align-items:center}.sharing-pop .choice-section .choice-section-button .thumb{height:66px;width:100%;border-radius:50%}.sharing-pop .choice-section .choice-section-button .thumb img{height:100%;width:100%;object-fit:cover}.sharing-pop .choice-section .choice-section-button .tit{height:40px;display:flex;align-items:center;font-size:14px;line-height:20px;color:#4d4c61}.sharing-pop .link-section{position:relative;width:352px;margin:32px auto 15px}.sharing-pop .url-copy{display:flex;gap:26px;align-items:center;justify-content:space-between;padding:9px 12px;background-color:#f8f8f9;border-radius:8px}.sharing-pop .url-copy input[type=text]{width:218px;height:23px;font-size:16px;letter-spacing:-.05em;white-space:nowrap;text-overflow:ellipsis;border:none}.sharing-pop .url-copy .btn-copy{width:84px;padding:3px 6px}.select-group-pop .popup-content-wrap{width:400px}.select-group-pop .popup-content{text-align:left}.select-group-pop .group-list{display:flex;flex-direction:column;gap:8px;max-height:160px}.select-group-pop .group-list .list{padding:8px;display:flex;gap:8px;align-items:center;border:1px solid #dedfe5;border-radius:12px}.select-group-pop .group-list .list.on{border-color:#ff951a}.select-group-pop .group-list .list .thumb-img{width:30px;height:30px;flex-shrink:0;background:url(/assets/icon_profile-0c8d8fb9.svg) center / 18px no-repeat #f5f5f5;border:1px solid #dedfe5;border-radius:14px}.select-group-pop .group-list .list .tit{width:264px;font-size:13px;line-height:18px;color:#4d4c61}.select-group-pop .group-list .list input+.label-info{width:20px;height:20px;padding-left:20px}.report-pop .popup-content-wrap{width:480px}.report-pop .check-box-div{margin-top:32px}.add-emoji-pop .popup-content-wrap{width:480px}.add-emoji-pop .emoji-section .emoji{width:80px;height:108px;background-size:60px;background-position-y:10px;padding-top:70px}.add-map-pop.setting-region-pop .popup-content-wrap{width:500px}.download-file-pop .popup-content-wrap{width:400px}.download-file-pop .table-wrap{border-bottom:1px solid #dedfe5}.download-file-pop .table-wrap table tbody tr{height:50px}.download-file-pop .table-wrap table tbody tr td.check-box-div .check-box{height:18px}.download-file-pop .table-wrap table tbody tr td.check-box-div label{height:18px;font-size:0}.download-file-pop .table-wrap table tbody tr td.check-box-div label:before{top:0}.download-file-pop .table-wrap table tbody tr td.check-box-div label:after{top:0}.download-file-pop .table-wrap table tbody tr td input{display:none}.emoji-section .emoji{width:60px;height:60px;background:center / cover no-repeat}.emoji-section .emoji.recommend{background-image:url(/assets/emoji_recommend-50516557.svg)}.emoji-section .emoji.like{background-image:url(/assets/emoji_like-d0797f43.svg)}.emoji-section .emoji.soso{background-image:url(/assets/emoji_soso-ec4235c6.svg)}.emoji-section .emoji.sad{background-image:url(/assets/emoji_sad-13e26af3.svg)}.emoji-section .emoji.angry{background-image:url(/assets/emoji_angry-41c926cf.svg)}.comm-item{margin-top:24px;padding:16px 24px;border:1px solid #eaebf0;border-radius:6px}.comm-item .profile-photo{width:36px;height:36px;flex-shrink:0;background:url(/assets/icon_profile-0c8d8fb9.svg) center center no-repeat #f5f5f5;border:1px solid #dedfe5;border-radius:14px}.comm-item .divide-box.count-div{margin-top:8px;padding-top:4px;border-top:1px solid #edeef2;align-items:center}.comm-item .divide-box.count-div a,.comm-item .divide-box.count-div p,.comm-item .divide-box.count-div button{padding:4px;font-size:11px;line-height:16px;font-weight:500;color:#4d4c61;flex-grow:0}.comm-item .divide-box.count-div .write-date{font-size:11px;line-height:20px;color:#7a7a89;font-weight:400}.comm-item .divide-box.count-div i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-top:-2px;margin-right:4px}.comm-item .info-div{display:flex;gap:12px;align-items:center}.comm-item .info-div .profile-photo{width:36px;height:36px;background-size:20px}.comm-item .info-div .info-detail{flex-grow:1}.comm-item .info-div .info-detail .detail-top{display:flex;gap:6px;align-items:center}.comm-item .info-div .info-detail .detail-top .mem-name{font-size:16px;line-height:18px;font-weight:500}.comm-item .info-div .info-detail .detail-top .detail-right{margin-left:auto;display:flex;gap:6px}.comm-item .info-div .info-detail .detail-top .detail-right .tag{padding:2px 10px;height:24px}.comm-item .info-div .info-detail .detail-top .detail-right .btn.sm{font-size:11px;line-height:16px;height:24px;font-weight:500}.comm-item .info-div .info-detail .detail-top .tool-box{margin-left:auto}.comm-item .info-div .info-detail .detail-bottom{margin-top:6px}.comm-item .info-div .info-detail .detail-bottom .write-date{font-size:12px;line-height:20px;color:#7a7a89;font-family:IBM Plex Sans KR}.comm-item .content-div{margin-top:12px}.comm-item .content-div .content-title{font-size:18px;line-height:22px;font-weight:500}.comm-item .content-div .content-title+.content-box{margin-top:16px}.comm-item .content-div .content-box{display:flex;flex-direction:column;gap:8px}.comm-item .content-div .content-box .txt{font-size:14px;line-height:22px;-webkit-line-clamp:3}.comm-item .content-div .content-box .txt mark{line-height:23px}.comm-item .content-div .content-box.has-more .txt{max-height:66px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.comm-item .content-div .content-box.all .txt{max-height:unset;overflow:visible;-webkit-line-clamp:unset}.comm-item .content-div .content-box .img-section{display:flex;flex-wrap:wrap;gap:8px}.comm-item .content-div .content-box .img-section .thumb-one{position:relative;flex-basis:calc(100% - 4px);width:642px;height:462px;object-fit:cover;border:1px solid #dedfe5;border-radius:8px;overflow:hidden}.comm-item .content-div .content-box .img-section .thumb-one img{width:100%;height:100%;object-fit:cover}.comm-item .content-div .content-box .img-section .thumb{position:relative;flex-basis:calc(50% - 4px);height:160px;object-fit:cover;border:1px solid #dedfe5;border-radius:8px;overflow:hidden}.comm-item .content-div .content-box .img-section .thumb:nth-child(n+3){display:none}.comm-item .content-div .content-box .img-section .thumb img{width:100%;height:100%;object-fit:cover}.comm-item .content-div .content-box .img-section .thumb-all{position:relative;object-fit:cover;border:1px solid #dedfe5;border-radius:8px;overflow:hidden}.comm-item .content-div .content-box .img-section .thumb-all:nth-child(n+3){display:none}.comm-item .content-div .content-box .img-section .thumb-all img{width:100%;height:100%;object-fit:cover}.comm-item .content-div .content-box .img-section.single .thumb-all{flex-basis:100%;height:320px}.dimd-count,.comm-item .content-div .content-box.has-more .img-section .thumb .dimd-count{position:absolute;top:0;left:0;width:100%;height:100%;line-height:160px;font-size:32px;text-align:center;color:#fff;background:rgba(0,0,0,.3)}.comm-item .content-div .content-box.all .img-section .thumb{flex-basis:100%;height:auto}.comm-item .content-div .content-box.all .img-section .thumb:nth-child(n+3){display:block}.comm-item .content-div .content-box.all .img-section .thumb .dimd-count{display:none}.comm-item .content-div .content-box .map-section{display:flex;align-items:center;min-height:72px;border:1px solid #eaebf0;border-radius:8px}.comm-item .content-div .content-box .map-section .map-area{width:250px;height:100%}.comm-item .content-div .content-box .map-section .address-area{width:392px;padding:4px 0;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:18px;color:#41414f}.comm-item .content-div .content-box .map-section .address-area i{width:24px;height:24px;flex-shrink:0}.comm-item .content-div .content-box .file-section{padding:24px;border:1px solid #eaebf0;border-radius:8px}.comm-item .content-div .content-box .file-section .file-download{display:flex;gap:8px;align-items:center;font-size:14px;line-height:18px}.comm-item .content-div .content-box .file-section .file-download i{width:24px;height:24px}.comm-item .content-div .content-box .file-section .file-download .file-name{color:#41414f;word-break:break-all}.comm-item .content-div .content-box .sharing-section{padding:16px;border:1px solid #dedfe5;background-color:#fafafa;border-radius:8px}.comm-item .content-div .content-box .sharing-section .share-tit{font-size:16px;line-height:24px;color:#4d4c61}.comm-item .content-div .content-box .sharing-section .share-source{margin-top:14px;padding-top:8px;border-top:1px solid #dedfe5;font-size:14px;line-height:18px;color:#4d4c61}.comm-item .content-div .post-info-section{display:flex;flex-direction:column;padding:16px;margin-top:12px;border:1px solid #dedfe5;background-color:#fafafa;border-radius:8px}.comm-item .content-div .post-info-section .tit{font-size:16px;line-height:24px;color:#4d4c61}.comm-item .content-div .post-info-section .source{margin-top:14px;padding-top:8px;border-top:1px solid #dedfe5;font-size:14px;line-height:18px;color:#4d4c61}.comm-item .content-div .more-btn{display:inline-block;margin-top:2px;font-size:12px;line-height:20px;padding:6px 8px;font-weight:500;color:#4d4c61}.comm-item .content-div .action-box i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-top:-2px}.comm-item .content-div .action-box{padding-top:10px;border-top:1px solid #eaebf0;margin-top:14px}.comm-item .content-div .action-box li{flex:1;text-align:center}.comm-item .content-div .action-box button{font-size:14px;line-height:20px;color:#4d4c61}.comm-item .content-div .action-box button span{font-weight:500;margin-left:4px}.comm-item .content-div .action-box i{margin-right:2px}.comm-item .comment-box{margin-top:12px}.comm-item .comment-box .profile-photo{width:36px;height:36px;background-size:cover}.comm-item .comment-write{display:flex;gap:8px;align-items:flex-start}.comm-item .comment-write .writing-section{display:flex;width:100%;flex-direction:column;gap:12px}.comm-item .comment-write .option-item-box{width:100%}.comm-item .comment-write .option-item-box .img-box{position:relative;width:120px;height:120px;border-radius:8px;overflow:hidden}.comm-item .comment-write .option-item-box .img-box img{width:100%;height:100%;object-fit:cover}.comm-item .comment-write .option-item-box .img-box .btn-delete{position:absolute;top:4px;right:4px}.comm-item .comment-write .option-item-box .img-box .btn-delete i{width:16px;height:16px}.comm-item .comment-write .option-item-box .emoji-section{display:flex;gap:8px}.comm-item .comment-write .option-item-box .emoji-section .emoji{position:relative;padding-top:80px;width:80px;height:108px;font-size:14px;line-height:28px;color:#41414f;background-size:60px;background-position-y:10px;text-align:center}.comm-item .comment-write .option-item-box .emoji-section .emoji .white-dimd{position:absolute;top:0;left:0;width:80px;height:70px;background:rgba(255,255,255,.3)}.comm-item .comment-write .option-item-box .emoji-section.prev-select .emoji .white-dimd,.comm-item .comment-write .option-item-box .emoji-section .emoji.on .white-dimd{display:none}.comm-item .comment-write .option-item-box .emoji-section .emoji.on{font-weight:700;background-size:70px;background-position-y:5px}.comm-item .comment-write .selected-emoji{position:relative;height:60px;width:60px}.comm-item .comment-write .selected-emoji .btn-delete{display:block;position:absolute;bottom:0;right:0;width:24px;height:24px;background:#afaeba;border:1px solid #fff;border-radius:30px;opacity:.8;text-align:center}.comm-item .comment-write .selected-emoji .btn-delete:hover{background:#ff951a;border-color:#ff951a;opacity:1}.comm-item .comment-write .selected-emoji .btn-delete i{width:16px;height:16px;margin-top:-4px}.comm-item .comment-write .textarea-div{position:relative;flex-grow:1;padding:9px 42px 9px 16px;border-radius:12px;background:none}.comm-item .comment-write .textarea-div textarea{display:block;min-height:20px;max-height:200px}.comm-item .comment-write .textarea-div .insert-tool{position:absolute;height:24px;top:5px;right:8px}.comm-item .comment-write .textarea-div .btn-insert i{vertical-align:text-top;margin-top:0}.comm-item .comment-write .textarea-div .insert-tool .tool-list{min-width:102px}.comm-item .comment-write .btn-post{width:24px;margin-top:10px}.comm-item .comment-write i{width:24px;height:24px}.comm-item .comment-box .info-detail{display:flex;gap:6px;align-items:center;font-size:14px;line-height:20px}.mention-namediv,.comm-item .comment-box .comment .mem-name,.comm-item .comment-box .comment .mention-name{font-weight:500;flex-shrink:0;align-self:flex-start}.comm-item .comment-box .info-detail .tag{font-size:10px;line-height:16px;padding:0 8px}.comm-item .comment-box .info-detail .tag.red{margin-left:auto;font-weight:600}.comm-item .comment-box .comment-list{display:flex;gap:8px;margin-top:12px}.comm-item .comment-box .comment-list.reply{padding-left:40px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left 8px top / 24px no-repeat}.comm-item .comment-box .comment-list .comment{padding:8px 16px 4px;border-radius:12px;background:#fafafa;flex-grow:1}.comm-item .comment-box .comment-list .comment .txt{margin-top:6px;font-size:14px;line-height:22px;color:#4d4c61;-webkit-line-clamp:3;word-break:break-all}.comm-item .comment-box .comment-list .comment.has-more .txt{max-height:66px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.comm-item .comment-box .comment-list .comment.has-more.all .txt{max-height:unset;overflow:visible;-webkit-line-clamp:unset}.comm-item .comment-box .comment-list .comment .img-section{margin-top:2px}.comm-item .comment-box .comment-list .comment .img-section .thumb{display:block;width:250px;height:160px;border-radius:8px;overflow:hidden}.comm-item .comment-box .comment-list .comment .img-section .thumb img{width:100%;height:100%;object-fit:cover}.comm-item .comment-box .comment-list .comment .more-btn{display:inline-block;margin-top:2px;font-size:12px;line-height:20px;padding:6px 8px;font-weight:500;color:#4d4c61}.comm-item .comment-box .comment-list.reply .comment .txt{margin-top:0}.comm-item .comment-box .comment-list.reply.mentioned{background:none}.comm-item .comment-box .comment-list .comment-write{flex:1}.option-item-boxSub{width:100%;margin-left:20px}.option-item-boxSub .img-box{position:relative;width:120px;height:120px;border-radius:8px;overflow:hidden}.option-item-boxSub .img-box img{width:100%;height:100%;object-fit:cover}.option-item-boxSub .img-box .btn-delete{position:absolute;top:4px;right:4px}.option-item-boxSub .img-box .btn-delete i{width:16px;height:16px}.comm-item.accused .content-div .action-box a,.comm-item.deleted .content-div .action-box a{pointer-events:none;opacity:.7}.comm-item:not(.accused,.deleted) .content-div .action-box a.on{color:#417be6}.comm-item:not(.accused,.deleted) .content-div .action-box button.on{color:#417be6}.comm-item:not(.accused,.deleted) .content-div .action-box a.like.on i{background-image:url(/assets/icon_like_bl-90a60728.svg)}.comm-item:not(.accused,.deleted) .content-div .action-box a.dislike.on i{background-image:url(/assets/icon_like_bl-90a60728.svg);transform:rotate(180deg)}.comm-item:not(.accused,.deleted) .content-div .action-box button.like.on i{background-image:url(/assets/icon_like_bl-90a60728.svg)}.comm-item:not(.accused,.deleted) .content-div .action-box button.dislike.on i{background-image:url(/assets/icon_like_bl-90a60728.svg);transform:rotate(180deg)}.comm-item .comment-list.accused .divide-box.count-div a,.comm-item .comment-list.deleted .divide-box.count-div a{pointer-events:none;opacity:.7}.comm-item .comment-list:not(.accused,.deleted) .divide-box.count-div a.on{color:#417be6}.comm-item .comment-list:not(.accused,.deleted) .divide-box.count-div button.on{color:#417be6}.comm-item .comment-list:not(.accused,.deleted) .divide-box.count-div a.func-like.on i{background-image:url(/assets/icon_like_bl-90a60728.svg)}.comm-item .comment-list:not(.accused,.deleted) .divide-box.count-div a.func-dislike.on i{background-image:url(/assets/icon_like_bl-90a60728.svg);transform:rotate(180deg)}.comm-item .comment-list:not(.accused,.deleted) .divide-box.count-div button.func-like.on i{background-image:url(/assets/icon_like_bl-90a60728.svg)}.comm-item .comment-list:not(.accused,.deleted) .divide-box.count-div button.func-dislike.on i{background-image:url(/assets/icon_like_bl-90a60728.svg);transform:rotate(180deg)}.check-box-div.hor .check-box{float:left;margin-right:16px}.check-box-div.hor .check-box:last-child{margin-right:0}.check-box-div .check-box input+.label-info{position:relative;display:inline-block;height:28px;line-height:28px;color:#4d4c61;font-size:14px;padding-left:26px;font-weight:400;text-indent:0}.check-box-div .check-box input+.label-info:before{content:"";position:absolute;top:6px;left:0;width:16px;height:16px;background-color:#fff;border:1px solid #c8cad0;border-radius:4px}.check-box-div .check-box input+.label-info:after{content:"";position:absolute;top:6px;left:0;display:none;width:18px;height:18px;background:url(/assets/icon_chk_gr-aa0362fb.svg) center / 10px 8px no-repeat}.check-box-div .check-box input:checked+.label-info:after{display:block!important;background:url(/assets/icon_chk_wh-541ae6f6.svg) center / 10px 8px no-repeat}.check-box-div .check-box input:checked+.label-info:before{background-color:#ff951a;border-color:#ff951a}.check-box-div .check-box input+.label-info:hover:after{display:block}.radio-div.hor .radio-box{float:left;margin-right:16px}.radio-div.hor .radio-box:last-child{margin-right:0}.radio-div .radio-box input+.label-info{position:relative;line-height:36px;padding-left:28px;font-size:14px;color:#4d4c61}.radio-div .radio-box input+.label-info:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;border:1px solid #c8cad0;border-radius:50%;box-sizing:border-box}.radio-div .radio-box input:checked+.label-info:before{border:6px solid #ff951a}.radio-div.error .radio-box input+.label-info:before{border-color:#ff5959}.radio-box input[type=radio]{position:absolute;clip:rect(0 0 0 0);width:0;height:0;overflow:hidden}.radio-box .radio-button[type=radio]+label{display:inline-block;padding:7px 20px;border-radius:18px;border:1px solid #dedfe5}.radio-box .radio-button[type=radio]:checked+label{border-color:#ff951a;color:#ff7f0f}.fileBox label{position:relative;display:inline-block;width:120px;height:36px;line-height:36px;margin-top:13px;text-indent:42px;background-color:#aeaeba;cursor:pointer;border-radius:6px;color:#fff;font-size:14px}.fileBox label:before{content:"";position:absolute;top:13px;left:19px;display:block;width:10px;height:10px;background-position:-600px -63px}.fileBox input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fileBox label:hover{background-color:#7a7a89}.btn-wrap{display:flex;justify-content:center;gap:8px}.btn{font-size:14px;line-height:20px;color:#4d4c61;border:1px solid #dedfe5;background:#fff;padding:7px 12px;border-radius:6px;text-align:center}.btn-disabled{min-width:80px;font-size:14px;line-height:20px;color:#4d4c61;border:1px solid #dedfe5;background:#41414f0d;padding:3px 12px;border-radius:20px;text-align:center}.btn.sm{padding:3px 11px;border-radius:4px}.btn.lg{font-size:16px;line-height:28px;padding:8px 24px;border-radius:8px}.btn.org{border-color:#ff951a;background:#ff951a;color:#fff}.btn.red{border-color:#ff5959;background:#fff;color:#ff5959}.btn[class*=org-]{border-color:#ff951a;color:#ff7f0f}.btn.org-light{background:rgba(255,149,26,.05)}.btn.gry{border-color:#afaeba;background:#afaeba;color:#fff}.btn:hover{border-color:#92929c}.btn.org:hover{border-color:#ff7f0f;background:#ff7f0f}.btn.org-light:hover{background:#ff951a;color:#fff;border-color:#ff951a}.btn.org-light:hover i{filter:brightness(0) invert(1)}.btn.org-line:hover{background:#ff951a;color:#fff;border-color:#ff951a}.btn.org-line:hover i{filter:brightness(0) invert(1)}.btn.gry:hover{border-color:#7a7a89;background:#7a7a89}.btn.border-none:hover{background:rgb(248,248,249)}[class*=btn].disabled{background:#edeef0!important;border-color:#edeef0!important;color:#b6b6c2!important;cursor:unset!important}[class*=btn] [class*=icon-]{width:16px;height:16px;display:inline-block;vertical-align:middle;margin-top:-2px}.btn[class*=float]{position:fixed}.add-btn,.delete-btn{display:block;width:72px;height:36px;font-size:14px;line-height:20px;text-align:center;border:1px solid #afaeba;background-color:#afaeba;color:#fff;padding:7px 12px;border-radius:6px}.add-btn:hover,.delete-btn:hover{border:1px solid #7a7a89;background-color:#7a7a89}.add-btn i,.delete-btn i{width:16px;height:16px;display:inline-block;vertical-align:middle;margin-top:-2px}.btn-back{border:none;padding:0}.btn-back i.icon-left{width:24px;height:24px}.tag-div{display:flex;gap:6px}.tag{padding:3px 12px;color:#41414f;font-size:12px;line-height:18px;font-weight:500;font-family:IBM Plex Sans KR;background:#f4f4f4;border:1px solid #f4f4f4;border-radius:100px}.tag.org{background:#ff951a;border-color:#ff951a;color:#fff}.tag.org-line{background:#fff;border-color:#ff951a;color:#ff951a}.tag.org-light{background:#ffead1;border-color:#ffead1;color:#4d4c61}.tag.line{color:#4d4c61;background:#fff;border-color:#c8cad0}.tag.red{color:#ff5959;background:transparent;border-color:#ff5959}.tag.disabled{color:#b6b6c2;background:#f5f5f5;border-color:#f5f5f5}.toggle-box.round-toggle{display:flex;height:22px}.toggle-box.round-toggle .label-info{position:relative;display:block;width:42px;height:100%;background-color:#dedfe5;border-radius:100px}.toggle-box.round-toggle input:checked+.label-info{background-color:#ff951a}.toggle-box.round-toggle .label-info:after{content:"";position:absolute;top:2px;left:2px;transition:transform .3s ease-in-out;width:18px;height:18px;background-color:#fff;border-radius:50%;box-shadow:0 1px 2px #00000014,0 2px 3px -1px #0000000d}.toggle-box.round-toggle input:checked+.label-info:after{transform:translate(20px);border-color:#ff951a}.toggle-box.round-toggle .label-text{margin-left:10px;line-height:22px;color:#41414f;font-size:14px;font-weight:500}.toggle-box.round-toggle input:checked+.label-info+.label-text{color:#ff951a}.toggle-box.radio-toggle{display:flex}.toggle-box.radio-toggle .radio-box{margin-right:0!important;margin-left:0!important}.toggle-box.radio-toggle input[type=radio]{display:none}.toggle-box.radio-toggle input[type=radio]+label{display:inline-block;width:36px;height:36px;text-align:center;line-height:36px;border:1px solid #dedfe5;letter-spacing:-.05em;font-size:14px;color:#7a7a89;padding-left:0;cursor:pointer;background-color:#fff}.toggle-box.radio-toggle .radio-box:nth-child(1) input[type=radio]+label{border-radius:6px 0 0 6px;border-right:1px solid transparent}.toggle-box.radio-toggle .radio-box:nth-child(2) input[type=radio]+label{border-radius:0 6px 6px 0;border-left:1px solid transparent}.toggle-box.radio-toggle input[type=radio]+label:before{content:none}.toggle-box.radio-toggle .radio-box input[type=radio]:checked+label{color:#ff951a;background-color:#fff4e5;border:1px solid #ff951a}.toggle-box.radio-toggle.gry input[type=radio]+label{color:#7a7a89;background-color:#fff;border:1px solid #afaeba}.toggle-box.radio-toggle.gry input[type=radio]:checked+label{color:#fff;background:#afaeba;border:1px solid #afaeba}.toggle-box.radio-toggle.org input[type=radio]+label{color:#7a7a89;background:#fff;border:1px solid #dedfe5}.toggle-box.radio-toggle.org input[type=radio]:checked+label{color:#fff;background-color:#ff951a;border:1px solid #ff951a}i.icon-plus{background:url(/assets/icon_plus-4aae387e.svg) center / cover no-repeat;filter:brightness(.5)}i.icon-plus-gry{background:url(/assets/icon_plus-4aae387e.svg) center / cover no-repeat}i.icon-plus-org{background:url(/assets/icon_plus_org-9fe49dbd.svg) center / cover no-repeat}i.icon-plus-wh{background:url(/assets/icon_plus_wh-77b38aa1.svg) center / cover no-repeat}i.icon-trash-bk{background:url(/assets/icon_trash_bk-6ff6a00d.svg) center / cover no-repeat}i.icon-detail-arrow{background:url(/assets/icon_detail_arrow-c35b0d55.svg) center / cover no-repeat}i.icon-check-bk{background:url(/assets/icon_check_small_bk-16af64ba.svg) center / cover no-repeat}i.icon-check-wh{background:url(/assets/icon_check_small_wh-639edf24.svg) center / cover no-repeat}i.icon-check-grn{background:url(/assets/icon_check_small_grn-53ae3937.svg) center / cover no-repeat}i.icon-check-org{background:url(/assets/icon_check_small_org-a2ef6089.svg) center / cover no-repeat}i.icon-check-fill{background:url(/assets/icon_chk_fill-76fdaf2d.svg) center / cover no-repeat}i.icon-caution{background:url(/assets/icon_caution-76c71a68.svg) center / cover no-repeat}i.icon-caution-red{background:url(/assets/icon_caution_red-7d6f7a9f.svg) center / cover no-repeat}i.icon-caution-org{background:url(/assets/icon_caution_org-2ca8fe18.svg) center / cover no-repeat}i.icon-minus-fill{background:url(/assets/icon_minus_fill-06ccb225.svg) center / cover no-repeat}i.icon-download{background:url(/assets/icon_download-52ecae1d.svg) center / cover no-repeat}i.icon-calendar{background:url(/assets/icon_calendar-ee1d648a.svg) center / cover no-repeat}i.icon-ing{background:url(/assets/icon_ing-1fd13d74.svg) center / cover no-repeat}i.icon-ing-bk{background:url(/assets/icon_ing_gry-bdf9e486.svg) center / cover no-repeat;filter:brightness(0)}i.icon-ing-org{background:url(/assets/icon_ing_org-7aea7272.svg) center / cover no-repeat}i.icon-ing-gry{background:url(/assets/icon_ing_gry-bdf9e486.svg) center / cover no-repeat}i.icon-bubble-circle{background:url(/assets/icon_bubble_circle-ddb8800a.svg) center / cover no-repeat}i.icon-info{background:url(/assets/icon_info_mark-af18f7f9.svg) center / cover no-repeat}i.icon-info-blue{background:url(/assets/icon_info_bl-f2d4ebc1.svg) center / cover no-repeat}i.icon-info-fill{background:url(/assets/icon_info_fill-7708b7de.svg) center / cover no-repeat}i.icon-info-small-gr{background:url(/assets/icon_info_gry-322255e5.svg) center / cover no-repeat}i.icon-bubble-question{background:url(/assets/icon_bubble_question-8ea7b4a6.svg) center / cover no-repeat}i.icon-bubble-question-bk{background:url(/assets/icon_question_speech-8d43da84.svg) center / cover no-repeat}i.icon-helper{background:url(/assets/icon_helper-c8b4aff1.svg) center / cover no-repeat}i.icon-question-blue{background:url(/assets/icon_question_bl-163c0119.svg) center / cover no-repeat}i.icon-check-circle-grn{background:url(/assets/icon_check_line_grn-8b08b1a6.svg) center / cover no-repeat}i.icon-warning{background:url(/assets/icon_warning-6d94b3a7.svg) center / cover no-repeat}i.icon-warning-red{background:url(/assets/icon_warning_mark-84c947ba.svg) center / cover no-repeat}i.icon-x-wh{background:url(/assets/icon_x_wh-51629cb0.svg) center / cover no-repeat}i.icon-x-circle{background:url(/assets/icon_xmark-b12cb8d1.svg) center / cover no-repeat}i.icon-x-gry{background:url(/assets/icon_xbtn-235419bd.svg) center / cover no-repeat}i.icon-x-red{background:url(/assets/icon_x_red-9e304e86.svg) center / cover no-repeat}i.icon-search-wh{background:url(/assets/icon_search_wh-f73e72b4.svg) center / cover no-repeat}i.icon-search-bkNew{background:url(/assets/icon_search_bk-3f51c176.svg) center / cover no-repeat}i.icon-search-bk{background:url(/assets/icon_search_bk-3f51c176.svg) center / cover no-repeat}i.icon-search-org{background:url(/assets/icon_search_org-da5f7730.svg) center / cover no-repeat}i.icon-arrow{background:url(/assets/icon_arrow_down_bk-941d788b.svg) center / cover no-repeat}i.icon-arrow-down-gr{background:url(/assets/icon_arrow_down_gr-511eea19.svg) center / cover no-repeat}i.icon-arrow-down-wh{background:url(/assets/icon_arrow_down_wh-47ce049b.svg) center / cover no-repeat}i.icon-arrow-double{background:url(/assets/icon_arrow_double-1ef4908b.svg) center / cover no-repeat}i.icon-arrow-org{background:url(/assets/icon_arrow_down_org-ce56a177.svg) center / cover no-repeat}i.icon-note-line{background:url(/assets/icon_note_line-94df4a9f.svg) center / cover no-repeat}i.icon-reload{background:url(/assets/icon_reload-6268c507.svg) center / cover no-repeat}i.icon-share{background:url(/assets/icon_share-e6167f21.svg) center / cover no-repeat}i.icon-comment{background:url(/assets/icon_comment-75d507e1.svg) center / cover no-repeat}i.icon-image{background:url(/assets/icon_image-18f3e635.svg) center / cover no-repeat}i.icon-emoji{background:url(/assets/icon_emoji-e9b8b9da.svg) center / cover no-repeat}i.icon-upset{background:url(/assets/icon_upset-c2835657.svg) center / cover no-repeat}i.icon-send{background:url(/assets/icon_send-6406da70.svg) center / cover no-repeat}i.icon-letter{background:url(/assets/icon_letter-079c3ce8.svg) center / cover no-repeat}i.icon-plus-circle{background:url(/assets/icon_plus_circle-b5543c84.svg) center / cover no-repeat}i.icon-clip{background:url(/assets/icon_clip-571adb58.svg) center / cover no-repeat}i.icon-clip-bl{background:url(/assets/icon_clip_bl-d5cab571.svg) center / cover no-repeat}i.icon-spot{background:url(/assets/icon_spot-fb292b54.svg) center / cover no-repeat}i.icon-spot-red{background:url(/assets/icon_spot_red-411943ab.svg) center / cover no-repeat}i.icon-profile{background:url(/assets/icon_profile-0c8d8fb9.svg) center / cover no-repeat}i.icon-like{background:url(/assets/icon_like-8c568f36.svg) center / cover no-repeat}i.icon-change{background:url(/assets/icon_change-47c976f7.svg) center / cover no-repeat}i.icon-link{background:url(/assets/icon_link_bk-c318ccd8.svg) center / cover no-repeat}i.icon-join{background:url(/assets/Right-d5e2c474.svg) center / cover no-repeat}i.icon-dislike{background:url(/assets/icon_dislike-4d4302a5.svg) center / cover no-repeat}i.icon-loud{background:url(/assets/icon_loud_line-afc3eaaf.svg) center / cover no-repeat}i.icon-lock{background:url(/assets/icon_lock-83e0d74c.svg) center / cover no-repeat}i.icon-lock-red{background:url(/assets/icon_lock_red-2470be00.svg) center / cover no-repeat}i.icon-person-bl{background:url(/assets/icon_person_bl-8af3a57e.svg) center / cover no-repeat}i.icon-modify{background:url(/assets/icon_modify-69ab2039.svg) center / cover no-repeat}i.icon-write{background:url(/assets/icon_write-03ccea71.svg) center / cover no-repeat}i.icon-setting{background:url(/assets/icon_setting-bfa58add.svg) center / cover no-repeat}i.icon-setting-bk{background:url(/assets/icon_setting_bk-1f55cb59.svg) center / cover no-repeat}i.icon-private{background:url(/assets/icon_private-7c43508a.svg) center / cover no-repeat}i.icon-go-right{background:url(/assets/Right-d5e2c474.svg) center / cover no-repeat}i.icon-group{background:url(/assets/icon_group-82e771f7.svg) center / cover no-repeat}i.icon-all{background:url(/assets/icon_all-3ac93994.svg) center / cover no-repeat}i.icon-hobby{background:url(/assets/icon_hobby-a0daa1b7.svg) center / cover no-repeat}i.icon-share-offering{background:url(/assets/icon_share_offering-563eaee6.svg) center / cover no-repeat}i.icon-doc-question{background:url(/assets/icon_doc_question-1b5b9e62.svg) center / cover no-repeat}i.icon-kakao{background:url(/assets/icon_kakao-774dfc87.svg) center / cover no-repeat}i.icon-naver{background:url(/assets/icon_naver-92af257f.svg) center / cover no-repeat}i.icon-newsfeed{background:url(/assets/icon_newsfeed-d353ff77.svg) center / cover no-repeat}i.icon-bookmark{background:url(/assets/icon_bookmark-907cc4b1.svg) center / cover no-repeat}i.icon-menu{background:url(/assets/icon_menu-42491dd2.svg) center / cover no-repeat}i.icon-bell{background:url(/assets/icon_bell-ff2d8fe3.svg) center / cover no-repeat}i.icon-logout{background:url(/assets/icon_logout-7ae2218b.svg) center / cover no-repeat}i.icon-popup-org{background:url(/assets/icon_popup_org-2cc860c4.svg) center / cover no-repeat}i.icon-top{transform:rotate(180deg)}i.icon-right{transform:rotate(-90deg)}i.icon-left{transform:rotate(90deg)}.info-txt{margin:4px 0 12px;padding-left:20px;font-size:12px;line-height:16px;color:#9393a3;background:url(/assets/icon_info_gry-322255e5.svg) left center / 16px no-repeat}.accor-div{border-radius:12px;border:1px solid #dedfe5;overflow:hidden}.accor-div .list{border-top:1px solid #dedfe5}.accor-div .list:first-child{border-top:none}.accor-div .list .open{display:flex;align-items:center;font-size:16px;line-height:28px;padding:14px 16px 14px 24px}.accor-div .list .open:after{content:"";width:24px;height:24px;margin-left:auto;flex-shrink:0;background:url(/assets/icon_arrow_down_gr-511eea19.svg) right center / 24px no-repeat;transition:all .2s ease}.accor-div .list.on .open:after{transform:rotate(180deg)}.accor-div .list .open:hover,.accor-div .list.on .open{background-color:#fafafa}.accor-div .list .open .list-number{min-width:24px;margin-right:16px;font-size:14px;line-height:20px;color:#b6b6c2;font-weight:500;text-align:right;font-family:IBM Plex Sans KR}.accor-div .list .open .list-tag{min-width:220px;margin-right:8px;font-size:14px;line-height:20px;color:#5e5e70}.accor-div .list .open .list-title{font-size:16px;line-height:24px;color:#4d4c61}.accor-div .list.on .open .list-title{color:#41414f;font-weight:500}.accor-div .list .open .list-date{margin-left:auto;font-size:14px;line-height:20px;color:#5e5e70}.accor-div .list .close{display:none;padding:24px;border-top:1px solid #dedfe5}.open-items{border:none;width:40px;height:40px;padding:8px;margin-left:24px}.open-items i.icon-arrow{width:24px;height:24px;transition:all .2s ease}.hidden-items{display:none}.hidden-items .items-wrap{display:flex}.tab-menu-wrap{position:relative}.tab-menu-wrap .tab-menu-inner{display:flex;column-gap:6px;row-gap:8px;flex-wrap:wrap}.tab-menu-wrap .tab-menu-inner a{display:block;width:auto;height:36px;padding:5px 16px;border-radius:100px;background:#fff;border:1px solid #dedfe5;font-size:14px;line-height:24px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}.tab-menu-wrap .tab-menu-inner a:hover{border-color:#92929c}.tab-menu-wrap .tab-menu-inner .on,.tab-menu-wrap .tab-menu-inner a[aria-selected=true]{background:#fff4e5;color:#ff7f0f;border-color:#ff951a}.tab-menu-wrap .tab-menu-inner a span{font-family:IBM Plex Sans KR}.tab-menu-wrap .tab-menu-subinner{display:flex;column-gap:6px;row-gap:8px;flex-wrap:wrap}.tab-menu-wrap .tab-menu-subinner a{display:block;width:auto;height:36px;padding:5px 16px;border-radius:100px;background:#fff;border:1px solid #dedfe5;font-size:14px;line-height:24px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}.tab-menu-wrap .tab-menu-subinner a:hover{border-color:#92929c}.tab-menu-wrap .tab-menu-subinner .on,.tab-menu-wrap .tab-menu-subinner a[aria-selected=true]{background:#fff4e5;color:#ff7f0f;border-color:#ff951a}.tab-menu-wrap .tab-menu-subinner a span{font-family:IBM Plex Sans KR}.category-tab{display:flex;align-items:center;justify-content:flex-start;gap:8px}.category-tab .btn{width:auto;display:block;min-width:74px;height:36px;line-height:20px;text-align:center;padding:8px 12px;border-radius:20px;border:0;font-size:14px;font-weight:400;color:#9393a3}.category-tab .btn.on{background-color:#ff951a;color:#fff}.category-tab.org-line .btn{min-width:80px;height:28px;padding:3px 12px;border:1px solid #dedfe5;color:#4d4c61}.category-tab.org-line .btn.on,.category-tab.org-line .btn.onALL,.category-tab.org-line .btn.onF,.category-tab.org-line .btn.onM{background-color:#fff;border:1px solid #ff951a;color:#ff951a}.category-tab .btn.disabled{background-color:#f5f5f6;border:1px solid #f5f5f6;color:#b6b6c2;pointer-events:none}.underline-tab{position:relative;width:100%;border-bottom:1px solid #dedfe5}.underline-tab .tab-menu-inner{display:flex}.underline-tab .tab-menu-inner .btn{position:relative;flex:1;display:block;padding:10px 24px;border-radius:0;font-size:0;border:none}.underline-tab .tab-menu-inner .btn.on:after{content:"";position:absolute;bottom:-1px;width:100%;height:3px;left:0;background-color:#ff951a}.underline-tab .tab-menu-inner .btn:first-child.on:after{left:0}.underline-tab .tab-menu-inner .btn .text{display:inline-block;line-height:24px;color:#9393a3;font-size:16px;font-weight:500}.underline-tab .tab-menu-inner .btn .text:hover{color:#ff7f0f}.underline-tab .tab-menu-inner .btn .count{display:inline-block;height:20px;margin:1px 0 0 5px;padding:0 5px;line-height:18px;color:#4d4c61;font-size:12px;font-weight:500;vertical-align:top;border:1px solid #c8cad0;border-radius:10px}.underline-tab .tab-menu-inner .btn-div{position:relative;flex:1;display:block;padding:10px 24px;border-radius:0;font-size:0;border:none}.underline-tab .tab-menu-inner .btn-div.on:after{content:"";position:absolute;bottom:-1px;width:100%;height:3px;left:0;background-color:#ff951a}.underline-tab .tab-menu-inner .btn-div:first-child.on:after{left:0}.underline-tab .tab-menu-inner .btn-div .text{display:inline-block;line-height:24px;color:#9393a3;font-size:16px;font-weight:500}.underline-tab .tab-menu-inner .btn-div .text:hover{color:#ff7f0f}.underline-tab .tab-menu-inner .btn-div .count{display:inline-block;height:20px;margin:1px 0 0 5px;padding:0 5px;line-height:18px;color:#4d4c61;font-size:12px;font-weight:500;vertical-align:top;border:1px solid #c8cad0;border-radius:10px}.underline-tab .tab-menu-inner .btn.on .text{color:#ff7f0f}.menu-swiper .menu-btn{width:auto;padding:7px 16px;font-size:14px;line-height:20px;color:#4d4c61;font-family:IBM Plex Sans KR;background:#f8f8f9;border:1px solid transparent;border-radius:30px}.menu-swiper .menu-btn:hover{background:#fff}.menu-swiper .menu-btn.on{background:#fff;border-color:#ff951a;color:#ff951a}.menu-swiper .swiper-button-next,.menu-swiper .swiper-button-prev{background:#fff;box-shadow:-10px 0 10px #fffc}.menu-swiper .swiper-button-next{box-shadow:-10px 0 10px #fffc}.menu-swiper .swiper-button-prev{box-shadow:10px 0 10px #fffc}.menu-swiper .swiper-button-disabled{display:none!important}.tab-parents .tab-content-inner .tab-cont{display:none}.loadingDot{float:left;width:2px;height:2px;margin:6px 1px 0 0;background:#4d4c61;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:0;-webkit-animation:loadingFade 1s infinite;-moz-animation:loadingFade 1s infinite;animation:loadingFade 1s infinite}.loadingDot:nth-child(1){margin-left:3px;-webkit-animation-delay:0s;-moz-animation-delay:0s;animation-delay:0s}.loadingDot:nth-child(2){-webkit-animation-delay:.1s;-moz-animation-delay:.1s;animation-delay:.1s}.loadingDot:nth-child(3){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{background-image:none}.swiper-container.loop-center-slider{padding:0 40px}.loop-center-slider .swiper-slide{width:300px;padding:10px 20px;border-radius:23px;border:1px solid #dedfe5;text-align:center}.loop-center-slider .swiper-slide.swiper-slide-active{background:#fff4e5;border-color:#ff951a;color:#ff7f07}.swiper-container .swiper-button-next{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:-18px;border-radius:50%;border:1px solid #dedfe5;background:#fff url(/assets/icon_arrow_down_bk-941d788b.svg) top center no-repeat;background-size:cover;opacity:1;transform:rotate(-90deg)}.swiper-container .swiper-button-prev{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:-18px;border-radius:50%;border:1px solid #dedfe5;background:#fff url(/assets/icon_arrow_down_bk-941d788b.svg) top center no-repeat;background-size:cover;opacity:1;transform:rotate(90deg)}.swiper-container .swiper-button-next{right:0}.swiper-container .swiper-button-prev{left:0}.swiper-container .swiper-button-next i,.swiper-container .swiper-button-prev i{display:inline-block;width:24px;height:24px}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.logoutMain .swiper-pagination-custom,.logoutMain .swiper-pagination-fraction{width:auto;left:initial;bottom:initial;right:16px;top:24px}.swiper-pagination-bullet{width:6px;height:6px;margin:0 2px!important;border-radius:3px;background-color:#7a7a89;opacity:.5}.swiper-pagination-bullet-active{width:18px;opacity:1}.dimd-bg{content:"";position:fixed;z-index:2222;top:0;right:0;bottom:0;left:0;background-color:#0006}.calendar-box{position:relative;display:inline-block}.calendar-box .calendar{width:auto}.calendar-box .papup-layer{top:40px;left:0}.calendar-box .calendar-link{position:relative;display:block;padding:0 22px 0 8px;line-height:34px;color:#4d4c61;font-size:14px;font-weight:400;vertical-align:top;border:1px solid #dedfe5;border-radius:6px}.calendar-box .calendar-link:hover{border-color:#92929c}.calendar-box .calendar-link i{position:absolute;top:8px;right:8px;width:16px;height:16px}.calendar-box input:disabled+.calendar-link{background-color:#f8f8f9;color:#b6b6c2;pointer-events:none}.calendar-box input:disabled+.calendar-link i{opacity:.5}.calendar .calendar-header{position:relative;height:28px;line-height:28px;color:#171c26;font-family:IBM Plex Sans KR;font-size:16px;font-weight:500;text-align:center}.calendar .calendar-header a{display:flex;align-items:center;justify-content:center;position:absolute;top:0;width:28px;height:28px;border:1px solid #dedfe5;border-radius:6px}.calendar .calendar-header a:hover{border-color:#92929c}.calendar .calendar-header a.prev-month{left:0}.calendar .calendar-header a.next-month{right:0}.calendar .calendar-header a i{width:16px;height:16px}.calendar .calendar-body{color:#4d4c61;font-size:14px;font-weight:500;text-align:center}.calendar .day-list{display:flex;padding:8px 0}.calendar .day-list span{display:block;width:40px;line-height:18px;color:#687182;font-size:12px}.calendar .calendar-body ul{overflow:hidden}.calendar .calendar-body li{float:left;width:40px;height:40px;line-height:40px;font-family:IBM Plex Sans KR;border-radius:6px}.calendar .calendar-body li:not(.not):not(.today):hover{color:#171c26;background-color:#ffead1;cursor:pointer}.calendar .calendar-body li.today{color:#fff;background-color:#ff951a;cursor:pointer}.calendar-box+.calendar-box{padding-left:16px;width:156px}.calendar-box+.calendar-box:before{content:"~";position:absolute;left:0;font-size:14px;line-height:36px}.date-range-picker{width:100%;padding:7px 32px 7px 8px;border:1px solid #dedfe5;background:url(/assets/icon_calendar-ee1d648a.svg) center right 8px / 16px no-repeat #fff!important;border-radius:6px;cursor:pointer}.search-form{margin-top:16px}.search-form .search{height:36px;margin-left:8px;padding:0 23px;color:#fff;font-size:14px;font-weight:500;background-color:#afaeba;border-radius:6px}.search-form .radio-box{margin-left:8px}.search-form .radio-box:first-child{margin-left:0}.search-form .radio-box input[type=radio]{display:none}.search-form .radio-box .label-info{display:block;padding:0 12px;line-height:34px;color:#4d4c61;font-size:14px;border:1px solid #dedfe5;border-radius:6px}.search-form .radio-box .label-info:hover{border:1px solid #92929c}.search-form .radio-box input[type=radio]+label:before{content:none}.search-form .radio-box input:checked+.label-info{color:#fff;background-color:#ff951a;border-color:#ff951a}.search-form .calendar-box{width:140px;height:36px;margin-left:8px}.search-form .calendar-box:last-child{margin-left:26px}.search-form .calendar-box:last-child:before{content:"~";position:absolute;top:50%;left:-18px;width:8px;margin-top:-10px;line-height:20px;color:#000;font-size:14px;text-align:center}.search-form .search-input{position:relative;display:block;height:36px;background-color:#fff}.search-form .search-input input{width:100%;height:100%;padding:0 32px 0 8px;line-height:34px;color:#4d4c61;font-size:14px;font-weight:400;border-radius:6px}.search-form .search-input i.icon-search-bkNew{width:16px;height:16px;position:absolute;top:29px;transform:translateY(-50%);right:12px}.search-form .search-input i.icon-search-bk{width:16px;height:16px;position:absolute;top:50%;transform:translateY(-50%);right:12px}.search-form .search-input.clear-has .delete{display:none;position:absolute;width:34px;height:34px;right:19px;top:50%;transform:translateY(-50%);background:url(/assets/icon_xmark_fill-0fe2fb95.svg) center / 24px no-repeat #fff}.search-form .search-filter-section{margin:0 16px;padding:8px 0;border-top:1px solid #dedfe5;border-bottom:1px solid #dedfe5}.search-form .search-filter-section table tr td{padding:8px 0}.search-form .search-filter-section table tr td.sec-tit{font-size:15px;line-height:36px;color:#41414f;font-weight:500;padding-right:16px}.search-form .search-filter-section:not(.look-offering-filter) table tr td:nth-last-child(2){padding-left:64px}.search-form .search-filter-section table tr td .sec-cont{display:flex;gap:8px}.search-form .search-filter-section table tr td .select-div{min-width:100px}.search-form .search-filter-section table tr td .input-div{position:relative;height:36px}.search-form .search-filter-section table tr td .input-div+.input-div{margin-left:-8px}.search-form .search-filter-section table tr td .input-div+.input-div:before{content:"~";font-size:16px;line-height:36px;margin:0 8px;color:#4d4c61}.search-form .search-filter-section table tr td .input-div input{width:100%;height:100%}.search-form .search-filter-section table tr td .input-div.has-span input{padding-right:36px}.search-form .search-filter-section table tr td .input-div.has-span span{position:absolute;top:8px;right:8px;font-size:14px;line-height:20px;color:#b6b6c2}.search-form .search-filter-section+.btn-wrap{margin-top:24px}.search-form .search-filter-section+.btn-wrap .btn{min-width:130px;font-weight:500}.search-form .search-filter-section+.btn-wrap .btn i{margin-right:6px}.search-form.lg .search-input{height:56px}.search-form.lg .search-input input{padding:15px 16px 15px 56px;border-radius:30px;font-size:16px;line-height:24px}.search-form.lg .search-input input::-webkit-input-placeholder{font-size:16px;line-height:24px}.search-form.lg .search-input i.icon-search-bkNew,.search-form.lg .search-input i.icon-search-bk{width:24px;height:24px;left:24px;right:unset}.search-form.lg.org .search-input i.icon-search-bkNew,.search-form.lg.org .search-input i.icon-search-bk{right:24px;left:unset}.search-form.lg.org .search-input input{padding:15px 56px 15px 16px;border:1px solid #ff951a}.search-form.lg.org .search-input input::-webkit-input-placeholder{color:#ff7f0f;font-weight:500;font-family:IBM Plex Sans KR}.pagination{display:flex;margin-top:32px;justify-content:center;gap:6px}.pagination span a{display:block;width:30px;height:30px;border-radius:4px;border:1px solid #dedfe5;text-align:center;line-height:28px;font-size:14px;color:#4d4c61}.pagination a.btn-arrow{position:relative}.pagination a.btn-arrow i{position:absolute;top:8px;left:7px;opacity:.7}.pagination a.on{background:#ff951a;border:1px solid #ff951a;color:#fff}.pagination a.btn-arrow:hover{border:1px solid #92929c}.pagination a.btn-arrow:hover i{opacity:1}.pagination a.btn-page:hover{border:1px solid #ff951a;color:#ff951a}.pagination a.on:hover{background:#ff951a;border:1px solid #ff951a;color:#fff}.sub-pagination{display:flex;margin-top:32px;margin-bottom:48px;justify-content:center;gap:6px}.sub-pagination span a{display:block;width:30px;height:30px;border-radius:4px;border:1px solid transparent;text-align:center;line-height:28px;font-size:14px;color:#4d4c61}.sub-pagination a.btn-arrow{position:relative}.sub-pagination a.btn-arrow i{position:absolute;top:8px;left:7px;opacity:.7}.sub-pagination a.on{border:1px solid #ff951a;color:#ff951a}.sub-pagination a.btn-arrow:hover i{opacity:1}.sub-pagination a.btn-page:hover{color:#ff951a}.tooltip{display:none;position:absolute;z-index:2;padding:12px 16px;background:rgba(23,28,38,.7);border-radius:8px;font-weight:500;font-size:12px;line-height:20px;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tooltip-div{display:inline-block;position:relative;padding-right:18px;vertical-align:middle}.view-tooltip{position:absolute;top:50%;right:0;transform:translateY(-50%);width:16px;height:16px;background:url(/assets/icon_caution_red-7d6f7a9f.svg) center / cover no-repeat;cursor:pointer}.view-tooltip.q-mark{background-image:url(/assets/icon_question_gry-b34d15ce.svg)}.tooltip-div .tooltip{top:0;left:-20px;transform:translateY(calc(-100% - 20px));white-space:nowrap}.tooltip-div .tooltip.wht{background-color:#fff;color:#4d4c61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 15px 30px -5px #0000001a;opacity:.95}.tooltip-div .tooltip.wht:after{border-top-color:#fffffff2}.tooltip-div.center .tooltip{left:50%;transform:translate(calc(-50% + .5px),calc(-100% - 20px))}.tooltip-div.center .tooltip:after{left:50%;transform:translate(-50%)}.view-tooltip:hover+.tooltip{display:block}.tooltip em{color:#ffaa47}.tooltip strong{font-size:14px;font-weight:700}.tooltip span.red{color:#ff8080;font-weight:500}.tooltip:after{content:"";position:absolute;bottom:-8px;left:20px;border-top:8px solid rgba(23,28,38,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tooltip-line{position:absolute;z-index:2;color:#ff7f0f;background-color:#fff;border:1px solid #ff951a;border-radius:50px;box-shadow:0 15px 30px -5px #0000001a}.tooltip-line:before{content:"";border-top:8px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent;position:absolute;bottom:-7px;z-index:2;left:24px}.tooltip-line:after{border-top:8px solid #ff951a;left:24px}.has-tooltip{position:relative}.has-tooltip .detail-tooltip{position:absolute;left:0;top:0;z-index:1;padding:12px 44px 12px 16px;border-radius:8px;background-color:#ff951a;color:#fff}.has-tooltip .detail-tooltip:after{content:"";width:20px;height:20px;background:#ff951a;border-radius:3px;position:absolute;top:12px;left:-5px;transform:rotate(45deg);z-index:0}.has-tooltip .detail-tooltip p{font-size:12px;line-height:18px;font-weight:400}.has-tooltip .detail-tooltip .btnView{display:inline-block;margin-top:12px;padding:4px 8px;border-radius:4px;background-color:#fff;font-size:11px;color:#ff7f0f}.has-tooltip .detail-tooltip .close{position:absolute;top:12px;right:16px;display:inline-block;width:16px;height:16px;background-image:url(/assets/icon_x_wh-51629cb0.svg);text-indent:-9999px}.select-box{position:relative}.select-box .select-info{position:relative;display:block;height:36px;padding:0 36px 0 7px;line-height:34px;color:#4d4c61;font-size:14px;font-weight:400;background-color:#fff;border:1px solid #dedfe5;border-radius:6px}.select-box .select-info:after{content:"";position:absolute;top:50%;right:10px;width:16px;height:16px;margin-top:-8px;background-image:url(/assets/icon_arrow_down_gr-511eea19.svg);background-position:center}.select-box .select-info.complex{width:406px}.select-box .select-info[aria-pressed=true],.select-box .select-info:hover{border-color:#92929c}.select-box .select-info[aria-pressed=true]:after,.select-box .select-info:hover:after{filter:brightness(0) opacity(.8)}.select-box .select-info[aria-pressed=true]+.select-list{display:block;z-index:3}.select-box .select-info.disabled{background-color:#f8f8f9;border-color:#dedfe5;color:#b6b6c2;cursor:unset}.select-box .select-info.disabled:after{background-image:url(/assets/icon_arrow_down_gr-511eea19.svg)}.select-box .select-list{position:absolute;top:40px;left:0;display:none;width:100%;max-height:360px;padding:6px;overflow-y:auto;background-color:#fff;border:1px solid #dedfe5;border-radius:6px;box-shadow:0 15px 30px -5px #00000026;z-index:3}.select-box .select-list a{position:relative;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:28px;padding:0 7px;line-height:28px;color:#4d4c61;font-size:14px;border-radius:4px;text-indent:0}.select-box .select-list a:hover{background-color:#f8f8f9}.select-box .select-list.check-box-div{width:max-content}.select-box .select-list.check-box-div .check-box{padding:0 6px}.select-listDiv{display:block;z-index:3}.select-listDiv{position:absolute;top:40px;left:0;display:none;width:100%;max-height:360px;padding:6px;overflow-y:auto;background-color:#fff;border:1px solid #dedfe5;border-radius:6px;box-shadow:0 15px 30px -5px #00000026;z-index:3}.select-listDiv button{position:relative;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:28px;padding:0 7px;line-height:28px;color:#4d4c61;font-size:14px;border-radius:4px;text-indent:0}.select-listDiv button:hover{background-color:#f8f8f9}.select-listDiv.check-box-div{width:max-content}.select-listDiv.check-box-div .check-box{padding:0 6px}.no-data{padding:160px 0;color:#4d4c61;text-align:center}.no-data:before{content:"";display:block;width:56px;height:56px;margin:0 auto 16px;background:url(/assets/icon_info_mark-af18f7f9.svg) no-repeat center}.no-data .tit{font-size:16px;line-height:24px}.no-data .txt{font-size:14px;line-height:24px}.no-data .txt:not(:first-child){margin-top:16px}.no-data .btn-section{display:flex;justify-content:center}.no-data .btn-section{margin-top:64px}.no-data .btn-section i{margin-right:6px}.table-wrap table tbody tr td.no-data{padding:135px 0;font-size:16px;line-height:24px}#Ai_loader_container{position:fixed;z-index:9999;background-color:#0006;top:0;right:0;bottom:0;left:0}#Ai_loader_container>.Ai_loader{position:fixed;left:50%;top:50%;z-index:1;width:120px;height:120px;margin:-76px 0 0 -76px;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #ff951a;border-bottom:16px solid #ff951a;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.favoritebox .btnFav{display:none;vertical-align:middle}.favoritebox .label-info{width:auto;padding:0}.favoritebox .label-info:before{content:"";display:inline-block;width:22px;height:22px;margin:auto;background-repeat:no-repeat;background-position:center;background-image:url(/assets/icon_star_line-928b512f.svg);vertical-align:middle}.favoritebox input:checked+.label-info:before{background-image:url(/assets/icon_star_fill-da37cb7d.svg)}.alphabetical-sort{display:flex;float:left;margin-left:165px;line-height:26px}.alphabetical-sort .btnAll{display:block;width:26px;text-align:center;margin-right:16px;letter-spacing:-.05em;font-weight:400;font-size:14px;color:#4d4c61}.alphabetical-sort ul{position:relative;display:flex;padding-right:16px}.alphabetical-sort ul:after{content:"";position:absolute;top:5px;right:12px;display:block;width:1px;height:8px;margin-top:5px;background:#afaeba}.alphabetical-sort ul:nth-child(5):after{content:none}.alphabetical-sort ul li a{display:block;width:26px;text-align:center;margin-right:11px;font-size:14px;font-weight:400;color:#9393a3}.alphabetical-sort ul.hangeul li a{width:21px;margin-right:0}.table-wrap{margin:0 auto}.table-wrap table .check-box .label-info{display:inline-block;padding-left:18px;line-height:inherit}.table-wrap table .radio-div .radio-box input+.label-info{padding-left:20px}.table-wrap table tr th,.table-wrap table tr td{vertical-align:middle}.table-wrap table thead tr th{height:50px;font-size:13px;font-weight:400;color:#fff}.table-wrap table thead tr th:first-child{border-radius:6px 0 0 6px}.table-wrap table thead tr th:last-child{border-radius:0 6px 6px 0}.table-wrap table thead tr th.th-select-box{position:relative}.table-wrap table thead tr th.th-select-box .th-select{position:relative;height:30px;padding:0 26px 0 6px;line-height:28px;border:1px solid rgba(255,255,255,.2);border-radius:4px;letter-spacing:-.05em;font-size:13px}.table-wrap table thead tr th.th-select-box .th-select:after{content:"";position:absolute;top:7px;right:7px;display:block;width:16px;height:16px;background:url(/assets/icon_arrow_down_wh-47ce049b.svg) center / cover no-repeat;opacity:.2}.table-wrap table thead tr th.th-select-box .th-select:hover{border:1px solid #c8cad0}.table-wrap table thead tr th.th-select-box .th-select:hover:after{opacity:1}.table-wrap table thead tr th.th-select-box .th-select[aria-pressed=true]{border:1px solid #c8cad0}.table-wrap table thead tr th.th-select-box .th-select[aria-pressed=true]:after{opacity:1}.table-wrap table thead tr th.th-select-box .th-select[aria-pressed=true]+.th-select-list{display:block}.table-wrap table thead tr th.th-select-box .th-select-list{position:absolute;top:45px;right:50%;transform:translate(40px);display:none;width:80px;max-height:290px;overflow-y:auto;padding:7px;background-color:#fff;border:1px solid #dedfe5;border-radius:6px;box-shadow:0 15px 30px -5px #00000026;z-index:100}.table-wrap table thead tr th.th-select-box .th-select-list a{display:block;height:28px;line-height:28px;color:#41414f;font-size:14px;border-radius:4px}.table-wrap table thead tr th.th-select-box .th-select-list a:hover{background-color:#f8f8f9}.table-wrap table tbody tr{height:56px}.table-wrap table tbody tr td{padding:12px 0;border-bottom:1px solid #dedfe5;font-size:14px;line-height:20px;text-align:center;color:#111}.table-wrap .basic-table thead tr th{background-color:#5e5e70}.table-wrap .basic-table .txt-left{padding-left:12px;text-align:left}.table-wrap .sub-table thead tr th{background-color:#f0f0f3;color:#4d4c61}.table-wrap .deal-type{margin-bottom:4px}.table-wrap .line-table{border-top:1px solid #acacb4}.table-wrap .line-table .table-row{display:flex;justify-content:flex-start}.table-wrap .line-table .table-row .column{padding:12px 8px;border-bottom:1px solid #eaebf0;font-size:14px;line-height:20px}.table-wrap .line-table .table-row .column:not(.table-tit){flex:1}.table-wrap .line-table .table-row .column.table-tit{font-weight:500;letter-spacing:-.05em}.table-wrap .line-table .table-row .vertical-align{display:inline-flex;align-items:center}.table-wrap:has(.info-table){border:1px solid #dedfe5}.table-wrap .info-table tr:has(th){height:auto}.table-wrap .info-table tr th{padding:4px 16px;background:#f0f0f3}.table-wrap .info-table tr th,.table-wrap .info-table tr td{border-left:1px solid #dedfe5;border-bottom:1px solid #dedfe5;font-size:11px;line-height:16px;color:#555461}.table-wrap .info-table tr td{padding:4px 8px}.table-filter{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.table-filter.has-search{margin-top:24px}.table-filter>div{display:flex;gap:8px}.table-filter .search-form{margin-top:0;padding:0}.table-filter .search-form .search-input input{padding:0 8px 0 32px}.table-filter .search-form .search-input i.icon-search-bkNew,.table-filter .search-form .search-input i.icon-search-bk{right:unset;left:12px}.table-filter .select-info.w120+.select-list{top:40px;width:200px}.table-filter .select-info.w120+.select-list a{font-size:14px}.table-filter .search-wrap .btn{min-width:72px}.table-filter .search-wrap .btn i{margin-right:4px}.table-filter .table-manage-btn .btn-default i{margin-right:2px}.table-filter .select-box .select-info{width:110px;padding-right:24px;font-size:14px}.table-filter .select-box .select-list{top:30px}.table-filter .select-box .select-list a{font-size:12px}.table-filter .alphabetical-sort,.table-filter .sorting-wrap{margin-left:auto}.table-filter .sorting-wrap .select-box .select-info{height:28px;line-height:26px}.table-filter .sorting-wrap .btn i{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:middle}.layer-popup{display:none;z-index:10000000}.layer-popup .popup-content-wrap{max-width:unset}[class*=popup-] .sub-title{margin-top:24px;padding:12px 0;font-family:IBM Plex Sans KR;font-size:16px;line-height:24px;color:#41414f;font-weight:500}[class*=popup-] .inner-box{padding:16px;border-radius:6px;font-size:14px;color:#4d4c61}[class*=popup-] .gray-box{background-color:#f8f8f9}[class*=popup-] .line-box{border:1px solid #dedfe5;line-height:28px}[class*=popup-] .org-line-box{border:1px solid #ff951a;line-height:28px}[class*=popup-] .invalid .line-box{border-color:#ff5959}[class*=popup-] .invalid .radio-box input[type=radio]+label:before{border-color:#ff5959}[class*=popup-] .co-red{color:#ff5959!important}[class*=popup-] .messageIcon{display:block;margin:8px auto 10px;width:56px;height:56px;background-size:cover;background-repeat:no-repeat;background-position:center}[class*=popup-] .messageIcon.check-circle-grn{background-image:url(/assets/icon_check_line_grn-8b08b1a6.svg)}[class*=popup-] .messageTxt{font-size:14px;line-height:24px;text-align:center;color:#4d4c61}[class*=popup-] .messageTxt strong{font-size:16px;line-height:24px;color:#41414f;font-weight:500}[class*=popup-] .section{margin-top:0}[class*=popup-] .section .sec-tit{color:#4d4c61;font-size:14px;line-height:20px;font-weight:500;font-family:IBM Plex Sans KR;text-align:left}[class*=popup-] .section.required .sec-tit strong{font-weight:500}[class*=popup-] .section.required .sec-tit strong:after{content:"*";display:inline-block;vertical-align:middle;font-size:18px;color:#ff5959;margin:-2px 0 0 1px}[class*=popup-] .section .sec-tit span{margin-left:16px;font-size:11px;line-height:20px;color:#9393a3;font-weight:400;font-family:Noto Sans KR}[class*=popup-] .section .sec-tit span.caution-txt{display:none;color:#ff5959}[class*=popup-] .section.invalid .sec-tit span.caution-txt{display:inline-block}[class*=popup-] .section .sec-cont{margin-bottom:4px;padding:16px;text-align:left;border-radius:8px}[class*=popup-] .section .sec-cont.table-form{padding:0}[class*=popup-] .sectiondiv{margin-top:24px}[class*=popup-] .sectiondiv .sec-tit{color:#4d4c61;font-size:14px;line-height:20px;font-weight:500;font-family:IBM Plex Sans KR;text-align:left}[class*=popup-] .sectiondiv.required .sec-tit strong{font-weight:500}[class*=popup-] .sectiondiv.required .sec-tit strong:after{content:"*";display:inline-block;vertical-align:middle;font-size:18px;color:#ff5959;margin:-2px 0 0 1px}[class*=popup-] .sectiondiv .sec-tit span{margin-left:16px;font-size:11px;line-height:20px;color:#9393a3;font-weight:400;font-family:Noto Sans KR}[class*=popup-] .sectiondiv .sec-tit span.caution-txt{display:none;color:#ff5959}[class*=popup-] .sectiondiv.invalid .sec-tit span.caution-txt{display:inline-block}[class*=popup-] .sectiondiv .sec-cont{margin-bottom:4px;padding:16px;text-align:left;border-radius:8px}[class*=popup-] .sectiondiv .sec-cont.table-form{padding:0}[class*=popup-] .noti-box{padding:16px 16px 16px 40px;background-position:left 16px top 18px}[class*=popup-] .table-form{border:1px solid #dedfe5;border-radius:8px}[class*=popup-] .table-form .table-form-row{display:flex;align-items:center;width:100%;border-bottom:1px solid #dedfe5}[class*=popup-] .table-form .table-form-row:last-child{border-bottom:none}[class*=popup-] .table-form .table-form-row .tit{font-size:14px;font-weight:500}[class*=popup-] .table-form .table-form-row .col{display:inline-flex;width:calc(50% - 100px);padding:18px 16px;font-size:14px;font-family:Noto Sans KR;color:#4d4c61;align-self:stretch;align-items:center}[class*=popup-] .table-form .table-form-row .col:nth-child(2n-1){width:100px;color:#41414f;font-weight:500;background:#f8f8f9}[class*=popup-] .table-form .table-form-row.has-col-2 .col:first-child{width:115px}[class*=popup-] .table-form .table-form-row.has-col-2 .col:last-child{width:calc(100% - 115px)}[class*=popup-] .table-form .table-form-row:first-child .col:first-child,[class*=popup] .table-form .table-form-row:last-child .col:first-child{border-radius:8px 0 0 8px}[class*=popup-] .table-form .table-form-row .col.flex-right{justify-content:flex-end}[class*=popup-] .table-form .table-form-row:first-child .col.w100p{border-radius:8px 8px 0}[class*=popup-] .table-form .table-form-row:last-child .col.w100p{border-radius:8px 0 8px 8px}[class*=popup-] .table-form .table-form-row .inputBox input{height:36px}[class*=popup-] .table-form.account-insert .table-form-row .col{padding:10px 16px}[class*=popup-] .info-txt{margin:8px 0 0 16px;padding-left:20px;font-size:14px;line-height:24px;color:#9393a3;background:url(/assets/icon_info_gry-322255e5.svg) left center / 16px no-repeat}[class*=popup-] .warning-box{padding:16px 16px 16px 40px;background-position:left 16px top 18px}[class*=popup-] .search-form{width:100%!important}[class*=popup-] .search-form .search-keyword-div{position:relative}[class*=popup-] .search-form .search-keyword-div .search-keyword-wrap{position:relative;max-height:118px}[class*=popup-] .input-default .input-form{text-align:left}[class*=popup-] .input-default .input-form .tit{font-size:14px;line-height:24px;color:#41414f;font-weight:500}[class*=popup-] .input-default .input-form .input-area input{height:46px}[class*=popup-] .input-default .input-form .input-area.pw-view .view{top:5px}[class*=popup-] .button-wrap{padding-bottom:24px;margin:0 24px;display:flex;justify-content:center;gap:8px}[class*=popup-] .button-wrap .btn{min-width:104px;padding:8px 11px;font-size:14px;line-height:20px;text-align:center;border:1px solid transparent;border-radius:6px}[class*=popup-] .button-wrap .btn-line{border-color:#dedfe5;color:#4d4c61}[class*=popup-] .button-wrap .btn-org{background:#ff951a;border-color:#ff951a;color:#fff}[class*=popup-] .button-wrap .btn-red{background:#ff5959;border-color:#ff5959;color:#fff}[class*=popup-].custom-scroll+.button-wrap{padding:32px 0;border-top:1px solid #dedfe5}.popup-content .select-info[aria-pressed=true]{border-color:#ff951a!important}.popup-layer-wrap{position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;background-color:#0006}.popup-layer{position:absolute;z-index:99999;background:#fff;border:1px solid #dedfe5;box-shadow:0 15px 30px -5px #0000001a;border-radius:8px}.popup-content-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:330px;max-width:360px;background:#fff;border:1px solid #dedfe5;box-shadow:0 25px 35px -10px #0003;border-radius:12px;transition:top .3s ease}.popup-content-wrap.posT-up{top:40%}.popup-content-wrap .close{position:absolute;top:16px;right:20px;display:inline-block;width:24px;height:24px;background:url(/assets/icon_xbtn-235419bd.svg) no-repeat center center}.popup-content-wrap.no-title .popup-content{padding-top:0}.popup-header-modal{position:relative;height:60px;padding:16px 24px 14px}.popup-header-modal .p-title{height:30px;line-height:30px;color:#41414f;font-size:20px;font-weight:500}.popup-header-modal .p-title:after{content:"";position:absolute;right:24px;bottom:0;left:24px;height:1px;background-color:#acacb4}.popup-header-modal .p-title i{display:inline-block;width:24px;height:24px;margin-right:6px;background:url(/assets/icon_info_bk-b7715ae5.svg) no-repeat center;vertical-align:middle}.popup-header{position:relative;height:60px;padding:16px 24px 14px}.popup-header .p-title{height:30px;line-height:30px;color:#41414f;font-size:20px;font-weight:500}.popup-header .p-title:after{content:"";position:absolute;right:24px;bottom:0;left:24px;height:1px;background-color:#acacb4}.popup-header .p-title i{display:inline-block;width:24px;height:24px;margin-right:6px;background:url(/assets/icon_info_bk-b7715ae5.svg) no-repeat center;vertical-align:middle}.popup-content{padding:24px 24px 32px;font-size:14px;line-height:21px;text-align:center;color:#4d4c61}.popup-content-div{padding:4px 12px 1px;font-size:14px;line-height:21px;text-align:center;color:#4d4c61}.popup-content p.txt span{color:#ff5959}.popup-content .b-txt{margin-bottom:12px;font-size:16px;line-height:20px}.popup-content p.txt b,.popup-content .b-txt b{font-weight:500}.popup-content .sub-txt{margin-top:10px;font-size:12px;line-height:17px;color:#eb513c}.popup-content .p-icon{display:block;width:56px;height:56px;margin:10px auto;background-repeat:no-repeat;background-position:center}.popup-content .p-icon.info{background-image:url(/assets/icon_info_mark-af18f7f9.svg)}.popup-content .p-icon.fileinfo{background-image:url(/assets/warning-f2d8e52d.svg)}.popup-content .p-icon.OK{background-image:url(/assets/icon_check_line_grn-8b08b1a6.svg)}.popup-content .p-icon.warning{background-image:url(/assets/icon_warning_mark-84c947ba.svg)}.popup-content .p-icon.warning_bk{background-image:url(/assets/icon_warning_mark-84c947ba.svg);filter:brightness(0)}.popup-content .p-icon.release{background-image:url(/assets/icon_xmark-b12cb8d1.svg)}.popup-content .p-icon.plus{background-image:url(/assets/icon_plus_circle_bk-d2697024.svg)}.popup-small-content{padding:10px 14px 14px;font-size:14px;line-height:21px;text-align:center;color:#4d4c61}.popup-small-content p.txt span{color:#ff5959}.popup-small-content .b-txt{margin-bottom:12px;font-size:16px;line-height:20px}.popup-small-content p.txt b,.popup-content .b-txt b{font-weight:500}.popup-small-content .sub-txt{margin-top:10px;font-size:12px;line-height:17px;color:#eb513c}.popup-small-content .p-icon{display:block;width:56px;height:56px;margin:10px auto;background-repeat:no-repeat;background-position:center}.popup-small-content .p-icon.info{background-image:url(/assets/icon_info_mark-af18f7f9.svg)}.popup-small-content .p-icon.OK{background-image:url(/assets/icon_check_line_grn-8b08b1a6.svg)}.popup-small-content .p-icon.warning{background-image:url(/assets/icon_warning_mark-84c947ba.svg)}.popup-small-content .p-icon.warning_bk{background-image:url(/assets/icon_warning_mark-84c947ba.svg);filter:brightness(0)}.popup-small-content .p-icon.release{background-image:url(/assets/icon_xmark-b12cb8d1.svg)}.popup-small-content .p-icon.plus{background-image:url(/assets/icon_plus_circle_bk-d2697024.svg)}.popup-button-wrap{display:flex;align-items:center;justify-content:center;gap:8px;padding-bottom:32px;padding-top:12px}.popup-button-wrap button{min-width:104px;height:36px;font-size:14px;font-weight:500;border-radius:6px;padding:0 12px}.popup-button-wrap button.check{border:1px solid #dedfe5}.popup-button-wrap button.check:hover{border:1px solid #92929c}.popup-button-wrap button.verify{border:1px solid #ff951a;background-color:#ff951a;color:#fff}.popup-button-wrap button.verify:hover{background-color:#ff7f0f}.popup-button-wrap button#goSite{padding-left:46px;padding-right:24px;background:#ff951a url(/assets/logo_ai-a71fa363.svg) no-repeat center left 24px}.popup-small-button-wrap{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:5px;padding-bottom:17px}.popup-small-button-wrap button{min-width:104px;height:36px;font-size:14px;font-weight:500;border-radius:6px;padding:0 12px}.popup-small-button-wrap button.check{border:1px solid #dedfe5}.popup-small-button-wrap button.check:hover{border:1px solid #92929c}.popup-small-button-wrap button.verify{border:1px solid #ff951a;background-color:#ff951a;color:#fff}.popup-small-button-wrap button.verify:hover{background-color:#ff7f0f}.popup-small-button-wrap button#goSite{padding-left:46px;padding-right:24px;background:#ff951a url(/assets/logo_ai-a71fa363.svg) no-repeat center left 24px}.alert-popup .popup-content{padding-top:10px}.img-full-pop{background-color:#000c}.img-full-pop .popup-header{position:absolute;top:0;left:0;display:flex;width:100%;padding:16px;justify-content:space-between;z-index:2}.img-full-pop .popup-header .logo{width:25px;height:25px;background:url(/assets/logo_full_pop-f1af4496.svg) center / cover no-repeat}.img-full-pop .popup-header .close-btn{font-size:16px;line-height:24px;color:#fff;font-weight:500}.img-full-pop .popup-header .close-btn i{width:24px;height:24px;margin-left:6px}.img-full-pop .popup-content{width:100vw;height:100vh;padding:0}.img-full-pop .popup-content .swiper-wrapper{align-items:center}.img-full-pop .popup-content img{max-width:100vw;max-height:100vh;object-fit:cover}.img-full-pop .swiper-button [class*=swiper-button-]{width:40px;height:40px;background:url(/assets/icon_arrow_down_wh-47ce049b.svg) center / cover no-repeat transparent;border:none}.img-full-pop .swiper-button-prev{transform:rotate(90deg);left:16px}.img-full-pop .swiper-button-next{transform:rotate(270deg);right:16px}.img-full-pop .swiper-pagination{width:auto;padding:6px 8px;bottom:36px;left:50%;transform:translate(-50%);background-color:#0006;border-radius:8px;font-size:16px;line-height:24px;font-weight:700;color:#fff;font-family:IBM Plex Sans KR}.side-fixed-layer{position:fixed;min-height:400px;right:8px;top:32px;z-index:9;border-radius:12px;border:1px solid #dedfe5;background-color:#fff;box-shadow:0 15px 30px -5px #0000001a;overflow:hidden}.side-fixed-layer .layer-header{display:flex;padding:12px 0;margin:0 16px;border-bottom:1px solid #c8cad0}.side-fixed-layer .layer-header .layer-title{display:flex;font-size:18px;line-height:26px;font-weight:500;color:#41414f;align-items:center}.side-fixed-layer .layer-header .layer-title i{width:24px;height:24px;margin-right:4px}.side-fixed-layer .layer-header .close-btn{width:24px;height:24px;margin-left:auto;background:url(/assets/icon_xbtn-235419bd.svg) no-repeat center;filter:brightness(.5)}.side-fixed-layer .custom-scroll{overflow-x:hidden;overflow-y:overlay}.side-fixed-layer .layer-section{padding:12px 16px 8px;border-top:12px solid #f8f8f9;background:#fff}.side-fixed-layer .layer-section .tit{padding-bottom:12px;border-bottom:1px solid #c8cad0;font-size:16px;line-height:24px;color:#41414f;font-weight:500}.side-fixed-layer .layer-section .tit+.cont{margin-top:16px}.toast-pop{position:fixed;display:none;text-align:center;padding:12px 16px;font-size:12px;line-height:16px;color:#fff;font-weight:500;background:rgba(23,28,38,.7);border-radius:8px;bottom:24px;left:50%;transform:translate(-50%);z-index:101}.toast-pop.show{display:block;width:auto!important}.toast-pop.chk{padding-left:36px;text-align:left}.toast-pop.chk:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);display:inline-block;width:16px;height:16px;background:url(/assets/icon_check_grn-9c2d8b91.svg) center / cover no-repeat;vertical-align:middle}.toast-pop.error{padding-left:36px;text-align:left}.toast-pop.error:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);display:inline-block;width:16px;height:16px;background:url(/assets/icon_caution-76c71a68.svg) center / cover no-repeat;vertical-align:middle}.group-item .thumb-img{background:url(/assets/icon_profile-0c8d8fb9.svg) center / 40px no-repeat #f5f5f5;overflow:hidden}.group-item .thumb-img img{display:block;width:100%;height:100%;object-fit:cover}.group-item .group-info{font-size:12px;line-height:17px}.group-item .group-info .tit{color:#4d4c61}.group-item .group-info .tit .tag{display:inline-block;vertical-align:middle;margin-top:-2px}.group-item .group-info .txt{color:#4d4c61}.group-item .condition{margin-top:8px;font-size:12px;line-height:14px;color:#4d4c61}.group-item .condition .divide-box{font-size:14px;line-height:20px;margin-top:4px}.group-item .condition .divide-box>*:not(:last-child):after{width:2px;height:2px;background:#4d4c61;border-radius:100%}.group-item .info-wrap .divide-box *{font-size:12px;line-height:18px}.group-item .info-wrap .divide-box .hash{font-weight:500}.group-gallery .group-list{display:flex;gap:32px 24px;flex-wrap:wrap}.group-gallery .group-item{flex:1;width:264px}.group-gallery .group-item .thumb-img{width:100%;height:216px;border-radius:12px;background-size:80px}.group-gallery .group-item .thumb-img img{transition:transform .2s}.group-gallery .group-item:hover .thumb-img img{transform:scale(1.2)}.group-gallery .group-item .group-info{margin-top:24px}.group-gallery .group-item .group-info .tit{font-size:18px;line-height:26px;font-weight:700}.group-gallery .group-item .group-info .tit .tag{padding:2px 10px;margin-right:4px}.group-gallery .group-item .group-info .txt{margin-top:8px;font-size:14px;line-height:20px;height:60px}.group-gallery .group-item .group-info .info-wrap{margin-top:4px}.group-gallery .group-item .condition{margin-top:14px}.group-gallery .group-item .info-wrap .divide-box *{color:#41414f}.group-gallery .group-item .info-wrap .divide-box .mem:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background:url(/assets/icon_person_bl-8af3a57e.svg) no-repeat center left;vertical-align:sub}.group-gallery .group-item .info-wrap .divide-box .spot:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background:url(/assets/icon_spot-fb292b54.svg) no-repeat center left;vertical-align:sub}.group-album{display:flex;position:relative;flex-wrap:wrap}.group-album .group-list{display:flex;gap:8px;align-items:center}.group-album .group-item{position:relative;width:120px;height:120px;border:1px solid #eaebf0;border-radius:6px;background-color:#fafafa;overflow:hidden}.group-album .group-item:hover{border-color:#92929c}.group-album .group-item .group-info .mem{color:#9393a3}.group-album .group-item .group-info .mem .icon-lock-red{display:inline-block;width:14px;height:14px;margin-left:3px;vertical-align:middle}.group-album .group-item .thumb-img{width:120px;height:70px}.group-album .group-item .group-info{padding:8px 12px 12px;background-color:#fff;font-weight:500}.group-album .make-group{padding-top:74px;text-align:center;font-size:14px;color:#9393a3;background:url(/assets/icon_plus_circle_line-4d8771d4.svg) no-repeat center top 26px #fafafa}.group-album .group-list+.make-group{margin-left:8px}.group-album .make-group:has(.tooltip){overflow:visible}.group-album .tooltip-line{width:max-content;bottom:-32px;left:18px}.group-album .tooltip-line:before{border-bottom:8px solid #fff;border-top:none;bottom:unset;top:-7px}.group-album .tooltip-line:after{border-bottom:8px solid #ff951a;border-top:none;bottom:unset;top:-8px}.group-album .tag{position:absolute;right:8px;top:8px;font-size:10px;line-height:16px;padding:0 6px;font-weight:600}.group-image .group-list{display:flex;justify-content:space-between;gap:32px 52px;flex-wrap:wrap}.group-image .group-item{display:flex;justify-content:flex-start;gap:16px;flex:1}.group-image .group-item .thumb-img{width:72px;height:72px;border-radius:12px;border:1px solid #dedfe5}.group-image .group-item .tit{max-width:306px;font-size:16px;line-height:24px;font-weight:700}.group-image .group-item .tit .tag{display:inline-flex;font-size:12px;line-height:16px;height:20px;padding:1px 6px;margin-right:8px}.group-image .group-item .txt{max-width:306px;margin-top:4px}.group-image .group-item .tit,.group-image .group-item .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-image .group-item .info-wrap{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.group-image .group-item .info-wrap .divide-box *{color:#7a7a89}.group-image .group-item .info-wrap .divide-box .record{color:#417be6}.group-image .group-item .info-wrap .divide-box .record:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background:url(/assets/icon_clock_bl-0859c70b.svg) no-repeat center left;vertical-align:sub}.group-image .group-item .info-wrap .divide-box .owner:before{content:"";display:inline-block;width:14px;height:14px;margin-right:3px;background:url(/assets/icon_person-2e8abc81.svg) no-repeat center left;vertical-align:sub}.group-image .group-item .info-wrap .more{font-weight:500}.group-image .group-item .info-wrap .more i{display:inline-block;width:16px;height:16px;vertical-align:bottom}.group-card .group-list{display:flex;gap:16px;flex-wrap:wrap}.group-card .group-item{display:flex;gap:16px;width:calc(50% - 8px);align-items:center;padding:15px 16px;border:1px solid transparent;background:#fff;text-align:left;border-radius:16px;box-shadow:0 2px 3px #00000014,0 1px 2px #00000014;transition:border-color,box-shadow .2s ease}.group-card .group-item:hover{border-color:#417be6;box-shadow:0 15px 30px -5px #0000001a}.group-card .group-item .thumb-img{width:72px;height:72px;border-radius:100%;flex-shrink:0}.group-card .group-item .group-info{width:calc(100% - 88px);display:flex;flex-direction:column;gap:2px;font-size:14px;line-height:20px;align-items:flex-start}.group-card .group-item .tit{width:100%;font-size:16px;line-height:24px;color:#41414f;font-weight:700}.group-card .group-item .txt{color:#4d4c61}.group-card .group-item .nickname{margin-top:2px;color:#417be6;font-weight:700}.header{position:fixed;z-index:10;display:flex;align-items:center;justify-content:space-between;width:100%;height:56px;padding:0 16px;border-bottom:1px solid #eaebf0;background-color:#fff}.header .header-left{display:flex;align-items:center;justify-content:flex-start;width:400px}.header .header-left .logo{display:inline-block;width:108px;height:29px;background:url(/assets/logo-59291302.svg) no-repeat center left / contain}.header .header-left .search-box{width:102px;margin-left:24px;padding:6px 14px 6px 34px;border-radius:20px;border:1px solid transparent;background:#f8f8f9 url(/assets/icon_search_bk-3f51c176.svg) no-repeat center left 12px;transition:all .3s}.header .header-left .search-box input[type=text]{width:100%;padding:0;background-color:transparent;border:0;letter-spacing:-.03em}.header .header-left .search-box input::-webkit-input-placeholder{color:#b6b6c2}.header .header-left .search-box.on{width:210px;padding:6px 34px 6px 14px;border:1px solid #ff951a;background-color:#fff;background-position:center right 12px}.header .header-left .search-box.on input::-webkit-input-placeholder{color:#4d4c61}.header .header-center{flex-shrink:0}.header .header-center .net-menu{text-align:center;font-size:0}.header .header-center .net-menu a{display:inline-block;width:72px;height:56px;margin:0 6px;padding-top:31px;font-size:13px;line-height:14px;font-weight:500;vertical-align:top;background-repeat:no-repeat;background-position:center top 11px}.header .header-center .net-menu a:hover,.header .header-center .net-menu a.on,.header .header-center .net-menu .group.stay,.header .header-center .net-menu .community.stay,.header .header-center .net-menu .board.stay,.header .header-center .net-menu .share.stay{color:#ff7f0f}.header .header-center .net-menu a.group{background-image:url(/assets/icon_group-82e771f7.svg)}.header .header-center .net-menu a.community{background-image:url(/assets/icon_community-d8f7fd98.svg)}.header .header-center .net-menu a.board{background-image:url(/assets/icon_board-2a41db85.svg)}.header .header-center .net-menu a.share{background-image:url(/assets/icon_offering_share-416df45c.svg)}.header .header-center .net-menu a.group.on,.header .header-center .net-menu a.group:hover{background-image:url(/assets/icon_group_org-96d368ae.svg)}.header .header-center .net-menu a.community.on,.header .header-center .net-menu a.community:hover{background-image:url(/assets/icon_community_org-5055ef06.svg)}.header .header-center .net-menu a.board.on,.header .header-center .net-menu a.board:hover{background-image:url(/assets/icon_board_org-943820d6.svg)}.header .header-center .net-menu a.share.on,.header .header-center .net-menu a.share:hover{background-image:url(/assets/icon_offering_share_org-99c53195.svg)}.header .header-center .net-menu a.group.on,.header .header-center .net-menu a.group.stay{background-image:url(/assets/icon_group_org-96d368ae.svg)}.header .header-center .net-menu a.community.on,.header .header-center .net-menu a.community.stay{background-image:url(/assets/icon_community_org-5055ef06.svg)}.header .header-center .net-menu a.board.on,.header .header-center .net-menu a.board.stay{background-image:url(/assets/icon_board_org-943820d6.svg)}.header .header-center .net-menu a.share.on,.header .header-center .net-menu a.share.stay{background-image:url(/assets/icon_offering_share_org-99c53195.svg)}.header .header-right{display:flex;align-items:center;justify-content:flex-end;width:400px}.header .header-right .my-menu{display:flex;gap:24px;margin-right:24px}.header .header-right .my-menu:after{content:"";display:inline-block;width:1px;height:24px;background-color:#dedfe5;vertical-align:middle}.header .header-right .my-menu .menu>a{position:relative;display:inline-block;width:24px;height:24px}.header .header-right .my-menu .menu>a.news{background-image:url(/assets/icon_newsfeed-d353ff77.svg)}.header .header-right .my-menu .menu>a.bookmark{background-image:url(/assets/icon_bookmark-907cc4b1.svg)}.header .header-right .my-menu .menu>a.alarm{background-image:url(/assets/icon_bell-ff2d8fe3.svg)}.header .header-right .my-menu .menu>a.news:hover,.header .header-right .my-menu .menu>a.news.on{background-image:url(/assets/icon_newsfeed_org-8e91cab8.svg)}.header .header-right .my-menu .menu>a.bookmark:hover,.header .header-right .my-menu .menu>a.bookmark.on{background-image:url(/assets/icon_bookmark_org-d124a05c.svg)}.header .header-right .my-menu .menu>a.alarm:hover,.header .header-right .my-menu .menu>a.alarm.on{background-image:url(/assets/icon_bell_org-9789d361.svg)}.header .header-right .my-menu .menu.has-new .layer-title i{position:relative}.header .header-right .my-menu .menu.has-new .layer-title i:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background-color:#ed5b75;top:0;right:0}.header .header-right .user{display:inline-block;padding-right:28px;background:url(/assets/icon_arrow_down_bk-941d788b.svg) no-repeat center right;width:unset;height:unset;border-radius:unset}.header .header-right .user[aria-pressed=true]{background-color:transparent}.header .header-right .user-photo{display:inline-block;width:32px;height:32px;border-radius:50%;background-color:#f8f8f9;vertical-align:middle}.header .header-right .user-menu.tool-list{transform:translateY(20%)}.header .header-right .count{position:absolute;top:-4px;left:13px;padding:3px 5px;border-radius:8px;font-size:10px;line-height:10px;font-weight:500;color:#fff}.header .header-right .count.grn{background-color:#14ba85}.header .header-right .count.red{background-color:#ff5959}.header.logout-header .login-btn{font-size:16px;line-height:24px;color:#41414f;font-weight:500;font-family:IBM Plex Sans KR}.search-box{width:102px;margin-left:24px;padding:6px 14px 6px 34px;border-radius:20px;border:1px solid transparent;background:#f8f8f9 url(/assets/icon_search_bk-3f51c176.svg) no-repeat center left 12px;transition:all .3s}.search-box input[type=text]{width:100%;padding:0;background-color:transparent;border:0;letter-spacing:-.03em}.search-box input::-webkit-input-placeholder{color:#b6b6c2}.search-box.on{width:210px;padding:6px 34px 6px 14px;border:1px solid #ff951a;background-color:#fff;background-position:center right 12px}.search-box.on input::-webkit-input-placeholder{color:#4d4c61}.alarm-layer{width:300px;display:none;right:16px}.alarm.on+.alarm-layer{display:block}.alarm-layer .layer-content{max-height:510px}.alarm-layer .list-wrap{padding:0 16px}.alarm-layer .list-wrap.new+.list-wrap.old{border-top:12px solid #f8f8f9}.alarm-layer .list-wrap .list{position:relative;display:flex;gap:8px;padding:12px 0;border-top:1px solid #dedfe5}.alarm-layer .list-wrap .list:first-child{border-top:0}.alarm-layer .list-wrap.new .list:after{content:"";position:absolute;width:8px;height:8px;background:#417be6;border-radius:50%;bottom:18px;right:0}.alarm-layer .list-wrap .thumb-img{width:56px;height:56px;border-radius:12px;background:url(/assets/icon_profile-0c8d8fb9.svg) center / 40px no-repeat #f5f5f5;overflow:hidden;flex-shrink:0}.alarm-layer .list-wrap .thumb-img img{display:block;width:100%;height:100%;object-fit:cover}.alarm-layer .list-wrap .detail .txt{font-size:12px;line-height:18px;color:#4d4c61}.alarm-layer .list-wrap .detail .txt b{display:inline-block;font-weight:500;max-width:144px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:text-top}.alarm-layer .list-wrap.old .detail .txt{color:#7a7a89}.alarm-layer .list-wrap .detail .divide-box{margin-top:2px}.alarm-layer .list-wrap .detail .divide-box .limit-line1{max-width:136px}.alarm-layer .list-wrap .detail .divide-box>*{font-size:10px;line-height:16px;font-family:IBM Plex Sans KR;font-weight:500;color:#41414f}.alarm-layer .list-wrap.old .detail .divide-box>*{color:#7a7a89!important}.alarm-layer .list-wrap .detail .divide-box>*:after{content:none}.alarm-layer .list-wrap .detail .divide-box>*:not(:first-child):before{content:"";position:absolute;width:2px;height:2px;border-radius:50%;background-color:#41414f;left:-5px;top:50%;transform:translateY(-50%)}.container{padding:32px 0 64px;width:100%}.content{width:690px;min-height:calc(100vh - 350px);margin:0 auto;position:relative}.content .underline-tab .tab-menu-inner .btn,.content .underline-tab .tab-menu-inner .btn-div{flex:unset}.container .page-title{display:flex;font-size:18px;line-height:28px;color:#41414f;font-weight:700;font-family:IBM Plex Sans KR;margin-bottom:24px;align-items:center;gap:4px}.container .page-title>i{width:24px;height:24px}.container .page-title [class*=btn]{font-weight:500;margin-left:auto}.container .page-title [class*=btn] i{display:inline-block;margin-right:6px}.container .page-txt{font-size:14px;line-height:20px;color:#4d4c61}.container .banner{display:block;width:100%;border-radius:8px;overflow:hidden}.container .banner:not(:first-child){margin-top:24px}.container .banner img{width:100%;object-fit:cover}.side-nav{position:fixed;left:8px}.side-nav ul{display:flex;flex-direction:column;gap:16px}.side-nav ul li{width:102px;transition:width .5s}.side-nav.open ul li{width:240px}.side-nav ul li a{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;height:48px;padding:12px 8px;font-size:18px;color:#b6b6c2;letter-spacing:-.05em}.side-nav ul li a span{font-family:IBM Plex Sans KR}.side-nav ul li a:before{content:"";display:inline-block;width:24px;height:24px;margin-right:5px;background-repeat:no-repeat;background-position:center;background-size:24px 24px;opacity:.5}.side-nav ul li a.all:before{background-image:url(/assets/icon_file-7689af0c.svg)}.side-nav ul li a.all-board:before{background-image:url(/assets/icon_board-2a41db85.svg)}.side-nav ul li a.free-borad:before{background-image:url(/assets/icon_free_board-9ffa0916.svg)}.side-nav ul li a.share:before{background-image:url(/assets/icon_join_share-85990040.svg)}.side-nav ul li a.inquiry:before{background-image:url(/assets/icon_question_speech-8d43da84.svg)}.side-nav ul li a.issue:before{background-image:url(/assets/icon_real_issue-3be0c238.svg)}.side-nav ul li a.notice:before{background-image:url(/assets/icon_loud_line-afc3eaaf.svg)}.side-nav ul li a.mypage:before{background-image:url(/assets/icon_person-2e8abc81.svg);opacity:1}.side-nav ul li a.ing:before{background-image:url(/assets/icon_ing_gry-bdf9e486.svg);opacity:1}.side-nav ul li a:after{content:"";display:inline-block;width:24px;height:24px;margin-left:auto;background:url(/assets/icon_arrow_down_gr-511eea19.svg) no-repeat center / cover;transform:rotate(-90deg)}.side-nav ul li a:hover{color:#41414f}.side-nav ul li a:hover:before,.side-nav ul li.on a:before{opacity:1}.side-nav ul li:not(.on) a.mypage:hover:before{filter:brightness(0)}.side-nav ul li:not(.on) a.ing:hover:before{filter:brightness(0)}.side-nav ul li a:hover:after{background-image:url(/assets/icon_arrow_down_bk-941d788b.svg)}.side-nav ul li.on a{border-radius:6px;border:1px solid #eaebf0;box-shadow:0 10px 10px -5px #0000000d;color:#ff951a}.side-nav ul li.on a.all:before{background-image:url(/assets/icon_file_org-27b92e3f.svg)}.side-nav ul li.on a.free-borad:before{background-image:url(/assets/icon_free_board_org-3143aeda.svg)}.side-nav ul li.on a.issue:before{background-image:url(/assets/icon_real_issue_org-4bd579d6.svg)}.side-nav ul li.on a.mypage:before{background-image:url(/assets/icon_person_org-eab1ca02.svg)}.side-nav ul li.on a.ing:before{background-image:url(/assets/icon_ing_org-7aea7272.svg)}.side-nav ul li.on a:after{background-image:url(/assets/icon_arrow_down_org-ce56a177.svg)}.side-nav .btn-control{position:absolute;left:50%;transform:translate(-50%);display:inline-block;width:46px;height:46px;margin-top:29px;border-radius:50%;border:1px solid #eaebf0;box-shadow:0 5px 8px #00000012}.side-nav .btn-control i{background-size:24px 24px;transform:rotate(-90deg)}.side-nav.open .btn-control i{transform:rotate(90deg)}footer{border-top:1px solid #eaebf0}footer .tit{font-size:14px;line-height:20px}footer .notice-section{padding:12px 0;border-bottom:1px solid #eaebf0}footer .notice-section .inner{position:relative;display:flex;align-items:center;justify-content:center;width:1128px;margin:0 auto}footer .notice-section .tit{font-size:14px;line-height:20px;color:#41414f}footer .notice-section .list{font-size:14px;line-height:20px;color:#4d4c61;margin-left:24px;flex:1}footer .notice-section button{margin-left:8px;padding:4px 8px;display:flex;gap:4px;font-size:11px;line-height:16px;color:#4d4c61;font-weight:500}footer .notice-section button i{width:16px;height:16px}.footer-wrap{display:flex;justify-content:flex-start;flex-wrap:wrap;column-gap:100px;width:1128px;margin:0 auto;padding:32px 0 48px}.footer-wrap .cs-center .info{font-size:10px;line-height:16px;color:#4d4c61}.footer-wrap .cs-center .tit+.info{margin-top:8px}.footer-wrap .support-section{display:flex;gap:12px}.footer-wrap .support-section .btn{padding:10px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;min-width:92px;font-size:12px;line-height:18px;color:#ff7f0f;font-family:IBM Plex Sans KR;background:#fff4e5;border-color:#fff4e5}.footer-wrap .sns-section{display:inline-flex;gap:16px;margin-top:auto;margin-left:auto}.footer-wrap .sns-section .sns-icon{position:relative;display:block;width:24px;height:24px;background-repeat:no-repeat;background-position:0 0}.footer-wrap .sns-section .sns-icon span{display:none;position:absolute;top:32px;left:50%;transform:translate(-50%);width:max-content;width:-moz-max-content;padding:6px 8px;border-radius:8px;font-size:12px;line-height:16px;color:#fff;background:rgba(23,28,38,.7)}.footer-wrap .sns-section .sns-icon.blog{background-image:url(/assets/sicon_blog-fe0bdf8c.svg)}.footer-wrap .sns-section .sns-icon.youtube{background-image:url(/assets/sicon_youtube-753a7092.svg)}.footer-wrap .sns-section .sns-icon.facebook{background-image:url(/assets/sicon_facebook-d96e8afb.svg)}.footer-wrap .sns-section .sns-icon.instagram{background-image:url(/assets/sicon_instagram-8395a6b4.svg)}.footer-wrap .sns-section .sns-icon.twitter{background-image:url(/assets/sicon_twitter-31fb58ae.svg)}.footer-wrap .sns-section .sns-icon:not(.full-color):hover{background-position-y:-24px}.footer-wrap .sns-section .sns-icon:hover span{display:block}.footer-wrap .footer-link{display:flex;justify-content:space-between;align-items:center;gap:40px;width:100%;margin-top:32px;padding-top:12px;border-top:1px solid #eaebf0;overflow:hidden}.footer-wrap .footer-link .left ul{display:flex;gap:40px}.footer-wrap .footer-link .left .company-info{gap:8px 12px;margin-top:12px;flex-wrap:wrap}.footer-wrap .company-info .info{font-size:10px;line-height:18px;color:#afaeba}.footer-wrap .footer-link li a{display:inline-block;font-size:12px;line-height:24px}.footer-wrap .footer-link li a strong{font-weight:700}.footer-wrap .footer-link .btn-remote{padding:3px 8px;line-height:16px}.footer-wrap .footer-link .btn-remote i{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:middle}.flex-box{display:flex;align-items:center}.flex-column{display:flex;flex-direction:column;justify-content:center}.deal-type{display:inline-block;height:24px;margin:0 auto;padding:2px 7px;line-height:18px;font-size:13px;font-weight:400;text-align:center;border:1px solid #dedfe5;border-radius:12px}.deal-type[aria-label=매매]{border-color:#ffd43e;background-color:#fffbed}.deal-type[aria-label=전세]{border-color:#86dfb4;background-color:#e8f8f3}.deal-type[aria-label=월세]{border-color:#8ab5fd;background-color:#ecf2ff}.deal-type[aria-label=단기]{border-color:#d0b2f5;background-color:#f7f1fe}.content-tit{font-size:18px;line-height:28px;color:#41414f}.content-tit .sub-txt{margin-left:24px;font-size:13px;line-height:19px;color:#9393a3}.scroll-down-action{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:100%;background:#fff;box-shadow:0 15px 30px -5px #0000001a;margin:0 auto;-webkit-animation:shake-vertical 1.2s ease-out infinite both;animation:shake-vertical 1.2s ease-out infinite both}.scroll-down-action i{width:24px;height:24px}.side-section.pos-change{position:absolute;top:88px}@-webkit-keyframes shake-vertical{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes shake-vertical{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}}i.icon-parking{background:url(/assets/illu_parking-6154a3b0.svg) center / cover no-repeat}.container.parking{height:100vh}.container.parking .content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.container.parking i{width:480px;height:400px}.container.parking *{font-family:IBM Plex Sans KR}.container.parking .tit{margin-top:32px;font-size:32px;line-height:48px;color:#41414f}.container.parking .txt{margin-top:16px;font-size:18px;line-height:28px;color:#41414f;text-align:center}.container.parking .dot-indent{margin-top:40px}.container.parking .dot-indent b{font-weight:500}.container.parking .dot-indent *{font-size:14px;line-height:20px;color:#41414f;margin-top:6px}.container.main{padding-bottom:0}.container.main .scroll-indi{position:fixed;top:55px;width:0;height:1px;background:#ff951a;z-index:11}.container.main .content{width:100%;position:relative}.container.main .btn-start-bottom{position:fixed;left:50%;bottom:316px;transform:translate(-50%);padding:15px 24px;font-size:18px;line-height:28px;color:#fff;font-weight:700;border-radius:30px;border:1px solid #fff;background:#ff951a;z-index:5}.container.main .btn-start-bottom-none{position:fixed;display:none;transform:translate(-50%);padding:15px 24px;font-size:18px;line-height:28px;color:#fff;font-weight:700;border-radius:30px;border:1px solid #fff;background:#ff951a;z-index:5}.container.main .btn-start{position:fixed;left:50%;bottom:24px;transform:translate(-50%);padding:15px 24px;font-size:18px;line-height:28px;color:#fff;font-weight:700;border-radius:30px;border:1px solid #fff;background:#ff951a;z-index:5}.container.main .btn-start.pos-change{position:absolute;bottom:74px}.container.main .btn-start:hover{background:#ff7f0f}.container.main section{position:relative;padding:140px}.container.main section .scroll-down-action{position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.container.main section .section-inner{position:relative;margin:0 auto;width:840px}.container.main section .section-inner.flex-box{justify-content:space-between}.container.main section .section-inner.flex-box .left{flex:1}.container.main section .section-tit{font-size:32px;line-height:48px;font-weight:700;font-family:IBM Plex Sans KR;text-align:center}.container.main section .section-tit.has-icon:before{content:"";display:block;height:56px;background-position:center;background-size:cover;background-repeat:no-repeat;margin:0 auto 32px}.container.main section .section-txt+.section-tit{margin-top:4px}.container.main section .section-tit+.section-txt{margin-top:6px}.container.main section .section-txt{font-size:24px;line-height:36px;color:#7a7a89;font-family:IBM Plex Sans KR;text-align:center}.container.main section .section-cont{margin-top:32px}.container.main section .btn-section{display:flex;gap:12px;margin-top:32px}.container.main section .btn-section .btn{font-weight:500}.container.main section.main-section{padding-top:120px}.container.main section.main-section .section-inner{width:1000px}.container.main section.main-section .left .section-tit{text-align:left}.container.main section.main-section .left .section-txt{text-align:left}.container.main section.main-section .left .btn-section{width:312px;margin-top:46px}.container.main section.main-section .left .btn-section .btn{flex:1}.container.main section.main-section .section-cont{margin-top:-38px}.container.main section.main-section .section-cont img{width:100%}.container.main section.recomm-section{padding:140px 0 120px}.container.main section.recomm-section .section-inner{width:100%}.container.main section.recomm-section .section-tit.has-icon:before{width:58px;background-image:url(/assets/main_tit_icon_recomm-18ec1411.svg)}.container.main section.recomm-section .section-cont{margin-top:64px}.container.main section.recomm-section .group-list{display:block}.container.main section.recomm-section .group-swiper .swiper-wrapper{transition-timing-function:linear}.container.main section.recomm-section .group-swiper .swiper-slide{width:252px;display:flex;flex-direction:column;row-gap:24px}.container.main section.recomm-section .group-item{width:100%;padding:12px;flex:0;gap:8px;align-items:center}.container.main section.recomm-section .group-item .thumb-img{width:62px;height:62px;flex-shrink:0}.container.main section.recomm-section .group-item .tit{width:166px}.container.main section.recomm-section .group-image .group-item .info-wrap{margin-top:4px}.container.main section.recomm-section .group-item .tag{display:inline-block;padding:0 6px}.container.main section.region-section{padding-top:120px}.container.main section.region-section .section-tit{text-align:left}.container.main section.region-section .section-txt{text-align:left}.container.main section.region-section .section-cont{margin-top:0}.container.main section.share-section{background:#fff4e5}.container.main section.share-section .section-inner{width:980px}.container.main section.share-section .section-tit.has-icon:before{width:62px;background-image:url(/assets/main_tit_icon_share-c528cab9.svg)}.container.main section.community-section{padding-bottom:130px}.container.main section.community-section .section-tit.has-icon:before{width:70px;background-image:url(/assets/main_tit_icon_community-eeba6f95.svg)}.container.main section.group-section{background:#f8f8f9}.container.main section.group-section .section-tit.has-icon:before{width:64px;background-image:url(/assets/main_tit_icon_group-05196f51.svg)}.container.main section.message-section{padding:74px 140px 160px;background:#ff951a;text-align:center}.container.main section.message-section .section-tit.has-icon:before{width:59px;height:64px;background-image:url(/assets/main_tit_icon_message-c9cbea46.svg)}.container.main section.message-section .section-tit{color:#ffe600}.gage-div{position:relative;padding-bottom:32px}.gage-div .grade-box{display:flex;justify-content:space-between;text-align:center}.gage-div .grade-box .mem-grade{width:100%;padding:12px 0}.gage-div .grade-box .mem-grade.active{background:url(/assets/grade_bubble-b8b6ae14.svg) center top 5px / cover no-repeat}.gage-div .grade-box .mem-grade.active:before{margin-top:-8px}.gage-div .grade-box .mem-grade:before{margin-right:0}.gage-div .gage{position:relative;width:100%;height:8px;margin-top:12px;border-radius:1000px;background:#f0f0f3}.gage-div .gage .active-gage{position:absolute;width:9px;height:100%;border-radius:1000px;background:#417be6;left:0;top:0}.gage-div .point{position:absolute;bottom:0;left:0;font-size:14px;line-height:20px;color:#41414f;font-weight:500;font-family:IBM Plex Sans KR}.gage-div+.table-wrap{margin-top:12px}.gage-div+.table-wrap .sub-table thead tr th{line-height:32px;height:32px;font-size:10px;font-weight:500;color:#41414f}.gage-div+.table-wrap .sub-table tbody tr{height:40px}.gage-div+.table-wrap .sub-table tbody tr td{font-size:16px;line-height:20px;color:#41414f;font-family:IBM Plex Sans KR;padding:8px 2px}.content.mypage .page-title{padding:12px 0;margin-bottom:0;border-bottom:1px solid #dedfe5}.content.mypage>.line-box{padding:20px 24px 0}.content.mypage .section{align-items:flex-start;border-top:1px solid #eaebf0;padding:8px 0}.content.mypage .section:first-child{margin-top:0;border-top:0;padding-top:0}.content.mypage .section .section-tit{padding-top:16px;width:160px;flex-shrink:0;align-self:stretch;font-size:16px;font-weight:500;font-family:IBM Plex Sans KR}.content.mypage .section .section-tit .view-tooltip{background-image:url(/assets/icon_question_circle-bb55f476.svg);opacity:.7}.content.mypage .section .section-tit .tooltip-div .tooltip{transform:translate(calc(-50% + 30px),calc(20% + 8px))}.content.mypage .section .section-tit .tooltip-div .tooltip:after{transform:translate(-50%);left:50%;bottom:unset;top:-8px;border-bottom:8px solid rgba(23,28,38,.7);border-top:0}.content.mypage .section .section-tit .badge{padding:0 6px;width:fit-content;margin-top:6px;font-size:11px;line-height:16px;color:#ff7f0f;font-weight:600;font-family:IBM Plex Sans KR;border:1px solid #ff951a;border-radius:4px}.content.mypage .section .section-tit .badge.gry{color:#9393a3;border-color:#dedfe5}.content.mypage .section .section-cont{display:flex;flex-direction:column;flex-grow:1}.content.mypage .section .mem-info-detail .btn-div,.content.mypage .section .mem-info-detail .btn-div .btn{width:auto}.content.mypage .section .mem-list-wrap+.line-box{margin:12px 0;padding:12px 16px}.content.mypage .gage-div .grade-box .mem-grade.active{background-size:44px}.content.mypage .section .section-cont .flex-box{padding-left:16px;height:56px;gap:8px;flex-wrap:wrap}.content.mypage .section .section-cont .flex-box .tit{width:120px;font-size:14px;line-height:28px;font-weight:500;color:#4d4c61}.content.mypage .section .section-cont .flex-box .flex-column{flex:1}.content.mypage .section .section-cont .flex-box .txt{width:196px;font-size:16px;line-height:28px;color:#4d4c61;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content.mypage .section .section-cont .flex-box .txt.disabled{color:#9393a3}.content.mypage .section .btn-div{display:flex;width:108px;justify-content:center;margin-left:auto}.content.mypage .section .btn-div .btn{display:block;width:108px;padding:7px}.content.mypage .section .btn-div.invite-div{width:unset}.content.mypage .section .btn-div.invite-div button{padding:8px 12px;border-radius:4px;line-height:20px}.content.mypage .section .btn-div.invite-div button i{margin-left:2px}.content.mypage .section .btn-div.invite-div .disabled i{opacity:.5}.content.mypage .section .btn-div.divide-box{border:1px solid #dedfe5;border-radius:6px}.content.mypage .section .btn-div.divide-box .btn{border:none}.content.mypage .section .btn-div.divide-box>*:not(:last-child):after{background-color:#92929c}.content.mypage .section .tag-div{margin-left:auto}.content.mypage .section .tag-div .tag{display:flex;align-items:center;padding:2px 4px;border-radius:4px;font-family:Noto Sans KR}.content.mypage .section .tag-div .tag i{width:16px;height:16px;margin-right:4px}.content.mypage .section .tag-div .tag.kakao{color:#391a1b;background-color:#fee500}.content.mypage .section .tag-div .tag.naver{color:#fff;background-color:#00c73c}.content.mypage .section .toggle-box.radio-toggle input[type=radio]+label{width:54px}.content.mypage .section .toggle-box.round-toggle{height:32px}.content.mypage .section .toggle-box.round-toggle .label-info{width:64px}.content.mypage .section .toggle-box.round-toggle .label-info:after{content:"끔";width:26px;height:26px;font-size:14px;line-height:26px;font-weight:500;text-align:center;top:3px;left:3px}.content.mypage .section .toggle-box.round-toggle input:checked+.label-info:after{content:"켬";transform:translate(32px)}.content.mypage .kakao-logo{display:inline-block;margin-right:8px;width:24px;height:24px;background:url(/assets/icon_kakao-774dfc87.svg) center / 14px 13px no-repeat #fae609;border-radius:3px;vertical-align:middle}.content.mypage .group-list{flex-direction:column;gap:16px 0;margin-top:16px}.content.mypage .group-list .group-item{align-items:center;padding:12px;border:1px solid #eaebf0;border-radius:12px}.content.mypage .group-list .group-item .thumb-img{width:48px;height:48px;background-size:26px}.content.mypage .group-list .group-item .group-info .tit{font-weight:500;max-width:440px}.content.mypage .group-list .group-item .info-wrap{margin-top:4px}.content.mypage .group-list .group-item .info-wrap .divide-box{align-items:center;gap:4px}.content.mypage .group-list .group-item .info-wrap .divide-box>*:after{content:none}.content.mypage .group-list .group-item .info-wrap .tag{height:20px;padding:0 6px}.content.mypage .group-list .group-item .btn-div{margin-left:auto}.content.mypage .group-list .group-item .btn-div .btn i{margin-right:6px}.content.mypage .comm-item .info-div .info-detail .detail-top .group-name{font-size:16px;line-height:18px;font-weight:500;color:#4d4c61}.content.mypage .comm-item .info-div .info-detail .detail-bottom{margin-top:2px}.content.mypage .comm-item .content-div .content-box .tit{font-size:18px;line-height:26px;font-weight:500;color:#4d4c61}.content.mypage .comm-item .content-div .content-box .tit+.txt{margin-top:12px}.content.mypage .tab-menu-wrap+.comm-item{margin-top:16px}.setting-profile-pop .popup-content-wrap{width:330px}.setting-profile-pop .profile-thumb{position:relative;width:72px;height:72px;margin:0 auto;background:url(/assets/icon_profile-0c8d8fb9.svg) center / 38px no-repeat #f5f5f5;border-radius:12px}.setting-profile-pop .profile-thumb .profile-img{width:100%;height:100%;border-radius:12px;border:1px solid #dedfe5;overflow:hidden}.setting-profile-pop .profile-thumb .profile-img img{width:100%;height:100%;object-fit:cover}.setting-profile-pop .profile-thumb .tool-box .tool-btn{display:block;position:absolute;bottom:-4px;right:-4px}.setting-profile-pop .profile-thumb .tool-box .tool-list{bottom:-88px}.setting-profile-pop .profile-thumb .tool-box .tool-btn[aria-pressed=true]+.tool-list{transform:translate(calc(-50% + 36px))}.setting-profile-pop .input-form{margin-top:16px}.modify-biz-pop .popup-content-wrap{width:400px}.modify-biz-pop .table-form .table-form-row .col{justify-content:center}.modify-biz-pop .table-form .table-form-row .col.biz-name{background:#fff;font-size:16px;line-height:24px;color:#41414f}.biz-mem-admin-pop .popup-content-wrap{width:330px}.biz-mem-admin-pop .popup-content{padding-top:12px}.biz-mem-admin-pop .list-tit{font-size:16px;line-height:24px;color:#41414f;font-weight:500;text-align:left}.biz-mem-admin-pop .list-wrap{margin-top:12px;padding:16px 16px 0 0;border-top:1px solid #dedfe5;border-bottom:1px solid #dedfe5;max-height:215px}.biz-mem-admin-pop .list-wrap .list{display:flex;height:40px;align-items:flex-start;justify-content:space-between;font-size:16px;line-height:24px;color:#41414f}.modify-email-pop .popup-content-wrap,.chage-password-pop .popup-content-wrap{width:400px}.alert-setting-pop .popup-content-wrap{width:330px}.select-div{display:flex;align-items:center;text-align:left}.select-div .select-tit{width:68px;padding-right:8px;font-size:14px;line-height:20px;color:#4d4c61;font-weight:500}.select-div .select-box{flex:1}.select-div+.select-div{margin-top:16px}.mem-out-pop .popup-content-wrap{width:400px}.mem-out-pop .popup-content{text-align:left}.mem-out-pop .check-box-div{margin-top:12px}.mem-out-pop .check-box+.check-box{margin-top:8px}.mem-out-pop .check-box input{display:none}.mem-out-pop .check-box label{color:#7a7a89}.mem-out-pop .check-box label .co-red{margin-top:8px;font-size:12px;line-height:18px}.mem-out-pop .gray-box{padding:16px;margin-top:16px}.mem-out-pop .gray-box .tit{padding-left:24px;font-size:14px;line-height:20px;font-weight:500;color:#4d4c61;background:url(/assets/icon_chk_fill_bl-8922504f.svg) center left / 16px no-repeat}.content.share-offerings{position:relative;width:1280px;padding:0 24px}.content.share-offerings .page-title{padding:0 16px}.content.share-offerings .table-filter{align-items:flex-end}.share-offerings .btn i{display:inline-block;width:16px;height:16px}.share-offerings .memo{padding-left:20px;font-size:12px;line-height:18px;background:url(/assets/icon_memo-ed97f108.svg) no-repeat center left}.share-offerings .memo.caution{color:#ff5959;background-image:url(/assets/icon_caution-76c71a68.svg)}.share-offerings .btn-change{padding:4px 6px}.share-offerings i.icon-change{display:inline-block;width:16px;height:16px;margin-left:2px}.share-offerings .content-tit{margin-top:24px;padding-left:16px}.share-offerings .tab-menu-wrap{margin:0 16px}.share-offerings .tab-menu-wrap .btn{position:absolute;right:0;top:0}.share-offerings .tab-menu-wrap .btn i{margin-right:4px;margin-top:-2px;vertical-align:middle}.share-offerings .underline-tab{width:auto;margin:24px 16px 0;border-bottom:0}.share-offerings .underline-tab .tab-menu-inner{gap:24px}.share-offerings .underline-tab .tab-menu-inner .btn{padding:0 0 14px}.share-offerings .underline-tab .tab-menu-inner .btn .text{font-size:18px;color:#41414f}.share-offerings .underline-tab .tab-menu-inner .btn.org{display:inline-block;margin-left:auto;font-size:unset}.share-offerings .underline-tab>.btn{margin-left:auto;margin-bottom:8px}.share-offerings .search-form .search-input{width:333px}.share-offerings .table-filter .check-box-div.hor .check-box{margin-right:8px}.share-offerings .table-wrap{padding:0 16px;margin-top:12px}.share-offerings .table-wrap .comment.none{color:#b6b6c2}.share-offerings .table-wrap .comment.overflow{color:#ff951a}.share-offerings .table-wrap .co-red{font-size:12px;line-height:18px}.share-offerings .table-wrap .co-name{width:64px}.share-offerings .table-wrap th .btn-switch{padding:6px 7px;border-radius:4px;border:1px solid #b6b6c2;font-size:13px;line-height:18px}.share-offerings .table-wrap th .btn-switch i{opacity:.5}.share-offerings .sub-table{border-style:unset}.share-offerings .sub-table .table-divide{display:flex;flex-wrap:wrap}.share-offerings .sub-table .table-divide .w-full{flex:1}.share-offerings .sub-table .table-divide .memo{width:100%;margin-top:12px;text-align:center}.share-offerings .sub-table tr:hover td:not(.no-data){background:#fafafa}.share-offerings .sub-table tbody tr td:nth-child(3),.share-offerings .sub-table tbody tr td:nth-child(4){padding-left:8px;text-align:left}.share-offerings .share-table .table-divide{width:384px;padding-left:8px}.offering-detail{position:fixed;right:8px;top:98px;bottom:8px;z-index:11;width:440px;border-radius:12px;border:1px solid #dedfe5;background-color:#f8f8f9;box-shadow:0 15px 30px -5px #0000001a;overflow:hidden}.offering-detail .custom-scroll{overflow-x:hidden;overflow-y:overlay}.offering-detail .table-wrap{padding:0;margin-top:12px}.offering-detail .table-wrap .line-table .column.table-tit{width:96px;padding-right:0}.offering-detail .detail-head{padding:16px 24px 8px;border-bottom:1px solid #dedfe5;background-color:#fff}.offering-detail .detail-head .head-top{display:flex;align-items:center;justify-content:flex-start;gap:8px;height:24px}.offering-detail .detail-head .head-top span{vertical-align:middle}.offering-detail .detail-head .head-top span.count{margin-left:4px;color:#41414f}.offering-detail .detail-head .head-top .favoritebox .label-info:before{vertical-align:sub}.offering-detail .detail-head .head-top .comment i{display:inline-block;width:24px;height:24px;vertical-align:middle}.offering-detail .detail-head .close{width:24px;height:24px;margin-left:auto;background:url(/assets/icon_xbtn-235419bd.svg) no-repeat center;filter:brightness(.5)}.offering-detail .detail-head .detail-info{display:flex;flex-direction:column;row-gap:8px;margin-top:24px;margin-bottom:20px}.offering-detail .detail-head .detail-info .divide-box{font-size:12px;line-height:16px}.offering-detail .detail-head .detail-info .tit{font-size:18px;line-height:26px;color:#41414f}.offering-detail .detail-head .detail-info .price{font-size:16px;line-height:24px}.offering-detail .detail-head .memo.caution{margin-top:8px;padding-left:20px;font-size:12px;line-height:18px;color:#ff5959;background:url(/assets/icon_caution-76c71a68.svg) no-repeat center left}.offering-detail .detail-head .memo.caution a{margin-left:4px;font-weight:500;text-decoration:underline}.offering-detail .detail-box{padding:24px;margin-top:12px;background-color:#fff}.offering-detail .detail-box .tit{font-size:16px;line-height:24px;font-weight:500;color:#41414f}.offering-detail .detail-box .sub-txt{margin-left:8px;font-size:12px;font-weight:400;color:#9393a3}.offering-detail .detail-box .sub-txt [class*=icon-]{display:inline-block;width:16px;height:16px;margin-right:2px;vertical-align:sub}.offering-detail .detail-box .noti-box{margin-top:24px;padding:16px 16px 16px 40px;background-position:left 16px top 20px}.offering-detail .detail-box .noti-box .noti-txt{flex-wrap:wrap;flex-direction:column;gap:8px}.offering-detail .detail-box .noti-box .btn{width:calc(100% + 24px);margin-left:-24px}.offering-detail .detail-box .map-wrap{margin-top:12px;height:200px;border-radius:8px;border:1px solid #dedfe5;overflow:hidden}.offering-detail .detail-box .btn-confirm{width:100%;margin-top:12px;font-weight:500}.offering-detail .detail-box .btn-confirm i{margin-right:6px}.offering-detail .detail-box .profile{display:inline-block;width:32px;height:32px;margin-right:8px;border-radius:50%;border:1px solid #dedfe5;background:#f5f5f5 url(/assets/icon_profile-0c8d8fb9.svg) no-repeat center}.offering-detail .detail-box .divide-box{gap:17px;border-top:0}.offering-detail .detail-box .divide-box>*:not(:last-child):after{right:-9px}.offering-detail .detail-box .divide-box .func-comment{border-radius:4px;border:1px solid #dedfe5}.offering-detail .detail-box .con-wrap:not(:first-of-type){margin-top:8px}.offering-detail .detail-box .con-wrap .dot-indent{margin-top:4px}.offering-detail .dot-indent p{color:#4d4c61}.offering-detail.mine{bottom:62px}.button-wrap.mine{display:flex;justify-content:space-between;gap:8px;width:440px;position:fixed;bottom:8px;right:8px;z-index:11}.button-wrap.mine .btn{flex:1;height:46px;font-size:16px;line-height:28px}.detail-box.modify .sub-txt{margin-top:8px}.detail-box.modify .sub-txt i{display:inline-block;width:16px;height:16px;margin-right:4px;vertical-align:sub}.detail-box.brokerage .btn{margin-left:auto}.detail-box.comment .table-wrap .line-table .column.table-tit{width:40px}.detail-box.comment .profile{margin-top:3px}.detail-box.comment .mem-name{line-height:20px;font-weight:500}.detail-box.comment .divide-box span{font-size:12px;line-height:18px;color:#7a7a89}.detail-box.comment .comment-txt{margin-top:8px;margin-bottom:12px}.detail-box.comment .delete-comment{font-size:12px;line-height:18px;font-weight:500;color:#4d4c61}.detail-box .comm-item{margin-top:12px;padding:0;border:0}.detail-box .comm-item .profile-photo{margin-top:4px;border-radius:12px}.detail-box .comm-item .comment-box{margin-top:0;border-top:1px solid #acacb4}.detail-box .comm-item .comment-write .textarea-div{padding:7px 16px;border-radius:18px}.detail-box .comm-item .comment-write .textarea-div.on{border-radius:12px}.detail-box .comm-item .comment-box>.comment-write{padding:12px 0}.detail-box .comm-item .comment-box .comment-list.origin{margin:0;padding:12px 8px;border-top:1px solid #dedfe5}.detail-box .comm-item .comment-box .comment-list.origin+.origin{border-top:0}.detail-box .comm-item .comment-box .comment-list.origin .comment{background:none;padding:0}.detail-box .comm-item .comment-box .comment-list .comment{width:100%;padding:8px 16px}.detail-box .comm-item .comment-box .comment-list .comment .txt{margin-top:0}.detail-box .comm-item .comment-box .comment-list{flex-wrap:wrap;margin:12px 0}.detail-box .comm-item .comment-box .comment-list:not(.reply){border-bottom:1px solid #dedfe5}.detail-box .comm-item .comment-box .comment-list.none{padding:0 8px 12px;font-size:14px;line-height:20px}.detail-box .comm-item .comment-box .info-detail{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.detail-box .comm-item .comment-box .info-detail .tag{padding:0 6px;font-family:Noto Sans KR;font-weight:400;vertical-align:bottom}.detail-box .comm-item .comment-box .info-detail .divide-box p{font-size:12px;line-height:18px;color:#7a7a89}.detail-box .comm-item .comment .divide-box{margin-top:12px}.detail-box .comm-item .count-div{padding-top:0;margin-top:16px}.detail-box .comm-item .tool-box{margin-left:auto}.detail-box .comm-item .tool-box .tool-btn{width:16px;height:16px}.detail-box .comm-item .btn-comment{font-size:12px;line-height:18px;font-weight:500}.modify-pop .popup-content-wrap{width:480px}.modify-pop .popup-content{text-align:unset}.modify-pop .popup-content .section .sec-tit{line-height:36px}.modify-pop .popup-content .textarea-div{padding-bottom:24px}.modify-pop .popup-content .textarea-div textarea{min-height:60px}.modify-pop .popup-content .textarea-div textarea::placeholder{color:#b6b6c2}.modify-pop .popup-content .textarea-div .byte{font-size:12px}.modify-confirm-pop .popup-content-wrap{width:480px}.modify-confirm-pop .section .sec-cont.table-form{padding:0 16px}.modify-confirm-pop .table-form .table-form-row{align-items:flex-start}.modify-confirm-pop .table-form .table-form-row .tit{width:104px;padding:12px 0;flex-shrink:0}.modify-confirm-pop .table-form .table-form-row .col{width:auto;padding:12px 0}.modify-confirm-pop .table-form .table-form-row .custom-scroll{align-items:flex-start;max-height:60px;margin:12px -14px 12px 0;padding:0;overflow-y:scroll}.content.regist-offerings{width:1200px}.content.regist-offerings .btn-bring{margin-left:auto;font-weight:500}.content.regist-offerings .btn-bring i{margin-right:4px}.single-section{position:relative;display:table;width:100%;margin:16px auto 0;background-color:#fff;border-radius:12px}.single-section h2{padding:0;font-family:IBM Plex Sans KR;font-size:18px;font-weight:500;letter-spacing:-.05em}.single-section h2 span.comment{display:inline-block;margin-left:16px;font-family:Noto Sans KR;font-weight:400;font-size:13px;letter-spacing:-.05em;color:#9393a3}.single-section .ml-8{margin-left:8px}.single-section .ml-24{margin-left:24px;padding-top:4px}.single-section .divide-line{display:inline-block;width:1px;height:24px;background:#dedfe5}.single-section .guide{margin-top:8px;font-size:13px;line-height:19px;color:#9393a3}.single-section .flex-box{flex-wrap:wrap;gap:8px;min-width:380px;max-width:1000px}.single-section .flex-box>.flex-box:not(:first-child){width:100%;padding-top:12px;border-top:1px solid #dedfe5}.single-section .flex-box.divide-flex{flex-wrap:nowrap;justify-content:space-between;gap:32px}.single-section .flex-box.divide-flex .flex-box{min-width:unset}.single-section .info-basic{padding:0 23px;margin-top:16px;margin-bottom:32px;border-radius:8px;border:1px solid #dedfe5;font-size:14px;line-height:20px}.single-section .info-basic .sub-title{display:block;width:136px;padding-top:8px;padding-left:8px;font-size:14px;font-weight:500;letter-spacing:-.05em;text-align:left}.single-section .info-basic .sub-title.required:after{content:"*";margin-left:2px;color:#ff5959;font-size:14px;font-weight:600;font-family:IBM Plex Sans KR}.single-section .info-basic input[type=checkbox]{position:absolute;clip:rect(0 0 0 0);width:0;height:0;overflow:hidden}.single-section .info-basic .textarea-div{height:120px}.single-section .info-basic .textarea-div textarea{min-height:80px}.single-section .info-basic .radio-div.hor .radio-box:not(:last-child){margin-right:32px}.single-section .info-basic .dashed{border-style:dashed}.single-section .info-basic .comment{font-size:12px;line-height:17px;color:#9393a3}.single-section .info-basic .info-input{margin-top:0;padding:12px 0}.single-section .info-basic .info-input:after{content:"";display:block;clear:both}.single-section .info-basic .info-input>*{float:left;max-width:1016px}.single-section .info-basic .info-input input{height:36px}.single-section .info-basic .info-input:not(:first-child){border-top:1px solid #dedfe5}.single-section .info-basic .input-wrap{padding:0 8px;border-radius:6px;border:1px solid #dedfe5}.single-section .info-basic .input-wrap.readonly{background-color:#f8f8f9}.single-section .info-basic .input-wrap input{width:60px;padding:0;margin-right:12px;border:0;background:unset}.single-section .info-basic .type-wrap .tab-menu-wrap{margin-bottom:16px;display:flex;width:1016px}.single-section .info-basic .type-wrap .tab-menu-wrap .btn-bring{margin-left:auto}.single-section .info-basic .type-area .radio-box{width:132px;height:108px}.single-section .info-basic .type-area .radio-box .label-info{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;width:100%;height:100%;border-radius:6px;background-color:#f8f8f9}.single-section .info-basic .type-area .radio-box .label-info i{display:inline-block;width:48px;height:48px;background-repeat:no-repeat;background-position:center top}.single-section .info-basic .type-area .radio-box input:checked+.label-info{background-color:#ff951a;color:#fff}.single-section .info-basic .type-area .radio-box input:checked+.label-info i{background-position:center bottom}.single-section .info-basic .type-area .radio-box:nth-child(1) .label-info i{background-image:url(/assets/offering_type1-7dbada5d.svg)}.single-section .info-basic .type-area .radio-box:nth-child(2) .label-info i{background-image:url(/assets/offering_type2-bffd567c.svg)}.single-section .info-basic .type-area .radio-box:nth-child(3) .label-info i{background-image:url(/assets/offering_type3-cb55449b.svg)}.single-section .info-basic .type-area .radio-box:nth-child(4) .label-info i{background-image:url(/assets/offering_type4-9d932ecf.svg)}.single-section .info-basic .type-area .radio-box:nth-child(5) .label-info i{background-image:url(/assets/offering_type5-c9acffc9.svg)}.single-section .info-basic .type-area .radio-box:nth-child(6) .label-info i{background-image:url(/assets/offering_type6-f4ba4091.svg)}.single-section .info-basic .type-more-area{margin-top:16px}.single-section .info-basic .price-txt{font-weight:500;color:#ff7f0f}.single-section .info-basic .calendar-box .calendar-link{width:128px}.single-section .info-basic .calendar-box .calendar-link i{opacity:.5}.single-section .info-basic .character{position:absolute;right:8px;top:8px;font-size:12px;line-height:18px;color:#9393a3}.single-section .info-basic .textarea-div .byte{font-size:12px}.single-section .select-box .select-info{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.single-section .btn-wrap{gap:16px}.single-section .btn-wrap .btn{width:120px;height:46px;font-size:16px}.building-regist-pop .popup-content-wrap{width:600px}.building-regist-pop .popup-header .p-title span{display:inline-block;padding:3px 7px;border-radius:12px;border:1px solid #ff5959;font-size:14px;line-height:16px;color:#ff5959}.building-regist-pop .popup-content{padding-top:0}.building-regist-pop .custom-scroll{max-height:calc(100vh - 300px);padding-top:24px;overflow-y:scroll}.building-regist-pop .info-text{font-size:13px;line-height:19px;color:#7a7a89}.building-regist-pop .step-box{display:flex;align-items:center;height:56px;margin:16px 0;border-radius:6px;overflow:hidden}.building-regist-pop .step-box p{position:relative;display:inline-flex;align-items:center;justify-content:center;width:50%;height:100%;background:#f0f0f3;text-align:center;font-family:IBM Plex Sans KR;font-size:16px;font-weight:500;color:#afaeba}.building-regist-pop .step-box p:first-child{width:257px}.building-regist-pop .step-box p:first-child:after{content:"";display:inline-block;width:56px;height:56px;background:#ff951a;transform:rotate(45deg) skew(10deg,10deg);position:absolute;right:-28px;z-index:1;border-radius:3px}.building-regist-pop .step-box p:last-child{width:295px}.building-regist-pop .step1 .step-box p:first-child,.building-regist-pop .step2 .step-box p:last-child{background:#ff951a;color:#fff}.building-regist-pop .step2 .step-box p:first-child:after{background:#f0f0f3}.building-regist-pop .step-title{margin-bottom:6px;font-family:IBM Plex Sans KR;font-size:16px;font-weight:500;line-height:24px;color:#41414f}.building-regist-pop .form-wrap{margin-top:12px;margin-bottom:16px;border-top:1px solid #acacb4;padding:0;overflow-y:unset}.building-regist-pop .form-item{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #dedfe5}.building-regist-pop .form-item .title{display:inline-block;width:88px;font-size:14px;font-weight:500;color:#41414f}.building-regist-pop .step1 .form-item:first-child .select-box{width:400px}.building-regist-pop .step1 .form-item:nth-child(2) .select-box{width:216px}.building-regist-pop .step2 .form-wrap{margin-bottom:24px}.building-regist-pop .step2 .form-wrap:not(.area-info) .form-item{justify-content:space-between}.building-regist-pop .form-item p.address{float:left;max-width:432px}.building-regist-pop .area-info .form-item{padding:12px 0}.building-regist-pop .area-info .area input{width:96px;height:36px;padding:0 8px;border-radius:6px;border:1px solid #dedfe5}.building-regist-pop .area-info .condition{color:#ff951a}.building-regist-pop .warning-box{background-color:#f8f8f9}.building-regist-pop .warning-box .warning-txt{font-weight:500}.building-regist-pop .warning-box .dot-indent p{font-size:13px;line-height:22px}.building-regist-pop .warning-box a{display:inline-block;padding:4px 8px;margin:0 3px;border-radius:4px;border:1px solid #dedfe5;background:#fff;font-size:11px;font-weight:500;line-height:16px;color:#7a7a89}.building-regist-pop .warning-box a:hover{border-color:#92929c}.building-regist-pop .popup-button-wrap{margin-top:32px;padding-bottom:0}.offering-regist-pop .popup-content-wrap{width:800px}.offering-regist-pop .popup-content{text-align:unset}.offering-regist-pop .input-form .input-area input{display:inline-block}.offering-regist-pop .gray-box .flex-box{flex-wrap:wrap;gap:8px}.offering-regist-pop .gray-box>.flex-box{margin-top:16px}.offering-regist-pop .gray-box .co-red{text-decoration:underline}.offering-regist-pop .select-box .select-info.complex{width:406px}.offering-regist-pop .table-wrap{margin-top:24px}.offering-regist-pop .table-wrap .sub-table{width:750px;table-layout:fixed}.offering-regist-pop .table-wrap .sub-table thead tr th{height:40px}.offering-regist-pop .table-wrap .custom-scroll{display:block;width:758px;height:350px;overflow-y:overlay}.offering-regist-pop .sub-table tbody tr{height:90px}.offering-regist-pop .sub-table tbody tr td{height:64px;padding:8px 0;font-size:14px;line-height:20px}.offering-regist-pop .sub-table tbody tr td:nth-child(1){width:48px}.offering-regist-pop .sub-table tbody tr td:nth-child(2){width:68px}.offering-regist-pop .sub-table tbody tr td:nth-child(3){width:84px;padding-left:8px}.offering-regist-pop .sub-table tbody tr td:nth-child(4){width:240px}.offering-regist-pop .sub-table tbody tr td:nth-child(5){width:84px}.offering-regist-pop .sub-table tbody tr td:nth-child(6){width:72px}.offering-regist-pop .sub-table tbody tr td:nth-child(7){width:64px}.offering-regist-pop .sub-table tbody tr td:nth-child(8){width:92px}.offering-regist-pop .sub-table .type{margin-top:2px;word-break:keep-all}.offering-regist-pop .sub-table .price{margin-top:2px;font-size:13px;font-weight:500;color:#41414f}.offering-regist-pop .sub-table .product-code{color:#ff951a}.offering-regist-pop .sub-table .product-code:before{content:"";display:inline-block;width:16px;height:16px;margin-right:4px;background:url(/assets/code_a-c23ad039.svg) no-repeat center;vertical-align:sub}.offering-regist-pop .sub-table .detail-address{padding:8px;text-align:left}.offering-regist-pop .sub-table .detail-address .flex-box.w100p{flex-direction:column;align-items:flex-start;gap:2px}.offering-regist-pop .sub-table .img-box{width:50px;height:50px;margin-right:8px;border-radius:4px;border:1px solid #dedfe5;flex-shrink:0;overflow:hidden}.offering-regist-pop .sub-table .img-box.no-img{background:#f8f8f9 url(/assets/icon_building-c685c0f1.svg) no-repeat center}.offering-regist-pop .sub-table .img-box img{width:100%}.offering-regist-pop .sub-table .feature{font-size:12px;line-height:17px;color:#7a7a89}.offering-regist-pop .popup-button-wrap{padding-bottom:0}.content.community-list{width:840px}.content.community-list .group-album .group-list{flex-wrap:wrap}.content.community-list .section{margin-top:56px}.content.community-list .section.bg-gray{position:relative;padding:40px 0}.content.community-list .section.bg-gray:before{position:absolute;content:"";width:calc(100vw - 17px);height:100%;background:#f8f8f9;left:50%;top:0;transform:translate(-50%);z-index:-1}.content.community-list .section .section-title{margin-bottom:24px;font-size:18px;line-height:26px;color:#41414f;font-weight:500}.content.community-list .section .section-title .btn-all{padding:3px 8px;margin-left:16px;font-size:11px;line-height:16px;color:#4d4c61;border:1px solid #dedfe5;border-radius:4px;display:inline-block;vertical-align:middle}.content.community-list .section .section-title .btn-all:hover{border-color:#92929c}.content.community-list .sub-category-wrap{margin-top:24px}.content.community-list .search-form+.group-gallery{margin-top:16px}.content.community-region .page-title{font-size:20px;line-height:30px}.content.community-region .page-title .title-text{font-size:20px;line-height:30px;color:#41414f;display:inline-block;font-family:IBM Plex Sans KR;font-weight:700}.content.community-region .page-title .title-text.no-region{color:#9393a3}.content.community-region .page-title .tooltip-div{padding-right:28px;margin-top:-2px}.content.community-region .page-title .view-tooltip{width:24px;height:24px;background:url(/assets/icon_modify-69ab2039.svg) center / cover no-repeat}.content.community-region .page-title .tooltip-line{top:-4px;left:-18px;z-index:201}.content.community-region .page-title .no-region .view-tooltip{width:24px;height:24px;background:url(/assets/icon_arrow_circle_right_org-4ebca0a7.svg) center / cover no-repeat}.content.community-region .page-title .no-region .tooltip-line{right:-22px;left:unset}.content.community-region .page-title .no-region .tooltip-line:before{left:unset;right:24px}.content.community-region .page-title .no-region .tooltip-line:after{left:unset;right:24px}.content.community-region .page-title+.section{margin-top:32px}.group-intro{position:fixed;width:150px;top:88px}.group-intro.pos-change{position:absolute;top:unset;bottom:64px}.group-intro .group-thumb{width:150px;height:150px;border-radius:8px;border:1px solid #eaebf0;overflow:hidden}.group-intro .group-thumb img{object-fit:cover}.group-intro .group-title{margin-top:16px;font-size:18px;line-height:26px;font-weight:700;color:#4d4c61}.group-intro .group-info{margin-top:8px;font-size:12px;line-height:12px}.group-intro .group-info i{display:inline-block;width:14px;height:14px;margin-right:2px;vertical-align:middle}.group-intro .group-detail{margin-top:20px;font-size:12px;line-height:18px;color:#4d4c61}.group-intro .group-leader{margin-top:18px;font-size:12px;line-height:18px;color:#4d4c61}.group-intro .btn-join{display:inline-block;margin-top:16px}.group-intro .btn-setting{display:block;margin-top:8px;font-size:12px;line-height:18px;font-weight:500;color:#9393a3}.group-intro .btn-setting i{margin-right:4px}.community-board-detail.content{width:640px;margin:0 auto}.community-board-detail .noti-list-box{padding:16px 24px;border:1px solid #dedfe5;border-radius:8px;margin-top:24px}.community-board-detail .box-tit{display:flex;align-items:center;font-size:15px;line-height:20px}.community-board-detail .box-tit .icon-loud{width:16px;height:16px;margin-right:4px}.community-board-detail .box-tit .count{margin-left:4px}.community-board-detail .box-tit .btn-more{margin-left:auto;padding:4px 4px 4px 8px;font-size:11px;line-height:16px;color:#4d4c61;border-radius:4px}.community-board-detail .box-tit .btn-more:hover{background:#f8f8f9}.community-board-detail .noti-list-box .noti-list{display:flex;font-size:14px;line-height:20px;align-items:center;padding:10px 0;margin-top:10px;border-top:1px solid #edeef2}.community-board-detail .noti-list-box .noti-list:first-child{padding-top:0}.community-board-detail .noti-list-box .noti-list:last-child{padding-bottom:0}.community-board-detail .noti-list-box .noti-list .tag{margin-right:6px;flex-shrink:0}.community-board-detail .write-div{margin-top:24px}.community-board-detail.community-all .write-div:first-child{margin-top:0}.community-board-detail .sort-divide{margin-bottom:-18px;justify-content:flex-end}.community-board-detail .floating-write{border:none;width:46px;height:46px;padding:11px;border-radius:100%;box-shadow:0 5px 8px #00000012;top:112px;left:0;background:url(/assets/icon_write-03ccea71.svg) center / 24px no-repeat #fff;opacity:0;transition:opacity .3s ease}.community-board-detail .floating-write:hover{background-image:url(/assets/icon_write_org-20f9facc.svg)}.community-board-detail .floating-write:hover:after{content:"글쓰기";width:max-content;position:absolute;padding:6px 8px;font-size:12px;line-height:16px;font-weight:500;color:#fff;background:rgba(23,28,38,.7);border-radius:8px;left:50%;transform:translate(-50%,100%)}.community-board-detail .floating-write i{width:24px;height:24px}.community-board-detail .floating-write.visible{opacity:1}.container.bg-gray{padding:48px 0 40px;background:#f8f8f9}.content.make-community{width:400px}.content.make-community .page-title{font-size:22px;line-height:36px}.content.make-community .page-title .co-org{margin-right:6px}.content.make-community .line-box{border-radius:16px;background-color:#fff}.content.make-community .line-box-disabled{border-radius:16px;background-color:#41414f0d}.content.make-community .wh-bg-box{padding:32px;border-radius:16px;background-color:#fff}.content.make-community .wh-bg-box:not(:first-child){margin-top:24px}.content.make-community .flex-box{justify-content:space-between;gap:16px}.content.make-community .flex-box .make-item .page-txt{margin-top:16px}.content.make-community .make-item{position:relative;display:block;flex:1;margin-top:16px;padding:24px 16px;text-align:center}.content.make-community .make-item i{display:inline-block;width:56px;height:56px;background-repeat:no-repeat;background-position:center}.content.make-community .make-item i.icon-hobby{background-image:url(/assets/icon_hobby-a0daa1b7.svg)}.content.make-community .make-item i.icon-town{background-image:url(/assets/icon_town-b07a9be7.svg)}.content.make-community .make-item i.icon-share-offering{background-image:url(/assets/icon_share_offering-563eaee6.svg)}.content.make-community .make-item .flex-box{justify-content:center}.content.make-community .make-item .tooltip-div{position:absolute;top:0}.content.make-community .make-item:hover .tooltip-div .tooltip{display:block;line-height:18px;font-weight:500}.content.make-community .make-item.disabled{border-color:#f8f8f9;background-color:#f8f8f9;pointer-events:none}.content.make-community .make-item.disabled i{opacity:.6}.content.make-community .make-item.disabled .page-txt{color:#9393a3}.content.make-community .category-tab .btn{min-width:unset}.content.make-community.group-setting{width:640px}.content.make-community.group-setting .radio-div{border:1px solid #dedfe5;border-radius:6px}.content.make-community.group-setting .radio-div .list{flex:1;padding:12px;border-left:1px solid #e5e5e5}.content.make-community.group-setting .radio-div .list:first-child{border-left:0}.content.make-community.group-setting .radio-div .list .tit{font-weight:400}.content.make-community.group-setting .radio-div .list .txt{margin-top:0}.content.make-community.group-setting .list-tit+.radio-div{margin-bottom:12px}.content.make-community.group-setting .section .gray-box{padding:8px}.content.make-community.group-setting .section .radio-box input+.label-info,.content.make-community.group-setting .section .check-box input+.label-info{padding-left:24px}.content.make-community.group-setting .section .check-box-div .check-box input+.label-info:before{top:2px}.content.make-community.group-setting .section .check-box-div .check-box input+.label-info:after{top:2px}.content.make-community.group-setting .radio-div .check-box-div .list .txt{margin-top:4px}.group-setting .section.wh-bg-box{padding:16px 24px;border:1px solid #dedfe5}.group-setting .section.wh-bg-box .list{border-top:0}.group-setting .section+.section{margin-top:24px}.group-setting .section .section-title{font-size:16px;line-height:24px;color:#41414f;font-weight:500;margin-bottom:8px}.group-setting .section .section-title [class*=btn]{width:24px;height:24px}.group-setting .section .line-box{padding:16px 24px}.group-setting .section .list{padding:12px 0;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eaebf0;flex-wrap:wrap}.group-setting .section .list:first-child{padding-top:0;border-top:none}.group-setting .section .list:last-child{padding-bottom:0}.group-setting .section .list.border-none{padding-top:0}.group-setting .section .list-tit:not(:first-child){margin-top:12px}.group-setting .section .list .tit,.group-setting .section .list-tit{font-size:14px;line-height:20px;color:#4d4c61;font-weight:500}.group-setting .section .list strong{font-weight:500}.group-setting .section .list .txt{margin-top:4px;font-size:12px;line-height:16px;color:#9393a3}.group-setting .section .list .cont.category-tab,.group-setting .section .list .cont.tag-div,.group-setting .section .list .cont.textarea-div,.group-setting .list-tit+.radio-div{margin-top:8px}.group-setting .section .list .cont.tag-div .tag{padding:3px 12px;height:28px;font-size:14px;line-height:20px;font-family:Noto Sans KR}.group-setting .section .list .textarea-div{height:200px}.group-setting .section .list .textarea-div textarea{max-height:150px}.group-setting .section .list .textarea-div.w100p{margin-top:16px}.group-setting .section .list .btn{position:relative}.group-setting .section .list .btn:hover .tooltip{display:block;top:3px}.group-setting .section .list .tooltip-div{position:absolute;top:0;left:50%;transform:translate(-50%)}.group-setting .section .list .tit+.input-area{margin-top:8px}.group-setting .section .gray-box{margin-top:12px}.group-setting .section .radio-box.d-flex{align-items:center}.group-setting .section .radio-box .left,.group-setting .section .d-flex .left{width:calc(100% - 20px);padding-right:8px}.group-setting .section .radio-box .right,.group-setting .section .d-flex .right{width:20px}.group-setting .section .radio-box input+.label-info,.group-setting .section .check-box input+.label-info{padding-left:20px;display:unset}.group-setting .section+.btn-wrap{margin-top:32px}.group-setting .section+.btn-wrap .btn{width:104px}.group-setting .img-select-wrap .cont-box{display:flex;gap:24px;margin-top:8px}.group-setting .img-select-wrap .tit{display:flex;align-items:center}.group-setting .img-select-wrap .tit .info{margin-left:auto;display:flex;gap:8px;align-items:center}.group-setting .img-select-wrap .tit .info p{color:#9393a3}.group-setting .img-select-wrap .tit .info p strong{color:#4d4c61}.group-setting .img-select-wrap .tit .info .btn-wrap{display:flex;gap:4px}.group-setting .img-select-wrap .tit .info .btn-wrap .btn{padding:3px;width:24px;height:24px}.group-setting .img-select-wrap .tit .info .btn-wrap .btn .disabled{padding:3px;width:24px;height:24px;opacity:.2}.group-setting .img-select-wrap .tit .info .btn-wrap .btn i.icon-arrow{margin-top:0;vertical-align:unset}.group-setting .img-select-wrap .tit+.cont{margin-top:8px}.group-setting .img-select-wrap .selected-img{width:244px;height:244px;border-radius:8px;background:#fafafa;overflow:hidden}.group-setting .img-select-wrap .selected-img img{width:244px;height:244px;object-fit:cover}.group-setting .img-select-wrap .img-box-wrap{display:flex;gap:8px;flex-wrap:wrap}.group-setting .img-select-wrap .img-box-wrap .btn-select-img{cursor:pointer;display:flex;font-size:12px;line-height:20px;color:#9393a3;flex-direction:column;justify-content:center;align-items:center;background:#fafafa;border:none}.group-setting .img-select-wrap .img-box-wrap .btn-select-img i{opacity:.4;margin-bottom:4px}.group-setting .img-select-wrap .img-box-wrap .btn-select-img input{display:none}.group-setting .img-select-wrap .img-box-wrap>*{width:102px;height:102px;border-radius:8px;overflow:hidden;border:1px solid #eaebf0}.group-setting .img-select-wrap .img-box-wrap>a img{width:102px;height:102px;object-fit:cover;object-position:center}.group-setting .member-list .line-box{padding:0 0 16px}.group-setting .member-list .list-wrap{padding:24px 24px 0}.group-setting .member-list .list-wrap .tit{font-size:14px;line-height:20px;font-weight:500;color:#4d4c61}.group-setting .member-list .list{padding:12px 16px!important;border:1px solid #eaebf0!important;border-radius:20px;margin-top:8px;column-gap:8px;row-gap:0;align-items:flex-start}.group-setting .member-list .list .txt{width:100%;margin-top:0;line-height:20px;color:#7a7a89}.group-setting .member-list .list .detail-right{align-self:center}.group-setting .posting-list .tit{font-size:14px;line-height:20px;font-weight:500;color:#4d4c61}.group-setting .posting-list .list-wrap .comm-item:first-child{margin-top:16px}.group-setting .posting-list .comm-item.reply{padding-left:40px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left 8px top 28px / 24px no-repeat}.quit-mem-pop .popup-content-wrap,.delete-group-pop .popup-content-wrap,.change-group-status-pop .popup-content-wrap{width:400px}.change-group-status-pop .dot-indent p{color:#4d4c61}.penalty-pop .popup-content-wrap{width:360px}.penalty-pop .section .sec-tit{padding:8px 0;font-family:Noto Sans KR}.penalty-pop .date-range-wrap{position:relative}.penalty-pop .date-range-wrap .daterangepicker{width:624px}#penaltyCancel{border-color:#ff5959;color:#ff5959;background-color:#fff}.popup-content-wrap{width:330px}.profile-thumb{position:relative;width:72px;height:72px;margin:0 auto;background:url(/assets/icon_profile-0c8d8fb9.svg) center / 38px no-repeat #f5f5f5;border-radius:12px}.profile-thumb .profile-img{width:100%;height:100%;border-radius:12px;border:1px solid #dedfe5;overflow:hidden}.profile-thumb .profile-img img{width:100%;height:100%;object-fit:cover}.profile-thumb .tool-box .tool-btn{display:block;position:absolute;bottom:-4px;right:-4px}.profile-thumb .tool-box .tool-list{bottom:-88px}.profile-thumb .tool-box .tool-btn[aria-pressed=true]+.tool-list{transform:translate(calc(-50% + 36px))}.input-form{margin-top:16px}.setting-join-condition-pop .popup-content-wrap{width:400px}.setting-join-condition-pop .section:first-child{margin-top:0}.setting-join-condition-pop .section .sec-tit{font-family:Noto Sans KR}.setting-join-condition-pop .section .sec-cont{padding:0;margin-top:8px}.setting-category-pop .custom-scroll{max-height:calc(100vh - 313px);overflow-y:overlay}.setting-category-pop .category-tab{display:block}.setting-category-pop .sectiondiv:first-child{margin-top:0}.setting-category-pop .sectiondiv .sec-tit{font-family:Noto Sans KR}.setting-category-pop .sectiondiv .sec-cont{display:flex;gap:8px;flex-wrap:wrap;padding:0;margin-top:8px}.setting-region-pop .popup-content-wrap{width:400px}.setting-region-pop .search-form{margin-top:0}.setting-region-pop .search-keyword-div .search-keyword-list{padding:8px 16px 8px 34px;background:url(/assets/icon_spot-fb292b54.svg) left 16px center / 16px no-repeat}.content.search-result{width:840px}.content.search-result .page-title{padding:12px 0;margin-bottom:0;border-bottom:1px solid #dedfe5;font-weight:500;font-family:Noto Sans KR}.content.search-result .tab-menu-wrap{display:flex;margin-top:24px}.content.search-result .tab-menu-wrap .select-div{margin-left:auto;width:112px}.content.search-result .section{margin-top:16px}.content.search-result .no-data{font-weight:500}.content.search-result .no-data:before{background-image:url(/assets/icon_search_circle-f4a87178.svg)}.community-board-detail.search-result .page-title{margin-top:12px}.community-board-detail.search-result .search-form{width:100%;margin-top:16px;z-index:2}.community-board-detail.content.search-result .tab-menu-wrap{margin-top:0}.realtor-pop{position:fixed;bottom:24px;right:24px;width:300px;height:300px;border-radius:12px;background:rgba(255,255,255,.7);box-shadow:0 25px 35px -10px #0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.realtor-pop.pos-change{position:absolute;bottom:24px}.realtor-pop .popup-wrap{position:relative}.realtor-pop .popup-wrap .popup-link{position:absolute;top:0;left:0}.realtor-pop .popup-wrap .popup-link img{object-fit:contain}.realtor-pop .popup-wrap .close{position:absolute;top:12px;right:12px;width:24px;height:24px;background:url(/assets/icon_xbtn-235419bd.svg) center / cover no-repeat}.search-keyword-div{z-index:1000;position:absolute;width:100%;top:-20px;padding:16px 0;margin-top:4px;border:1px solid #dedfe5;background:#fff;box-shadow:0 15px 30px -5px #0000001a;border-radius:12px}.search-keyword-div .search-keyword-wrap{overflow-y:overlay;max-height:308px}.search-keyword-div .search-keyword-wrap-div{overflow-y:overlay;max-height:250px}.search-keyword-div .search-keyword-list{display:flex;padding:8px 24px;justify-content:space-between;background:url(/assets/icon_spot-fb292b54.svg) left 16px center / 16px no-repeat}.search-keyword-div .search-keyword-list:hover{background-color:#f8f8f9}.search-keyword-div .search-keyword-list .keyword{font-size:14px;line-height:20px;color:#4d4c61;margin-left:10px}.search-keyword-div .all-delete-btn{float:right;padding:8px 24px;margin-top:8px;color:#7a7a89}.search-form{position:relative}.search-keyword-div-board{z-index:1000;position:absolute;width:100%;top:55px;padding:16px 0;margin-top:4px;border:1px solid #dedfe5;background:#fff;box-shadow:0 15px 30px -5px #0000001a;border-radius:12px}.search-keyword-div-board .search-keyword-wrap{overflow-y:overlay;max-height:308px}.search-keyword-div-board .search-keyword-wrap-div{overflow-y:overlay;max-height:250px}.search-keyword-div-board .search-keyword-list{display:flex;padding:8px 24px;justify-content:space-between;background:url(/assets/icon_spot-fb292b54.svg) left 16px center / 16px no-repeat}.search-keyword-div-board .search-keyword-list:hover{background-color:#f8f8f9}.search-keyword-div-board .search-keyword-list .keyword{font-size:14px;line-height:20px;color:#4d4c61;margin-left:10px}.search-keyword-div-board .all-delete-btn{float:right;padding:8px 24px;margin-top:8px;color:#7a7a89}.group-invite .invite-section{padding-top:160px;text-align:center}.group-invite .invite-section .tit{font-size:16px;line-height:24px;color:#4d4c61;font-weight:500}.group-invite .invite-section .tit:before{content:"";display:block;width:56px;height:56px;margin:0 auto 16px;background:url(/assets/icon_invite-7aa078d4.svg) center / cover no-repeat}.group-invite .invite-section .btn-section{display:flex;justify-content:center;margin-top:64px}.group-invite .invite-section .btn-section .btn i{margin-left:6px}.group-invite .invite-section .link-section{position:relative;width:352px;margin:32px auto 0}.group-invite .invite-section .url-copy{display:flex;gap:26px;align-items:center;justify-content:space-between;padding:9px 12px;background-color:#f8f8f9;border-radius:8px}.group-invite .invite-section .url-copy input[type=text]{width:218px;height:23px;font-size:16px;letter-spacing:-.05em;white-space:nowrap;text-overflow:ellipsis;border:none}.group-invite .invite-section .url-copy .btn-copy{width:84px;padding:3px 6px}.group-invite .invite-section .btn-share-kakao{display:block;margin-top:8px;background:#fae609;border-color:#fae609;color:#41414f}.group-invite .invite-section .btn-share-kakao i{margin-right:8px}.group-invite .invite-section+.toast-pop{bottom:122px;left:520px}.group-join .invite-section{padding-top:160px;text-align:center;margin-bottom:100px}.group-join .invite-section .tit,.group-join .invite-section .title{font-size:16px;line-height:24px;color:#4d4c61;font-weight:500}.group-join .invite-section .tit:before{content:"";display:block;width:56px;height:56px;margin:0 auto 16px;background:url(/assets/Lock-4e7b9b5a.svg) center / cover no-repeat}.group-join .invite-section .btn-section{display:flex;justify-content:center;margin-top:64px}.group-join .invite-section .btn-section .btn i{margin-left:6px}.group-join .invite-section .link-section{position:relative;width:352px;margin:32px auto 0}.group-join .invite-section .url-copy{display:flex;gap:26px;align-items:center;justify-content:space-between;padding:9px 12px;background-color:#f8f8f9;border-radius:8px}.group-join .invite-section .url-copy input[type=text]{width:218px;height:23px;font-size:16px;letter-spacing:-.05em;white-space:nowrap;text-overflow:ellipsis;border:none}.group-join .invite-section .url-copy .btn-copy{width:84px;padding:3px 6px}.group-join .invite-section .btn-share-kakao{display:block;margin-top:8px;background:#fae609;border-color:#fae609;color:#41414f}.group-join .invite-section .btn-share-kakao i{margin-right:8px}.group-join .invite-section+.toast-pop{bottom:122px;left:520px}.content.board-notice .page-title{padding:12px 0;margin-bottom:0;border-bottom:1px solid #dedfe5;font-size:14px;line-height:20px;font-weight:500;font-family:Noto Sans KR}.group-private .section{padding-top:160px;text-align:center}.group-private .section .tit{font-size:16px;line-height:24px;color:#4d4c61;font-weight:500}.group-private .section .tit:before{content:"";display:block;width:56px;height:56px;margin:0 auto 16px;background:url(/assets/icon_private-7c43508a.svg) center / cover no-repeat}.group-private .section .btn-section{display:flex;justify-content:center;margin-top:64px}.group-private .section .btn-section .btn i{margin-left:6px}.join-group-pop .popup-content-wrap{width:400px}.content.search-result.community-memeber{width:640px}.community-memeber .search-form+.page-title{margin-top:24px}.page-title+.mem-list-wrap{margin-top:16px}.mem-list-wrap{display:flex;flex-direction:column;gap:8px}.mem-list-wrap .list{padding:12px 16px;border:1px solid #eaebf0;border-radius:20px}.mem-list-wrap .mem-info-detail .profile-photo{margin-top:0}.mem-list-wrap .mem-info-detail .btn-div{margin-left:auto;display:flex;gap:8px}.mem-list-wrap .mem-info-detail .btn-div .btn.sm i{margin-right:2px}.mem-list-wrap .mem-info-detail .btn-div .setting-btn i{width:24px;height:24px}.mem-list-wrap .respond-div{margin-top:12px;padding:12px 12px 0 40px;border-top:1px solid #eaebf0}.mem-list-wrap .respond-div .txt-box{display:inline-block;padding:6px 12px;border-radius:3px 16px 16px;background:#f0f7ff}.mem-list-wrap .respond-div .txt-box .txt{font-size:14px;line-height:20px;color:#417be6}.side-fixed-layer.profile-layer{width:280px;display:none}.side-fixed-layer.profile-layer .custom-scroll{max-height:calc(100vh - 115px)}.side-fixed-layer.profile-layer .line-box{padding:12px}.side-fixed-layer.profile-layer .mem-info-detail .info-detail{display:flex;flex-direction:column;gap:6px}.side-fixed-layer.profile-layer .mem-info-detail .mem-grade{flex-shrink:0}.side-fixed-layer.profile-layer .mem-info-detail .profile-photo{margin-top:0;width:48px;height:48px;background-size:26px}.side-fixed-layer.profile-layer .mem-info-detail .tag{font-size:10px;line-height:18px;padding:0 8px}.side-fixed-layer.profile-layer .gage-div+.table-wrap{margin-top:12px}.side-fixed-layer.profile-layer .table-wrap .line-table{border-top:0}.side-fixed-layer.profile-layer .table-wrap .line-table .table-row:last-child .column{border-bottom:none}.side-fixed-layer.profile-layer .table-wrap .line-table .column.table-tit{width:72px}.simple-footer{padding-bottom:40px;background-color:#f8f8f9;text-align:center}.simple-footer.bg-white{background-color:#fff}.simple-footer .footer-link{display:flex;align-items:center;justify-content:center;gap:24px}.simple-footer .footer-link a{font-size:12px;line-height:18px;font-weight:500;color:#7a7a89}.simple-footer .footer-copy{margin-top:8px}.simple-footer .footer-copy p{font-size:10px;line-height:20px;color:#7a7a89}.real-estate{width:520px;margin:40px auto 24px;min-height:calc(100vh - 334px)}.real-estate .mt40{margin-top:40px}.real-estate .logo{width:108px;height:29px;margin:0 auto 16px;background:url(/assets/logo-59291302.svg) no-repeat center left / contain}.real-estate .page-title{display:block;margin-bottom:0;font-size:28px;line-height:42px;color:#25252b}.real-estate .page-title .logo-aipartner{display:inline-block;width:39px;height:26px;margin-right:4px;margin-top:-2px;background:url(/assets/logo_aipartner-26762c54.svg) no-repeat center left / cover;vertical-align:middle}.real-estate .page-txt{margin-top:8px;font-size:14px;color:#3f3f4a}.real-estate .con-box{margin-top:32px;padding:64px 80px;border-radius:16px;background-color:#fff}.real-estate .con-tit,.real-estate .con-tit b{font-family:IBM Plex Sans KR;font-size:20px;font-weight:400;line-height:30px}.real-estate .con-tit b,.real-estate .con-txt b{font-weight:600}.real-estate .con-txt{margin-top:8px;font-family:IBM Plex Sans KR;font-size:16px;line-height:24px}.real-estate .con-txt span,.real-estate .con-txt b{font-family:IBM Plex Sans KR}.real-estate .icon-wrap i{display:inline-block;width:56px;height:56px}.real-estate .icon-wrap i.icon_doc_chk{background:url(/assets/icon_doc_chk-e4be5a44.svg) no-repeat center}.real-estate .icon-wrap i.icon_doc_ing{background:url(/assets/icon_doc_ing-fa9dba5c.svg) no-repeat center}.real-estate .gray-box{margin-top:16px;padding:16px;border-radius:12px}.real-estate .button-wrap{display:flex;justify-content:space-between;gap:16px;margin-top:16px}.real-estate .button-wrap .btn{font-family:IBM Plex Sans KR;flex:1;padding:13px 24px;border-radius:12px}.real-estate .button-wrap.half .btn{width:172px}.real-estate .info-txt{margin:16px 9.5px 0;color:#7a7a89}.real-estate .gray-box .user-id{margin-top:8px;font-family:IBM Plex Sans KR;font-size:20px;line-height:30px;font-weight:600}.real-estate .gray-box .date{font-size:12px;line-height:18px;color:#7a7a89}.real-estate .con-box .guide-txt{margin-top:16px;font-size:14px;line-height:20px;color:#7a7a89}.real-estate .con-box .btn-certify{margin-left:8px;padding:4px 8px;color:#417be6}.real-estate .con-box .btn-certify:hover{background:#f8f8f9;border-radius:4px}.real-estate .table-form{margin-top:16px;border-radius:8px;border:1px solid #dedfe5;overflow:hidden}.real-estate .table-form .row{display:flex;align-items:stretch;border-bottom:1px solid #dedfe5;font-size:14px;line-height:20px}.real-estate .table-form .row:last-child{border-bottom:0}.real-estate .table-form .row .col-th{width:104px;padding:16px;background-color:#f8f8f9;font-weight:500;text-align:left}.real-estate .table-form .row .col-td{flex:1;padding:16px}.real-estate .input-form{margin-top:16px}.real-estate .input-form .input-area input{padding:0 16px;font-family:IBM Plex Sans KR;font-size:16px}.real-estate .input-form .input-area input:read-only{border-color:#f8f8f9}.real-estate .input-form .input-area input::placeholder{font-size:16px;color:#b6b6c2}.real-estate .input-form .success-txt{margin-top:4px;padding:0 8px;font-size:11px;line-height:18px;color:#14ba85}.real-estate .input-form.error .txt{margin-top:4px;padding:0 8px}.real-estate .input-default .input-form .tit+.input-area{margin-top:4px}.real-estate .input-default .input-form .input-area .btn{width:64px;font-family:IBM Plex Sans KR;font-size:16px;color:#4d4c61}.real-estate .input-default .input-form .input-area .btn:before{right:64px}.real-estate .input-default .input-form .input-area.btn-has input{padding-right:80px}.real-estate .input-default .input-form .input-area.btn-has.clear-has .delete{top:16px;right:80px;width:24px;height:24px;background:url(/assets/icon_xmark_fill-0fe2fb95.svg) no-repeat center}.real-estate .estate-link{margin-top:40px;gap:40px;align-items:stretch;justify-content:center}.real-estate .sel-box{width:240px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;border-radius:16px;background-color:#fff}.real-estate .sel-box:hover{box-shadow:0 15px 30px -5px #0000001a,0 0 0 1px #ff951a inset}.real-estate .sel-box .icon-certify{width:56px;height:56px;background:url(/assets/icon_doc_chk-e4be5a44.svg) no-repeat center / contain}.real-estate .sel-box .logo-aipartner{width:90px;height:56px;background:url(/assets/logo_aipartner-26762c54.svg) no-repeat center / contain}.real-estate .sel-box p{word-break:keep-all}.real-estate .sel-box .tooltip{top:10px;border-radius:8px;border-color:#dedfe5;line-height:17px;text-align:center;color:#4d4c61}.real-estate .sel-box .tooltip:after{border-top-color:#dedfe5}.real-estate .sel-box .tooltip:before{left:50%;transform:translate(-50%)}.content.terms{width:1128px;min-height:calc(100vh - 236px)}.content.terms .page-title{font-size:24px;line-height:36px;font-weight:600}.content.terms .tab-menu-wrap a{height:46px;font-size:16px;padding:10px 20px}.content.terms .line-box{margin-top:16px;border-radius:12px;padding:24px}.content.terms .line-box .title{padding-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:20px;line-height:30px;font-weight:500;color:#41414f;font-family:IBM Plex Sans KR;border-bottom:1px solid #acacb4}.content.terms .line-box .title .sub-txt{font-size:14px;line-height:20px;color:#7a7a89;font-family:Noto Sans KR}.content.terms .line-box section{margin-top:40px;color:#4d4c61}.content.terms .line-box section .tit{font-size:14px;line-height:20px;font-weight:500}.content.terms .line-box section .txt{font-size:12px;line-height:18px;margin-top:4px}.content.terms .line-box section .detail{margin-top:20px;display:flex;flex-direction:column;gap:6px;font-size:12px;line-height:18px}.content.terms .history-box{margin-top:32px;display:flex;justify-content:center;align-items:center;gap:16px}.content.terms .history-box .tit{font-size:14px;line-height:20px;color:#41414f}.content.terms .table-wrap{width:640px;margin:24px 0 0;border:1px solid #dedfe5;border-radius:8px}.content.terms table{width:auto;font-size:14px;line-height:20px;color:#4d4c61}.content.terms table th{padding:22px;font-weight:500;border-right:1px solid #dedfe5}.content.terms table td{padding:12px 16px;text-align:left;border-top:1px solid #dedfe5;border-right:1px solid #dedfe5}.content.notice{width:1128px}.content.notice .tag{position:relative;padding:2px 8px}.content.notice .date{text-align:center;color:#7a7a89;font-family:IBM Plex Sans KR}.content.notice .notice-board-wrap .search-form{width:350px}.content.notice .notice-board-wrap .search-form .search-input{height:46px}.content.notice .notice-board-wrap .search-form .search-input input{padding:8px 32px 8px 16px;font-size:16px;line-height:28px}.content.notice .notice-board-wrap .search-form .search-input input::placeholder{font-size:16px;line-height:28px}.content.notice .notice-board-wrap .search-form .search-input i.icon-search-bk{width:24px;height:24px}.content.notice .notice-board-wrap .list-wrap{margin-top:16px}.content.notice .notice-board-wrap .list-header{padding:15px 0;display:flex;font-size:13px;line-height:18px;color:#4d4c61;border-radius:8px;background-color:#f0f0f3;text-align:center}.content.notice .notice-board-wrap .list-wrap .category{width:100px;text-align:center}.content.notice .notice-board-wrap .list-wrap .title{flex:1}.content.notice .notice-board-wrap .list-wrap .date{width:180px;text-align:center}.content.notice .notice-board-wrap .list-wrap .list{display:flex;align-items:center;padding:18px 0;font-size:14px;line-height:20px;border-bottom:1px solid #dedfe5}.content.notice .notice-board-wrap .list-wrap .list.top .tag{background:#ff951a;border-color:#ff951a;color:#fff}.content.notice .notice-board-wrap .list-wrap .list.new .tag:after{content:"";position:absolute;width:3px;height:3px;border-radius:100px;background:#ff5959;top:0;right:0}.content.notice .notice-board-wrap .list-wrap .list .title{color:#4d4c61}.content.notice .notice-board-wrap .list-wrap .list.top .title{font-weight:500}.content.notice .notice-detail-wrap .detail-top{display:flex;gap:8px;align-items:center;padding:16px 0}.content.notice .notice-detail-wrap .detail-top .title{font-size:18px;line-height:28px;color:#41414f;font-weight:500;font-family:IBM Plex Sans KR}.content.notice .notice-detail-wrap .detail-top .date{margin-left:auto}.content.notice .notice-detail-wrap .detail-content{padding:32px 16px;font-size:14px;line-height:20px;color:#41414f;border-top:1px solid #acacb4}.content.notice .notice-detail-wrap .list-wrap{border-top:1px solid #dedfe5}.content.notice .notice-detail-wrap .list-wrap .list{display:flex;padding:16px;font-size:14px;line-height:20px;align-items:center;border-bottom:1px solid #dedfe5}.content.notice .notice-detail-wrap .list-wrap .list .order{color:#4d4c61}.content.notice .notice-detail-wrap .list-wrap .list .title{margin-left:8px;flex:1;font-size:16px;line-height:24px;color:#41414f;font-family:IBM Plex Sans KR}.content.notice .notice-detail-wrap .list-wrap .list .tag{margin-left:24px}.content.notice .notice-detail-wrap .list-wrap .list .date{margin-left:auto}.content.notice .notice-detail-wrap .btn-wrap{margin-top:32px}.content.notice .notice-detail-wrap .btn-wrap .btn{font-weight:500}.content.notice .notice-detail-wrap .btn-wrap .btn i{margin-right:6px}.content.faq{width:1128px}.content.faq .page-title{justify-content:center;font-size:20px;line-height:30px}.content.faq .search-form{width:622px;margin:0 auto}.content.faq .search-form .search-input i.icon-search-bk{right:24px;left:unset;opacity:.7}.content.faq .search-form .search-input input{padding:15px 56px 15px 16px;border:1px solid #ff951a}.content.faq .search-form .search-input input::-webkit-input-placeholder{color:#9393a3}.content.faq .category-tab{margin-top:32px;display:flex;gap:8px}.content.faq .category-tab .btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:118px;height:104px;border-radius:6px;font-size:14px;line-height:20px;color:#4d4c61;background:#f8f8f9}.content.faq .category-tab .btn i{width:48px;height:48px}.content.faq .category-tab .btn.on{color:#fff;background:#ff951a}.content.faq .category-tab .btn.on i{filter:brightness(0) invert(1)}.content.faq .list-wrap{margin-top:32px}.content.faq .list-wrap .count-div{margin-bottom:16px;font-size:18px;line-height:27px;color:#41414f}.content.faq .list-wrap .count-div b{font-weight:500}.content.faq .list-wrap .no-data{padding:120px 0;border-radius:12px;border:1px solid #dedfe5}.content.faq .list-wrap .no-data .tit{font-weight:500}.content.faq .list-wrap .list-title{padding-right:16px;display:flex;gap:6px}.content.faq .list-wrap .list-title b{font-weight:700}.content.faq .list.has-video .list-title:after{content:"";flex-shrink:0;width:24px;height:24px;background:url(/assets/icon_video-94a3faa6.svg) center / cover no-repeat}.content.faq .list .list-content a{color:#417be6;text-decoration:underline}.content.faq .list .list-content .btn-div{margin-top:24px;display:flex;gap:16px}.content.faq .list .list-content .satisfaction{margin-top:24px;padding:16px;display:flex;align-items:center;gap:16px;font-size:14px;line-height:20px;color:#5e5e70}.content.faq .list .list-content .satisfaction .btn-div{gap:8px;margin-top:0}.content.faq .list .list-content .satisfaction .btn-div .btn{min-width:92px}.content.faq .list .list-content .satisfaction .btn-div .btn i{margin-right:2px}.faq-to-inquiry-banner{width:100%;background:#fef8f6}.faq-to-inquiry-banner .inner{height:68px;display:flex;justify-content:center;align-items:center;gap:16px;background:#fef8f6}.faq-to-inquiry-banner .inner img{margin-right:-16px;margin-top:-24px}.faq-to-inquiry-banner .inner i{width:16px;height:16px}.content.inquiry{width:1128px}.content.inquiry .inquiry-board-wrap .list-wrap{margin-top:16px}.content.inquiry .inquiry-board-wrap .list-header{padding:15px 0;display:flex;font-size:13px;line-height:18px;color:#4d4c61;border-radius:8px;background-color:#f0f0f3;text-align:center}.content.inquiry .inquiry-board-wrap .order{width:100px}.content.inquiry .inquiry-board-wrap .category{width:160px}.content.inquiry .inquiry-board-wrap .detail,.content.inquiry .inquiry-board-wrap .title{flex:1}.content.inquiry .inquiry-board-wrap .date{width:120px;color:#7a7a89;font-family:IBM Plex Sans KR}.content.inquiry .inquiry-board-wrap .status{width:110px}.content.inquiry .inquiry-board-wrap .list{display:flex;padding:16px 0;font-size:14px;line-height:20px;color:#4d4c61;align-items:center;border-bottom:1px solid #dedfe5;text-align:center}.content.inquiry .inquiry-board-wrap .list .title{text-align:left}.content.inquiry .inquiry-board-wrap .list .question{display:flex}.content.inquiry .inquiry-board-wrap .list.new .question .title:after{content:"NEW";margin-left:6px;font-size:12px;line-height:16px;color:#ff5959;padding:0 8px;border:1px solid #ff5959;border-radius:100px}.content.inquiry .inquiry-board-wrap .list.complete .question{padding-bottom:16px}.content.inquiry .inquiry-board-wrap .list.complete .status{color:#ff951a;font-weight:500}.content.inquiry .inquiry-board-wrap .list .reply{padding:16px 0 0 8px;display:flex;border-top:1px solid #dedfe5}.content.inquiry .inquiry-board-wrap .list .reply .title{display:flex;gap:8px}.content.inquiry .inquiry-board-wrap .list .reply .title:before{content:"";width:16px;height:16px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left center / cover no-repeat}.content.inquiry .inquiry-board-wrap .no-data{padding:120px 0;border-bottom:1px solid #dedfe5}.content.inquiry .inquiry-board-wrap .no-data .tit{font-weight:500}.content.inquiry .inquiry-detail-wrap .line-box{padding:24px}.content.inquiry .inquiry-detail-wrap .line-box .title{display:flex;gap:8px;align-items:center;font-size:18px;line-height:28px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}.content.inquiry .inquiry-detail-wrap .line-box .title b{font-size:30px;line-height:34px;font-family:Godo}.content.inquiry .inquiry-detail-wrap .line-box .title .date{margin-left:auto;font-size:14px;line-height:20px;color:#7a7a89;font-weight:400;font-family:IBM Plex Sans KR}.content.inquiry .inquiry-detail-wrap .content-box{margin-top:12px}.content.inquiry .inquiry-detail-wrap .content-box .attached-file{color:#417be6;text-decoration:underline}.content.inquiry .inquiry-detail-wrap .content-box .column{padding:18px 8px;color:#4d4c61}.content.inquiry .inquiry-detail-wrap .content-box .table-tit{width:120px;color:#41414f}.content.inquiry .inquiry-detail-wrap .content-box .content-detail{padding:24px 0;font-size:14px;line-height:20px;color:#41414f}.content.inquiry .inquiry-detail-wrap .reply{margin-top:16px;padding-left:48px;background:url(/assets/icon_detail_arrow-c35b0d55.svg) left 4px top 16px / 40px no-repeat}.content.inquiry .inquiry-detail-wrap .reply .content-box{border-top:1px solid #aeaeba}.content.inquiry .inquiry-detail-wrap .reply .line-box{padding-bottom:16px}.content.inquiry .inquiry-detail-wrap .reply .attached-box{display:flex;font-size:14px;line-height:20px;border-top:1px solid #dedfe5;padding-top:16px}.content.inquiry .inquiry-detail-wrap .reply .attached-box .table-tit{font-weight:500;margin-right:8px}.content.inquiry .information{margin-top:48px;display:flex;gap:8px;align-items:center;font-size:14px;line-height:20px;color:#4d4c61}.content.inquiry .information i{width:16px;height:16px}.content.inquiry .information b{font-weight:700}.content.inquiry .btn-wrap{margin-top:32px}.inquiry-write-pop .popup-content-wrap{width:600px}.inquiry-write-pop .popup-content{text-align:left;max-height:calc(100vh - 300px)}.inquiry-write-pop .sec-tit{padding:8px 0;font-size:14px;line-height:20px;font-weight:500;color:#4d4c61}.inquiry-write-pop .radio-div{display:flex;gap:16px;align-items:center}.inquiry-write-pop .radio-div .tit{width:58px}.inquiry-write-pop .my-info{margin-top:16px;padding-top:8px;border-top:1px solid #dedfe5}.inquiry-write-pop .flex-box{padding:8px 0;display:flex;font-size:14px;line-height:20px;color:#5e5e70}.inquiry-write-pop .flex-box .tit{width:90px;font-weight:500;color:#4d4c61}.inquiry-write-pop .input-form{margin-top:8px}.inquiry-write-pop .input-form .sec-tit{margin-bottom:8px}.inquiry-write-pop .input-form textarea{padding:8px;border-radius:8px;border:1px solid #dedfe5;min-height:140px}.inquiry-write-pop .attach-form{margin-top:8px}.inquiry-write-pop .attach-form .file-box{display:flex;width:256px;flex-wrap:wrap;gap:8px;padding:8px;background:#fafafa;border-radius:8px}.inquiry-write-pop .attach-form .file-box .upload{position:relative;height:120px;flex-basis:116px;padding:7px;border:1px solid #eaebf0;border-radius:8px;background:url(/assets/icon_plus_circle_line-4d8771d4.svg) center top 24px / 48px no-repeat;cursor:pointer}.inquiry-write-pop .attach-form .file-box .upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;border:none!important;cursor:pointer;z-index:1}.inquiry-write-pop .attach-form .file-box .upload span{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-size:14px;line-height:20px;font-weight:500;color:#7a7a89}.inquiry-write-pop .attach-form .file-list{flex-basis:116px;padding:7px;background:#fff;border-radius:8px;border:1px solid #dedfe5}.inquiry-write-pop .attach-form .file-list .thumb{width:100px;height:80px}.inquiry-write-pop .attach-form .file-list .thumb img{width:100%;height:100%;object-fit:contain}.inquiry-write-pop .attach-form .file-list .tit{display:flex;align-items:center}.inquiry-write-pop .attach-form .file-list .tit .name{width:58px}.inquiry-write-pop .attach-form .file-list .tit .x-btn{margin-left:auto}.inquiry-write-pop .attach-form .guide-txt{margin-top:4px;font-size:11px;line-height:18px;color:#7a7a89}.inquiry-write-pop .popup-button-wrap{padding-top:32px;border-top:1px solid #dedfe5;margin:0 24px}.number-check-pop .popup-content-wrap{width:480px}.number-check-pop .popup-content{padding:16px 24px}.number-check-pop .office-list li{position:relative;padding:12px 36px 12px 0;font-size:12px;line-height:18px;color:#555461;text-align:left}.number-check-pop .office-list li:not(:last-child){border-bottom:1px solid #dedfe5}.number-check-pop .office-list li .name{font-size:14px;line-height:20px;font-weight:500;color:#3f3f4a}.number-check-pop .office-list li p:not(.name){margin-top:4px}.number-check-pop .office-list li .radio-div{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:20px;height:20px}.number-check-pop .office-list li .radio-div .radio-box input+.label-info{padding-left:0}.number-check-pop .guide-txt{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 8px}.number-check-pop .guide-txt .btn{border:0;padding:4px 8px;border-radius:4px}.number-check-pop .guide-txt .btn:hover{background:#f8f8f9}.number-check-pop .sel-table{margin-top:8px;border-radius:12px;border:1px solid #dedfe5;overflow:hidden}.number-check-pop .sel-table .row{display:flex}.number-check-pop .sel-table .row [class*=col-]{flex:1;padding:12px 8px}.number-check-pop .sel-table .row .col-th{border-bottom:1px solid #dedfe5;background:#f8f8f9}.number-check-pop .sel-table .radio-div{position:relative}.number-check-pop .sel-table .radio-div .radio-box{position:absolute;left:50%;margin-left:-10px}.number-check-pop .radio-div .radio-box input+.label-info{padding:0}.number-check-pop .mem-list{display:none}.number-check-pop .button-wrap{padding:32px 0}.number-check-pop .no-data{padding:40px 0;color:#7a7a89}.number-check-pop .no-data:before{opacity:.7}.number-check-pop .no-data span{font-weight:500}.number-request-pop .popup-content-wrap{width:400px}.number-request-pop .noti-box .co-blue{font-weight:500}.number-request-pop .d-flex{margin-top:24px;align-items:center;justify-content:space-between;gap:8px}.number-request-pop .d-flex p{width:112px;font-weight:500;text-align:left}.number-request-pop .d-flex .input-form{flex:1}.join-invite-pop .btn-kakao{width:100%;margin-top:32px;background:#fae609;border-color:#fae609;color:#391a1b}.join-invite-pop .btn-kakao i{margin-right:6px}.join-invite-pop .d-flex{margin-top:8px;align-items:flex-start;gap:8px;justify-content:space-between}.join-invite-pop .d-flex .input-form{flex:1}.join-invite-pop .d-flex .btn{width:80px;font-weight:500}.join-invite-pop .input-default .input-form .input-area input{height:36px;border-radius:6px}.css-cyxlny-MuiPaper-root-MuiDialog-paper{z-index:2000!important}.profile-photodiv{width:36px;height:36px;background-size:20px}.profile-photodiv{width:36px;height:36px;flex-shrink:0;background:url(/assets/icon_profile-0c8d8fb9.svg) center / cover no-repeat #f5f5f5;border:1px solid #dedfe5;border-radius:14px}@keyframes slide-fade-in-dropdown-animation{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.slide-fade-in-dropdown{z-index:100;overflow:hidden;position:absolute;width:150px;margin-top:10px;margin-right:10px;right:-15px;min-width:162px;padding:8px;border-radius:6px;background:#fff;border:1px solid #eaebf0;box-shadow:0 15px 30px -5px #0000001a}.slide-fade-in-dropdown>div{animation:slide-fade-in-dropdown-animation .4s ease}.slide-fade-in-dropdown>div>button{display:block;padding:4px 6px;font-size:14px;line-height:20px;color:#4d4c61;border-radius:4px;text-align:left}.slide-fade-in-dropdown>div>button:hover{background:#f8f8f9;width:100%}.slide-fade-in-dropdown>div>button i{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:6px;margin-top:-4px}@keyframes slide-fade-out-dropdown-animation{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.slide-fade-out-dropdown{overflow:hidden;position:absolute;display:none}.slide-fade-out-dropdown>div{animation:slide-fade-out-dropdown-animation .4s ease;animation-fill-mode:forwards}.components-dropdown>div{position:relative;top:5px;margin-top:0;margin-bottom:5px;padding-left:0;list-style:none}[class*=-MuiPaper-root-MuiDialog-paper]{border-radius:12px!important;max-width:800px!important}[class*=MuiDialogContent]{padding:0!important;overflow-y:inherit!important}.comment-write{display:flex;gap:8px}.comment-write .writing-section{display:flex;width:100%;flex-direction:column;gap:12px}.comment-write .option-item-box{width:100%}.comment-write .option-item-box .img-box{position:relative;width:120px;height:120px;border-radius:8px;overflow:hidden}.comment-write .option-item-box .img-box img{width:100%;height:100%;object-fit:cover}.comment-write .option-item-box .img-box .btn-delete{position:absolute;top:4px;right:4px}.comment-write .option-item-box .img-box .btn-delete i{width:16px;height:16px}.comment-write .option-item-box .emoji-section{display:flex;gap:8px}.comment-write .option-item-box .emoji-section .emoji{position:relative;padding-top:80px;width:80px;height:108px;font-size:14px;line-height:28px;color:#41414f;background-size:60px;background-position-y:10px;text-align:center}.comment-write .option-item-box .emoji-section .emoji .white-dimd{position:absolute;top:0;left:0;width:80px;height:70px;background:rgba(255,255,255,.3)}.comment-write .option-item-box .emoji-section.prev-select .emoji .white-dimd,.comment-write .option-item-box .emoji-section .emoji.on .white-dimd{display:none}.comment-write .option-item-box .emoji-section .emoji.on{font-weight:700;background-size:70px;background-position-y:5px}.comment-write .selected-emoji{position:relative;height:60px;width:60px}.comment-write .selected-emoji .btn-delete{display:block;position:absolute;bottom:0;right:0;width:24px;height:24px;background:#afaeba;border:1px solid #fff;border-radius:30px;opacity:.8;text-align:center}.comment-write .selected-emoji .btn-delete:hover{background:#ff951a;border-color:#ff951a;opacity:1}.comment-write .selected-emoji .btn-delete i{width:16px;height:16px;margin-top:-4px}.comment-write .textarea-div{position:relative;flex-grow:1;padding:9px 42px 9px 16px;border-radius:12px;background:none}.comment-write .textarea-div textarea{display:block;min-height:20px;max-height:100px}.comment-write .textarea-div .insert-tool{position:absolute;height:24px;top:8px;right:8px}.comment-write .textarea-div .btn-insert i{vertical-align:text-top;margin-top:0}.comment-write .btn-post{width:24px;margin-top:7px}.comment-write i{width:24px;height:24px}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.custom-toast-success{height:40px;background-color:#171c26b2;color:#fff;border-radius:8px;padding:12px;font-size:16px;font-weight:500;font-family:IBM Plex Sans KR}.custom-toast-body{font-size:16px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}.sharing-section-div{display:flex;padding:16px;border:1px solid #dedfe5;border-radius:8px;align-items:center}.sharing-section-div .sharing-cont{width:532px;margin-right:8px}.sharing-section-div .share-tit{font-size:14px;line-height:18px;color:#41414f;font-weight:500}.sharing-section-div .share-source{margin-top:8px;font-size:14px;line-height:18px;color:#4d4c61}.sharing-section-div .btn{margin-left:auto}.scroll-to-top-button{position:fixed;right:20px;bottom:20px;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.scroll-to-top-button.visible{opacity:1;visibility:visible}.scroll-to-top-button button{background-color:#333;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer}.date-picker-container>.date-range-picker-div{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background-color:#fff;padding:10px;border:1px solid #ccc;border-radius:4px}.date-picker-wrapper{display:flex;align-items:flex-start}[class*=react-datepicker__day--selected]{background-color:#ff951a!important}[class*=react-datepicker__day--in-selecting-range]{background-color:#ffead1!important;color:Gray/900!important}.custom-switch.on .react-switch-bg{width:42px!important;height:22px!important;background-color:#ff951a!important}.custom-switch.off .react-switch-bg{width:42px!important;height:22px!important;background-color:#dedfe5!important}.custom-switch.on .react-switch-bg div svg{display:none}.custom-switch.off .react-switch-bg div svg{display:none}.custom-switch.on .react-switch-handle{width:19px!important;height:19px!important;transform:translate(22px)!important}.custom-switch.off .react-switch-handle{width:19px!important;height:19px!important}.tab-menu-wrap .tab-menu-inner button{display:block;width:auto;height:36px;padding:5px 16px;border-radius:100px;background:#fff;border:1px solid #dedfe5;font-size:14px;line-height:24px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}.tab-menu-wrap .tab-menu-inner button:hover{border-color:#92929c}.tab-menu-wrap .tab-menu-inner .on,.tab-menu-wrap .tab-menu-inner button[aria-selected=true]{background:#fff4e5;color:#ff7f0f;border-color:#ff951a}.tab-menu-wrap .tab-menu-inner button span{font-family:IBM Plex Sans KR}.tab-menu-wrap .tab-menu-subinner button{display:block;width:auto;height:36px;padding:5px 16px;border-radius:100px;background:#fff;border:1px solid #dedfe5;font-size:14px;line-height:24px;font-weight:500;color:#4d4c61;font-family:IBM Plex Sans KR}.tab-menu-wrap .tab-menu-subinner button:hover{border-color:#92929c}.tab-menu-wrap .tab-menu-subinner .on,.tab-menu-wrap .tab-menu-subinner button[aria-selected=true]{background:#fff4e5;color:#ff7f0f;border-color:#ff951a}.tab-menu-wrap .tab-menu-subinner button span{font-family:IBM Plex Sans KR}.content.make-community button.make-item:hover{border-color:#ff951a;box-shadow:0 15px 30px -5px #0000001a}.no-data.mygroup{padding:40px 0;color:#4d4c61;text-align:center}.floating-btn-wrap{position:sticky;width:fit-content;float:right;display:flex;bottom:64px;flex-direction:column;gap:32px;padding:0 16px;margin:-208px 72px 0 0}.floating-btn-wrap button .icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background:#d3eaff;box-shadow:0 8px 10px #0000001a;border-radius:50%}.floating-btn-wrap button span{display:block;margin-top:4px;font-size:12px;line-height:20px;font-weight:700;color:#41414f}.personal-info.popup-content-wrap{width:480px}.personal-info .popup-content{padding:24px}.personal-info .popup-content .info-table .u-line{text-decoration:underline;font-weight:500;color:#3f3f4a}.personal-info .popup-content .text{margin-top:8px;font-size:10px;line-height:14px;color:#7a7a89}.personal-info .popup-content .check-box-div{margin-top:18px;text-align:left}.personal-info .popup-content .check-box-div .check-box input+.label-info{color:#3f3f4a}.personal-info .popup-button-wrap{padding:32px 0;margin:0 24px;border-top:1px solid #dedfe5}.a11y_hidden{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip-path:polygon(0 0,0 0,0 0)}.insert-share-info .popup-content-wrap{width:480px;max-width:480px!important}.insert-share-info .popup-content{text-align:left;padding:24px 24px 20px!important}.insert-share-info .section{display:flex;gap:16px;margin-top:16px;padding-bottom:16px;border-bottom:1px solid #dedfe5}.insert-share-info .section:first-child{margin-top:0;padding-top:0}.insert-share-info .sec-tit{width:100px;flex-shrink:0}.insert-share-info .comment{font-size:12px;line-height:18px;color:#9393a3;margin-top:4px}.insert-share-info .select-box{margin-top:12px;width:100%}.insert-share-info .select-info{width:100%;max-width:316px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.insert-share-info .select-list.check-box-div{width:100%}.insert-share-info .d-flex{gap:8px}.insert-share-info .flex-column,.insert-share-info .radio-div{gap:16px}.insert-share-info .radio-div .radio-box input+.label-info{line-height:24px}.popup .swiper-container{position:relative}.popup .swiper-button-wrap{position:absolute;bottom:12px;right:12px;display:flex;gap:8px;align-items:center;padding:6px 12px;border-radius:100px;background:rgba(0,0,0,.3);z-index:1}.popup .swiper-button-wrap>*{position:relative}.popup .swiper-pagination{font-size:12px;color:#fff;bottom:unset}.popup .swiper-button-prev,.popup .swiper-button-next{margin-top:unset;width:16px;height:16px;background:url(https://dwww.aipartner.com/ai_net/image/icon_arrow_down_wh.svg) center / cover no-repeat;border:none;cursor:pointer}.popup .swiper-button-prev{transform:rotate(90deg)}.popup .swiper-button-next{transform:rotate(-90deg)}.popup .btn-wrap{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;color:#333}.popup .btn-wrap .close{padding:9px 8px}.popup .check-box-div .check-box input+.label-info{color:#333;height:20px;line-height:20px}.popup .check-box-div .check-box input+.label-info:before{top:2px}.popup .check-box-div .check-box input+.label-info:after{top:2px}.bottom-sheet-pop{position:fixed;width:940px;bottom:0;left:50%;transform:translate(-50%);z-index:99}.bottom-sheet-pop .close{position:absolute;width:40px;height:40px;background:url(https://dwww.aipartner.com/ai_net/image/icon_close.svg) center / 24px no-repeat #fff;border:1px solid #ddd;box-shadow:0 8px 10px #0000001a;border-radius:100px;right:8px;top:-195px;transform:translateY(-100%)}.bottom-sheet-pop .swiper-container{border-radius:24px 24px 0 0}.bottom-sheet-pop .swiper-slide{background:#f5f5f5}.bottom-sheet-pop .swiper-slide img{display:block;width:100%;height:140px;object-fit:contain}.bottom-sheet-pop .btn-wrap{padding:16px;border:1px solid #ddd;background:#fff}.bottom-sheet-pop .bottom-img{width:940px;height:140px;margin-bottom:-6px}.popup.layer-pop{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:99999}.popup.layer-pop .popup-wrap{display:flex;flex-direction:column;gap:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-height:340px;max-height:calc(100vh - 160px);max-width:720px;min-width:320px;padding:24px;background:#fff;border-radius:16px;border:1px solid #eee;box-shadow:0 25px 35px -10px #0003}.popup.layer-pop .close-btn{flex-shrink:0;margin-left:auto;width:24px;height:24px;background:url(https://dwww.aipartner.com/ai_net/image/icon_close.svg) center / 24px no-repeat;max-height:440px;max-width:670px}.popup.layer-pop .title{margin:-20px auto -16px;font-size:18px;line-height:26px;color:#111;font-weight:700}.popup.layer-pop .layer-content{display:flex;flex:1;max-height:calc(100% - 222px);overflow-y:auto;font-size:16px;line-height:22px;color:#666;align-self:stretch}.popup.layer-pop .layer-content::-webkit-scrollbar{width:14px}.popup.layer-pop .layer-content::-webkit-scrollbar-thumb{background-color:#dedfe5;border-radius:10px;background-clip:padding-box;border:4px solid transparent}.popup.layer-pop .layer-content::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.popup.layer-pop .swiper-container{flex:1}.popup.layer-pop .swiper-slide{display:flex;align-items:center}.popup.layer-pop .swiper-slide img{display:block;width:100%;height:auto;object-fit:contain}.popup.layer-pop .btn-wrap{margin-top:auto;flex-wrap:wrap;gap:12px}.popup.layer-pop .btn-wrap .close{padding:16px;width:100%;font-size:16px;line-height:24px;font-weight:700;color:#fff;background:#ff7b00;border-radius:12px}
