.gather{padding:0 2rem}.gather__content{max-width:700px;margin:auto}.gather__container{padding:0 1rem}.gather__list{padding-top:3rem}.gather__list__actions{text-align:right;margin-bottom:15px}@media only screen and (max-width: 48em){.gather__list__actions{display:none}}.gather__list__actions__widget{background-color:var(--gmeum-btn-primary-bg-color);color:var(--gmeum-btn-primary-text-color);border-radius:100%;font-weight:500;font-size:20px;display:flex;justify-content:center;align-items:center;width:55px;height:55px;box-shadow:0 0 6px #0006}.gather__list__actions__widget:hover{color:var(--gmeum-btn-primary-text-color)}.gather__detail__type{background-color:var(--base-gray-200);border:1px solid var(--base-gray-500);color:var(--base-gray-800);border-radius:100px;display:inline-block;font-size:12px;padding:0 8px}.gather__detail__back{font-size:20px;width:6.5rem;height:50px;display:flex;justify-content:center;align-items:center;color:var(--text-color)}@media only screen and (max-width: 48em){.gather__detail__back{display:none}}.gather__detail__header{margin-top:10px;display:flex}@media only screen and (max-width: 48em){.gather__detail__header{margin-top:20px}}@media only screen and (max-width: 36em){.gather__detail__header{flex-direction:column}}.gather__detail__body{margin-top:5rem}.gather__detail__body__container{padding:10px 0 0;color:var(--text-color)}.gather__detail__body__description{white-space:pre-wrap;word-break:break-all;word-break:break-word}.gather__detail__body__users{display:grid;grid-template-columns:repeat(auto-fit,10rem);grid-row-gap:2rem}.gather__detail__tabs{display:flex;border-bottom:1px solid var(--border-color-2);margin-bottom:10px}.gather__detail__tab{font-size:16px;color:var(--tab-unhover-color);font-weight:600;margin:0;padding:0 12px 3px;border-bottom:3px solid rgba(0,0,0,0);transition:all .2s ease-out;display:flex;align-items:center;cursor:pointer}.gather__detail__tab__count{display:flex;margin-left:8px;align-items:center}.gather__detail__tab__count .ant-badge-count{box-shadow:none;transition:all .2s ease-out;color:var(--tab-unhover-color);background-color:var(--tab-unhover-bg-color)}.gather__detail__tab:hover{color:var(--tab-hover-color)}.gather__detail__tab:hover .ant-badge-count{color:var(--tab-hover-reverse-color);background-color:var(--tab-hover-color)}.gather__detail__tab--active{color:var(--text-color);font-weight:600;border-bottom:3px solid var(--text-color);cursor:auto}.gather__detail__tab--active .ant-badge-count{background-color:var(--text-color);color:var(--background-color)}.gather__detail__tab--active:hover{color:var(--text-color)}.gather__detail__tab--active:hover .ant-badge-count{color:var(--background-color);background-color:var(--text-color)}.gather__detail__topic{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:20px}@media only screen and (max-width: 36em){.gather__detail__topic{margin-right:0}}.gather__detail__topic__image{cursor:pointer;border:1px solid rgba(var(--base-image-border),.3);border-radius:4px;overflow:hidden;width:13.6rem;height:19.8rem}@media only screen and (max-width: 36em){.gather__detail__topic__image{order:2;margin-bottom:10px;width:13.8rem;height:20rem}}.gather__detail__topic__image>img{width:100%;height:100%;object-fit:cover}.gather__detail__topic__image>span{display:flex;justify-content:center;align-items:center;width:100%;height:100%;word-break:break-all;word-break:break-word;padding:10px;color:var(--base-gray-800);background-color:var(--base-gray-200);font-size:2.4rem}.gather__detail__info{display:flex;flex-direction:column;color:var(--text-color);flex:1}@media only screen and (max-width: 36em){.gather__detail__info{padding-left:0;margin-top:10px;max-width:unset}}.gather__detail__info__base{display:flex;flex-direction:column}.gather__detail__info__detail{display:flex;flex-direction:column;max-width:300px}@media only screen and (max-width: 36em){.gather__detail__info__detail{max-width:unset}}.gather__detail__info__user{color:var(--text-color-tertiary);transition:.3s color ease-out}.gather__detail__info__user:hover{color:var(--text-color-tertiary-hover)}.gather__detail__info__title{font-size:20px;font-weight:600;color:var(--text-color);margin:5px 0 0;word-break:break-all;word-break:break-word}.gather__detail__info__title__share{margin-left:10px;color:var(--base-gray-600)}.gather__detail__info__title__share:hover{color:var(--base-gray-900)}.gather__detail__info__config{margin-top:20px;display:flex;flex-direction:column}.gather__detail__info__config>span{font-size:14px;margin-bottom:2px}.gather__detail__info__config>span strong{display:inline-block;margin-right:8px;font-weight:600}.gather__detail__info__action{margin-top:10px}.gather__detail__info__action__input{margin-bottom:10px}.gather__detail__info__action__button{height:40px;display:flex}.gather__detail__info__action__button>*:not(:last-child){margin-right:10px}.gather__detail__info__action__button--share{width:40px;flex-shrink:0}.gather__detail__info__action__button--join{width:100%;height:100%}.gather__detail__info__action__button--success{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.gather__detail__info__tip{display:inline-block;font-size:12px;margin-top:6px}.gather__detail__info__tip--warning{color:var(--base-red)}.gather__detail__info__external-link{font-size:12px}.gather__detail__info__external-link a{text-decoration:underline;display:inline-block;margin-left:10px}.gather__detail__info .ant-ribbon{top:0!important}.gather__detail__empty{display:flex;justify-content:center;align-items:center}.gather__detail__empty__container{height:calc(var(--vh) - 8rem);display:flex;flex-direction:column;justify-content:center;align-items:center}.gather__detail__empty__title{font-size:3rem;font-weight:600;color:var(--text-color)}.gather__detail__empty__sub-title{font-size:1.8rem;display:inline-block;margin:20px 0;color:var(--text-color)}.gather__detail__talk-area__divider{display:block;margin:25px 0 10px}.gather__detail__talk-area__divider span{color:var(--base-gray-800)}.gather__detail__talk-area__divider .ant-divider-horizontal.ant-divider-with-text{border-top-color:var(--divider-color)}.gather__detail__talk-area__body--empty{height:100px;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.gather__detail__talk-area__footer{position:sticky;bottom:0}.gather__detail__talk-area__footer__widget{position:absolute;top:-55px;right:10px}@media only screen and (max-width: 48em){.gather__detail__talk-area__footer__widget{top:-60px;right:15px}}.gather__detail__talk-area__footer__widget__button{transition:all .3s ease-out;opacity:.3;width:30px;height:30px;cursor:pointer;background-color:var(--text-color);color:var(--background-color);box-shadow:0 0 6px #0006;border-radius:6px;display:flex;justify-content:center;align-items:center;font-size:18px}@media only screen and (max-width: 48em){.gather__detail__talk-area__footer__widget__button{width:35px;height:35px}}.gather__detail__talk-area__footer__widget__button:not(:first-child){margin-top:5px}.gather__detail__talk-area__footer__widget__button:hover{opacity:1}@media only screen and (max-width: 36em){.gather__detail__talk-area__footer__widget__button:hover{opacity:.3}}.gather__detail__talk-area__footer__widget__button:active{opacity:1}.gather__detail__thread-modal__header{padding:16px 24px;color:var(--text-color);border-bottom:1px solid var(--base-gray-300);font-weight:500;font-size:16px;line-height:22px}.gather__detail__thread-modal__body{padding:15px 1.5rem 20px;height:calc(var(--vh) - 55px);overflow-y:auto}@media only screen and (max-width: 48em){.gather__detail__thread-modal__body{padding:15px 0 20px}}.gather__template{padding:3rem 0}.gather__template label{color:var(--text-color)}.gather__template .ant-divider{border:1px solid var(--divider-color)}.gather__template .ant-slider-mark-text{width:26px;line-height:14px;font-size:12px;text-align:center;word-break:break-all;word-break:break-word;color:var(--slider-marker-color)}.gather__template .ant-slider-mark-text-active{color:var(--slider-marker-active-color)}.gather__template .ant-input-textarea-show-count:after{color:var(--textarea-count-color)}.gather__template .ant-radio-wrapper .ant-radio-disabled+span{color:var(--radio-disabled-text-color)}.gather__template__instruction{white-space:pre-wrap;padding:10px 40px 20px;margin-bottom:2rem;color:var(--text-color)}@media only screen and (max-width: 36em){.gather__template__instruction{padding:10px 0 20px}}.gather__template__title__container{display:flex;align-items:center;width:100%}.gather__template__title__prefix{flex-shrink:0;margin-right:3px;font-size:16px;font-weight:500;color:var(--text-color)}.gather__template__title__input{flex:1}.gather__template__body__frame{border:1px solid var(--base-gray-300);border-radius:6px;padding:2rem 1rem}.gather__template__extra{padding:10px 0}.gather__template__extra__message{font-size:12px;color:var(--base-gray-700);word-break:break-all;word-break:break-word;display:block;white-space:pre-wrap}.gather__template__extra__checkbox{margin-top:10px;text-align:center;transform:scale(.9)}.gather__template__question-block:not(:last-child){margin-bottom:30px}.gather__template__question-block--complete{margin-bottom:0!important}.gather__template__date__label{margin:15px 0}.gather__template__actions{margin:auto;display:flex;justify-content:center;align-items:center;max-width:300px;gap:10px;height:4rem;margin-top:3rem}@media only screen and (max-width: 48em){.gather__template__actions{width:100%;max-width:unset}}@media only screen and (max-width: 36em){.gather__template__actions{height:6rem;margin-bottom:1rem}}
