.mgt-file{border:2px solid #0000;border-radius:8px;width:100%;min-width:200px;transition:all .3s;display:inline-flex;position:relative}.mgt-file.large-dropzone{background-color:#fafafa;border:2px dashed #ccc;min-height:200px;margin:20px 0}.mgt-file.large-dropzone .mgt-file__content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.mgt-file.large-dropzone .mgt-file__dropzone{cursor:pointer;justify-content:center;align-items:center;width:100%;height:200px;display:flex}.mgt-file.large-dropzone .mgt-file__lbl{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.mgt-file.large-dropzone .mgt-file__lbl:before{content:"파일을 여기에 드래그하거나 클릭하여 업로드하세요";color:#666;text-align:center;margin-bottom:10px;font-size:1.2rem}.mgt-file.large-dropzone .mgt-file__lbl:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:64px;height:64px}.mgt-file.large-dropzone.dragging{background-color:#e6f7ff;border-color:#1890ff}.mgt-file__content{width:100%;min-width:inherit;z-index:3;align-items:center;gap:8px;transition:all .3s;display:inline-flex;position:relative}.mgt-file.dragging{background-color:#2196f30d;border-radius:8px;transform:scale(1.02);box-shadow:0 0 20px #2196f333}.mgt-file.dragging .mgt-file__content{background-color:#ffffffe6;border-radius:6px;padding:30px}.mgt-file.dragging:before{content:"파일을 여기에 놓으세요";color:#2196f3;z-index:2;pointer-events:none;opacity:.7;white-space:nowrap;font-size:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mgt-file.dragging:after{content:"";pointer-events:none;z-index:1;border:2px dashed #2196f3;border-radius:8px;animation:2s infinite pulse;position:absolute;inset:0}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.mgt-file__dropzone{z-index:2;line-height:1;display:inline-flex;position:relative}.mgt-file__lbl{cursor:pointer;color:#666;justify-content:center;align-items:center;width:24px;height:24px;margin:0;padding:0;font-size:14px;line-height:1;display:inline-flex}.mgt-file__lbl:hover{color:#2196f3}.mgt-file__preview{z-index:2;flex-wrap:wrap;flex:1;gap:4px;min-width:150px;min-height:24px;display:inline-flex;position:relative}.mgt-cont__tag{color:#1976d2;cursor:pointer;background-color:#e3f2fd;border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;transition:all .2s;display:inline-flex}.mgt-cont__tag:hover{background-color:#bbdefb}.mgt-cont__tag-delete{background-color:#1976d21a;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;margin-left:2px;display:inline-flex}.mgt-cont__tag-delete:hover{background-color:#1976d233}.mgt-file.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.mgt-file.disabled .mgt-file__lbl:before{content:"업로드 목적을 먼저 선택해주세요";color:#999}.mgt-file.disabled .mgt-file__lbl:after{opacity:.5}
