커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
requests 확인부탁드립니다.
undefined주차
북마크
배*영
댓글
3
추천
0
조회수
10
조회수
10
답변 완료

오른쪽 아래에 3.8.6 64-bit가 3.8.6('venv':venv)로 등록된 상태로 해야된다고 하셨는데, 저는 3.8.6('venv':venv)일때는 리퀘스트 모듈이 없다고 나오고, 3.8.6 64-bit일때는 ttml 문서같은 글이 길게 늘어집니다.

제가 모듈을 잘못설치한거라면 삭제방법도 부탁드립니다.


스파르타 즉문즉답스파르타 즉문즉답


작성한 코드 및 에러 메세지

import requests

from bs4 import BeautifulSoup


headers = {'User-Agent' : 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'}

data = requests.get('https://movie.naver.com/movie/sdb/rank/rmovie.naver?sel=pnt&date=20210829',headers=headers)


soup = BeautifulSoup(data.text, 'html.parser')


print(soup)


ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

>터미널<

</tr>

<tr>

<td class="ac"><img alt="03" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_r03.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=174830" title="가버나움">가버나움</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:95.9000015258789%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.59</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=174830">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="04" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_r04.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=192613" title="디지몬 어드벤처 라스트 에볼루션 : 인연">디지몬 어드벤처 라스트 에볼루션 : 인연</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:95.29999732971191%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.53</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=192613">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="05" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_r05.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=151196" title="원더">원더</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:95.20000457763672%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.52</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=151196">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="06" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_r06.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=144906" title="베일리 어게인">베일리 어게인</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:95.20000457763672%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.52</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=144906">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="07" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_r07.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=175092" title="먼 훗날 우리">먼 훗날 우리</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:95.20000457763672%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.52</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=175092">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="08" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_r08.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=169240" title="아일라">아일라</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:95.10000228881836%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.51</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=169240">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="09" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_r09.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=157243" title="당갈">당갈</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.89999771118164%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.49</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=157243">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="010" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_r10.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=196843" title="극장판 바이올렛 에버가든">극장판 바이올렛 에버가든</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.79999542236328%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.48</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=196843">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr><td class="line01" colspan="8"></td></tr>

<tr>

<td class="ac"><img alt="11" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g11.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=181710" title="포드 V 페라리">포드 V 페라리</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.79999542236328%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.48</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=181710">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="12" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g12.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=179518" title="주전장">주전장</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.70000267028809%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.47</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=179518">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="13" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g13.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=17421" title="쇼생크 탈출">쇼생크 탈출</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.49999809265137%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.45</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=17421">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="14" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g14.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=10200" title="터미네이터 2:오리지널">터미네이터 2:오리지널</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.39999580383301%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.44</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=10200">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="15" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g15.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=154667" title="덕구">덕구</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.30000305175781%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.43</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=154667">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="16" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g16.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=10016" title="나 홀로 집에">나 홀로 집에</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.30000305175781%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.43</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=10016">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="17" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g17.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=18988" title="라이언 일병 구하기">라이언 일병 구하기</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.30000305175781%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.43</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=18988">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="18" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g18.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=35939" title="클래식">클래식</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.20000076293945%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.42</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=35939">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="19" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g19.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=203288" title="잭 스나이더의 저스티스 리그">잭 스나이더의 저스티스 리그</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.20000076293945%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.42</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=203288">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="up" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_up_1.gif" width="7"/></td>

<td class="range ac">2</td>

</tr>

<tr>

<td class="ac"><img alt="20" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g20.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=196828" title="그대, 고맙소 : 김호중 생애 첫 팬미팅 무비">그대, 고맙소 : 김호중 생애 첫 팬미팅 무비</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.20000076293945%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.42</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=196828">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="down" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_down_1.gif" width="7"/></td>

<td class="range ac">1</td>

</tr>

<tr><td class="line01" colspan="8"></td></tr>

<tr>

<td class="ac"><img alt="21" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g21.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=69105" title="월-E">월-E</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.20000076293945%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.42</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=69105">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="down" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_down_1.gif" width="7"/></td>

<td class="range ac">1</td>

</tr>

<tr>

<td class="ac"><img alt="22" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g22.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=156464" title="보헤미안 랩소디">보헤미안 랩소디</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.20000076293945%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.42</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=156464">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="23" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g23.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=10102" title="사운드 오브 뮤직">사운드 오브 뮤직</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.0999984741211%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.41</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=10102">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="24" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g24.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=17159" title="포레스트 검프">포레스트 검프</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.0999984741211%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.41</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=17159">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="25" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g25.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=10002" title="빽 투 더 퓨쳐">빽 투 더 퓨쳐</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.0999984741211%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.41</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=10002">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="26" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g26.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=106360" title="위대한 쇼맨">위대한 쇼맨</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.0999984741211%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.41</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=106360">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="27" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g27.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=29217" title="글래디에이터">글래디에이터</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.0999984741211%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.41</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=29217">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="28" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g28.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=82432" title="헬프">헬프</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:94.0999984741211%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.41</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=82432">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="29" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g29.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=22126" title="인생은 아름다워">인생은 아름다워</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.99999618530273%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.40</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=22126">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="30" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g30.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=18847" title="타이타닉">타이타닉</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.99999618530273%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.40</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=18847">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr><td class="line01" colspan="8"></td></tr>

<tr>

<td class="ac"><img alt="31" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g31.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=24452" title="매트릭스">매트릭스</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.99999618530273%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.40</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=24452">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="32" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g32.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=35901" title="살인의 추억">살인의 추억</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.99999618530273%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.40</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=35901">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="33" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g33.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=32686" title="센과 치히로의 행방불명">센과 치히로의 행방불명</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.90000343322754%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.39</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=32686">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="34" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g34.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=66463" title="토이 스토리 3">토이 스토리 3</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.90000343322754%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.39</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=66463">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="35" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g35.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=197647" title="가나의 혼인잔치: 언약">가나의 혼인잔치: 언약</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.90000343322754%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.39</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=197647">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="36" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g36.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=92125" title="헌터 킬러">헌터 킬러</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.90000343322754%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.39</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=92125">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="37" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g37.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=31162" title="캐스트 어웨이">캐스트 어웨이</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=31162">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="38" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g38.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=34324" title="집으로...">집으로...</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=34324">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="39" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g39.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=189027" title="아이즈 온 미 : 더 무비">아이즈 온 미 : 더 무비</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=189027">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="40" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g40.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=31796" title="반지의 제왕: 왕의 귀환">반지의 제왕: 왕의 귀환</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=31796">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr><td class="line01" colspan="8"></td></tr>

<tr>

<td class="ac"><img alt="41" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g41.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=10048" title="죽은 시인의 사회">죽은 시인의 사회</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=10048">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="42" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g42.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=147092" title="히든 피겨스">히든 피겨스</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=147092">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="43" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g43.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=163788" title="알라딘">알라딘</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=163788">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="44" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g44.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=136900" title="어벤져스: 엔드게임">어벤져스: 엔드게임</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=136900">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="45" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g45.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=17170" title="레옹">레옹</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.80000114440918%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.38</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=17170">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="46" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g46.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=14450" title="쉰들러 리스트">쉰들러 리스트</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.69999885559082%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.37</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=14450">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="47" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g47.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=161850" title="아이 캔 스피크">아이 캔 스피크</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.69999885559082%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.37</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=161850">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="48" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g48.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=134899" title="동주">동주</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.69999885559082%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.37</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=134899">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="49" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g49.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=181700" title="안녕 베일리">안녕 베일리</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.69999885559082%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.37</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=181700">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr>

<td class="ac"><img alt="50" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/common/bullet_r_g50.gif" width="14"/></td>

<td class="title">

<div class="tit5">

<a href="/movie/bi/mi/basic.naver?code=37886" title="클레멘타인">클레멘타인</a>

</div>

</td>

<!-- 평점순일 때 평점 추가하기 -->

<td><div class="point_type_2"><div class="mask" style="width:93.69999885559082%"><img alt="" height="14" src="https://ssl.pstatic.net/imgmovie/2007/img/common/point_type_2_bg_on.gif" width="79"/></div></div></td>

<td class="point">9.37</td>

<td class="ac"><a class="txt_link" href="/movie/point/af/list.naver?st=mcode&amp;sword=37886">평점주기</a></td>

<!----------------------------------------->

<td class="ac"><img alt="na" class="arrow" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/></td>

<td class="range ac">0</td>

</tr>

<tr><td class="blank01" colspan="8"></td></tr>

</tbody>

</table>

<!-- 페이지 네비게이션 시작 -->

<div class="pagenavigation" style="margin-bottom:21px">

<table cellpadding="0" cellspacing="0">

<tr>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=1"><span style="color:#FF7632">1</span></a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=2">2</a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=3">3</a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=4">4</a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=5">5</a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=6">6</a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=7">7</a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=8">8</a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=9">9</a></td>

<td onmouseout='this.style.background=""' onmouseover='this.style.background="#F7F7F7"' style="padding:2 4 0 4;cursor:pointer"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=10">10</a></td>

<td class="next" nowrap="" style="padding:1 8 1 8"><a href="/movie/sdb/rank/rmovie.naver?sel=pnt&amp;date=20210829&amp;page=2">다음</a></td>

</tr>

</table>

</div>

<!-- 페이지 네비게이션 끝 -->

<!-- //랭킹 리스트 -->

<span class="txt_mark">※</span> <span class="txt_term">집계기준 : <strong>2021.08.29</strong>일 까지 네이버영화에 수록 된 영화의 관람 후 평점</span>

<!-- 네이버 영화평점랭킹 선정방법 -->

<div class="box_choice_way">

<img alt="네이버 영화평점랭킹 선정방법" height="13" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/txt_movie_ranking_01.gif" width="154"/>

<dl class="choice_way">

<dt><img alt="집계기준" height="11" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/txt_movie_ranking_01_1.gif" width="39"/></dt><dd>전국기준 현재 상영되고 있는 영화 중 <em>평점 응답자가 <strong>300명</strong> 이상</em>인 경우</dd>    

<dt><img alt="집계기간" height="11" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/txt_movie_ranking_01_2.gif" width="40"/></dt><dd>전일까지의 누적 평점</dd>

<dt><img alt="표본오차" height="11" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/txt_movie_ranking_01_3.gif" width="40"/></dt><dd><em>95% 신뢰수준에서 ±5.65</em></dd>

</dl>

<table cellpadding="0" cellspacing="0" class="choice_way_data">

<col width="48"/><col width="73"/><col width="73"/><col width="73"/><col width="73"/><col width="73"/><col width="110"/>

<tr>

<th class="bgwhite" scope="row">구분</th>

<td>N</td>

<td>Range</td>

<td>Minimum</td>

<td>Maximum</td>

<td>Mean</td>

<td>Std.Deviation</td>

</tr>

<tr>

<th class="bgwhite" scope="row">평점</th>

<td class="range ac">26</td>

<td class="range ac">4.39</td>

<td class="range ac">4.75</td>

<td class="range ac">9.14</td>

<td class="range ac">7.59</td>

<td class="range ac">7.59</td>

</tr>

</table>

<dl class="choice_way_qna">

<dt><img alt="왜 평점응답자를 300명 이상으로 정하나요?" height="12" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/txt_movie_ranking_02.gif" width="221"/></dt>

<dd>일반적인 여론조사에서의 최소 응답자수가 300명이기 때문입니다.</dd>

<dt><img alt="표본오차 95% 신뢰수준에서 ±5.65가 무슨 뜻인가요?" height="12" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/txt_movie_ranking_03.gif" width="271"/></dt>

<dd>동일한 실험을 100번 했을 경우 95번은 ±5.65% 범위 내에서 동일한 결과가 나온다는 말입니다.</dd>

<dt><img alt="Descriptive Statistics는 어떻게 보는건가요?" height="12" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/txt_movie_ranking_04.gif" width="234"/></dt>

<dd>

<ul>

<li>N=Case의 숫자</li>

<li>Range=응답자의 범위</li>

<li>Minimum=최소 응답값</li>

<li>Maximum=최대응답값</li>

<li>Mean=평균</li>

<li>Std.Deviation=표준편자</li>

</ul>

</dd>

</dl>

</div>

<!-- //네이버 영화평점랭킹 선정방법 -->

<!-- 탑버튼 -->

<div class="go_top">

<a href="#gnb_top"><img alt="TOP" height="11" src="https://ssl.pstatic.net/imgmovie/2007/img/common/btn_top.gif" width="30"/></a>

</div>

<!-- //탑버튼 -->

<img alt="" class="clear" src="https://ssl.pstatic.net/imgmovie/2007/img/common/blank.gif"/>

<!-- //Content Body -->

<script src="/common/js/jindo2.js" type="text/javascript"></script>

</div>

<div id="assistant">

<!-- 우측 메뉴 -->

<!-- 영화 인기검색어 -->

<div class="box_type_1 mb_8">

<h3><img alt="영화 인기검색어" height="11" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/tlt_r_best_movie.gif" width="75"/></h3>

<ul class="r_ranking">

<li class="ranking01">

<a class="b" href="/movie/bi/mi/basic.naver?code=74977" onclick="clickcr(this,'pop.list','74977','1',event);" title="아바타: 물의 길"><span class="blind">1위</span>아바타: 물의 길</a>

<span class="rank">

<img alt="순위 변동 없음" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/>0</span>

<li class="ranking02">

<a href="/movie/bi/mi/basic.naver?code=184509" onclick="clickcr(this,'pop.list','184509','2',event);" title="영웅"><span class="blind">2위</span>영웅</a>

<span class="rank">

<img alt="순위 변동 없음" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/>0</span>

<li class="ranking03">

<a href="/movie/bi/mi/basic.naver?code=208508" onclick="clickcr(this,'pop.list','208508','3',event);" title="젠틀맨"><span class="blind">3위</span>젠틀맨</a>

<span class="rank">

<img alt="순위 변동 없음" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/>0</span>

<li class="ranking04">

<a href="/movie/bi/mi/basic.naver?code=222301" onclick="clickcr(this,'pop.list','222301','4',event);" title="올빼미"><span class="blind">4위</span>올빼미</a>

<span class="rank">

<img alt="순위 변동 없음" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/>0</span>

<li class="ranking05">

<a href="/movie/bi/mi/basic.naver?code=201642" onclick="clickcr(this,'pop.list','201642','5',event);" title="스위치"><span class="blind">5위</span>스위치</a>

<span class="rank">

<img alt="순위 상승" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_up_1.gif" width="7"/>2</span>

</li></li></li></li></li></ul>

<!--[D] 더보기 위치 이동 -->

<a class="more" href="/movie/sdb/rank/rmovie.naver" onclick="clickcr(this,'pop.more','','',event);">더보기</a>

<p class="term">2023.01.03</p>

</div>

<!-- 영화인 인기검색어 -->

<div class="box_type_1 mb_8">

<h3><img alt="영화인 인기검색어" height="11" src="https://ssl.pstatic.net/imgmovie/2007/img/super_db/tlt_r_best_star.gif" width="85"/></h3>

<ul class="r_ranking">

<li class="ranking01">

<a class="b" href="/movie/bi/pi/basic.naver?st=1&amp;code=621" onclick="clickcr(this,'peo.list','621','1',event);" title="제임스 카메론"><span class="blind">1위</span>제임스 카메론</a>

<span class="rank">

<img alt="" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_na_1.gif" width="7"/>0</span>

<li class="ranking02">

<a href="/movie/bi/pi/basic.naver?st=1&amp;code=435221" onclick="clickcr(this,'peo.list','435221','2',event);" title="최성은"><span class="blind">2위</span>최성은</a>

<span class="rank">

<img alt="" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_up_1.gif" width="7"/>1</span>

<li class="ranking03">

<a href="/movie/bi/pi/basic.naver?st=1&amp;code=4210" onclick="clickcr(this,'peo.list','4210','3',event);" title="윤제균"><span class="blind">3위</span>윤제균</a>

<span class="rank">

<img alt="" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_down_1.gif" width="7"/>1</span>

<li class="ranking04">

<a href="/movie/bi/pi/basic.naver?st=1&amp;code=43443" onclick="clickcr(this,'peo.list','43443','4',event);" title="정성화"><span class="blind">4위</span>정성화</a>

<span class="rank">

<img alt="" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_up_1.gif" width="7"/>1</span>

<li class="ranking05">

<a href="/movie/bi/pi/basic.naver?st=1&amp;code=3352" onclick="clickcr(this,'peo.list','3352','5',event);" title="조 샐다나"><span class="blind">5위</span>조 샐다나</a>

<span class="rank">

<img alt="" height="10" src="https://ssl.pstatic.net/imgmovie/2007/img/common/icon_down_1.gif" width="7"/>1</span>

</li></li></li></li></li></ul>

<a class="more" href="/movie/sdb/rank/rpeople.naver" onclick="clickcr(this,'peo.more','','',event);">더보기</a>

<p class="term">2023.01.03</p>

</div>

<!--박스오피스-->

<div class="box_type_1 mb_8">

<h3><img alt="박스오피스" height="11" src="https://ssl.pstatic.net/imgmovie/2007/img/running/tlt_r_boxoffice.gif" width="51"/></h3>

<ul class="r_ranking box">

<li class="ranking01"><a class="b" href="/movie/bi/mi/basic.naver?code=74977" onclick="clickcr(this,'box.list','74977','1',event);" title="아바타: 물의 길"><span class="blind">1위</span>아바타: 물의 길</a> <span "="" class="ratio check"><em>1274184</em> 명</span></li>

<li class="ranking02"><a href="/movie/bi/mi/basic.naver?code=184509" onclick="clickcr(this,'box.list','184509','2',event);" title="영웅"><span class="blind">2위</span>영웅</a> <span class="ratio"><em>518865</em> 명</span></li>

<li class="ranking03"><a href="/movie/bi/mi/basic.naver?code=208508" onclick="clickcr(this,'box.list','208508','3',event);" title="젠틀맨"><span class="blind">3위</span>젠틀맨</a> <span class="ratio"><em>99110</em> 명</span></li>

<li class="ranking04"><a href="/movie/bi/mi/basic.naver?code=220733" onclick="clickcr(this,'box.list','220733','4',event);" title="오늘 밤, 세계에서 이 사랑이 사라진다 해도"><span class="blind">4위</span>오늘 밤, 세계에서 이 사랑이 사라진다 해도

</a> <span class="ratio"><em>91483</em> 명</span></li>

<li class="ranking05"><a href="/movie/bi/mi/basic.naver?code=222301" onclick="clickcr(this,'box.list','222301','5',event);" title="올빼미"><span class="blind">5위</span>올빼미</a> <span class="ratio"><em>77160</em> 명</span></li>

</ul>

<a class="more" href="/movie/sdb/rank/rboxoffice.naver" onclick="clickcr(this,'box.more','','',event);">더보기</a>

<div class="term_1"><span class="cnt">주말관객 기준</span><div class="date">20221230-20230101</div></div>

</div>

<!--//박스오피스-->

</div>

<img alt="" class="clear" src="https://ssl.pstatic.net/imgmovie/2007/img/common/blank.gif"/>

</div>

<!-- //Content Body -->

</div>

</div>

</div>

<!-- //content -->

</div>

<!-- //container -->

<!-- Footer -->

<script src="/common/js/jindo/component/1.0.2/jindo.Component.js" type="text/javascript"></script>

<script src="/common/js/jindo/component/1.0.2/jindo.UIComponent.js" type="text/javascript"></script>

<!-- footer -->

<div id="footer">

<div class="in_footer">

<div class="foot_con">

<ul>

<li class="first"><a href="http://www.naver.com/rules/service.html" onclick="clickcr(this, 'fot.agreement', '', '', event);" target="_blank">이용약관</a></li>

<li><a href="http://www.naver.com/rules/privacy.html" onclick="clickcr(this, 'fot.privacy', '', '', event);" target="_blank"><strong>개인정보처리방침</strong></a></li>

<li><a href="http://www.naver.com/rules/disclaimer.html" onclick="clickcr(this, 'fot.disclaimer', '', '', event);" target="_blank">책임의 한계와 법적고지</a></li>

<li><a href="https://help.naver.com/support/service/main.nhn?serviceNo=800" onclick="clickcr(this, 'fot.help', '', '', event);" target="_blank">영화 고객센터</a></li>

</ul>

<p class="info">본 콘텐츠의 저작권은 저작권자 또는 제공처에 있으며, 이를 무단 이용하는 경우 저작권법 등에 따라 법적 책임을 질 수 있습니다.</p>

<p class="info">

                사업자등록번호 : 220-81-62517<span>통신판매업 신고번호</span> : 경기성남 제 2006 - 692호<span>대표이사 : 최수연</span><span><a href="http://www.ftc.go.kr/info/bizinfo/communicationList.jsp" onclick="clickcr(this, 

'fot.bizinfo', '', '', event);">사업자등록정보 확인</a></span><br/>

                주소 : 경기도 성남시 분당구 정자일로 95, NAVER 1784, 13561 <span>대표전화 : 1588-3820</span>

