<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><!-- cont -->
	<div class="cont_wrap usr_cont" id="sub">
		<div class="inner">
			<div class="cont_tit">
				<h2>조정 비용</h2>
			</div>

			<ul class="text_ul type02">
				<li>
					<div class="tit">
						<p>조정 비용</p>
					</div>
					<div class="text_wrap">
						<table class="tbType02">
							<caption>조정비용 상세 : 조정신청금액, 조정비용 등의 정보제공</caption>
							<colgroup>
								<col style="width: 60%;">
								<col style="width: 40%;">
							</colgroup>
							<thead>
								<tr>
									<th scope="col">조정신청금액</th>
									<th scope="col">조정비용</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>
										<p>1백만원 미만</p>
									</td>
									<td>
										<p>10,000원</p>
									</td>
								</tr>
								<tr>
									<td>
										<p>1백만원 이상 ~ 5백만원 미만</p>
									</td>
									<td>
										<p>30,000원</p>
									</td>
								</tr>
								<tr>
									<td>
										<p>5백만원 이상 ~ 1천만원 미만</p>
									</td>
									<td>
										<p>50,000원</p>
									</td>
								</tr>
								<tr>
									<td>
										<p>1천만원 이상</p>
									</td>
									<td>
										<p>100,000원</p>
									</td>
								</tr>
								<tr>
									<td>
										<p>금액으로 환산할 수 없는 사건</p>
									</td>
									<td>
										<p>50,000원</p>
									</td>
								</tr>
							</tbody>
						</table>
						<div class="cf_text">
							<p><span>※</span> 조정신청금액은 신청인이 신청취지에 기재한 금액으로 해당 조정을 통해 얻고자 하는 금액을 말함<br>
							(ex. 신청인은 피신청인이 신청인에게 저작권 침해에 따른 손해배상으로 1백만 원을 지급할 것을 청구한다 <br> → 1백만 원이 조정신청금액이 됨)</p>
							
							<p><span>※</span> 피신청인이 여러 명인 경우 피신청인별로 신청인이 각각 청구한 금액을 모두 합산하여 조정비용 산정</p>
							
							<p><span>※</span> 신청취지가 금액으로 환산할 수 있는 것과 없는 것이 중복된 경우에는 각각 별개의 건으로 계산함</p>
							
							<p><span>※</span> 신청취지가 금액으로 환산할 수 없는 것이 중복된 경우에는 별개의 건으로 계산함</p>
							</div>
					</div>
				</li>
				<li>
					<div class="tit">
						<p>기록의 열람 등 수수료 금액</p>
					</div>

					<div class="text_wrap">
						<table class="tbType02">
							<caption>기록의 열람 등 수수료 금액 상세 : 구분, 기준, 금액, 비고</caption>
							<colgroup>
								<col style="width: 30%;">
								<col style="width: 20%;">
								<col style="width: 20%;">
								<col style="width: auto;">
							</colgroup>
							<thead>
								<tr>
									<th scope="col">구분</th>
									<th scope="col">기준</th>
									<th scope="col">금액</th>
									<th scope="col">비고</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>
										<p>정본 재교부</p>
									</td>
									<td>
										<p>1건당</p>
									</td>
									<td>
										<p>1500원</p>
									</td>
									<td>
										<p>3매 초과시 복사료 50원</p>
									</td>
								</tr>
								<tr>
									<td>
										<p>증명서 발급</p>
									</td>
									<td>
										<p>1건당</p>
									</td>
									<td>
										<p>1500원</p>
									</td>
									<td>
										<p>3매 초과시 복사료 50원</p>
									</td>
								</tr>
								<tr>
									<td>
										<p>복사</p>
									</td>
									<td>
										<p>1건당</p>
									</td>
									<td>
										<p>500원</p>
									</td>
									<td>
										<p>3매 초과시 복사료 50원</p>
									</td>
								</tr>
							</tbody>
						</table>
					</div>
				</li>
			</ul>

		</div>
	</div>
	<!-- //cont -->