@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";#bridgebear-root .fc{background:var(--C_PureWhite);border:var(--Border_NG);border-radius:var(--R_L);width:370px;box-shadow:var(--Shadow_L);flex-direction:column;padding:20px 20px 40px;display:flex}#bridgebear-root .fc__question-block{flex-direction:column;gap:10px;display:flex}#bridgebear-root .fc__answer-block{flex-direction:column;gap:20px;padding:20px 0;display:flex}#bridgebear-root .fc__sub-block{gap:10px;display:flex}#bridgebear-root .navigation{align-items:center;width:100%;padding-bottom:20px;display:flex}#bridgebear-root .navigation__progress{flex:1;align-items:center;gap:6px;display:flex}#bridgebear-root .navigation__close-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:flex}#bridgebear-root .navigation__close-icon{width:18px;height:18px;display:block}#bridgebear-root .progress-dot{border-radius:var(--R_F);background:var(--C_NormalGrey);width:8px;height:8px;transition:var(--Animation_EI)}#bridgebear-root .progress-dot--active{background:var(--C_Blue)}#bridgebear-root .profile-img{border:var(--Border_NG);border-radius:var(--R_F);background:var(--C_White);justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}#bridgebear-root .profile-img img{object-fit:cover;width:100%;height:100%}#bridgebear-root .question{color:var(--C_Black)}#bridgebear-root .answer{background:var(--C_LightGrey);border:var(--Border_NG);border-radius:var(--R_F);width:fit-content;transition:var(--Animation_EI);cursor:pointer;padding:14px 16px;display:flex}#bridgebear-root .answer__text{color:var(--C_Black)}#bridgebear-root .answer--disabled .answer__text{color:var(--C_DarkGrey);cursor:default}#bridgebear-root .answer:not(.answer--disabled):hover{background:var(--C_Blue);border:1px solid #0000}#bridgebear-root .answer:not(.answer--disabled):hover .answer__text{color:var(--C_White)}#bridgebear-root .qc{background:var(--C_PureWhite);border:var(--Border_NG);border-radius:var(--R_L);width:370px;box-shadow:var(--Shadow_L);flex-direction:column;padding:20px 20px 40px;display:flex}#bridgebear-root .qc__question-block{flex-direction:column;gap:10px;display:flex}#bridgebear-root .qc__answer-block{flex-direction:column;gap:20px;padding:20px 0;display:flex}#bridgebear-root .ac{background:var(--C_PureWhite);border:var(--Border_NG);border-radius:var(--R_L);width:370px;box-shadow:var(--Shadow_L);flex-direction:column;padding:20px 20px 40px;display:flex}#bridgebear-root .ac__question-block{border-bottom:var(--Border_NG);flex-direction:column;gap:10px;padding-bottom:20px;display:flex}#bridgebear-root .ac__comment-block{flex-direction:column;gap:10px;padding:20px 0 40px;display:flex}#bridgebear-root .ac__sub-block{align-items:center;gap:10px;display:flex}#bridgebear-root .ac .question{color:var(--C_DarkGrey)}#bridgebear-root .profile-description{flex-direction:column;flex:1;min-width:0;display:flex}#bridgebear-root .profile-description__name-rank{color:var(--C_Black)}#bridgebear-root .profile-description__description{color:var(--C_DarkGrey)}#bridgebear-root .comment{width:100%}#bridgebear-root .comment__text{color:var(--C_Black)}#bridgebear-root .button{background:var(--C_Blue);border-radius:var(--R_F);width:100%;color:var(--C_White);transition:var(--Animation_EI);cursor:pointer;border:1px solid #0000;padding:14px 0}#bridgebear-root .button:disabled{background:var(--C_LightGrey);border:var(--Border_NG);color:var(--C_DarkGrey);cursor:not-allowed}#bridgebear-root .cf{background:var(--C_PureWhite);border:var(--Border_NG);border-radius:var(--R_L);width:370px;box-shadow:var(--Shadow_L);flex-direction:column;padding:40px 20px;display:flex}#bridgebear-root .cf__question-block{flex-direction:column;padding-bottom:20px;display:flex}#bridgebear-root .cf__text-input-block{flex-direction:column;gap:20px;display:flex}#bridgebear-root .cf__check-block{justify-content:center;align-items:center;gap:10px;padding:20px 0 40px;display:flex}#bridgebear-root .cf__check-text{color:var(--C_Black)}#bridgebear-root .cf__policy-link{color:var(--C_Black);text-decoration:underline}#bridgebear-root .text-input{border-bottom:var(--Border_NG);flex-direction:column;gap:2px;width:100%;padding-bottom:4px;display:flex}#bridgebear-root .text-input__label{color:var(--C_DarkGrey)}#bridgebear-root .text-input__value{color:var(--C_Black);background:0 0;border:none;outline:none}#bridgebear-root .checkbox{background:var(--C_LightGrey);border:var(--Border_NG);cursor:pointer;width:18px;height:18px;transition:var(--Animation_INST);justify-content:center;align-items:center;padding:0;display:flex}#bridgebear-root .checkbox__checkmark{width:12px;height:12px;display:block}#bridgebear-root .checkbox--checked{background:var(--C_Blue);border:none}#bridgebear-root .sc{background:var(--C_PureWhite);border:var(--Border_NG);border-radius:var(--R_L);width:370px;height:459px;box-shadow:var(--Shadow_L);flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:0 20px;display:flex}#bridgebear-root .sc__submitted{justify-content:center;align-items:center;width:40px;height:40px;display:flex}#bridgebear-root .sc__text{flex-direction:column;align-items:center;gap:10px;width:100%;padding:0 10px;display:flex}#bridgebear-root .sc__heading,#bridgebear-root .sc__body{text-align:center;color:var(--C_Black)}#bridgebear-root .widget-bubble{cursor:pointer;flex-direction:column;align-items:flex-end;gap:8px;display:flex}#bridgebear-root .msg-bubble{background:var(--C_LightGrey);border:var(--Border_NG);border-radius:var(--R_F);width:fit-content;padding:8px 12px}#bridgebear-root .msg-bubble__text{color:var(--C_Black)}#bridgebear-root .widget-profile__wrapper{cursor:pointer;width:60px;height:60px;position:relative}#bridgebear-root .widget-profile__count{position:absolute;bottom:0;right:0}#bridgebear-root .msg-count{background:var(--C_Blue);border:var(--Border_W);border-radius:var(--R_F);justify-content:center;align-items:center;width:18px;height:18px;display:flex}#bridgebear-root .msg-count__text{color:var(--C_White)}#bridgebear-root{--FontFamily_Primary:"Pretendard Variable", "Pretendard", sans-serif;--C_Black:#1a1d21;--C_Blue:#3480f2;--C_White:#fbfaf9;--C_PureWhite:#fff;--C_DarkGrey:#77818e;--C_NormalGrey:#e5e8eb;--C_LightGrey:#f2f4f7;--R_S:6px;--R_M:10px;--R_L:20px;--R_XL:40px;--R_F:1000px;--Border_NG:1px solid var(--C_NormalGrey);--Border_W:1px solid var(--C_White);--Shadow_L:6px 6px 6px #1a1d2133;--Animation_EI:all .4s ease-in;--Animation_INST:none}#bridgebear-root .t-heading{font-family:var(--FontFamily_Primary);font-size:18px;font-weight:600;line-height:150%}#bridgebear-root .t-subheading{font-family:var(--FontFamily_Primary);font-size:16px;font-weight:580;line-height:150%}#bridgebear-root .t-tag{font-family:var(--FontFamily_Primary);font-size:14px;font-weight:580;line-height:150%}#bridgebear-root .t-body{font-family:var(--FontFamily_Primary);font-size:14px;font-weight:460;line-height:150%}#bridgebear-root .t-note{font-family:var(--FontFamily_Primary);font-size:12px;font-weight:460;line-height:150%}#bridgebear-root{font-family:var(--FontFamily_Primary)!important;color:var(--C_Black)!important;letter-spacing:normal!important;text-align:left!important;line-height:150%!important}#bridgebear-root *,#bridgebear-root :before,#bridgebear-root :after{box-sizing:border-box!important;border:0!important;margin:0!important;padding:0!important;text-decoration:none!important;list-style:none!important}#bridgebear-root button,#bridgebear-root input,#bridgebear-root textarea{appearance:none!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important}