</p>

<address>

<a class="logo" href="https://www.navercorp.com" onclick="clickcr(this, 'fot.nhn', '', '', event);" target="_blank"><img alt="NAVER" height="11" src="https://ssl.pstatic.net/static/movie/2013/07/logo_naver.png" width="63"/></a>

<em>Copyright ©</em>

<a href="https://www.navercorp.com" onclick="clickcr(this, 'fot.corp', '', '', event);" target="_blank">NAVER Corp.</a>

<span>All Rights Reserved.</span>

</address>

</div>

</div>

</div>

<!-- //footer -->

<script type="text/javascript">


if (false) {

    var alertType = "NONE";

    var koreanTitle = "";

    var movieCode = "0";

    var userReserveCount = "0";

    var todayDatetime = "20230104200619";

    var endDatetimeAfterTwoDays = "00000000000000";



    if (movieCode > 0) {

        openWriteActualPointAlert (alertType, koreanTitle, movieCode, userReserveCount, todayDatetime, endDatetimeAfterTwoDays);

    }

}


function openWriteActualPointAlert (alertType, koreanTitle, movieCode, count, today, endDate) {

    if (alertType == "ONE" || alertType == "MORE") {

        setCookieLastUserReserveDate(today, endDate);

        if (confirm("관람하신 " + koreanTitle + "에\n평점 등록 시 네이버페이 마일리지 500원 적립!\n지금 평점쓰기 메뉴로 이동하시겠습니까?")) {

            top.location.href = "http://movie.naver.com/movie/bi/mi/point.naver?code=" + movieCode;

        }

    }


}


