@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,600,700&display=swap);@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css);@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css);@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);@import url(https://cdn.jsdelivr.net/npm/@openfonts/noto-sans-sc_chinese-simplified@1.44.9/index.min.css);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);@import url(https://fonts.cdnfonts.com/css/be-vietnam-pro);: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-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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.app-toast{bottom:1rem;flex-direction:column;gap:.5rem;justify-content:center;left:0;margin:auto;padding:0;position:fixed;width:100%;z-index:30}.app-toast,.app-toast .app-toast-container{align-items:center;box-sizing:border-box;display:flex}.app-toast .app-toast-container{background-color:var(--text-assistive);border-radius:.5rem;justify-content:space-between;padding:1rem 1rem 1rem 1.25rem;width:calc(min(100%,600px) - 3rem)}.app-toast .app-toast-container .icon-button{align-items:center;background:0;border:0;display:flex;flex-direction:column;height:1.25rem;justify-content:center;margin:0;padding:0;width:1.25rem}.app-toast .app-toast-container .icon-button svg{height:1.25rem;width:1.25rem}.app-toast .app-toast-container .icon-button svg path{fill:var(--background-secondary)}.app-toast .app-toast-container.open{animation:fadeIn .5s forwards;visibility:visible}.app-toast .app-toast-container.close{animation:fadeOut .5s forwards;visibility:hidden}.app-toast .app-toast-container.close .icon-button{display:none}#hirevisa:not(:has(.navigation.invisible)):has(.navigation) .app-toast{bottom:calc(1rem + 54px)}.typography.body b,.typography.body strong{font-weight:500}.typography.label b,.typography.label strong{font-weight:700}.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6,.typography li,.typography p,.typography span{font-weight:inherit}.typography ol,.typography ul{-webkit-padding-start:1.5rem;align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;margin-block:0;margin-inline:0;padding-inline-start:1.5rem}.typography .normal{color:var(--text-normal)}.typography .normal path{fill:var(--text-normal)}.typography .alternative{color:var(--text-alternative)}.typography .alternative path{fill:var(--text-alternative)}.typography .assistive{color:var(--text-assistive)}.typography .assistive path{fill:var(--text-assistive)}.typography .disable{color:var(--text-disable)}.typography .disable path{fill:var(--text-disable)}.typography .strong{color:var(--text-strong)}.typography .strong path{fill:var(--text-strong)}.typography .heavy{color:var(--text-heavy)}.typography .heavy path{fill:var(--text-heavy)}.typography .primary{color:var(--primary-normal)}.typography .primary path{fill:var(--primary-normal)}.typography .secondary{color:var(--secondary-normal)}.typography .secondary path{fill:var(--secondary-normal)}.typography .alert{color:var(--status-alert)}.typography .alert path{fill:var(--status-alert)}.typography .success{color:var(--status-success)}.typography .success path{fill:var(--status-success)}.typography .warning{color:var(--status-warning)}.typography .warning path{fill:var(--status-warning)}.typography .inform{color:var(--status-inform)}.typography .inform path{fill:var(--status-inform)}.typography .white{color:#fff;color:var(--WB-white)}.typography .white path{fill:#fff;fill:var(--WB-white)}.base-dialog-container .base-dialog .base-dialog-button-container .base-dialog-sub-button,.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.base-dialog-container .base-dialog .base-dialog-button-container .base-dialog-main-button,.flex-1{flex:1 1}.base-dialog-container .base-dialog .toolbar-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:3rem;justify-content:flex-end;padding:0 .5rem;width:100%}.base-dialog-container .base-dialog .toolbar-container .close-button{height:2rem;width:2rem}.base-dialog-container .base-dialog .toolbar-container .close-button path{fill:var(--text-disable)}.base-dialog-container .base-dialog .base-dialog-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;padding:0 1.5rem 2rem;width:100%}.base-dialog-container .base-dialog .base-dialog-content .base-dialog-icon-container{align-items:center;display:flex;justify-content:center;margin:0;padding:0;width:100%}.base-dialog-container .base-dialog .base-dialog-content .base-dialog-icon-container .base-dialog-icon{height:5rem;width:5rem}.base-dialog-container .base-dialog .base-dialog-content .base-dialog-text-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;text-align:center;width:100%}.base-dialog-container .base-dialog .base-dialog-content .base-dialog-text-container .base-dialog-message,.base-dialog-container .base-dialog .base-dialog-content .base-dialog-text-container .base-dialog-title{width:100%}.base-dialog-container .base-dialog .base-dialog-button-container{display:flex;flex-direction:row;gap:.5rem;padding:0 1.5rem 1.5rem;width:100%}.base-dialog-container .base-dialog .base-dialog-button-container.column-layout{align-items:stretch;flex-direction:column}.base-dialog-container .base-dialog .base-dialog-button-container.column-layout .base-dialog-main-button,.base-dialog-container .base-dialog .base-dialog-button-container.column-layout .base-dialog-sub-button{width:100%}.base-dialog-container .base-dialog .base-dialog-button-container .base-dialog-sub-button.equal-button-width{flex:1 1}.base-dialog-container .base-dialog .base-dialog-button-container .base-dialog-main-button.button-auto-width{flex:0 1}button.base-button{border:0;border-radius:.5rem;gap:.125rem;min-height:3.5rem;padding:0 2rem}button.base-button,button.base-button div{align-items:center;justify-content:center;width:100%}button.base-button div{display:flex;flex-direction:row}button.base-button div span{font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:700;line-height:150%}button.base-button div svg{height:1.5rem;width:1.5rem}button.base-button.xs{align-items:center;border:0;border-radius:.25rem;gap:2px;justify-content:center;min-height:1.5rem;padding:0 .75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}button.base-button.xs .button-label{align-items:center;display:flex;flex-direction:row;gap:.25rem;justify-content:center;width:100%}button.base-button.xs .button-label span{font-size:12px;font-style:normal;font-weight:500;line-height:160%;margin:0}button.base-button.xs .button-label svg{height:.75rem;width:.75rem}button.base-button.sm{align-items:center;border:0;border-radius:.5rem;gap:2px;justify-content:center;min-height:2.5rem;padding:0 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}button.base-button.sm .button-label{align-items:center;display:flex;flex-direction:row;gap:.25rem;justify-content:center;width:100%}button.base-button.sm .button-label span{font-feature-settings:"clig" off,"liga" off;font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:700;line-height:150%}button.base-button.sm .button-label svg{height:1rem;width:1rem}button.base-button.text{align-items:center;border:0;border-radius:0;gap:.125rem;justify-content:center;min-height:2rem;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}button.base-button.text.no-underline,button.base-button.text.no-underline .button-label{border:0!important}button.base-button.contained-light:disabled,button.base-button.contained:disabled{background-color:var(--fill-alternative)!important}button.base-button.contained-light:disabled span,button.base-button.contained:disabled span{color:var(--text-disable)!important}button.base-button.contained-light:disabled svg path,button.base-button.contained:disabled svg path{fill:var(--text-disable)!important}button.base-button.outlined:disabled{background-color:#fff!important;background-color:var(--WB-white)!important}button.base-button.outlined:disabled span{color:var(--fill-disable)!important}button.base-button.outlined:disabled svg path{fill:var(--fill-disable)!important}button.base-button.contained-light:disabled{background:0!important}button.base-button.contained-light:disabled span{color:var(--fill-disable)!important}button.base-button.contained-light:disabled svg path{fill:var(--fill-disable)!important}button.base-button.text:disabled .button-label{border-bottom:1px solid var(--fill-disable)!important}button.base-button.text:disabled .button-label span{color:var(--fill-disable)!important}button.base-button.text:disabled .button-label svg path{fill:var(--fill-disable)!important}button.base-button.text.no-underline:disabled .button-label{border-bottom:0!important}button.base-button.text.no-underline:disabled .button-label span{color:var(--fill-disable)!important}button.base-button.text.no-underline:disabled .button-label svg path{fill:var(--fill-disable)!important}button.base-button.primary.contained{background-color:var(--primary-normal)}button.base-button.primary.contained span{color:var(--text-primary-button)}button.base-button.primary.contained svg path{fill:var(--text-primary-button)}button.base-button.primary.contained:active{background-color:var(--primary-heavy)}button.base-button.primary.contained-light{background-color:var(--primary-background)}button.base-button.primary.contained-light span{color:var(--primary-normal)}button.base-button.primary.contained-light svg path{fill:var(--primary-normal)}button.base-button.primary.contained-light:active{background-color:var(--primary-assistive)}button.base-button.primary.contained-gray{background-color:var(--fill-primary)}button.base-button.primary.contained-gray span{color:var(--primary-normal)}button.base-button.primary.contained-gray svg path{fill:var(--primary-normal)}button.base-button.primary.contained-gray:active{background-color:var(--fill-primary)}button.base-button.primary.outlined{background-color:var(--background-secondary);border:1px solid var(--primary-alternative)}button.base-button.primary.outlined span{color:var(--primary-normal)}button.base-button.primary.outlined svg path{fill:var(--primary-normal)}button.base-button.primary.outlined:active{background-color:var(--background-secondary)}button.base-button.primary.activated{background-color:var(--primary-normal);color:#fff}button.base-button.primary.inActivated{background-color:#e9e9e9;color:#c3c3c3}button.base-button.primary.outlined-gray{background-color:var(--background-secondary);border:1px solid var(--line-disable)}button.base-button.primary.outlined-gray span{color:var(--primary-normal)}button.base-button.primary.outlined-gray svg path{fill:var(--primary-normal)}button.base-button.primary.text{background-color:#0000;background-color:var(--transparent)}button.base-button.primary.text .button-label{border-bottom:1px solid var(--primary-normal)}button.base-button.primary.text .button-label span{color:var(--primary-normal)}button.base-button.primary.text .button-label svg path{fill:var(--primary-normal)}button.base-button.secondary.contained{background-color:var(--secondary-normal)}button.base-button.secondary.contained span{color:var(--text-primary-button)}button.base-button.secondary.contained svg path{fill:var(--text-primary-button)}button.base-button.secondary.contained:active{background-color:var(--secondary-heavy)}button.base-button.secondary.contained-light{background-color:var(--secondary-background)}button.base-button.secondary.contained-light span{color:var(--secondary-normal)}button.base-button.secondary.contained-light svg path{fill:var(--secondary-normal)}button.base-button.secondary.contained-light:active{background-color:var(--secondary-assistive)}button.base-button.secondary.contained-gray{background-color:var(--fill-primary)}button.base-button.secondary.contained-gray span{color:var(--secondary-normal)}button.base-button.secondary.contained-gray svg path{fill:var(--secondary-normal)}button.base-button.secondary.contained-gray:active{background-color:var(--fill-primary)}button.base-button.secondary.outlined{background-color:var(--background-secondary);border:1px solid var(--secondary-normal)}button.base-button.secondary.outlined span{color:var(--secondary-normal)}button.base-button.secondary.outlined svg path{fill:var(--secondary-normal)}button.base-button.secondary.outlined-gray,button.base-button.secondary.outlined:active{background-color:var(--background-secondary)}button.base-button.secondary.outlined-gray{border:1px solid var(--line-disable)}button.base-button.secondary.outlined-gray span,button.base-button.secondary.outlined-gray svg path{color:var(--secondary-normal)}button.base-button.secondary.text{background-color:#0000;background-color:var(--transparent)}button.base-button.secondary.text .button-label{border-bottom:1px solid var(--secondary-normal)}button.base-button.secondary.text .button-label span{color:var(--secondary-normal)}button.base-button.secondary.text .button-label svg path{fill:var(--secondary-normal)}button.base-button.alert.contained{background-color:var(--status-alert)}button.base-button.alert.contained span{color:var(--text-primary-button)}button.base-button.alert.contained svg path{fill:var(--text-primary-button)}button.base-button.alert.contained:active{background-color:var(--alert-heavy)}button.base-button.alert.contained-light{background-color:var(--alert-background)}button.base-button.alert.contained-light span{color:var(--status-alert)}button.base-button.alert.contained-light svg path{fill:var(--status-alert)}button.base-button.alert.contained-light:active{background-color:var(--alert-100)}button.base-button.alert.contained-gray{background-color:var(--fill-primary)}button.base-button.alert.contained-gray span{color:var(--status-alert)}button.base-button.alert.contained-gray svg path{fill:var(--status-alert)}button.base-button.alert.contained-gray:active{background-color:var(--fill-primary)}button.base-button.alert.outlined{background-color:var(--background-secondary);border:1px solid var(--alert-assistive)}button.base-button.alert.outlined span{color:var(--status-alert)}button.base-button.alert.outlined svg path{fill:var(--status-alert)}button.base-button.alert.outlined-gray,button.base-button.alert.outlined:active{background-color:var(--background-secondary)}button.base-button.alert.outlined-gray{border:1px solid var(--line-disable)}button.base-button.alert.outlined-gray span,button.base-button.alert.outlined-gray svg path{fill:var(--status-alert)}button.base-button.alert.text{background-color:#0000;background-color:var(--transparent)}button.base-button.alert.text .button-label{border-bottom:1px solid var(--status-alert)}button.base-button.alert.text .button-label span{color:var(--status-alert)}button.base-button.alert.text .button-label svg path{fill:var(--status-alert)}button.base-button.inform.contained{background-color:var(--status-inform)}button.base-button.inform.contained span{color:var(--text-primary-button)}button.base-button.inform.contained svg path{fill:var(--text-primary-button)}button.base-button.inform.contained:active{background-color:var(--inform-heavy)}button.base-button.inform.contained-light{background-color:var(--inform-background)}button.base-button.inform.contained-light span{color:var(--status-inform)}button.base-button.inform.contained-light svg path{fill:var(--status-inform)}button.base-button.inform.contained-light:active{background-color:var(--inform-100)}button.base-button.inform.contained-gray{background-color:var(--fill-primary)}button.base-button.inform.contained-gray span{color:var(--status-inform)}button.base-button.inform.contained-gray svg path{fill:var(--status-inform)}button.base-button.inform.contained-gray:active{background-color:var(--fill-primary)}button.base-button.inform.outlined{background-color:var(--background-secondary);border:1px solid var(--inform-assistive)}button.base-button.inform.outlined span{color:var(--status-inform)}button.base-button.inform.outlined svg path{fill:var(--status-inform)}button.base-button.inform.outlined-gray,button.base-button.inform.outlined:active{background-color:var(--background-secondary)}button.base-button.inform.outlined-gray{border:1px solid var(--line-disable)}button.base-button.inform.outlined-gray span,button.base-button.inform.outlined-gray svg path{fill:var(--status-inform)}button.base-button.inform.text{background-color:#0000;background-color:var(--transparent)}button.base-button.inform.text .button-label{border-bottom:1px solid var(--status-inform)}button.base-button.inform.text .button-label span{color:var(--status-inform)}button.base-button.inform.text .button-label svg path{fill:var(--status-inform)}button.base-button.positive.contained{background-color:var(--status-success)}button.base-button.positive.contained span{color:var(--text-primary-button)}button.base-button.positive.contained svg path{fill:var(--text-primary-button)}button.base-button.positive.contained:active{background-color:var(--success-heavy)}button.base-button.positive.contained-light{background-color:var(--success-background)}button.base-button.positive.contained-light span{color:var(--status-success)}button.base-button.positive.contained-light svg path{fill:var(--status-success)}button.base-button.positive.contained-light:active{background-color:var(--positive-100)}button.base-button.positive.contained-gray{background-color:var(--fill-primary)}button.base-button.positive.contained-gray span{color:var(--status-success)}button.base-button.positive.contained-gray svg path{fill:var(--status-success)}button.base-button.positive.contained-gray:active{background-color:var(--fill-primary)}button.base-button.positive.outlined{background-color:var(--background-secondary);border:1px solid var(--positive-assistive)}button.base-button.positive.outlined span{color:var(--status-success)}button.base-button.positive.outlined svg path{fill:var(--status-success)}button.base-button.positive.outlined-gray,button.base-button.positive.outlined:active{background-color:var(--background-secondary)}button.base-button.positive.outlined-gray{border:1px solid var(--line-disable)}button.base-button.positive.outlined-gray span,button.base-button.positive.outlined-gray svg path{fill:var(--status-success)}button.base-button.positive.text{background-color:#0000;background-color:var(--transparent)}button.base-button.positive.text .button-label{border-bottom:1px solid var(--status-success)}button.base-button.positive.text .button-label span{color:var(--status-success)}button.base-button.positive.text .button-label svg path{fill:var(--status-success)}button.base-button.warning.contained{background-color:var(--status-warning)}button.base-button.warning.contained span{color:var(--text-primary-button)}button.base-button.warning.contained svg path{fill:var(--text-primary-button)}button.base-button.warning.contained:active{background-color:var(--warning-heavy)}button.base-button.warning.contained-light{background-color:var(--warning-background)}button.base-button.warning.contained-light span{color:var(--status-warning)}button.base-button.warning.contained-light svg path{fill:var(--status-warning)}button.base-button.warning.contained-light:active{background-color:var(--warning-100)}button.base-button.warning.contained-gray{background-color:var(--fill-primary)}button.base-button.warning.contained-gray span{color:var(--status-warning)}button.base-button.warning.contained-gray svg path{fill:var(--status-warning)}button.base-button.warning.contained-gray:active{background-color:var(--fill-primary)}button.base-button.warning.outlined{background-color:var(--background-secondary);border:1px solid var(--warning-assistive)}button.base-button.warning.outlined span{color:var(--status-warning)}button.base-button.warning.outlined svg path{fill:var(--status-warning)}button.base-button.warning.outlined-gray,button.base-button.warning.outlined:active{background-color:var(--background-secondary)}button.base-button.warning.outlined-gray{border:1px solid var(--line-disable)}button.base-button.warning.outlined-gray span,button.base-button.warning.outlined-gray svg path{fill:var(--status-warning)}button.base-button.warning.text{background-color:#0000;background-color:var(--transparent)}button.base-button.warning.text .button-label{border-bottom:1px solid var(--status-warning)}button.base-button.warning.text .button-label span{color:var(--status-warning)}button.base-button.warning.text .button-label svg path{fill:var(--status-warning)}button.base-button.gray.contained{background-color:var(--fill-primary)}button.base-button.gray.contained span{color:var(--text-assistive)}button.base-button.gray.contained svg path{fill:var(--text-assistive)}button.base-button.gray.contained-light{background-color:var(--fill-primary)}button.base-button.gray.contained-light span{color:var(--text-assistive)}button.base-button.gray.contained-light svg path{fill:var(--text-assistive)}button.base-button.gray.outlined{background-color:var(--background-secondary);border:1px solid var(--text-assistive)}button.base-button.gray.outlined span{color:var(--text-assistive)}button.base-button.gray.outlined svg path{fill:var(--text-assistive)}button.base-button.gray.outlined-gray,button.base-button.gray.outlined:active,button.base-button.gray.outlined:hover{background-color:var(--background-secondary)}button.base-button.gray.outlined-gray{border:1px solid var(--line-disable)}button.base-button.gray.outlined-gray span,button.base-button.gray.outlined-gray svg path{color:var(--text-assistive)}button.base-button.gray.text{background-color:#0000}button.base-button.gray.text .button-label{border-bottom:1px solid var(--text-assistive)}button.base-button.gray.text .button-label span{color:var(--text-assistive)}button.base-button.gray.text .button-label svg path{fill:var(--text-assistive)}button.base-button.gray.contained-gray{background-color:var(--fill-primary)}button.base-button.gray.contained-gray span{color:var(--text-assistive)}button.base-button.gray.contained-gray svg path{fill:var(--text-assistive)}button.base-button.text-alternative{background-color:#0000;background-color:var(--transparent)}button.base-button.text-alternative span{color:var(--text-alternative)}button.base-button.text-alternative svg path{fill:var(--text-alternative)}button.base-button.floating{bottom:calc(54px + 1rem);left:calc(50% - (min(100vw - (100vw - 100%),600px) - 3rem)/2);position:fixed;width:calc(min(100vw - (100vw - 100%),600px) - 3rem);z-index:10}#hirevisa:has(footer.invisible) button.base-button.floating{bottom:1rem}#spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#e0e0e0;margin:auto}#spinner.xs{height:16px;width:16px}#spinner.sm{height:20px;width:20px}#spinner.md{height:24px;width:24px}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.page.primary{background-color:var(--background-primary)}.page.secondary{background-color:var(--background-secondary)}.simple-section{align-items:center;background:var(--background-secondary);box-sizing:border-box;flex-direction:column;gap:32px;margin:0;overflow-x:hidden;padding:2rem 1.5rem}.left-align,.simple-section{display:flex;justify-content:flex-start;width:100%}.left-align{align-self:flex-start}.simple-slider-wrapper{box-sizing:border-box;display:block;overflow-x:scroll;padding:0 1.5rem;width:100%}.simple-slider-wrapper .simple-slider{display:flex;flex-direction:row;gap:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.simple-slider-wrapper::-webkit-scrollbar{display:none}header.header-with-close-button{align-items:center;background:var(--background-secondary);box-sizing:border-box;display:flex;flex-direction:row;height:56px;justify-content:center;left:0;margin:0;padding:0 .5rem;position:fixed;top:0;width:100vw;z-index:20}header.header-with-close-button .simple-header-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:600px;width:100%}header.header-with-close-button h1.page-name{color:var(--text-strong);font-family:Pretendard Variable;font-size:1.125rem;font-style:normal;font-weight:800;line-height:125%;margin:0}header.header-with-close-button .empty,header.header-with-close-button .icon-button{background:#0000;border:0;height:3rem;width:3rem}main:has(.header-with-close-button){padding-top:56px!important}header.simple-header-with-page-name{align-items:center;background:var(--background-secondary);box-sizing:border-box;display:flex;flex-direction:row;height:56px;justify-content:center;left:0;margin:0;padding:0 .5rem;position:fixed;top:0;width:100vw;z-index:20}header.simple-header-with-page-name .simple-header-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:600px;width:100%}header.simple-header-with-page-name h1.page-name{color:var(--text-strong);font-family:Pretendard Variable;font-size:1.125rem;font-style:normal;font-weight:800;line-height:125%;margin:0;text-align:center}header.simple-header-with-page-name .empty,header.simple-header-with-page-name .icon-button{background:#0000;border:0;height:3rem;width:3rem}main:has(.simple-header-with-page-name){padding-top:56px!important}header.simple-header{align-items:center;background:var(--background-secondary);box-sizing:border-box;display:flex;flex-direction:row;height:56px;justify-content:center;left:0;margin:0;padding:0 .5rem;position:fixed;top:0;width:100vw;z-index:20}header.simple-header .simple-header-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:600px;width:100%}header.simple-header h1.page-name{color:var(--text-strong);font-family:Pretendard Variable;font-size:1.125rem;font-style:normal;font-weight:800;line-height:125%;margin:0}header.simple-header .icon-button-container{align-items:center;display:flex;flex-direction:column;height:3rem;justify-content:center;width:3rem}header.simple-header .icon-button-container .empty,header.simple-header .icon-button-container .icon-button{background:#0000;border:0;height:3rem;width:3rem}main:has(.simple-header){padding-top:56px!important}header.header{background:var(--background-secondary);height:56px;left:0;position:fixed;top:0;width:100vw;z-index:20}header.header .header-container{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;max-width:600px;width:100%}header.header .header-container.menus-layout{grid-template-columns:auto auto 1fr}header.header .header-container .header-logo{align-items:center;display:flex;grid-column:1;justify-content:flex-start;padding:16px 24px}header.header .header-container .header-logo img{cursor:pointer;height:1.25rem;width:5.78869rem}header.header .header-container .header-action{cursor:pointer;display:flex;grid-column:1;height:3.5rem;justify-content:flex-start;padding:16px 24px;width:4.5rem}header.header .header-container .header-title{align-items:center;display:flex}header.header .header-container .header-title.left{grid-column:1;justify-content:flex-start;padding:16px 24px}header.header .header-container .header-title.center{grid-column:2;justify-content:center;padding:16px 0}header.header .header-container .header-menus{align-items:center;display:flex;grid-column:1;padding:0 16px}header.header .header-container .header-menus .header-menu{color:var(--text-disable);cursor:pointer;padding:16px 8px}header.header .header-container .header-menus .header-menu.selected{color:var(--primary-normal)}header.header .header-container .header-controls{align-items:center;display:flex;grid-column:3;justify-content:flex-end}header.header .header-container .header-controls .header-control{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:3.5rem;justify-content:center;padding:16px 24px;width:4.5rem}header.header .header-container .header-controls .header-control:focus{outline:none}header.header .header-container .empty,header.header .header-container .icon-button{background:#0000;border:0;height:3rem;width:3rem}main:has(.header){padding-top:56px!important}.base-card{box-sizing:border-box}.base-card.white{background-color:var(--background-secondary)}.base-card.gray{background-color:var(--fill-alternative)}.button-group-container{flex-direction:column}.button-group,.button-group-container{align-items:center;box-sizing:border-box;display:flex;justify-content:center;margin:0;width:100%}.button-group{flex-direction:row;gap:.5rem}.button-group.flex-3-7>:first-child{flex:3 1}.button-group.flex-3-7>:nth-child(2){flex:7 1}.button-group.equal>*{flex:1 1}.button-group.stacked{flex-direction:column-reverse}.button-group.stacked>*{width:100%}.chip{align-items:center;display:inline-flex;flex-direction:row;justify-content:center}.chip .chip-label{margin:0;padding:0;white-space:nowrap}.chip svg{height:1rem;width:1rem}.chip.xs{height:20px}.chip.sm{height:24px}.chip.md{height:32px}.chip.lg{height:40px}.chip.xl{height:44px}.chip.lg.round,.chip.md.round,.chip.sm.round,.chip.xl.round,.chip.xs.round{border-radius:1.25rem}.chip.lg.square,.chip.md.square,.chip.sm.square,.chip.xl.square,.chip.xs.square{border-radius:.25rem}.chip.md,.chip.sm,.chip.xs{gap:.125rem;padding:0 .75rem}.chip.md.include-start-icon,.chip.sm.include-start-icon,.chip.xs.include-start-icon{padding-left:.5rem}.chip.md.include-end-icon,.chip.sm.include-end-icon,.chip.xs.include-end-icon{padding-right:.5rem}.chip.lg,.chip.xl{gap:.125rem;padding:0 1rem}.chip.lg.include-start-icon,.chip.xl.include-start-icon{padding-left:.5rem}.chip.lg.include-end-icon,.chip.xl.include-end-icon{padding-right:.5rem}.chip.primary.contained{background-color:var(--primary-normal);color:var(--WB-white)}.chip.primary.contained svg path{fill:var(--WB-white)}.chip.primary.contained-light{background-color:var(--primary-background);color:var(--primary-normal)}.chip.primary.contained-light svg path{fill:var(--primary-normal)}.chip.primary.outlined{background-color:var(--background-secondary);border:1px solid var(--primary-normal);color:var(--primary-normal)}.chip.primary.outlined svg path{fill:var(--primary-normal)}.chip.primary.gradation{background-color:var(--gradient-primary);color:var(--WB-white)}.chip.primary.white-background{background-color:var(--background-secondary);border:0;color:var(--primary-normal)}.chip.primary.white-background svg path{fill:var(--primary-normal)}.chip.secondary.contained{background-color:var(--secondary-normal);color:var(--WB-white)}.chip.secondary.contained svg path{fill:var(--WB-white)}.chip.secondary.contained-light{background-color:var(--secondary-background);color:var(--secondary-normal)}.chip.secondary.contained-light svg path{fill:var(--secondary-normal)}.chip.secondary.outlined{background-color:var(--background-secondary);border:1px solid var(--secondary-normal);color:var(--secondary-normal)}.chip.secondary.outlined svg path{fill:var(--secondary-normal)}.chip.secondary.white-background{background-color:var(--background-secondary);border:0;color:var(--secondary-normal)}.chip.secondary.white-background svg path{fill:var(--secondary-normal)}.chip.alert.contained{background-color:var(--status-alert);color:var(--WB-white)}.chip.alert.contained svg path{fill:var(--WB-white)}.chip.alert.contained-light{background-color:var(--alert-background);color:var(--status-alert)}.chip.alert.contained-light svg path{fill:var(--status-alert)}.chip.alert.outlined{background-color:var(--background-secondary);border:1px solid var(--status-alert);color:var(--status-alert)}.chip.alert.outlined svg path{fill:var(--status-alert)}.chip.alert.white-background{background-color:var(--background-secondary);border:0;color:var(--status-alert)}.chip.alert.white-background svg path{fill:var(--status-alert)}.chip.inform.contained{background-color:var(--status-inform);color:var(--WB-white)}.chip.inform.contained svg path{fill:var(--WB-white)}.chip.inform.contained-light{background-color:var(--inform-background);color:var(--status-inform)}.chip.inform.contained-light svg path{fill:var(--status-inform)}.chip.inform.outlined{background-color:var(--background-secondary);border:1px solid var(--status-inform);color:var(--status-inform)}.chip.inform.outlined svg path{fill:var(--status-inform)}.chip.inform.white-background{background-color:var(--background-secondary);border:0;color:var(--status-inform)}.chip.inform.white-background svg path{fill:var(--status-inform)}.chip.positive.contained{background-color:var(--status-success);color:var(--WB-white)}.chip.positive.contained svg path{fill:var(--WB-white)}.chip.positive.contained-light{background-color:var(--success-background);color:var(--positive-secondary)}.chip.positive.contained-light svg path{fill:var(--positive-secondary)}.chip.positive.outlined{background-color:var(--background-secondary);border:1px solid var(--positive-secondary);color:var(--positive-secondary)}.chip.positive.outlined svg path{fill:var(--positive-secondary)}.chip.positive.white-background{background-color:var(--background-secondary);border:0;color:var(--positive-secondary)}.chip.positive.white-background svg path{fill:var(--positive-secondary)}.chip.warning.contained{background-color:var(--status-warning);color:var(--WB-white)}.chip.warning.contained svg path{fill:var(--WB-white)}.chip.warning.contained-light{background-color:var(--status-warning-low);color:var(--status-warning)}.chip.warning.contained-light svg path{fill:var(--status-warning)}.chip.warning.outlined{background-color:var(--background-secondary);border:1px solid var(--status-warning);color:var(--status-warning)}.chip.warning.outlined svg path{fill:var(--status-warning)}.chip.warning.white-background{background-color:var(--background-secondary);border:0;color:var(--status-warning)}.chip.warning.white-background svg path{fill:var(--status-warning)}.chip.gray.contained{background-color:var(--text-disable);color:var(--WB-white)}.chip.gray.contained svg path{fill:var(--WB-white)}.chip.gray.contained-light{background-color:var(--fill-alternative);color:var(--text-disable)}.chip.gray.contained-light svg path{fill:var(--text-disable)}.chip.gray.outlined{background-color:var(--background-secondary);border:1px solid var(--text-normal);color:var(--text-normal)}.chip.gray.outlined svg path{fill:var(--text-normal)}.chip.gray.white-background{background-color:var(--background-secondary);border:0;color:var(--text-normal)}.chip.gray.white-background svg path{fill:var(--text-normal)}.chip.disabled.contained-light{background-color:var(--fill-disable-transparent);color:var(--text-disable)}.chip.disabled.contained-light svg path{fill:var(--text-disable)}.nav-badge{align-items:center;box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:space-between;width:100%}.nav-badge svg{height:1rem;width:1rem}.nav-badge.xs{height:45px}.nav-badge.background-primary{background-color:var(--background-primary)}.nav-badge.background-primary svg path{fill:var(--text-assistive)}.nav-badge.round{border-radius:1.25rem}.nav-badge.xs{padding:12px 16px}.tooltip{align-items:center;border-radius:.5rem;display:flex;gap:.25rem;justify-content:center;padding:.375rem .75rem;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tooltip .tooltip-label{margin:0;padding:0;white-space:pre-wrap}.tooltip .tooltip-label.noWrap{white-space:nowrap}.tooltip .icon-container{align-items:center;display:flex;justify-content:center}.tooltip .icon-container svg{height:1rem;width:1rem}.tooltip.include-start-icon{padding-right:.75rem}.tooltip.include-end-icon{padding-left:.75rem}.tooltip.opened{visibility:visible}.tooltip.closed{visibility:hidden}.tooltip.bottom,.tooltip.bottom-left,.tooltip.bottom-right{margin-bottom:.5rem}.tooltip.bottom-left:after,.tooltip.bottom-right:after,.tooltip.bottom:after{border-bottom-width:6px;border-left:6px solid #0000;border-right:6px solid #0000;border-top-width:6px;content:"";filter:drop-shadow(0 0 .5rem rgba(0,0,0,.15));margin-left:-6px;position:absolute;top:100%}.tooltip.bottom-left:after{left:1rem}.tooltip.bottom:after{left:50%}.tooltip.bottom-right:after{left:calc(100% - 1rem)}.tooltip.top,.tooltip.top-left,.tooltip.top-right{margin-top:.5rem}.tooltip.top-left:after,.tooltip.top-right:after,.tooltip.top:after{border-bottom-width:6px;border-left:6px solid #0000;border-right:6px solid #0000;border-top-width:6px;bottom:100%;content:"";filter:drop-shadow(0 0 .5rem rgba(0,0,0,.15));margin-left:-6px;position:absolute}.tooltip.top-left:after{left:1rem}.tooltip.top:after{left:50%}.tooltip.top-right:after{left:calc(100% - 1rem)}.tooltip.left{margin-left:.5rem}.tooltip.right{margin-right:.5rem}.tooltip.left:after,.tooltip.right:after{border-bottom:6px solid #0000;border-width:6px 7px;border-top:6px solid #0000;content:"";filter:drop-shadow(0 0 .5rem rgba(0,0,0,.15));margin-top:-6px;position:absolute;top:50%}.tooltip.left:after{right:100%}.tooltip.right:after{left:100%}.tooltip.primary{background-color:var(--primary-normal);color:var(--WB-white)}.tooltip.primary .icon-container path{fill:var(--WB-white)}.tooltip.primary.bottom-left:after,.tooltip.primary.bottom-right:after,.tooltip.primary.bottom:after{border-top:8px solid var(--primary-normal)}.tooltip.primary.top-left:after,.tooltip.primary.top-right:after,.tooltip.primary.top:after{border-bottom:8px solid var(--primary-normal)}.tooltip.primary.left:after{border-right:8px solid var(--primary-normal)}.tooltip.primary.right:after{border-left:8px solid var(--primary-normal)}.tooltip.secondary{background-color:var(--secondary-normal);color:var(--WB-white)}.tooltip.secondary .icon-container path{fill:var(--WB-white)}.tooltip.secondary.bottom-left:after,.tooltip.secondary.bottom-right:after,.tooltip.secondary.bottom:after{border-top:8px solid var(--secondary-normal)}.tooltip.secondary.top-left:after,.tooltip.secondary.top-right:after,.tooltip.secondary.top:after{border-bottom:8px solid var(--secondary-normal)}.tooltip.secondary.left:after{border-right:8px solid var(--secondary-normal)}.tooltip.secondary.right:after{border-left:8px solid var(--secondary-normal)}.tooltip.white{background-color:var(--background-secondary);color:var(--text-alternative)}.tooltip.white .icon-container path{fill:var(--text-alternative)}.tooltip.white.bottom-left:after,.tooltip.white.bottom-right:after,.tooltip.white.bottom:after{border-top:8px solid var(--background-secondary)}.tooltip.white.top-left:after,.tooltip.white.top-right:after,.tooltip.white.top:after{border-bottom:8px solid var(--background-secondary)}.tooltip.white.left:after{border-right:8px solid var(--background-secondary)}.tooltip.white.right:after{border-left:8px solid var(--background-secondary)}.divider{border:0;margin:0;padding:0}.divider.horizontal{height:1px;width:100%}.divider.vertical{height:100%;width:1px}.divider.solid:not(.text){border-style:solid}.divider.dotted:not(.text){border-style:dotted}.divider.dashed:not(.text){border-style:dashed}.divider.double:not(.text){border-style:double}.divider.normal.horizontal:not(.text){border-bottom:1px solid var(--line-normal)}.divider.normal.vertical:not(.text){border-right:1px solid var(--line-normal)}.divider.strong.horizontal:not(.text){border-bottom:1px solid var(--line-strong)}.divider.strong.vertical:not(.text){border-right:1px solid var(--line-strong)}.divider.alternative.horizontal:not(.text){border-bottom:1px solid var(--line-alternative)}.divider.alternative.vertical:not(.text){border-right:1px solid var(--line-alternative)}.divider.disable.horizontal:not(.text){border-bottom:1px solid var(--line-disable)}.divider.disable.vertical:not(.text){border-right:1px solid var(--line-disable)}.divider.secondary.horizontal:not(.text){border-bottom:1px solid var(--background-primary)}.divider.secondary.vertical:not(.text){border-right:1px solid var(--background-primary)}.divider.text{align-items:center;color:var(--text-disable);display:flex;font-weight:400;width:100%}.divider.text:after,.divider.text:before{background-color:var(--line-alternative);content:"";flex:1 1;padding:1px}.divider.text:before{margin-right:5px}.divider.text:after{margin-left:5px}.base-dialog-container{background-color:#00000080;background-color:var(--black-50);height:100%;left:0;top:0;width:100%;z-index:25}.base-dialog-container,.base-dialog-container .base-dialog{align-items:center;display:flex;flex-direction:column;justify-content:center;position:fixed}.base-dialog-container .base-dialog{background-color:var(--background-secondary);border-radius:.5rem;box-sizing:border-box;margin:auto 1.5rem;padding:0;width:calc(min(100vw - (100vw - 100%),600px) - 3rem);z-index:30}.base-dialog-container .base-dialog .dialog-content{box-sizing:border-box;display:flex;flex-direction:column;padding:2rem 1.5rem;width:100%}.base-dialog-container .base-dialog .dialog-content:has(.img-container){align-items:center;justify-content:center}.base-dialog-container .base-dialog .dialog-content:has(.img-container) .img-container{align-items:center;display:flex;flex-direction:column;height:5rem;justify-content:center;margin-bottom:1rem;width:5rem}.base-dialog-container .base-dialog .dialog-content:has(.img-container) .img-container svg{height:5rem;width:5rem}.base-dialog-container .base-dialog .dialog-button-container .base-dialog-main-button{flex:1 1}.base-dialog-container .base-dialog .dialog-button-container .base-dialog-sub-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.base-dialog-container .base-dialog .dialog-button-container .base-dialog-sub-button.flex-1{flex:1 1!important}.base-dialog-container .backdrop{z-index:25}.base-dialog-container:has(.close-dialog-button-container) .close-dialog-button-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:3rem;justify-content:flex-end;padding:0 .5rem;width:100%}.base-dialog-container:has(.close-dialog-button-container) .close-dialog-button-container .close-dialog-button{height:2rem;width:2rem}.base-dialog-container:has(.close-dialog-button-container) .close-dialog-button-container .close-dialog-button path{fill:var(--text-disable)}.base-dialog-container:has(.close-dialog-button-container) .dialog-content{padding-top:0}.base-dialog-container:has(.dialog-button-container) .dialog-button-container{box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;padding:0 1.5rem 1.5rem;width:100%}.base-dialog-container:has(.dialog-button-container) .dialog-content{padding-bottom:1.5rem}.bottom-sheet-container{background-color:#00000080;background-color:var(--black-50);height:100%;left:0;top:0;transition:all .1s;width:100%;z-index:25}.bottom-sheet-container,.bottom-sheet-container .bottom-sheet{align-items:center;display:flex;flex-direction:column;justify-content:center;position:fixed}.bottom-sheet-container .bottom-sheet{background-color:var(--background-secondary);border:0;border-radius:.5rem .5rem 0 0;bottom:0;box-shadow:0 -8px 16px 0 #0000000a;padding:1.25rem 1.5rem;width:min(100vw - (100vw - 100%),600px);z-index:100}.bottom-sheet-container .bottom-sheet .bottom-sheet-header{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;width:100%}.bottom-sheet-container .bottom-sheet .bottom-sheet-header .icon-button-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}.bottom-sheet-container .bottom-sheet .bottom-sheet-header .icon-button-container .close-icon-button{height:1.5rem;width:1.5rem}.bottom-sheet-container .bottom-sheet .bottom-sheet-header .icon-button-container .icon-button path{fill:var(--text-assistive)}.bottom-sheet-container .bottom-sheet .bottom-sheet-header .handle-bar-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.bottom-sheet-container .bottom-sheet .bottom-sheet-header .handle-bar-container .handle-bar{background-color:var(--text-disable);border-radius:.125rem;height:.25rem;margin-bottom:20px;width:4.5rem}.bottom-sheet-container .bottom-sheet .bottom-sheet-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;width:100%}.bottom-sheet-container .bottom-sheet .bottom-sheet-actions{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:1.5rem 0 0;width:100%}.bottom-sheet-container .backdrop{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%;z-index:25}.bottom-sheet-container.opened{visibility:visible}.bottom-sheet-container.opened .bottom-sheet{transform:translateY(0);transition:transform .2s ease-in-out}.bottom-sheet-container.closed{visibility:hidden}.bottom-sheet-container.closed .bottom-sheet{transform:translateY(100%);transition:transform .1s ease-in-out}html:has(.backdrop.opened){overflow:hidden}html:not(:has(.backdrop.opened)){overflow:auto}.accordion{padding:.25rem;width:100%}.accordion .accordion-header{align-items:center;display:flex;gap:.5rem;min-height:2rem}.accordion .accordion-header .checkbox-minwidth{width:auto!important}.accordion .accordion-header .accordion-header-text{align-items:center;display:flex;flex:1 1;flex-direction:row}.accordion .accordion-header .accordion-header-text p{display:inline-block;flex-shrink:0;margin-right:.5rem}.accordion .accordion-header .accordion-header-text .required{color:var(--primary-normal)}.accordion .accordion-header .accordion-toggle{align-items:center;display:flex;font-size:1.5rem;justify-content:center}.accordion .accordon-hr{border:1px solid #dcdbdb;margin:.25rem 1rem}.accordion .accordion-content{display:flex;flex-direction:row;gap:.5rem;white-space:pre-line}.accordion .accordion-content .checkbox-placeholder{width:1.5rem}.input-form-container{background-color:#0000;display:flex;flex-direction:column;gap:.25rem;width:100%}.input-form-container .form-label{color:var(--text-alternative);font-family:Pretendard Variable;font-size:.875rem;font-style:normal;font-weight:700;line-height:160%}.input-form-container .input-form{box-sizing:border-box;display:flex;flex-direction:row;width:100%}.input-form-container .input-form .text-input{flex:1 1;width:100%}.input-form-container .input-form .text-input input,.input-form-container .input-form .text-input textarea{border:0;margin:0;padding:0;width:100%}.input-form-container .input-form .text-input input:focus,.input-form-container .input-form .text-input textarea:focus{outline:none}.input-form-container .input-form:has(textarea){align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}.input-form-container .input-form:has(textarea) .text-length{margin:0;text-align:right;width:100%}.input-form-container .input-form:has(textarea) textarea{resize:none}.input-form-container .input-form .text-length{color:var(--text-assistive);font-family:Pretendard Variable;font-size:.875rem;font-style:normal;font-weight:400;line-height:160%}.input-form-container .input-form svg{height:1.5rem;width:1.5rem}.input-form-container .input-form svg path{fill:var(--text-assistive)}.input-form-container .input-form.error svg path{fill:var(--status-alert)!important}.input-form-container .input-form:has(input:disabled){background-color:var(--fill-alternative)}.input-form-container .input-form:has(input:disabled) svg path{fill:var(--text-disable)}.input-form-container input,.input-form-container textarea{color:var(--text-normal);font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:100%;text-align:start}.input-form-container input::placeholder,.input-form-container textarea::placeholder{color:var(--text-assistive);font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:100%}.input-form-container input:read-only,.input-form-container textarea:read-only{color:var(--text-assistive);font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:100%}.input-form-container input:disabled,.input-form-container input:disabled::placeholder,.input-form-container textarea:disabled,.input-form-container textarea:disabled::placeholder{color:var(--text-disable);font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:100%}.input-form-container .helper-text{color:var(--text-assistive);font-family:Pretendard Variable;font-size:.75rem;font-style:normal;font-weight:500;line-height:125%;text-align:start}.input-form-container .helper-text.error{color:var(--status-alert)!important}.input-form-container.underlined .input-form{border:0;border-bottom:1px solid var(--line-strong);padding:.5rem .75rem .5rem .25rem}.input-form-container.underlined .input-form.error{border-bottom:1px solid var(--status-alert)!important}.input-form-container.underlined-bold .input-form{border:0;border-bottom:2px solid var(--text-alternative);padding:.5rem .25rem}.input-form-container.underlined-bold .input-form.error{border-bottom:2px solid var(--status-alert)!important}.input-form-container.underlined .input-form:has(input:focus){border-bottom:1px solid var(--primary-normal)}.input-form-container.underlined-bold .input-form:has(input:focus,input:not(:placeholder-shown)){border-bottom:2px solid var(--primary-normal)}.input-form-container.outlined .input-form{border:1px solid var(--line-strong);border-radius:.25rem;padding:.5rem .75rem}.input-form-container.outlined .input-form.error{border:1px solid var(--status-alert)!important}.input-form-container.outlined .input-form:has(input:focus),.input-form-container.outlined .input-form:has(textarea:focus){border:1px solid var(--text-normal)}.input-form-container.outlined .input-form:has(input:read-only),.input-form-container.outlined .input-form:has(textarea:read-only){background-color:var(--fill-primary);border:1px solid var(--line-strong)}.input-form-container.outlined .input-form:has(input:disabled),.input-form-container.outlined .input-form:has(textarea:disabled){background-color:var(--fill-alternative);border:1px solid var(--line-disable)}.dropdown-form-container{display:flex;flex-direction:column;gap:.25rem;position:relative}.dropdown-form-container .dropdown-form{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;width:100%}.dropdown-form-container .dropdown-form .dropdown{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0;padding:0;width:100%}.dropdown-form-container .dropdown-form .dropdown input{background-color:#0000;border:0;margin:0;padding:0;width:100%}.dropdown-form-container .dropdown-form .dropdown input::-webkit-calendar-picker-indicator,.dropdown-form-container .dropdown-form .dropdown input::-webkit-list-button{display:none!important}.dropdown-form-container .dropdown-form .dropdown input:focus{outline:none}.dropdown-form-container .dropdown-form .option-item{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:2rem;justify-content:flex-start;margin:0;padding:.25rem 0;width:100%}.dropdown-form-container .dropdown-form .up-icon{display:none}.dropdown-form-container .dropdown-form .down-icon{display:inline;display:initial}.dropdown-form-container .dropdown-option-container{display:none}.dropdown-form-container.open .up-icon{display:inline;display:initial}.dropdown-form-container.open .down-icon{display:none}.dropdown-form-container.open .dropdown-option-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:0;justify-content:center;left:0;margin:0;padding:0;position:absolute;top:calc(100% + .25rem);width:100%}.dropdown-form-container.open .dropdown-option-container .dropdown-option{align-items:flex-start;background-color:var(--background-secondary);border:1px solid var(--text-normal);border-radius:.25rem;display:flex;flex-direction:column;gap:0;justify-content:flex-start;margin:0;max-height:10rem;overflow-x:hidden;overflow-y:scroll;padding:.5rem 0;width:100%}.dropdown-form-container.open .dropdown-option-container .dropdown-option .option-item{align-items:flex-start;background-color:var(--background-secondary);border:0;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:2rem;justify-content:flex-start;margin:0;padding:.25rem .75rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.dropdown-form-container.open .dropdown-option-container .dropdown-option .option-item.selected{background-color:var(--background-tertiary)}.dropdown-form-container.open .dropdown-option-container .dropdown-option.hide{display:none}.dropdown-form-container.open .dropdown-option-container .dropdown-option::-webkit-scrollbar{display:block}.dropdown-form-container.open .dropdown-option-container .dropdown-option::-webkit-scrollbar-thumb{background-color:var(--line-disable);display:block;width:4px}.dropdown-form-container.open .dropdown-option-container .dropdown-option::-webkit-scrollbar-track{background-color:var(--background-tertiary);display:block;width:4px}.dropdown-form-container.open .dropdown-option-container .dropdown-option::-webkit-scrollbar-button,.dropdown-form-container.open .dropdown-option-container .dropdown-option::-webkit-scrollbar-corner{display:none}.dropdown-form-container.full-width{width:100%}.dropdown-form-container .form-label{color:var(--text-alternative);font-family:Pretendard Variable;font-size:.875rem;font-style:normal;font-weight:700;line-height:160%}.dropdown-form-container .helper-text{color:var(--text-assistive);font-family:Pretendard Variable;font-size:.75rem;font-style:normal;font-weight:500;line-height:125%;text-align:start}.dropdown-form-container .helper-text.error{color:var(--status-alert)}.dropdown-form-container .dropdown-form svg{height:1.5rem;width:1.5rem}.dropdown-form-container .dropdown-form svg path{fill:var(--text-assistive)}.dropdown-form-container .dropdown-form:has(input:disabled) svg path{fill:var(--text-disable)}.dropdown-form-container .option-item{font-feature-settings:"ss10" on;color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.09px;line-height:24px;text-align:start}.dropdown-form-container .option-item.disabled{color:var(--text-disable)}.dropdown-form-container input{color:var(--text-normal);text-align:start}.dropdown-form-container input,.dropdown-form-container input::placeholder{font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:150%}.dropdown-form-container input::placeholder{color:var(--text-assistive)}.dropdown-form-container input:read-only{color:var(--text-assistive);font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:100%}.dropdown-form-container input:disabled,.dropdown-form-container input:disabled::placeholder{color:var(--text-disable);font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:100%}.dropdown-form-container.underlined .dropdown-form{border-bottom:1px solid var(--line-strong);padding:.5rem .75rem .5rem .25rem}.dropdown-form-container.underlined .dropdown-form.error{border-bottom:1px solid var(--status-alert)}.dropdown-form-container.underlined .dropdown-form-container.open,.dropdown-form-container.underlined .dropdown-form:has(textarea:focus){border-bottom:1px solid var(--text-normal)}.dropdown-form-container.underlined .dropdown-form:has(input:read-only),.dropdown-form-container.underlined .dropdown-form:has(textarea:read-only){background-color:var(--fill-alternative);background-color:#0000;border-bottom:1px solid var(--line-strong)}.dropdown-form-container.underlined .dropdown-form:has(input:disabled),.dropdown-form-container.underlined .dropdown-form:has(textarea:disabled){background-color:var(--fill-alternative);border-bottom:1px solid var(--line-disable)}.dropdown-form-container.outlined .dropdown-form{border:1px solid var(--line-strong);border-radius:.25rem;padding:.5rem .75rem}.dropdown-form-container.outlined .dropdown-form.error{border:1px solid var(--status-alert)}.dropdown-form-container.outlined .dropdown-form-container.open,.dropdown-form-container.outlined .dropdown-form:has(textarea:focus){border:1px solid var(--text-normal)}.dropdown-form-container.outlined .dropdown-form:has(input:read-only),.dropdown-form-container.outlined .dropdown-form:has(textarea:read-only){background-color:var(--fill-alternative);background-color:#0000;border:1px solid var(--line-strong)}.dropdown-form-container.outlined .dropdown-form:has(input:disabled),.dropdown-form-container.outlined .dropdown-form:has(textarea:disabled){background-color:var(--fill-alternative);border:1px solid var(--line-disable)}.file-upload-form-container{gap:.25rem}.file-upload-form-container,.file-upload-form-container .file-upload-button{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.file-upload-form-container .file-upload-button{background-color:var(--background-tertiary);border:1px solid var(--line-strong);border-radius:.25rem;box-sizing:border-box;gap:2px;height:2.5rem;padding:.5rem .75rem}.file-upload-form-container .file-upload-button .button-label{align-items:center;display:flex;flex-direction:row;gap:2px;justify-content:center;margin:0;padding:0}.file-upload-form-container .file-upload-button .button-label .icon-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}.file-upload-form-container .file-upload-button .button-label .icon-container svg{height:1.5rem;width:1.5rem}.file-upload-form-container .file-upload-button .button-label .icon-container svg path{fill:var(--text-assistive)}.file-upload-form-container .file-upload-button .button-label .button-label-text{color:#828282;color:var(--text-asisstive,#828282);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:700;line-height:100%;margin:0;text-align:center}.file-upload-form-container .uploaded-file-list{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;margin:0;padding:0;width:100%}.file-upload-form-container .uploaded-file-list .uploaded-file-item{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:.25rem;height:3rem;justify-content:space-between;margin:0;padding:0 0 0 .5rem;width:100%}.file-upload-form-container .uploaded-file-list .uploaded-file-item .file-name-container{align-items:center;box-sizing:border-box;color:var(--text-assistive);display:flex;flex-direction:row;justify-content:flex-start;margin:0;padding:0;text-align:start;width:calc(100% - 3.25rem)}.file-upload-form-container .uploaded-file-list .uploaded-file-item .file-name-container .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload-form-container .uploaded-file-list .uploaded-file-item .file-name-container .file-type{text-overflow:ellipsis;white-space:nowrap}.file-upload-form-container .uploaded-file-list .uploaded-file-item .icon-container{align-items:center;display:flex;flex-direction:column;height:3rem;justify-content:center;width:3rem}.file-upload-form-container .uploaded-file-list .uploaded-file-item .icon-container svg{height:1.5rem;width:1.5rem}.file-upload-form-container .uploaded-file-list .uploaded-file-item .icon-container svg path{fill:var(--fill-primary)}.radio-form-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.radio-form-container .radio-form-title{margin:0}.radio-form-container .radio-form{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}.radio-form-container .radio-form .radio-form-item-container{align-items:center;display:inline-flex;flex-direction:row;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}.radio-form-container .radio-form .radio-form-item-container .radio-form-item{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0}.radio-form-container .radio-form .radio-form-item-container .radio-form-item .radio-icon{display:inline-flex}.radio-form-container .radio-form .radio-form-item-container .radio-form-item-label{flex:1 1}.radio-form-container input{display:none}.radio-form-container .check-icon-container{align-items:center;border:.833px solid var(--line-normal);border-radius:50%;display:inline-flex;flex-direction:column;justify-content:center}.radio-form-container .check-icon-container .check-icon{display:none}.radio-form-container .check-icon-container .check-icon path{fill:var(--WB-white)}.radio-form-container .check-icon-container.sm,.radio-form-container .check-icon-container.sm .check-icon{height:20px;width:20px}.radio-form-container .check-icon-container.md,.radio-form-container .check-icon-container.md .check-icon{height:24px;width:24px}.radio-form-container .check-icon-container.selected{background-color:var(--primary-normal);border-color:var(--primary-normal);border-radius:50%}.radio-form-container .check-icon-container.selected .check-icon{display:block}.radio-form-container .check-icon-container.disabled{background-color:var(--fill-alternative);border:.833px solid var(--line-disable);border-radius:50%}.radio-form-container .check-icon-container.selected.disabled{background-color:var(--fill-disable);border:0;border-radius:50%}.radio-form-container:has(.text-b-14x){gap:.25rem}.radio-form-container:has(.text-b-16x){gap:.5rem}.toggle-form-container .switch{display:inline-block;position:relative}.toggle-form-container .switch input{height:0;opacity:0;width:0}.toggle-form-container .slider{background-color:var(--fill-alternative);bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-form-container .slider:before{background-color:var(--background-secondary);border-radius:50%;content:"";position:absolute;transition:.4s}.toggle-form-container input:checked+.slider{background-color:var(--primary-normal)}.toggle-form-container.sm .switch{height:1.5rem;width:3rem}.toggle-form-container.sm .slider{border-radius:1.5rem}.toggle-form-container.sm .slider:before{border-radius:50%;bottom:.25rem;height:1rem;left:.25rem;width:1rem}.toggle-form-container.sm input:checked+.slider:before{transform:translateX(1.5rem)}.toggle-form-container.lg .switch{height:2rem;width:4rem}.toggle-form-container.lg .slider{border-radius:2rem}.toggle-form-container.lg .slider:before{border-radius:50%;bottom:.25rem;height:1.5rem;left:.25rem;width:1.5rem}.toggle-form-container.lg input:checked+.slider:before{transform:translateX(2rem)}.simple-checkbox-form-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}.simple-checkbox-form-container .checkbox-form.column{flex-direction:column}.simple-checkbox-form-container .checkbox-form{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}.simple-checkbox-form-container .checkbox-form .checkbox-container{border:1px solid var(--line-normal)}.simple-checkbox-form-container .checkbox-form .checkbox-container,.simple-checkbox-form-container .checkbox-form .checkbox-container label{align-items:center;display:flex;flex-direction:column;justify-content:center}.simple-checkbox-form-container .checkbox-form .checkbox-container input{display:none}.simple-checkbox-form-container .checkbox-form .checkbox-container.round-fill.checked{border:1px solid var(--primary-normal)}.simple-checkbox-form-container .checkbox-form .checkbox-container.round-fill:not(.checked) .check-icon circle{fill:var(--WB-white)}.simple-checkbox-form-container .checkbox-form .checkbox-container.checked:not(.round-fill){background-color:var(--primary-normal);border:1px solid var(--primary-normal)}.simple-checkbox-form-container .checkbox-form .checkbox-container.checked:not(.round-fill) .check-icon path{fill:var(--WB-white)}.simple-checkbox-form-container .checkbox-form .checkbox-container.round,.simple-checkbox-form-container .checkbox-form .checkbox-container.round-fill{border-radius:50%}.simple-checkbox-form-container .checkbox-form .checkbox-container.square{border-radius:.25rem}.simple-checkbox-form-container .checkbox-form .checkbox-container.sm,.simple-checkbox-form-container .checkbox-form .checkbox-container.sm .check-icon,.simple-checkbox-form-container .checkbox-form .checkbox-container.sm label,.simple-checkbox-form-container .checkbox-form .checkbox-container.xs,.simple-checkbox-form-container .checkbox-form .checkbox-container.xs .check-icon,.simple-checkbox-form-container .checkbox-form .checkbox-container.xs label{height:1.25rem;width:1.25rem}.simple-checkbox-form-container .checkbox-form .checkbox-container.md,.simple-checkbox-form-container .checkbox-form .checkbox-container.md .check-icon,.simple-checkbox-form-container .checkbox-form .checkbox-container.md label{height:1.5rem;width:1.5rem}.simple-checkbox-form-container .checkbox-form .checkbox-label{flex:1 1}.simple-checkbox-form-container .checkbox-form.label-first{flex-direction:row-reverse;justify-content:space-between}.simple-checkbox-form-container.no-label,.simple-checkbox-form-container.no-label .checkbox-form{width:auto}.file-preview-container{align-items:center;background-color:var(--background-tertiary);border:1px solid #e9e9e9;border:1px solid var(--Line-Strong,#e9e9e9);border-radius:8px;display:flex;flex-direction:column;height:320px;justify-content:center;padding:15px;position:relative;width:100%;z-index:1}.file-preview-container .preview-img{height:100%;object-fit:contain;width:100%}.file-preview-container .close-button{background-color:var(--background-tertiary);border:1px solid #e9e9e9;border:1px solid var(--Line-Strong,#e9e9e9);border-radius:50%;cursor:pointer;padding:3px;position:absolute;right:-10px;top:-10px;z-index:2}.pdf-preview-container{align-items:center;background-color:var(--background-tertiary);border:1px solid #e9e9e9;border:1px solid var(--Line-Strong,#e9e9e9);border-radius:8px;display:flex;height:70px;justify-content:space-between;padding:24px;position:relative;width:100%;z-index:1}.pdf-preview-container .icon-container{display:flex}.pdf-preview-container .icon-container .icon{height:24px;width:24px}.pdf-preview-container .text-container{display:flex;margin:0}.pdf-preview-container .close-button{background-color:var(--background-tertiary);border:1px solid #e9e9e9;border:1px solid var(--Line-Strong,#e9e9e9);border-radius:50%;cursor:pointer;padding:3px;position:absolute;right:-10px;top:-10px;z-index:2}.requirements{align-items:center;background-color:var(--background-tertiary);display:flex;flex-direction:column;gap:8px;justify-content:center;padding:24px;width:100%}.requirements .requirements-description{color:#828282;color:var(--text-assistive,#828282);margin:0}.file-upload-form{gap:2rem;width:100%}.file-upload-form,.file-upload-form .example-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.file-upload-form .example-container .example-image{width:100%}.file-upload-form .example-container.image{background-color:#0000;background-size:contain;border:0;width:100%}.file-upload-form .example-container.empty{display:none}.file-upload-form .upload-option-container{align-items:center;background-color:var(--background-tertiary);border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1.5rem;width:100%}.file-upload-form .upload-option-container .upload-option-text{color:var(--text-assistive);text-align:center;width:100%}.file-upload-form .file-list{gap:1rem}.file-upload-form .file-list,.file-upload-form .uploaded-file-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.file-upload-form .uploaded-file-container .uploaded-img{width:10rem}.file-upload-form .file-info-container{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;position:relative;width:100%}.file-upload-form .file-info-container .close-button{cursor:pointer;position:absolute;right:-.75rem;top:-.75rem}.file-upload-form .file-info-container .close-button .icon-button{align-items:center;background-color:var(--background-tertiary);border:1px solid var(--line-strong);border-radius:50%;display:flex;flex-direction:column;height:1.5rem;justify-content:center;margin:0;padding:0;width:1.5rem}.file-upload-form .file-info-container .close-button .icon-button .close-icon path{fill:var(--text-alternative)}.file-upload-form .file-info-container .file-info-item{align-items:center;background-color:var(--background-tertiary);border:1px solid var(--line-strong);border-radius:.5rem;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;padding:1.5rem 2rem;width:100%}.file-upload-form .file-info-container .file-info-item .file-icon-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}.file-upload-form .file-info-container .file-info-item .file-icon-container .file-icon{height:1.5rem;width:1.5rem}.file-upload-form .file-info-container .file-info-item .file-info-text{flex:1 1;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.file-upload-form .file-info-container .file-info-item .file-size-text{margin:0;text-align:right}.file-upload-form .file-upload-button-container{align-items:center;display:flex;justify-content:center}.file-upload-form .file-upload-button-container .check-list-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}.file-upload-form .file-upload-button-container .check-list-container .check-list-item{width:100%}.file-upload-form .file-upload-button-container.vertical{gap:1rem}.file-upload-form .file-upload-button-container.horizontal{gap:.5rem}.file-upload-form .file-upload-button-container.vertical.upload-button-main{flex-direction:column}.file-upload-form .file-upload-button-container.vertical.upload-button-main .file-upload-button,.file-upload-form .file-upload-button-container.vertical.upload-button-main .pass-button{flex:initial;width:100%}.file-upload-form .file-upload-button-container.vertical.pass-button-main{flex-direction:column-reverse}.file-upload-form .file-upload-button-container.vertical.pass-button-main .file-upload-button,.file-upload-form .file-upload-button-container.vertical.pass-button-main .pass-button{flex:initial;width:100%}.file-upload-form .file-upload-button-container.vertical.pass-button-main .pass-button.text{flex:initial;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.file-upload-form .file-upload-button-container.vertical.pass-button-main .submit-button{flex:initial;width:100%}.file-upload-form .file-upload-button-container.vertical.pass-button-main .submit-button.text{flex:initial;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.file-upload-form .file-upload-button-container.horizontal.upload-button-main{flex-direction:row-reverse}.file-upload-form .file-upload-button-container.horizontal.upload-button-main .file-upload-button,.file-upload-form .file-upload-button-container.horizontal.upload-button-main .pass-button{flex:1 1;width:auto}.file-upload-form .file-upload-button-container.horizontal.pass-button-main{flex-direction:row}.file-upload-form .file-upload-button-container.horizontal.pass-button-main .file-upload-button,.file-upload-form .file-upload-button-container.horizontal.pass-button-main .pass-button{flex:1 1;width:auto}.file-upload-page .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:flex-start;padding:.5rem 1.5rem 1rem;width:100%}.file-upload-page .page-title-container .page-title{margin:0;text-align:left;width:100%}.file-upload-page .thumbnail-list.uploaded{gap:1rem}.file-upload-page .content-container{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;position:relative;width:100%}.file-upload-page .content-container .close-button{cursor:pointer;position:absolute;right:-.75rem;top:-.75rem}.file-upload-page .content-container .close-button .icon-button{align-items:center;background-color:var(--background-tertiary);border:1px solid var(--line-strong);border-radius:50%;display:flex;flex-direction:column;height:1.5rem;justify-content:center;margin:0;padding:0;width:1.5rem}.file-upload-page .content-container .close-button .icon-button .close-icon path{fill:var(--text-alternative)}.file-upload-page .content-container .thumbnail-container{align-items:center;background:var(--background-tertiary);border:1px solid var(--line-strong);border-radius:.5rem;display:flex;flex-direction:column;gap:0;justify-content:center;padding:1.5rem 2rem;width:100%}.file-upload-page .content-container .thumbnail-container .uploaded-img{aspect-ratio:1/1;object-fit:contain;width:100%}.file-upload-page .content-container .thumbnail-container .file-info-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}.file-upload-page .content-container .thumbnail-container .file-info-container .file-icon-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}.file-upload-page .content-container .thumbnail-container .file-info-container .file-icon-container .file-icon{height:1.5rem;width:1.5rem}.file-upload-page .content-container .thumbnail-container .file-info-container .file-info-text{flex:1 1;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.file-upload-page .content-container .thumbnail-container .file-info-container .file-size-text{margin:0;text-align:right}.file-upload-page .content-container .thumbnail-container.img-thumbnail,.file-upload-page .content-container .thumbnail-container.not-uploaded{aspect-ratio:1/1;background-origin:content-box;background-position:50%;background-repeat:no-repeat;background-size:contain}.file-upload-page .content-container .upload-option-container{align-items:center;background:var(--background-tertiary);border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1rem;width:100%}.file-upload-page .content-container .upload-option-container .upload-option-text{color:var(--text-assistive);margin:0;text-align:center;width:100%}.file-upload-page-floating-button-container{align-items:center;background:var(--gradient-main);bottom:54px;display:flex;flex-direction:column;gap:1rem;justify-content:center;left:0;padding:.5rem 0 1rem;position:fixed;width:100%}.file-upload-page-floating-button-container .primary-button-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 1.5rem;width:min(100vw,600px)}.file-upload-page-floating-button-container .primary-button-container .file-upload-button{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.file-upload-page-floating-button-container .primary-button-container .file-upload-button .button-label{align-items:center;background-color:var(--primary-normal);border:0;border-radius:.5rem;box-sizing:border-box;color:#fff;color:var(--WB-white);cursor:pointer;display:flex;flex-direction:row;gap:.125rem;justify-content:center;min-height:3.5rem;padding:0 2rem;width:100%}.file-upload-page-floating-button-container .primary-button-container .file-upload-button .button-label .label-icon-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;height:1.5rem;justify-content:center;width:1.5rem}.file-upload-page-floating-button-container .primary-button-container .file-upload-button .button-label .label-icon-container svg{height:1.5rem;width:1.5rem}.file-upload-page-floating-button-container .primary-button-container .file-upload-button .button-label .label-icon-container svg path{fill:#fff;fill:var(--WB-white)}.file-upload-page-floating-button-container .primary-button-container .file-upload-button .button-label .label-text{margin:0;text-align:center}.file-upload-page-floating-button-container .file-upload-sub-button{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0 1.5rem;width:min(100vw,600px)}.file-upload-page-floating-button-container .file-upload-sub-button .button-label{border-bottom:1px solid var(--text-assistive);cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.file-upload-page-floating-button-container .file-upload-sub-button .button-label .label-text{color:var(--text-assistive);font-size:16px;font-style:normal;font-weight:500;line-height:100%;margin:0;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#hirevisa:has(.navigation.invisible) .file-upload-page-floating-button-container{bottom:0}.file-upload-dialog .file-upload-dialog-content{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}.file-upload-dialog .file-upload-dialog-content .loading-img-container{align-items:flex-start;display:flex;flex-direction:column;height:4rem;justify-content:flex-start;width:4rem}.file-upload-dialog .file-upload-dialog-content .loading-img-container .loading-img{height:4rem;width:4rem}.file-upload-dialog .file-upload-dialog-content .dialog-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.file-upload-dialog .file-upload-dialog-content .dialog-title-container .dialog-description,.file-upload-dialog .file-upload-dialog-content .dialog-title-container .dialog-title{margin:0;text-align:start;width:100%}.file-upload-error-dialog .file-upload-error-dialog-content{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}.file-upload-error-dialog .file-upload-error-dialog-content .img-container{align-items:center;display:flex;flex-direction:column;height:5rem;justify-content:center;width:5rem}.file-upload-error-dialog .file-upload-error-dialog-content .img-container svg{height:5rem;width:5rem}.file-upload-error-dialog .file-upload-error-dialog-content .dialog-title-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.file-upload-error-dialog .file-upload-error-dialog-content .dialog-title-container .dialog-description,.file-upload-error-dialog .file-upload-error-dialog-content .dialog-title-container .dialog-title{margin:0;text-align:center;width:100%}.link-wrapper.underline{cursor:pointer;line-height:150%;text-decoration:underline;-webkit-text-decoration-color:inherit;text-decoration-color:inherit;text-underline-offset:3px}.calendar .month-header{align-items:center;display:flex;justify-content:center;margin-bottom:12px}.calendar .month-header .month-label{font-size:16px;font-weight:500}.calendar .weekdays{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(7,1fr)}.calendar .weekdays .weekday{align-items:center;display:flex;justify-content:center}.calendar .days{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(7,1fr)}.calendar .days .day{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.time-slots-container{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.time-slots-container .time-slot-row{display:flex;gap:8px}.time-slots-container .time-slot-row .time-slot{align-items:center;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;display:flex;flex:1 1;font-size:16px;height:40px;justify-content:center;padding:8px 12px;text-align:center;transition:all .2s ease}.time-slots-container .time-slot-row .time-slot.selected{background-color:var(--primary-normal);border-color:var(--primary-normal);color:#fff}.time-slots-container .time-slot-row .time-slot.disabled{background-color:#f0f0f0;color:#666;cursor:not-allowed}.time-slots-container .empty-message{color:#666;font-size:15px;padding:20px;text-align:center}.nav-badge-start-icon{margin-right:4px}.nav-badge .nav-badge-label{flex-grow:1;margin:0;padding:0}.action-bar{bottom:0;display:flex;justify-content:center;left:0;position:fixed;width:100%}.action-bar.primary{background-color:var(--background-primary)}.action-bar.secondary{background-color:var(--background-secondary)}.action-bar.tertiary{background-color:var(--background-tertiary)}.action-bar-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:12px;justify-content:space-between;padding:1rem 1.5rem;width:min(100vw - (100vw - 100%),600px)}.action-bar-item{align-items:center;display:flex;flex:1 1;justify-content:center}.action-bar-item .button{font-size:1rem;padding:.75rem 1rem;width:100%}body,html{height:100%;padding:0;width:100%}footer{z-index:150}#hirevisa{flex-direction:column;justify-content:flex-start;min-height:100%;width:100%}#hirevisa>main{align-items:center;background-color:var(--background-secondary);justify-content:flex-start;max-width:600px;min-height:100vh}#hirevisa>main,#hirevisa>main .page-wrapper{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;padding:0;width:100%}#hirevisa>main .page-wrapper{gap:0;margin:0;min-height:100%}#hirevisa:not(:has(header.invisible)) main{padding-top:56px}#hirevisa:not(:has(.navigation.invisible)):has(.navigation) main{padding-bottom:54px}#hirevisa:has(#app-empty-footer) .page-wrapper:has(.action-bar){margin-bottom:5.5rem!important}header{background:var(--background-secondary);justify-content:center;left:0;position:fixed;top:0;z-index:20}header,header #app-header{align-items:center;display:flex;flex-direction:row;width:100%}header #app-header{box-sizing:border-box;height:56px;justify-content:space-between;max-width:600px;padding:.5rem 0 .5rem 1.5rem}header #app-header .header-container{align-items:center;box-sizing:border-box;display:flex;flex:1 1;justify-content:space-between;padding-right:12px}header #app-header .header-container .site-logo{cursor:pointer;height:1.25rem;width:5.78869rem}header #app-header .header-container .menu-button-container{display:flex;flex-direction:row}header #app-header .header-container .menu-button-container .header-menu-button{align-items:center;background-color:#0000;border:0;color:var(--Text-Color-Strong);display:flex;flex-direction:column;gap:.625rem;height:3rem;justify-content:center;width:3rem}header #app-header .header-container .menu-button-container .header-menu-button .menu-icon{flex-shrink:0;height:1.5rem;width:1.5rem}header #app-header .header-container .menu-button-container .membership-badge-container{align-items:center;display:flex;flex-direction:column;gap:.625rem;justify-content:center;padding:0 12px 0 8px}header #app-header .header-container .menu-button-container .membership-badge-container .membership-badge{cursor:pointer;gap:.25rem;height:1.5rem;padding:0 12px 0 8px}header #app-header .header-container .menu-button-container .membership-badge-container .membership-badge span{font-feature-settings:"clig" off,"liga" off;font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:700;line-height:125%}header #app-header.invisible,header.invisible{display:none}.navigation{align-items:center;background:var(--background-secondary);bottom:0;flex-direction:column;justify-content:flex-end;left:0;margin:0;position:fixed;z-index:20}.navigation,.navigation .menu-button-container{box-sizing:border-box;display:flex;height:54px;padding:0;width:100%}.navigation .menu-button-container{align-items:flex-end;flex-direction:row;gap:.5rem;justify-content:center;max-width:600px}.navigation .menu-button-container .navigation-menu-button{align-items:center;background-color:#0000;border:0;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;min-width:0;padding:0}.navigation .menu-button-container .navigation-menu-button .menu-icon-relative-wrapper{position:relative}.navigation .menu-button-container .navigation-menu-button .menu-icon{height:1.75rem;width:1.75rem}.navigation .menu-button-container .navigation-menu-button .menu-icon path{fill:var(--text-disable)}.navigation .menu-button-container .navigation-menu-button .menu-label{font-feature-settings:"clig" off,"liga" off;color:var(--text-disable);font-family:Pretendard Variable;font-size:.75rem;font-style:normal;font-weight:500;line-height:125%;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.navigation .menu-button-container .navigation-menu-button .new-icon{left:100%;position:absolute;top:-.5rem;transform:translateX(-50%)}.navigation .menu-button-container .navigation-menu-button.selected .menu-icon path{fill:var(--text-strong)}.navigation .menu-button-container .navigation-menu-button.selected .menu-label{color:var(--text-strong)}.navigation.invisible{display:none}#app-footer{align-items:center;background-color:var(--background-secondary);box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:54px;padding:2.5rem 1.5rem calc(5rem + 54px);width:100%}#app-footer .footer-title{color:var(--text-assistive);font-family:Pretendard Variable;font-size:1.5rem;font-style:normal;font-weight:700;line-height:160%;margin:0;padding:0;text-align:start;width:100%}#app-footer .divider{background-color:var(--line-normal);height:1px;width:100%}#app-footer .company-info-container{display:flex;flex-direction:column;gap:1rem;width:100%}#app-footer .terms-and-condition-container{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;width:100%}#app-footer .terms-and-condition-container button{background-color:#0000;border:0;color:var(--text-assistive);font-family:Pretendard Variable;font-size:.875rem;font-style:normal;font-weight:400;line-height:160%;max-width:20rem;min-width:10rem;text-align:start}#app-footer .terms-and-condition-container button.privacy-rule{font-weight:700}@media(max-width:360px){#app-footer .terms-and-condition-container{grid-template-columns:1fr}}#app-footer .company-info-list{display:flex;flex-direction:column;gap:0;width:100%}#app-footer .company-info-list p{-webkit-hyphens:auto;hyphens:auto;margin:0;padding:0}#app-footer .company-info-list p,#app-footer p.copyright{font-feature-settings:"clig" off,"liga" off;color:var(--text-assistive);font-family:Pretendard Variable;font-size:.75rem;font-style:normal;font-weight:400;line-height:160%}#app-footer .contact-info-list .contact-info-container{align-items:center;display:flex;flex-direction:row;gap:.25rem}#app-footer .contact-info-list .contact-info-container svg{height:1rem;width:1rem}#app-footer .contact-info-list .contact-info-container svg path{fill:var(--text-assistive)}#app-footer .contact-info-list .contact-info-container span{font-feature-settings:"clig" off,"liga" off;color:var(--text-assistive);font-family:Pretendard Variable;font-size:.75rem;font-style:normal;font-weight:400;line-height:160%}.presentation{align-items:center;background:#0000004d;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:25}.presentation.invisible{display:none}.terms-dialog{align-items:center;background-color:var(--background-secondary);border:0;border-radius:.5rem;box-sizing:border-box;justify-content:start;margin:calc(56px + 2rem + min(0,(600px - 100%)/2)) 1.5rem calc(54px + 2rem);max-height:calc(100% - 110px - 4rem);max-width:480px;overflow-y:scroll;padding:2rem 1.5rem;width:calc(100% - 3rem);z-index:30}.terms-dialog .close-dialog-button{background:0;border:0;height:2.5rem;position:absolute;right:.25rem;top:.25rem;width:2.5rem}.terms-dialog .close-dialog-button path{fill:var(--text-assistive)}#admin-caution-banner{align-items:center;background-color:var(--status-alert-low);box-sizing:border-box;display:flex;flex-direction:row;gap:1rem;justify-content:center;left:0;opacity:.7;padding:.5rem;position:fixed;top:0;width:100%;z-index:80}#admin-caution-banner .title-container{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}#admin-caution-banner .logout-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#language-selector-container{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:0;height:48px;justify-content:flex-start;margin:0;padding:0}#language-selector-container #language-selector-form{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0;position:relative}#language-selector-container #language-selector-form .language-selector{align-items:center;display:flex;flex-direction:row;gap:0;height:27px;justify-content:space-between;margin:0;padding:0}#language-selector-container #language-selector-form .language-selector .arrow-icon{display:flex;flex-direction:column;height:1.5rem;width:1.5rem}#language-selector-container #language-selector-form .language-selector .arrow-icon .arrow-up-icon{display:none}#language-selector-container #language-selector-form .language-selector .arrow-icon .arrow-down-icon{display:block}#language-selector-container #language-selector-form .language-selector .arrow-icon svg{height:1.5rem;width:1.5rem}#language-selector-container #language-selector-form .language-selector .arrow-icon svg path{fill:var(--text-strong)}#language-selector-container #language-selector-form .language-item,#language-selector-container #language-selector-form .language-selector-input{color:#1e1e1e;color:var(--text-strong,#1e1e1e);font-size:16px;font-style:normal;font-weight:400;line-height:160%;text-align:start}#language-selector-container #language-selector-form .language-selector-input{border:0;box-sizing:border-box;outline:none;padding:.5rem .75rem;width:6rem}#language-selector-container #language-selector-form .language-selector-option-list{align-items:flex-start;background-color:var(--background-secondary);border:1px solid var(--text-normal);border-radius:.25rem;box-sizing:border-box;display:none;flex-direction:column;gap:0;justify-content:flex-start;left:0;margin:0;padding:.5rem 0;position:absolute;top:calc(27px + .25rem);width:100%}#language-selector-container #language-selector-form .language-selector-option-list .language-item{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:2rem;justify-content:flex-start;margin:0;padding:.25rem .75rem;width:100%}#language-selector-container #language-selector-form .language-selector-option-list .language-item.selected{background-color:var(--background-tertiary)}#language-selector-container #language-selector-form:has(input:focus) .language-selector-option-list{display:flex}#language-selector-container #language-selector-form:has(input:focus) .arrow-icon .arrow-up-icon{display:block}#language-selector-container #language-selector-form:has(input:focus) .arrow-icon .arrow-down-icon{display:none}#language-selector-container .language-icon{height:1.5rem;width:1.5rem}body:has(#error-page),html:has(#error-page){height:100%;margin:0;padding:0;width:100%}#hirevisa:has(#error-page){align-items:center;flex-direction:column;justify-content:flex-start;min-height:100%;width:100%}#hirevisa:has(#error-page) header{display:flex!important}#hirevisa:has(#error-page) .navigation{display:flex!important}#error-page{align-items:center;background-color:var(--background-secondary);justify-content:flex-start;max-width:600px;min-height:100vh;padding:56px 0 54px}#error-page,#error-page .page-wrapper{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;width:100%}#error-page .page-wrapper{gap:0;margin:0;min-height:100%;padding:0}#error-page-240610{gap:2.5rem;padding:10rem 1.5rem 3rem}#error-page-240610 .title-container{gap:1rem;text-align:center}#error-page-240610 .title-container,#error-page-240610 .title-container .icon-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}#error-page-240610 .title-container .icon-container .error-img{height:5rem;width:5rem}#error-page-240610 .title-container .title-text-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}#error-page-240610 .error-message-container{align-items:center;background-color:var(--background-tertiary);border:1px solid var(--line-strong);border-radius:.5rem;display:flex;flex-direction:column;gap:.125rem;justify-content:center;padding:.5rem 1rem;width:100%}#error-page>.page-wrapper>.button-container.floating{bottom:54px}#membership-main-header{align-items:center;display:flex;flex-direction:column;height:56px;justify-content:center;left:0;margin:auto;padding:0;position:fixed;top:0;width:100%}#membership-main-header .header-container{align-items:center;background-color:var(--background-secondary);box-sizing:border-box;display:flex;height:100%;justify-content:space-between;padding:0 1rem 0 .5rem;width:min(100%,600px)}#membership-main-page-240306{margin-top:56px}#membership-main-page-240306 #membership-main-section{gap:1.5rem}#membership-main-page-240306 .membership-main-card.expired-card{opacity:30%}#membership-main-page-240306 .membership-main-card{gap:1.5rem;padding:0}#membership-main-page-240306 .membership-main-card .card-header-container.card-header-need-payment{background-color:var(--text-disable);border-radius:.5rem .5rem 0 0}#membership-main-page-240306 .membership-main-card .card-header-container{align-items:center;border-bottom:1px solid var(--line-alternative);box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;padding:1rem 1.5rem;width:100%}#membership-main-page-240306 .membership-main-card .card-header-container .card-tag-container{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:.25rem;justify-content:flex-start}#membership-main-page-240306 .membership-main-card .card-header-container .card-tag-container #memb-badge{background:var(--gradient-secondary)!important;color:#fff!important;color:var(--WB-white)!important}#membership-main-page-240306 .membership-main-card .card-header-container #memb-setting-button{align-items:center;background:0;border:0;display:flex;flex-direction:column;height:1.5rem;justify-content:center;margin:0;padding:0;width:1.5rem}#membership-main-page-240306 .membership-main-card .card-content-container{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;padding:1.5rem;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .loading-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:80px;justify-content:center;padding:0;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .not-paid-container{padding:1.5rem 0}#membership-main-page-240306 .membership-main-card .card-content-container .content-item.no-service-in-use{margin-bottom:.5rem}#membership-main-page-240306 .membership-main-card .card-content-container .content-item{gap:.5rem}#membership-main-page-240306 .membership-main-card .card-content-container .content-item,#membership-main-page-240306 .membership-main-card .card-content-container .content-item .content-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .content-item .content-title-container .content-title{margin:0;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .content-item .service-list-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .content-item .service-list-container .service-item-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;min-height:56px;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .content-item .service-list-container .service-item-container .service-title-container{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:.5rem;justify-content:space-between}#membership-main-page-240306 .membership-main-card .card-content-container .content-item .service-list-container .service-item-container .service-title-container .service-title{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;margin:0}#membership-main-page-240306 .membership-main-card .card-content-container .service-container{gap:1rem}#membership-main-page-240306 .membership-main-card .card-content-container .service-container,#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container .content-caption{align-items:center;color:var(--text-assistive);display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start;margin:0;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container .content-caption .icon{height:1rem;width:1rem}#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container .content-caption .icon path{fill:var(--text-disable)}#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container .content-title{color:var(--text-alternative);margin:0;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container .content-main-text{align-items:center;color:var(--text-normal);display:flex;flex-direction:row;justify-content:space-between;margin:0;width:100%}#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container .icon-button{align-items:center;background:0;border:0;display:flex;flex-direction:column;height:1.5rem;justify-content:center;margin:0;padding:0;width:1.5rem}#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container .icon-button svg{height:1.5rem;width:1.5rem}#membership-main-page-240306 .membership-main-card .card-content-container .service-container .content-title-container .icon-button svg path{fill:var(--text-disable)}#membership-main-page-240306 .membership-main-card .card-content-container>div:not(.not-membership):not(:last-child){border-bottom:1px solid var(--line-alternative);padding-bottom:1.5rem}#membership-main-page-240306 .membership-main-card .card-content-container:has(.not-membership){gap:.5rem}#membership-main-page-240306 #service-in-use-card .card-content-container{padding-top:0}#membership-main-page-240306 .loading-icon{height:3rem;margin:2rem;width:3rem}#expired-memb-badge{background-color:var(--text-assistive)}#find-recommend-service-240212{align-items:center;justify-content:center}#find-recommend-service-240212 .simple-section.find-section{gap:60px}#find-recommend-service-240212 .simple-section.find-section .img-container{align-items:center;display:flex;flex-direction:column;gap:0;height:187px;justify-content:center;width:332.7402px}#find-recommend-service-240212 .simple-section.find-section .img-container .search-img{align-items:center;height:187px;justify-content:center;width:332.7402px}#find-recommend-service-240212 .simple-section.find-section .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}#find-recommend-service-240212 .simple-section.find-section .page-title-container .page-subtitle,#find-recommend-service-240212 .simple-section.find-section .page-title-container .page-title{margin:0;text-align:center;width:100%}#find-recommend-service-240212 .simple-section.result-section{gap:16px}#find-recommend-service-240212 .simple-section.result-section .img-container{align-items:center;display:flex;flex-direction:column;gap:0;height:160px;justify-content:center;width:160px}#find-recommend-service-240212 .simple-section.result-section .img-container .search-img{align-items:center;height:160px;justify-content:center;width:160px}#find-recommend-service-240212 .simple-section.result-section .page-title-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}#find-recommend-service-240212 .simple-section.result-section .page-title-container .page-subtitle,#find-recommend-service-240212 .simple-section.result-section .page-title-container .page-title{margin:0;text-align:center;width:100%}.icon-wrapper{align-items:center;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.icon-wrapper svg{height:1rem;width:1rem}.simple-card{align-items:center;background-color:var(--background-secondary);border-radius:.5rem;box-shadow:4px 4px 40px 4px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:1.5rem;width:100%}.address-change-badge{background-color:#1e884f1a!important;margin-left:.25rem}.address-change-badge span{font-feature-settings:"clig" off,"liga" off;color:#1e884f!important;font-family:Pretendard Variable;font-size:10px;font-style:normal;font-weight:700;line-height:125%}.housing-contract-badge{background-color:var(--fill-primary)!important;margin-left:.25rem}.housing-contract-badge span{font-feature-settings:"clig" off,"liga" off;color:var(--text-assistive)!important;font-family:Pretendard Variable;font-size:10px;font-style:normal;font-weight:700;line-height:125%}.housing-contract-section-4-button{background-color:#045b641a!important}.housing-contract-section-4-button span{color:#045b64!important}.housing-contract-section-4-button svg path{fill:#045b64!important}[id^=serviceDetailPage-]{gap:0}[id^=serviceDetailPage-] h1,[id^=serviceDetailPage-] h2,[id^=serviceDetailPage-] h3,[id^=serviceDetailPage-] h6,[id^=serviceDetailPage-] p,[id^=serviceDetailPage-] span{width:100%}[id^=serviceDetailPage-] .simple-section{padding:4rem 1.5rem}[id^=serviceDetailPage-] #title-section{display:flex;flex-direction:column;height:560px;padding:4rem 1.5rem;position:relative;width:100%}[id^=serviceDetailPage-] #title-section .page-title-container{display:flex;flex-direction:column;gap:.5rems;margin:0;padding:0;width:100%;z-index:1}[id^=serviceDetailPage-] #title-section .page-title-container .page-title{color:#fff;color:var(--WB-white);font-family:Pretendard Variable;font-size:40px;font-style:normal;font-weight:800;line-height:125%;margin:0}[id^=serviceDetailPage-] #title-section .page-title-container .page-subtitle{color:#fff;color:var(--WB-white);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin:0}[id^=serviceDetailPage-] #title-section .background-img{height:560px;left:0;position:absolute;top:0;width:100%}[id^=serviceDetailPage-] #section-1 .title-container{display:flex;flex-direction:column;gap:.5rem;width:100%}[id^=serviceDetailPage-] #section-1 .title-container .section-title{color:#fff;color:var(--WB-white);font-family:Pretendard Variable;font-size:28px;font-style:normal;font-weight:800;line-height:125%;margin:0;text-align:center}[id^=serviceDetailPage-] #section-1 .title-container .section-subtitle{color:#ffffff80;color:var(--white-50);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:800;line-height:125%;margin:0;text-align:center}[id^=serviceDetailPage-] #section-1 .merit-card-container{display:flex;flex-direction:column;gap:1rem;position:relative;width:100%}[id^=serviceDetailPage-] #section-1 .merit-card-container .flag-icon{height:3.5rem;position:absolute;right:calc(18px - .5rem);top:-1rem;width:3rem}[id^=serviceDetailPage-] #section-1 .merit-card-container .flag-icon path{fill:var(--status-warning)}[id^=serviceDetailPage-] #section-1 .merit-card{align-items:flex-start;background-color:var(--background-secondary);border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1.5rem;width:100%}[id^=serviceDetailPage-] #section-1 .merit-card .merit-list{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}[id^=serviceDetailPage-] #section-1 .merit-card .merit-list .merit-item-container{align-items:center;display:grid;grid-template-columns:1.5rem 1fr;justify-content:flex-start}[id^=serviceDetailPage-] #section-1 .merit-card .merit-list .merit-item-container .list-icon{height:1.5rem;width:1.5rem}[id^=serviceDetailPage-] #section-1 .merit-card .merit-list .merit-item-container .merit-item{color:var(--text-normal);font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:160%;margin:0}[id^=serviceDetailPage-] #section-1 .merit-card .merit-list .merit-item-container .merit-description{color:var(--text-assistive);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:400;line-height:160%;margin:0}[id^=serviceDetailPage-] #section-1 .demerit-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:.25rem;justify-content:center;margin:0;padding:0 .5rem;width:100%}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-title-container{align-items:center;display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start;margin:0;padding:0;width:100%}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-title-container svg{height:1.5rem;width:1.5rem}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-title-container svg path{fill:#fffc;fill:var(--white-80)}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-title-container .demerit-title{color:#fffc;color:var(--white-80);flex:1 1;font-family:Pretendard Variable;font-size:18px;font-style:normal;font-weight:700;line-height:160%;margin:0;text-align:start}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin:0;padding:0 .5rem;width:100%}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .demerit-subtitle-container{align-items:center;display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start;margin:0;padding:0;width:100%}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .demerit-subtitle-container svg{height:1rem;width:1rem}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .demerit-subtitle-container svg path{fill:#fffc;fill:var(--white-80)}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .demerit-subtitle-container .demerit-subtitle{color:#fffc;color:var(--white-80);flex:1 1;font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:start}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .demerit-list{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .demerit-list .demerit-item{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .demerit-list .demerit-item .bullet{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .demerit-list .demerit-item span{color:#ffffff80;color:var(--white-50,#ffffff80);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:start}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .more-icon{height:18px;transform:rotate(90deg);width:18px}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content .more-icon path{fill:#ffffff80;fill:var(--white-50)}[id^=serviceDetailPage-] #section-1 .demerit-container .demerit-content:has(.demerit-subtitle-container){padding:0 1.5rem}[id^=serviceDetailPage-] #section-2{background-color:var(--background-primary);gap:2rem}[id^=serviceDetailPage-] #section-2 .section-2-item-list-container{display:flex;flex-direction:column;gap:1rem;width:100%}[id^=serviceDetailPage-] #section-2 .simple-card{align-items:center;flex-direction:row;gap:1rem;justify-content:flex-start}[id^=serviceDetailPage-] #section-2 .simple-card .section-2-item{color:var(--text-alternative);flex:1 1;font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:700;line-height:160%;margin:0}[id^=serviceDetailPage-] #section-2 .simple-card .section-2-item-icon{height:2rem;width:2rem}[id^=serviceDetailPage-] #section-3{gap:40px}[id^=serviceDetailPage-] #section-3 .section-3-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;margin:0;padding:0;width:100%}[id^=serviceDetailPage-] #section-4{background-color:var(--background-primary);gap:40px}[id^=serviceDetailPage-] #section-4 .section-4-title-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:0;padding:0;width:100%}[id^=serviceDetailPage-] #section-4 .card-list-container{display:flex;flex-direction:column;gap:1rem;width:100%}[id^=serviceDetailPage-] #section-4 .simple-card.question{gap:10px}[id^=serviceDetailPage-] #section-4 .simple-card.question .question{color:var(--text-alternative);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:800;line-height:125%;margin:0;width:100%}[id^=serviceDetailPage-] #section-4 .simple-card.question .answer-string{box-sizing:border-box;font-size:16px;margin:0 0 0 .5rem;text-align:start;width:100%}[id^=serviceDetailPage-] #section-4 .simple-card.question .answer-desc,[id^=serviceDetailPage-] #section-4 .simple-card.question .answer-string{color:#444;color:var(--text-alternative,#444);font-family:Pretendard Variable;font-style:normal;font-weight:400;line-height:160%;white-space:pre-wrap}[id^=serviceDetailPage-] #section-4 .simple-card.question .answer-desc{font-size:14px;margin:0;text-align:center}[id^=serviceDetailPage-] #section-4 .simple-card.question .answer-desc strong{font-weight:700}[id^=serviceDetailPage-] #section-4 .simple-card.question .section4-answer{color:#444;color:var(--text-alternative,#444);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:start;white-space:pre-wrap}[id^=serviceDetailPage-] #section-4 .simple-card.question .section4-answer strong{font-weight:700}[id^=serviceDetailPage-] #section-4 .simple-card.question .answer-container{align-items:flex-start;background-color:var(--background-tertiary);border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;padding:1rem;width:100%}[id^=serviceDetailPage-] #section-4 .simple-card.question:has(.answer-string){gap:1rem}[id^=serviceDetailPage-] #section-5{background-color:var(--fill-alternative);gap:.25rem;padding:2rem 1.5rem}[id^=serviceDetailPage-] #section-5 .title-container{display:flex;flex-direction:row;gap:.25rem;width:100%}[id^=serviceDetailPage-] #section-5 .title-container .section-title{color:var(--text-alternative);flex:1 1;font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:700;line-height:160%;margin:0}[id^=serviceDetailPage-] #section-5 .title-container svg path{fill:var(--text-assistive)}[id^=serviceDetailPage-] #section-5 .notice-list-container{display:flex;flex-direction:column;margin:0;width:100%}[id^=serviceDetailPage-] #section-5 .notice-list-container .notice-item{display:flex;flex-direction:row;gap:.25rem;width:100%}[id^=serviceDetailPage-] #section-5 .notice-list-container .notice-item .bullet{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[id^=serviceDetailPage-] #section-5 .notice-list-container .notice-item span{font-feature-settings:"clig" off,"liga" off;color:var(--text-alternative);font-family:Pretendard Variable;font-size:12px;font-style:normal;font-weight:400;line-height:160%;margin:0}.service-detail-floating-button-container{bottom:0;display:flex;flex-direction:column;left:calc(50% - min(100vw,600px)/2);margin:0;padding:0;position:fixed;width:min(100vw,600px);z-index:10}.service-detail-floating-button-container .gradation{background:linear-gradient(180deg,#fff0,#fff);height:1.5rem;width:100%}.service-detail-floating-button-container .apply-button:disabled{background-color:var(--fill-disable)}.what-kind-of-sevice-container .service-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}.what-kind-of-sevice-container .service-container .content-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}.what-kind-of-sevice-container .service-container .content-container .service-title{color:#fff;color:var(--WB-white,#fff);font-family:Pretendard Variable;font-size:24px;font-style:normal;font-weight:800;line-height:125%;margin:0;text-align:start;white-space:pre-wrap}.what-kind-of-sevice-container .service-container .content-container .service-description{color:var(--white-50);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:start;white-space:pre-wrap;word-break:keep-all}.what-kind-of-sevice-container .divider{border-color:var(--white-50)}.logo-list{gap:1.5rem}.logo-list,.logo-list .logo-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.logo-list .logo-wrapper{box-sizing:border-box;height:54px;padding:7px 27px;width:270px}.logo-list .logo-wrapper svg{height:2.5rem;width:auto}#health-insurance-content{align-content:center;align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;width:340px}#health-insurance-content svg{width:340px}#rc-number-issue-section-3 #rc-number-issue-text-button{border-bottom:1px solid #828282;border-bottom:1px solid var(--text-assistive,#828282);color:#828282;color:var(--text-assistive,#828282);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:700;line-height:160%;margin:0;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-3-item-list-container{background-color:var(--background-tertiary);border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;margin:0;padding:1.5rem;width:100%}.section-3-item-list-container .section-3-item-list{align-items:center;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:center}.section-3-item-list-container .section-3-item-list .section-3-item{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center;width:100%}.section-3-item-list-container .section-3-item-list .section-3-item .description{color:#272727;color:var(--text-normal,#272727);flex:1 1;font-family:Pretendard Variable;font-size:18px;font-style:normal;font-weight:700;line-height:160%;margin:0;text-align:start}.section-3-item-list-container.step .section-3-item-list{margin-left:2.5rem}.section-3-item-list-container.step .section-3-item-list .section-3-item{flex:1 1;gap:1rem}.section-3-item-list-container.step .section-3-item-list .section-3-item .description{color:#272727;color:var(--text-normal,#272727);flex:1 1;font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:start}main:has(#membershipPlanPage-240108){padding:0}#membershipPlanPage-240108{background-color:var(--background-primary);gap:.5rem}#membershipPlanPage-240108 .section-title-container{box-sizing:border-box;display:flex;flex-direction:column;gap:.25rem;text-align:start;width:100%}#membershipPlanPage-240108 .section-title{color:var(--text-normal);font-size:1.25rem;font-style:normal;font-weight:800;line-height:125%;margin:0;text-align:start;width:100%}#membershipPlanPage-240108 .section-subtitle{color:var(--text-normal);font-size:.875rem;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:start;width:100%}#membershipPlanPage-240108 #plan-section{gap:1rem;padding:2rem 0;width:min(100%,100vw)}#membershipPlanPage-240108 #plan-section .plan-wrapper{box-sizing:border-box;gap:4rem;padding:0 1.5rem;width:100%}#membershipPlanPage-240108 #plan-section .plan-wrapper .page-title,#membershipPlanPage-240108 #plan-section .plan-wrapper .section-title{margin:0;width:100%}#membershipPlanPage-240108 #plan-section .plan-wrapper .plan-info-container{display:flex;flex-direction:column;gap:1rem;width:100%}#membershipPlanPage-240108 #plan-section .plan-card{background-color:var(--background-tertiary);border-radius:1rem;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;overflow:hidden;padding:1.5rem;position:relative;text-align:start;width:20rem}#membershipPlanPage-240108 #plan-section .plan-card p{margin:0}#membershipPlanPage-240108 #plan-section .plan-card .info-container{flex:1 1}#membershipPlanPage-240108 #plan-section .plan-card .info-container .plan-info-container{display:flex;flex-direction:column;gap:.25rem}#membershipPlanPage-240108 #plan-section .plan-card .info-container .plan-info-container .plan-name{color:var(--primary-normal);font-size:.875rem;font-style:normal;font-weight:700;line-height:160%}#membershipPlanPage-240108 #plan-section .plan-card .info-container .plan-info-container .discount-info-container{display:flex;flex-direction:row;gap:.5rem;height:1.5rem;width:100%}#membershipPlanPage-240108 #plan-section .plan-card .info-container .plan-info-container .discount-info-container .original-price{color:var(--text-assistive);font-size:1rem;font-style:normal;font-weight:400;line-height:160%;text-decoration:line-through}#membershipPlanPage-240108 #plan-section .plan-card .info-container .plan-info-container .discounted-price .value{color:var(--text-normal);font-size:2rem;font-style:normal;font-weight:800;line-height:125%}#membershipPlanPage-240108 #plan-section .plan-card .info-container .plan-info-container .discounted-price .unit{color:var(--text-normal);font-size:1rem;font-style:normal;font-weight:400;line-height:160%}#membershipPlanPage-240108 #plan-section .plan-card .info-container .plan-info-container .plan-desc{color:var(--text-alternative);font-size:.875rem;font-style:normal;font-weight:400;line-height:160%;white-space:pre-wrap}#membershipPlanPage-240108 #plan-section .plan-card .info-container .divider{margin:1rem 0}#membershipPlanPage-240108 #plan-section .plan-card .info-container .benefit-list span{align-items:flex-start;color:var(--text-alternative);display:flex;flex-direction:row;font-size:.875rem;font-style:normal;font-weight:400;line-height:160%;width:100%}#membershipPlanPage-240108 #plan-section .plan-card.most-chosen:before{align-items:center;background-color:var(--secondary-normal);color:#fff;color:var(--WB-white);content:"Most chosen";font-size:.75rem;font-style:normal;font-weight:500;justify-content:center;line-height:125%;padding:.25rem;position:absolute;right:-3.71381rem;text-align:center;top:2rem;transform:rotate(45deg);width:12.5rem}#membershipPlanPage-240108 .simple-section:not(#plan-section){gap:2rem}#membershipPlanPage-240108 #section-2 .data-list{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;width:100%}#membershipPlanPage-240108 #section-2 .data-container{align-items:center;background-color:var(--background-tertiary);border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;padding:1rem;text-align:center;white-space:pre-wrap;width:100%}#membershipPlanPage-240108 #section-2 .data-container p.data{color:var(--primary-normal);font-size:3rem;font-style:normal;font-weight:800;line-height:125%;margin:0}#membershipPlanPage-240108 #section-2 .data-container p.desc{align-self:stretch;color:var(--text-normal);font-size:.875rem;font-style:normal;font-weight:700;line-height:160%;margin:0}.payment-button{display:auto}.payment-button.invisible{display:none}#membershipPlanPage-240108 #review-section{padding:2rem 0 0}#membershipPlanPage-240108 #review-section .section-title-container{padding:0 1.5rem;width:100%}#membershipPlanPage-240108 #review-section .review-slider-container{margin-bottom:-3rem;position:relative;top:-3rem;width:100%}#membershipPlanPage-240108 #review-section .review-slider-container .review-slider{padding:3rem 0}#membershipPlanPage-240108 #review-section .review-slider-container .review-slider .simple-slider{overflow-y:visible}#membershipPlanPage-240108 #review-section .review-item-container{align-items:center;background-color:var(--background-secondary);border-radius:1rem;box-shadow:4px 4px 40px 4px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;height:20rem;padding:2rem;width:17.5rem}#membershipPlanPage-240108 #review-section .review-item-container .review-content{height:10rem;margin:0;text-align:start;width:100%}#membershipPlanPage-240108 #review-section .review-item-container .reviewer-info-container{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem;width:100%}#membershipPlanPage-240108 #review-section .review-item-container .reviewer-info-container .univ-logo{height:3rem;width:3rem}#membershipPlanPage-240108 #review-section .review-item-container .reviewer-info-container div.univ-logo{background-color:var(--background-tertiary);border-radius:.5rem;height:3rem;width:3rem}#membershipPlanPage-240108 #review-section .review-item-container .reviewer-info-container p{color:var(--text-assistive);font-size:14px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:right;width:100%}#membershipPlanPage-240108 #section-4 .demo-img{height:478px;margin:1rem 0;width:234.59px}#membershipPlanPage-240108 #section-5 .coop-list-image{margin:1rem 0}#membershipPlanPage-240108 #service-list-section .service-list-container{display:flex;flex-direction:column;gap:0;width:100%}#membershipPlanPage-240108 #service-list-section .service-list-container .service-item{align-items:center;display:flex;flex-direction:row;gap:.5rem;height:4rem;width:100%}#membershipPlanPage-240108 #service-list-section .service-list-container .service-item .service-icon{align-items:center;background-color:var(--background-tertiary);border-radius:.25rem;height:2.5rem;justify-content:center;width:2.5rem}#membershipPlanPage-240108 #service-list-section .service-list-container .service-item .service-title-container{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:space-between}#membershipPlanPage-240108 #service-list-section .service-list-container .service-item .service-title-container .service-title{display:flex;flex:1 1;flex-direction:row;gap:.5rem;justify-content:flex-start}#membershipPlanPage-240108 #service-list-section .service-list-container .service-item .service-title-container .service-title span{color:var(--text-strong);font-size:1rem;font-style:normal;font-weight:400;line-height:160%}#membershipPlanPage-240108 #service-list-section .service-list-container .service-item .service-title-container .right-arrow-icon{height:1.5rem;width:1.5rem}#membershipPlanPage-240108 .bottom-padding{background:linear-gradient(0,#fff,#fff0);height:6.5rem;width:100%}.simple-page-title-container{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;width:100%}.simple-page-title-container .page-title{color:var(--text-strong);margin:0;white-space:pre-wrap}.simple-page-title-container .page-subtitle{color:var(--text-assistive);margin:0;white-space:pre-wrap}.floating-button-container{background-color:var(--background-secondary);border:0;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;left:calc(50% - min(100vw - (100vw - 100%),600px)/2);margin:0;padding:1rem 1.5rem;position:fixed;width:min(100vw - (100vw - 100%),600px);z-index:10}.floating-button-container button{width:100%}#membershipPaymentPage-240116 .simple-section{gap:2.5rem}#membershipPaymentPage-240116 .sub-section{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;width:100%}#membershipPaymentPage-240116 .sub-section .sub-section-title{color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:18px;font-style:normal;font-weight:800;line-height:125%;margin:0;text-align:start;width:100%}#membershipPaymentPage-240116 .sub-section .sub-section-text{color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:start}#membershipPaymentPage-240116 .sub-section .product-name-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}#membershipPaymentPage-240116 .sub-section .product-name-container svg{height:1.5rem;width:1.5rem}#membershipPaymentPage-240116 .sub-section .product-name-container svg path{fill:var(--text-disable)}#membershipPaymentPage-240116 .sub-section .payment-type-container{display:flex;flex-direction:row;gap:1rem;margin:0;padding:0;width:100%}#membershipPaymentPage-240116 .sub-section .payment-type-container .payment-type{align-items:center;background:var(--background-tertiary);border:1px solid var(--line-strong);border-radius:.5rem;display:flex;flex:1 1;flex-direction:column;gap:2px;padding:.5rem 1rem}#membershipPaymentPage-240116 .sub-section .payment-type-container .payment-type .payment-type-label{color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:700;line-height:160%;margin:0;text-align:center}#membershipPaymentPage-240116 .sub-section .payment-type-container .payment-type .payment-amount{color:#272727;color:var(--text-alternative,#272727);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:center}#membershipPaymentPage-240116 .sub-section .payment-type-container .payment-type.selected{background:var(--background-secondary);border:2px solid var(--primary-normal)}#membershipPaymentPage-240116 .sub-section .payment-type-desc-list{display:flex;flex-direction:column;width:100%}#membershipPaymentPage-240116 .sub-section .payment-type-desc-list .payment-type-desc{display:flex;flex-direction:row;width:100%}#membershipPaymentPage-240116 .sub-section .payment-type-desc-list .payment-type-desc span{font-feature-settings:"clig" off,"liga" off;color:#444;color:var(--text-alternative,#444);font-family:Pretendard Variable;font-size:12px;font-style:normal;font-weight:400;line-height:160%}#membershipPaymentPage-240116 .sub-section .payment-type-desc-list .payment-type-desc .desc{flex:1 1}#membershipPaymentPage-240116 .sub-section .payment-method-container{align-items:center;display:flex;flex-direction:row;height:2rem;justify-content:space-between;margin:0;padding:0;width:100%}#membershipPaymentPage-240116 .sub-section .payment-method-container .payment-method-logo-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:center}#membershipPaymentPage-240116 .sub-section .payment-method-container .payment-method-logo-container span{color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:500;line-height:150%;margin:0;text-align:center}#membershipPaymentPage-240116 .sub-section .payment-method-container .payment-method-logo-container svg{height:1.5rem}#membershipPaymentPage-240116 .sub-section .payment-method-container .select-icon-container svg{height:30px;width:30px}#membershipPaymentPage-240116 .sub-section .payment-info-container{display:flex;flex-direction:column;gap:1rem;width:100%}#membershipPaymentPage-240116 .sub-section .payment-amount-container{display:flex;flex-direction:column;gap:0;width:100%}#membershipPaymentPage-240116 .sub-section .payment-amount-container .payment-item{display:flex;flex-direction:row;justify-content:space-between;width:100%}#membershipPaymentPage-240116 .sub-section .payment-amount-container .payment-item.discount p{color:#e69a39;color:var(--secondary-normal,#e69a39)}#membershipPaymentPage-240116 .sub-section .total-amount-container{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}#membershipPaymentPage-240116 .sub-section .total-amount-container .total-amount{display:flex;flex-direction:column;gap:0;justify-content:right;text-align:right}#membershipPaymentPage-240116 .sub-section .total-amount-container .total-amount-text{color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:20px;font-style:normal;font-weight:700;line-height:160%;margin:0}#membershipPaymentPage-240116 .sub-section .total-amount-container .krw-amount{color:#c3c3c3;color:var(--text-disable,#c3c3c3);font-family:Pretendard Variable;font-size:12px;font-style:normal;font-weight:500;line-height:125%;text-align:right}#membershipPaymentPage-240116 .sub-section .discount-container.flex-row{display:flex;flex-direction:row;justify-content:space-between}#membershipPaymentPage-240116 .sub-section .discount-container{align-items:center;background-color:var(--background-tertiary);border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.185rem;justify-content:center;padding:1rem}#membershipPaymentPage-240116 .sub-section .discount-container .discount-text{margin:0;padding:0;text-align:center}#membershipPaymentPage-240116 .sub-section .discount-container .discount-text b{color:var(--secondary-normal)}#membershipPaymentPage-240116 .sub-section .discount-container .change-payment-option-button{cursor:pointer}#membershipPaymentPage-240116 .sub-section .discount-container .flex-space-btw{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}#membershipPaymentPage-240116 .sub-section .discount-container .alert-cash-item{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}#membershipPaymentPage-240116 .sub-section .discount-container .alert-cash-item .bullet{align-items:center;display:flex;flex-direction:column;height:1rem;justify-content:center;width:1rem}#membershipPaymentPage-240116 .sub-section .discount-container .alert-cash-item .bullet .hint-icon{height:1rem;margin-right:.185rem;width:1rem}#membershipPaymentPage-240116 .sub-section .discount-container .cash-info-item{align-items:center;display:flex;justify-content:space-between;width:100%}#membershipPaymentPage-240116 .sub-section .discount-container .cash-info-item .cash-my-info-item{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}#membershipPaymentPage-240116 .sub-section .discount-container .charge-button{background-color:var(--primary-assistive);border:none;border-radius:.5rem;color:var(--primary-normal);height:3rem;margin-top:.65rem;width:100%}#membershipPaymentPage-240116 .sub-section.payment-method-section{gap:1rem}main:has(#membershipPaymentPage-240116) .product-details-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}main:has(#membershipPaymentPage-240116) .product-details-container .product-icon-container{align-items:center;display:flex;flex-direction:column;justify-content:center}main:has(#membershipPaymentPage-240116) .product-details-container .product-icon-container svg{height:4rem;width:4rem}main:has(#membershipPaymentPage-240116) .product-details-container .product-details{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}main:has(#membershipPaymentPage-240116) .product-details-container .product-details .dialog-title{color:#1e1e1e;color:var(--Text-Color-Strong,var(--Text-Strong,#1e1e1e));font-family:Pretendard Variable;font-size:24px;font-style:normal;font-weight:800;line-height:125%;margin:0;padding:0;text-align:start}main:has(#membershipPaymentPage-240116) .product-details-container .product-details .description{color:#444;color:var(--Text-Color-Alternative,var(--Text-Alternative,#444));font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin:0;padding:0;text-align:start;white-space:pre-wrap}body:has(.payment-method-drawer-container),html:has(.payment-method-drawer-container){overflow:hidden}body:has(.payment-method-drawer-container.closed),html:has(.payment-method-drawer-container.closed){overflow:visible;overflow:initial}.payment-method-drawer-container{align-items:center;background-color:#00000080;background-color:var(--black-50);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:25}.payment-method-drawer-container.closed{display:none}.backdrop{height:100%;width:100%;z-index:25}.base-drawer{align-items:center;background-color:var(--background-secondary);border-radius:1rem 1rem 0 0;bottom:0;box-shadow:0 -8px 16px 0 #0000000a;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:auto 0;padding:3rem 1.5rem 1rem;position:absolute;width:min(100vw - (100vw - 100%),600px);z-index:100}.base-drawer.payment-drawer{display:flex;flex-direction:column;gap:2rem}.base-drawer.payment-drawer .payment-drawer-title{color:var(--text-strong);font-family:Pretendard Variable;font-size:24px;font-style:normal;font-weight:800;line-height:125%;margin:0;text-align:center}.base-drawer.payment-drawer .payment-method-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;width:100%}.base-drawer.payment-drawer .payment-method-grid .payment-method-button{align-items:center;background-color:var(--background-tertiary);border:2px solid var(--line-normal);border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:2px;height:50px;justify-content:center;padding:0 2rem;width:100%}.base-drawer.payment-drawer .payment-method-grid .payment-method-button .logo-wrapper{align-items:center;display:flex;flex-direction:row;gap:2px;height:1.5rem;justify-content:center;overflow:visible;width:100%}.base-drawer.payment-drawer .payment-method-grid .payment-method-button .logo-wrapper span{color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:500;line-height:150%;margin:0;text-align:center}.base-drawer.payment-drawer .payment-method-grid .payment-method-button .logo-wrapper svg{height:1.5rem}.base-drawer.payment-drawer .payment-method-grid .payment-method-button.selected{background-color:var(--background-secondary);border:2px solid var(--primary-normal)}.eximbay-recurring-payment-container,.eximbay-recurring-payment-container .eximbay-recurring-payment-form{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.service-detail-page-ver2 .service-detail-title-section{align-items:flex-start;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:flex;flex-direction:column;height:560px;justify-content:flex-start;padding:4rem 1.5rem;width:100%}.service-detail-page-ver2 .service-detail-title-section .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}.service-detail-page-ver2 .service-detail-title-section .page-title-container .page-subtitle,.service-detail-page-ver2 .service-detail-title-section .page-title-container .page-title{color:#fff;color:var(--WB-white);margin:0;text-align:start;width:100%}.service-detail-page-ver2 .card-content-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}.service-detail-page-ver2 .card-content-container .service-info-card{min-height:5rem}.service-detail-page-ver2 .card-content-container .service-info-card .service-info-container{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;width:100%}.service-detail-page-ver2 .card-content-container .service-info-card .service-info-container .icon-container{align-items:center;display:flex;flex-direction:column;height:2rem;justify-content:center;width:2rem}.service-detail-page-ver2 .card-content-container .service-info-card .service-info-container .icon-container .service-info-icon{height:2rem;width:2rem}.service-detail-page-ver2 .card-content-container .service-info-card .service-info-container .service-info-label-container{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}.service-detail-page-ver2 .card-content-container .service-info-card .service-info-container .service-info-label-container .service-info-subtitle,.service-detail-page-ver2 .card-content-container .service-info-card .service-info-container .service-info-label-container .service-info-title{margin:0;text-align:start;width:100%}.service-detail-page-ver2 .compare-box{width:100%}.service-detail-page-ver2 .compare-box .compare-container-wrapper .compare-container.secondary{background-color:var(--fill-alternative);flex:4 1}.service-detail-page-ver2 .compare-box .compare-container-wrapper .compare-container.primary{flex:6 1}.service-detail-page-ver2 .service-info-section2 .card-with-bg-color .card-content .content-title{color:#fff;color:var(--WB-white);margin:0;width:100%}.service-detail-page-ver2 .service-info-section2 .card-with-bg-color .card-content .content-desc{color:#ffffff80;color:var(--white-50);margin:0;width:100%}.service-detail-page-ver2 .service-info-section2 .card-with-bg-color .card-with-bg-divider{border-color:#ffffff80;border-color:var(--white-50)}.service-detail-page-ver2 .compare-section{background-color:var(--background-secondary);gap:1rem;padding:4rem 1.5rem}.service-detail-page-ver2 .compare-section,.service-detail-page-ver2 .cred-section{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.service-detail-page-ver2 .cred-section{background-color:var(--background-primary);box-sizing:border-box;gap:2.5rem;padding:2.75rem 1.5rem}.service-detail-page-ver2 .cred-section .logo-container{align-items:center;display:flex;flex-direction:column;height:54px;justify-content:center;width:270px}.service-detail-page-ver2 .cred-section .section-title-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}.service-detail-page-ver2 .cred-section .section-title-container .section-subtitle,.service-detail-page-ver2 .cred-section .section-title-container .section-title{margin:0;text-align:center;width:100%}.service-detail-page-ver2 .question-section{align-items:center;background-color:var(--background-primary);box-sizing:border-box;display:flex;flex-direction:column;gap:2.5rem;justify-content:center;padding:4rem 1.5rem;width:100%}.service-detail-page-ver2 .question-section .section-title{margin:0;text-align:center;width:100%}.service-detail-page-ver2 .notice-section{background-color:var(--fill-alternative);gap:.25rem;padding:2rem 1.5rem}.service-detail-page-ver2 .notice-section .title-container{display:flex;flex-direction:row;gap:.25rem;width:100%}.service-detail-page-ver2 .notice-section .title-container .section-title{color:var(--text-alternative);flex:1 1;font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:700;line-height:160%;margin:0}.service-detail-page-ver2 .notice-section .title-container svg path{fill:var(--text-assistive)}.service-detail-page-ver2 .notice-section .notice-list-container{display:flex;flex-direction:column;gap:.25rem;margin:0;width:100%}.service-detail-page-ver2 .notice-section .notice-list-container .notice-item{display:flex;flex-direction:row;gap:.25rem;width:100%}.service-detail-page-ver2 .notice-section .notice-list-container .notice-item .bullet{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.service-detail-page-ver2 .notice-section .notice-list-container .notice-item .desc{color:var(--text-alternative);flex:1 1;margin:0}.service-detail-page-ver2 .floating-button-container{background-color:var(--background-secondary);border:0;bottom:54px;box-sizing:border-box;display:flex;flex-direction:column;left:calc(50% - min(100vw - (100vw - 100%),600px)/2);margin:0;padding:.5rem 1.5rem 1rem;position:fixed;width:min(100vw - (100vw - 100%),600px);z-index:10}.service-detail-page-ver2 .floating-button-container .base-button{color:#fff;color:var(--WB-white)}#hirevisa:has(.navigation.invisible) .floating-button-container{bottom:0}.section-with-bg-color .section-title-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.section-with-bg-color .section-title-container .section-title{color:#fff;color:var(--WB-white);margin:0;width:100%}.section-with-bg-color .section-title-container .section-subtitle{color:#ffffff80;color:var(--white-50);margin:0;width:100%}.section-with-bg-color .section-content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.flagged-box-container{display:flex;flex-direction:column;gap:1rem;position:relative;width:100%}.flagged-box-container .flag-icon{height:3.5rem;position:absolute;right:calc(18px - .5rem);top:-1rem;width:3rem}.flagged-box-container .flag-icon path{fill:var(--status-warning)}.flagged-box-container .flagged-box{background-color:var(--background-secondary);border-radius:.5rem;box-sizing:border-box;gap:1rem;padding:1.5rem}.flagged-box-container .flagged-box,.flagged-box-container .flagged-box .item-list{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.flagged-box-container .flagged-box .item-list{gap:.5rem}.flagged-box-container .flagged-box .item-list .item-container{align-items:flex-start;display:grid;grid-template-columns:1.5rem 1fr;justify-content:flex-start}.flagged-box-container .flagged-box .item-list .item-container .icon-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}.flagged-box-container .flagged-box .item-list .item-container .icon-container .list-icon{height:1rem;width:1rem}#go-abroad-page .service-info-section2{background-color:var(--background-primary)!important}#go-abroad-page .cred-section{background-color:var(--background-secondary)!important;gap:2.5rem;padding:4rem 1.5rem}#go-abroad-page .cred-section .logo-container{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}#go-abroad-page .answer-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}#go-abroad-page .answer-container .answer-item{align-items:flex-start;display:flex;flex-direction:row;gap:0;justify-content:flex-start;width:100%}#go-abroad-page .answer-container .answer-item .bullet{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}#go-abroad-page .answer-container .answer-item .bullet .check-icon{height:1rem;width:1rem}#go-abroad-page .answer-container .answer-item .answser{flex:1 1}#health-exem-page .cred-section{background-color:var(--background-secondary)}#health-exem-page .cred-section .logo-container.health-exem{height:auto;max-width:480px;width:100%}#health-exem-page .question-card-list .answer-container{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}#health-exem-page .question-card-list .answer-container .answer-item-container{align-items:flex-start;background-color:var(--background-tertiary);border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;padding:1rem;width:100%}#health-exem-page .question-card-list .answer-container .answer-item-container .answer-item{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}#health-exem-page .question-card-list .answer-container .answer-item-container .answer-item .bullet{align-items:center;display:flex;flex-direction:row;height:1.5rem;justify-content:center;width:1.5rem}#health-exem-page .question-card-list .answer-container .answer-item-container .answer-item .bullet svg{height:1.5rem;width:1.5rem}#health-exem-page .question-card-list .answer-container .answer-item-container .answer-item .bullet svg path{fill:#2268ab}#health-exem-page .question-card-list .answer-container .answer-item-container .answer-item .answser{flex:1 1;margin:0;text-align:start}#goAbroadApplicationPage20240317 #loading-page{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:5rem 1.5rem;width:100%}#goAbroadApplicationPage20240317 #loading-page .img-container{align-items:center;display:flex;flex-direction:column;height:10rem;justify-content:center;width:10rem}#goAbroadApplicationPage20240317 #loading-page .img-container .doc-img{height:10rem;width:10rem}#goAbroadApplicationPage20240317 #loading-page .page-title-container{align-items:center;display:flex;flex-direction:column;gap:2.5rem;justify-content:center;width:100%}#goAbroadApplicationPage20240317 #loading-page .page-title-container .page-title{margin:0;text-align:center;width:100%}#goAbroadApplicationPage20240317 #loading-page .page-title-container .loading-container{align-items:center;display:flex;flex-direction:column;height:4rem;justify-content:center;width:4rem}#goAbroadApplicationPage20240317 .application-page,#goAbroadApplicationPage20240317 .application-page .page-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}#goAbroadApplicationPage20240317 .application-page .page-title-container{gap:.5rem;padding:.5rem 1.5rem 1rem}#goAbroadApplicationPage20240317 .application-page .page-title-container .page-subtitle,#goAbroadApplicationPage20240317 .application-page .page-title-container .page-title{margin:0;text-align:left;width:100%}#goAbroadApplicationPage20240317 .application-page .application-content .notice-item-list{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#goAbroadApplicationPage20240317 .application-page .application-content .notice-item-list .notice-item{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}#goAbroadApplicationPage20240317 .application-page .application-content .notice-item-list .notice-item .bullet-icon-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}#goAbroadApplicationPage20240317 .application-page .application-content .notice-item-list .notice-item .bullet-icon-container .bullet-icon{height:1.5rem;width:1.5rem}#goAbroadApplicationPage20240317 .application-page .application-content .notice-item-list .notice-item .notice{flex:1 1;margin:0;text-align:left}#goAbroadApplicationPage20240317 .application-page .application-content .addr-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#goAbroadApplicationPage20240317 .application-page .application-content .addr-container .addr,#goAbroadApplicationPage20240317 .application-page .application-content .addr-container .addr-label{margin:0;text-align:left;width:100%}#goAbroadApplicationPage20240317 .application-page .application-content .abroad-date-form{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem;justify-content:flex-start;width:100%}#goAbroadApplicationPage20240317 .application-page .application-content .abroad-date-form .inquiry-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}#goAbroadApplicationPage20240317 .application-page .application-content .abroad-date-form .inquiry-container .inquiry-title{margin:0;text-align:center;width:100%}main:has(#goAbroadApplicationPage20240317) .error-dialog .error-dialog-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}main:has(#goAbroadApplicationPage20240317) .error-dialog .error-dialog-container .error-icon-container{align-items:center;display:flex;flex-direction:column;height:5rem;justify-content:center;width:5rem}main:has(#goAbroadApplicationPage20240317) .error-dialog .error-dialog-container .error-icon-container .error-icon{height:5rem;width:5rem}main:has(#goAbroadApplicationPage20240317) .error-dialog .error-dialog-container .dialog-title-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}main:has(#goAbroadApplicationPage20240317) .error-dialog .error-dialog-container .dialog-title-container .dialog-desc,main:has(#goAbroadApplicationPage20240317) .error-dialog .error-dialog-container .dialog-title-container .dialog-title{margin:0;text-align:center;width:100%}#apply-go-abroad-ext-page #loading-page{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:5rem 1.5rem;width:100%}#apply-go-abroad-ext-page #loading-page .img-container{align-items:center;display:flex;flex-direction:column;height:10rem;justify-content:center;width:10rem}#apply-go-abroad-ext-page #loading-page .img-container .doc-img{height:10rem;width:10rem}#apply-go-abroad-ext-page #loading-page .page-title-container{align-items:center;display:flex;flex-direction:column;gap:2.5rem;justify-content:center;width:100%}#apply-go-abroad-ext-page #loading-page .page-title-container .page-title{margin:0;text-align:center;width:100%}#apply-go-abroad-ext-page #loading-page .page-title-container .loading-container{align-items:center;display:flex;flex-direction:column;height:4rem;justify-content:center;width:4rem}#apply-go-abroad-ext-page .application-page,#apply-go-abroad-ext-page .application-page .page-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}#apply-go-abroad-ext-page .application-page .page-title-container{gap:.5rem;padding:.5rem 1.5rem 1rem}#apply-go-abroad-ext-page .application-page .page-title-container .page-subtitle,#apply-go-abroad-ext-page .application-page .page-title-container .page-title{margin:0;text-align:left;width:100%}#apply-go-abroad-ext-page .application-page .application-content .notice-item-list{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#apply-go-abroad-ext-page .application-page .application-content .notice-item-list .notice-item{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}#apply-go-abroad-ext-page .application-page .application-content .notice-item-list .notice-item .bullet-icon-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}#apply-go-abroad-ext-page .application-page .application-content .notice-item-list .notice-item .bullet-icon-container .bullet-icon{height:1.5rem;width:1.5rem}#apply-go-abroad-ext-page .application-page .application-content .notice-item-list .notice-item .notice{flex:1 1;margin:0;text-align:left}#apply-go-abroad-ext-page .application-page .application-content .addr-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#apply-go-abroad-ext-page .application-page .application-content .addr-container .addr,#apply-go-abroad-ext-page .application-page .application-content .addr-container .addr-label{margin:0;text-align:left;width:100%}#apply-go-abroad-ext-page .application-page .application-content .abroad-date-form{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem;justify-content:flex-start;width:100%}#apply-go-abroad-ext-page .application-page .application-content .abroad-date-form .inquiry-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}#apply-go-abroad-ext-page .application-page .application-content .abroad-date-form .inquiry-container .inquiry-title{margin:0;text-align:center;width:100%}#applyCheckHealthInsuranceEnrollmentDatePage20240329 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;padding:.5rem 1.5rem 1rem;width:100%}#applyCheckHealthInsuranceEnrollmentDatePage20240329 .page-title-container .page-subtitle,#applyCheckHealthInsuranceEnrollmentDatePage20240329 .page-title-container .page-title{margin:0;text-align:start;width:100%}#applyCheckHealthInsuranceEnrollmentDatePage20240329 .page-content-container{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding-bottom:7rem;width:100%}#applyCheckHealthInsuranceEnrollmentDatePage20240329 .page-content-container .service-desc-list{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#applyCheckHealthInsuranceEnrollmentDatePage20240329 .page-content-container .service-desc-list .service-desc-item{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}#applyCheckHealthInsuranceEnrollmentDatePage20240329 .page-content-container .service-desc-list .service-desc-item .bullet{height:1.5rem;width:1.5rem}#applyCheckHealthInsuranceEnrollmentDatePage20240329 .page-content-container .service-desc-list .service-desc-item .desc{flex:1 1}#healthExemptionApplicationPage20240409 #loading-page{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:5rem 1.5rem;width:100%}#healthExemptionApplicationPage20240409 #loading-page .img-container{align-items:center;display:flex;flex-direction:column;height:10rem;justify-content:center;width:10rem}#healthExemptionApplicationPage20240409 #loading-page .img-container .doc-img{height:10rem;width:10rem}#healthExemptionApplicationPage20240409 #loading-page .page-title-container{align-items:center;display:flex;flex-direction:column;gap:2.5rem;justify-content:center;width:100%}#healthExemptionApplicationPage20240409 #loading-page .page-title-container .page-title{margin:0;text-align:center;width:100%}#healthExemptionApplicationPage20240409 #loading-page .page-title-container .loading-container{align-items:center;display:flex;flex-direction:column;height:4rem;justify-content:center;width:4rem}main:has(#healthExemptionApplicationPage20240409) .error-dialog .error-dialog-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}main:has(#healthExemptionApplicationPage20240409) .error-dialog .error-dialog-container .error-icon-container{align-items:center;display:flex;flex-direction:column;height:5rem;justify-content:center;width:5rem}main:has(#healthExemptionApplicationPage20240409) .error-dialog .error-dialog-container .error-icon-container .error-icon{height:5rem;width:5rem}main:has(#healthExemptionApplicationPage20240409) .error-dialog .error-dialog-container .dialog-title-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}main:has(#healthExemptionApplicationPage20240409) .error-dialog .error-dialog-container .dialog-title-container .dialog-desc,main:has(#healthExemptionApplicationPage20240409) .error-dialog .error-dialog-container .dialog-title-container .dialog-title{margin:0;text-align:center;width:100%}#healthExemptionApplicationCompletePage-240410 .simple-section{gap:5rem}#healthExemptionApplicationCompletePage-240410 .page-title-container{gap:.25rem}#healthExemptionApplicationCompletePage-240410 .page-title-container,#healthExemptionApplicationCompletePage-240410 .page-title-container .main-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}#healthExemptionApplicationCompletePage-240410 .page-title-container .main-title-container .page-subtitle,#healthExemptionApplicationCompletePage-240410 .page-title-container .main-title-container .page-title{margin:0;width:100%}#healthExemptionApplicationCompletePage-240410 .page-title-container .page-tag{color:var(--primary-normal)}#healthExemptionApplicationCompletePage-240410 .img-container,#healthExemptionApplicationCompletePage-240410 .img-container svg{height:180px;width:180px}#health-ins-enrollment-date-page-240411 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:.5rem 1.5rem 1rem;width:100%}#health-ins-enrollment-date-page-240411 .page-title-container .page-title{margin:0;text-align:start;width:100%}#health-ins-enrollment-date-page-240411 .main-content{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;width:100%}#health-ins-enrollment-date-page-240411 .main-content .enrollment-date-container{align-items:flex-start;background-color:var(--primary-background);border-radius:.5rem;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;padding:1rem;width:100%}#health-ins-enrollment-date-page-240411 .main-content .enrollment-date-container .enrollment-date,#health-ins-enrollment-date-page-240411 .main-content .enrollment-date-container .enrollment-date-label{margin:0;text-align:start;width:100%}#health-ins-enrollment-date-page-240411 .desc-item-list{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#health-ins-enrollment-date-page-240411 .desc-item-list .desc-item-container{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}#health-ins-enrollment-date-page-240411 .desc-item-list .desc-item-container .bullet{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}#health-ins-enrollment-date-page-240411 .desc-item-list .desc-item-container .desc{flex:1 1}#cancelFormPage-240429 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;margin-bottom:2rem;width:100%}#cancelFormPage-240429 .page-subtitle-container{background:var(--background-tertiary);padding:.5rem 1rem;width:100%}#cancelFormPage-240429 .cancel-form-all-container{display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;width:100%}#cancelFormPage-240429 .cancel-form-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#cancelFormPage-240429 .cancel-form-container .cancel-form-options-container{display:flex;flex-direction:row;width:100%}#cancelFormPage-240429 .cancel-form-container .cancel-form-options-container .cancel-form-radio{height:44px}#cancelFormPage-240429 .cancel-form-container .cancel-form-options-container.flex-column{flex-direction:column;gap:.5rem}#cancelFormPage-240429 .cancel-form-container .cancel-form-options-container.flex-column .checkbox-label{color:var(--text-alternative);font-weight:400;text-align:left}#cancelFormPage-240429 .cancel-form-container .cancel-form-textarea-container{width:100%}#cancelFormPage-240429 .cancel-form-container .cancel-form-textarea-container .input-form-container.outlined .input-form:has(textarea:focus){border:1px solid var(--primary-normal)}#cancelFormPage-240429 .cancel-form-container .cancel-form-textarea-container input,#cancelFormPage-240429 .cancel-form-container .cancel-form-textarea-container textarea{color:var(--text-normal);font-family:Pretendard Variable;font-size:.875rem;font-style:normal;font-weight:400;line-height:150%;text-align:start}#cancelFormPage-240429 .cancel-form-container .cancel-form-textarea-container input::placeholder,#cancelFormPage-240429 .cancel-form-container .cancel-form-textarea-container textarea::placeholder{color:var(--text-assistive);font-family:Pretendard Variable;font-size:.875rem;font-style:normal;font-weight:400;line-height:150%}#cancelFormPage-240429 .cancel-form-button-container{width:100%}#cancelFormPage-240429 .checkbox-label{color:var(--text-assistive);text-align:center}#membershipUsageStatusPage-240527 .membership-usage-status-userInfo-container.active{background:linear-gradient(90deg,#3060bf,#1c376e)}#membershipUsageStatusPage-240527 .membership-usage-status-userInfo-container{align-items:center;background:linear-gradient(90deg,#e69a39,#ab722b);background:var(--gradient-secondary-dark,linear-gradient(90deg,#e69a39 0,#ab722b 100%));color:var(--WB-white);display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:3rem 1.5rem;width:100%}#membershipUsageStatusPage-240527 .membership-usage-status-userInfo-container .hirevisa-badge.active svg path{fill:var(--primary-normal)}#membershipUsageStatusPage-240527 .membership-usage-status-userInfo-container .hirevisa-badge{align-items:center;background-color:var(--WB-white);border-radius:1.5rem;display:flex;gap:.125rem;justify-content:center;padding:0 .75rem 0 .5rem}#membershipUsageStatusPage-240527 .membership-usage-status-userInfo-container .hirevisa-badge svg path{fill:var(--secondary-normal)}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container{align-items:flex-start;gap:1rem}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .usage-title{margin:0}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .membership-usage-status-desc-container{background-color:var(--background-tertiary);border-radius:.5rem;padding:1rem 0;text-align:center;width:100%}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .membership-usage-status-desc-container .go-rc-protect-text{font-size:12px;font-weight:500;line-height:140%;-webkit-text-decoration-line:underline;text-decoration-line:underline}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .membership-usage-status-desc-container .desc-text{line-height:140%}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .progress-bar-container{width:100%}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .progress-bar-container .progress-bar-text{margin-bottom:.5rem}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .membership-payment-info-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .membership-payment-info-container .membership-next-payment-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .membership-payment-info-container .payment-method-btn{margin-top:1rem}#membershipUsageStatusPage-240527 .membership-usage-status-detail-container .inquiry-more-service-text{cursor:pointer;margin-top:3rem;-webkit-text-decoration-line:underline;text-decoration-line:underline}.base-progress-bar-container{align-items:flex-start;display:flex;flex-direction:column;height:5px;justify-content:center;position:relative;width:100%}.base-progress-bar-container .progress-bar-current,.base-progress-bar-container .progress-bar-total{border-radius:5px;height:5px;left:0;position:absolute;top:2.5px}.base-progress-bar-container .progress-bar-seperator-list{align-items:center;background-color:#0000;border-radius:5px;display:flex;flex-direction:row;gap:.25rem;height:5px;justify-content:space-between;left:0;position:absolute;top:0;width:100%}.base-progress-bar-container .progress-bar-seperator-list .seperator.bar{background-color:var(--primary-normal);border-radius:10px;flex:1 1;height:5px;width:auto}.base-progress-bar-container .progress-bar-seperator-list .seperator.bar.not-done{background-color:var(--line-strong);flex:1 1;height:5px;width:auto}.base-progress-bar-container .progress-bar-seperator-list .seperator.dot{background-color:var(--primary-normal);border-radius:10px;flex:initial;height:10px;width:10px}.base-progress-bar-container .progress-bar-seperator-list .seperator.dot.not-done{background-color:var(--text-disable)}.base-progress-bar-container .progress-bar-seperator-list .seperator.dot.start,.base-progress-bar-container .progress-bar-seperator-list .seperator.dot:first-child,.base-progress-bar-container .progress-bar-seperator-list .seperator.dot:last-child{background-color:#0000}.base-progress-bar-container .progress-bar-current{background-color:var(--primary-normal)}.base-progress-bar-container .progress-bar-total{background-color:var(--line-strong);width:100%}.base-progress-bar-container.sm{height:10px}.base-progress-bar-container.sm .progress-bar-current,.base-progress-bar-container.sm .progress-bar-total{border-radius:5px;height:5px;left:0;top:2.5px}.base-progress-bar-container.sm .progress-bar-seperator-list{border-radius:5px;gap:.25rem;height:5px;height:10px;left:0;top:0}.base-progress-bar-container.sm .progress-bar-seperator-list .seperator.bar{border-radius:10px;height:5px}.base-progress-bar-container.sm .progress-bar-seperator-list .seperator.dot{border-radius:10px;height:10px;width:10px}.base-progress-bar-container.md{height:1.5rem}.base-progress-bar-container.md .progress-bar-current,.base-progress-bar-container.md .progress-bar-total{border-radius:1rem;height:1rem;left:0;top:.25rem}.base-progress-bar-container.md .progress-bar-seperator-list{border-radius:1.5rem;gap:.25rem;height:1.5rem;left:0;top:0}.base-progress-bar-container.md .progress-bar-seperator-list .seperator.bar{border-radius:1rem;height:1rem}.base-progress-bar-container.md .progress-bar-seperator-list .seperator.dot{border-radius:1.5rem;height:1.5rem;width:1.5rem}#my-page-header-container{box-sizing:border-box;height:56px;left:0;position:fixed;top:0;width:100%;z-index:20}#my-page-header-container,#my-page-header-container #my-page-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0}#my-page-header-container #my-page-header{background-color:var(--background-secondary);gap:0;width:min(100vw - (100vw - 100%),600px)}#my-page-header-container #my-page-header .button-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:3.5rem;justify-content:space-between;margin:0;padding:0 .5rem;width:100%}#my-page-header-container #my-page-header .button-container .icon-button-container{align-items:center;display:flex;flex-direction:column;height:3rem;justify-content:center;margin:0;padding:0;width:3rem}#my-page-header-container #my-page-header .button-container .icon-button-container svg{height:2rem;width:2rem}#myPage-240118{background-color:var(--background-primary);gap:.5rem}#myPage-240118 #profile-section{align-items:center;background-color:var(--background-secondary);display:flex;flex-direction:column;gap:0;margin:0;padding:0;width:100%}#myPage-240118 #profile-section .page-title-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;margin:0;padding:.5rem 1.5rem 1rem;width:100%}#myPage-240118 #profile-section .page-title-container .page-title{margin:0}#myPage-240118 #profile-section .profile-container{flex-direction:row;gap:1rem}#myPage-240118 #profile-section .profile-container .profile-image-container{border-radius:100%;height:6rem;width:6rem}#myPage-240118 #profile-section .profile-container .profile-image-container:not(:has(img)){background-color:var(--background-tertiary)}#myPage-240118 #profile-section .profile-container .profile-info-container{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.25rem;justify-content:flex-start;margin:0;padding:0}#myPage-240118 #profile-section .profile-container .profile-info-container .badge-container{align-items:flex-start;display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start;margin:0;padding:0}#myPage-240118 #profile-section .profile-container .profile-info-container .user-name{color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:24px;font-style:normal;font-weight:800;line-height:125%;margin:0;text-align:flex-start}#myPage-240118 #profile-section .profile-container .profile-info-container .user-email{color:#272727;color:var(--text-normal,#272727);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:flex-start}#myPage-240118 .menu-section{padding:1.5rem}#myPage-240118 .menu-section .menu-list{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;margin:0;padding:0;width:100%}#myPage-240118 .menu-section .menu-list .menu-item{align-items:center;display:flex;flex-direction:row;gap:.5rem;height:4rem;justify-content:space-between;margin:0;padding:0;width:100%}#myPage-240118 .menu-section .menu-list .menu-item .menu-icon-wrapper{align-items:center;background-color:var(--background-tertiary);border-radius:.25rem;display:flex;flex-direction:column;height:2.5rem;justify-content:center;margin:0;padding:0;width:2.5rem}#myPage-240118 .menu-section .menu-list .menu-item .menu-name{align-items:center;color:#1e1e1e;color:var(--text-strong,#1e1e1e);display:flex;flex:1 1;flex-direction:row;font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:400;gap:.5rem;justify-content:space-between;line-height:160%;margin:0;text-align:flex-start}#myPage-240118 .menu-section .menu-list .menu-item .menu-name.menu-name-cash{font-size:12px;font-style:normal;font-weight:400;line-height:160%}#myPage-240118 .menu-section .menu-list .menu-item .icon-wrapper{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;margin:0;padding:0;width:auto}#myPage-240118 .menu-section .menu-list .menu-item .icon-wrapper svg{height:1.5rem;width:1.5rem}#myPage-240118 .danger-section{background-color:var(--background-primary);padding:1rem}main:has(#myPage-240118) .membership-cancel-dialog .img-container{height:5rem;width:5rem}main:has(#myPage-240118) .membership-cancel-dialog .img-container svg{height:5rem;width:5rem}main:has(#myPage-240118) #complete-reactivate-toast{align-items:center;bottom:calc(54px + 1rem);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;left:0;margin:auto;padding:0;position:fixed;width:100%}main:has(#myPage-240118) #complete-reactivate-toast .toast-container{align-items:center;background-color:var(--text-assistive);border-radius:.5rem;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:1rem;padding:.5rem 1rem;width:calc(min(100%,600px) - 3rem)}main:has(#myPage-240118) #complete-reactivate-toast .toast-container .toast-text{color:var(--background-secondary);flex:1 1;margin:0}main:has(#myPage-240118) #complete-reactivate-toast .toast-container .icon-button{align-items:center;background:0;border:0;display:flex;flex-direction:column;height:1.5rem;justify-content:center;margin:0;padding:0;width:1.5rem}main:has(#myPage-240118) #complete-reactivate-toast .toast-container .icon-button svg{height:1.5rem;width:1.5rem}main:has(#myPage-240118) #complete-reactivate-toast .toast-container .icon-button svg path{fill:var(--background-secondary)}main:has(#myPage-240118) #complete-reactivate-toast.invisible{display:none}#registerUniversityPage-240118 .simple-section{gap:2rem}#registerUniversityPage-240118 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#registerUniversityPage-240118 .page-title-container .main-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;margin:0;padding:0;width:100%}#registerUniversityPage-240118 .page-title-container .main-title-container .page-tag{color:var(--primary-normal)}#registerUniversityPage-240118 .university-list-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;margin:0;padding:0;width:100%}#registerUniversityPage-240118 .university-list-container .filter-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#registerUniversityPage-240118 .university-list-container .university-list-grid{grid-gap:1rem;align-items:flex-start;display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr;justify-content:flex-start;width:100%}#registerUniversityPage-240118 .university-list-container .university-list-grid .university-card{align-items:center;border-style:solid;border-width:1px;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin:0;padding:.5rem .75rem}#registerUniversityPage-240118 .university-list-container .university-list-grid .university-card .university-logo-container{align-items:center;display:flex;flex-direction:column;gap:0;height:70px;justify-content:center;margin:0;width:70px}#registerUniversityPage-240118 .university-list-container .university-list-grid .university-card .university-logo-container .university-logo{height:70px;width:70px}#registerUniversityPage-240118 .university-list-container .university-list-grid .university-card .university-name{height:26px;text-align:center}#registerUniversityPage-240118 .university-list-container .university-list-grid .not-activated{border-color:#ccc}#registerUniversityPage-240118 .university-list-container .university-list-grid .activated{border-color:var(--primary-normal)}#registerUniversityPage-240118 .university-list-container .university-list-grid .activated .university-name{color:var(--primary-normal)}#registerUniversityPage-240118 .not-in-list-button-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.university-list-container .university-region-list{display:flex;flex-wrap:wrap;gap:1rem}main:has(#registerUniversityPage-240118) .campus-selector{gap:1rem;margin:0;padding:0}main:has(#registerUniversityPage-240118) .campus-selector .filter-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}main:has(#registerUniversityPage-240118) .campus-selector .university-list-grid{grid-gap:1rem;align-items:flex-start;display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr;justify-content:flex-start;width:100%}main:has(#registerUniversityPage-240118) .campus-selector .university-list-grid .university-card{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin:0;padding:.5rem .75rem}main:has(#registerUniversityPage-240118) .campus-selector .university-list-grid .university-card .university-logo-container{align-items:center;display:flex;flex-direction:column;gap:0;height:70px;justify-content:center;margin:0;width:70px}main:has(#registerUniversityPage-240118) .campus-selector .university-list-grid .university-card .university-logo-container .university-logo{height:70px;width:70px}main:has(#registerUniversityPage-240118) .campus-selector .university-list-grid .university-card .university-name{height:26px;text-align:center}main:has(#registerUniversityPage-240118) .campus-selector .university-list-grid .university-card.selected{border-color:var(--primary-normal)}main:has(#registerUniversityPage-240118) .campus-selector .university-list-grid .university-card.selected .university-name{color:var(--primary-normal)}.not-in-list-button-container main:has(#registerUniversityPage-240118) .not-in-univ-list-dialog-content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}main:has(#registerUniversityPage-240118) .university-region-selector-container{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;width:100%}main:has(#registerUniversityPage-240118) .university-region-selector-container .bottom-sheet-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}main:has(#registerUniversityPage-240118) .university-region-selector-container .bottom-sheet-title-container .title-tag{color:var(--primary-normal);text-align:start}main:has(#registerUniversityPage-240118) .university-region-selector-container .bottom-sheet-title-container .title{text-align:start}main:has(#registerUniversityPage-240118) .university-region-selector-container .university-region-list{display:flex;flex-wrap:wrap;gap:1rem}main:has(#registerUniversityPage-240118) .campus-selector{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}main:has(#registerUniversityPage-240118) .campus-selector .campus-selector-title-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}main:has(#registerUniversityPage-240118) .campus-selector .campus-selector-title-container .campus-selector-title{margin:0}main:has(#registerUniversityPage-240118) .campus-selector .campus-selector-option-list{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}main:has(#registerUniversityPage-240118) .campus-selector .campus-selector-option-list .campus-item{height:44px}main:has(#registerUniversityPage-240118) .campus-selector .radio-form-item-container{height:44px}main:has(#registerUniversityPage-240118) .not-in-univ-list-dialog-content{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}#checkSelectedUniversityPage-240118 .simple-section{flex:1 1;gap:2.5rem}#checkSelectedUniversityPage-240118 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#checkSelectedUniversityPage-240118 .page-title-container .main-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;margin:0;padding:0;width:100%}#checkSelectedUniversityPage-240118 .page-title-container .main-title-container .page-tag{color:var(--primary-normal)}#checkSelectedUniversityPage-240118 .university-info-container{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;justify-content:flex-start;width:100%}#checkSelectedUniversityPage-240118 .university-info-container .university-logo-container,#checkSelectedUniversityPage-240118 .university-info-container .university-logo-container .university-logo{height:180px;width:180px}#checkSelectedUniversityPage-240118 .university-info-container .university-name-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}#checkSelectedUniversityPage-240118 .university-info-container .university-name-container .noti,#checkSelectedUniversityPage-240118 .university-info-container .university-name-container .university-name{margin:0;text-align:center}#completeRegisterUniversityPage-240207 .simple-section{gap:5rem}#completeRegisterUniversityPage-240207 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#completeRegisterUniversityPage-240207 .page-title-container .page-tag{color:var(--primary-normal)}#completeRegisterUniversityPage-240207 .img-container,#completeRegisterUniversityPage-240207 .img-container svg{height:180px;width:180px}#registerPassportPage-240131 .simple-section{gap:2rem}#registerPassportPage-240131 .simple-section .page-title-container{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;margin:0;padding:0;width:100%}#registerPassportPage-240131 .simple-section .page-title-container .page-title{color:var(--text-normal);margin:0;text-align:center}#registerPassportPage-240131 .simple-section .example-img-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin:0;padding:0;width:100%}#registerPassportPage-240131 .simple-section .example-img-container .img-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0;width:309.514px}#registerPassportPage-240131 .simple-section .example-img-container .img-container .passport-img{align-items:center;justify-content:center;width:276px}#registerPassportPage-240131 .simple-section .example-img-container .caption-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0;width:100%}#registerPassportPage-240131 .simple-section .example-img-container .caption-container .caption-text{color:var(--text-assistive);margin:0;text-align:center}#registerPassportPage-240131 .simple-section .notification-container{align-items:center;background-color:var(--background-tertiary);box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;margin:0;padding:1.5rem;width:100%}#registerPassportPage-240131 .simple-section .notification-container .notification-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:0;padding:0;width:100%}#registerPassportPage-240131 .simple-section .notification-container .notification-title-container .notification-title{color:var(--text-strong);text-align:start}#registerPassportPage-240131 .simple-section .notification-container .notification-list{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#registerPassportPage-240131 .simple-section .notification-container .notification-list .notification-item-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#registerPassportPage-240131 .simple-section .notification-container .notification-list .notification-item-container .bullet-icon{height:1.5rem;width:1.5rem}#registerPassportPage-240131 .simple-section .notification-container .notification-list .notification-item-container .bullet-icon path{fill:var(--primary-normal)}#registerPassportPage-240131 .simple-section .notification-container .notification-list .notification-item-container .notification-item{color:var(--text-normal);flex:1 1;margin:0;text-align:start}main:has(#registerPassportPage-240131) .floating-button-container{align-items:center;bottom:0;gap:1rem;justify-content:center;left:calc(50% - min(100vw - (100vw - 100%),600px)/2);padding:.5rem 1.5rem 1rem;position:fixed;width:min(100vw - (100vw - 100%),600px)}main:has(#registerPassportPage-240131) .floating-button-container .upload-passport-button{margin:0;padding:0;width:100%}main:has(#registerPassportPage-240131) .floating-button-container .upload-passport-button .button-label-text{color:#828282;color:var(--text-assistive,#828282);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:500;line-height:100%;margin:0;text-align:center}main:has(#registerPassportPage-240131) .floating-button-container .button-div{align-items:center;background-color:var(--primary-normal);border:0;box-sizing:border-box;display:flex;flex-direction:column;gap:.125rem;justify-content:center;min-height:3.5rem;padding:0 2rem;width:100%}main:has(#registerPassportPage-240131) .floating-button-container .button-div p{color:#fff;color:var(--WB-white);margin:0}.invalid-file-extension-dialog .dialog-content{padding-bottom:1.5rem!important}.invalid-file-extension-dialog .invalid-file-extension-dialog-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:1.5rem}.invalid-file-extension-dialog .invalid-file-extension-dialog-content .img-container,.invalid-file-extension-dialog .invalid-file-extension-dialog-content .img-container .caution-img{height:5rem;width:5rem}.invalid-file-extension-dialog .invalid-file-extension-dialog-content .dialog-title-container .dialog-title{text-align:center}.invalid-file-extension-dialog .button-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;justify-content:center;width:100%}.invalid-file-extension-dialog .button-container .close-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.invalid-file-extension-dialog .button-container .upload-passport-button{flex:1 1;margin:0;padding:0}.invalid-file-extension-dialog .button-container .upload-passport-button .button-label-text{color:#828282;color:var(--text-assistive,#828282);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:500;line-height:100%;margin:0;text-align:center}.invalid-file-extension-dialog .button-container .button-div{align-items:center;background-color:var(--primary-normal);border:0;box-sizing:border-box;display:flex;flex-direction:column;gap:.125rem;justify-content:center;min-height:3.5rem;padding:0 2rem;width:100%}.invalid-file-extension-dialog .button-container .button-div p{color:#fff;color:var(--WB-white);margin:0}#checkPassportInfoPage-240131 .simple-section{gap:3.5rem}#checkPassportInfoPage-240131 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#checkPassportInfoPage-240131 .page-title-container .page-title{margin:0;text-align:start}#checkPassportInfoPage-240131 .page-title-container .page-subtitle{color:var(--primary-normal);margin:0;text-align:start}#checkPassportInfoPage-240131 .passport-info-table,#checkPassportInfoPage-240131 .passport-info-table tbody{width:100%}#checkPassportInfoPage-240131 .passport-info-table tbody tr{box-sizing:border-box;padding:0;width:100%}#checkPassportInfoPage-240131 .passport-info-table tbody tr .data-label{box-sizing:border-box;padding-right:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#checkPassportInfoPage-240131 .passport-info-table tbody tr td{padding:0 0 1.5rem}#checkPassportInfoPage-240131 .passport-info-table tbody tr td .label-text{color:var(--text-assistive);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#checkPassportInfoPage-240131 .passport-info-table tbody tr:last-child td{padding-bottom:0}#checkPassportInfoPage-240131 .passport-info-form{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;margin:0;padding:0;width:100%}#checkPassportInfoPage-240131 .passport-info-form .input-form:has(input:focus) .check-icon{display:none}#checkPassportInfoPage-240131 .passport-info-form .input-form:not(:has(input:focus)) .close-icon{display:none}#checkPassportInfoPage-240131 .passport-info-form .form-icon-button{align-items:center;display:flex;flex-direction:row;justify-content:center}#checkPassportInfoPage-240131 .passport-info-form .form-icon-button .check-icon path{fill:var(--status-success)}main:has(#checkPassportInfoPage-240131) .floating-button-container{padding:.5rem 0 1rem}#completeRegisterPassportPage-240131 .simple-section{gap:5rem}#completeRegisterPassportPage-240131 .page-title-container{gap:.25rem}#completeRegisterPassportPage-240131 .page-title-container,#completeRegisterPassportPage-240131 .page-title-container .main-title-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}#completeRegisterPassportPage-240131 .page-title-container .main-title-container .page-subtitle,#completeRegisterPassportPage-240131 .page-title-container .main-title-container .page-title{margin:0;width:100%}#completeRegisterPassportPage-240131 .page-title-container .page-tag{color:var(--primary-normal)}#completeRegisterPassportPage-240131 .img-container,#completeRegisterPassportPage-240131 .img-container svg{height:180px;width:180px}#completeRegisterPassportPage-240131.rc-issue-content{align-items:center;justify-content:flex-start}#completeRegisterPassportPage-240131.rc-issue-content .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;width:100%}#completeRegisterPassportPage-240131.rc-issue-content .page-title-container .page-subtitle,#completeRegisterPassportPage-240131.rc-issue-content .page-title-container .page-title{margin:0;text-align:center;width:100%}#settingMainPage-240210 .simple-section{padding-top:1rem}#settingMainPage-240210 .setting-menu-list{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:flex-start;width:100%}#settingMainPage-240210 .setting-menu-list .setting-menu-item{align-items:center;display:flex;flex-direction:row;height:4rem;justify-content:space-between;width:100%}#settingMainPage-240210 .setting-menu-list .setting-menu-item .menu-item-label{flex:1 1}#settingMainPage-240210 .setting-menu-list .setting-menu-item .icon-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}#settingMainPage-240210 .setting-menu-list .setting-menu-item .icon-container .link-icon{height:1.5rem;width:1.5rem}#settingMainPage-240210 .admin-setting-container{background-color:var(--status-alert-low)}#languageSettingPage-240210 .simple-section{padding-top:1rem}#languageSettingPage-240210 .checkbox-container{border:1px solid var(--line-strong);border-radius:50%}#languageSettingPage-240210 .checkbox-container,#languageSettingPage-240210 .checkbox-container label{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}#languageSettingPage-240210 .checkbox-container input{display:none}#languageSettingPage-240210 .checkbox-container .check-icon{height:1.5rem;width:1.5rem}#languageSettingPage-240210 .checkbox-container.checked{background-color:var(--primary-normal);border:1px solid var(--primary-normal)}#languageSettingPage-240210 .checkbox-container.checked .check-icon path{fill:var(--WB-white)}#languageSettingPage-240210 .language-list{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:flex-start;width:100%}#languageSettingPage-240210 .language-list .language-item{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:44px;justify-content:space-between;padding:0 .75rem 0 .25rem;width:100%}#languageSettingPage-240210 .language-list .language-item .menu-item-label{flex:1 1;margin:0;text-align:start}#notificationSettingPage-240210 .simple-section{padding-top:1rem}#notificationSettingPage-240210 .notification-list{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:flex-start;width:100%}#notificationSettingPage-240210 .notification-list .notification-item{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:44px;justify-content:space-between;padding:0 .75rem 0 .25rem;width:100%}#notificationSettingPage-240210 .notification-list .notification-item .menu-item-label{flex:1 1;margin:0;text-align:start}#PasswordSettingPage-240417 .simple-section{gap:2.5rem}#PasswordSettingPage-240417 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#PasswordSettingPage-240417 .page-title-container .page-title{margin:0;width:100%}#PasswordSettingPage-240417 .password-form-container{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;width:100%}.loading-floating-container{height:4rem;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:4rem}.loading-floating-container .loading-img{height:4rem;width:4rem}.loading-floating-container.opened{display:block}.loading-floating-container.closed{display:none}#resetPasswordPage-240215 .simple-section{gap:2.5rem}#resetPasswordPage-240215 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#resetPasswordPage-240215 .page-title-container .page-title{margin:0;width:100%}#resetPasswordPage-240215 .password-form-container{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;width:100%}#my-cash-page-header-container{box-sizing:border-box;height:56px;left:0;position:fixed;top:0;width:100%;z-index:20}#my-cash-page-header-container,#my-cash-page-header-container #my-cash-page-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0}#my-cash-page-header-container #my-cash-page-header{background-color:var(--background-secondary);gap:0;width:min(100vw - (100vw - 100%),600px)}#my-cash-page-header-container #my-cash-page-header .button-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:3.5rem;justify-content:flex-end;margin:0;padding:0 .5rem;width:100%}#my-cash-page-header-container #my-cash-page-header .button-container .icon-button-container{align-items:center;display:flex;flex-direction:column;height:3rem;justify-content:center;margin:0;padding:0;width:3rem}#my-cash-page-header-container #my-cash-page-header .button-container .icon-button-container svg{height:2rem;width:2rem}#myCashPage-240516{background-color:var(--background-primary);gap:.5rem;margin-top:56px}#myCashPage-240516 .page-title-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;margin:0;padding:.5rem 1.5rem 1rem;width:100%}#myCashPage-240516 .page-title-container .page-title{margin:0}#myCashPage-240516 .my-cash-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between}#myCashPage-240516 .my-cash-container .my-cash-info-container{display:flex;flex-direction:column;gap:.5rem}#myCashPage-240516 .my-cash-container .my-cash-info-container .my-cash-amount{margin-right:.315rem}#myCashPage-240516 .my-cash-container .my-cash-info-container .memb-fee-exemption-container{align-items:center;color:var(--primary-normal);display:flex;flex-direction:row;font-size:12px;font-style:normal;font-weight:500;gap:.25rem;line-height:125%}#myCashPage-240516 .my-cash-container .charge-button{background-color:var(--primary-assistive);border:none;border-radius:.5rem;color:var(--primary-normal);height:2rem;padding:0 1rem}#myCashPage-240516 .charge-inquiry-container{align-items:center;background-color:#0000;border:none;display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start}#myCashPage-240516 .charge-inquiry-container .icon-container,#myCashPage-240516 .charge-inquiry-container .icon-container svg{height:1rem;width:1rem}#myCashPage-240516 .charge-inquiry-container .icon-container svg path{fill:var(--text-assistive)}#myCashPage-240516 .charge-inquiry-container .charge-inquiry-text{-webkit-text-decoration-line:underline;text-decoration-line:underline}#how-to-page-header-container{box-sizing:border-box;height:56px;left:0;position:fixed;top:0;width:100%;z-index:20}#how-to-page-header-container,#how-to-page-header-container #how-to-page-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0}#how-to-page-header-container #how-to-page-header{background-color:var(--background-secondary);gap:0;width:min(100vw - (100vw - 100%),600px)}#how-to-page-header-container #how-to-page-header .button-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:3.5rem;justify-content:flex-end;margin:0;padding:0 .5rem;width:100%}#how-to-page-header-container #how-to-page-header .button-container .icon-button-container{align-items:center;display:flex;flex-direction:column;height:3rem;justify-content:center;margin:0;padding:0;width:3rem}#how-to-page-header-container #how-to-page-header .button-container .icon-button-container svg{height:2rem;width:2rem}#howToUsePage-240516 .page-title-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;margin:0;padding:.5rem 1.5rem 1rem;width:100%}#howToUsePage-240516 .page-title-container .page-title{margin:0}#howToUsePage-240516 .cash-info-container{display:flex;flex-direction:column;gap:3.75rem}#howToUsePage-240516 .cash-info-container .cash-info-step-container{display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}#howToUsePage-240516 .cash-info-container .cash-info-step-container .cash-info-step-title{margin:0}#howToUsePage-240516 .cash-info-container .cash-info-step-container .arrow-icon{align-self:center;height:2rem;width:2rem}#howToUsePage-240516 .cash-info-container .cash-info-step-container .arrow-icon path{fill:var(--primary-normal)}#howToUsePage-240516 .cash-info-container .cash-info-step-container .cash-info-step-image{box-shadow:4px 4px 40px 4px #0000001a;width:auto}#howToUsePage-240516 .cash-info-container .cash-info-step-container .cash-info-step-content ul{margin:0;padding-left:1rem}#howToUsePage-240516 .cash-info-container .cash-info-step-container .content2-div{display:flex;flex-direction:column;gap:.5rem}#howToUsePage-240516 .cash-info-container .cash-info-step-container .content2-div .content2-desc-div{margin-left:1rem}#howToUsePage-240516 .cash-info-container .cash-info-step-container .content2-div .content2-desc-div .gift-card-example-div{display:flex;justify-content:space-between;margin-top:.5rem;width:100%}#howToUsePage-240516 .cash-info-container .cash-info-step-container .content2-div .content2-desc-div .gift-card-example-div .gift-card-example{background:var(--background-tertiary);padding:.5rem}#CashChargePage-240516{background-color:var(--background-primary);gap:.5rem}#CashChargePage-240516 .cash-charge-container{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;margin-top:.5rem}#CashChargePage-240516 .cash-charge-container .cash-charge-pin-container{display:flex;flex-direction:column;gap:1.5rem}#CashChargePage-240516 .cash-charge-container .cash-charge-pin-container .cash-charge-input-container{display:flex;gap:20px}#CashChargePage-240516 .cash-charge-container .cash-charge-pin-container .cash-charge-input-container input[id^=pin-input]{font-size:.875rem;height:100%;line-height:normal;text-align:center}#CashChargePage-240516 .cash-charge-container .cash-charge-pin-container .cash-charge-input-container input[id^=pin-input]::placeholder{font-size:.875rem;text-align:center}#CashChargePage-240516 .cash-charge-container .cash-charge-pin-container .cash-charge-input-container .remove-icon-container{align-items:center;background-color:#0000;border:none;display:flex;justify-content:center}#CashChargePage-240516 .cash-charge-container .cash-charge-pin-container .alert-pin-text{font-weight:500;margin-top:.75rem}#CashChargePage-240516 .cash-charge-container .add-more-button span{color:var(--text-alternative);font-size:16px;font-style:normal;font-weight:400;line-height:160%}#CashChargePage-240516 .cash-charge-container .add-icon{height:1rem;margin-left:.25rem;width:1rem}#CashChargePage-240516 .cash-charge-container .hint-pin-container{display:flex;flex-direction:column;gap:.5rem;margin-top:3.75rem;width:100%}#CashChargePage-240516 .cash-charge-container .hint-pin-container .gift-card-img{width:100%}#CashChargePage-240516 .pin-inquiry-container{align-items:center;background-color:#0000;border:none;display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start}#CashChargePage-240516 .pin-inquiry-container .icon-container,#CashChargePage-240516 .pin-inquiry-container .icon-container svg{height:1rem;width:1rem}#CashChargePage-240516 .pin-inquiry-container .icon-container svg path{fill:var(--text-assistive)}#CashChargePage-240516 .pin-inquiry-container .pin-inquiry-text{-webkit-text-decoration-line:underline;text-decoration-line:underline}#ChargeAgreePage-240516{background-color:var(--background-primary);gap:.5rem}#ChargeAgreePage-240516 .charge-agree-container{align-items:flex-start;display:flex;flex-direction:column;margin-top:.5rem}#ChargeAgreePage-240516 .charge-agree-container .go-fee-exemp-button{background-color:#0000;border:1px solid var(--primary-alternative);border-radius:.5rem;color:var(--primary-normal);height:2rem;margin:.75rem 0;padding:0 1rem}#ChargeAgreePage-240516 .notice-agree-container{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem 2.25rem;width:100%}#ChargeAgreePage-240516 .notice-agree-container .notice-agree-tab-container{width:100%}#ChargeAgreePage-240516 .notice-agree-container .notice-agree-tab-container .notice-agree-title-container{align-items:center;display:flex;justify-content:space-between}#ChargeAgreePage-240516 .notice-agree-container .notice-agree-tab-container .notice-agree-title-container .notice-agree-title{padding-left:.75rem}#ChargeAgreePage-240516 .notice-agree-container .notice-agree-tab-container .notice-agree-title-container .icon-container{align-items:center;display:flex;justify-content:center}#ChargeAgreePage-240516 .notice-agree-container .notice-agree-tab-container .notice-agree-title-container .icon-container .arrow-icon-button{background-color:#0000;border:none;height:1.5rem;padding:0;width:1.5rem}#ChargeAgreePage-240516 .notice-agree-container .notice-agree-tab-container .notice-agree-title-container .icon-container .arrow-icon-button svg{height:1.5rem;width:1.5rem}#ChargeAgreePage-240516 .notice-agree-container .notice-agree-tab-container .notice-agree-detail{padding-left:.75rem}#ChargeAgreePage-240516 .floating-container{background-color:#fff;bottom:0;display:flex;flex-direction:column;gap:1rem;left:calc(50% - min(100vw - (100vw - 100%),600px)/2);padding:1rem 1.5rem;position:fixed;width:min(100vw - (100vw - 100%),600px);z-index:10}#ChargeAgreePage-240516 .floating-container .agree-checkbox{font-weight:800}#ChargeAgreePage-240516 .charge-success-dialog .img-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem;width:100%}#ChargeAgreePage-240516 .charge-success-dialog .img-container svg path{height:5rem;width:5rem}#ChargeAgreePage-240516 .charge-success-dialog .content-container .content-text-container{margin-bottom:1.5rem;text-align:center}#ChargeAgreePage-240516 .charge-success-dialog .content-container .content-text-container .charged-title{margin-bottom:.5rem}#ChargeAgreePage-240516 .charge-success-dialog .content-container .content-text-container .charged-memb-desc{margin-bottom:1.5rem}#charge-result-page-header-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:56px;justify-content:center;left:0;margin:0;padding:0;position:fixed;top:0;width:100%;z-index:20}#charge-result-page-header-container #charge-result-page-header{align-items:center;background-color:var(--background-secondary);display:flex;flex-direction:row;gap:0;justify-content:space-between;margin:0;padding-left:1rem;width:min(100vw - (100vw - 100%),600px)}#charge-result-page-header-container #charge-result-page-header .header-title{width:100%}#charge-result-page-header-container #charge-result-page-header .button-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:3.5rem;justify-content:flex-end;margin:0;padding:0 .5rem;width:100%}#charge-result-page-header-container #charge-result-page-header .button-container .icon-button-container{align-items:center;display:flex;flex-direction:column;height:3rem;justify-content:center;margin:0;padding:0;width:3rem}#charge-result-page-header-container #charge-result-page-header .button-container .icon-button-container svg{height:2rem;width:2rem}#ChargeResultPage-240516{background-color:var(--background-primary);gap:.5rem;margin-top:56px}#ChargeResultPage-240516 .charge-result-container.fail{margin-top:.5rem}#ChargeResultPage-240516 .charge-result-container,#ChargeResultPage-240516 .charge-result-container .fail-charge-input-container{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem}#ChargeResultPage-240516 .charge-result-container .fail-charge-input-container .alert-pin-text{margin-top:.75rem}#ChargeResultPage-240516 .charge-result-container .fail-charge-input-container .remove-icon-container{align-items:center;background-color:#0000;border:none;display:flex;justify-content:center;padding:0}#ChargeResultPage-240516 .charge-result-container .fail-charge-input-container .remove-icon-container svg path{fill:var(--status-alert)}#ChargeResultPage-240516 .charge-result-container .charge-result-input-container{display:flex;gap:1.5rem}#ChargeResultPage-240516 .charge-result-container .charge-result-input-container .pin-input{border-bottom:2px solid var(--text-alternative)}#ChargeResultPage-240516 .charge-result-container .charge-result-input-container #pin-input{font-size:.875rem;height:100%;line-height:normal;text-align:center}#ChargeResultPage-240516 .charge-result-container .charge-result-input-container #pin-input::placeholder{font-size:.875rem;text-align:center}#ChargeResultPage-240516 .charge-result-container .charge-result-input-container .success-icon-container{align-items:center;display:flex;justify-content:center}#ChargeResultPage-240516 .charge-result-container .charge-result-input-container .success-icon-container svg{height:1.5rem;width:1.5rem}#ChargeResultPage-240516 .charge-result-container .charge-result-input-container .success-icon-container svg path{fill:var(--primary-normal)}#getUserDataPage-240222 .search-input-container{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;width:100%}#getUserDataPage-240222 .search-input-container .search-input{flex:1 1}#getUserDataPage-240222 .search-input-container .search-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:keep-all}#getUserDataPage-240222 .badge-list .badge-item{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}#getUserDataPage-240222 .badge-list .badge-item .badge-label{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;text-align:start;width:100%}#getUserDataPage-240222 .badge-list .badge-item .login-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:keep-all}#helpCenterMainPage-240213{background-color:var(--background-primary)}#helpCenterMainPage-240213 .hotline-channel{background-color:var(--primary-50)}#helpCenterMainPage-240213 .hotline-channel .chat-bot-desc-container{align-items:center;background-color:var(--background-secondary);box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:.75rem 1rem;width:100%}#helpCenterMainPage-240213 .hotline-channel .chat-bot-desc-container .content{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:1rem;justify-content:space-between;margin:0;padding:0}#helpCenterMainPage-240213 .hotline-channel .chat-bot-desc-container .content .img-container{align-items:center;display:flex;flex-direction:column;height:2.5rem;justify-content:center;width:2.5rem}#helpCenterMainPage-240213 .hotline-channel .chat-bot-desc-container .content .img-container .chat-bot-img{align-items:center;height:2.5rem;justify-content:center;width:2.5rem}#helpCenterMainPage-240213 .hotline-channel .chat-bot-desc-container .content .description{text-align:start;width:100%}#helpCenterMainPage-240213 .hotline-channel .chat-bot-desc-container .icon-container{align-items:center;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}#helpCenterMainPage-240213 .hotline-channel .chat-bot-desc-container .icon-container .arrow-forward-icon{height:1.5rem;width:1.5rem}#helpCenterMainPage-240213 .divider{background-color:var(--background-primary)}#helpCenterMainPage-240213 .faq-section{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem;justify-content:flex-start;width:100%}#helpCenterMainPage-240213 .faq-section .quick-menu-list{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#helpCenterMainPage-240213 .faq-section .quick-menu-list .quick-menu-item{align-items:center;background-color:var(--background-tertiary);box-sizing:border-box;display:flex;flex-direction:row;height:56px;justify-content:space-between;padding:0 20px;width:100%}#QnAListPage-240118 .inquiry-list-section{gap:0}#QnAListPage-240118 .inquiry-list-section:has(.no-qna-list-container){align-items:center;flex:1 1;justify-content:center}#inquiryPage-240119 .simple-page-title-container{padding:.5rem 1.5rem 1rem}#inquiryPage-240119 .simple-page-title-container .page-title{color:var(--text-strong);font-family:Pretendard Variable;font-size:28px;font-style:normal;font-weight:800;line-height:125%;margin:0;white-space:pre-wrap}#inquiryPage-240119 .form-section{gap:2.5rem}#inquiryPage-240119 .form-section .form-list{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;width:100%}#inquiryPage-240119 .form-section .form-list .form-container,#inquiryPage-240119 .form-section .form-list .form-container .form-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#inquiryPage-240119 .form-section .form-list .form-container .form-title-container .form-title{color:var(--text-normal);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:700;line-height:160%;margin:0;text-align:start}#inquiryPage-240119 .form-section .form-list .form-container .form-field{align-items:flex-start;display:flex;flex-direction:column;gap:.125rem;justify-content:flex-start;width:100%}#inquiryPage-240119 .hot-line-section{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#inquiryPage-240119 .hot-line-section .section-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#inquiryPage-240119 .hot-line-section .section-title-container .section-title{color:var(--text-normal);font-family:Pretendard Variable;font-size:14px;font-style:normal;font-weight:700;line-height:160%;margin:0;text-align:start}#inquiryPage-240119 .hot-line-section .section-title-container .section-desc{color:#828282;color:var(--text-assistive,#828282);font-family:Pretendard Variable;font-size:12px;font-style:normal;font-weight:500;line-height:125%;margin:0}#inquiryPage-240119 .hot-line-section .hot-line-selector-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;width:100%}#inquiryPage-240119 .hot-line-section .hot-line-selector-container .selector{align-items:center;background:#fff;background:var(--background-secondary,#fff);border:2px solid #e9e9e9;border:2px solid var(--line-strong,#e9e9e9);border-radius:.5rem;display:flex;flex:1 1;flex-direction:column;gap:0;height:4rem;justify-content:center}#inquiryPage-240119 .hot-line-section .hot-line-selector-container .selector .button-label{color:var(--text-normal);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:500;line-height:150%}#inquiryPage-240119 .hot-line-section .hot-line-selector-container .selector .button-desc{color:#828282;color:var(--text-assistive,#828282);font-family:Pretendard Variable;font-size:12px;font-style:normal;font-weight:500;line-height:125%;margin:0;text-align:center}#inquiryPage-240119 .hot-line-section .hot-line-selector-container .selector .button-desc .highlight{color:var(--primary-normal);font-family:Pretendard Variable;font-size:12px;font-style:normal;font-weight:500;line-height:125%;margin:0;text-align:center}#inquiryPage-240119 .hot-line-section .hot-line-selector-container .selector.selected{border:2px solid var(--primary-normal)}#inquiryPage-240119 .agree-form{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#inquiryPage-240119 .notification-section{background-color:var(--fill-primary);flex:1 1;gap:.25rem}#inquiryPage-240119 .notification-section .notification-title-container{align-items:flex-start;display:flex;flex-direction:row;gap:.25rem;justify-content:flex-start;width:100%}#inquiryPage-240119 .notification-section .notification-title-container .title{color:#444;color:var(--text-alternative,#444);font-family:Pretendard Variable;font-size:16px;font-style:normal;font-weight:700;line-height:160%;margin:0;text-align:start}#inquiryPage-240119 .notification-section .notification-title-container svg{height:1.5rem;width:1.5rem}#inquiryPage-240119 .notification-section .notification-title-container svg path{fill:var(--text-assistive)}#inquiryPage-240119 .notification-section .notification-list{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#inquiryPage-240119 .notification-section .notification-list .notification-item{align-items:flex-start;display:flex;flex-direction:row;gap:2px;justify-content:flex-start;width:100%}#inquiryPage-240119 .notification-section .notification-list .notification-item span{font-feature-settings:"clig" off,"liga" off;color:#444;color:var(--text-alternative,#444);font-family:Pretendard Variable;font-size:12px;font-style:normal;font-weight:400;line-height:160%;margin:0;text-align:start}#inquiryPage-240119 .notification-section .notification-list .notification-item .bullet-mark{padding:0 .25rem}#hotline-complete-dialog-container .hotline-complete-dialog{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}#hotline-complete-dialog-container .hotline-complete-dialog .dialog-content,#hotline-complete-dialog-container .hotline-complete-dialog .dialog-title{padding:0;text-align:center}.card{border-radius:8px}.card.white{background:var(--WB-white)}.chattingMain_container__NqKQy{background-color:var(--background-tertiary);height:100vh;overflow-y:scroll;padding:24px}.chattingMain_spacer16__QW\+iq{margin:16px 0}.chattingMain_spacer32__zfApg{margin:32px 0}.chattingMain_profileSection__xAcpg{display:flex;flex-direction:row}.chattingMain_profileDetails__ChZGV{align-items:center;background:#fff;background:var(--Background-Secondary,#fff);border-radius:8px;display:flex;flex-direction:row;gap:16px;padding:16px 24px;width:100%}.chattingMain_profileImageContainer__O75FY{display:flex;height:120px;width:90px}.chattingMain_infoContainer__r2quv{display:flex;flex:1 1;flex-direction:column}.chattingMain_info__MLUDG,.chattingMain_rowBetween__ckbfe{display:flex;flex-direction:row;justify-content:space-between}.chattingMain_rowBetween__ckbfe{align-items:center}.chattingMain_rowStart__W5k7l{align-items:center;display:flex;flex-direction:row}.chattingMain_verifiedIcon__HXrqc path{fill:var(--primary-normal)}.chattingMain_chipContainer__KoZK5{display:flex;flex-direction:row;gap:8px}.search-input-container{align-items:center;background-color:var(--background-primary);border-radius:40px;box-sizing:border-box;display:flex;height:44px;padding:8px 16px;width:100%}.search-input-container .search-icon{height:20px;margin-right:8px;width:20px}.search-input-container .search-input{background:#0000;border:none;color:#333;flex:1 1;font-size:14px;outline:none}.sendbird-word{display:inline;height:-moz-fit-content;height:fit-content}.sendbird-word__url{color:inherit;display:inline;word-break:break-all}.sendbird-open-channel-preview{box-sizing:border-box;display:inline-flex;flex-direction:row;height:58px;min-height:58px;min-width:264px;position:relative;width:264px}.sendbird--mobile-mode .sendbird-open-channel-preview{width:100%}.sendbird-theme--light .sendbird-open-channel-preview{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-open-channel-preview{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-open-channel-preview:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-open-channel-preview:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-open-channel-preview.selected{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100);border-left:4px solid #742ddd;border-left:4px solid var(--sendbird-light-primary-300)}[dir=rtl] .sendbird-theme--light .sendbird-open-channel-preview.selected{border-left:none;border-right:4px solid #742ddd;border-right:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-open-channel-preview.selected{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300);border-left:4px solid #c2a9fa;border-left:4px solid var(--sendbird-dark-primary-200)}[dir=rtl] .sendbird-theme--dark .sendbird-open-channel-preview.selected{border-left:none;border-right:4px solid #c2a9fa;border-right:4px solid var(--sendbird-dark-primary-200)}.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image{align-items:center;box-sizing:border-box;display:inline-flex;height:42px;justify-content:center;margin-left:16px;margin-top:8px;position:relative;width:42px}[dir=rtl] .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image{margin-left:0;margin-right:16px}.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar,.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar--default{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;position:relative}.sendbird-open-channel-preview .sendbird-open-channel-preview__context{box-sizing:border-box;display:inline-flex;flex-direction:column;margin-left:16px;margin-top:8px;position:relative;width:calc(100% - 100px)}[dir=rtl] .sendbird-open-channel-preview .sendbird-open-channel-preview__context{margin-left:0;margin-right:16px}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title{align-items:center;box-sizing:border-box;display:inline-flex;flex-direction:row;height:16px;position:relative;width:100%}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name{box-sizing:border-box;display:inline-block;overflow:hidden;overflow-x:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%;word-break:keep-all}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen{max-width:calc(100% - 20px)}.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name{overflow-y:hidden}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen{display:inline-flex;margin-left:4px;position:relative}[dir=rtl] .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen{margin-left:0;margin-right:4px}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants{align-items:center;box-sizing:border-box;display:inline-flex;flex-direction:row;height:14px;margin-top:8px;position:relative;width:100%}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon{box-sizing:border-box;display:inline-flex;height:14px;position:relative;width:14px}.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count{box-sizing:border-box;display:inline-flex;height:12px;margin-left:4px;max-width:160px;overflow-x:hidden;position:relative;text-overflow:ellipsis;width:160px;word-break:keep-all}[dir=rtl] .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count{margin-left:0;margin-right:4px}.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count{overflow-y:hidden}.sendbird-message-item-menu__list__menu-item:focus-visible{outline:none}.sendbird-create-open-channel-ui{display:inline-flex;position:relative}.sendbird-create-open-channel-ui__profile-input{box-sizing:border-box;display:inline-flex;flex-direction:column;height:100%;justify-content:flex-start;position:relative;width:100%}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section{align-items:center;display:inline-flex;flex-direction:row;margin-top:16px;position:relative}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar{align-items:center;display:inline-flex;height:80px;justify-content:center;position:relative;width:80px}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default{align-items:center;border-radius:50%;display:inline-flex;height:80px;justify-content:center;position:relative;width:80px}.sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button{display:inline-flex;margin-left:18px;position:relative}[dir=rtl] .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button{margin-left:0;margin-right:18px}.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section{display:inline-flex;flex-direction:row;margin-top:8px;position:relative}.sendbird-open-channel-list,.sendbird-open-channel-list-ui{box-sizing:border-box;display:inline-flex;flex-direction:column;height:100%;min-width:256px;position:relative;width:256px}.sendbird--mobile-mode .sendbird-open-channel-list,.sendbird--mobile-mode .sendbird-open-channel-list-ui{width:100%}.sendbird-theme--light .sendbird-open-channel-list,.sendbird-theme--light .sendbird-open-channel-list-ui{border-right:1px solid #0000001f;border-right:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-open-channel-list,[dir=rtl] .sendbird-theme--light .sendbird-open-channel-list-ui{border-left:1px solid #0000001f;border-left:1px solid var(--sendbird-light-onlight-04);border-right:none}.sendbird-theme--dark .sendbird-open-channel-list,.sendbird-theme--dark .sendbird-open-channel-list-ui{border-right:1px solid #ffffff1f;border-right:1px solid var(--sendbird-dark-ondark-04)}[dir=rtl] .sendbird-theme--dark .sendbird-open-channel-list,[dir=rtl] .sendbird-theme--dark .sendbird-open-channel-list-ui{border-left:1px solid #ffffff1f;border-left:1px solid var(--sendbird-dark-ondark-04);border-right:none}.sendbird-open-channel-list .sendbird-open-channel-list-ui__header,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header{align-items:center;box-sizing:border-box;display:inline-flex;flex-direction:row;height:64px;position:relative;width:100%}.sendbird-theme--light .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,.sendbird-theme--light .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-open-channel-list .sendbird-open-channel-list-ui__header,.sendbird-theme--dark .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title{align-items:center;box-sizing:border-box;display:inline-flex;margin-left:24px;position:relative}[dir=rtl] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title,[dir=rtl] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title{margin-left:0;margin-right:24px}.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;position:absolute;right:56px;top:16px}[dir=rtl] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh,[dir=rtl] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh{left:56px;right:auto}.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;position:absolute;right:16px;top:16px}[dir=rtl] .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel,[dir=rtl] .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel{left:16px;right:auto}.sendbird-open-channel-list .sendbird-open-channel-list-ui__channel-list,.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__channel-list{box-sizing:border-box;display:inline-flex;flex-direction:column;height:calc(100% - 64px);overflow-y:scroll;position:relative;width:100%}.sendbird-open-channel-list-ui__channel-list--place-holder--loading{align-items:center;display:inline-flex;justify-content:center;min-height:62px;position:relative}.sendbird-theme--light .sendbird-open-channel-list-ui__channel-list--place-holder--loading{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}:root{--sendbird-light-primary-500:#491389;--sendbird-light-primary-400:#6211c8;--sendbird-light-primary-300:#742ddd;--sendbird-light-primary-200:#c2a9fa;--sendbird-light-primary-100:#dbd1ff;--sendbird-light-secondary-500:#066858;--sendbird-light-secondary-400:#027d69;--sendbird-light-secondary-300:#259c72;--sendbird-light-secondary-200:#69c085;--sendbird-light-secondary-100:#a8e2ab;--sendbird-light-information-100:#adc9ff;--sendbird-light-error-500:#9d091e;--sendbird-light-error-400:#bf0711;--sendbird-light-error-300:#de360b;--sendbird-light-error-200:#f66161;--sendbird-light-error-100:#fdaaaa;--sendbird-light-background-700:#000;--sendbird-light-background-600:#161616;--sendbird-light-background-500:#2c2c2c;--sendbird-light-background-400:#393939;--sendbird-light-background-300:#bdbdbd;--sendbird-light-background-200:#e0e0e0;--sendbird-light-background-100:#eee;--sendbird-light-background-50:#fff;--sendbird-light-overlay-01:#0000008c;--sendbird-light-overlay-02:#00000052;--sendbird-light-onlight-01:#000000e0;--sendbird-light-onlight-02:#00000080;--sendbird-light-onlight-03:#00000061;--sendbird-light-onlight-04:#0000001f;--sendbird-light-ondark-01:#ffffffe0;--sendbird-light-ondark-02:#ffffff80;--sendbird-light-ondark-03:#ffffff61;--sendbird-light-ondark-04:#ffffff1f;--sendbird-light-shadow-01:0 1px 5px 0 #2122420a,0 0 3px 0 #00000014,0 2px 1px 0 #0000001f;--sendbird-light-shadow-02:0 3px 5px -3px #2122420a,0 3px 14px 2px #00000014,0 8px 10px 1px #0000001f;--sendbird-light-shadow-03:0 6px 10px -5px #0000000a,0 6px 30px 5px #00000014,0 16px 24px 2px #0000001f;--sendbird-light-shadow-04:0 9px 15px -7px #0000000a,0 9px 46px 8px #00000014,0 24px 38px 3px #0000001f;--sendbird-light-shadow-message-input:0 1px 5px 0 #2122421f,0 0 1px 0 #21224229,0 2px 1px 0 #21224214,0 1px 5px 0 #0000001f;--sendbird-dark-primary-500:#491389;--sendbird-dark-primary-400:#6211c8;--sendbird-dark-primary-300:#742ddd;--sendbird-dark-primary-200:#c2a9fa;--sendbird-dark-primary-100:#dbd1ff;--sendbird-dark-secondary-500:#066858;--sendbird-dark-secondary-400:#027d69;--sendbird-dark-secondary-300:#259c72;--sendbird-dark-secondary-200:#69c085;--sendbird-dark-secondary-100:#a8e2ab;--sendbird-dark-information-100:#adc9ff;--sendbird-highlight-100:#fff2b6;--sendbird-dark-error-500:#9d091e;--sendbird-dark-error-400:#bf0711;--sendbird-dark-error-300:#de360b;--sendbird-dark-error-200:#f66161;--sendbird-dark-error-100:#fdaaaa;--sendbird-dark-background-700:#000;--sendbird-dark-background-600:#161616;--sendbird-dark-background-500:#2c2c2c;--sendbird-dark-background-400:#393939;--sendbird-dark-background-300:#bdbdbd;--sendbird-dark-background-200:#e0e0e0;--sendbird-dark-background-100:#eee;--sendbird-dark-background-50:#fff;--sendbird-dark-overlay-01:#0000008c;--sendbird-dark-overlay-02:#00000052;--sendbird-dark-onlight-01:#000000e0;--sendbird-dark-onlight-02:#00000080;--sendbird-dark-onlight-03:#00000061;--sendbird-dark-onlight-04:#0000001f;--sendbird-dark-ondark-01:#ffffffe0;--sendbird-dark-ondark-02:#ffffff80;--sendbird-dark-ondark-03:#ffffff61;--sendbird-dark-ondark-04:#ffffff1f;--sendbird-dark-shadow-01:0 1px 5px 0 #2122420a,0 0 3px 0 #00000014,0 2px 1px 0 #0000001f;--sendbird-dark-shadow-02:0 3px 5px -3px #2122420a,0 3px 14px 2px #00000014,0 8px 10px 1px #0000001f;--sendbird-dark-shadow-03:0 6px 10px -5px #0000000a,0 6px 30px 5px #00000014,0 16px 24px 2px #0000001f;--sendbird-dark-shadow-04:0 9px 15px -7px #0000000a,0 9px 46px 8px #00000014,0 24px 38px 3px #0000001f;--sendbird-light-shadow-05:0 2px 8px 0 #00000014,0 4px 6px 0 #0000001f;--sendbird-dark-shadow-message-input:0 1px 5px 0 #2122421f,0 0 1px 0 #21224229,0 2px 1px 0 #21224214,0 1px 5px 0 #0000001f;--sendbird-iconbutton-color:#825eeb;--sendbird-message-input-border-active:#7b53ef;--sendbird-selected-reaction-button-border-hover:#9e8cf5;--sendbird-add-reaction-button-border-hover:#9e8cf5;--sendbird-tooltip-background:#000;--sendbird-tooltip-text-color:#ffffffe0;--sendbird-button-border-focus:#fff;--sendbird-file-message-icon-background:#fff;--sendbird-font-family-default:"Roboto",sans-serif;--sendbird-message-balloon-width:404px}.sendbird-experimental__rem__units .sendbird-label--h-1{font-size:1.25rem}.sendbird-experimental__rem__units .sendbird-label--h-2{font-size:1.125rem}.sendbird-experimental__rem__units .sendbird-label--subtitle-1{font-size:1rem}.sendbird-experimental__rem__units .sendbird-label--body-1,.sendbird-experimental__rem__units .sendbird-label--subtitle-2{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-label--body-2{font-size:.75rem}.sendbird-experimental__rem__units .sendbird-label--button-1,.sendbird-experimental__rem__units .sendbird-label--button-2,.sendbird-experimental__rem__units .sendbird-label--caption-1{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-label--caption-2,.sendbird-experimental__rem__units .sendbird-label--caption-3{font-size:.75rem}.sendbird-experimental__rem__units .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-checkbox{font-size:1.375rem}.sendbird-experimental__rem__units .sendbird-mention-user-label{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-mention-user-label.purple{font-size:1.125rem}.sendbird-experimental__rem__units .sendbird-input .sendbird-input__input,.sendbird-experimental__rem__units .sendbird-input .sendbird-input__placeholder,.sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--placeholder,.sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--textarea{font-size:.875rem}.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message,.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message__file-message,.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text,.sendbird-experimental__rem__units .sendbird-tooltip__text{font-size:.75rem}.sendbird-modal--full-mobile .sendbird-modal__content{height:100%;max-width:100%;width:100vw}.sendbird-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}[dir=rtl] .sendbird-modal{left:auto;right:0}.sendbird-modal__backdrop--clickoutside{cursor:pointer}.sendbird-modal__content{border-radius:4px;box-sizing:border-box;padding:18px 24px 24px;position:relative;width:480px;z-index:10001}.sendbird-theme--light .sendbird-modal__content{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow:0 9px 15px -7px #0000000a,0 9px 46px 8px #00000014,0 24px 38px 3px #0000001f;box-shadow:var(--sendbird-light-shadow-04)}.sendbird-theme--dark .sendbird-modal__content{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);box-shadow:0 9px 15px -7px #0000000a,0 9px 46px 8px #00000014,0 24px 38px 3px #0000001f;box-shadow:var(--sendbird-dark-shadow-04)}.sendbird-modal__content .sendbird-modal__close{cursor:pointer;position:absolute;right:16px;top:16px}[dir=rtl] .sendbird-modal__content .sendbird-modal__close{left:16px;right:auto}.sendbird-theme--light .sendbird-modal__content .sendbird-modal__close path{fill:#000000e0;fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-modal__content .sendbird-modal__close path{fill:#ffffffe0;fill:var(--sendbird-dark-ondark-01)}.sendbird-modal__content .sendbird-modal__header{margin-bottom:16px}.sendbird-modal__content .sendbird-modal__body{height:calc(100% - 116px)}.sendbird-modal__content .sendbird-modal__footer{display:flex;flex-direction:row;justify-content:flex-end;margin-top:32px;text-align:right}[dir=rtl] .sendbird-modal__content .sendbird-modal__footer{text-align:left}.sendbird--mobile-mode .sendbird-modal__content .sendbird-modal__footer{bottom:24px;position:sticky}.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child{height:40px;margin-left:8px;min-width:80px}[dir=rtl] .sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child{margin-left:0;margin-right:8px}.sendbird-modal__backdrop{height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}[dir=rtl] .sendbird-modal__backdrop{left:auto;right:0}.sendbird-theme--light .sendbird-modal__backdrop{background-color:#00000052;background-color:var(--sendbird-light-overlay-02)}.sendbird-theme--dark .sendbird-modal__backdrop{background-color:#00000052;background-color:var(--sendbird-dark-overlay-02)}.sendbird-iconbutton{align-items:center;background-color:initial;border:1px solid #0000;border-radius:4px;color:#825eeb;color:var(--sendbird-iconbutton-color);cursor:pointer;display:inline-flex;justify-content:center;outline:0;padding:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sendbird-iconbutton .sendbird-iconbutton__inner{height:100%}.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg{fill:#000000e0;fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg{fill:#ffffffe0;fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-iconbutton:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-iconbutton:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-iconbutton:active{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-iconbutton:active{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-iconbutton:disabled{cursor:not-allowed!important}.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path,.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg{fill:#00000080;fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path,.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg{fill:#ffffff80;fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-iconbutton--pressed{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-iconbutton--pressed{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-button{align-items:center;border-radius:4px;box-shadow:none;cursor:pointer;display:inline-flex;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);justify-content:center;padding:0}.sendbird-button:hover{box-shadow:none}.sendbird-button:focus{outline:none}.sendbird-button:active{box-shadow:none}.sendbird-button.sendbird-button__disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-button.sendbird-button__disabled{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200);border:none}.sendbird-theme--dark .sendbird-button.sendbird-button__disabled{background-color:#393939;background-color:var(--sendbird-dark-background-400);border:none}.sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button.sendbird-button__disabled:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-button--big{height:40px}.sendbird-button--big .sendbird-button__text{margin:10px 16px}.sendbird-button--small{height:32px}.sendbird-button--small .sendbird-button__text{margin:6px 16px}.sendbird-theme--light .sendbird-button--primary{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--primary{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--primary .sendbird-button__text{color:#ffffffe0;color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--primary .sendbird-button__text{color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-button--primary:hover{background-color:#6211c8;background-color:var(--sendbird-light-primary-400);border-color:#6211c8;border-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-button--primary:hover{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300);border-color:#742ddd;border-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-button--primary:focus{border:1px solid #fff;border:1px solid var(--sendbird-button-border-focus);box-shadow:0 0 0 2px #742ddd;box-shadow:0 0 0 2px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--primary:focus{border:1px solid #fff;border:1px solid var(--sendbird-button-border-focus);box-shadow:0 0 0 2px #c2a9fa;box-shadow:0 0 0 2px var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--primary:active{background-color:#491389;background-color:var(--sendbird-light-primary-500)}.sendbird-theme--dark .sendbird-button--primary:active{background-color:#6211c8;background-color:var(--sendbird-dark-primary-400)}.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover{box-shadow:0 0 0 2px #6211c8;box-shadow:0 0 0 2px var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:hover{box-shadow:0 0 0 2px #742ddd;box-shadow:0 0 0 2px var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:active{box-shadow:0 0 0 2px #491389;box-shadow:0 0 0 2px var(--sendbird-light-primary-500)}.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:active{box-shadow:0 0 0 2px #6211c8;box-shadow:0 0 0 2px var(--sendbird-dark-primary-400)}.sendbird-button--secondary{background-color:initial}.sendbird-theme--light .sendbird-button--secondary{border:1px solid #00000061;border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-button--secondary{border:1px solid #ffffff61;border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-button--secondary .sendbird-button__text{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-button--secondary .sendbird-button__text{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-button--secondary:hover{background-color:initial}.sendbird-theme--light .sendbird-button--secondary:hover{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button__text{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button__text{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-button--secondary.sendbird-button__disabled{border:none;cursor:not-allowed}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text{color:#00000080;color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text{color:#ffffff80;color:var(--sendbird-dark-ondark-02)}.sendbird-button--secondary.sendbird-button__disabled:hover{border:none}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text{color:#00000080;color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text{color:#ffffff80;color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-button--secondary:focus{background-color:initial;border:1px solid #0000}.sendbird-theme--light .sendbird-button--secondary:focus{box-shadow:0 0 0 2px #742ddd;box-shadow:var(--sendbird-light-primary-300) 0 0 0 2px}.sendbird-theme--dark .sendbird-button--secondary:focus{box-shadow:0 0 0 2px #c2a9fa;box-shadow:var(--sendbird-dark-primary-200) 0 0 0 2px}.sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-button--secondary:focus .sendbird-button__text{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-button--secondary:active{box-shadow:none}.sendbird-theme--light .sendbird-button--secondary:active{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:active{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--secondary:active .sendbird-button__text{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-button--secondary:active .sendbird-button__text{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-button--warning{background-color:initial;border:1px solid #de360b;border:1px solid var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--warning{background-color:initial;border:1px solid #f66161;border:1px solid var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning .sendbird-button__text{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--warning .sendbird-button__text{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning:hover{border-color:#bf0711;border-color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--warning:hover{border-color:#fdaaaa;border-color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--warning:hover .sendbird-button__text{color:#bf0711;color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button__text{color:#fdaaaa;color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--warning:focus{border-color:#742ddd;border-color:var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-theme--light .sendbird-button--warning:focus .sendbird-button__text{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-theme--light .sendbird-button--warning:focus .sendbird-button__text{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--dark .sendbird-button--warning:focus{border-color:#c2a9fa;border-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-theme--dark .sendbird-button--warning:focus .sendbird-button__text{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-theme--dark .sendbird-button--warning:focus .sendbird-button__text{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus{border-color:#742ddd;border-color:var(--sendbird-light-primary-300)}.sendbird-theme--light .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:#bf0711;color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-theme--light .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:#fdaaaa;color:var(--sendbird-dark-error-100)}.sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus{border-color:#c2a9fa;border-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:#bf0711;color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-theme--dark .sendbird-button--warning:hover .sendbird-button--warning:focus .sendbird-button__text{color:#fdaaaa;color:var(--sendbird-dark-error-100)}.sendbird-theme--light .sendbird-button--danger{background-color:#de360b;background-color:var(--sendbird-light-error-300);border:1px solid #de360b;border:1px solid var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--danger{background-color:#f66161;background-color:var(--sendbird-dark-error-200);border:1px solid #f66161;border:1px solid var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-button--danger .sendbird-button__text{color:#ffffffe0;color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--danger .sendbird-button__text{color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-button--danger:hover{background-color:#bf0711;background-color:var(--sendbird-light-error-400);border-color:#bf0711;border-color:var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--danger:hover{background-color:#bf0711;background-color:var(--sendbird-dark-error-400);border-color:#bf0711;border-color:var(--sendbird-dark-error-400)}.sendbird-theme--light .sendbird-button--danger:focus{border-color:#fff;border-color:var(--sendbird-button-border-focus);box-shadow:0 0 0 2px #de360b;box-shadow:0 0 0 2px var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-button--danger:focus{border-color:#fff;border-color:var(--sendbird-button-border-focus);box-shadow:0 0 0 2px #de360b;box-shadow:0 0 0 2px var(--sendbird-dark-error-300)}.sendbird-button--danger:active{box-shadow:none}.sendbird-theme--light .sendbird-button--danger:active{background-color:#9d091e;background-color:var(--sendbird-light-error-500)}.sendbird-theme--dark .sendbird-button--danger:active{background-color:#9d091e;background-color:var(--sendbird-dark-error-500)}.sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus{box-shadow:0 0 0 2px #bf0711;box-shadow:0 0 0 2px var(--sendbird-light-error-400)}.sendbird-theme--dark .sendbird-button--danger:hover .sendbird-button--danger:focus{box-shadow:0 0 0 2px #bf0711;box-shadow:0 0 0 2px var(--sendbird-dark-error-400)}.sendbird-theme--light .sendbird-button--danger:active .sendbird-button--danger:focus{box-shadow:0 0 0 2px #9d091e;box-shadow:0 0 0 2px var(--sendbird-light-error-500)}.sendbird-theme--dark .sendbird-button--danger:active .sendbird-button--danger:focus{box-shadow:0 0 0 2px #9d091e;box-shadow:0 0 0 2px var(--sendbird-dark-error-500)}.sendbird-button--disabled{border:1px solid #0000;cursor:not-allowed}.sendbird-theme--light .sendbird-button--disabled{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200);color:#ffffffe0;color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-button--disabled{background-color:#393939;background-color:var(--sendbird-dark-background-400);color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird--mobile-mode .sendbird-label{-webkit-touch-callout:none;-webkit-user-select:none}[class*=sendbird-label]{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default)}.sendbird-label--h-1{font-size:20px;line-height:1.4}.sendbird-label--h-1,.sendbird-label--h-2{font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.2px}.sendbird-label--h-2{font-size:18px;line-height:normal}.sendbird-label--subtitle-1{font-size:16px;font-weight:400;line-height:1.38}.sendbird-label--subtitle-1,.sendbird-label--subtitle-2{font-stretch:normal;font-style:normal;letter-spacing:-.2px}.sendbird-label--subtitle-2{font-size:14px;font-weight:500;line-height:1.14}.sendbird-label--body-1{font-size:14px;line-height:1.43}.sendbird-label--body-1,.sendbird-label--body-2{font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal}.sendbird-label--body-2{font-size:12px;line-height:1.33}.sendbird-label--button-1{font-weight:600}.sendbird-label--button-1,.sendbird-label--button-2{font-size:14px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43}.sendbird-label--button-2{font-weight:400}.sendbird-label--button-3{font-weight:500}.sendbird-label--button-3,.sendbird-label--caption-1{font-size:14px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.43}.sendbird-label--caption-1{font-weight:600}.sendbird-label--caption-2{font-weight:700}.sendbird-label--caption-2,.sendbird-label--caption-3{font-size:12px;font-style:normal;letter-spacing:normal;line-height:1}.sendbird-label--caption-3{font-stretch:normal;font-weight:400}.sendbird-theme--light .sendbird-label--color-onbackground-1{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-label--color-onbackground-1{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-label--color-onbackground-2{color:#00000080;color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-label--color-onbackground-2{color:#ffffff80;color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-label--color-onbackground-3{color:#00000061;color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-label--color-onbackground-3{color:#ffffff61;color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-label--color-onbackground-4{color:#0000001f;color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-label--color-onbackground-4{color:#ffffff1f;color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-label--color-oncontent-1{color:#ffffffe0;color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-label--color-oncontent-1{color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-label--color-oncontent-2{color:#ffffff80;color:var(--sendbird-light-ondark-02)}.sendbird-theme--dark .sendbird-label--color-oncontent-2{color:#00000080;color:var(--sendbird-dark-onlight-02)}.sendbird-theme--light .sendbird-label--color-oncontent-inverse-1{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-label--color-oncontent-inverse-1{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-label--color-oncontent-inverse-3{color:#00000061;color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-label--color-oncontent-inverse-3{color:#ffffff61;color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-label--color-primary{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-label--color-primary{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-label--color-error{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-label--color-error{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-label--color-secondary-3{color:#259c72;color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-label--color-secondary-3{color:#69c085;color:var(--sendbird-dark-secondary-200)}.sendbird-icon{display:inline-block}.sendbird-icon:focus{outline:none}.sendbird-theme--light .sendbird-icon-color--primary [class*=fill]{fill:#742ddd;fill:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-icon-color--primary [class*=fill]{fill:#c2a9fa;fill:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-icon-color--primary-2 [class*=fill]{fill:#c2a9fa;fill:var(--sendbird-light-primary-200)}.sendbird-theme--dark .sendbird-icon-color--primary-2 [class*=fill]{fill:#6211c8;fill:var(--sendbird-dark-primary-400)}.sendbird-theme--light .sendbird-icon-color--primary [class*=stroke]{stroke:#742ddd;stroke:var(--sendbird-light-primary-300);stroke-width:2px;stroke-linejoin:round}.sendbird-theme--dark .sendbird-icon-color--primary [class*=stroke]{stroke:#c2a9fa;stroke:var(--sendbird-dark-primary-200);stroke-width:2px;stroke-linejoin:round}.sendbird-theme--light .sendbird-icon-color--secondary [class*=fill]{fill:#259c72;fill:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-icon-color--secondary [class*=fill]{fill:#69c085;fill:var(--sendbird-dark-secondary-200)}.sendbird-theme--light .sendbird-icon-color--content [class*=fill]{fill:#ffffffe0;fill:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-icon-color--content [class*=fill]{fill:#000000e0;fill:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-icon-color--content-inverse [class*=fill]{fill:#000000e0;fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*=fill]{fill:#ffffffe0;fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-icon-color--content-inverse-3 [class*=fill]{fill:#00000061;fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-icon-color--content-inverse-3 [class*=fill]{fill:#ffffff61;fill:var(--sendbird-dark-ondark-03)}.sendbird-icon-color--white [class*=fill]{fill:#fff}.sendbird-icon-color--gray [class*=fill]{fill:#0000001f;fill:var(--sendbird-light-onlight-04)}.sendbird-icon-color--thumbnail-icon [class*=fill]{fill:#00000080;fill:var(--sendbird-light-onlight-02)}.sendbird-theme--light .sendbird-icon-color--sent [class*=fill]{fill:#00000061;fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-icon-color--sent [class*=fill]{fill:#ffffff61;fill:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-icon-color--read [class*=fill]{fill:#259c72;fill:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-icon-color--read [class*=fill]{fill:#69c085;fill:var(--sendbird-dark-secondary-200)}.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*=fill]{fill:#000000e0;fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*=fill]{fill:#ffffffe0;fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*=fill]{fill:#00000080;fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*=fill]{fill:#ffffff80;fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*=fill]{fill:#00000061;fill:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*=fill]{fill:#ffffff61;fill:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-icon-color--on-background-4 [class*=fill]{fill:#0000001f;fill:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-icon-color--on-background-4 [class*=fill]{fill:#ffffff1f;fill:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-icon-color--background-3 [class*=fill]{fill:#bdbdbd;fill:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-icon-color--background-3 [class*=fill]{fill:#393939;fill:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-icon-color--error [class*=fill]{fill:#de360b;fill:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-icon-color--error [class*=fill]{fill:#f66161;fill:var(--sendbird-dark-error-200)}.sendbird-context-menu{display:inline}.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item{cursor:not-allowed}.sendbird__offline .sendbird-message-item-menu__list__menu-item.menu-item-delete{cursor:pointer}.sendbird-dropdown__menu{border-radius:4px;list-style:none;margin:0;min-width:140px;padding:8px 0;position:absolute;top:100%;z-index:99999}.sendbird-theme--light .sendbird-dropdown__menu{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow:0 3px 5px -3px #2122420a,0 3px 14px 2px #00000014,0 8px 10px 1px #0000001f;box-shadow:var(--sendbird-light-shadow-02)}.sendbird-theme--dark .sendbird-dropdown__menu{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);box-shadow:0 3px 5px -3px #2122420a,0 3px 14px 2px #00000014,0 8px 10px 1px #0000001f;box-shadow:var(--sendbird-dark-shadow-02)}.sendbird-dropdown__menu .sendbird-dropdown__menu-item{cursor:pointer;padding:8px 16px;white-space:nowrap}.sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable{cursor:not-allowed}.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-dropdown__reaction-bar{border-radius:8px;left:0;list-style:none;margin:0;max-height:208px;max-width:352px;min-width:44px;overflow-y:scroll;padding:8px;position:absolute;top:100%}[dir=rtl] .sendbird-dropdown__reaction-bar{left:auto;right:0}.sendbird-theme--light .sendbird-dropdown__reaction-bar{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow:0 3px 5px -3px #2122420a,0 3px 14px 2px #00000014,0 8px 10px 1px #0000001f;box-shadow:var(--sendbird-light-shadow-02)}.sendbird-theme--dark .sendbird-dropdown__reaction-bar{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);box-shadow:0 3px 5px -3px #2122420a,0 3px 14px 2px #00000014,0 8px 10px 1px #0000001f;box-shadow:var(--sendbird-dark-shadow-02)}.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button,.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected{margin:4px}.sendbird-dropdown__menu-backdrop{background-color:initial;height:100%;left:0;position:fixed;top:0;width:100%}[dir=rtl] .sendbird-dropdown__menu-backdrop{left:auto;right:0}.sendbird-sort-by-row{align-items:center;display:flex;justify-content:flex-start}.sendbird__offline .sendbird-menu-item{cursor:not-allowed}.sendbird-menu-item{cursor:pointer;display:flex;padding:8px 16px;white-space:nowrap}.sendbird-menu-item.disable{cursor:not-allowed}.sendbird-theme--light .sendbird-menu-item.disable:hover{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-menu-item.disable:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-menu-item:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-menu-item:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-menu-item>*{align-items:center;width:100%}.sendbird-menu-item>*,.sendbird-menu-item__text{display:flex;justify-content:space-between}.sendbird-conversation{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.sendbird-theme--light .sendbird-conversation{background-color:#fff;background-color:var(--sendbird-light-background-50);border:1px solid #0000001f;border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-conversation{background-color:#161616;background-color:var(--sendbird-dark-background-600);border:1px solid #ffffff1f;border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-conversation__messages{flex:1 1;overflow:hidden}.sendbird-conversation__messages-list{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.sendbird-conversation__footer{padding:0 0 24px;width:100%}.sendbird-msg-hoc__animated .sendbird-message-content{animation:bounce 1s ease}@keyframes bounce{50%{transform:translateY(-10px)}60%{transform:translateY(0)}90%{transform:translateY(-10px)}to{transform:translateY(0)}}.sendbird-conversation__scroll-container{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto}.sendbird-conversation__scroll-container .sendbird-conversation__padding{flex:1 1}.sendbird-conversation__footer{box-sizing:border-box;margin-top:6px;position:relative}.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator{bottom:8px;display:inline-flex;position:absolute}.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text{margin-left:24px;margin-right:10px}[dir=rtl] .sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text{margin-left:10px;margin-right:24px}.sendbird-connection-status{align-items:center;display:flex;padding-top:5px}.sendbird-place-holder{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.sendbird-place-holder .sendbird-place-holder__body{align-items:center;display:flex;flex-direction:column;height:104px}.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__icon{margin-bottom:10px}.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__text{margin-top:10px}.sendbird-place-holder .sendbird-place-holder__body__reconnect{cursor:pointer;display:flex;flex-direction:row;margin-top:18px}.sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon{margin-right:4px}[dir=rtl] .sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon{margin-left:4px;margin-right:0}.sendbird-place-holder .sendbird-place-holder__body--align-top{display:flex;flex-direction:column;justify-content:center;position:absolute;top:24px;width:100%}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text{display:flex;flex-direction:row;justify-content:center;padding-left:16px;padding-right:16px}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__search-in{display:flex;margin-right:2px;min-width:60px}[dir=rtl] .sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__search-in{margin-left:2px;margin-right:0}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__channel-name{display:block;max-width:calc(100% - 62px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__no-result,.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__searching{display:flex;justify-content:center}.sendbird-loader{animation:1s linear infinite;animation-name:rotate;display:inline-block}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.sendbird-chat-header{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:64px;justify-content:space-between;min-height:64px;overflow:hidden;padding-left:20px;padding-right:16px;position:relative;text-overflow:ellipsis}[dir=rtl] .sendbird-chat-header{padding-left:16px;padding-right:20px}.sendbird-theme--light .sendbird-chat-header{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-chat-header{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-chat-header__left{margin-right:24px}[dir=rtl] .sendbird-chat-header__left{margin-left:24px;margin-right:0}.sendbird-chat-header__left,.sendbird-chat-header__right{align-items:center;display:flex;flex-direction:row;overflow:hidden}.sendbird-chat-header .sendbird-chat-header__left__title{margin-left:8px;margin-right:16px;max-width:780px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=rtl] .sendbird-chat-header .sendbird-chat-header__left__title{margin-left:16px;margin-right:8px}.sendbird--mobile-mode .sendbird-chat-header .sendbird-chat-header__left__title{max-width:calc(100vw - 240px)}.sendbird-chat-header .sendbird-chat-header__left__subtitle{max-width:240px;overflow:hidden;text-overflow:ellipsis}.sendbird-chat-header .sendbird-chat-header__right__mute{margin-right:18px}[dir=rtl] .sendbird-chat-header .sendbird-chat-header__right__mute{margin-left:18px;margin-right:0}.sendbird-chat-header .sendbird-iconbutton--pressed{background-color:inherit}.sendbird-chat-header .sendbird-chat-header__right__info{margin-left:16px}[dir=rtl] .sendbird-chat-header .sendbird-chat-header__right__info{margin-left:0;margin-right:16px}.sendbird-chat-header__icon_back{margin-right:8px}[dir=rtl] .sendbird-chat-header__icon_back{margin-left:8px;margin-right:0}.sendbird-chat-header--default-avatar{align-items:center;border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-theme--light .sendbird-chat-header--default-avatar{background-color:#259c72;background-color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-chat-header--default-avatar{background-color:#69c085;background-color:var(--sendbird-dark-secondary-200)}.sendbird-image-renderer{overflow:hidden;position:relative}.sendbird-image-renderer__hidden-image-loader{display:none}.sendbird-image-renderer,.sendbird-image-renderer__image{height:180px;width:320px}.sendbird-multiple-files-image-renderer__image-cover{background-color:#0000008c;background-color:var(--sendbird-light-overlay-01);border-radius:16px;display:none;height:100%;position:absolute;top:0;width:100%}.sendbird-image-renderer:hover .sendbird-multiple-files-image-renderer__image-cover{display:inline-flex}.sendbird-multiple-files-image-renderer__icon-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:1}.sendbird-multiple-files-image-renderer__icon-wrapper .sendbird-multiple-files-image-renderer__icon-wrapper__icon{align-items:center;background-color:#ffffffe0;background-color:var(--sendbird-light-ondark-01);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px;z-index:2}.sendbird-avatar{border-radius:50%;display:inline-block;overflow:hidden;position:relative}.sendbird-avatar:focus{outline:none}.sendbird-avatar .sendbird-avatar-img{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}[dir=rtl] .sendbird-avatar .sendbird-avatar-img{left:auto;right:50%;transform:translate(50%,-50%)}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img{background-color:#bdbdbd;background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child{transform:translate(2%,-50%)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child{transform:translate(-2%,-50%)}.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child{transform:translate(-102%,-50%)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child{transform:translate(102%,-50%)}.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child{transform:translate(-50%,-102%)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child{transform:translate(50%,-102%)}.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child{transform:translate(-77%,-23%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child{transform:translate(77%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child{transform:translate(-23%,-23%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child{transform:translate(23%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child{transform:translate(-77%,-77%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child{transform:translate(77%,-77%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2){transform:translate(-23%,-77%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2){transform:translate(23%,-77%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3){transform:translate(-77%,-23%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3){transform:translate(77%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child{transform:translate(-23%,-23%) scale(.5)}[dir=rtl] .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child{transform:translate(23%,-23%) scale(.5)}.sendbird-avatar .sendbird-avatar-img--default{align-items:center;display:flex;justify-content:center}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default{background-color:#bdbdbd;background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default.text{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default.text{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-avatar .sendbird-avatar-text{font-family:Roboto;font-size:8px;font-style:normal;font-weight:700;font-weight:400;line-height:12px;text-align:center}.sendbird-theme--light .sendbird-avatar .sendbird-avatar-text{color:#00000080;color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-text{color:#ffffff80;color:var(--sendbird-dark-ondark-02)}.sendbird-ui-header{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:64px;justify-content:space-between;min-height:64px;overflow:hidden;padding-left:16px;padding-right:16px;position:relative;text-overflow:ellipsis}.sendbird-theme--light .sendbird-ui-header{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-ui-header{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-ui-header--is-desktop{max-width:176px}.sendbird-ui-header--is-mobile{max-width:80px}.sendbird-ui-header__left{align-items:center;display:inline-flex;flex:0 0 auto;left:0;margin-right:8px;position:relative}[dir=rtl] .sendbird-ui-header__left{left:auto;margin-left:8px;margin-right:0;right:0}.sendbird-ui-header__middle{display:inline-flex;flex:1 1;flex-direction:column;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-ui-header__middle__subtitle__container{display:flex;width:100%}.sendbird-ui-header__middle__subtitle,.sendbird-ui-header__middle__title{text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.sendbird-ui-header__right{align-items:center;display:inline-flex;flex:0 0 auto;margin-left:8px;position:relative;right:0}[dir=rtl] .sendbird-ui-header__right{left:0;margin-left:0;margin-right:8px;right:auto}.sendbird-textbutton{cursor:pointer;display:inline-block;text-decoration:underline}.sendbird-textbutton--not-underline{cursor:pointer;text-decoration:none}.sendbird-textbutton--disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-textbutton--disabled{color:#00000061;color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-textbutton--disabled{color:#ffffff61;color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-1{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-color--onbackground-1{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-color--onbackground-1--background-color{background-color:#000000e0;background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-color--onbackground-1--background-color{background-color:#ffffffe0;background-color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-color--onbackground-2{color:#00000080;color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-color--onbackground-2{color:#ffffff80;color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-color--onbackground-2--background-color{background-color:#00000080;background-color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-color--onbackground-2--background-color{background-color:#ffffff80;background-color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-color--onbackground-3{color:#00000061;color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-color--onbackground-3{color:#ffffff61;color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-3--background-color{background-color:#00000061;background-color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-color--onbackground-3--background-color{background-color:#ffffff61;background-color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-color--onbackground-4{color:#0000001f;color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-color--onbackground-4{color:#ffffff1f;color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-color--onbackground-4--background-color{background-color:#0000001f;background-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-color--onbackground-4--background-color{background-color:#ffffff1f;background-color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-color--oncontent-1{color:#ffffffe0;color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-color--oncontent-1{color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-color--oncontent-1--background-color{background-color:#ffffffe0;background-color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-color--oncontent-1--background-color{background-color:#000000e0;background-color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-color--primary{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-color--primary{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-color--primary--background-color{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-color--primary--background-color{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-color--error{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-color--error{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-color--error--background-color{background-color:#de360b;background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-color--error--background-color{background-color:#de360b;background-color:var(--sendbird-dark-error-300)}.sendbird-conversation__messages{position:relative}.sendbird-conversation__messages .sendbird-conversation__messages-padding{height:100%;overflow-x:hidden;padding:0 24px;position:relative}.sendbird--mobile-mode .sendbird-conversation__messages .sendbird-conversation__messages-padding{padding:0 12px}.sendbird-conversation__messages .sendbird-admin-message,.sendbird-conversation__messages .sendbird-separator{padding-bottom:8px;padding-top:8px}.sendbird-conversation__messages__notification{margin-left:25px;position:fixed;top:0;width:calc(100% - 50px)}[dir=rtl] .sendbird-conversation__messages__notification{margin-left:0;margin-right:25px}.sendbird-conversation__scroll-bottom-button{align-items:center;border-radius:24px;bottom:30px;display:flex;height:40px;justify-content:center;left:calc(100% - 65px);position:sticky;width:40px}[dir=rtl] .sendbird-conversation__scroll-bottom-button{left:auto;right:calc(100% - 65px)}.sendbird-theme--light .sendbird-conversation__scroll-bottom-button{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow:0 2px 8px 0 #00000014,0 4px 6px 0 #0000001f;box-shadow:var(--sendbird-light-shadow-05)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button{background-color:#393939;background-color:var(--sendbird-dark-background-400);box-shadow:var(--sendbird-dark-shadow-05)}.sendbird-conversation__scroll-bottom-button:hover{cursor:pointer}.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:active{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:active{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-conversation__scroll-bottom-button:focus{outline:none}.sendbird-separator{align-items:center;display:flex;width:100%}.sendbird-separator .sendbird-separator__left,.sendbird-separator .sendbird-separator__right{border:none;display:inline-block;height:1px;width:100%}.sendbird-separator .sendbird-separator__text{display:flex;margin:0 16px;white-space:nowrap}.sendbird-message-input{display:inline-block;position:relative;width:100%}.sendbird-message-input .sendbird-message-input--textarea{background-color:inherit;border-radius:4px;box-sizing:border-box;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:56px;letter-spacing:normal;line-height:1.43;overflow-y:scroll;padding:18px 64px 18px 16px;position:relative;resize:none;white-space:pre-wrap;width:100%}[dir=rtl] .sendbird-message-input .sendbird-message-input--textarea{padding:18px 16px 18px 64px}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea{background-color:#fff;background-color:var(--sendbird-light-background-50);border:1px solid #00000061;border:1px solid var(--sendbird-light-onlight-03);caret-color:#742ddd;caret-color:var(--sendbird-light-primary-300);color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #ffffff61;border:1px solid var(--sendbird-dark-ondark-03);caret-color:#c2a9fa;caret-color:var(--sendbird-dark-primary-200);color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-message-input .sendbird-message-input--textarea:focus{outline:none}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:focus{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300);box-shadow:0 1px 5px 0 #2122421f,0 0 1px 0 #21224229,0 2px 1px 0 #21224214,0 1px 5px 0 #0000001f;box-shadow:var(--sendbird-light-shadow-message-input);color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:focus{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200);box-shadow:0 1px 5px 0 #2122421f,0 0 1px 0 #21224229,0 2px 1px 0 #21224214,0 1px 5px 0 #0000001f;box-shadow:var(--sendbird-dark-shadow-message-input);color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:active{border:1px solid #7b53ef;border:1px solid var(--sendbird-message-input-border-active);color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:active{border:1px solid #7b53ef;border:1px solid var(--sendbird-message-input-border-active);color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-message-input .sendbird-message-input--placeholder{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;left:16px;line-height:1.43;pointer-events:none;position:absolute;top:18px}[dir=rtl] .sendbird-message-input .sendbird-message-input--placeholder{left:auto;right:16px}.sendbird-message-input .sendbird-message-input--attach{bottom:14px;padding:6px;position:absolute;right:16px}[dir=rtl] .sendbird-message-input .sendbird-message-input--attach{left:16px;right:auto}.sendbird-message-input .sendbird-message-input--attach.is-voice-message-enabled{right:48px}[dir=rtl] .sendbird-message-input .sendbird-message-input--attach.is-voice-message-enabled{left:48px;right:auto}.sendbird-message-input .sendbird-message-input--voice-message{bottom:14px;padding:6px;position:absolute;right:16px}[dir=rtl] .sendbird-message-input .sendbird-message-input--voice-message{left:16px;right:auto}.sendbird-message-input .sendbird-message-input--send{bottom:14px;padding:6px;position:absolute;right:16px}[dir=rtl] .sendbird-message-input .sendbird-message-input--send{left:16px;right:auto;transform:rotate(180deg)}.sendbird-message-input .sendbird-message-input--attach-input{display:none}.sendbird-message-input__edit{box-sizing:border-box;padding:16px}.sendbird-theme--light .sendbird-message-input__edit{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-input__edit{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-message-input--edit-action{margin-top:4px;text-align:right}[dir=rtl] .sendbird-message-input--edit-action{text-align:left}.sendbird-message-input--edit-action button:last-child{margin-left:8px}[dir=rtl] .sendbird-message-input--edit-action button:last-child{margin-left:0;margin-right:8px}.sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{width:80px}.sendbird-theme--light .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{border:1px solid #00000061;border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel{border:1px solid #ffffff61;border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-message-input--edit-action .sendbird-message-input--edit-action__save{width:80px}.sendbird-message-input-form__disabled{cursor:not-allowed}.sendbird-message-input__disabled{cursor:not-allowed;pointer-events:none}.sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea{border:1px solid #0000001f;border:1px solid var(--sendbird-light-onlight-04);color:#0000001f;color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea{border:1px solid #ffffff1f;border:1px solid var(--sendbird-dark-ondark-04);color:#ffffff1f;color:var(--sendbird-dark-ondark-04)}.sendbird-message-content{display:inline-flex;flex-direction:row;position:relative;width:100%}.sendbird-message-content.incoming{justify-content:flex-start}.sendbird-message-content.outgoing{justify-content:flex-end}.sendbird-message-content .sendbird-message-content__middle{max-width:400px}.sendbird--mobile-mode .sendbird-message-content .sendbird-message-content__middle{max-width:calc(100vw - 140px)}.sendbird--mobile-mode .sendbird-message-content .ui_container_type__wide{max-width:100%}.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote{bottom:-8px;margin-top:-8px}.sendbird-message-content__middle__quote-message__quote{width:100%}.sendbird-message-content.incoming .sendbird-message-content__left{display:inline-flex;min-width:40px;position:relative}.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar{bottom:2px;left:0;position:absolute}[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar{left:auto;right:0}.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.multiple{border:2px solid}.sendbird-theme--light .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.multiple{border-color:#fff;border-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.multiple{border-color:#161616;border-color:var(--sendbird-dark-background-600)}.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.use-thread-replies{bottom:35px}.sendbird-message-content.incoming .sendbird-message-content__middle{align-items:flex-start;display:inline-flex;flex-direction:column;position:relative}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{bottom:6px;display:flex;flex-direction:row;min-width:80px;position:absolute;right:-84px;white-space:nowrap}[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{left:-84px;right:auto}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-hover{display:none}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default-carousel{bottom:-16px;left:2px;min-width:-moz-fit-content;min-width:fit-content}[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default-carousel{left:auto;right:2px}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__wide{bottom:-16px;min-width:-moz-fit-content;min-width:fit-content;right:2px}[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__wide{left:2px;right:auto}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name{margin-bottom:4px;margin-left:12px;overflow:hidden;position:relative;text-overflow:ellipsis;width:100%}[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name{margin-left:0;margin-right:12px}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message{display:inline-flex;position:relative;width:100%}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing{justify-content:flex-end}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming{justify-content:flex-start}.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message:hover{cursor:pointer}.sendbird-message-content.incoming .sendbird-message-content__right{display:inline-flex;margin-left:4px;padding-top:18px;position:relative;width:50px}[dir=rtl] .sendbird-message-content.incoming .sendbird-message-content__right{margin-left:0;margin-right:4px}.sendbird-message-content.incoming .sendbird-message-content__right.use-reactions{width:70px}.sendbird-message-content.incoming .sendbird-message-content__right.chain-top{padding-top:2px}.sendbird-message-content.incoming .sendbird-message-content__right.chain-top.use-quote{padding-top:18px}.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu{display:none;flex-direction:row;height:32px;position:relative}.sendbird--mobile-mode .sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at,.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu.sendbird-mouse-hover,.sendbird-message-content.incoming:hover .sendbird-message-content__right .sendbird-message-content-menu{display:inline-flex}.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{display:none}.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default-carousel{display:flex}.sendbird-message-content.outgoing .sendbird-message-content__left{box-sizing:border-box;display:inline-flex;justify-content:flex-end;position:relative;width:50px}.sendbird-message-content.outgoing .sendbird-message-content__left.use-reactions{width:70px}.sendbird-message-content.outgoing .sendbird-message-content__left.use-quote .sendbird-message-content-menu{top:18px}.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu{display:none;flex-direction:row;position:absolute;right:4px;top:2px}[dir=rtl] .sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu{left:4px;right:auto}.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu.sendbird-mouse-hover{display:inline-flex}.sendbird-message-content.outgoing .sendbird-message-content__middle{align-items:flex-end;display:inline-flex;flex-direction:column;position:relative}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message{display:inline-flex;position:relative;width:100%}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing{justify-content:flex-end}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming{justify-content:flex-start}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container{position:relative;width:100%}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{bottom:2px;box-sizing:initial;display:flex;justify-content:flex-end;left:-84px;min-height:16px;min-width:80px;position:absolute;white-space:nowrap}[dir=rtl] .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{left:auto;right:-84px}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-hover{display:none}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at .sendbird-message-content__middle__body-container__created-at__component-container{display:inline-flex;position:relative}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default-carousel{bottom:-20px;left:2px;min-width:-moz-fit-content;min-width:fit-content}[dir=rtl] .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__default-carousel{left:auto;right:2px}.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__wide{bottom:-20px;left:2px;min-width:-moz-fit-content;min-width:fit-content}[dir=rtl] .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .ui_container_type__wide{left:auto;right:2px}.sendbird-message-content.outgoing .sendbird-message-content__right{display:none}.sendbird--mobile-mode .sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at,.sendbird-message-content.outgoing:hover .sendbird-message-content__left .sendbird-message-content-menu{display:inline-flex}.sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at{display:none}.sendbird-message-content__middle__body-container{display:flex;flex-direction:column;position:relative;width:-moz-fit-content;width:fit-content}.sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body{box-sizing:border-box;width:100%}.sendbird-message-content-reactions{border-radius:0 0 16px 16px;max-width:400px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-content-reactions{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-content-reactions{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-message-content-reactions.primary{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-content-reactions.primary{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover,.sendbird-theme--light .sendbird-message-content-reactions:hover{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover,.sendbird-theme--dark .sendbird-message-content-reactions:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover.primary,.sendbird-theme--light .sendbird-message-content-reactions:hover.primary{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover.primary,.sendbird-theme--dark .sendbird-message-content-reactions:hover.primary{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-message-content-reactions.image-grid{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-content-reactions.image-grid{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-message-content__middle__feedback-buttons,.sendbird-message-content__middle__thread-replies{margin-top:4px}.sendbird-voice-message-item-body.sendbird-message-content__middle__message-item-body{height:50px;min-width:136px}.sendbird-message-content__middle__body-container__feedback-buttons-container{display:flex;gap:4px;margin-top:4px;position:relative}.sendbird-message-content__middle__for_template_message{width:100%}.sendbird-message-status{align-items:flex-start;display:inline-flex;height:100%;position:relative;width:100%}.sendbird-message-status .sendbird-message-status__icon{display:inline-block;position:relative;top:-2px}.sendbird-message-status .sendbird-message-status__icon.hide-icon{display:none}.sendbird-message-status .sendbird-message-status__text{display:inline-block;margin-left:4px;position:relative}[dir=rtl] .sendbird-message-status .sendbird-message-status__text{margin-left:0;margin-right:4px}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again{text-decoration:underline}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover{cursor:pointer}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete{text-decoration:underline}.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete:hover{cursor:pointer}.sendbird-text{color:var(--primary-1)}.sendbird-reaction-button{border:1px solid #0000;border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-block}.sendbird-theme--light .sendbird-reaction-button:hover{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-button:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400);border:1px solid #393939;border:1px solid var(--sendbird-dark-background-400)}.sendbird-reaction-button__inner{margin:3px}.sendbird-reaction-button--selected{border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-block}.sendbird-theme--light .sendbird-reaction-button--selected{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100);border:1px solid #dbd1ff;border:1px solid var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-reaction-button--selected{background-color:#6211c8;background-color:var(--sendbird-dark-primary-400);border:1px solid #6211c8;border:1px solid var(--sendbird-dark-primary-400)}.sendbird-reaction-button--selected:hover{border:1px solid #9e8cf5;border:1px solid var(--sendbird-selected-reaction-button-border-hover)}.sendbird-reaction-button--selected__inner{margin:3px}.sendbird-reaction-button--selected.sendbird-reactions--pressed{display:block!important}.sendbird-emoji-reactions{border-radius:16px;box-sizing:border-box;display:inline-block;max-width:404px;max-width:var(--sendbird-message-balloon-width);min-height:24px;padding:7px 5px 3px;width:100%}.sendbird-theme--light .sendbird-emoji-reactions{background-color:#fff;background-color:var(--sendbird-light-background-50);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-emoji-reactions{background-color:#161616;background-color:var(--sendbird-dark-background-600);border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge{margin-bottom:4px;margin-left:2px;margin-right:1px}[dir=rtl] .sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge{margin-left:1px;margin-right:2px}.sendbird-emoji-reactions:focus{outline:none}.sendbird-emoji-reactions .sendbird-context-menu{height:26px}.sendbird-emoji-reactions__add-reaction-badge{display:inline-flex;height:24px;position:relative;top:-4px;width:36px}.sendbird-emoji-reactions .sendbird-context-menu{margin-left:2px}[dir=rtl] .sendbird-emoji-reactions .sendbird-context-menu{margin-left:0;margin-right:2px}.sendbird-reaction-badge{border-radius:15px;display:inline-block;height:24px;width:50px}.sendbird-theme--light .sendbird-reaction-badge{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-badge{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.sendbird-reaction-badge:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge:hover{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge:hover{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge--is-add{border-radius:15px;display:inline-block;height:24px;width:36px}.sendbird-theme--light .sendbird-reaction-badge--is-add{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-reaction-badge--is-add{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.sendbird-reaction-badge--is-add:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge--is-add:hover{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge--is-add:hover{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:8px}[dir=rtl] .sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:auto;right:8px}.sendbird-reaction-badge--selected{border-radius:15px;display:inline-block;height:24px;width:50px}.sendbird-theme--light .sendbird-reaction-badge--selected{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100);border:1px solid #dbd1ff;border:1px solid var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-reaction-badge--selected{background-color:#6211c8;background-color:var(--sendbird-dark-primary-400);border:1px solid #6211c8;border:1px solid var(--sendbird-dark-primary-400)}.sendbird-reaction-badge--selected:hover{cursor:pointer}.sendbird-theme--light .sendbird-reaction-badge--selected:hover{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-reaction-badge--selected:hover{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-reaction-badge__inner{align-items:center;display:flex;flex-direction:row;height:24px;justify-content:center;padding-left:20px;padding-right:4px;position:relative}[dir=rtl] .sendbird-reaction-badge__inner{padding-left:4px;padding-right:20px}.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:4px;position:absolute;top:2px}[dir=rtl] .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon{left:auto;right:4px}.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count{margin-left:4px}[dir=rtl] .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count{margin-left:0;margin-right:4px}.sendbird-message__bottomsheet__reacted-members{box-sizing:border-box;display:inline-flex;flex-direction:row;gap:16px;height:46px;justify-content:center;overflow-x:scroll;padding:0 16px;position:relative;width:100%}.sendbird-message__bottomsheet__reacted-members__item{align-items:center;display:inline-flex;flex-direction:row;gap:4px;height:100%;position:relative}.sendbird-message__bottomsheet__reactor-list{box-sizing:border-box;display:inline-flex;flex-direction:column;height:216px;overflow-y:scroll;padding:0 16px;position:relative;width:100%}.sendbird-message__bottomsheet__reactor-list__item.sendbird-user-list-item{border-bottom:0;min-height:48px}.sendbird-bottomsheet{height:100%;left:0;position:fixed;top:0;width:100%}[dir=rtl] .sendbird-bottomsheet{left:auto;right:0}.sendbird-bottomsheet__content{bottom:0;left:0;position:fixed;width:100%;z-index:10001}[dir=rtl] .sendbird-bottomsheet__content{left:auto;right:0}.sendbird-bottomsheet__backdrop{height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}[dir=rtl] .sendbird-bottomsheet__backdrop{left:auto;right:0}.sendbird-theme--light .sendbird-bottomsheet__backdrop{background-color:#00000052;background-color:var(--sendbird-light-overlay-02)}.sendbird-theme--dark .sendbird-bottomsheet__backdrop{background-color:#00000052;background-color:var(--sendbird-dark-overlay-02)}.sendbird-user-list-item{box-sizing:border-box;display:block;height:56px;position:relative;width:432px}.sendbird--mobile-mode .sendbird-user-list-item{width:100%}.sendbird-theme--light .sendbird-user-list-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-user-list-item{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-user-list-item .sendbird-user-list-item__avatar{cursor:pointer;left:0;position:absolute;top:8px;z-index:0}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__avatar{left:auto;right:0}.sendbird-user-list-item .sendbird-muted-avatar{left:0;pointer-events:none;position:absolute;top:8px;z-index:1}[dir=rtl] .sendbird-user-list-item .sendbird-muted-avatar{left:auto;right:0}.sendbird-user-list-item .sendbird-user-list-item__title{left:56px;max-width:250px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:17px;white-space:nowrap}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__title{left:auto;right:56px}.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__title{max-width:62%}.sendbird-user-list-item .sendbird-user-list-item__subtitle{left:140px;max-width:237px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:23px;white-space:nowrap}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__subtitle{left:auto;right:140px}.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__subtitle{max-width:40%}.sendbird-user-list-item .sendbird-user-list-item__checkbox{position:absolute;right:16px;top:16px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__checkbox{left:16px;right:auto}.sendbird-user-list-item .sendbird-user-list-item__action{position:absolute;right:0;top:10px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__action{left:0;right:auto}.sendbird-user-list-item .sendbird-user-list-item__operator{position:absolute;right:40px;top:22px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__operator{left:40px;right:auto}.sendbird-user-list-item .sendbird-user-list-item__operator.checkbox{right:66px}[dir=rtl] .sendbird-user-list-item .sendbird-user-list-item__operator.checkbox{left:66px;right:auto}.sendbird-user-list-item--small{box-sizing:border-box;display:block;height:40px;padding-left:12px;position:relative}[dir=rtl] .sendbird-user-list-item--small{padding-left:0;padding-right:12px}.sendbird-user-list-item--small .sendbird-user-list-item--small__avatar{cursor:pointer;position:absolute;top:10px}.sendbird-user-list-item--small .sendbird-muted-avatar{left:12px;pointer-events:none;position:absolute;top:10px}[dir=rtl] .sendbird-user-list-item--small .sendbird-muted-avatar{left:auto;right:12px}.sendbird-user-list-item--small .sendbird-user-list-item--small__title{left:54px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:10px;white-space:nowrap;width:160px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__title{left:auto;right:54px}.sendbird-user-list-item--small .sendbird-user-list-item--small__subtitle{left:140px;max-width:237px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:14px;white-space:nowrap}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__subtitle{left:auto;right:140px}.sendbird--mobile-mode .sendbird-user-list-item--small .sendbird-user-list-item--small__subtitle{max-width:40%}.sendbird-user-list-item--small .sendbird-user-list-item--small__checkbox{position:absolute;right:16px;top:16px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__checkbox{left:16px;right:auto}.sendbird-user-list-item--small .sendbird-user-list-item--small__action{display:none;position:absolute;right:10px;top:4px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__action{left:10px;right:auto}.sendbird-user-list-item--small .sendbird-user-list-item--small__operator{position:absolute;right:24px;top:10px}[dir=rtl] .sendbird-user-list-item--small .sendbird-user-list-item--small__operator{left:24px;right:auto}.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed,.sendbird-theme--light .sendbird-user-list-item--small:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed,.sendbird-theme--dark .sendbird-user-list-item--small:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__action,.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__action{display:block}.sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__operator,.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__operator{display:none}.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-muted-avatar{border-radius:50%;display:inline-block}.sendbird-muted-avatar .sendbird-muted-avatar__icon{position:relative}.sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon{left:4px;position:absolute;top:4px}[dir=rtl] .sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon{left:auto;right:4px}.sendbird-muted-avatar .sendbird-muted-avatar__bg{border-radius:50%;left:0;opacity:.5;position:absolute;top:0}[dir=rtl] .sendbird-muted-avatar .sendbird-muted-avatar__bg{left:auto;right:0}.sendbird-theme--light .sendbird-muted-avatar .sendbird-muted-avatar__bg{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-muted-avatar .sendbird-muted-avatar__bg{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-checkbox{cursor:pointer;display:inline-block;font-size:22px;margin-bottom:12px;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=rtl] .sendbird-checkbox{padding-left:0;padding-right:35px}.sendbird-checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.sendbird-checkbox--checkmark{background-color:inherit;border-radius:2px;height:18px;left:0;position:absolute;top:0;width:18px}[dir=rtl] .sendbird-checkbox--checkmark{left:auto;right:0}.sendbird-theme--light .sendbird-checkbox--checkmark{border:2px solid #393939;border:2px solid var(--sendbird-light-background-400)}.sendbird-theme--dark .sendbird-checkbox--checkmark{border:2px solid #bdbdbd;border:2px solid var(--sendbird-dark-background-300)}.sendbird-theme--light .sendbird-checkbox--checkmark.disabled{border:2px solid #0000001f;border:2px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-checkbox--checkmark.disabled{border:2px solid #ffffff1f;border:2px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-checkbox input:focus~.sendbird-checkbox--checkmark{box-shadow:0 0 0 2px #742ddd;box-shadow:0 0 0 2px var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-checkbox input:focus~.sendbird-checkbox--checkmark{box-shadow:0 0 0 2px #c2a9fa;box-shadow:0 0 0 2px var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);border:2px solid #742ddd;border:2px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);border:2px solid #c2a9fa;border:2px solid var(--sendbird-dark-primary-200)}.sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{cursor:default}.sendbird-theme--light .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{background-color:#0000001f;background-color:var(--sendbird-light-onlight-04);border:2px solid #0000001f;border:2px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-checkbox input:checked~.sendbird-checkbox--checkmark.disabled{background-color:#ffffff1f;background-color:var(--sendbird-dark-ondark-04);border:2px solid #ffffff1f;border:2px solid var(--sendbird-dark-ondark-04)}.sendbird-checkbox--checkmark:after{content:"";display:none;position:absolute}.sendbird-checkbox input:checked~.sendbird-checkbox--checkmark:after{display:block}.sendbird-theme--light .sendbird-checkbox .sendbird-checkbox--checkmark:after{border:solid #fff;border:solid var(--sendbird-light-background-50);border-width:0 2px 2px 0;height:12px;left:5px;top:-.5px;transform:rotate(45deg);width:7px}[dir=rtl] .sendbird-theme--light .sendbird-checkbox .sendbird-checkbox--checkmark:after{border-width:0 0 2px 2px;left:auto;right:5px;transform:rotate(-45deg)}.sendbird-theme--dark .sendbird-checkbox .sendbird-checkbox--checkmark:after{border:solid #161616;border:solid var(--sendbird-dark-background-600);border-width:0 2px 2px 0;height:12px;left:5px;top:-.5px;transform:rotate(45deg);width:7px}[dir=rtl] .sendbird-theme--dark .sendbird-checkbox .sendbird-checkbox--checkmark:after{border-width:0 0 2px 2px;left:auto;right:5px;transform:rotate(-45deg)}.sendbird__user-profile{border-radius:4px;box-sizing:border-box;padding:24px;text-align:center;width:320px}.sendbird-theme--light .sendbird__user-profile{background-color:#fff;background-color:var(--sendbird-light-background-50);box-shadow:0 3px 5px -3px #2122420a,0 3px 14px 2px #00000014,0 8px 10px 1px #0000001f;box-shadow:var(--sendbird-light-shadow-02)}.sendbird-theme--dark .sendbird__user-profile{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);box-shadow:0 3px 5px -3px #2122420a,0 3px 14px 2px #00000014,0 8px 10px 1px #0000001f;box-shadow:var(--sendbird-dark-shadow-02)}.sendbird__user-profile .sendbird__user-profile-avatar{margin:8px 0}.sendbird__user-profile .sendbird__user-profile-name{max-width:100%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-name{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-name{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird__user-profile .sendbird__user-profile-message{margin-top:20px}.sendbird__user-profile .sendbird__user-profile-message button{width:272px}.sendbird__user-profile .sendbird__user-profile-separator{height:1px;margin:24px 0}.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-separator{background-color:#0000001f;background-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-separator{background-color:#ffffff1f;background-color:var(--sendbird-dark-ondark-04)}.sendbird__user-profile .sendbird__user-profile-userId--label,.sendbird__user-profile .sendbird__user-profile-userId--value{display:block;overflow-x:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}[dir=rtl] .sendbird__user-profile .sendbird__user-profile-userId--label,[dir=rtl] .sendbird__user-profile .sendbird__user-profile-userId--value{text-align:right}.sendbird__user-profile .sendbird__user-profile-userId--label{margin-bottom:8px}.sendbird-tooltip{border-radius:8px;display:inline-flex;justify-content:center;max-width:200px;padding:8px 16px;position:relative}.sendbird-theme--light .sendbird-tooltip{background-color:#000;background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .sendbird-tooltip{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-tooltip:after{bottom:-4px;content:"";height:8px;position:absolute;transform:rotate(45deg);width:8px}[dir=rtl] .sendbird-tooltip:after{transform:rotate(-45deg)}.sendbird-theme--light .sendbird-tooltip:after{background-color:#000;background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .sendbird-tooltip:after{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-tooltip__text{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.33;max-width:180px;overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.sendbird-tooltip-wrapper{display:inline-flex;position:relative}.sendbird-tooltip-wrapper__hover-tooltip{display:inline-flex;position:absolute;width:200px}.sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container{display:inline-flex;position:relative}.sendbird-admin-message{align-items:center;display:flex;justify-content:center}.sendbird-admin-message .sendbird-admin-message__text{display:flex;text-align:center}.sendbird-quote-message{box-sizing:border-box;display:inline-flex;flex-direction:column;max-width:400px;position:relative;width:100%}.sendbird-quote-message.incoming{align-items:flex-start}.sendbird-quote-message.outgoing{align-items:flex-end}.sendbird-quote-message .sendbird-quote-message__replied-to{align-items:center;display:inline-flex;flex-direction:row;height:16px;padding:0 12px;position:relative;width:100%}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon{margin-bottom:4px;margin-right:4px;position:relative}[dir=rtl] .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon{margin-left:4px;margin-right:0}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text{align-items:center;display:inline-flex;flex-direction:row;font-size:12px;max-width:360px;overflow:hidden;overflow-x:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text .sendbird-quote-message__replied-to__text__nickname{display:inline-block;max-width:148px;overflow:hidden;text-overflow:ellipsis}.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text .sendbird-quote-message__replied-to__text__text{margin:0 4px}.sendbird-quote-message .sendbird-quote-message__replied-message{display:inline-flex;position:relative}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{border-radius:16px;font-size:12px;opacity:.5;padding:8px 12px 16px;position:relative;white-space:pre-wrap;word-break:break-all}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message .sendbird-quote-message__replied-message__text-message__word{display:inline-flex;max-height:30px;overflow:hidden;position:relative;text-overflow:ellipsis}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message{border-radius:6.4px;height:108px;overflow:hidden;position:relative;width:144px}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__image,.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__video{display:inline-flex;height:100%;opacity:.5;position:absolute;top:0;width:100%}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder{align-items:center;display:inline-flex;height:100%;justify-content:center;position:absolute;width:100%}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder .sendbird-quote-message__replied-message__thumbnail-message__placeholder__icon{align-items:center;border-radius:50%;display:inline-flex;height:22px;justify-content:center;width:22px}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover{align-items:center;display:inline-flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover,.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover{background-color:#fff6}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon{align-items:center;border-radius:50%;display:inline-flex;height:22px;justify-content:center;position:relative;width:22px}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon,.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon{background-color:#fff}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message{border-radius:16px;display:inline-flex;flex-direction:row;font-size:12px;opacity:.5;padding:8px 12px 16px;position:relative}.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon{margin-right:2px}[dir=rtl] .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon{margin-left:2px;margin-right:0}.sendbird-quote-message:hover{cursor:pointer}.sendbird-quote-message.unavailable:hover{cursor:default}.sendbird-message-content.outgoing .sendbird-quote-message__replied-to{flex-direction:row-reverse;padding-right:0}[dir=rtl] .sendbird-message-content.outgoing .sendbird-quote-message__replied-to{padding-left:0;padding-right:0}.sendbird-message-content.incoming .sendbird-quote-message__replied-to{padding-left:0}[dir=rtl] .sendbird-message-content.incoming .sendbird-quote-message__replied-to{padding-left:0;padding-right:0}.sendbird-message__mobile-context-menu{border-radius:8px;width:180px}.sendbird-message__contextmenu--hyperlink{display:flex;justify-content:space-between}.sendbird-message__bottomsheet--hyperlink{display:block}.sendbird-message__bottomsheet--hyperlink,.sendbird-message__contextmenu--hyperlink{color:inherit;font-family:inherit;font-size:inherit;font-stretch:normal;font-style:normal;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;width:100%}.sendbird-theme--light .sendbird-message__mobile-context-menu-item:not(:last-child){border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message__mobile-context-menu-item:not(:last-child){border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message__bottomsheet{border-top-left-radius:8px;border-top-right-radius:8px;padding-top:16px;width:100vw}.sendbird-theme--light .sendbird-message__bottomsheet{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-message__bottomsheet-reaction-bar{display:flex;justify-content:center;margin-bottom:0;margin-top:0;padding-left:0}[dir=rtl] .sendbird-message__bottomsheet-reaction-bar{padding-left:0;padding-right:0}.sendbird-message__bottomsheet-reaction-bar__row{display:inline-block}.sendbird-message__bottomsheet-reaction-bar__row.sendbird-message__bottomsheet-reaction-bar__all{display:flex;flex-direction:row;flex-wrap:wrap}.sendbird-message__bottomsheet--action{align-items:center;cursor:pointer;display:flex;height:48px;padding-left:16px}[dir=rtl] .sendbird-message__bottomsheet--action{padding-left:0;padding-right:16px}.sendbird-message__bottomsheet--action .sendbird-icon{margin-right:24px}[dir=rtl] .sendbird-message__bottomsheet--action .sendbird-icon{margin-left:24px;margin-right:0}.sendbird-message__bottomsheet--action-disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-message__bottomsheet--action-disabled{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet--action-disabled{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-ui-thread-replies{align-items:center;border-radius:16px;display:inline-flex;flex-direction:row;gap:4px;height:20px;justify-content:flex-start;min-height:20px;padding:4px 10px;position:relative;width:-moz-fit-content;width:fit-content}.sendbird-theme--light .sendbird-ui-thread-replies{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-ui-thread-replies{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-ui-thread-replies:hover{cursor:pointer}.sendbird-theme--light .sendbird-ui-thread-replies:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-ui-thread-replies:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-ui-thread-replies__user-profiles{display:inline-flex;flex-direction:row;gap:4px;height:100%;position:relative;width:100%}.sendbird-ui-thread-replies__user-profiles__avatar{align-items:center;display:inline-flex;height:20px;justify-content:center;position:relative;width:20px}.sendbird-ui-thread-replies__user-profiles__avatar__image{height:20px;left:0;position:absolute;top:0;width:20px}[dir=rtl] .sendbird-ui-thread-replies__user-profiles__avatar__image{left:auto;right:0}.sendbird-ui-thread-replies__user-profiles__avatar__cover{background-color:#0000008c;background-color:var(--sendbird-light-overlay-01);border-radius:50%;height:20px;left:0;position:absolute;top:0;width:20px}[dir=rtl] .sendbird-ui-thread-replies__user-profiles__avatar__cover{left:auto;right:0}.sendbird-ui-thread-replies__user-profiles__avatar__plus{align-items:center;display:inline-flex;height:20px;justify-content:center;left:0;position:absolute;top:0;width:20px}[dir=rtl] .sendbird-ui-thread-replies__user-profiles__avatar__plus{left:auto;right:0}.sendbird-ui-thread-replies__reply-counts{align-items:center;display:inline-flex;flex-direction:row;height:12px;justify-content:flex-start;min-width:-moz-fit-content;min-width:fit-content;position:relative;white-space:nowrap}.sendbird-ui-thread-replies__icon{display:inline-flex;position:relative}[dir=rtl] .sendbird-ui-thread-replies__icon{transform:rotate(180deg)}.sendbird-og-message-item-body{display:inline-block;max-width:320px;min-width:320px;position:relative;width:320px}.sendbird--mobile-mode .sendbird-og-message-item-body{min-width:160px}.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble{border-radius:16px 16px 0 0;box-sizing:border-box;padding:8px 12px;position:relative;white-space:pre-line;word-break:break-word}.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble .sendbird-og-message-item-body__text-bubble__message{display:inline;margin:0 2px}.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail{overflow:hidden;position:relative}.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail .sendbird-og-message-item-body__og-thumbnail__image{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.sendbird-og-message-item-body.reactions .sendbird-og-message-item-body__description{border-radius:0}.sendbird-og-message-item-body .sendbird-og-message-item-body__description{border-radius:0 0 16px 16px;display:flex;flex-direction:column;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;white-space:nowrap}.sendbird-theme--light .sendbird-og-message-item-body .sendbird-og-message-item-body__description{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-og-message-item-body .sendbird-og-message-item-body__description{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__description,.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__title{display:inline-block;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__url{display:inline-block;margin:4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird-og-message-item-body .sendbird-og-message-item-body__description:hover,.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail:hover{cursor:pointer}.sendbird-theme--light .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);color:#ffffffe0;color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble{background-color:#eee;background-color:var(--sendbird-light-background-100);color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description,.sendbird-theme--light .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description,.sendbird-theme--dark .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble,.sendbird-theme--light .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble,.sendbird-theme--dark .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble,.sendbird-theme--light .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble,.sendbird-theme--dark .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-og-message-item-body .sendbird-og-message-item-body__cover{border-radius:16px 16px 0 0;display:none;height:100%;left:0;position:absolute;top:0;width:100%}[dir=rtl] .sendbird-og-message-item-body .sendbird-og-message-item-body__cover{left:auto;right:0}div.sendbird-og-message-item-body__text-bubble{margin:0}.sendbird-word{white-space:break-spaces}.sendbird-word .sendbird-word__mention{display:inline-block}.sendbird-word .sendbird-word__mention:hover{cursor:pointer}.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me,.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me{background-color:#fff2b6;background-color:var(--sendbird-highlight-100)}.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label{color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-link-label{text-decoration:none;text-decoration:initial}.sendbird-link-label:hover{cursor:pointer;text-decoration:underline}.sendbird-link-label:focus{outline:none}.sendbird-link-label__label{display:inline}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-1{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-1{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-2{color:#00000080;color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-2{color:#ffffff80;color:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-3{color:#00000061;color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-3{color:#ffffff61;color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-1{color:#ffffffe0;color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-1{color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-2{color:#ffffff80;color:var(--sendbird-light-ondark-02)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-2{color:#00000080;color:var(--sendbird-dark-onlight-02)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-primary{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-primary{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-error{color:#de360b;color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-error{color:#f66161;color:var(--sendbird-dark-error-200)}.sendbird-theme--light .sendbird-link-label .sendbird-label--color-secondary-3{color:#259c72;color:var(--sendbird-light-secondary-300)}.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-secondary-3{color:#69c085;color:var(--sendbird-dark-secondary-200)}.sendbird-text-message-item-body{border-radius:16px;box-sizing:initial;display:inline-block;padding:8px 12px;position:relative;white-space:pre-line;word-break:break-word}.sendbird-text-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-text-message-item-body.incoming{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-text-message-item-body.incoming{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-text-message-item-body.outgoing{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-text-message-item-body.outgoing{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.incoming,.sendbird-theme--light .sendbird-text-message-item-body:hover.incoming{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.incoming,.sendbird-theme--dark .sendbird-text-message-item-body:hover.incoming{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-text-message-item-body:hover.outgoing{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-text-message-item-body:hover.outgoing{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-text-message-item-body .sendbird-text-message-item-body__text-bubble__message{display:inline;margin:0 2px}div.sendbird-text-message-item-body{margin:0}.sendbird-file-message-item-body{align-items:center;border-radius:16px;box-sizing:border-box;display:inline-block;padding:8px 12px;position:relative}.sendbird-file-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-file-message-item-body.outgoing{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-file-message-item-body.outgoing{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-file-message-item-body.incoming{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-file-message-item-body.incoming{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-file-message-item-body:hover.outgoing{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-file-message-item-body:hover.outgoing{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.incoming,.sendbird-theme--light .sendbird-file-message-item-body:hover.incoming{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.incoming,.sendbird-theme--dark .sendbird-file-message-item-body:hover.incoming{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{align-items:center;border-radius:8px;display:inline-flex;height:28px;justify-content:center;margin-right:8px;min-height:28px;min-width:28px;width:28px}[dir=rtl] .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{margin-left:8px;margin-right:0}.sendbird-theme--light .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-file-message-item-body .sendbird-file-message-item-body__file-name{position:relative;top:-6px}.sendbird-image-grid-wrap{display:flex;justify-content:flex-end;width:100%}.sendbird-image-grid{grid-gap:4px;border-radius:12px;display:grid;gap:4px;grid-template-columns:repeat(2,1fr);padding:4px;width:-moz-fit-content;width:fit-content}.sendbird-theme--light .sendbird-image-grid{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-image-grid{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-image-grid.reactions{border-radius:12px 12px 0 0}.sendbird-fileviewer .sendbird-fileviewer__content{position:relative}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img__multi{max-height:calc(100% - 64px);max-width:calc(100% - 120px)}.sendbird-file-viewer-arrow--left,.sendbird-file-viewer-arrow--right{cursor:pointer;height:32px;position:absolute;top:calc(50% - 16px);width:32px}.sendbird-file-viewer-arrow--left{left:14px}.sendbird-file-viewer-arrow--right{right:14px;transform:rotate(180deg)}.sendbird-multiple-files-image-renderer-wrapper{cursor:pointer;width:100%}.sendbird-multiple-files-image-renderer__thumbnail__placeholder{align-items:center;border-radius:16px;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.sendbird-theme--light .sendbird-multiple-files-image-renderer__thumbnail__placeholder{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-multiple-files-image-renderer__thumbnail__placeholder{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-multiple-files-image-renderer__thumbnail__placeholder .sendbird-multiple-files-image-renderer__thumbnail__placeholder__icon{align-items:center;background-color:#ffffffe0;background-color:var(--sendbird-light-ondark-01);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-voice-message-item-body{border-radius:16px;display:inline-flex;overflow:hidden;position:relative;width:100%}.sendbird-voice-message-item-body.is-reactions-contained{border-radius:16px 16px 0 0}.sendbird-voice-message-item-body__progress-bar{height:50px;position:absolute;width:100%}.sendbird-voice-message-item-body__status-button{align-items:center;display:inline-flex;height:34px;justify-content:center;left:12px;min-height:34px;min-width:34px;position:relative;top:8px;width:34px}[dir=rtl] .sendbird-voice-message-item-body__status-button{left:auto;right:12px}.sendbird-voice-message-item-body__status-button__button{align-items:center;border-radius:50%;display:inline-flex;height:100%;justify-content:center;width:100%}.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-voice-message-item-body__playback-time{position:absolute;right:12px;top:15px}[dir=rtl] .sendbird-voice-message-item-body__playback-time{left:12px;right:auto}.sendbird-voice-message-item-body__status-button__button__pause{align-items:center;display:inline-flex;height:13.75px;justify-content:space-between;position:relative;width:13.75px}.sendbird-voice-message-item-body__status-button__button__pause__inner{border-radius:2px;display:inline-flex;height:13.75px;position:relative;width:4.38px}.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button__pause__inner{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button__pause__inner{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-progress-bar,.sendbird-progress-bar__fill{display:inline-flex;height:100%;width:100%}.sendbird-progress-bar{justify-content:flex-start}.sendbird-theme--light .sendbird-progress-bar__fill{background-color:#00000061;background-color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-progress-bar__fill{background-color:#ffffff61;background-color:var(--sendbird-dark-ondark-03)}.sendbird-theme--light .progress-bar-color--primary{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .progress-bar-color--primary{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .progress-bar-color--gray,.sendbird-theme--light .sendbird-progress-bar.progress-bar--disabled{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .progress-bar-color--gray,.sendbird-theme--dark .sendbird-progress-bar.progress-bar--disabled{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-progress-bar.progress-bar--disabled .sendbird-progress-bar__fill{background-color:initial}.sendbird-thumbnail-message-item-body{border-radius:16px;box-sizing:border-box;display:block;height:270px;max-width:400px;min-width:360px;overflow:hidden;position:relative;width:100%}.sendbird--mobile-mode .sendbird-thumbnail-message-item-body{min-width:160px}.sendbird-thumbnail-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-thumbnail-message-item-body{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-thumbnail-message-item-body{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-thumbnail-message-item-body.mouse-hover,.sendbird-theme--light .sendbird-thumbnail-message-item-body:hover{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-thumbnail-message-item-body.mouse-hover,.sendbird-theme--dark .sendbird-thumbnail-message-item-body:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail{border-radius:16px;position:absolute}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder{align-items:center;display:flex;height:270px;justify-content:center;position:absolute;width:100%}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder .sendbird-thumbnail-message-item-body__placeholder__icon{align-items:center;background-color:#fff;background-color:var(--sendbird-light-background-50);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover{background-color:#0000008c;background-color:var(--sendbird-light-overlay-01);border-radius:16px;display:none;height:270px;position:absolute;top:0;width:100%}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__video{border-radius:16px;height:270px;position:absolute;width:100%}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper{align-items:center;display:flex;height:270px;justify-content:center;position:absolute;width:100%}.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper .sendbird-thumbnail-message-item-body__icon-wrapper__icon{align-items:center;background-color:#ffffffe0;background-color:var(--sendbird-light-ondark-01);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-thumbnail-message-item-body:hover{cursor:pointer}.sendbird-thumbnail-message-item-body:hover .sendbird-thumbnail-message-item-body__image-cover{display:inline-flex}.sendbird-unknown-message-item-body{border-radius:16px;box-sizing:border-box;display:inline-block;padding:8px 12px;position:relative}.sendbird-unknown-message-item-body.reactions{border-radius:16px 16px 0 0}.sendbird-theme--light .sendbird-unknown-message-item-body.outgoing{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-unknown-message-item-body.outgoing{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-unknown-message-item-body.incoming{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-unknown-message-item-body.incoming{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-unknown-message-item-body:hover.outgoing{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-unknown-message-item-body:hover.outgoing{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.incoming,.sendbird-theme--light .sendbird-unknown-message-item-body:hover.incoming{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.incoming,.sendbird-theme--dark .sendbird-unknown-message-item-body:hover.incoming{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description,.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__header{display:block}.sendbird-template-message-item-body{background-color:initial}.sendbird-template-message-item-body,.sendbird-template-message-item-body__fallback_message{box-sizing:initial;display:inline-block;position:relative;white-space:pre-line;word-break:break-word}.sendbird-template-message-item-body__fallback_message{border-radius:16px;padding:8px 12px}.sendbird-theme--light .sendbird-template-message-item-body__fallback_message.incoming{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message.incoming{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-template-message-item-body__fallback_message.outgoing{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message.outgoing{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-template-message-item-body__fallback_message.mouse-hover.incoming,.sendbird-theme--light .sendbird-template-message-item-body__fallback_message:hover.incoming{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message.mouse-hover.incoming,.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message:hover.incoming{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-template-message-item-body__fallback_message.mouse-hover.outgoing,.sendbird-theme--light .sendbird-template-message-item-body__fallback_message:hover.outgoing{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-template-message-item-body__fallback_message:hover.outgoing{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-template-message-item-body__fallback_message .sendbird-template-message-item-body__fallback_message__description,.sendbird-template-message-item-body__fallback_message .sendbird-template-message-item-body__fallback_message__header{display:block}.sendbird-template-loading-message-item-body{align-items:center;border-radius:16px;box-sizing:initial;display:inline-flex;height:274px;justify-content:center;position:relative;width:100%}.sendbird-theme--light .sendbird-template-loading-message-item-body.incoming{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-template-loading-message-item-body.incoming{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-template-loading-message-item-body.outgoing{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-template-loading-message-item-body.outgoing{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-template-loading-message-item-body.mouse-hover.incoming,.sendbird-theme--light .sendbird-template-loading-message-item-body:hover.incoming{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-template-loading-message-item-body.mouse-hover.incoming,.sendbird-theme--dark .sendbird-template-loading-message-item-body:hover.incoming{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-template-loading-message-item-body.mouse-hover.outgoing,.sendbird-theme--light .sendbird-template-loading-message-item-body:hover.outgoing{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-template-loading-message-item-body.mouse-hover.outgoing,.sendbird-theme--dark .sendbird-template-loading-message-item-body:hover.outgoing{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sb-message-template__border{position:relative}.sb-message-template__border:after{border-radius:var(--border-radius);bottom:0;box-shadow:inset 0 0 0 var(--border-width) var(--border-color);content:"";left:0;position:absolute;right:0;top:0;z-index:1}.sb-message-template__action{cursor:pointer}.sb-message-template__parent{font-family:Roboto}.sb-message-template__text{font-family:inherit;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.43;text-align:left}[dir=rtl] .sb-message-template__text{text-align:right}.sb-message-template__text-button{border-radius:6px;font-family:Roboto;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.43;padding:10px 20px;text-align:center}.sb-message-template__text-button:hover{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;opacity:1}.sb-message-template__image-button,.sb-message-template__text-button{border-style:none;cursor:pointer}.sb-message-template__parent{background-color:initial;border-radius:0;border-radius:initial;overflow:hidden}.sb-message-template__parent *{box-sizing:border-box}.sb-message-template__carousel{box-sizing:border-box;display:flex;touch-action:pan-y;width:100%}.sb-message-template__parent.sb-message-template__parent_for_carousel{overflow:visible}.sendbird-message-template__root *{box-sizing:border-box}.sendbird-message-template__root{border-radius:0;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default)}.sendbird-iconbutton__feedback{align-items:center;background-color:initial;border:1px solid;border-radius:18px;cursor:pointer;display:flex;justify-content:center;padding:5px 8px}.sendbird-theme--light .sendbird-iconbutton__feedback{border-color:#0000001f;border-color:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-iconbutton__feedback{border-color:#ffffff1f;border-color:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-iconbutton__feedback:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-iconbutton__feedback:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__disabled{cursor:not-allowed}.sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__disabled:hover,.sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed:hover{background-color:initial}.sendbird-theme--light .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);border-color:#742ddd;border-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-iconbutton__feedback.sendbird-iconbutton__feedback__pressed{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);border-color:#c2a9fa;border-color:var(--sendbird-dark-primary-200)}.sendbird-iconbutton__feedback__inner{align-items:center;display:flex;justify-content:center}.sendbird-theme--light .sendbird-iconbutton__feedback__inner svg path{fill:#00000080;fill:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner svg path{fill:#ffffff80;fill:var(--sendbird-dark-ondark-02)}.sendbird-theme--light .sendbird-iconbutton__feedback__inner.sendbird-iconbutton__feedback__inner__disabled svg path{fill:#0000001f;fill:var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner.sendbird-iconbutton__feedback__inner__disabled svg path{fill:#ffffff1f;fill:var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-iconbutton__feedback__inner__pressed svg path{fill:#ffffffe0;fill:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-iconbutton__feedback__inner__pressed svg path{fill:#000000e0;fill:var(--sendbird-dark-onlight-01)}.sendbird-message__bottomsheet--feedback-options-menu{border-radius:8px 8px 0 0;width:100vw}.sendbird-theme--light .sendbird-message__bottomsheet--feedback-options-menu{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message__bottomsheet--feedback-options-menu{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-message__bottomsheet--feedback-options-menu :first-child{border-radius:8px 8px 0 0}.sendbird-message__bottomsheet--feedback-option{align-items:center;cursor:pointer;display:flex;height:48px;padding:0 24px}.sendbird-input{display:inline-block;height:40px;position:relative;width:100%}.sendbird-input .sendbird-input__input{background-color:inherit;border-radius:4px;box-sizing:border-box;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:100%;letter-spacing:normal;line-height:1.43;padding:10px 16px;width:100%}.sendbird-theme--light .sendbird-input .sendbird-input__input{border:1px solid #00000061;border:1px solid var(--sendbird-light-onlight-03);caret-color:#742ddd;caret-color:var(--sendbird-light-primary-300);color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-input .sendbird-input__input{border:1px solid #ffffff61;border:1px solid var(--sendbird-dark-ondark-03);caret-color:#c2a9fa;caret-color:var(--sendbird-dark-primary-200);color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-input .sendbird-input__input:focus{outline:none}.sendbird-theme--light .sendbird-input .sendbird-input__input:focus{border:2px solid #742ddd;border:2px solid var(--sendbird-light-primary-300);box-shadow:0 1px 5px 0 #0000001f,0 0 1px 0 #00000029,0 2px 1px 0 #00000014;box-shadow:0 1px 5px 0 var(--sendbird-light-onlight-04),0 0 1px 0 #00000029,0 2px 1px 0 #00000014;color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:focus{border:2px solid #c2a9fa;border:2px solid var(--sendbird-dark-primary-200);box-shadow:0 1px 5px 0 #ffffff1f,0 0 1px 0 #00000029,0 2px 1px 0 #00000014;box-shadow:0 1px 5px 0 var(--sendbird-dark-ondark-04),0 0 1px 0 #00000029,0 2px 1px 0 #00000014;color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-input .sendbird-input__input:active{border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300);box-shadow:0 1px 5px 0 #0000001f,0 0 1px 0 #00000029,0 2px 1px 0 #00000014;box-shadow:0 1px 5px 0 var(--sendbird-light-onlight-04),0 0 1px 0 #00000029,0 2px 1px 0 #00000014;color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:active{border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200);box-shadow:0 1px 5px 0 #ffffff1f,0 0 1px 0 #00000029,0 2px 1px 0 #00000014;box-shadow:0 1px 5px 0 var(--sendbird-dark-ondark-04),0 0 1px 0 #00000029,0 2px 1px 0 #00000014;color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-input .sendbird-input__input:disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-input .sendbird-input__input:disabled{background-color:#eee;background-color:var(--sendbird-light-background-100);color:#00000061;color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);color:#ffffff61;color:var(--sendbird-dark-ondark-03)}.sendbird-input .sendbird-input__placeholder{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;left:16px;line-height:1.43;pointer-events:none;position:absolute;top:10px}[dir=rtl] .sendbird-input .sendbird-input__placeholder{left:auto;right:16px}.sendbird-theme--light .sendbird-input .sendbird-input__placeholder{color:#00000061;color:var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-input .sendbird-input__placeholder{color:#ffffff61;color:var(--sendbird-dark-ondark-03)}.sendbird-input-label{margin:4px 0}.sendbird--mobile-mode .sendbird-message-feedback-modal-content__mobile{max-width:280px;padding:16px}.sendbird-message-feedback-modal-footer__root{align-items:center;display:flex;justify-content:space-between}.sendbird-message-feedback-modal-footer__root_failed{align-items:center;display:flex;justify-content:flex-end;margin-top:48px}.sendbird-message-feedback-modal-footer__right-content{display:flex;gap:8px}.sendbird-message-feedback-modal-body__root{margin:21px 0}.sendbird--mobile-mode .sendbird-message-feedback-modal-header{font-size:18px;line-height:1.33}.sendbird-suggested-replies{display:flex;margin-bottom:16px;margin-top:8px;position:relative}.sendbird-suggested-replies.vertical{align-items:flex-end;flex-direction:column;flex-wrap:wrap;justify-content:flex-end}.sendbird-suggested-replies.vertical .sendbird-suggested-replies__option:not(:first-child){margin-top:8px}.sendbird-suggested-replies.horizontal{display:flex;flex-direction:row;margin-left:-24px;margin-right:-24px;overflow-x:scroll;padding-left:24px;padding-right:24px}.sendbird--mobile-mode .sendbird-suggested-replies.horizontal{margin-left:-12px;margin-right:-12px;padding-left:52px;padding-right:12px}[dir=rtl] .sendbird--mobile-mode .sendbird-suggested-replies.horizontal{padding-left:12px;padding-right:52px}.sendbird-suggested-replies.horizontal .sendbird-suggested-replies__option:not(:last-child){margin-right:8px}[dir=rtl] .sendbird-suggested-replies.horizontal .sendbird-suggested-replies__option:not(:last-child){margin-left:8px;margin-right:0}.sendbird-suggested-replies::-webkit-scrollbar{display:none}.sendbird-theme--dark .sendbird-suggested-replies,.sendbird-theme--light .sendbird-suggested-replies{font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default)}.sendbird-suggested-replies__option{align-items:center;border-radius:18px;cursor:pointer;display:flex;font-size:12px;padding:8px 14px;white-space:pre-wrap;word-break:break-word}.sendbird-theme--light .sendbird-suggested-replies__option{background-color:#fff;background-color:var(--sendbird-light-background-50);border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300);color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-suggested-replies__option{background-color:#161616;background-color:var(--sendbird-dark-background-600);border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200);color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-suggested-replies__option:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-suggested-replies__option:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-suggested-replies__option:active{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);color:#fff;color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-suggested-replies__option:active{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);color:#161616;color:var(--sendbird-dark-background-600)}.sendbird-suggested-replies__option.horizontal{white-space:nowrap}.sendbird-suggested-replies__option.vertical{max-width:calc(100% - 70px);white-space:pre-wrap}.sendbird-mention-suggest-list{display:flex;flex-direction:column;margin-left:28px;margin-right:28px;max-height:260px;overflow:scroll;position:relative;width:calc(100% - 56px)}.sendbird-theme--light .sendbird-mention-suggest-list{border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-mention-suggest-list{border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{align-items:center;display:flex;padding:16px 8px;position:relative}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__avatar{display:inline-block;position:relative}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{display:inline-block;margin-left:16px;max-width:calc(100% - 250px);overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}[dir=rtl] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{margin-left:0;margin-right:16px}.sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{max-width:calc(100% - 150px)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{display:inline-block;max-width:180px;overflow:hidden;position:absolute;right:16px;text-overflow:ellipsis;white-space:nowrap}[dir=rtl] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{left:16px;right:auto}.sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{max-width:100px}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item{align-items:center;display:flex;padding:16px 8px;position:relative}.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item .sendbird-mention-suggest-list__notice-item__icon{margin-right:4px}[dir=rtl] .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item .sendbird-mention-suggest-list__notice-item__icon{margin-left:4px;margin-right:0}.sendbird-fileviewer__header__right__actions__close,.sendbird-fileviewer__header__right__actions__delete,.sendbird-fileviewer__header__right__actions__download{box-sizing:border-box;cursor:pointer;padding:21px;width:64px}.sendbird-fileviewer__header__right__actions__close .disabled,.sendbird-fileviewer__header__right__actions__delete .disabled,.sendbird-fileviewer__header__right__actions__download .disabled{cursor:not-allowed}.sendbird-fileviewer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:100000}[dir=rtl] .sendbird-fileviewer{left:auto;right:0}.sendbird-theme--light .sendbird-fileviewer{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-fileviewer{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-fileviewer .sendbird-fileviewer__header{box-sizing:border-box;display:flex;height:64px;justify-content:space-between;min-height:64px}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header{position:relative}.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:64px;overflow:hidden;padding:16px 20px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar{margin-right:8px}[dir=rtl] .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar{margin-left:8px;margin-right:0}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename{display:inline-block;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename{display:block;left:64px;max-width:calc(100vw - 240px);position:absolute;top:10px}[dir=rtl] .sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename{left:auto;right:64px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name{display:inline-block;margin-left:8px;padding-top:5px}[dir=rtl] .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name{margin-left:0;margin-right:8px}.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name{left:56px;position:absolute;top:24px}[dir=rtl] .sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name{left:auto;right:56px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right{display:flex;justify-content:flex-end;width:160px}.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions{display:flex;flex-direction:row;right:0}[dir=rtl] .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions{left:0;right:auto}.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-left:1px solid #0000001f;border-left:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-left:none;border-right:1px solid #0000001f;border-right:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-left:1px solid #ffffff1f;border-left:1px solid var(--sendbird-dark-ondark-04)}[dir=rtl] .sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close{border-left:none;border-right:1px solid #ffffff1f;border-right:1px solid var(--sendbird-dark-ondark-04)}.sendbird-fileviewer .sendbird-fileviewer__content{align-items:center;display:flex;height:calc(100% - 72px);justify-content:center;margin-top:4px;overflow-y:auto}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video{max-height:100%;max-width:100%}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img{max-height:90%;max-width:90%}.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported{align-items:center;display:flex;justify-content:center;max-height:100%;max-width:100%}.sendbird-notification,.sendbird-notification--hide{position:absolute}.sendbird-notification--hide{display:none}.sendbird-notification{align-items:center;border-radius:4px;display:flex;height:32px;justify-content:center;margin-left:24px;margin-right:24px;margin-top:8px;padding:0 2px}.sendbird-theme--light .sendbird-notification{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-notification{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-notification:hover{cursor:pointer}.sendbird-theme--light .sendbird-notification:hover{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-notification:hover{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen{background-color:#adc9ff;background-color:var(--sendbird-light-information-100)}.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen{background-color:#adc9ff;background-color:var(--sendbird-dark-information-100)}.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text{color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-notification .sendbird-notification__text{align-items:center;display:flex;justify-content:center;margin-right:8px}[dir=rtl] .sendbird-notification .sendbird-notification__text{margin-left:8px;margin-right:0}.typing-dots-container{align-items:center;border-radius:16px;display:flex;gap:6px;justify-content:center;padding:16px 12px}.sendbird-theme--light .typing-dots-container{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .typing-dots-container{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.typing-dots-container span{animation:blink 1.4s infinite;animation-fill-mode:both;border-radius:50%;height:8px;width:8px}.sendbird-theme--light .typing-dots-container span{background-color:#000;background-color:var(--sendbird-light-background-700)}.sendbird-theme--dark .typing-dots-container span{background-color:#fff;background-color:var(--sendbird-dark-background-50)}.typing-dots-container span:first-child{animation-delay:.4s}.typing-dots-container span:nth-child(2){animation-delay:.6s}.typing-dots-container span:nth-child(3){animation-delay:.8s}@keyframes blink{0%{opacity:.12;transform:scale(1)}21.43%{opacity:.38;transform:scale(1.2)}42.86%{opacity:.12;transform:scale(1)}to{opacity:.12;transform:scale(1)}}.sendbird-message-input-wrapper,.sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input,.sendbird-message-input-wrapper--voice-message,.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input{position:relative;width:100%}.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input,.sendbird-theme--light .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input{border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input,.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input{border-top:1px solid #ffffff1f;border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input,.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__message-input{box-sizing:border-box;padding:0 24px;position:relative;width:100%}.sendbird--mobile-mode .sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input,.sendbird--mobile-mode .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__message-input{padding:0 16px}.sendbird-theme--light .sendbird-message-input-wrapper--voice-message{border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message{border-top:1px solid #ffffff1f;border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-quote_message_input{box-sizing:border-box;display:flex;flex-direction:row;height:76px;padding:16px 80px 16px 40px;position:relative;width:100%}[dir=rtl] .sendbird-quote_message_input{padding:16px 40px 16px 80px}.sendbird-quote_message_input .sendbird-quote_message_input__avatar{align-items:center;border-radius:8px;display:flex;height:44px;justify-content:center;min-height:44px;min-width:44px;position:relative;width:44px}.sendbird-theme--light .sendbird-quote_message_input .sendbird-quote_message_input__avatar{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-quote_message_input .sendbird-quote_message_input__avatar{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-quote_message_input .sendbird-quote_message_input__body{align-items:flex-start;display:flex;flex-direction:column;overflow:hidden;position:absolute}.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__sender-name{box-sizing:border-box;margin-bottom:8px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__message-content{box-sizing:border-box;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%}.sendbird-quote_message_input .sendbird-quote_message_input__close-button{position:absolute;right:40px;top:26px}[dir=rtl] .sendbird-quote_message_input .sendbird-quote_message_input__close-button{left:40px;right:auto}.sendbird-quote_message_input .sendbird-quote_message_input__close-button:hover{cursor:pointer}.sendbird-voice-message-input-wrapper .sendbird-voice-message-input__indicator{height:40px}.sendbird-voice-message-input-wrapper-alert__body{align-items:flex-end;display:flex;height:74px;justify-content:flex-end;position:relative;width:100%}.sendbird-voice-message-input-wrapper-alert__body__ok-button{width:74px}.sendbird-voice-message-input{box-sizing:border-box;flex-direction:column;height:110px;padding-left:24px;padding-right:24px;padding-top:22px}.sendbird-voice-message-input,.sendbird-voice-message-input__indicator{display:inline-flex;position:relative;width:100%}.sendbird-voice-message-input__indicator__progress-bar{border-radius:28px;display:inline-flex;overflow:hidden;position:relative;width:100%}.sendbird-voice-message-input__indicator__on-rec{position:absolute;right:53px;top:14px}[dir=rtl] .sendbird-voice-message-input__indicator__on-rec{left:53px;right:auto}.sendbird-voice-message-input__indicator__playback-time{position:absolute;right:16px;top:10px}[dir=rtl] .sendbird-voice-message-input__indicator__playback-time{left:16px;right:auto}.sendbird-voice-message-input__controler{align-items:center;display:inline-flex;flex-direction:row;height:34px;justify-content:space-between;margin-top:14px;min-height:34px;position:relative}.sendbird-voice-message-input__controler__main{align-items:center;border-radius:50%;display:inline-flex;height:34px;justify-content:center;min-height:34px;min-width:34px;position:relative;width:34px}.sendbird-theme--light .sendbird-voice-message-input__controler__main{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-voice-message-input__controler__main{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-voice-message-input__controler__main:hover{cursor:pointer}.sendbird-voice-message-input__controler__submit{align-items:center;border-radius:50%;display:inline-flex;height:34px;justify-content:center;min-height:34px;min-width:34px;position:relative;width:34px}.sendbird-theme--light .sendbird-voice-message-input__controler__submit{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-voice-message-input__controler__submit{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-voice-message-input__controler__submit:hover{cursor:pointer}.sendbird-theme--light .sendbird-voice-message-input__controler__submit.voice-message--disabled{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-voice-message-input__controler__submit.voice-message--disabled{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-voice-message-input__controler__submit.voice-message--disabled:hover{cursor:default}@keyframes flickerAnimation{0%{opacity:0}50%{opacity:1}to{opacity:0}}.sendbird-voice-message-input__indicator__on-rec{animation:flickerAnimation 1s infinite;border-radius:50%;height:12px;min-height:12px;min-width:12px;width:12px}.sendbird-theme--light .sendbird-voice-message-input__indicator__on-rec{background-color:#de360b;background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-voice-message-input__indicator__on-rec{background-color:#de360b;background-color:var(--sendbird-dark-error-300)}.sendbird-voice-message-input__indicator__progress-bar__bar{height:40px}.sendbird-controler-icon{display:inline-block;position:relative}.sendbird-controler-icon.record-icon{border-radius:50%;height:20px;min-height:20px;min-width:20px;width:20px}.sendbird-theme--light .sendbird-controler-icon.record-icon{background-color:#de360b;background-color:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-controler-icon.record-icon{background-color:#de360b;background-color:var(--sendbird-dark-error-300)}.sendbird-controler-icon.stop-icon{border-radius:2px;height:14px;min-height:14px;min-width:14px;width:14px}.sendbird-theme--light .sendbird-controler-icon.stop-icon{background-color:#000000e0;background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-controler-icon.stop-icon{background-color:#ffffffe0;background-color:var(--sendbird-dark-ondark-01)}.sendbird-controler-icon.pause-icon{display:inline-flex;gap:3.75px;height:13.75px;min-height:13.75px;min-width:13.75px;width:100%;width:13.75px}.sendbird-controler-icon.pause-icon-inner{border-radius:2px;display:inline-flex;min-width:4.38px}.sendbird-theme--light .sendbird-controler-icon.pause-icon-inner{background-color:#000000e0;background-color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-controler-icon.pause-icon-inner{background-color:#ffffffe0;background-color:var(--sendbird-dark-ondark-01)}.sendbird-channel-list{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:320px}.sendbird-theme--light .sendbird-channel-list{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-channel-list{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird--mobile-mode .sendbird-channel-list{width:100%}.sendbird-channel-list__header{height:64px;min-height:64px}.sendbird-channel-list__body{flex:1 1;-ms-flex:1;overflow-x:hidden;overflow-y:auto}.sendbird-channel-header{box-sizing:border-box;height:64px;min-height:64px;padding-left:8px;padding-right:16px;position:relative;width:320px}[dir=rtl] .sendbird-channel-header{padding-left:16px;padding-right:8px}.sendbird-theme--light .sendbird-channel-header{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-header{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird--mobile-mode .sendbird-channel-header{width:100%}.sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title{cursor:pointer}.sendbird-channel-header .sendbird-channel-header__title{border-radius:4px;display:flex;flex-direction:row;height:48px}.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover{background:#eee;background:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover{background:#2c2c2c;background:var(--sendbird-dark-background-500)}.sendbird-channel-header .sendbird-channel-header__title:focus{outline:none}.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:focus{background:#e0e0e0;background:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus{background:#393939;background:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active{border:2px solid #742ddd;border:2px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active{border:2px solid #c2a9fa;border:2px solid var(--sendbird-dark-primary-200)}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left{box-sizing:border-box;padding:8px;width:48px}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right{margin-left:4px;padding-top:8px}[dir=rtl] .sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right{margin-left:0;margin-right:4px}.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name,.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id{display:block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-channel-header .sendbird-channel-header__right-icon{position:absolute;right:16px;top:16px}[dir=rtl] .sendbird-channel-header .sendbird-channel-header__right-icon{left:16px;right:auto}.sendbird-edit-user-profile section{margin-top:16px}.sendbird-edit-user-profile section .sendbird-input-label{display:block;margin-bottom:12px}.sendbird-edit-user-profile .sendbird-edit-user-profile__img .sendbird-input-label{margin-bottom:12px}.sendbird-edit-user-profile__img{position:relative}.sendbird-edit-user-profile__img__avatar-button{left:96px;position:absolute;top:50px}[dir=rtl] .sendbird-edit-user-profile__img__avatar-button{left:auto;right:96px}.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon{cursor:pointer}.sendbird-channel-preview__leave--mobile .sendbird-modal__content{max-width:calc(100% - 80px)}.sendbird-channel-preview__leave--mobile .sendbird-modal__close{display:none}.sendbird-channel-preview__leave--mobile .sendbird-channel-preview__leave-label--mobile{text-decoration:none}.sendbird-channel-preview__leave--mobile .sendbird-modal__header span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 120px)}.sendbird__offline .sendbird-channel-preview{cursor:not-allowed}.sendbird-channel-preview{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:80px;justify-content:center;padding:12px 16px;position:relative;width:320px}.sendbird-theme--light .sendbird-channel-preview{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-preview{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird--mobile-mode .sendbird-channel-preview{width:100%}.sendbird-channel-preview:focus{outline:none}.sendbird-channel-preview .sendbird-channel-preview__avatar{height:56px;width:56px}.sendbird-channel-preview .sendbird-channel-preview__content{height:100%;margin-left:16px;width:100%}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content{margin-left:0;margin-right:16px}.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content{max-width:calc(100% - 72px);position:relative}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper{display:flex;height:16px;justify-content:space-between;width:216px}.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper{width:auto}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header{display:flex;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__broadcast-icon{padding-right:4px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__broadcast-icon{padding-left:4px;padding-right:0}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__channel-name{max-width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__total-members{margin-left:4px;margin-top:2px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__total-members{margin-left:0;margin-right:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__frozen-icon{padding-left:4px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__frozen-icon{padding-left:0;padding-right:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at{margin-bottom:4px;margin-left:4px;white-space:nowrap}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at{margin-left:0;margin-right:4px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at.sendbird-message-status{justify-content:flex-end;max-width:74px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower{display:flex;height:32px;justify-content:space-between;margin-top:8px;width:216px}.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower{width:100%}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message{overflow:hidden;text-overflow:ellipsis}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count{align-items:center;display:flex;margin-bottom:12px;margin-left:8px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count{margin-left:0;margin-right:8px}.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count .sendbird-channel-preview__content__lower__unread-message-count__mention{align-items:center;display:inline-flex;margin-right:4px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count .sendbird-channel-preview__content__lower__unread-message-count__mention{margin-left:4px;margin-right:0}.sendbird-channel-preview .sendbird-channel-preview__action{display:inline-block;position:absolute;right:12px;top:12px}[dir=rtl] .sendbird-channel-preview .sendbird-channel-preview__action{left:12px;right:auto}.sendbird-channel-preview .sendbird-channel-preview__action .sendbird-iconbutton{display:none}.sendbird-theme--light .sendbird-channel-preview:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-channel-preview:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-channel-preview:hover .sendbird-channel-preview__action .sendbird-iconbutton{display:inline-block}.sendbird-channel-preview:hover .sendbird-channel-preview__content__lower__unread-message-count,.sendbird-channel-preview:hover .sendbird-channel-preview__content__upper__last-message-at{display:none}.sendbird-channel-preview--active{padding:12px 16px 12px 12px}[dir=rtl] .sendbird-channel-preview--active{padding:12px 12px 12px 16px}.sendbird-theme--light .sendbird-channel-preview--active{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04);border-left:4px solid #742ddd;border-left:4px solid var(--sendbird-light-primary-300)}[dir=rtl] .sendbird-theme--light .sendbird-channel-preview--active{border-left:none;border-right:4px solid #742ddd;border-right:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-preview--active{background-color:#000;background-color:var(--sendbird-dark-background-700);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04);border-left:4px solid #c2a9fa;border-left:4px solid var(--sendbird-dark-primary-200)}[dir=rtl] .sendbird-theme--dark .sendbird-channel-preview--active{border-left:none;border-right:4px solid #c2a9fa;border-right:4px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird--mobile-mode .sendbird-channel-preview__content__lower__unread-message-count{position:absolute;right:0}[dir=rtl] .sendbird--mobile-mode .sendbird-channel-preview__content__lower__unread-message-count{left:0;right:auto}.sendbird-badge{align-items:center;border-radius:10px;display:inline-flex;height:20px;justify-content:center;min-width:20px}.sendbird-theme--light .sendbird-badge{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-badge{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-badge .sendbird-badge__text{margin:0 6px}.sendbird-mention-user-label{display:inline-block;font-family:Roboto,sans-serif;font-family:var(--sendbird-font-family-default);font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;height:16px;letter-spacing:normal;line-height:1.43;max-width:100%;white-space:pre-line;width:-moz-fit-content;width:fit-content}.sendbird-mention-user-label:hover{cursor:pointer}.sendbird-theme--light .sendbird-mention-user-label{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-mention-user-label{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-mention-user-label.reverse{color:#ffffffe0;color:var(--sendbird-light-ondark-01)}.sendbird-theme--dark .sendbird-mention-user-label.reverse{color:#000000e0;color:var(--sendbird-dark-onlight-01)}.sendbird-mention-user-label.purple{font-family:Roboto;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal}.sendbird-theme--light .sendbird-mention-user-label.purple{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-mention-user-label.purple{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird--mobile-mode .sendbird-add-channel__modal .sendbird-modal__content{margin:0 40px}.sendbird-add-channel__rectangle-wrap{margin-top:26px}.sendbird-add-channel__rectangle-footer{margin-top:32px;text-align:right}[dir=rtl] .sendbird-add-channel__rectangle-footer{text-align:left}.sendbird-add-channel__rectangle{border-radius:4px;box-sizing:border-box;cursor:pointer;height:72px;margin-bottom:8px;padding:25px 72px;position:relative;width:432px}.sendbird--mobile-mode .sendbird-add-channel__rectangle{min-width:288px;padding-right:0;width:100%}[dir=rtl] .sendbird--mobile-mode .sendbird-add-channel__rectangle{padding-left:0;padding-right:0}.sendbird-theme--light .sendbird-add-channel__rectangle{border:1px solid #0000001f;border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-add-channel__rectangle{border:1px solid #ffffff1f;border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-add-channel__rectangle .sendbird-icon{left:22px;position:absolute;top:24px}[dir=rtl] .sendbird-add-channel__rectangle .sendbird-icon{left:auto;right:22px}.sendbird-create-channel--content{max-height:552px;width:480px}.sendbird-create-channel--scroll{height:360px;overflow-x:hidden;overflow-y:scroll}.sendbird-channel-settings{box-sizing:border-box;display:inline-block;height:100%;width:320px}.sendbird--mobile-mode .sendbird-channel-settings{width:100%}.sendbird-theme--light .sendbird-channel-settings{background-color:#fff;background-color:var(--sendbird-light-background-50);border-left:1px solid #0000001f;border-left:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-channel-settings{border-left:none;border-right:1px solid #0000001f;border-right:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-left:1px solid #161616;border-left:1px solid var(--sendbird-dark-background-600)}[dir=rtl] .sendbird-theme--dark .sendbird-channel-settings{border-left:none;border-right:1px solid #161616;border-right:1px solid var(--sendbird-dark-background-600)}.sendbird-channel-settings .sendbird-channel-settings__header-icon{cursor:pointer}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path{fill:#000000e0;fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path{fill:#ffffffe0;fill:var(--sendbird-dark-ondark-01)}.sendbird-channel-settings .sendbird-channel-settings__members .sendbird-badge__text{margin-top:-2px}.sendbird-channel-settings .sendbird-channel-settings__header{box-sizing:border-box;height:64px;min-height:64px;padding-left:24px;padding-right:20px;position:relative}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__header{padding-left:20px;padding-right:24px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings .sendbird-channel-settings__scroll-area{display:flex;flex-direction:column;flex-grow:1;height:calc(100% - 64px);overflow-y:auto}.sendbird-channel-settings .sendbird-channel-settings__panel-item{cursor:pointer;padding:12px 22px 10px 56px;position:relative}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__panel-item{padding:12px 56px 10px 22px}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item{border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item:last-child{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item{border-top:1px solid #ffffff1f;border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item:last-child{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings .sendbird-channel-settings__panel-item:focus{outline:none}.sendbird-channel-settings .sendbird-channel-settings__panel-item.sendbird-channel-settings__panel-item__disabled{cursor:not-allowed}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item__leave-channel,.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item__leave-channel{border-top:0}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left,.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{position:absolute;top:10px}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left{left:16px}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__panel-icon-left{left:auto;right:16px}.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{right:16px}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__panel-icon-right{left:16px;right:auto}.sendbird-channel-settings .sendbird-channel-settings__panel-icon--open{transform:rotate(90deg)}[dir=rtl] .sendbird-channel-settings .sendbird-channel-settings__panel-icon--open{transform:rotate(-90deg)}.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path{fill:#000000e0;fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path{fill:#ffffffe0;fill:var(--sendbird-dark-ondark-01)}.sendbird-channel-profile{padding:32px 40px 27px;position:relative;text-align:center}.sendbird-theme--light .sendbird-channel-profile{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-channel-profile{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-channel-profile .sendbird-channel-profile--inner{height:92px}.sendbird-channel-profile .sendbird-channel-profile__avatar{display:flex;justify-content:center;margin-bottom:16px}.sendbird-channel-profile .sendbird-channel-profile__title{display:block;height:18px;max-width:240px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird--mobile-mode .sendbird-channel-profile .sendbird-channel-profile__title{max-width:100%}.sendbird-channel-profile .sendbird-channel-profile__edit{position:absolute;right:16px;top:10px}[dir=rtl] .sendbird-channel-profile .sendbird-channel-profile__edit{left:16px;right:auto}.channel-profile-form .channel-profile-form__img-section{position:relative}.channel-profile-form .channel-profile-form__avatar-button{left:96px;position:absolute;top:54px}[dir=rtl] .channel-profile-form .channel-profile-form__avatar-button{left:auto;right:96px}.channel-profile-form .channel-profile-form__avatar{margin-top:16px}.channel-profile-form .channel-profile-form__name-section{margin-top:12px}.channel-profile-form .channel-profile-form__name-section .sendbird-input{height:40px}.sendbird-channel-settings__leave-label--mobile{text-decoration:none}.sendbird-channel-settings__leave--mobile .sendbird-modal__content{max-width:calc(100% - 80px)}.sendbird-channel-settings__leave--mobile .sendbird-modal__close{display:none}.sendbird-channel-settings__leave--mobile .sendbird-channel-preview__leave-label--mobile{text-decoration:none}.sendbird-channel-settings__leave--mobile .sendbird-modal__header span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 120px)}.sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon{left:14px;position:absolute}[dir=rtl] .sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon{left:auto;right:14px}.sendbird-channel-settings__operator .sendbird-accordion__panel-heder{position:relative}.sendbird-channel-settings__empty-list{display:block;margin-bottom:4px;margin-top:12px;text-align:center}.sendbird-channel-settings-accordion__footer{display:flex;justify-content:left;padding:16px 12px}[dir=rtl] .sendbird-channel-settings-accordion__footer{justify-content:right}.sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2){margin-left:8px}[dir=rtl] .sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2){margin-left:0;margin-right:8px}.sendbird-channel-settings__freeze{max-width:320px;padding:12px 22px 10px 56px;position:relative}[dir=rtl] .sendbird-channel-settings__freeze{padding:12px 56px 10px 22px}.sendbird--mobile-mode .sendbird-channel-settings__freeze{max-width:100%}.sendbird-theme--light .sendbird-channel-settings__freeze{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings__freeze{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-channel-settings__frozen-icon{position:absolute;right:20px;top:12px}[dir=rtl] .sendbird-channel-settings__frozen-icon{left:20px;right:auto}.sendbird-channel-settings__frozen-icon .sendbird-icon{cursor:pointer}.sendbird-channel-settings__members .sendbird-badge,.sendbird-channel-settings__members-list .sendbird-badge{position:absolute;right:44px;top:12px}[dir=rtl] .sendbird-channel-settings__members .sendbird-badge,[dir=rtl] .sendbird-channel-settings__members-list .sendbird-badge{left:44px;right:auto}.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge,.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge,.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge .sendbird-label,.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label{color:#00000080;color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge .sendbird-label,.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label{color:#ffffff80;color:var(--sendbird-dark-ondark-02)}.sendbird-more-members__popup-scroll{max-height:420px;overflow-x:hidden;overflow-y:scroll}.sendbird--mobile-mode .sendbird-more-members__popup-scroll{max-height:100%}.sendbird-more-members__popup-scroll .sendbird-user-list-item__operator{right:72px}[dir=rtl] .sendbird-more-members__popup-scroll .sendbird-user-list-item__operator{left:72px;right:auto}.sendbird-more-members__popup-scroll .sendbird-user-list-item__title{max-width:240px}.sendbird-channel-settings__badge{position:absolute;right:48px}[dir=rtl] .sendbird-channel-settings__badge{left:48px;right:auto}.sendbird-theme--light .sendbird-channel-settings__badge{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-channel-settings__badge{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-channel-settings__badge .sendbird-label{color:#00000080;color:var(--sendbird-light-onlight-02)}.sendbird-theme--dark .sendbird-channel-settings__badge .sendbird-label{color:#ffffff80;color:var(--sendbird-dark-ondark-02)}.sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{padding-bottom:14px;padding-left:14px;padding-top:14px}[dir=rtl] .sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{padding-left:0;padding-right:14px}.sendbird-theme--light .sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-input-toggle-button{align-items:center;box-sizing:border-box;cursor:pointer;display:inline-flex;position:relative}.sendbird-theme--light .sendbird-input-toggle-button--checked{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);border:1px solid #742ddd;border:1px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-input-toggle-button--checked{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);border:1px solid #c2a9fa;border:1px solid var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-input-toggle-button--unchecked{background-color:#bdbdbd;background-color:var(--sendbird-light-background-300);border:1px solid #bdbdbd;border:1px solid var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-input-toggle-button--unchecked{background-color:#393939;background-color:var(--sendbird-dark-background-400);border:1px solid #393939;border:1px solid var(--sendbird-dark-background-400)}.sendbird-input-toggle-button--disabled{cursor:not-allowed}.sendbird-theme--light .sendbird-input-toggle-button--disabled{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200);border:1px solid #e0e0e0;border:1px solid var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-input-toggle-button--disabled{background-color:#393939;background-color:var(--sendbird-dark-background-400);border:1px solid #393939;border:1px solid var(--sendbird-dark-background-400)}.sendbird-input-toggle-button input{display:none;position:absolute}.sendbird-input-toggle-button__inner-dot{animation-iteration-count:1;border-radius:50%;position:absolute}.sendbird-theme--light .sendbird-input-toggle-button__inner-dot{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-input-toggle-button__inner-dot{background-color:#161616;background-color:var(--sendbird-dark-background-600)}@keyframes sendbirdMoveToEnd{0%{inset-inline-end:60%}to{inset-inline-end:10%}}@keyframes sendbirdMoveToStart{0%{inset-inline-end:10%}to{inset-inline-end:60%}}.sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToEnd}.sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToStart}.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot{inset-inline-end:60%}.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot{inset-inline-end:10%}.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToStart}.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot{animation-name:sendbirdMoveToEnd}.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot{inset-inline-end:10%}.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot{inset-inline-end:60%}.sendbird-message-search-pannel{box-sizing:border-box;display:flex;flex-direction:column;height:100%;position:relative;width:320px}.sendbird-theme--light .sendbird-message-search-pannel{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search-pannel{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird--mobile-mode .sendbird-message-search-pannel{width:100%}.sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{border:0;font-size:14px;left:48px;margin:0;outline:none;padding:0;position:absolute;top:14px;width:calc(100% - 90px)}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{left:auto;right:48px}.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{background-color:#fff;background-color:var(--sendbird-light-background-50);color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area{background-color:#161616;background-color:var(--sendbird-dark-background-600);color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-ui-header__middle__title{margin-left:4px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-ui-header__middle__title{margin-left:0;margin-right:4px}.sendbird-message-search-pannel .sendbird-message-search-pannel__input{box-sizing:border-box;display:flex;padding:16px;position:relative}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container{border-radius:4px;height:44px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container{border:1px solid #00000061;border:1px solid var(--sendbird-light-onlight-03)}.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container{border:1px solid #ffffff61;border:1px solid var(--sendbird-dark-ondark-03)}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon{left:16px;position:absolute;top:10px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon{left:auto;right:16px}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner{position:absolute;right:12px;top:12px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner{left:12px;right:auto}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button{position:absolute;right:12px;top:12px}[dir=rtl] .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button{left:12px;right:auto}.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button:hover{cursor:pointer}.sendbird-message-search-pannel .sendbird-message-search-pannel__message-search{box-sizing:border-box;height:100%;overflow-y:hidden;position:relative;width:100%}.sendbird-message-search{height:100%;overflow-x:hidden;overflow-y:scroll;position:relative}.sendbird-theme--light .sendbird-message-search{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-message-search{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-message-search-item{cursor:pointer;display:inline-flex;flex-direction:row;height:80px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-search-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-search-item{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-message-search-item:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-search-item:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-message-search-item .sendbird-message-search-item__left{align-items:center;display:flex;height:80px;justify-content:center;width:90px}.sendbird-message-search-item .sendbird-message-search-item__right{display:flex;flex-direction:column;width:calc(100% - 106px)}.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__sender-name{display:inline;height:16px;max-width:150px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:12px;word-break:keep-all}.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-text{box-sizing:border-box;display:flex;height:32px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:36px;width:inherit;word-break:break-word}.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at{position:absolute;right:18px;top:12px}[dir=rtl] .sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at{left:18px;right:auto}.sendbird-message-search-item .sendbird-message-search-item__right-footer{width:16px}.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left{border-inline-start:4px solid #742ddd;border-inline-start:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left{border-inline-start:4px solid #c2a9fa;border-inline-start:4px solid var(--sendbird-dark-primary-200)}.sendbird-message-search-file-item{cursor:pointer;display:inline-flex;flex-direction:row;height:80px;position:relative;width:100%}.sendbird-theme--light .sendbird-message-search-file-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-message-search-file-item{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-message-search-file-item:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-search-file-item:hover{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-message-search-file-item .sendbird-message-search-file-item__left{align-items:center;display:flex;height:80px;justify-content:center;position:relative;width:90px}.sendbird-message-search-file-item .sendbird-message-search-file-item__right{display:flex;flex-direction:column;position:relative;width:calc(100% - 106px)}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__sender-name{display:inline-block;height:16px;max-width:146px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:12px}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:32px;position:absolute;top:36px;width:100%}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon{align-items:center;border-radius:8px;display:flex;height:26px;justify-content:center;margin-right:4px;min-width:26px;position:relative;width:26px}[dir=rtl] .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon{margin-left:4px;margin-right:0}.sendbird-theme--light .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__url{display:inline;height:16px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at{position:absolute;right:18px;top:12px}[dir=rtl] .sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at{left:18px;right:auto}.sendbird-message-search-file-item .sendbird-message-search-file-item__right-footer{width:16px}.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-left:4px solid #742ddd;border-left:4px solid var(--sendbird-light-primary-300)}[dir=rtl] .sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-left:none;border-right:4px solid #742ddd;border-right:4px solid var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-left:4px solid #c2a9fa;border-left:4px solid var(--sendbird-dark-primary-200)}[dir=rtl] .sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left{border-left:none;border-right:4px solid #c2a9fa;border-right:4px solid var(--sendbird-dark-primary-200)}.sendbird-thread-ui{box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:320px;position:relative;width:100%}.sendbird-theme--light .sendbird-thread-ui{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04);border-right:1px solid #0000001f;border-right:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-thread-ui{border-left:1px solid #0000001f;border-left:1px solid var(--sendbird-light-onlight-04);border-right:none}.sendbird-theme--dark .sendbird-thread-ui{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04);border-right:1px solid #ffffff1f;border-right:1px solid var(--sendbird-dark-ondark-04)}[dir=rtl] .sendbird-theme--dark .sendbird-thread-ui{border-left:1px solid #ffffff1f;border-left:1px solid var(--sendbird-dark-ondark-04);border-right:none}.sendbird-thread-ui__header{width:320px}.sendbird-theme--light .sendbird-thread-ui__header{border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__header{border-top:1px solid #ffffff1f;border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-thread-ui--scroll{display:inline-flex;flex-direction:column;height:100%;justify-content:flex-start;overflow-x:hidden;overflow-y:scroll}.sendbird-theme--light .sendbird-thread-ui__parent-message-info{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04);border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__parent-message-info{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04);border-top:1px solid #ffffff1f;border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-theme--light .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-thread-ui__reply-counts{align-items:center;box-sizing:border-box;display:inline-flex;height:42px;justify-content:flex-start;padding:16px 11px;position:relative;width:100%}.sendbird-theme--light .sendbird-thread-ui__reply-counts{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04);border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-ui__reply-counts{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04);border-top:1px solid #ffffff1f;border-top:1px solid var(--sendbird-dark-ondark-04)}.sendbird-thread-ui__thread-list{padding:16px}.sendbird-thread-ui__message-input{margin-bottom:24px;padding:0 16px}.sendbird-thread-ui__thread-list.sendbird-place-holder{box-sizing:border-box}.sendbird-parent-message-info{align-items:flex-start;box-sizing:border-box;display:inline-flex;flex-direction:row;height:-moz-fit-content;height:fit-content;padding:12px 12px 12px 16px;position:relative;width:100%}[dir=rtl] .sendbird-parent-message-info{padding:12px 16px 12px 12px}.sendbird-parent-message-info__sender{min-height:40px;min-width:40px;position:relative}.sendbird-parent-message-info__content{display:inline-flex;flex-direction:column;margin-left:12px;position:relative}[dir=rtl] .sendbird-parent-message-info__content{margin-left:0;margin-right:12px}.sendbird-parent-message-info__content__info{align-items:center;display:inline-flex;flex-direction:row;height:16px;justify-content:flex-start;max-width:188px;position:relative}.sendbird-parent-message-info__content__info__sender-name,.sendbird-parent-message-info__content__info__sender-name--use-reaction{margin-right:6px;overflow:hidden;position:relative;text-overflow:ellipsis;word-break:keep-all}[dir=rtl] .sendbird-parent-message-info__content__info__sender-name,[dir=rtl] .sendbird-parent-message-info__content__info__sender-name--use-reaction{margin-left:6px;margin-right:0}.sendbird-parent-message-info__content__info__sender-name{max-width:142px}.sendbird-parent-message-info__content__info__sender-name--use-reaction{max-width:110px}.sendbird-parent-message-info__content__info__sent-at{align-items:center;display:inline-flex;height:12px;justify-content:flex-start;max-width:52px;position:relative;white-space:nowrap;word-break:keep-all}.sendbird-parent-message-info__content__body{max-width:210px;overflow:hidden;position:relative}.sendbird-parent-message-info__content__body.sendbird-thumbnail-message-item-body.incoming{height:148px;min-width:200px}.sendbird-parent-message-info__content__reactions{height:100%;max-width:240px;position:relative;width:100%}.sendbird-parent-message-info__context-menu,.sendbird-parent-message-info__reaction-menu{display:none;position:relative}.sendbird-parent-message-info .sendbird-text-message-item-body.reactions{border-radius:16px}.sendbird-theme--light .sendbird-parent-message-info .sendbird-emoji-reactions{border:1px solid #fff;border:1px solid var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-parent-message-info .sendbird-emoji-reactions{border:1px solid #161616;border:1px solid var(--sendbird-dark-background-600)}.sendbird-parent-message-info:hover .sendbird-parent-message-info__context-menu,.sendbird-parent-message-info:hover .sendbird-parent-message-info__reaction-menu,.sendbird-parent-message-info__context-menu.sendbird-mouse-hover,.sendbird-parent-message-info__menu-container,.sendbird-parent-message-info__reaction-menu.sendbird-mouse-hover{display:inline-flex}.sendbird-parent-message-info__menu-container{flex-direction:row;position:absolute;right:12px;top:6px}[dir=rtl] .sendbird-parent-message-info__menu-container{left:12px;right:auto}.sendbird-theme--light .sendbird-parent-message-info .sendbird-parent-message-info__content__body{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-parent-message-info .sendbird-parent-message-info__content__body{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-parent-message-info:hover,.sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-parent-message-info__content__body{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-parent-message-info:hover,.sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-parent-message-info__content__body{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird--mobile-mode .sendbird-parent-message-info.sendbird-thread-ui__parent-message-info:hover{background-color:initial}.sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-emoji-reactions{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #eee;border:1px solid var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-emoji-reactions{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #2c2c2c;border:1px solid var(--sendbird-dark-background-500)}.parent-message-info--suggested-mention-list{margin-left:0;margin-right:0;min-height:200px;width:100%}.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item{padding-left:16px;padding-right:16px}.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{max-width:166px}.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{max-width:68px}.sendbird-parent-message-info-item{margin-top:8px;position:relative}.sendbird-parent-message-info-item__og-field,.sendbird-parent-message-info-item__text-message{display:inline-block;padding-right:4px;white-space:pre-line;word-break:break-all}[dir=rtl] .sendbird-parent-message-info-item__og-field,[dir=rtl] .sendbird-parent-message-info-item__text-message{padding-left:4px;padding-right:0}.sendbird-parent-message-info-item__og-field{display:inline-flex;flex-direction:column;margin-top:4px}.sendbird-parent-message-info-item__og-field__content{display:inline-flex;flex-direction:column;gap:4px;padding:8px 12px}.sendbird-parent-message-info-item__file-message{align-items:center;display:inline-flex;flex-direction:row;gap:8px}.sendbird-parent-message-info-item__file-message__file-name{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-parent-message-info-item__thumbnail-message{display:block;height:148px;position:relative;width:200px}.sendbird-parent-message-info-item__multiple-files-message-wrapper{padding:0}.sendbird-theme--dark .sendbird-parent-message-info-item__multiple-files-message-wrapper,.sendbird-theme--light .sendbird-parent-message-info-item__multiple-files-message-wrapper{background-color:initial}.sendbird-parent-message-info-item__thumbnail-message__thumbnail{border-radius:16px;position:absolute}.sendbird-parent-message-info-item__thumbnail-message__placeholder{align-items:center;display:flex;height:148px;justify-content:center;position:absolute;width:100%}.sendbird-parent-message-info-item__thumbnail-message__placeholder__icon{align-items:center;background-color:#fff;background-color:var(--sendbird-light-background-50);border-radius:50%;display:flex;height:56px;justify-content:center;width:56px}.sendbird-parent-message-info-item__thumbnail-message__image-cover{background-color:#0000008c;background-color:var(--sendbird-light-overlay-01);border-radius:16px;display:none;height:148px;position:absolute;top:0;width:100%}.sendbird-parent-message-info-item__thumbnail-message__video{border-radius:16px;height:148px;position:absolute;width:100%}.sendbird-parent-message-info-item__thumbnail-message__icon-wrapper{align-items:center;display:flex;height:148px;justify-content:center;position:absolute;width:100%}.sendbird-parent-message-info-item__thumbnail-message__icon-wrapper__icon{align-items:center;background-color:#ffffffe0;background-color:var(--sendbird-light-ondark-01);border-radius:50%;display:inline-flex;height:56px;justify-content:center;width:56px}.sendbird-parent-message-info-item__thumbnail-message:hover{cursor:pointer}.sendbird-parent-message-info-item__thumbnail-message:hover .sendbird-parent-message-info-item__thumbnail-message__image-cover{display:inline-flex}.sendbird-parent-message-info-item__voice-message__item{height:50px;min-width:136px}.sendbird-thread-list-item .sendbird-separator{margin:4px 0}.sendbird-thread-list .sendbird-message-content__middle__sender-name{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-thread-list .sendbird-message-content.incoming .sendbird-message-content__middle{max-width:200px}.sendbird-thread-list .sendbird-thumbnail-message-item-body.outgoing{height:148px;min-height:148px;min-width:200px}.sendbird-thread-list .sendbird-message-content .sendbird-message-content__middle{max-width:230px}.sendbird-thread-list .sendbird-message-status__icon.sendbird-message-status--sent{display:none}.sendbird-thread-list .sendbird-mention-suggest-list{margin-left:0;margin-right:0;width:100%}.sendbird-thread-list .sendbird-mention-suggest-list__user-item{padding-left:16px;padding-right:16px}.sendbird-thread-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{max-width:134px}.sendbird-thread-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{max-width:46px}.sendbird-thread-list-item-content{display:inline-flex;flex-direction:row;height:100%;position:relative;width:100%}.sendbird-thread-list-item-content.incoming{justify-content:flex-start}.sendbird-thread-list-item-content.outgoing{justify-content:flex-end}.sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle{max-width:200px}.sendbird--mobile-mode .sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle{max-width:calc(100vw - 100px)}.sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.use-quote{bottom:-8px;margin-top:-8px}.sendbird-thread-list-item-content__middle__body-container{width:100%}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left{display:inline-flex;min-width:40px;position:relative}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content__left__avatar{bottom:2px;left:0;position:absolute}[dir=rtl] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content__left__avatar{left:auto;right:0}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle{align-items:flex-start;display:inline-flex;flex-direction:column;position:relative}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{bottom:6px;display:flex;flex-direction:row;min-width:80px;position:absolute;right:-84px;white-space:nowrap}[dir=rtl] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{left:-84px;right:auto}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at.sendbird-mouse-hover{display:none}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__sender-name{margin-bottom:4px;margin-left:12px;overflow:hidden;position:relative;text-overflow:ellipsis;width:100%}[dir=rtl] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__sender-name{margin-left:0;margin-right:12px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message{display:inline-flex;position:relative;width:100%}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.outgoing{justify-content:flex-end}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.incoming{justify-content:flex-start}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message:hover{cursor:pointer}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right{display:inline-flex;margin-left:4px;padding-top:18px;position:relative;width:50px}[dir=rtl] .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right{margin-left:0;margin-right:4px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.use-reactions{width:70px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.chain-top{padding-top:2px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.chain-top.use-quote{padding-top:18px}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu{display:none;flex-direction:row;height:32px;position:relative}.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu.sendbird-mouse-hover,.sendbird-thread-list-item-content.incoming:hover .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu{display:inline-flex}.sendbird-thread-list-item-content.incoming:hover .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{display:none}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left{box-sizing:border-box;display:inline-flex;justify-content:flex-end;position:relative;width:50px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left.use-reactions{width:70px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left.use-quote .sendbird-thread-list-item-content-menu{top:18px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu{display:none;flex-direction:row;position:absolute;right:4px;top:2px}[dir=rtl] .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu{left:4px;right:auto}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu.sendbird-mouse-hover{display:inline-flex}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle{align-items:flex-end;display:inline-flex;flex-direction:column;position:relative}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message{display:inline-flex;position:relative;width:100%}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.outgoing{justify-content:flex-end}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.incoming{justify-content:flex-start}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container{position:relative}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{bottom:2px;box-sizing:initial;display:flex;justify-content:flex-end;left:-84px;min-height:16px;min-width:80px;position:absolute;white-space:nowrap}[dir=rtl] .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{left:auto;right:-84px}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at.sendbird-mouse-hover{display:none}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at .sendbird-thread-list-item-content__middle__body-container__created-at__component-container{display:inline-flex;position:relative}.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__right{display:none}.sendbird-thread-list-item-content.outgoing:hover .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu{display:inline-flex}.sendbird-thread-list-item-content.outgoing:hover .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at{display:none}.sendbird-thread-list-item-content__middle__body-container{display:flex;flex-direction:column;position:relative}.sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__message-item-body{box-sizing:border-box;width:100%}.sendbird-thread-list-item-content-reactions{border-radius:0 0 16px 16px;max-width:400px;position:relative;width:100%}.sendbird-theme--light .sendbird-thread-list-item-content-reactions{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-thread-list-item-content-reactions.primary{background-color:#742ddd;background-color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.primary{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200)}.sendbird-theme--light .sendbird-thread-list-item-content-reactions.mouse-hover,.sendbird-theme--light .sendbird-thread-list-item-content-reactions:hover{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.mouse-hover,.sendbird-theme--dark .sendbird-thread-list-item-content-reactions:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-theme--light .sendbird-thread-list-item-content-reactions.mouse-hover.primary,.sendbird-theme--light .sendbird-thread-list-item-content-reactions:hover.primary{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.mouse-hover.primary,.sendbird-theme--dark .sendbird-thread-list-item-content-reactions:hover.primary{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-thread-list-item-content__middle__thread-replies{margin-top:4px}.sendbird-thread-list-item-content__middle__message-item-body.sendbird-og-message-item-body,.sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body{max-width:200px;min-width:200px}.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper,.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__placeholder,.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__video,.sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body{height:148px}.sendbird-voice-message-item-body.sendbird-thread-list-item-content__middle__message-item-body{height:50px;min-width:136px}.sendbird-thread-message-input .sendbird-mention-suggest-list{margin-left:0;margin-right:0;width:100%}.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item{padding-left:16px;padding-right:16px}.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname{max-width:134px}.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id{max-width:46px}.sendbird-theme--light .sendbird-thread-message-input--voice-message{border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-thread-message-input--voice-message{border-top:1px solid #ffffff1f;border-top:1px solid var(--sendbird-dark-ondark-04)}.sb_mobile,.sb_mobile__panelwrap{height:100%}.sb-show-main{padding:0!important}.sb_mobile__panelwrap .sendbird-thread{height:100%;width:100%}.sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui{max-width:100%}.sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui .sendbird-thread-ui__header{width:100%}.sendbird-app__wrap{box-sizing:border-box;display:flex;height:100%;width:100%}.sendbird-app__wrap .sendbird-app__searchpanel-wrap{box-sizing:border-box;min-width:320px;overflow-x:hidden;overflow-y:scroll;width:320px}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04);border-right:1px solid #0000001f;border-right:1px solid var(--sendbird-light-onlight-04);border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-left:1px solid #0000001f;border-left:1px solid var(--sendbird-light-onlight-04);border-right:none}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-bottom:1px solid #161616;border-bottom:1px solid var(--sendbird-dark-background-600);border-right:1px solid #161616;border-right:1px solid var(--sendbird-dark-background-600);border-top:1px solid #161616;border-top:1px solid var(--sendbird-dark-background-600)}[dir=rtl] .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap{border-left:1px solid #161616;border-left:1px solid var(--sendbird-dark-background-600);border-right:none}.sendbird-app__wrap .sendbird-app__conversation-wrap{flex:1 1;position:relative;width:calc(100% - 320px)}.sendbird-app__wrap .sendbird-app__channellist-wrap{max-width:320px}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04);border-left:1px solid #0000001f;border-left:1px solid var(--sendbird-light-onlight-04);border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap{border-left:none;border-right:1px solid #0000001f;border-right:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap{border-bottom:1px solid #161616;border-bottom:1px solid var(--sendbird-dark-background-600);border-left:1px solid #161616;border-left:1px solid var(--sendbird-dark-background-600);border-top:1px solid #161616;border-top:1px solid var(--sendbird-dark-background-600)}[dir=rtl] .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap{border-left:none;border-right:1px solid #161616;border-right:1px solid var(--sendbird-dark-background-600)}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-app__wrap .sendbird-chat-header__search{margin-right:16px}[dir=rtl] .sendbird-app__wrap .sendbird-chat-header__search{margin-left:16px;margin-right:0}.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-app__wrap .sendbird-channel-settings{border-left:none}[dir=rtl] .sendbird-app__wrap .sendbird-channel-settings{border-left:none;border-right:none}.sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04);border-right:1px solid #0000001f;border-right:1px solid var(--sendbird-light-onlight-04);border-top:1px solid #0000001f;border-top:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings{border-left:1px solid #0000001f;border-left:1px solid var(--sendbird-light-onlight-04);border-right:none}.sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings{border-bottom:1px solid #161616;border-bottom:1px solid var(--sendbird-dark-background-600);border-right:1px solid #161616;border-right:1px solid var(--sendbird-dark-background-600);border-top:1px solid #161616;border-top:1px solid var(--sendbird-dark-background-600)}[dir=rtl] .sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings{border-left:1px solid #161616;border-left:1px solid var(--sendbird-dark-background-600);border-right:none}.sendbird-app__wrap .sendbird-channel-settings .sendbird-channel-settings__header{height:64px}.sendbird-openchannel-conversation{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.sendbird-theme--light .sendbird-openchannel-conversation{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-conversation{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll{flex:1 1;overflow-y:auto;width:100%}.sendbird-openchannel-conversation .sendbird-openchannel-footer{padding:12px 24px 24px}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto}.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container .sendbird-openchannel-conversation-scroll-padding{flex:1 1}.sendbird-frozen-channel-notification{align-items:center;border-radius:4px;display:flex;height:32px;justify-content:center;margin-left:24px;margin-right:24px;margin-top:8px;position:relative}.sendbird-theme--light .sendbird-frozen-channel-notification{background-color:#adc9ff;background-color:var(--sendbird-light-information-100)}.sendbird-theme--dark .sendbird-frozen-channel-notification{background-color:#adc9ff;background-color:var(--sendbird-dark-information-100)}.sendbird-oepnchannel-header__icon_back{left:12px;position:absolute;top:18px}[dir=rtl] .sendbird-oepnchannel-header__icon_back{left:auto;right:12px}.sendbird-openchannel-conversation-header{box-sizing:border-box;min-height:64px;position:relative}.sendbird-theme--light .sendbird-openchannel-conversation-header{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-conversation-header{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title{max-width:calc(100% - 120px);overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird--mobile-mode .sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title{max-width:calc(100% - 160px)}.sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{left:20px;position:absolute;top:16px}[dir=rtl] .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{left:auto;right:20px}.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{left:50px}[dir=rtl] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image]{left:auto;right:50px}.sendbird-openchannel-conversation-header__left__title{left:60px;position:absolute;top:12px}[dir=rtl] .sendbird-openchannel-conversation-header__left__title{left:auto;right:60px}.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__title{left:90px}[dir=rtl] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__title{left:auto;right:90px}.sendbird-openchannel-conversation-header__left__sub-title{left:60px;position:absolute;top:36px}[dir=rtl] .sendbird-openchannel-conversation-header__left__sub-title{left:auto;right:60px}.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__sub-title{left:90px}[dir=rtl] .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__sub-title{left:auto;right:90px}.sendbird-openchannel-conversation-header__right{height:64px;position:absolute;right:0;top:0;width:64px}[dir=rtl] .sendbird-openchannel-conversation-header__right{left:0;right:auto}.sendbird-openchannel-conversation-header__right__trigger{align-items:center;display:flex;justify-content:center;position:absolute;right:16px;top:16px}[dir=rtl] .sendbird-openchannel-conversation-header__right__trigger{left:16px;right:auto}.sendbird-openchannel-conversation-header__left__cover-image--icon{align-items:center;border-radius:50%;display:flex;justify-content:center}.sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon{background-color:#bdbdbd;background-color:var(--sendbird-light-background-300)}.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon{background-color:#bdbdbd;background-color:var(--sendbird-dark-background-300)}.sendbird-openchannel-conversation-scroll{position:relative;width:100%}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container{bottom:0;height:100%;overflow:hidden;position:sticky;width:100%}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__padding{height:8px}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container{height:100%;overflow:scroll;width:100%}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container.no-messages,.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container.no-messages .sendbird-openchannel-conversation-scroll__container__place-holder{height:100%;width:100%}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{align-items:center;border-radius:24px;bottom:8px;display:flex;height:40px;justify-content:center;left:calc(50% - 20px);position:absolute;width:40px;z-index:1}[dir=rtl] .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{left:auto;right:calc(50% - 20px)}.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{background-color:#742ddd;background-color:var(--sendbird-light-primary-300);box-shadow:0 2px 8px 0 #00000014,0 4px 6px 0 #0000001f;box-shadow:var(--sendbird-light-shadow-05)}.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button{background-color:#c2a9fa;background-color:var(--sendbird-dark-primary-200);box-shadow:var(--sendbird-dark-shadow-05)}.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover{cursor:pointer}.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover{background-color:#6211c8;background-color:var(--sendbird-light-primary-400)}.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover{background-color:#742ddd;background-color:var(--sendbird-dark-primary-300)}.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active{background-color:#491389;background-color:var(--sendbird-light-primary-500)}.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active{background-color:#6211c8;background-color:var(--sendbird-dark-primary-400)}.sendbird-openchannel-user-message{display:flex;flex-direction:row;position:relative;width:100%}.sendbird-theme--light .sendbird-openchannel-user-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-user-message:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-user-message:hover .sendbird-openchannel-user-message__context-menu{display:block}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left{display:flex;min-width:52px;position:relative;width:52px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar{display:flex;margin-left:24px;margin-top:8px;position:relative}[dir=rtl] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar{margin-left:0;margin-right:24px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right{display:flex;flex-direction:column;margin:8px 24px 8px 12px;position:relative;width:100%}[dir=rtl] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right{margin:8px 12px 8px 24px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top{display:flex;margin-bottom:2px;position:relative}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sender-name{display:flex;position:relative}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at{display:flex;margin-left:4px;position:relative}[dir=rtl] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at{margin-left:0;margin-right:4px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom{display:flex;position:relative;width:100%}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom .sendbird-openchannel-user-message__right__bottom__message{position:relative;white-space:pre-line;word-break:break-all}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__tail{position:relative;top:2px}.sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu{display:none;position:absolute;right:16px}[dir=rtl] .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu{left:16px;right:auto}.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel__mobile-menu-hyperlink{color:inherit;display:block;font-family:inherit;font-size:inherit;font-stretch:normal;font-style:normal;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;width:100%}.sendbird-openchannel-admin-message{border-radius:4px;margin:16px 24px;padding:12px 16px;position:relative}.sendbird-theme--light .sendbird-openchannel-admin-message{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-admin-message{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-admin-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-admin-message:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-admin-message .sendbird-openchannel-admin-message__text{word-wrap:break-word}.sendbird-openchannel-og-message{display:flex;flex-direction:column;position:relative;width:100%}.sendbird-theme--light .sendbird-openchannel-og-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-og-message:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-og-message:hover .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{display:block}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top{box-sizing:border-box;display:flex;flex-direction:row;position:relative}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left{display:flex;min-width:52px;position:relative;width:52px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar{display:flex;left:24px;position:absolute;top:8px}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar{left:auto;right:24px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right{box-sizing:border-box;display:flex;flex-direction:column;margin:8px 24px 8px 12px;position:relative}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right{margin:8px 12px 8px 24px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title{display:flex;margin-bottom:2px;position:relative}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sender-name{display:flex;position:relative}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sent-at{display:flex;margin-left:4px;position:relative}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sent-at{margin-left:0;margin-right:4px}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message{display:inline;position:relative;white-space:pre-wrap;word-break:break-all}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message .sendbird-word .sendbird-word__url{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message .sendbird-word .sendbird-word__url{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{display:none;position:absolute;right:16px}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu{left:16px;right:auto}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom{display:inline;margin-bottom:8px;position:relative;width:100%}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{border-radius:8px;box-sizing:border-box;display:inline-block;left:64px;max-width:360px;padding:12px 12px 4px;position:relative;width:calc(100% - 64px)}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{left:auto;right:64px}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #0000001f;border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #ffffff1f;border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__url{display:block;margin-bottom:8px;max-width:336px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title{display:inline-block;margin-bottom:8px;max-width:336px;overflow-wrap:normal;position:relative;white-space:pre-wrap}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover{cursor:pointer}.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover{color:#742ddd;color:var(--sendbird-light-primary-300)}.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover{color:#c2a9fa;color:var(--sendbird-dark-primary-200)}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__description{display:block;margin-bottom:8px;max-height:32px;max-width:336px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:pre-wrap;width:100%;word-break:break-all}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail{box-sizing:border-box;display:block;margin-bottom:8px;margin-top:4px;position:relative;width:100%}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail:hover{cursor:pointer}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image,.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image--placeholder{border-radius:8px;max-width:336px;min-width:200px;width:100%}.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail{left:64px;position:relative;top:2px}[dir=rtl] .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail{left:auto;right:64px}.sendbird-openchannel-og-message--word{display:inline;margin:0 2px;word-break:break-all}.sendbird-openchannel-thumbnail-message{display:flex;flex-direction:row;position:relative}.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu{display:block}.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left{display:flex;min-width:52px;position:relative;width:52px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar{display:inline;margin-left:28px;margin-top:8px;position:absolute}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar{margin-left:0;margin-right:28px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right{display:flex;flex-direction:column;margin-bottom:8px;margin-left:12px;margin-top:8px;position:relative;width:calc(100% - 64px)}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right{margin-left:0;margin-right:12px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title{display:inline;margin-bottom:4px;position:relative}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name{display:inline;margin-right:4px;position:relative}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name{margin-left:4px;margin-right:0}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sent-at{display:inline;position:relative}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body{border-radius:8px;display:flex;position:relative}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body:hover .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{opacity:1}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap{box-sizing:initial;position:relative}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{border-radius:8px;cursor:pointer;height:100%;left:0;max-width:360px;opacity:0;position:absolute;top:0;width:100%}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{left:auto;right:0}.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{background-color:#00000052;background-color:var(--sendbird-light-overlay-02)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay{background-color:#00000052;background-color:var(--sendbird-dark-overlay-02)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video{max-height:360px;max-width:360px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video:hover{cursor:pointer}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__video{border-radius:8px;max-height:360px;max-width:360px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__icon{left:calc(50% - 28px);position:absolute;top:calc(50% - 28px)}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__icon{left:auto;right:calc(50% - 28px)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon{border-radius:8px;padding:107px 152px}.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image{border-radius:8px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon{border-radius:8px;padding:107px 152px}.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown{border-radius:8px;padding:107px 152px}.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__tail{position:relative;top:2px}.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu{display:none;position:absolute;right:16px;top:8px}[dir=rtl] .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu{left:16px;right:auto}.sendbird-openchannel-file-message{display:flex;flex-direction:row;position:relative}.sendbird-theme--light .sendbird-openchannel-file-message:hover{background-color:#eee;background-color:var(--sendbird-light-background-100)}.sendbird-theme--dark .sendbird-openchannel-file-message:hover{background-color:#393939;background-color:var(--sendbird-dark-background-400)}.sendbird-openchannel-file-message:hover .sendbird-openchannel-file-message__context-menu{display:block}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left{display:flex;min-width:52px;position:relative;width:52px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar{display:block;margin-left:24px;margin-top:8px;position:absolute}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar{margin-left:0;margin-right:24px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right{display:flex;flex-direction:column;margin-bottom:4px;margin-left:12px;position:relative;width:calc(100% - 64px)}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right{margin-left:0;margin-right:12px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title{display:flex;margin-top:8px;position:relative}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sender-name{display:flex;position:relative}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at{display:flex;margin-left:4px;position:relative}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at{margin-left:0;margin-right:4px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{border-radius:8px;display:flex;margin-bottom:4px;margin-top:4px;position:relative}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{background-color:#eee;background-color:var(--sendbird-light-background-100);border:1px solid #0000001f;border:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500);border:1px solid #ffffff1f;border:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon{border-radius:8.6px;display:inline-block;margin:8px;position:relative}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name{display:flex;height:20px;margin-left:4px;margin-right:16px;margin-top:22px;max-height:20px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name{margin-left:16px;margin-right:4px}.sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu{display:none;position:absolute;right:16px;top:8px}[dir=rtl] .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu{left:16px;right:auto}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon{background-color:#e0e0e0;background-color:var(--sendbird-light-background-200)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon{background-color:#2c2c2c;background-color:var(--sendbird-dark-background-500)}.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover{background-color:#dbd1ff;background-color:var(--sendbird-light-primary-100)}.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover{background-color:#000;background-color:var(--sendbird-dark-background-700)}.sendbird-openchannel-settings{display:inline-block;height:100%;overflow-y:scroll;position:relative;width:320px}.sendbird--mobile-mode .sendbird-openchannel-settings{width:100%}.sendbird-theme--light .sendbird-openchannel-settings{background-color:#fff;background-color:var(--sendbird-light-background-50);border-left:1px solid #0000001f;border-left:1px solid var(--sendbird-light-onlight-04)}[dir=rtl] .sendbird-theme--light .sendbird-openchannel-settings{border-left:none;border-right:1px solid #0000001f;border-right:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-left:1px solid #ffffff1f;border-left:1px solid var(--sendbird-dark-ondark-04)}[dir=rtl] .sendbird-theme--dark .sendbird-openchannel-settings{border-left:none;border-right:1px solid #ffffff1f;border-right:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-participants-accordion__footer{padding-left:16px;padding-top:16px;text-align:left}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__footer{padding-left:0;padding-right:16px;text-align:right}.sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon{left:14px;position:absolute}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon{left:auto;right:14px}.sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete{left:16px;position:absolute}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon,[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete{left:auto;right:16px}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant{height:100%}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__participant-list{height:calc(100% - 64px);overflow-y:scroll;padding-top:64px}.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{display:block;left:0;position:absolute;top:0;width:100%}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{left:auto;right:0}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{background-color:#fff;background-color:var(--sendbird-light-background-50)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header{background-color:#161616;background-color:var(--sendbird-dark-background-600)}.sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel,.sendbird-openchannel-settings .sendbird-participants-accordion{text-align:left}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel,[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion{text-align:right}.sendbird-openchannel-settings .sendbird-openchannel-settings__members .sendbird-badge__text{margin-top:-2px}.sendbird-openchannel-settings .sendbird-openchannel-settings__header{box-sizing:border-box;height:64px;min-height:64px;padding:20px 24px;position:relative;text-align:left}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__header{text-align:right}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__header{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__header{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon{cursor:pointer;position:absolute;right:16px;top:20px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon{left:16px;right:auto}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path{fill:#000000e0;fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path{fill:#ffffffe0;fill:var(--sendbird-dark-ondark-01)}.sendbird-openchannel-settings .sendbird-openchannel-settings__placeholder{margin-top:40%}.sendbird-openchannel-settings .sendbird-openchannel-settings__url{box-sizing:border-box;padding:16px;position:relative}.sendbird-openchannel-settings .sendbird-openchannel-settings__url:hover .sendbird-openchannel-settings__copy-icon{display:inline-block}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon{cursor:pointer;display:none;position:absolute;right:18px;top:10px}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon{left:18px;right:auto}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{margin-top:8px}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{color:#000000e0;color:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{color:#ffffffe0;color:var(--sendbird-dark-ondark-01)}.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label,.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{word-wrap:break-word;display:block;text-align:left}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label,[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value{text-align:right}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{box-sizing:border-box;cursor:pointer;display:block;padding:12px 22px 10px 56px;position:relative}[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{padding:12px 56px 10px 22px}.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item:focus{outline:none}.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item.sendbird-channel-settings__panel-item__disabled{cursor:not-allowed}.sendbird-openchannel-settings .sendbird-participants-accordion__member{box-sizing:border-box;height:40px;padding:12px 0 12px 56px;position:relative;text-align:left;width:100%}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member{padding:12px 56px 12px 0;text-align:right}.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-label{display:inline-block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.operator,.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.self-operator,.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id{position:absolute;right:16px}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.operator,[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.self-operator,[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id{left:16px;right:auto}.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__action,.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.operator,.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.user-id{display:none}.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__action{display:inline-block}.sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar{cursor:pointer;left:16px;position:absolute;top:10px}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar{left:auto;right:16px}.sendbird-openchannel-settings .sendbird-participants-accordion__member__action{cursor:pointer;display:none;position:absolute;right:8px;top:4px}[dir=rtl] .sendbird-openchannel-settings .sendbird-participants-accordion__member__action{left:8px;right:auto}.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer,.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer,.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer,.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer{display:flex;justify-content:left;padding-left:12px;padding-top:16px}[dir=rtl] .sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer,[dir=rtl] .sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer,[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer,[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer{justify-content:right;padding-left:0;padding-right:12px}.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer .sendbird-button:nth-child(2),.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer .sendbird-button:nth-child(2){margin-left:8px}[dir=rtl] .sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer .sendbird-button:nth-child(2),[dir=rtl] .sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer .sendbird-button:nth-child(2),[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer .sendbird-button:nth-child(2),[dir=rtl] .sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer .sendbird-button:nth-child(2){margin-left:0;margin-right:8px}.sendbird-participants-accordion__member-avatar__avatar{position:absolute}.sendbird-more-users__popup-scroll{max-height:420px;overflow:scroll}.sendbird-openchannel-profile{padding:32px 40px 27px;position:relative;text-align:center}.sendbird-theme--light .sendbird-openchannel-profile{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-openchannel-profile{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-openchannel-profile .sendbird-openchannel-profile--inner{height:116px}.sendbird-openchannel-profile .sendbird-openchannel-profile__avatar{margin-bottom:16px;text-align:center}.sendbird-openchannel-profile .sendbird-openchannel-profile__title{display:inline-block;height:18px;max-width:240px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.sendbird-openchannel-profile .sendbird-openchannel-profile__edit{position:absolute;right:16px;top:10px}[dir=rtl] .sendbird-openchannel-profile .sendbird-openchannel-profile__edit{left:16px;right:auto}.sendbird-theme--dark .sendbird-accordion.sendbird-accordion--closed,.sendbird-theme--light .sendbird-accordion.sendbird-accordion--closed{border-bottom:0}.sendbird-accordion{box-sizing:border-box;position:relative}.sendbird-theme--light .sendbird-accordion{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-accordion{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-accordion .sendbird-accordion__member{box-sizing:border-box;height:40px;padding:12px 0 12px 44px;position:relative}[dir=rtl] .sendbird-accordion .sendbird-accordion__member{padding:12px 44px 12px 0}.sendbird-accordion .sendbird-accordion__footer{display:flex;justify-content:flex-start;margin-top:8px}.sendbird-accordion__list{padding-bottom:16px;padding-top:8px}.sendbird-accordion__panel-header{cursor:pointer;padding:12px 22px 10px 56px;position:relative}[dir=rtl] .sendbird-accordion__panel-header{padding:12px 56px 10px 22px}.sendbird-theme--light .sendbird-accordion__panel-header{background-color:#fff;background-color:var(--sendbird-light-background-50);border-bottom:1px solid #0000001f;border-bottom:1px solid var(--sendbird-light-onlight-04)}.sendbird-theme--dark .sendbird-accordion__panel-header{background-color:#161616;background-color:var(--sendbird-dark-background-600);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--sendbird-dark-ondark-04)}.sendbird-accordion__panel-header:focus{outline:none}.sendbird-accordion__panel-header.sendbird-accordion__panel-item__disabled{cursor:not-allowed}.sendbird-accordion__panel-icon-left,.sendbird-accordion__panel-icon-right{position:absolute;top:10px}.sendbird-accordion__panel-icon-left{left:16px}[dir=rtl] .sendbird-accordion__panel-icon-left{left:auto;right:16px}.sendbird-accordion__panel-icon-right{right:16px}[dir=rtl] .sendbird-accordion__panel-icon-right{left:16px;right:auto;transform:rotate(180deg)}.sendbird-accordion__panel-icon--open{transform:rotate(90deg)}[dir=rtl] .sendbird-accordion__panel-icon--open{transform:rotate(-90deg)}.sendbird-theme--light .sendbird-accordion__panel-icon--chevron path{fill:#000000e0;fill:var(--sendbird-light-onlight-01)}.sendbird-theme--dark .sendbird-accordion__panel-icon--chevron path{fill:#ffffffe0;fill:var(--sendbird-dark-ondark-01)}.sendbird-theme--light .sendbird-accordion__panel-icon__leave path{fill:#de360b;fill:var(--sendbird-light-error-300)}.sendbird-theme--dark .sendbird-accordion__panel-icon__leave path{fill:#de360b;fill:var(--sendbird-dark-error-300)}#benefit-page-250212 #benefit-app-download-dialog .close-button svg{height:32px;width:32px}#benefit-page-250212 #benefit-app-download-dialog .close-button svg path{fill:var(--fill-disable)}#benefit-page-250212 .carousel-slider{flex-direction:column-reverse}html:has(#benefit-app-download-dialog){overflow:hidden}.card{border-radius:16px;padding:16px}.card.primary{background-color:var(--light-primary-background)}.badge.secondary{background-color:var(--primary-background)}.badge.tertiary{background-color:var(--background-tertiary)}.channel-list-container{height:100vh;padding:20px}.channel-list{display:flex;flex-direction:column;height:100%;width:100%}.card{height:82px}.icon-container svg{height:50px;width:50px}.verified-icon path{fill:var(--primary-normal)}.unread-message-count-badge{align-items:center;background-color:var(--secondary-normal);border-radius:50%;color:var(--WB-white);display:inline-flex;flex-direction:row;height:20px;justify-content:center;padding:2px;text-align:center;width:20px}.doc-example-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}.doc-example-container .doc-example-img-container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:0;width:100%}.doc-example-container .doc-example-img-container .doc-example-img{flex:1 1;height:auto;width:100%}.base-alert{box-sizing:border-box}.base-alert.info.contained,.base-alert.info.outlined{background-color:var(--fill-alternative)}.base-alert.positive.contained,.base-alert.positive.outlined{background-color:var(--success-background)}.base-alert.warning.contained,.base-alert.warning.outlined{background-color:var(--warning-background)}.base-alert.warning.outlined{border:1px solid var(--warning-assistive)}.base-alert.government.contained{background-color:#003058}.base-alert.government.outlined{background-color:#0030581a;border:1px solid #003058}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{align-items:center;appearance:button;-webkit-appearance:button;background-color:#fff;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,#fff));border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,#dcdcdc));box-sizing:border-box;cursor:pointer;display:flex;height:36px;height:var(--react-international-phone-height,36px);justify-content:center;margin:0;padding:0;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-country-selector-background-color-hover,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:initial}.react-international-phone-country-selector-button__button-content{align-items:center;display:flex;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-left:4px solid #0000;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid #0000;border-top:4px solid #777;border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:#999;border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5))}.react-international-phone-flag-emoji{box-sizing:border-box;height:24px;height:var(--react-international-phone-flag-height,24px);width:24px;width:var(--react-international-phone-flag-width,24px)}.react-international-phone-country-selector-dropdown{background-color:#fff;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,#fff));box-shadow:2px 2px 16px #00000040;box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px #00000040);color:#222;color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));display:flex;flex-direction:column;left:0;left:var(--react-international-phone-dropdown-left,0);list-style:none;margin:0;max-height:200px;overflow-y:scroll;padding:4px 0;position:absolute;top:44px;top:var(--react-international-phone-dropdown-top,44px);width:300px;z-index:1}.react-international-phone-country-selector-dropdown__preferred-list-divider{background:#dcdcdc;background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,#dcdcdc));border:none;height:1px;margin:0;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0)}.react-international-phone-country-selector-dropdown__list-item{align-items:center;box-sizing:border-box;display:flex;min-height:28px;min-height:var(--react-international-phone-dropdown-item-height,28px);padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{font-size:14px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:gray;color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:14px;font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);color:#222;color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:gray;color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5))}.react-international-phone-dial-code-preview{align-items:center;background-color:#fff;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,#dcdcdc));color:#222;color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));display:flex;font-size:13px;font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px));justify-content:center;margin-right:-1px;padding:0 8px}.react-international-phone-dial-code-preview--disabled{background-color:#f5f5f5;background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5));color:#666;color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:4px;border-radius:var(--react-international-phone-border-radius,4px);border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.react-international-phone-input-container .react-international-phone-input{background-color:#fff;background-color:var(--react-international-phone-background-color,#fff);border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-border-color,#dcdcdc);border-radius:4px;border-radius:var(--react-international-phone-border-radius,4px);border-bottom-left-radius:0;border-top-left-radius:0;box-sizing:border-box;color:#222;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:13px;font-size:var(--react-international-phone-font-size,13px);height:36px;height:var(--react-international-phone-height,36px);margin:0;overflow:visible;padding:0 8px}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:#f5f5f5;background-color:var(--react-international-phone-disabled-background-color,#f5f5f5);color:#666;color:var(--react-international-phone-disabled-text-color,#666)}#rc-issue-payment-page{background-color:var(--background-primary);gap:.75rem}#rc-issue-payment-page .payment-page-section{align-items:flex-start;background-color:var(--background-secondary);display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;padding:1.5rem;width:100%}#rc-issue-payment-page .payment-page-section .section-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}#rc-issue-payment-page .payment-page-section .section-title-container .section-title{color:var(--text-normal)}#rc-issue-payment-page .payment-page-section .section-body-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}#rc-issue-payment-page #order-info-section .order-name{width:100%}#rc-issue-payment-page #payment-item-section .payment-item-list,#rc-issue-payment-page #payment-summary-section .payment-summary-container{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;width:100%}#rc-issue-payment-page #payment-summary-section .payment-summary-container .payment-item-summary-list{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#rc-issue-payment-page #payment-summary-section .payment-summary-container .payment-item-summary-list .payment-item-summary{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}#rc-issue-payment-page #payment-summary-section .payment-summary-container .payment-item-summary-list .payment-item-summary.product .payment-item-summary-label{color:var(--text-assistive)}#rc-issue-payment-page #payment-summary-section .payment-summary-container .payment-item-summary-list .payment-item-summary.product .payment-item-summary-value{color:var(--text-normal)}#rc-issue-payment-page #payment-summary-section .payment-summary-container .payment-item-summary-list .payment-item-summary.discount .payment-item-summary-label,#rc-issue-payment-page #payment-summary-section .payment-summary-container .payment-item-summary-list .payment-item-summary.discount .payment-item-summary-value{color:var(--primary-strong)}#rc-issue-payment-page #payment-summary-section .total-payment-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}#rc-issue-payment-page #payment-summary-section .total-payment-container .total-payment-label,#rc-issue-payment-page #payment-summary-section .total-payment-container .total-payment-value{color:var(--text-normal)}.required-cash-and-point-container .box-desc-container .icon-container .error-icon path{fill:var(--secondary-normal)}#registered-card-list{-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab;overflow-x:auto;scrollbar-width:none;touch-action:pan-x;-ms-touch-action:pan-x;-webkit-user-select:none;user-select:none;white-space:nowrap}#registered-card-list:active{cursor:grabbing}#registered-card-list::-webkit-scrollbar{display:none}@media(hover:hover)and (pointer:fine){#registered-card-list{-ms-overflow-style:auto;scrollbar-width:auto}#registered-card-list::-webkit-scrollbar{display:block;height:8px;width:8px}#registered-card-list::-webkit-scrollbar-thumb{background-color:var(--line-disable);border-radius:4px}#registered-card-list::-webkit-scrollbar-track{background:#0000}}.stepper-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.stepper-wrapper .base-stepper-container{align-items:flex-start;display:flex;flex-direction:column;height:5px;justify-content:center;position:relative;width:100%}.stepper-wrapper .base-stepper-container .stepper-current,.stepper-wrapper .base-stepper-container .stepper-total{border-radius:5px;height:5px;left:0;position:absolute;top:2.5px}.stepper-wrapper .base-stepper-container .stepper-seperator-list{align-items:center;background-color:#0000;border-radius:5px;display:flex;flex-direction:row;gap:.25rem;height:5px;justify-content:space-between;left:0;position:absolute;top:0;width:100%}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.bar{border-radius:10px;flex:1 1;height:5px;width:auto}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.bar.primary{background-color:var(--primary-normal)}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.bar.neutral{background-color:var(--text-disable)}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.bar.not-done{background-color:var(--fill-primary);flex:1 1;height:5px;width:auto}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.dot{border-radius:10px;flex:initial;height:10px;width:10px}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.dot.primary{background-color:var(--primary-normal)}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.dot.neutral{background-color:var(--text-disable)}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.dot.not-done{background-color:var(--fill-primary)}.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.dot.start,.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.dot:first-child,.stepper-wrapper .base-stepper-container .stepper-seperator-list .seperator.dot:last-child{background-color:#0000}.stepper-wrapper .base-stepper-container .stepper-current.primary{background-color:var(--primary-normal)}.stepper-wrapper .base-stepper-container .stepper-current.neutral{background-color:var(--text-disable)}.stepper-wrapper .base-stepper-container .stepper-total{background-color:var(--fill-primary);width:100%}.stepper-wrapper .base-stepper-container.sm{height:10px}.stepper-wrapper .base-stepper-container.sm .stepper-current,.stepper-wrapper .base-stepper-container.sm .stepper-total{border-radius:5px;height:5px;left:0;top:2.5px}.stepper-wrapper .base-stepper-container.sm .stepper-seperator-list{border-radius:5px;gap:.25rem;height:5px;height:10px;left:0;top:0}.stepper-wrapper .base-stepper-container.sm .stepper-seperator-list .seperator.bar{border-radius:10px;height:5px}.stepper-wrapper .base-stepper-container.sm .stepper-seperator-list .seperator.dot{border-radius:10px;height:10px;width:10px}.stepper-wrapper .base-stepper-container.md{height:1.5rem}.stepper-wrapper .base-stepper-container.md .stepper-current,.stepper-wrapper .base-stepper-container.md .stepper-total{border-radius:1rem;height:1rem;left:0;top:.25rem}.stepper-wrapper .base-stepper-container.md .stepper-seperator-list{border-radius:1.5rem;gap:.25rem;height:1.5rem;left:0;top:0}.stepper-wrapper .base-stepper-container.md .stepper-seperator-list .seperator.bar{border-radius:1rem;height:1rem}.stepper-wrapper .base-stepper-container.md .stepper-seperator-list .seperator.dot{border-radius:1.5rem;height:1.5rem;width:1.5rem}.stepper-wrapper .step-label-wrapper{display:flex;justify-content:space-between;width:100%}.stepper-wrapper .step-label{color:var(--text-assistive);font-size:.75rem;font-style:normal;font-weight:500;line-height:150%}.stepper-wrapper .step-label.active{color:var(--text-normal);font-weight:700}#app-splash-page .app-splash-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;left:0;margin:auto;padding:0 2rem;position:fixed;top:0;width:100%}#app-splash-page .app-splash-content .logo-container{align-items:center;display:flex;flex-direction:column;height:56px;justify-content:center;width:256px}#app-splash-page .app-splash-content .logo-container svg{height:56px;width:256px}#app-splash-page .version-info-container{bottom:1rem;box-sizing:border-box;position:fixed;right:2rem;width:100%}#app-splash-page .version-info-container .app-version{margin:0;text-align:end}#service-not-ready-page-240213{align-items:center;height:calc(100vh - 54px);justify-content:center}#service-not-ready-page-240213 .simple-section{align-items:center;display:flex;flex-direction:column;gap:4rem;height:calc(100vh - 110px);justify-content:center;width:100%}#service-not-ready-page-240213 .simple-section .main-content{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2rem;justify-content:center;margin:0;padding:0;width:100%}#service-not-ready-page-240213 .simple-section .main-content .img-container{align-items:center;display:flex;flex-direction:column;height:15rem;justify-content:center;margin:0;padding:0;width:15rem}#service-not-ready-page-240213 .simple-section .main-content .page-title-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin:0;padding:0;width:100%}#service-not-ready-page-240213 .simple-section .main-content .page-title-container .page-subtitle,#service-not-ready-page-240213 .simple-section .main-content .page-title-container .page-title{margin:0;text-align:center;width:100%}#service-not-ready-page-240213 .simple-section .notification-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#select-language-page .simple-section{gap:1rem}#select-language-page .language-button{align-self:center;border:1px solid var(--line-disable);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:56px;justify-content:center;padding:0 2rem;width:100%}#select-language-page .language-button .language-label{margin:0;text-align:center}#select-language-page .language-button.selected{border:1px solid var(--primary-normal)}.loading-overlay{align-items:center;background-color:#0009;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.map-interface-bottom{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.map-interface-bottom,.map-interface-layer-bottom{bottom:0;padding:1.5rem;position:absolute;width:100%;z-index:2}.mobility-drawer{background-color:#fff;display:flex;flex-direction:column;height:100vh;position:fixed;transition:bottom .3s;width:100vw;z-index:21}.mobility-drawer.open{bottom:0}.mobility-drawer.closed{bottom:-100%}.mobility-drawer .drawer-header{height:3.5rem;position:relative;width:100%;z-index:23}.mobility-drawer .drawer-header .drawer-back-icon{color:#000;height:2rem;padding:1rem;width:2rem}.mobility-drawer .drawer-header.qr-scan{background-color:#0000}.mobility-drawer .drawer-header.qr-scan .drawer-back-icon{color:#fff}.mobility-drawer .mobility-qr-scan .qr-scan-reader{height:100%;left:0;position:absolute;top:0;width:100%}.mobility-drawer .mobility-qr-scan .qr-scan-reader div{height:100%;width:100%}.mobility-drawer .mobility-qr-scan .qr-scan-reader div video{height:100%;object-fit:cover;width:100%}.mobility-drawer .mobility-qr-scan .qr-scan-mask{height:100%;left:0;position:absolute;top:0;width:100%;z-index:22}.mobility-drawer .mobility-qr-scan .qr-scan-mask .qr-scan-mask-inner{box-shadow:0 0 0 9999px #000000b3;left:50%;min-height:256px;min-width:256px;position:absolute;top:50%;transform:translate(-50%,-50%)}.mobility-drawer .mobility-qr-scan .qr-scan-ui .qr-scan-button{left:50%;position:absolute;top:calc(50% + 128px + 3rem);transform:translate(-50%,-50%);width:256px;z-index:23}.mobility-drawer .mobility-manual-input{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.mobility-drawer .mobility-manual-input .manual-input-body{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;width:100%}.mobility-drawer .mobility-manual-input .manual-input-body .input-form .success{height:19px}.mobility-drawer .mobility-manual-input .manual-input-body .input-form .success path{fill:green!important}.mobility-drawer .mobility-terms{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.mobility-drawer .mobility-terms .terms-body{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;width:100%}.mobility-drawer .mobility-terms .terms-body .terms-content{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:scroll}.mobility-drawer .mobility-payment-method{display:flex;flex:1 1;flex-direction:column;gap:2rem;padding:1.5rem}.mobility-drawer .mobility-payment-method .payment-method-title{display:flex;flex-direction:column;gap:.25rem}.mobility-drawer .mobility-payment-method .payment-method-body{display:flex;flex:1 1;flex-direction:column;gap:2rem;overflow:scroll}.mobility-card-container{min-height:3.5rem;padding:1.5rem;position:absolute;transition:bottom .2s;width:100%;z-index:3}.mobility-card-container.open{bottom:0}.mobility-card-container.closed{bottom:-100%}.mobility-card-container .mobility-card{background-color:#fff;border-radius:.5rem;padding:1.5rem}.mobility-card-container .mobility-card .vehicle-detail-card{display:flex;flex-direction:column;gap:1.5rem}.mobility-card-container .mobility-card .vehicle-detail-card .vehicle-detail-general{display:flex;flex-direction:row;gap:.5rem}.mobility-card-container .mobility-card .payment-card{display:flex;flex-direction:column;gap:1.5rem}.mobility-card-container .mobility-card .payment-card .payment-card-title{display:flex;flex-direction:column;gap:.25rem}.mobility-card-container .mobility-card .payment-card .payment-card-body,.mobility-card-container .mobility-card .vehicle-inuse-card{display:flex;flex-direction:column;gap:1.5rem}.mobility-card-container .mobility-card .vehicle-inuse-card .vehicle-detail-title{display:flex;flex-direction:row;gap:.5rem}.mobility-card-container .mobility-card .vehicle-inuse-card .vehicle-detail-title .vehicle-inuse-vehicle-image{display:block;margin-bottom:.75rem}.mobility-card-container .mobility-card .vehicle-inuse-card .vehicle-inuse-body{display:flex;flex-direction:column;gap:.5rem}.mobility-card-container .mobility-card .vehicle-inuse-card .vehicle-inuse-body .vehicle-inuse-body-line{align-items:center;display:flex;flex-direction:row;gap:.25rem}.mobility-return-photo{display:flex;flex:1 1;flex-direction:column}.mobility-return-photo .return-photo-title{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.mobility-return-photo .return-photo-body{flex:1 1;position:relative}.mobility-return-photo .return-photo-body video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.mobility-return-photo .return-photo-button-container{padding:1.5rem}body,html{margin:0}div{box-sizing:border-box}#hirevisa{background-color:var(--background-secondary);min-height:calc(100vh - 16px - 3.5rem);width:100vw}#hirevisa,.provider{align-items:center;display:flex;justify-content:center;margin:0}.provider{flex-direction:column;height:100%;padding:0;width:100%}h1,h2,h3,h4,h5,h6,p,span{white-space:pre-wrap}a{text-decoration:none}a,a:visited{color:#000;color:initial}.clickable,button{cursor:pointer}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.top-100{top:100%}.bottom-0{bottom:0}.bottom-100{bottom:100%}.left-0{left:0}.left-100{left:100%}.right-0{right:0}.right-100{right:100%}.w-full{width:100%}#onboarding-dialog .base-dialog .base-dialog-button-container .base-dialog-sub-button,.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.w-16x{width:16px}.w-20x{width:20px}.w-24x{width:24px}.w-32x{width:32px}.h-16x{height:16px}.h-20x{height:20px}.h-24x{height:24px}.h-32x{height:32px}.m-0{margin:0}.m-8x{margin:8px}.m-16x{margin:16px}.m-24x{margin:24px}.m-32x{margin:32px}.m-0-important{margin:0!important}.mx-0{margin-left:0;margin-right:0}.mx-8x{margin-left:8px;margin-right:8px}.mx-16x{margin-left:16px;margin-right:16px}.mx-24x{margin-left:24px;margin-right:24px}.mx-32x{margin-left:32px;margin-right:32px}.my-0{margin-bottom:0;margin-top:0}.my-8x{margin-bottom:8px;margin-top:8px}.my-16x{margin-bottom:16px;margin-top:16px}.my-24x{margin-bottom:24px;margin-top:24px}.my-32x{margin-bottom:32px;margin-top:32px}.p-0{padding:0}.p-4x{padding:4px}.p-8x{padding:8px}.p-16x{padding:16px}.p-24x{padding:24px}.p-32x{padding:32px}.px-0{padding-left:0;padding-right:0}.px-8x{padding-left:8px;padding-right:8px}.px-12x{padding-left:12px;padding-right:12px}.px-16x{padding-left:16px;padding-right:16px}.px-24x{padding-left:24px;padding-right:24px}.px-32x{padding-left:32px;padding-right:32px}.py-0{padding-bottom:0;padding-top:0}.py-8x{padding-bottom:8px;padding-top:8px}.py-12x{padding-bottom:12px;padding-top:12px}.py-16x{padding-bottom:16px;padding-top:16px}.py-24x{padding-bottom:24px;padding-top:24px}.py-32x{padding-bottom:32px;padding-top:32px}.text-left{text-align:left}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.text-center{text-align:center}.flex{display:flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.gap-0{gap:0}.gap-2x{gap:.125rem}.gap-4x{gap:.25rem}.gap-8x{gap:.5rem}.gap-12x{gap:.75rem}.gap-16x{gap:1rem}.gap-20x{gap:1.25rem}.gap-24x{gap:1.5rem}.gap-32x{gap:2rem}.gap-40x{gap:2.5rem}.gap-48x{gap:3rem}.gap-64x{gap:4rem}.gap-80x{gap:5rem}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.border-0{border-width:0}.border,.border-1x{border-width:1px}.border-x-0{border-left-width:0;border-right-width:0}.border-x,.border-x-1x{border-left-width:1px;border-right-width:1px}.border-y-0{border-bottom-width:0;border-top-width:0}.border-y,.border-y-1x{border-bottom-width:1px;border-top-width:1px}.rounded-0{border-radius:0}.rounded-4x{border-radius:.25rem}.rounded-8x{border-radius:.5rem}.rounded-12x{border-radius:.75rem}.rounded-16x{border-radius:1rem}.rounded-full{border-radius:9999px}.color-primary{color:var(--primary-normal)}.color-primary path{fill:var(--primary-normal)}.color-primary-strong{color:var(--primary-strong)}.color-primary-strong path{fill:var(--primary-strong)}.color-secondary{color:var(--secondary-normal)}.color-secondary path{fill:var(--secondary-normal)}.color-alert,.color-error{color:var(--status-alert)!important}.color-alert path,.color-error path{fill:var(--status-alert)!important}.color-warning{color:var(--status-warning)!important}.color-warning path{fill:var(--status-warning)!important}.color-inform{color:var(--status-inform)!important}.color-inform path{fill:var(--status-inform)!important}.color-success{color:var(--status-success)!important}.color-success path{fill:var(--status-success)!important}.color-text-normal{color:var(--text-normal)}.color-text-normal path{fill:var(--text-normal)}.color-text-strong{color:var(--text-strong)}.color-text-strong path{fill:var(--text-strong)}.color-text-alternative{color:var(--text-alternative)}.color-text-alternative path{fill:var(--text-alternative)}.color-text-assistive{color:var(--text-assistive)}.color-text-assistive path{fill:var(--text-assistive)}.color-text-disable{color:var(--text-disable)}.color-text-disable path{fill:var(--text-disable)}.color-line-strong{color:var(--line-strong)}.color-line-strong path{fill:var(--line-strong)}.color-line-disable{color:var(--line-disable)}.color-line-disable path{fill:var(--line-disable)}.color-fill-disable{color:var(--fill-disable)}.color-fill-disable path{fill:var(--fill-disable)}.background-primary{background-color:var(--background-primary)}.background-secondary{background-color:var(--background-secondary)}.background-tertiary{background-color:var(--background-tertiary)}.background-gradient-primary{background:linear-gradient(90deg,#36c,#1f3d7a);color:#fff!important;color:var(--WB-white)!important}.background-gradient-primary path{fill:#fff!important;fill:var(--WB-white)!important}.border-line-normal{border-color:var(--line-normal)}.border-line-strong{border-color:var(--line-strong)}.shadow-tooltip{box-shadow:0 0 8px 0 #00000026}.shadow-tap{box-shadow:0 0 8px 0 #0000001a}.shadow-card{box-shadow:4px 4px 40px 4px #0000001a}.shadow-navigation{box-shadow:0 -4px 4px 0 #0000000d}.shadow-header-menu{box-shadow:0 4px 4px 0 #0000000d}.shadow-header-bar{box-shadow:0 -4px 8px 0 #fafafa80}.shadow-floating-button{box-shadow:4px 4px 16px 0 #0003}.title-80x{font-size:80px}.title-72x,.title-80x{font-style:normal;font-weight:800;line-height:125%;margin:0}.title-72x{font-size:72px}.title-64x{font-size:64px}.title-56x,.title-64x{font-style:normal;font-weight:800;line-height:125%;margin:0}.title-56x{font-size:56px}.title-48x{font-size:48px}.title-40x,.title-48x{font-style:normal;font-weight:800;line-height:125%;margin:0}.title-40x{font-size:40px}.title-32x{font-size:32px}.title-28x,.title-32x{font-style:normal;font-weight:800;line-height:125%;margin:0}.title-28x{font-family:Pretendard Variable;font-size:28px}.title-24x{font-size:24px}.title-20x,.title-24x{font-style:normal;font-weight:800;line-height:125%;margin:0}.title-20x{font-size:20px}.title-18x{font-size:18px}.title-16x,.title-18x{font-style:normal;font-weight:800;line-height:125%;margin:0}.title-16x{font-size:16px}.title-14x{font-size:14px;font-style:normal;font-weight:800;line-height:125%;margin:0}.text-b-24x{font-size:24px}.text-b-20x,.text-b-24x{font-style:normal;font-weight:700;line-height:160%;margin:0}.text-b-20x{font-size:20px}.text-b-18x{font-size:18px}.text-b-16x,.text-b-18x{font-style:normal;font-weight:700;line-height:160%;margin:0}.text-b-16x{font-size:16px}.text-b-14x{font-size:14px;font-style:normal;font-weight:700}.text-b-12x,.text-b-14x{line-height:160%;margin:0}.text-b-12x{font-feature-settings:"clig" off,"liga" off;font-size:12px;font-style:normal;font-weight:700}.text-20x-story{font-size:20px}.text-16x-story,.text-20x-story{font-style:normal;font-weight:400;line-height:175%;margin:0}.text-16x-story{font-size:16px}.text-20x{font-size:20px}.text-18x,.text-20x{font-style:normal;font-weight:400;line-height:160%;margin:0}.text-18x{font-size:18px}.text-16x{font-size:16px}.text-14x,.text-16x{font-style:normal;font-weight:400;line-height:160%;margin:0}.text-14x{font-size:14px}.text-12x{font-feature-settings:"clig" off,"liga" off;font-weight:400}.text-12x,.text-caption{font-size:12px;font-style:normal;line-height:160%;margin:0}.text-caption{font-weight:500}.checkbox-16x{font-size:16px}.checkbox-14x,.checkbox-16x{font-style:normal;font-weight:500;line-height:150%;margin:0}.checkbox-14x{font-size:14px}.checkbox-10x{font-size:10px;font-weight:500}.checkbox-10x,.field-16x{font-style:normal;line-height:150%;margin:0}.field-16x{font-size:16px;font-weight:400}.field-14x{font-size:14px;font-weight:700}.field-10x,.field-14x{font-style:normal;line-height:100%;margin:0}.field-10x{font-size:10px;font-weight:400}.button-16x{font-size:16px}.button-14x,.button-16x{font-style:normal;font-weight:700;line-height:150%;margin:0}.button-14x{font-size:14px}.tag-16x{font-feature-settings:"clig" off,"liga" off;font-size:16px;font-style:normal;font-weight:700}.tag-14x,.tag-16x{line-height:125%;margin:0}.tag-14x{font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:700}.tag-12x{font-feature-settings:"clig" off,"liga" off;font-size:12px;font-style:normal;font-weight:700}.tag-10x,.tag-12x{line-height:125%;margin:0}.tag-10x{font-feature-settings:"clig" off,"liga" off;font-size:10px;font-style:normal;font-weight:700}.ico-20x{align-items:center;display:flex;flex-direction:column;justify-content:center}.ico-20x,.ico-20x svg{height:20px;width:20px}.ico-24x{align-items:center;display:flex;flex-direction:column;justify-content:center}.ico-24x,.ico-24x svg{height:24px;width:24px}.ico-32x{align-items:center;display:flex;flex-direction:column;justify-content:center}.ico-32x,.ico-32x svg{height:32px;width:32px}.page{background-color:var(--background-secondary);flex:1 1;flex-direction:column;width:100%}.carousel-root .carousel.carousel-slider,.page{align-items:center;display:flex;height:100%;justify-content:flex-start}.carousel-root .carousel.carousel-slider{flex-direction:column}.carousel-root .carousel.carousel-slider .slider-wrapper{height:100%!important;margin:0}.carousel-root .carousel.carousel-slider .control-dots{align-items:center;display:flex;gap:.5rem;height:3rem;justify-content:center;margin:0;padding:0;position:inherit}.carousel-root .carousel.carousel-slider .control-dots .dot{background-color:var(--fill-disable);box-shadow:none;cursor:pointer;display:inline-block;height:.5rem;margin:0;width:.5rem}.carousel-root .carousel.carousel-slider .control-dots .dot.selected{background-color:var(--text-heavy)}.Toastify__toast-body{white-space:pre-line}#onboarding-dialog .base-dialog .base-dialog-button-container .base-dialog-main-button,.flex-1{flex:1 1}#onboarding-dialog{align-items:center;background-color:#00000080;background-color:var(--black-50);bottom:0;display:flex;height:100%;justify-content:flex-end;left:0;position:fixed;width:100%;z-index:25}#onboarding-dialog .base-dialog{background-color:var(--background-secondary);border-radius:.5rem;box-sizing:border-box;margin:auto 1.5rem 16px;padding:0;width:calc(min(100vw - (100vw - 100%),600px) - 3rem);z-index:30}#onboarding-dialog .base-dialog .toolbar-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:3rem;justify-content:flex-end;padding:0 .5rem;width:100%}#onboarding-dialog .base-dialog .toolbar-container .close-button{height:2rem;width:2rem}#onboarding-dialog .base-dialog .toolbar-container .close-button path{fill:var(--text-disable)}#onboarding-dialog .base-dialog .base-dialog-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;padding:0 1.5rem 2rem;width:100%}#onboarding-dialog .base-dialog .base-dialog-content .base-dialog-icon-container{align-items:center;display:flex;justify-content:center;margin:0;padding:0;width:100%}#onboarding-dialog .base-dialog .base-dialog-content .base-dialog-icon-container .base-dialog-icon{height:5rem;width:5rem}#onboarding-dialog .base-dialog .base-dialog-content .base-dialog-text-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;text-align:center;width:100%}#onboarding-dialog .base-dialog .base-dialog-content .base-dialog-text-container .base-dialog-message,#onboarding-dialog .base-dialog .base-dialog-content .base-dialog-text-container .base-dialog-title{width:100%}#onboarding-dialog .base-dialog .base-dialog-button-container{display:flex;flex-direction:row;gap:14px;padding:0 1.5rem 1.5rem;width:100%}#onboarding-dialog .base-dialog .base-dialog-button-container.column-layout{align-items:stretch;flex-direction:column}#onboarding-dialog .base-dialog .base-dialog-button-container.column-layout .base-dialog-main-button,#onboarding-dialog .base-dialog .base-dialog-button-container.column-layout .base-dialog-sub-button{width:100%}#onboarding-dialog .base-dialog .base-dialog-button-container .base-dialog-sub-button.equal-button-width{flex:1 1}#onboarding-dialog .base-dialog .base-dialog-button-container .base-dialog-main-button.button-auto-width{flex:0 1}#onboarding-dialog .backdrop{z-index:25}.base-dialog.left .base-dialog-content .base-dialog-icon-container{justify-content:flex-start}.base-dialog.left .base-dialog-content .base-dialog-text-container{padding-left:1rem;text-align:left}.base-dialog.left .base-dialog-button-container{justify-content:flex-end;padding:0 1.5rem 1.5rem}.base-dialog-container.closed{display:none}.loading-container{height:100vh;width:100%}.centered-content,.loading-container{align-items:center;display:flex;justify-content:center}.centered-content{background:#ffffff4d;border-radius:10px;box-shadow:0 4px 6px #0003;flex-direction:column;max-width:400px;padding:20px;text-align:center;width:80%}.spinner{animation:spin 1s linear infinite;border:4px solid #0003;border-radius:50%;border-top-color:#00d4ff;box-sizing:border-box;height:50px;margin-bottom:20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-bar-container{background:#ffffff40;border-radius:6px;height:12px;margin:20px 0;overflow:hidden;position:relative;width:100%}.progress-bar{background:linear-gradient(90deg,#36c,#fff);border-radius:6px;height:100%;transition:width .3s ease-in-out}.progress-text{color:#000c;font-size:1rem;margin-top:10px}.loading-text,.progress-text{text-shadow:1px 1px 2px #ffffff80}.loading-text{color:#000000e6;font-size:1.2rem;margin-top:20px}#membershipPaymentRebillPage-240424 .simple-section{gap:2.5rem}#membershipPaymentRebillPage-240424 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:2.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#membershipPaymentRebillPage-240424 .page-title-container .page-desc,#membershipPaymentRebillPage-240424 .page-title-container .page-subtitle,#membershipPaymentRebillPage-240424 .page-title-container .page-title{margin:0;padding:0;text-align:left;width:100%}#membershipPaymentRebillPage-240424 .page-title-container .page-desc-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#membershipPaymentRebillPage-240424 .notice-list-container{align-items:flex-start;background-color:var(--background-tertiary);border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;margin:0;padding:1.5rem;width:100%}#membershipPaymentRebillPage-240424 .notice-list-container .notice-item-container{align-items:flex-start;display:flex;flex-direction:row;gap:.75rem;justify-content:flex-start;margin:0;padding:0;width:100%}#membershipPaymentRebillPage-240424 .notice-list-container .notice-item-container .ordered-bullet{align-items:center;background:var(--primary-background);border-radius:1rem;display:flex;flex-direction:row;height:1.5rem;justify-content:center;margin:0;padding:.5rem;width:1.5rem}#membershipPaymentRebillPage-240424 .notice-list-container .notice-item-container .ordered-bullet .order-text{line-height:100%;margin:0;padding:0;text-align:center}#membershipPaymentRebillPage-240424 .notice-list-container .notice-item-container .notice-item{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:0;padding:0}#membershipPaymentRebillPage-240424 .notice-list-container .notice-item-container .notice-item .notice-desc,#membershipPaymentRebillPage-240424 .notice-list-container .notice-item-container .notice-item .notice-title{margin:0;padding:0;text-align:left;white-space:pre-wrap;width:100%}#checkSelectedUniversityPage-250102 .simple-section{flex:1 1;gap:2.5rem}#checkSelectedUniversityPage-250102 .page-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:0;padding:0;width:100%}#checkSelectedUniversityPage-250102 .page-title-container .main-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;margin:0;padding:0;width:100%}#checkSelectedUniversityPage-250102 .page-title-container .main-title-container .page-tag{color:var(--primary-normal)}#checkSelectedUniversityPage-250102 .university-info-container{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;justify-content:flex-start;width:100%}#checkSelectedUniversityPage-250102 .university-info-container .university-logo-container,#checkSelectedUniversityPage-250102 .university-info-container .university-logo-container .university-logo{height:180px;width:180px}#checkSelectedUniversityPage-250102 .university-info-container .university-name-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}#checkSelectedUniversityPage-250102 .university-info-container .university-name-container .noti,#checkSelectedUniversityPage-250102 .university-info-container .university-name-container .university-name{margin:0;text-align:center}:root{--max-width:75rem;--border-radius:0.5rem;--dark-alert-100:#f2cecc;--dark-alert-200:#f2a9a5;--dark-alert-300:#f2857f;--dark-alert-400:#f26059;--dark-alert-50:#f2e0df;--dark-alert-500:#f23c32;--dark-alert-600:#bf2f28;--dark-alert-700:#8c231d;--dark-alert-800:#591613;--dark-alert-900:#260908;--dark-alert-background:#f23c321a;--dark-inform-100:#c4e4f2;--dark-inform-200:#95d6f2;--dark-inform-300:#67c8f2;--dark-inform-400:#38baf2;--dark-inform-50:#dcecf2;--dark-inform-500:#0aacf2;--dark-inform-600:#0888bf;--dark-inform-700:#05648c;--dark-inform-800:#043f59;--dark-inform-900:#021b26;--dark-inform-background:#0aacf21a;--dark-positive-100:#cceddf;--dark-positive-200:#a3e5c2;--dark-positive-300:#7de0aa;--dark-positive-400:#56db93;--dark-positive-50:#ddede4;--dark-positive-500:#2fd67c;--dark-positive-600:#25a861;--dark-positive-700:#1b7a47;--dark-positive-800:#114d2c;--dark-positive-900:#072113;--dark-positive-background:#2fd67c1a;--dark-primary-100:#d6e0f5;--dark-primary-200:#adc2eb;--dark-primary-300:#85a3e0;--dark-primary-400:#5c85d6;--dark-primary-50:#e7edf9;--dark-primary-500:#36c;--dark-primary-600:#2952a3;--dark-primary-700:#1f3d7a;--dark-primary-800:#142952;--dark-primary-900:#0a1429;--dark-primary-background:#3366cc1a;--dark-secondary-100:#faebd7;--dark-secondary-200:#f5d7b0;--dark-secondary-300:#f0c288;--dark-secondary-400:#ebae61;--dark-secondary-50:#fcf3e8;--dark-secondary-500:#e69a39;--dark-secondary-600:#b87b2e;--dark-secondary-700:#8a5c22;--dark-secondary-800:#5c3e17;--dark-secondary-900:#2e1f0b;--dark-secondary-background:#e69a391a;--dark-warning-100:#f2e3c2;--dark-warning-200:#f2d391;--dark-warning-300:#f2c461;--dark-warning-400:#f2b530;--dark-warning-50:#f2ebda;--dark-warning-500:#f2a500;--dark-warning-600:#bf8200;--dark-warning-700:#8c6000;--dark-warning-800:#593d00;--dark-warning-900:#261a00;--dark-warning-background:#f2a5001a;--dark-fill-disable-transparent:#7d7d7d1a;--transparent:#0000;--white-10:#ffffff1a;--white-50:#ffffff80;--white-80:#fffc;--black-10:#0000001a;--black-50:#00000080;--black-80:#000c;--gray-100:#f4f4f4;--gray-150:#e1e1e1;--gray-200:#e9e9e9;--gray-250:#d8d8d8;--gray-300:#c3c3c3;--gray-350:#b6b6b6;--gray-400:#a7a7a7;--gray-50:#fafafa;--gray-500:#828282;--gray-550:#7d7d7d;--gray-600:#626262;--gray-700:#494949;--gray-725:#444;--gray-750:#343434;--gray-775:#3c3c3c;--gray-800:#272727;--gray-900:#1e1e1e;--gray-950:#0f0f0f;--light-alert-100:#ffd9d7;--light-alert-200:#ffb2ae;--light-alert-300:#ff8c86;--light-alert-400:#ff655d;--light-alert-50:#ffeceb;--light-alert-500:#ff3f35;--light-alert-600:#cc322a;--light-alert-700:#992620;--light-alert-800:#661915;--light-alert-900:#330d0b;--light-alert-background:#ff3f351a;--light-inform-100:#cef0ff;--light-inform-200:#9de1ff;--light-inform-300:#6cd3ff;--light-inform-400:#3bc4ff;--light-inform-50:#e8f8ff;--light-inform-500:#0ab5ff;--light-inform-600:#0891cc;--light-inform-700:#066d99;--light-inform-800:#044866;--light-inform-900:#022433;--light-inform-background:#0ab5ff1a;--light-positive-100:#d6f9e6;--light-positive-200:#adf4cd;--light-positive-300:#84eeb5;--light-positive-400:#5be89c;--light-positive-50:#e8f9f0;--light-positive-500:#32e283;--light-positive-600:#28b569;--light-positive-700:#1e884f;--light-positive-800:#145b34;--light-positive-900:#0a2d1a;--light-positive-background:#32e2831a;--light-primary-100:#d6e0f5;--light-primary-200:#adc2eb;--light-primary-300:#85a3e0;--light-primary-400:#5c85d6;--light-primary-50:#e7edf9;--light-primary-500:#36c;--light-primary-600:#2952a3;--light-primary-700:#1f3d7a;--light-primary-800:#142952;--light-primary-900:#0a1429;--light-primary-background:#3366cc1a;--light-secondary-100:#faebd7;--light-secondary-200:#f5d7b0;--light-secondary-300:#f0c288;--light-secondary-400:#ebae61;--light-secondary-50:#fcf3e8;--light-secondary-500:#e69a39;--light-secondary-600:#b87b2e;--light-secondary-700:#8a5c22;--light-secondary-800:#5c3e17;--light-secondary-900:#2e1f0b;--light-secondary-background:#e69a391a;--light-warning-100:#ffefcc;--light-warning-200:#ffdf99;--light-warning-300:#ffce66;--light-warning-400:#ffbe33;--light-warning-50:#fff7e5;--light-warning-500:#ffae00;--light-warning-600:#cc8b00;--light-warning-700:#996800;--light-warning-800:#664600;--light-warning-900:#332300;--light-warning-background:#ffae001a;--light-fill-disable-transparent:#8282821a;--light-border-primary:#e9e9e9;--WB-black:#000;--WB-white:#fff;--toastify-color-light:var(--WB-white);--toastify-color-dark:var(--gray-950);--toastify-color-transparent:#ffffffb3;--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}[data-theme=light]{--background-primary:var(--gray-100);--background-secondary:var(--WB-white);--background-tertiary:var(--gray-50);--fill-alternative:var(--gray-200);--fill-disable:var(--gray-300);--fill-disable-transparent:var(--light-fill-disable-transparent);--fill-primary:var(--gray-100);--filter-carousel:#0000001a;--filter-filter-high:#0009;--filter-filter-low:#0006;--line-alternative:var(--gray-100);--line-disable:var(--gray-300);--line-normal:var(--gray-400);--line-strong:var(--gray-200);--primary-alternative:var(--light-primary-300);--primary-assistive:var(--light-primary-100);--primary-heavy:var(--light-primary-700);--primary-interaction-hover:#2952a30d;--primary-interaction-pressed:#1f3d7a14;--primary-normal:var(--light-primary-500);--primary-strong:var(--light-primary-600);--secondary-alternative:var(--light-secondary-300);--secondary-assistive:var(--light-secondary-100);--secondary-heavy:var(--light-secondary-700);--secondary-interaction-hover:#b87b2e0d;--secondary-interaction-pressed:#8a5c2214;--secondary-normal:var(--light-secondary-500);--secondary-strong:var(--light-secondary-600);--status-alert:var(--light-alert-500);--status-alert-low:var(--light-alert-50);--status-inform:var(--light-inform-500);--status-inform-low:var(--light-inform-50);--inform-assistive:var(--light-inform-300);--inform-heavy:var(--light-inform-700);--status-success:var(--light-positive-500);--status-success-low:var(--light-positive-50);--success-assistive:var(--light-positive-300);--success-heavy:var(--light-positive-700);--success-background:var(--light-positive-background);--alert-assistive:var(--light-alert-300);--alert-heavy:var(--light-alert-700);--status-warning:var(--light-warning-500);--status-warning-low:var(--light-warning-50);--text-alternative:var(--gray-725);--text-assistive:var(--gray-500);--text-disable:var(--gray-300);--text-heavy:var(--WB-black);--text-normal:var(--gray-800);--text-strong:var(--gray-900);--text-primary-button:var(--WB-white);--shadow-normal:#7a7a7a80;--alert-100:var(--light-alert-100);--alert-200:var(--light-alert-200);--alert-300:var(--light-alert-300);--alert-400:var(--light-alert-400);--alert-50:var(--light-alert-50);--alert-500:var(--light-alert-500);--alert-600:var(--light-alert-600);--alert-700:var(--light-alert-700);--alert-800:var(--light-alert-800);--alert-900:var(--light-alert-900);--alert-secondary:var(--light-alert-600);--alert-background:var(--light-alert-background);--inform-100:var(--light-inform-100);--inform-200:var(--light-inform-200);--inform-300:var(--light-inform-300);--inform-400:var(--light-inform-400);--inform-50:var(--light-inform-50);--inform-500:var(--light-inform-500);--inform-600:var(--light-inform-600);--inform-700:var(--light-inform-700);--inform-800:var(--light-inform-800);--inform-900:var(--light-inform-900);--inform-secondary:var(--light-inform-600);--inform-background:var(--light-inform-background);--positive-100:var(--light-positive-100);--positive-200:var(--light-positive-200);--positive-300:var(--light-positive-300);--positive-400:var(--light-positive-400);--positive-50:var(--light-positive-50);--positive-500:var(--light-positive-500);--positive-600:var(--light-positive-600);--positive-700:var(--light-positive-700);--positive-800:var(--light-positive-800);--positive-900:var(--light-positive-900);--positive-secondary:var(--light-positive-600);--primary-100:var(--light-primary-100);--primary-200:var(--light-primary-200);--primary-300:var(--light-primary-300);--primary-400:var(--light-primary-400);--primary-50:var(--light-primary-50);--primary-500:var(--light-primary-500);--primary-600:var(--light-primary-600);--primary-700:var(--light-primary-700);--primary-800:var(--light-primary-800);--primary-900:var(--light-primary-900);--primary-background:var(--light-primary-background);--secondary-100:var(--light-secondary-100);--secondary-200:var(--light-secondary-200);--secondary-300:var(--light-secondary-300);--secondary-400:var(--light-secondary-400);--secondary-50:var(--light-secondary-50);--secondary-500:var(--light-secondary-500);--secondary-600:var(--light-secondary-600);--secondary-700:var(--light-secondary-700);--secondary-800:var(--light-secondary-800);--secondary-900:var(--light-secondary-900);--secondary-background:var(--light-secondary-background);--warning-100:var(--light-warning-100);--warning-200:var(--light-warning-200);--warning-300:var(--light-warning-300);--warning-400:var(--light-warning-400);--warning-50:var(--light-warning-50);--warning-500:var(--light-warning-500);--warning-600:var(--light-warning-600);--warning-700:var(--light-warning-700);--warning-800:var(--light-warning-800);--warning-900:var(--light-warning-900);--warning-secondary:var(--light-warning-600);--warning-assistive:var(--light-warning-300);--warning-heavy:var(--light-warning-700);--warning-background:var(--light-warning-background);--toastify-color-info:var(--inform-50);--toastify-color-success:var(--positive-50);--toastify-color-warning:var(--warning-50);--toastify-color-error:var(--alert-50);--gradient-primary:linear-gradient(90deg,var(--primary-normal) 0%,var(--primary-strong) 100%);--gradient-secondary:linear-gradient(90deg,var(--secondary-normal) 0%,var(--secondary-strong) 100%);--gradient-main:linear-gradient(90deg,var(--WB-white) 0%,var(--WB-white) 100%)}[data-theme=dark]{--background-primary:var(--gray-900);--background-secondary:var(--gray-950);--background-tertiary:var(--gray-750);--fill-alternative:var(--gray-725);--fill-disable:var(--gray-750);--fill-disable-transparent:var(--dark-fill-disable-transparent);--fill-primary:var(--gray-750);--filter-carousel:#ffffff1a;--filter-filter-high:#fff9;--filter-filter-low:#fff6;--line-alternative:var(--gray-775);--line-disable:var(--gray-750);--line-normal:var(--gray-800);--line-strong:var(--gray-600);--primary-alternative:var(--dark-primary-300);--primary-assistive:var(--dark-primary-100);--primary-heavy:var(--dark-primary-700);---primary-interaction-hover:#264b960d;---primary-interaction-pressed:#1c376e14;--primary-normal:var(--dark-primary-500);--primary-strong:var(--dark-primary-600);--secondary-alternative:var(--dark-secondary-300);--secondary-assistive:var(--dark-secondary-100);--secondary-heavy:var(--dark-secondary-700);---secondary-interaction-hover:#ab722b0d;---secondary-interaction-pressed:#7d531f14;--secondary-normal:var(--dark-secondary-500);--secondary-strong:var(--dark-secondary-600);--status-alert:var(--dark-alert-500);--status-alert-low:var(--dark-alert-50);--status-inform:var(--dark-inform-500);--status-inform-low:var(--dark-inform-50);--status-success:var(--dark-positive-500);--status-success-low:var(--dark-positive-50);--success-assistive:var(--dark-positive-300);--success-heavy:var(--dark-positive-700);--success-background:var(--dark-positive-background);--alert-assistive:var(--back-alert-300);--alert-heavy:var(--back-alert-700);--alert-background:var(--back-alert-background);--status-warning:var(--dark-warning-500);--status-warning-low:var(--dark-warning-50);--text-alternative:var(--gray-350);--text-assistive:var(--gray-550);--text-disable:var(--gray-775);--text-heavy:var(--WB-white);--text-normal:var(--gray-250);--text-strong:var(--gray-150);--text-primary-button:var(--WB-white);--shadow-normal:#05050580;--alert-100:var(--dark-alert-100);--alert-200:var(--dark-alert-200);--alert-300:var(--dark-alert-300);--alert-400:var(--dark-alert-400);--alert-50:var(--dark-alert-50);--alert-500:var(--dark-alert-500);--alert-600:var(--dark-alert-600);--alert-700:var(--dark-alert-700);--alert-800:var(--dark-alert-800);--alert-900:var(--dark-alert-900);--alert-secondary:var(--dark-alert-600);--alert-assistive:var(--dark-alert-300);--alert-heavy:var(--dark-alert-700);--alert-background:var(--dark-alert-background);--inform-100:var(--dark-inform-100);--inform-200:var(--dark-inform-200);--inform-300:var(--dark-inform-300);--inform-400:var(--dark-inform-400);--inform-50:var(--dark-inform-50);--inform-500:var(--dark-inform-500);--inform-600:var(--dark-inform-600);--inform-700:var(--dark-inform-700);--inform-800:var(--dark-inform-800);--inform-900:var(--dark-inform-900);--inform-secondary:var(--dark-inform-600);--inform-assistive:var(--dark-inform-300);--inform-heavy:var(--dark-inform-700);--inform-background:var(--dark-inform-background);--positive-100:var(--dark-positive-100);--positive-200:var(--dark-positive-200);--positive-300:var(--dark-positive-300);--positive-400:var(--dark-positive-400);--positive-50:var(--dark-positive-50);--positive-500:var(--dark-positive-500);--positive-600:var(--dark-positive-600);--positive-700:var(--dark-positive-700);--positive-800:var(--dark-positive-800);--positive-900:var(--dark-positive-900);--positive-secondary:var(--dark-positive-600);--positive-assistive:var(--dark-positive-300);--primary-100:var(--dark-primary-100);--primary-200:var(--dark-primary-200);--primary-300:var(--dark-primary-300);--primary-400:var(--dark-primary-400);--primary-50:var(--dark-primary-50);--primary-500:var(--dark-primary-500);--primary-600:var(--dark-primary-600);--primary-700:var(--dark-primary-700);--primary-800:var(--dark-primary-800);--primary-900:var(--dark-primary-900);--primary-background:var(--dark-primary-background);--secondary-100:var(--dark-secondary-100);--secondary-200:var(--dark-secondary-200);--secondary-300:var(--dark-secondary-300);--secondary-400:var(--dark-secondary-400);--secondary-50:var(--dark-secondary-50);--secondary-500:var(--dark-secondary-500);--secondary-600:var(--dark-secondary-600);--secondary-700:var(--dark-secondary-700);--secondary-800:var(--dark-secondary-800);--secondary-900:var(--dark-secondary-900);--secondary-background:var(--dark-secondary-background);--warning-100:var(--dark-warning-100);--warning-200:var(--dark-warning-200);--warning-300:var(--dark-warning-300);--warning-400:var(--dark-warning-400);--warning-50:var(--dark-warning-50);--warning-500:var(--dark-warning-500);--warning-600:var(--dark-warning-600);--warning-700:var(--dark-warning-700);--warning-800:var(--dark-warning-800);--warning-900:var(--dark-warning-900);--warning-secondary:var(--dark-warning-600);--warning-assistive:var(--dark-warning-300);--warning-heavy:var(--dark-warning-700);--warning-background:var(--dark-warning-background);--toastify-color-info:var(--inform-50);--toastify-color-success:var(--positive-50);--toastify-color-warning:var(--warning-50);--toastify-color-error:var(--alert-50);--gradient-primary:linear-gradient(90deg,var(--primary-normal) 0%,var(--primary-strong) 100%);--gradient-secondary:linear-gradient(90deg,var(--secondary-normal) 0%,var(--secondary-strong) 100%);--gradient-main:linear-gradient(90deg,var(--gray-900) 0%,var(--gray-900) 100%)}.title72x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title72x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title72x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title72x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title72x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title64x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title64x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title64x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title64x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title64x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title56x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title56x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title56x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title56x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title56x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title48x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title48x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title48x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title48x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title48x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title40x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title40x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title40x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title40x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title40x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title32x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title32x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title32x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title32x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title32x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title24x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title24x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title24x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title24x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title24x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title20x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.25rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title20x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title20x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title20x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title20x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title18x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title18x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title18x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title18x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title18x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title16x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title16x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title16x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title16x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title16x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title14x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.875rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title14x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title14x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title14x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title14x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title12x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.75rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title12x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title12x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title12x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title12x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.title10x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.625rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.025rem;line-height:1.25}.title10x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.title10x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.title10x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.title10x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB72x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB72x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB72x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB72x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB72x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB64x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB64x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB64x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB64x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB64x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB56x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB56x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB56x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB56x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB56x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB48x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB48x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB48x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB48x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB48x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB40x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB40x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB40x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB40x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB40x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB32x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB32x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB32x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB32x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB32x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB24x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB24x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB24x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB24x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB24x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB20x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.25rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB20x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB20x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB20x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB20x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB18x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB18x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB18x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB18x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB18x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB16x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB16x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB16x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB16x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB16x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB14x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.875rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB14x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB14x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB14x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB14x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB12x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.75rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB12x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB12x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB12x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB12x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.bodyB10x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.625rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1.6}.bodyB10x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.bodyB10x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.bodyB10x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.bodyB10x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body72x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body72x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body72x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body72x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body72x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body64x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body64x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body64x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body64x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body64x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body56x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body56x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body56x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body56x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body56x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body48x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body48x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body48x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body48x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body48x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body40x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body40x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body40x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body40x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body40x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body32x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body32x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body32x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body32x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body32x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body24x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body24x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body24x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body24x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body24x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body20x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.25rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body20x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body20x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body20x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body20x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body18x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body18x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body18x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body18x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body18x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body16x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body16x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body16x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body16x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body16x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body14x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.875rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body14x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body14x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body14x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body14x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body12x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.75rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body12x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body12x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body12x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body12x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.body10x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.625rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025rem;line-height:1.6}.body10x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.body10x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.body10x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.body10x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag72x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag72x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag72x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag72x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag72x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag64x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag64x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag64x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag64x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag64x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag56x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag56x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag56x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag56x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag56x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag48x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag48x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag48x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag48x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag48x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag40x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag40x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag40x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag40x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag40x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag32x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag32x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag32x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag32x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag32x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag24x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag24x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag24x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag24x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag24x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag20x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.25rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag20x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag20x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag20x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag20x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag18x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag18x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag18x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag18x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag18x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag16x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag16x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag16x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag16x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag16x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag14x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.875rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag14x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag14x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag14x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag14x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag12x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.75rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag12x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag12x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag12x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag12x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.tag10x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.625rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.6}.tag10x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.tag10x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.tag10x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.tag10x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button72x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button72x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button72x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button72x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button72x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button64x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button64x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button64x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button64x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button64x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button56x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button56x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button56x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button56x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button56x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button48x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button48x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button48x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button48x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button48x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button40x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button40x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button40x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button40x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button40x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button32x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button32x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button32x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button32x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button32x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button24x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button24x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button24x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button24x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button24x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button20x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.25rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button20x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button20x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button20x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button20x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button18x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button18x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button18x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button18x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button18x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button16x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button16x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button16x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button16x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button16x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button14x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.875rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button14x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button14x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button14x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button14x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button12x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.75rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button12x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button12x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button12x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button12x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.button10x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.625rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.025rem;line-height:1}.button10x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.button10x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.button10x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.button10x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field72x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field72x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field72x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field72x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field72x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field64x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field64x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field64x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field64x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field64x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field56x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field56x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field56x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field56x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field56x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field48x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field48x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field48x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field48x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field48x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field40x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field40x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field40x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field40x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field40x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field32x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field32x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field32x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field32x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field32x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field24x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field24x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field24x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field24x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field24x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field20x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.25rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field20x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field20x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field20x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field20x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field18x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field18x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field18x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field18x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field18x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field16x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field16x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field16x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field16x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field16x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field14x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.875rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field14x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field14x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field14x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field14x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field12x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.75rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field12x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field12x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field12x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field12x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.field10x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.625rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.field10x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.field10x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.field10x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.field10x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox72x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox72x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox72x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox72x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox72x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox64x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:4rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox64x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox64x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox64x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox64x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox56x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox56x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox56x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox56x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox56x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox48x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:3rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox48x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox48x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox48x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox48x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox40x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox40x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox40x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox40x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox40x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox32x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:2rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox32x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox32x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox32x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox32x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox24x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.5rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox24x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox24x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox24x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox24x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox20x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.25rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox20x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox20x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox20x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox20x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox18x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox18x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox18x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox18x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox18x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox16x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox16x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox16x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox16x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox16x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox14x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.875rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox14x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox14x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox14x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox14x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox12x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.75rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox12x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox12x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox12x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox12x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.checkbox10x{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:.625rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1}.checkbox10x main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.checkbox10x main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.checkbox10x main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.checkbox10x main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.caption{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-size:10px;font-size:.75rem;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:-.025rem;line-height:1.25}.caption main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}.caption main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.caption main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}.caption main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}a,html,p,span{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:400}a main:lang(ko),html main:lang(ko),p main:lang(ko),span main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}a main:lang(zh),html main:lang(zh),p main:lang(zh),span main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}a main:lang(jp),html main:lang(jp),p main:lang(jp),span main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}a main:lang(vi),html main:lang(vi),p main:lang(vi),span main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}b,button,strong{font-feature-settings:"tnum";font-family:Pretendard Variable,Pretendard,Noto Sans,sans-serif;font-stretch:normal;font-style:normal;font-variant-numeric:tabular-nums;font-weight:700}b main:lang(ko),button main:lang(ko),strong main:lang(ko){font-family:Pretendard Variable,Pretendard,Noto Sans KR,sans-serif}b main:lang(zh),button main:lang(zh),strong main:lang(zh){font-family:Noto Sans SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}b main:lang(jp),button main:lang(jp),strong main:lang(jp){font-family:Noto Sans JP,Spoqa Han Sans JP,Hiragino Kaku Gothic ProN,Meiryo UI,sans-serif}b main:lang(vi),button main:lang(vi),strong main:lang(vi){font-family:Be Vietnam Pro,Pretendard Variable,Pretendard,Noto Sans,sans-serif}.flex-1{flex:1 1}#VisaNewMainPage-241231{gap:.5rem}#VisaNewMainPage-241231 .action-section{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .action-section .main-content{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .action-section .main-content .action-section-title-container{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .action-section .main-content .action-section-title-container .img-container{align-items:center;background-color:var(--background-tertiary);border-radius:50%;display:flex;flex-direction:column;height:5rem;justify-content:center;width:5rem}#VisaNewMainPage-241231 .action-section .main-content .action-section-title-container .action-section-title{color:var(--text-normal);flex:1 1;text-align:start}#VisaNewMainPage-241231 .action-section .help-university-registration{border:none}#VisaNewMainPage-241231 .visa-service-application-section{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .visa-service-application-section .user-name-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}#VisaNewMainPage-241231 .visa-service-application-section .user-name-container .user-name{text-align:start}#VisaNewMainPage-241231 .visa-service-application-section .application-info-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .visa-service-application-section .application-info-container .application-section-title-container{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .visa-service-application-section .application-info-container .application-section-title-container .logo-container,#VisaNewMainPage-241231 .visa-service-application-section .application-info-container .application-section-title-container .logo-container img{height:4rem;width:4rem}#VisaNewMainPage-241231 .visa-service-application-section .application-info-container .application-section-title-container .university-name-container{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.25rem;justify-content:flex-start}#VisaNewMainPage-241231 .visa-service-application-section .application-info-container .application-section-title-container .university-name-container .university-name{color:var(--text-normal);text-align:start}#VisaNewMainPage-241231 .visa-service-application-section .application-info-container .application-section-title-container .university-name-container .university-campus-name{color:var(--text-alternative);text-align:start}#VisaNewMainPage-241231 .schedule-info-container{align-items:flex-start;background-color:var(--background-tertiary);box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;padding:2rem 1.5rem;width:100%}#VisaNewMainPage-241231 .schedule-info-container .schedule-info-title-container{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;width:100%}#VisaNewMainPage-241231 .schedule-info-container .schedule-info-title-container .schedule-info-title{color:var(--text-alternative)}#VisaNewMainPage-241231 .schedule-info-container .schedule-info-title-container .schedule-info-subtitle{color:var(--text-normal)}#VisaNewMainPage-241231 .schedule-info-container .schedule-info-desc-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}#VisaNewMainPage-241231 .schedule-info-container .schedule-info-desc-container .icon-container{align-items:center;display:flex;flex-direction:column;justify-content:center}#VisaNewMainPage-241231 .schedule-info-container .schedule-info-desc-container .icon-container .info-icon{height:1.5rem;width:1.5rem}#VisaNewMainPage-241231 .schedule-info-container .schedule-info-desc-container .schedule-info-desc{margin:0;width:100%}#VisaNewMainPage-241231 .schedule-info-container .toggle-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}#VisaNewMainPage-241231 .rc-issue-progress-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .rc-issue-progress-container .university-info-container{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .rc-issue-progress-container .university-info-container .logo-container,#VisaNewMainPage-241231 .rc-issue-progress-container .university-info-container .logo-container img{height:4rem;width:4rem}#VisaNewMainPage-241231 .rc-issue-progress-container .university-info-container .university-name-container{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.25rem;justify-content:flex-start}#VisaNewMainPage-241231 .rc-issue-progress-container .university-info-container .university-name-container .university-name{color:var(--text-normal);text-align:start}#VisaNewMainPage-241231 .rc-issue-progress-container .university-info-container .university-name-container .university-campus-name{color:var(--text-alternative);text-align:start}#VisaNewMainPage-241231 .rc-issue-progress-container .text-button-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:100%}#VisaNewMainPage-241231 .recommend-service-section{gap:1.5rem}#VisaNewMainPage-241231 .recommend-service-section .recommend-service-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}#VisaNewMainPage-241231 .recommend-service-section .recommend-service-container .service-list-container{display:flex;flex-direction:column;gap:0;width:100%}#VisaNewMainPage-241231 .recommend-service-section .recommend-service-container .service-list-container .service-item{align-items:center;display:flex;flex-direction:row;gap:.5rem;height:4rem;width:100%}#VisaNewMainPage-241231 .recommend-service-section .recommend-service-container .service-list-container .service-item .service-icon{align-items:center;background-color:var(--background-tertiary);border-radius:.25rem;height:2.5rem;justify-content:center;width:2.5rem}#VisaNewMainPage-241231 .recommend-service-section .recommend-service-container .service-list-container .service-item .service-title-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}#VisaNewMainPage-241231 .recommend-service-section .recommend-service-container .service-list-container .service-item .service-title{display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start}#VisaNewMainPage-241231 .recommend-service-section .recommend-service-container .service-list-container .service-item .service-title span{color:var(--text-strong);font-family:Pretendard Variable;font-size:1rem;font-style:normal;font-weight:400;line-height:160%}#payment-banner-wrapper-v2{align-items:center;bottom:54px;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;width:100%}#payment-banner-wrapper-v2.native{bottom:0}#payment-banner-wrapper-v2 #payment-banner{width:min(100vw - (100vw - 100%),600px)}#payment-banner-wrapper-v2 #payment-banner .icon-container,#payment-banner-wrapper-v2 #payment-banner .icon-container svg{height:2rem;width:2rem}#payment-banner-wrapper-v2 #payment-banner .icon-container svg path{fill:#fff;fill:var(--WB-white)}.CardMainContainer_info-container__oDLPn{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;width:100%}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-item-wrapper__ym8AT{align-items:center;display:flex;flex-direction:column;gap:.25rem;justify-content:flex-start;width:100%}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-item__XvXyF{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-item__XvXyF .CardMainContainer_bullet__suksR{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-item__XvXyF .CardMainContainer_desc__70jg5{align-items:flex-start;display:flex;flex:1 1;flex-direction:row;gap:.25rem;justify-content:flex-start}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-item__XvXyF .CardMainContainer_desc-sb__cM2i9{align-items:flex-start;display:flex;flex:1 1;flex-direction:row;gap:.25rem;justify-content:space-between}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-subitem-container__B1X98{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;padding-left:1.5rem;width:100%}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-subitem-container__B1X98 .CardMainContainer_info-subitem__bjkoE{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-start;width:100%}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-subitem-container__B1X98 .CardMainContainer_info-subitem__bjkoE .CardMainContainer_bullet__suksR{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CardMainContainer_info-container__oDLPn .CardMainContainer_info-subitem-container__B1X98 .CardMainContainer_info-subitem__bjkoE .CardMainContainer_desc__70jg5{flex:1 1;margin:0}