div.reportBtnContainer{position:relative;z-index:10}div.reportBtnContainer>img.reportBtn{cursor:pointer}div.reportBtnContainer>div.reportBtnBox{position:absolute;min-width:340px;border-radius:10px;box-shadow:0 4px 4px 0 rgba(98,198,255,.25);padding:12px;box-sizing:border-box;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;transform:translateX(calc(-100% + 30px))}div.reportBtnContainer>div.reportBtnBox div.reportBtnTop{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px}div.reportBtnContainer>div.reportBtnBox div.reportBtnTop>span{font-family:Pretendard-Bold;font-size:16px;color:#0090e1}div.reportBtnContainer>div.reportBtnBox div.reportBtnTop>img{cursor:pointer}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom{position:relative}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox{display:flex;flex-direction:column;height:auto;overflow:hidden}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox>span{width:100%;height:38px;box-shadow:0 1px 2px 0 rgba(98,198,255,.1);display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox>span>label{width:100%;height:100%;cursor:pointer;display:flex;justify-content:space-between;align-items:center}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox>span>label>div.unCheckedCircle{width:16px;height:16px;border-radius:100%;border:1px solid rgba(98,198,255,.2);background-color:rgba(98,198,255,.05);margin-right:4px}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox>textarea{margin-top:10px;width:98%;height:100px;flex-shrink:0;border-radius:5px;background:#fff;border:none;box-shadow:0 4px 4px 0 rgba(98,198,255,.25);padding:20px;box-sizing:border-box;color:#0090e1;resize:none;font-size:16px;margin-right:auto;margin-left:auto}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox>textarea::placeholder{color:rgba(98,198,255,.43);font-size:16px;font-style:normal;font-weight:400;line-height:12px}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox>textarea:focus{outline:none}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox>button{display:flex;justify-content:center;align-items:center;width:100%;height:32px;font-size:16px;border-radius:5px;background-color:#0090e1;color:#fff;box-shadow:0 4px 4px 0 rgba(98,198,255,.25);margin-top:20px}div.reportBtnContainer>div.reportBtnBox>div.reportBtnBottom>div.reportLabelBox>button>img{margin-right:4px;margin-top:-4px}