/* 게시물/댓글 신고 */
.ban {background:#df1119; padding:3px 5px; border-radius:3px;}
.ban a {color:#fff;}

.ban_modal {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1001; opacity: 0; visibility: hidden; transition: 0.3s ease;}
.ban_modal.on {opacity: 1; visibility: visible;}
.ban_modal .back { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9; background: rgba(0, 0, 0, 0.5); }
.ban_modal form .close { position: absolute; top: 20px; right: 20px; opacity: 1; cursor: pointer; }
.ban_modal form {width: 480px; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 11; padding: 60px 30px 30px; background: #fff; border-radius: 20px; text-align: center;}
.ban_modal form h3 { font-size:20px; font-weight: 600; line-height: 1em; color: #1b1b1b; margin-bottom:10px; }
.ban_modal form .bold {font-weight:600; margin-bottom:10px;}
.ban_modal form .content {padding:10px; }
.ban_modal form textarea {width:100%; resize:none; height:50px; }
.ban_modal form button {width: 100%; height:40px; line-height: 30px; font-size:14px; font-weight: 500; border-radius: 5px; background:#652df1; color: #fff; transition: 0.2s;}

/* 사용자 신고 */
.ban_user {background:#df1119; padding:3px 5px; border-radius:3px; margin-left:5px; }
.ban_user a {color:#fff;}

.ban_user_modal {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1001; opacity: 0; visibility: hidden; transition: 0.3s ease;}
.ban_user_modal.on {opacity: 1; visibility: visible;}
.ban_user_modal .back { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9; background: rgba(0, 0, 0, 0.5); }
.ban_user_modal form .close { position: absolute; top: 20px; right: 20px; opacity: 1; cursor: pointer; }
.ban_user_modal form {width: 480px; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 11; padding: 60px 30px 30px; background: #fff; border-radius: 20px; text-align: center;}
.ban_user_modal form h3 { font-size:20px; font-weight: 600; line-height: 1em; color: #1b1b1b; margin-bottom:10px; }
.ban_user_modal form .bold {font-weight:600; margin-bottom:10px;}
.ban_user_modal form .content {padding:10px; }
.ban_user_modal form textarea {width:100%; resize:none; height:50px; }
.ban_user_modal form button {width: 100%; height:40px; line-height: 30px; font-size:14px; font-weight: 500; border-radius: 5px; background:#652df1; color: #fff; transition: 0.2s;}