function setCookieLastUserReserveDate(today, endDate) {

    var cookieForNotOpenActualPointPopup = jindo.$Cookie();



    cookieForNotOpenActualPointPopup.remove("lastUserReserveDatetime");

    cookieForNotOpenActualPointPopup.remove("lastUserReserveCheckDatetime");


    cookieForNotOpenActualPointPopup.set("lastUserReserveDatetime", endDate, 9999, "movie.naver.com");

    cookieForNotOpenActualPointPopup.set("lastUserReserveCheckDatetime", today, 9999, "movie.naver.com");

}


</script>

<script src="/common/js/lcslog.js" type="text/javascript"></script>

<script src="/common/js/jindo/component/1.0.2/jindo.Component.min.js" type="text/javascript"></script>

<script charset="UTF-8" src="/common/js/vendor/jindo.WatchInput.js" type="text/javascript"></script>

<script charset="UTF-8" src="/common/js/lib/Core.js?20221208172702" type="text/javascript"></script>

<script charset="UTF-8" src="/common/js/lib/LNB.js?20221208172702" type="text/javascript"></script>

<script charset="UTF-8" src="/common/js/lib/Search.js?20221208172702" type="text/javascript"></script>

<script type="text/javascript">


  // nhn.movie.Search가 jindo 기반이어서 javascript로 전환함

  if (document.addEventListener) {

    document.addEventListener("DOMContentLoaded", function () {

      document.removeEventListener("DOMContentLoaded", arguments.callee, false);

      loadFooter();

    }, false);

  }

// Internet Explorer

  else if (document.attachEvent) {

    // onreadystatechange 는 모든 브라우저가 반환

    document.attachEvent("onreadystatechange", function () {

      if (document.readyState == "complete" || document.readyState == 'loaded') {

        document.detachEvent("onreadystatechange", arguments.callee);

        loadFooter();

      }

    });

  }


  function loadFooter() {

    var goNaver = document.getElementById("lnb_gonaver");

    goNaver.addEventListener("focus", focusonNaverIcon, false);


    // LNB - 사용처를 못 찾음

//   var oLNB = new nhn.movie.LNB();


    // 상단 검색영역

    var oSearch = new nhn.movie.Search({

      area : "jSearchArea",

      autosearch : "https://auto-movie.naver.com/ac?q_enc=UTF-8&st=1&r_lt=1&n_ext=1&t_koreng=1&r_format=json&r_enc=utf-8&r_unicode=0&r_escape=1&q=",

      movelink : "/movie/bi/mi/basic.naver?code=",

      peoplelink : "/movie/bi/pi/basic.naver?code="

    });


    getGNB();

  }


  function focusonNaverIcon(event) {

    event.preventDefault(); // jindo.$Event.CANCEL_DEFAULT 와 동일한 기능으로 추측됨

    document.getElementById('ipt_tx_srch').value= "";

    document.getElementById('search_placeholder').style = "display:inline;";

    if (document.getElementById('jAutoComplate') != undefined && document.getElementById('jAutoComplate') !== null) {

      document.getElementById('jAutoComplate').style = "display:none;"

    }

  }



  window.addEventListener('pageshow', function(event) { lcs_do(); });


  document.addEventListener('click', function (event) {

    var welSource = event.srcElement;    // jindo.$Element(oEvent.element);

    if (!document.getElementById("gnb").contains(welSource)) {

      gnbAllLayerClose();

    }

  });

</script>

<!-- //Footer -->

</div>

</body>

</html>

(venv)

집@DESKTOP-F6BKQN2 MINGW64 /c/study/sparta/pythonprac

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