<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>잡동사니상자 - Junk Scrap B.O.X</title>
    <link>https://kaonic.tistory.com/</link>
    <description>다양한 관심사 - 영화, 애니메이션, 만화, 소설, 책, 장르문학(SF, 판타지, 추리, 역사 등등), 사진, 카메라(DSLR PENTAX istDs,SLR PENTAX MX,LOMO,Olympus PEN), 게임, 음식, 요리, 여행</description>
    <language>ko</language>
    <pubDate>Wed, 10 Jun 2026 00:30:38 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>kaonic</managingEditor>
    <image>
      <title>잡동사니상자 - Junk Scrap B.O.X</title>
      <url>https://t1.daumcdn.net/cfile/tistory/204B11244A2A9A1A70</url>
      <link>https://kaonic.tistory.com</link>
    </image>
    <item>
      <title>Stability Matrix - ComfyUI huggingface_hub Error Fix</title>
      <link>https://kaonic.tistory.com/529</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;Stability Matrix를 이용해서 ComfyUI를 사용 익스텐션 몇 개를 추가 설치하던 중 급작스런 에러 발생.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;ImportError:&amp;nbsp;cannot&amp;nbsp;import&amp;nbsp;name&amp;nbsp;'is_offline_mode'&amp;nbsp;from&amp;nbsp;'huggingface_hub'&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;이러한 메시지를 출력하고, 동작이 안됨.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;온갖 검색을 해보았으나 뚜렷한 해결책이 없음. 해결책이라고 나온 허깅페이스 허브 재설치도 제대로 동작 안 됨.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;그래서, 잘못 되면 다시 설치하자는 마음으로,&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;C:\StabilityMatrix\Data\Packages\ComfyUI\venv\Lib\site-packages\huggingface_hub&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;폴더를 통채로 날려버리고,&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&quot;C:\StabilityMatrix\Data\Packages\ComfyUI\venv\Scripts\pip.exe&quot; install huggingface-hub&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;를 통해 다시 설치하니 정상작동함. (뒤에 버전을 넣으라는 헛짓거리에 속았음 그냥 재설치만으론 해결이 안 되고, 필히 제거 후 다시 설치할 것. 명령어로 제거하는건 귀찮으니 그냥 폴더 날려버리고 다시 설치하면 해결 됨.)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;(경로는 각자 환경에 맞춰서 변경할 것)&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;허깅페이스 허브 업데이트된 버전과 설치된 허브의 버전이 안 맞을 때 가끔 발생하는 문제라고 함.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/529</guid>
      <comments>https://kaonic.tistory.com/529#entry529comment</comments>
      <pubDate>Sun, 22 Feb 2026 02:05:45 +0900</pubDate>
    </item>
    <item>
      <title>How to Overclock Raspberry Pi 4 To 2.0Ghz</title>
      <link>https://kaonic.tistory.com/528</link>
      <description>&lt;p&gt;&lt;b&gt;Warning&amp;nbsp;Follow&amp;nbsp;this&amp;nbsp;tutorial&amp;nbsp;at&amp;nbsp;your&amp;nbsp;own&amp;nbsp;risk!&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1.open&amp;nbsp;up&amp;nbsp;a&amp;nbsp;terminal&amp;nbsp;window&amp;nbsp;-&amp;nbsp;Control,&amp;nbsp;Alt,T &lt;br /&gt;&lt;br /&gt;2.apt&amp;nbsp;update&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;apt&amp;nbsp;upgrade &lt;br /&gt;&lt;br /&gt;3.sudo&amp;nbsp;rpi-update &lt;br /&gt;&lt;br /&gt;4.sudo&amp;nbsp;reboot &lt;br /&gt;&lt;br /&gt;5.open&amp;nbsp;up&amp;nbsp;a&amp;nbsp;terminal&amp;nbsp;window&amp;nbsp;-&amp;nbsp;Control,&amp;nbsp;Alt,T &lt;br /&gt;&lt;br /&gt;6.sudo&amp;nbsp;nano&amp;nbsp;/boot/config.txt &lt;br /&gt;&lt;br /&gt;7.&amp;nbsp;scroll&amp;nbsp;down&amp;nbsp;to&amp;nbsp;the&amp;nbsp;very&amp;nbsp;end&amp;nbsp;and&amp;nbsp;insert &lt;br /&gt;&lt;br /&gt;over_voltage=4 &lt;br /&gt;arm_freq=2000 &lt;/p&gt;
&lt;p&gt;----- or&lt;/p&gt;
&lt;p&gt;over_voltage=6&lt;/p&gt;
&lt;p&gt;arm_freq=2147&lt;/p&gt;
&lt;p&gt;gpu_freq=750 (or 600)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-------&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;You&amp;nbsp;can&amp;nbsp;also&amp;nbsp;overclock&amp;nbsp;the&amp;nbsp;GPU&amp;nbsp;if&amp;nbsp;needed&amp;nbsp;-&amp;nbsp;gpu_freq=600 &lt;br /&gt;&lt;br /&gt;prees&amp;nbsp;Ctrl&amp;nbsp;-&amp;nbsp;X&amp;nbsp;and&amp;nbsp;save&amp;nbsp;by&amp;nbsp;pressing&amp;nbsp;Y &lt;br /&gt;&lt;br /&gt;8. sudo reboot &lt;br /&gt;&lt;br /&gt;9.&amp;nbsp;open&amp;nbsp;up&amp;nbsp;a&amp;nbsp;terminal&amp;nbsp;window&amp;nbsp;-&amp;nbsp;Control,&amp;nbsp;Alt,T &lt;br /&gt;&lt;br /&gt;10. Type-&amp;nbsp;watch&amp;nbsp;-n1&amp;nbsp;vcgencmd&amp;nbsp;measure_clock&amp;nbsp;arm&amp;nbsp; &lt;br /&gt;this&amp;nbsp;will&amp;nbsp;display&amp;nbsp;the&amp;nbsp;current&amp;nbsp;CPU&amp;nbsp;speed&amp;nbsp;in&amp;nbsp;real&amp;nbsp;time.&lt;/p&gt;
&lt;p&gt;$ sysbench --num- threads=8 --test=cpu --cpu-max-prime=2000 run&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;if you falese overclocking then press &quot;shift&quot; and reboot.&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>Linux</category>
      <category>overclock</category>
      <category>raspberrypi</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/528</guid>
      <comments>https://kaonic.tistory.com/528#entry528comment</comments>
      <pubDate>Mon, 23 Mar 2020 15:45:19 +0900</pubDate>
    </item>
    <item>
      <title>How To Install RetroPie On The Raspberry Pi 4</title>
      <link>https://kaonic.tistory.com/527</link>
      <description>&lt;p&gt;-=- After Raspbian&amp;nbsp;Setup -=-&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Keboard -&amp;gt; Generic 105 - korea - 104&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;$ sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;$ sudo apt-get install fonts-unfonts-core&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;$ locale&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;LANG=en_US.UTF-8&lt;/p&gt;&lt;p&gt;LANGUAGE=en_US:en&lt;/p&gt;&lt;p&gt;LC_CTYPE=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_NUMERIC=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_TIME=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_COLLATE=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_MONETARY=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_MESSAGES=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_PAPER=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_NAME=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_ADDRESS=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_TELEPHONE=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_MEASUREMENT=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_IDENTIFICATION=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;LC_ALL=en_US.UTF-8&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;$ sudo update-locale LC_ALL=&quot;en_US.UTF-8&quot;&lt;/p&gt;&lt;p&gt;$ sudo update-locale LANGUAGE=&quot;en_US:en&quot;&lt;/p&gt;&lt;p&gt;$ reboot&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;$ sudo apt-get install git lsb-release&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;1. sudo git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;2. cd RetroPie-Setup&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;3. sudo nano retropie_packages.sh&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;4. Add this line&amp;nbsp; __platform=rpi3&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;5. sudo ./retropie_setup.sh&lt;/p&gt;&lt;p style=&quot;margin-left: 6em;&quot;&gt;if unable to install binary for sdl2 massage to&lt;/p&gt;&lt;p style=&quot;margin-left: 8em;&quot;&gt;sudo ./retropie_packages.sh sdl2&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;6. emulationstation&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;-=- Auto Start RetroPie -=-&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;1. sudo nano /etc/xdg/lxsession/LXDE-pi/autostart&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;2. Add this - lxterminal -e /usr/bin/emulationstation&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>emulation</category>
      <category>game</category>
      <category>Linux</category>
      <category>raspberrypi</category>
      <category>retropie</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/527</guid>
      <comments>https://kaonic.tistory.com/527#entry527comment</comments>
      <pubDate>Thu, 19 Mar 2020 12:08:42 +0900</pubDate>
    </item>
    <item>
      <title>레트로파이 기본 설정</title>
      <link>https://kaonic.tistory.com/526</link>
      <description>&lt;p&gt;최초 설치 후 언어와 지역, 키보드 설정을 해야 함. 메뉴를 참조하자.&amp;nbsp;&lt;/p&gt;&lt;p&gt;와이파이 설정시 지역은 US로 하자. (KR로 하면 와이파이 검색이 안 됨)&lt;/p&gt;&lt;p&gt;업데이트는 전체 업데이트는 하지 말 것.&lt;/p&gt;&lt;p&gt;전체업데이트시 xbox호환 컨트롤러의 사용에 문제가 발생함.&lt;/p&gt;&lt;p&gt;코어와 프론트엔드 정도만 업데이트 하자. (190424 현재. 드라이버 업데이트 금지)&lt;/p&gt;&lt;p&gt;설정시 SSH를 켜주자.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Retroflag pi 케이스 사용시 안전종료 스크립트&lt;/p&gt;&lt;p&gt;wget -O - &quot;https://raw.githubusercontent.com/RetroFlag/retroflag-picase/master/install.sh&quot;| sudo bash&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Argon1 케이스 사용시 안전종료 및 팬 컨트롤 스크립트&lt;/p&gt;&lt;p&gt;curl https://download/argon40.com/argon1.sh | bash&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;한글 폰트 설치&lt;/p&gt;&lt;p&gt;sudo apt-get install fonts-unfonts-core&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;한글게임목록 설치&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://github.com/tentacleteam/romlistkr&quot;&gt;https://github.com/tentacleteam/romlistkr&lt;/a&gt;&lt;/div&gt;&lt;div&gt;위 페이지에서 알아보자.&lt;/div&gt;&lt;div&gt;&lt;div&gt;git clone https://github.com/tentacleteam/romlistkr.git&lt;/div&gt;&lt;div&gt;cd romlistkr&lt;/div&gt;&lt;div&gt;chmod 755 ./install.sh&lt;/div&gt;&lt;div&gt;sudo ./install.sh&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;게임 스냅샷 마키 이미지 모음&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://cafe.naver.com/raspigamer/1843&quot;&gt;https://cafe.naver.com/raspigamer/1843&lt;/a&gt;&lt;/p&gt;&lt;p&gt;위 페이지에서 알아보자.&lt;/p&gt;&lt;p&gt;1. git clone https://github.com/ipromiseyou/RetroPie-AutoSet.git&lt;/p&gt;&lt;p&gt;2. cd RetroPie-AutoSet&lt;/p&gt;&lt;p&gt;3. chmod 755 00.Install.sh&lt;/p&gt;&lt;p&gt;4. sudo ./00.Install.sh&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;각종 필요한 바이오스 참조&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://retropie.org.uk/docs/&quot;&gt;https://retropie.org.uk/docs/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.emuparadise.me/biosfiles/bios.html&quot;&gt;https://www.emuparadise.me/biosfiles/bios.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/526</guid>
      <comments>https://kaonic.tistory.com/526#entry526comment</comments>
      <pubDate>Wed, 24 Apr 2019 03:48:56 +0900</pubDate>
    </item>
    <item>
      <title>라즈베리파이 키보드 레이아웃 변경</title>
      <link>https://kaonic.tistory.com/525</link>
      <description>&lt;p&gt;&lt;span style=&quot;color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;터미널창을 연다. (&lt;/span&gt;&lt;span style=&quot;background-color: rgb(250, 250, 250); color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px;&quot;&gt;레트로파이의 경우 F4를 눌러 터미널에 진입한다.)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(250, 250, 250); color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px;&quot;&gt;sudo nano /etc/default/keyboard&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;이 방법은 직접 편집해서 변경하는 방법이다. 혼란스러우면 아래의 메뉴구성 방식을 따라 할 것.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(250, 250, 250); color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(250, 250, 250); color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;sudo dpkg-reconfigure locales&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(250, 250, 250); font-size: 14.3px; color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif;&quot;&gt;ko-kr UTF-8을 선택하자, 이전에 선택되어 있는 gb... 은 선택을 해제할 것.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;(선택 및 해제는&amp;nbsp;스페이스바)&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;sudo dpkg-reconfigure tzdata&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;이 명령은 시간대를 변경하는 명령이다. Asia - Seoul로 변경하면 된다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(85, 85, 85); font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;sudo dpkg-reconfigure keyboard-configuration&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;키보드 설정을 수동으로 하는 명령이다. (위의 변경을 수행했다면 할 필요가 없다.)&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;설정이 완료되면 재부팅 하자.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#555555&quot; face=&quot;Roboto, Arial, Helvetica, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 14.3px; background-color: rgb(250, 250, 250);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>라즈베리파이</category>
      <category>레이아웃</category>
      <category>레트로파이</category>
      <category>설정</category>
      <category>시간대</category>
      <category>키보드</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/525</guid>
      <comments>https://kaonic.tistory.com/525#entry525comment</comments>
      <pubDate>Mon, 22 Apr 2019 19:08:57 +0900</pubDate>
    </item>
    <item>
      <title>윈도우 10 무선인터넷 AP 설정</title>
      <link>https://kaonic.tistory.com/524</link>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;무선인터넷 카드가 AP모드를 지원하는지 알아보기&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;명령프롬프트에서&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;netsh wlan show drivers&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;호스트된 네트워크 지원 : 예&amp;nbsp; (확인요망)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;지원가능하다면 다음의 명령을 사용&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;netsh wlan set hostednetwork mode=allow ssid=원하는네트워크이름 key=암호&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;다음&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;netsh wlan start hostednetwork&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;이제 제어판에서 네트워크 설정에 들어가 인터넷이 연결된 유선인터넷을 찾아 공유해준다. 이때, 홈네트워킹연결을 앞의 CMD명령으로 인해 새로 생긴 네트워크 연결을 찾아 지정해주면 된다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AP를 멈추고 싶다면&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;netsh wlan stop&amp;nbsp;hostednetwork&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;이상 불친절 설명, 오직 본인 만을 위한 메모였음.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>공유</category>
      <category>노트북을 AP로</category>
      <category>무선AP</category>
      <category>와이파이 AP</category>
      <category>윈도우10</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/524</guid>
      <comments>https://kaonic.tistory.com/524#entry524comment</comments>
      <pubDate>Tue, 7 Feb 2017 09:53:02 +0900</pubDate>
    </item>
    <item>
      <title>패러럴즈 데스크탑 트라이얼 재설치 문제해결</title>
      <link>https://kaonic.tistory.com/522</link>
      <description>&lt;p&gt;맥에서 다양한 OS를 설치해 사용할 수 있도록 도움을 주는 패러럴즈는 트라이얼 버전으로 약 2주간 사용해 볼 수 있다. 잠깐의 필요에 의해 사용해 볼 수 있긴 한데, 다음에 또 잠깐의 필요에 의해 트라이얼 버전을 사용하려면 가차없이 인증받으라는 메시지가 나오며 전혀 사용할 수 없는 지경에 이른다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;다시&amp;nbsp;한 번 패러럴즈의 트라이얼을 사용하려면&amp;nbsp;찌꺼기를 완전 제거해 주어야 하는데 귀찮은 일.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그래서 다음 명령어들을 터미널 창에 순서대로 하나씩~ 입력하고 엔터키를 눌러주면 끄읕~&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;하지만, 한 줄씩 입력하면 너무나 피곤하다. 그냥 통으로 복사해서 붙여넣어도&amp;nbsp;된다. 중간에 패스워드를 물어오면 당연히 맥 셋팅 시 집어넣은 패스워드를 넣어주면 된다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;혹시라도, 중간&amp;nbsp;패스워드입력이 이상하게 작동한다면, 미리 sudo 명령을 사용하여 패스워드를 넣어주면 당분간은 패스워드를 묻지 않는다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-1&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;~&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;com&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.parallels&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;*&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-2&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;~&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;*&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-3&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;~&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-4&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;db&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;stats&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;*&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-5&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;db&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;stats&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-6&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;db&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-7&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;logs&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.log&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-8&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;*&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-9&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-10&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;db&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-11&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.parallels_swap&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-12&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;db&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;receipts&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-s&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(221, 17, 68) !important; background: transparent;&quot;&gt;'com.parallels*'&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-13&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;tmp&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;qtsingleapp&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;lockfile&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-14&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;tmp&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;com&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.apple&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.installer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;*&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-15&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;tmp&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;com&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.apple&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.installer&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;*&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-16&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;sudo&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-i&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; background: transparent;&quot;&gt;s&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;rfd&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;root&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;com&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.parallels&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.desktop&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.plist&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-17&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;sudo &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;fr&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;~&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Logs&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;parallels&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.log&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-18&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;sudo &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;fr&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Parallels&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-19&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;sudo &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;fr&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;~&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;Parallels&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-20&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;sudo &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;fr&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.Parallels_swap&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-21&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;sudo &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;fr&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-t&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: bold !important; color: rgb(128, 0, 128) !important; background: transparent;&quot;&gt;var&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;db&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Parallels&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;Stats&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line crayon-striped-line&quot; id=&quot;crayon-543269cdb5681853728953-22&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;sudo &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;fr&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;private&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;tmp&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;qtsingleapp&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Parall&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;c0ce&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-cn&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 153, 153) !important; background: transparent;&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;lockfile&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;crayon-line&quot; id=&quot;crayon-543269cdb5681853728953-23&quot; style=&quot;margin: 0px; padding: 0px 5px; border: 0px; outline: 0px; vertical-align: baseline; font-family: Verdana, Arial, sans; height: inherit; line-height: 15px; color: rgb(0, 0, 0); white-space: pre; background: 0px 50% rgb(248, 248, 255);&quot;&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;sudo &lt;/span&gt;&lt;span class=&quot;crayon-r&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; font-family: inherit; height: inherit; font-size: inherit !important; line-height: inherit !important; font-weight: bold !important; background: transparent;&quot;&gt;rm&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;fr&lt;/span&gt;&lt;span class=&quot;crayon-h&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;~&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Library&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;Preferences&lt;/span&gt;&lt;span class=&quot;crayon-o&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 111, 224) !important; background: transparent;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;crayon-v&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: rgb(0, 45, 122) !important; background: transparent;&quot;&gt;com&lt;/span&gt;&lt;span class=&quot;crayon-e&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: inherit !important; vertical-align: baseline; font-family: inherit; height: inherit; line-height: inherit !important; font-weight: inherit !important; color: teal !important; background: transparent;&quot;&gt;.parallels&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>Apple</category>
      <category>Mac</category>
      <category>OSX</category>
      <category>Parallels Desktop</category>
      <category>Reset</category>
      <category>Virtual OS</category>
      <category>맥</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/522</guid>
      <comments>https://kaonic.tistory.com/522#entry522comment</comments>
      <pubDate>Mon, 6 Oct 2014 19:17:57 +0900</pubDate>
    </item>
    <item>
      <title>勇者ヨシヒコ(용자 요시히코)의 패기넘치는 사랑과 모험</title>
      <link>https://kaonic.tistory.com/521</link>
      <description>&lt;p&gt;&lt;span style=&quot;color: rgb(84, 84, 84); font-family: arial, sans-serif; font-size:10pt; line-height: 18.200000762939453px; background-color: transparent;&quot;&gt;勇者ヨシヒコと魔王の城&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(84, 84, 84); font-family: arial, sans-serif; font-size:10pt; line-height: 18.200000762939453px; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(84, 84, 84); font-family: arial, sans-serif; font-size:10pt; line-height: 18.200000762939453px; background-color: transparent;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(84, 84, 84); font-family: arial, sans-serif; font-size:10pt; line-height: 18.200000762939453px; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(84, 84, 84); font-family: arial, sans-serif; font-size:10pt; line-height: 18.200000762939453px; background-color: transparent;&quot;&gt;勇者ヨシヒコと悪霊の鍵&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;를 보았다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;8~90년대&amp;nbsp;일본 RPG를 한 번이라도 즐겨보았다면 강력히 추천하는 저예산 병맛 시츄에이션 개그 모험 드라마. 2011년에 마왕의 성, 2012년에 악령의 열쇠가 방영되었었음.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;그 중에 용자의 패기넘치는 궤변을 모았어용~ ㅎㅎ&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(84, 84, 84); font-family: arial, sans-serif; font-size: 12pt; line-height: 18.200000762939453px; background-color: transparent;&quot;&gt;&lt;b&gt;勇者ヨシヒコと魔王の城 중에서......&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(84, 84, 84); font-family: arial, sans-serif; font-size: 12pt; line-height: 18.200000762939453px; background-color: transparent;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 590px; font-size: 9pt; line-height: 1.5; text-align: center;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/216A0C3953F9A80F20&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F216A0C3953F9A80F20&quot; width=&quot;590&quot; height=&quot;1286&quot; filename=&quot;zzzzzx.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;font-size: 9pt; line-height: 1.5; text-align: center;&quot;/&gt;&lt;/span&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 590px; font-size: 9pt; line-height: 1.5; text-align: center; background-color: transparent;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/216C6C3953F9A8111D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F216C6C3953F9A8111D&quot; width=&quot;590&quot; height=&quot;949&quot; filename=&quot;zzzzzz.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;font-size: 9pt; line-height: 1.5; text-align: center; background-color: transparent;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(84, 84, 84); font-family: arial, sans-serif; font-size:10pt; line-height: 18.200000762939453px;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;勇者ヨシヒコと悪霊の鍵 중에서......&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 590px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2475FD3953F9A8070F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2475FD3953F9A8070F&quot; width=&quot;590&quot; height=&quot;1844&quot; filename=&quot;zxzxzx1.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 590px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2670383953F9A80C15&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2670383953F9A80C15&quot; width=&quot;590&quot; height=&quot;2225&quot; filename=&quot;zxzxzx2.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>즐기는 것들/영화/드라마</category>
      <category>勇者ヨシヒコと悪霊の鍵</category>
      <category>勇者ヨシヒコと魔王の城</category>
      <category>거우</category>
      <category>드라마</category>
      <category>마왕</category>
      <category>마왕의 성</category>
      <category>불륜</category>
      <category>악령의 열쇠</category>
      <category>요시히코</category>
      <category>용사</category>
      <category>용자</category>
      <category>유부녀</category>
      <category>일드</category>
      <category>일본</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/521</guid>
      <comments>https://kaonic.tistory.com/521#entry521comment</comments>
      <pubDate>Sun, 24 Aug 2014 17:58:23 +0900</pubDate>
    </item>
    <item>
      <title>언제나 결심하고 잊혀져가는 그런 것들에 대해서</title>
      <link>https://kaonic.tistory.com/520</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;짧은 생, 그 속에서&amp;nbsp;결심의 때가 의외로 자주 온다는 것에 깜짝 놀라는&amp;nbsp;순간이&amp;nbsp;있다. 자잘한 선택이 아니다. 미래를 걸고, 목숨을 걸고 선택해야만 하는 결심의 그때는 영화보다 더 자주 있는 것 같다. 물론 과장을 좀 한 경향이 있긴 하지만, 그 순간 만큼은 언제나 진지하고도 진지하다. 그런 것들이 궤적을 만들고 내 삶의 선을 그어왔다. 세상을 바라보는 창 속에서 그러한 순간은 일분 일초, 나노초 단위로 찾아온다. 나만을 중심에 두고 생각하며 그것들의 주변을&amp;nbsp;무시하고 자기중심적으로 선택한다면, 그건 그저 삶을 생을 혼자서 은둔하겠다는 소리밖에 안 된다. 그럼으로써 바깥에서의 영향을 항상 무시하고 싶지만&amp;nbsp;무시할 수 없다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;몇 일 전 맑고 상쾌한 아침 기운에 취해 즉흥적으로 북한산에&amp;nbsp;다녀온 일이 있다. 가볍게 등산화를 신고, 통풍이 좋은 기념품(부끄럽지만 2002년에 어디선가의 프로모션으로 무료로 뿌려진 아디다스&amp;nbsp;붉은 악마 티셔츠다)티를 입고, 간단한 면바지에&amp;nbsp;윈드브레이커를 걸쳤다. 오랫만에 오르는 계곡길은 힘겨웠지만, 즐거웠다. 어느새 윈드브레이커가 답답하게 느껴질 만큼 온몸에 열기가 스며오른다. 계곡을 벗어나며 능선을 타고 흐르는 시원한 바람이 땀을 식히며 상쾌함을 가중시킨다.&amp;nbsp;마침 연휴인지라 오르는 사람이 많아서 사람에 부대낄까 걱정했지만, 계곡길의 험준한 코스는 힘겨워서 회피대상인가보다. 스쳐가는 사람이 드문드문하다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;정상 부근에 다다라 바위에 말뚝을 박아 굵은 철사줄로 엮어놓은 가이드를 따라가며 시원한&amp;nbsp;바람을 맞았다. 여기까지는 기분이 너무 상쾌하고 좋았다. 별일 아닌 마음의 불쾌감이 생길 줄 전혀 몰랐다.&amp;nbsp;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;앞서&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;가는 이십대로 보이는&amp;nbsp;커플이 문제였다. 중간에 잠시 쉴 때 보인 다정한 모습이 흐믓해 보였다. 그러나 막상 길을 가고 있을 때 애정은 별개인 듯 했다. 남자는 앞서서 성큼성큼 걸어가고 여자는 머뭇머뭇 힘겹게 따라가고 있었다. 가파른 경사 위에 세워진 말뚝과 줄 만이 안전을 보장해 줄 따름이다. 비교적 안전한 코스긴 하지만 주의여하에 따라 조금만 미끄러져도 절벽으로 굴러떨어질 지경의 길이다. 물론 그 길에서 사고를 목격한 적도 없고, 사고를 당한 적도 없지만, 상황에 따라 커다란 사고가 일어나도 이상하지 않다고 생각했었다. 그 때 내 앞에서 여자가 미끄러져 내렸다. 자칫 넘어지며 미끄러진다면, 말뚝과 줄 사이의 틈으로 떨어져 내릴지도 모른다 생각했다. 그래서 얼른 그 여자가 미끄러지는 방향으로 말뚝과 줄을 잡고 몸을 기대어 막아섰다. 여자가 비명을 지르며&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;내게 안기는 형국으로 흘러들어왔다. 당황한건지 그 여자는 내게서 떨어질 생각도 안 하고&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;&amp;nbsp;안겨 숨을 헐떡이며, 고맙다고 웅얼거렸다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그렇게 시간이 흘렀다. 겁을 집어먹은 여자는 나를 안고 놓아주지 않는다.&amp;nbsp;이상한 낌새를 느낀건지 남자가 되돌아왔다. 억센 팔로 내게서 그 여자를 떼어낸다. 내게 눈빛도 주지 않은 체 그렇게 여자에게 무언가 속삭이며 여자를 끌고 사라졌다. 여자는 머뭇하며 내게 무언가 말하려 했지만, 결국 입을 열지 않고 멀어져 갔다. 그렇게 멀어지며 뒤돌아 흘깃 나를 바라보는 남자의 눈빛에 살의가 느껴진다. 순간의 선택-결심은 이렇게 보답받지 못하고, 깨름직한 불쾌감을 안겨주고 앙금을 남겼다. 그리고 정상을 밟았다. 날씨에 따라 다르지만, 너무나 많이 올라 다양함을 겪으면서 느끼는 언제나 똑같은 풍경이 허무하게 느껴졌다. 그 전까지는 분명 기분좋은 순간들이었다. 그 때 내가 막아서지 않았어도 별 일이 없었을지도 모른다는 생각과 함께 심경이 복잡해지고 말았다. 하지만, 요즘 세상을 뒤덮은 세월호 사고을 생각하니 꼭 그렇지만도 않다. 그들은 그저 아무것도 하지않았기 때문에, 어떠한 반향이 올지 두려워하며 자기중심적 급급함에 휩쌓여 행동을 하지 않았기에, 책임을 떠념겼기에 이러한 참사가 일어나고 더욱 켜졌을테니까. 어쨌든 나의 행동은 옳았다고 생각한다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;내 의도와 다른 해석이 가능하다는 사실은 분명 알고 있으며, 비슷한 경험도 있었다. 하지만 이런건 언제나 익숙치 않고 감정적으로 복잡한 생각을 하게 마련이다. 괜한 생각. 괜한 서운함이겠지. 내가 남에게 받고 싶은 행위를 남에게 했을 뿐인데, 모두가 그런 것 만은 아니라는 것을 알고 있는데, 그래도 찝찝한 건 찝찝한 거다. 내가 받고 싶지 않은 부당함을 남에게도 배풀지 않는다. 그러기위해 선택하고 행동한다. 그렇게 어려운 일인가?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그들은 정말 불편하지 않은걸까?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;남 탓을 함으로써 부끄럽지 않은걸까?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;일말의 부끄러움이라도 시간이 흐르면 잊혀지겠지.&amp;nbsp;&lt;/p&gt;&lt;p&gt;그리고 그렇게 살아들 가겠지,&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;생각하면 소름이 돋는다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>이야기 상자</category>
      <category>대처</category>
      <category>등산</category>
      <category>북한산</category>
      <category>불쾌</category>
      <category>삶</category>
      <category>선택</category>
      <category>위기</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/520</guid>
      <comments>https://kaonic.tistory.com/520#entry520comment</comments>
      <pubDate>Wed, 7 May 2014 01:43:11 +0900</pubDate>
    </item>
    <item>
      <title>분노 재보정 이론 - 안녕에 대한 이야기</title>
      <link>https://kaonic.tistory.com/519</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;모든 사람은 다른 사람들과 적합도 '이해'가 다르기 때문에, 우리처럼 사회성이 매우 높은 종에서 사회적 갈등이 일어나는 것은 불가피한 측면이다. 한 가지 갈등 요인은 &lt;STRONG&gt;다른 사람이 나의 안녕을 소중하게 여겨야 마땅한데도 내가 보기에 그렇지 않다&lt;/STRONG&gt;고 생각할 때 일어난다. 친구가 나를 돕는 데 쓰는 시간이 내가 기대한 것보다 적을 수 있다. 연인관계인 상대가 당연히 내가 누를 자격이 있다고 생각하는 수준으로 성적 필요나 정서적 필요를 충족시키지 못할 수도 있다. 재보정 이론은 분노를 느끼고 표현하는 것이 분노 대상인 상대에게 자신의 안녕에 매기는 가치를 높이는(재보정하는) 기능이 있다고 주장한다. (Sell, Tooby, &amp;amp; Cosmides, 2009)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;이 이론에 따르면, 남에게 비용을 부담시키고 편익을 주는 능력이 높은 개인은 분노하기가 더 쉽다. 남자는 강한 상체가 공격 행위를 통해 상대방에게 비용을 부담시키는 능력의 주요 요소이다.&lt;STRONG&gt; 여자는 육체적 매력이 편익을 제공하는 능력의 주요 요소&lt;/STRONG&gt;인데, 그것은 배우자 가치, 친구 가치, 친족 가치의 핵심 요소가 되기 때문이다. 따라서 재보정 이론은 신체적으로 강한 남자와 육체적 매력이 뛰어난 여자가 신체적으로 약한 남자와 육체적 매력이 떨어지는 여자보다 분노를 하기가 더 쉽고, 사회적 갈등을 자신에게 유리하게 해결하기도 더 쉬우며, 자기 권리를 주장하는 경향도 더 클 것이라고 예측한다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;셀Sell과 그 동료들은 별도로 진행한 두 연구에서 힘을 평가하는 '황금 기준'으로 간주되는 표준 웨이트리프팅 기계로 상체의 힘을 측정함으로써 이 예측들을 검증해 보았다. 육체적 매력은 &quot;나는 동성 중 0% 더 매력적이다.&quot;와 같은 항목을 사용한 자기 평가를 통해 측정했다. 결과들은 대체로 예측들을 뒷받침했다. 힘이 센 남자들은(그러나 힘이 센 여자들은 해당 사항이 없었다) 약한 남자들에 비해 분노를 더 잘 느끼며, 싸움을 한 전력이 더 많고, 사호히적 갈등에서 성공을 거두는 경우가 많았으며, 공격성 사용의 효용을 더 크게 지각하고(&quot;만약 내가 도발에 제대로 반응하여 잘못을 저지른 자가 대가를 치르도록 어떤 행동을 하지 않는다면, 그들은 나중에 더 많은 해를 가할 것이다.&quot;), 자기 권리를 주장하는 성향이 강하다고 (&quot;나는 보통 사람들보다 더 많은 것을 누릴 자격이 있다.&quot;) 보고했다.&amp;nbsp;반면 매력적인 여자들과 남자들은 모두 분노를 더 잘 느끼고, 개인적 공격성 사용의 효용이 크다고 생각하며, 자기 권리를 강하게 주장하고, 사회적 갈등에서 성공을 거두는 경우가 많은 것으로 나타났다. 다만, 이러한 효과들은 일반적으로 남자보다는 여자에게 더 강하게 나타났다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;이 결과들은 재보정 이론에서 나온 예측 - 즉, 남에게 비용을 부담시키거나 편익을 주는 능력이 높은 개인은 사회적 갈등을 해결하기 위한 전략으로 분노하기가 더 쉽다 - 를 지지한다. 장차 이 이론을 검증하는 연구들에서는 비용을 부담시키고 &lt;STRONG&gt;편익을 주는 능력의 다른 요소들, 예컨데 사회적 지위, 동맹의 힘, 친족 네트워크 &lt;/STRONG&gt;같은 것이 밝혀질 게 틀림없다. 장래 연구들은 또한 분노 표출이 분노가 향하는 사람에게 보상과 편익 제공 행위 같은 행동 변화뿐만 아니라, 분노한 사람의 가치를 평가하는 데 일어나는 심리적 이동에 어떤 효과를 미치는지 직접 검증하는 방법을 제공할 것이다. 현재까지 이루어진 연구들은 공격성을 자극하는 핵심 감정인 분노 감정이 일관성 있는 적응 논리를 갖고 있다는 이론을 예비적으로 지지한다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: right&quot;&gt;&lt;STRONG&gt;진화심리학 472~473p&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;매력적이지 못한 나는&amp;nbsp;힘에도 모든 것을 쏟아붓지 못해서 안녕하지 못합니다. 그럼으로써 나는 사회적으로 분노할 수 있는 역학적 우위를 점유하지 못 한&amp;nbsp;사람이기에 안녕하지 못합니다. 그저&amp;nbsp;주어진&amp;nbsp;환경 속에서 허우적대기에 바쁜 사람이라서 안녕하지 못합니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 24pt&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;COLOR: #ffffff; BACKGROUND-COLOR: #ff5e00&quot;&gt;안녕하십니까?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>이야기 상자</category>
      <category>관계</category>
      <category>분노</category>
      <category>분노 재보정 이론</category>
      <category>사람</category>
      <category>사회</category>
      <category>안녕</category>
      <category>안녕하세요</category>
      <category>안녕하십니까</category>
      <category>진화 심리학</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/519</guid>
      <comments>https://kaonic.tistory.com/519#entry519comment</comments>
      <pubDate>Tue, 17 Dec 2013 13:05:57 +0900</pubDate>
    </item>
    <item>
      <title>맥 OS X 10.8.5 비정상적으로 느려질 때 대책</title>
      <link>https://kaonic.tistory.com/518</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;MacMini 2012 Late를 작년 11월에 구입.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;총 사용기간 11개월에 접어드는 시점에서 맥미니가 미친듯이 느려지기 시작했다. 처음에 셋팅하며 소프트웨어 설치하고, 별다른 변형 없이 그대로 작업용으로 쭈욱 사용해왔음에도 이 미친 자식은 달팽이보다 더 느린 속도로 내 속을 뒤집어 놓더군. 심지어 소프트웨어도 작동이 제대로 안 된다. 무려 3년 전에 세팅해 놓은 PC는 아무런 문제 없이 팽팽 잘도 돌아가더구만! 프로그램을 설치했다 지웠다 하는 일도 없이 그저 작업만 주구장창 하던 맥미니는 그렇게 돌아버렸다. 최근에는 USB로 연결된 키보드 마우스도 멈추어 버리는 사건이 발생. 강제로 리셋해야 작동하더라. 뭔 짓을 해도 그런 일이 벌어졌다. 부팅과 종료 시간도 엄청나게 느려진 상황에 프로그램도 제대로 실행이 안되는 지경에 이르렀다.&amp;nbsp;1년도 안 썼는데 이지경이라니!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;별 짓을 다하다가 느려진 문제는 해결했는데, 키보드 마우스 인식은 자꾸 문제가 되는 상황. AS기간이 1개월도 안 남은 상태에서 이러면 어떻게 하니...... 아무튼 하드웨어 문제일 가능성이 높아서 센터에 가지고 가보긴 해야겠지만, 애플 제품의 AS가 영 못 미더운 것도 사실, 키보드 마우스 인식 문제는 매우 간헐적인지라&amp;nbsp;언제 발생할지도 모르고, 가져가봤지 그 앞에서 안 발생하면 어쩌라고.... 이건 쭈욱 앞에 붙어서 사용해 봐야 아는 것 아닌가. 답답답.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;아무튼, 시행착오 끝에 맥오에스가&amp;nbsp;느려지는 문제 해결 방법은 적어 두어야겠다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;0. 디스크 퍼미션 초기화(권한 복구)&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;디스크의 권한 문제를 확인하고 복구함.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1) 디스크 유틸리티를 실행&lt;/p&gt;&lt;p&gt;2) 디스크 유틸리티에서 해당 부팅 디스크를 선택&lt;/p&gt;&lt;p&gt;3) Repair&amp;nbsp;Disk Permissions을 실행&lt;/p&gt;&lt;p&gt;4) 완료되면 시스템 재부팅&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;1. SMC 리셋&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;System Management Controller로써 전원버튼, 온도관리, 시스템 모니터, 팬 속도 조절, 상태 표시&amp;nbsp;등 다양한 기능을 함.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1) 시스템 종료&lt;/p&gt;&lt;p&gt;2) 전원 코드를 뽑고 15초 대기&lt;/p&gt;&lt;p&gt;3) 전원 코드를 꼽고 5초 대기&lt;/p&gt;&lt;p&gt;4) 전원을 넣는다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;2. NVRAM(PRAM) 리셋&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;맥은 전원이 꺼지더라도 메모리 영역에 설정을 저장한다. 인텔 기반의 맥에서는 NVRAM, PowerPC(이제는 나오지도 않음)기반에서는 PRAM이라고 하는 메모리 영역에 저장된다고 함. 저장되는 정보는 스피커 음량, 화면 해상도, 시동 디스크, 최근 커널 패닉 정보 등.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1) 시스템 종료&lt;/p&gt;&lt;p&gt;2) 전원을 넣은 후 바로 Command + Option + P + R 버튼을 누르고 있는다.&lt;/p&gt;&lt;p&gt;3) 시스템 부팅음이 울리고 자동으로 재부팅되며 또 시스템 부팅음이 울릴 때 버튼에서 손을 뗀다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;3. 안전모드로 부팅하기&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;시동 볼륨의 디렉토리 강제 확인, 공유 캐시 삭제 외에도 많은 부분을 재 설정 함.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1) 시스템 종료&lt;/p&gt;&lt;p&gt;2) 전원을 넣은 후 바로 Shift키를 누르고 있는다.&amp;nbsp;&lt;span style=&quot;background-color: transparent; font-size: 9pt; line-height: 1.5;&quot;&gt;애플로고와 함께 회색 바가 등장.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;3) 안전모드로 부팅이 되며 로그인을 하라고 하면, 설정해 둔 계정의 비밀번호로 로그인&lt;/p&gt;&lt;p&gt;4) 시스템 재부팅&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이제 정상화 되었다. 언제 또 이럴지 모르겠지만...... 가전 제품이 이러면 안 되지.... ㅠ.ㅠ&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>10.8.5</category>
      <category>2012</category>
      <category>Late</category>
      <category>Mac</category>
      <category>MacMini</category>
      <category>NVRAM</category>
      <category>OSX</category>
      <category>PRAM</category>
      <category>Reset</category>
      <category>Safe mode</category>
      <category>SMC</category>
      <category>디스크 권한 복구</category>
      <category>리셋</category>
      <category>매킨토시</category>
      <category>맥</category>
      <category>맥미니</category>
      <category>문제</category>
      <category>안전 모드</category>
      <category>오에스엑스</category>
      <category>해결</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/518</guid>
      <comments>https://kaonic.tistory.com/518#entry518comment</comments>
      <pubDate>Tue, 8 Oct 2013 18:37:19 +0900</pubDate>
    </item>
    <item>
      <title>Adobe CS6 Update server not responding Windows 8</title>
      <link>https://kaonic.tistory.com/517</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Windows 8에서&amp;nbsp;어도비 CS6&amp;nbsp;업데이트 문제&amp;nbsp;해결법&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;em style=&quot;background-color: rgb(231, 231, 231); border: 0px; border-collapse: collapse; border-spacing: 0px; font-size: 14px; list-style: none; margin: 0px; outline: 0px; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; line-height: 21px;&quot;&gt;&quot;The update server is not responding. The server might be offline temporarily, or the internet or firewall settings may be incorrect&quot;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이러한 메시지와 함께 업데이트를 진행할 수 없다면,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;장치관리자에서&lt;/p&gt;&lt;p&gt;보기 -&amp;gt; 숨겨진 장치 표시&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;네트워크 어댑터의 Microsoft Wi-Fi Direct Virtual Adapter에서 오른쪽 클릭 -&amp;gt; 사용 안 함&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이제 업데이트가 원활히 이루어 질 것임.&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>Adove CS6</category>
      <category>Update</category>
      <category>Windows 8</category>
      <category>문제해결</category>
      <category>업데이트</category>
      <category>윈도우 8</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/517</guid>
      <comments>https://kaonic.tistory.com/517#entry517comment</comments>
      <pubDate>Thu, 18 Jul 2013 17:22:06 +0900</pubDate>
    </item>
    <item>
      <title>Mac OS X에서 hosts 수정하기</title>
      <link>https://kaonic.tistory.com/516</link>
      <description>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;자주 있는 일도 아니고 아주 가끔 있는 hosts의 수정을 위해 적어두는 바이다. 왜? 위치 기억해 두기도 귀찮고, 어디 다른 곳에 메모 해 두는 것 보다 접근성도 좋고, 다른 이들과 공유도 되니까. 아무튼 정말 가뭄에 콩 나듯 수정할 일이 생기는데 그때마다 검색질 하는 것도 지겨워. 그러니 여기에 남김. 나 외에도 자주 찾아주는 이들에게 도움이 됐음 좋겠네.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1. 터미널을 연다. (모르면 메롱)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2.&amp;nbsp;sudo nano /private/etc/hosts (enter)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;3. password 입력&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;4. 수정 -&amp;nbsp;마우스로 안 됨. 키보드로 수정할 것.&amp;nbsp;마우스 클릭질하며 왜 안 되냐고 툴툴대지 말 것.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;5. Ctrl + o&amp;nbsp;(enter)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;6. Ctrl &amp;nbsp;+ x&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;7.&amp;nbsp;dscacheutil -flushcache (enter) -DNS 캐쉬를 갱신한다. 이 명령이 싫으면 재부팅 하던가.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>dns</category>
      <category>hosts</category>
      <category>OS X</category>
      <category>매킨토시</category>
      <category>맥</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/516</guid>
      <comments>https://kaonic.tistory.com/516#entry516comment</comments>
      <pubDate>Fri, 14 Dec 2012 23:02:07 +0900</pubDate>
    </item>
    <item>
      <title>Mac OS X에서 root 사용자 활성 및 사용</title>
      <link>https://kaonic.tistory.com/515</link>
      <description>&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding: 0px; overflow: auto; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding: 0px; overflow: auto; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;맥에서 권한 관리하는 것이 리눅스에서 권한 관리하는 것보다 웬지 귀찮게&amp;nbsp;느껴져서, 외우고 있기 싫어서,&amp;nbsp;스크랩하였소. 아주 가끔이지만, root를 건드려야 할 때&amp;nbsp;유용하오. 하지만, 사용자 활성 및 사용의 복잡한 과정 없이도 터미널을 이용하면 간단한 관리가 가능하외다. 그 방법은 맨 밑에 흐릿한 회색으로&amp;nbsp;적어 두겠소.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;margin-right: 0px; margin-bottom: 18px; padding: 0px; overflow: auto; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding: 0px; overflow: auto; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;root 사용자 정보&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;이름이 &quot;root&quot;로 지정된 사용자는 UNIX 스타일의 운영 체제에서 특수한 사용자로, 파일 시스템의 모든 영역에 대해 읽기 및 쓰기 권한을 가지고 있습니다. root 사용자는 특정 관리 또는 모니터 작업에 대해서만 사용해야 합니다. root 사용자로 작업을 수행하고 나면 Mac OS X에서 로그아웃하고, 일반 계정이나 관리 계정을 사용하여 다시 로그인해야 합니다. root 사용자를 자주 사용하지 않는 경우에는 이 액세스를 비활성화해야 합니다.&lt;/p&gt;&lt;p style=&quot;margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding: 0px; overflow: auto; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;root 사용자는 사용자 또는 계정 환경설정에 표시되지 않습니다.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;중요 참고&lt;/b&gt;&lt;/p&gt;&lt;ul style=&quot;margin: 8px 0px 8px 2em; padding: 0px; list-style: square outside; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;컴퓨터 소유자 또는 지정된 관리자만 관리자 계정이나 root 암호를 가지고 있어야 합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;관리자 계정을 소유한 사용자는 root 사용자가 되거나 root 암호를 재설정할 수 있습니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;root 암호는 추측하기 어렵도록 처음 8자리에 숫자와 문자를 모두 사용해야 합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;root 사용자는 다른 사용자의 파일에 액세스할 수 있습니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px;&quot;&gt;root 사용자는 필수 시스템 파일의 위치를 변경하거나 제거할 수 있으며, 다른 사용자가 액세스할 수 없는 위치에 새 파일을 저장할 수 있습니다.&lt;/li&gt;&lt;/ul&gt;&lt;h4 style=&quot;margin: 0px 0px 4px; padding: 0px; font-size: 14px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;root 사용자를 활성화하는 방법&lt;/b&gt;&lt;/h4&gt;&lt;p style=&quot;margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding: 0px; overflow: auto; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;&lt;u&gt;OS X Lion&lt;/u&gt;&lt;/p&gt;&lt;ol style=&quot;margin: 0px 0px 18px 2.2em; padding: 0px; list-style-position: initial; list-style-image: initial; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;&quot;&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;&lt;strong style=&quot;font-size: 1em;&quot;&gt;Apple&lt;/strong&gt;&amp;nbsp;메뉴에서&amp;nbsp;&lt;b&gt;시스템&amp;nbsp;환경설정...&lt;/b&gt;을 선택합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;&lt;strong style=&quot;font-size: 1em;&quot;&gt;보기&lt;/strong&gt;&amp;nbsp;메뉴에서&amp;nbsp;&lt;strong style=&quot;font-size: 1em;&quot;&gt;사용자&amp;nbsp;및 그룹&lt;/strong&gt;을 선택합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;잠금을 클릭하고 관리자 계정으로 인증합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;로그인 옵션...을 클릭합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;오른쪽 아래에서 &quot;편집...&quot; 또는 &quot;연결...&quot; 단추를 클릭합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;&quot;디렉토리 유틸리티 열기...&quot; 단추를 클릭합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;디렉토리 유틸리티 윈도우에서 잠금을 클릭합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;관리자 계정 이름과 암호를 입력한 다음 승인을 클릭합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px 0px 6px;&quot;&gt;&lt;strong style=&quot;font-size: 1em;&quot;&gt;편집&lt;/strong&gt;&amp;nbsp;메뉴에서&amp;nbsp;&lt;strong style=&quot;font-size: 1em;&quot;&gt;Root&amp;nbsp;사용자 활성화&lt;/strong&gt;를&amp;nbsp;선택합니다.&lt;/li&gt;&lt;li style=&quot;margin: 0px; padding: 0px;&quot;&gt;사용하려는 root 암호를 암호 및 확인 필드에 모두 입력한 다음 승인을 클릭합니다.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; color: rgb(234, 234, 234);&quot;&gt;터미널을 이용한 root 계정의 패스워드 설정 및 사용법&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;1. 터미널을 켠다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;2. sudo passwd root&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;&amp;gt;&amp;gt; ****** (개인 사용자의 패스워드 입력)&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;&amp;gt;&amp;gt; new passwd : ******** (변경할 root의 패스워드 입력)&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;&amp;gt;&amp;gt; retype passwd : ********&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;이것으로 패스워드의 설정이 끝난다오. 간단하오. 그러나 모든 권한을 지닌 사용자의 계정에서만 가능하오. 즉, sudo 명령을 내릴 수 있는 사용자라야 하오. 맥에서는 기본으로 root의 패스워드가 설정되어 있지도 않으며 접근도 아니되나,&lt;/span&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;&amp;nbsp;방법으로 패스워드를 설정하면 접근이 가능하외다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;이제 아래의 명령을 통해&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;터미널에서 root 계정을&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;누빌 수 있소.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;sudo su -&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;span style=&quot;color: rgb(234, 234, 234);&quot;&gt;물론 패스워드를 묻는다오. 아까 설정한 패스워드를 넣으면 되오. (내가 일이 하기 싫어서 이러는 건 절대 아니라오)&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;</description>
      <category>소소한 강좌/시스템 관련</category>
      <category>Mac</category>
      <category>OS X</category>
      <category>OSX</category>
      <category>root</category>
      <category>계정</category>
      <category>권한</category>
      <category>매킨토시</category>
      <category>변경</category>
      <category>설정</category>
      <category>암호</category>
      <category>패스워드</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/515</guid>
      <comments>https://kaonic.tistory.com/515#entry515comment</comments>
      <pubDate>Tue, 11 Dec 2012 23:29:13 +0900</pubDate>
    </item>
    <item>
      <title>흙, 알라딘이... 알라딘이 멀웨어 배포를 중계하다니!!</title>
      <link>https://kaonic.tistory.com/514</link>
      <description>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;블로그 활동을 거의 안하고 있는 요즘, 왜?&lt;/p&gt;&lt;p&gt;쓸데없이 바빠져서, 쓸데없이 일을 더 만들고 싶지 않아서, 쓸데없는 짓 같아서는 뻥이고, 귀찮아져서 --;&lt;/p&gt;&lt;p&gt;오래간만에 들렀더니, 구글 크롬에서 아주~ 친절한 경고가 뜨기 시작했다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;아놔.... 새로 쓴 것도 없구먼, 알라딘의 광고창 때문이겠지? 흠흠... 귀찮아......&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div id=&quot;header&quot; style=&quot;height: 60px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: silver; margin-left: -4px; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;h2 style=&quot;font-size: 1.3em; margin: 0px; padding-top: 10px;&quot;&gt;세이프 브라우징&lt;/h2&gt;&lt;h3 style=&quot;margin: 0px 0.5em 1em; font-size: 1.1em; font-weight: normal;&quot;&gt;kaonic.tistory.com에 대한&amp;nbsp;&lt;i&gt;진단 페이지&lt;/i&gt;&lt;/h3&gt;&lt;/div&gt;&lt;p class=&quot;d&quot; style=&quot;font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;strong&gt;kaonic.tistory.com의 현재 상태는 어떤가요?? 의심스러운 사이트로 등록되어 있나요?&lt;/strong&gt;&lt;/p&gt;&lt;blockquote style=&quot;color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;p&gt;의심스러운 사이트로 등록된 사이트입니다. 이 웹사이트를 방문하면 컴퓨터에 문제가 생길 수 있습니다.&lt;/p&gt;&lt;p&gt;최근 90일 동안 이 사이트의 일부에서 의심스러운 활동이 1회 발생한 것으로 기록되었습니다.&lt;/p&gt;&lt;/blockquote&gt;&lt;p class=&quot;d&quot; style=&quot;font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;strong&gt;Google이 이 사이트를 방문했을 때 어떤 현상이 발생했나요?&lt;/strong&gt;&lt;/p&gt;&lt;blockquote style=&quot;color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;최근 90일 동안 해당 사이트의 12개 페이지를 테스트한 결과 3개 페이지에서 악성 소프트웨어가 사용자의 동의 없이 다운로드 및 설치되는 것으로 나타났습니다. Google이 이 사이트를 마지막으로 방문한 것은 2012-12-05이고, 이 사이트에서 마지막으로 의심스러운 콘텐츠가 발견된 것은 2012-11-24입니다.&lt;p&gt;악성 소프트웨어에는 3 virus, 3 exploit(s) 등이 있습니다. 악성 소프트웨어에 감염된 컴퓨터에서 평균 21회의 프로세스가 새로 발생했습니다.&lt;/p&gt;&lt;p&gt;악성 소프트웨어가&amp;nbsp;&lt;a href=&quot;http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=dcpccdrw.com/&amp;amp;client=googlechrome&amp;amp;hl=ko&quot; style=&quot;color: rgb(0, 0, 204);&quot;&gt;dcpccdrw.com/&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=korerrbayt.com/&amp;amp;client=googlechrome&amp;amp;hl=ko&quot; style=&quot;color: rgb(0, 0, 204);&quot;&gt;korerrbayt.com/&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=kydsdsxz.com/&amp;amp;client=googlechrome&amp;amp;hl=ko&quot; style=&quot;color: rgb(0, 0, 204);&quot;&gt;kydsdsxz.com/&lt;/a&gt;을(를) 포함한 3개의 도메인에서 호스팅되었습니다.&lt;/p&gt;&lt;p&gt;2개의 도메인이 이 사이트 방문자에게 멀웨어를 배포하는 중개 역할을 하고 있는 것 같습니다(예:&amp;nbsp;&lt;a href=&quot;http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=aladdin.co.kr/&amp;amp;client=googlechrome&amp;amp;hl=ko&quot; style=&quot;color: rgb(0, 0, 204);&quot;&gt;aladdin.co.kr/&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=aladin.co.kr/&amp;amp;client=googlechrome&amp;amp;hl=ko&quot; style=&quot;color: rgb(0, 0, 204);&quot;&gt;aladin.co.kr/&lt;/a&gt;).&lt;/p&gt;&lt;p&gt;이 사이트는&amp;nbsp;&lt;a href=&quot;http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=AS:3786&amp;amp;client=googlechrome&amp;amp;hl=ko&quot; style=&quot;color: rgb(0, 0, 204);&quot;&gt;AS3786 (ERX)&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=AS:9318&amp;amp;client=googlechrome&amp;amp;hl=ko&quot; style=&quot;color: rgb(0, 0, 204);&quot;&gt;AS9318 (HANARO)&lt;/a&gt;을(를) 포함한 2개의 네트워크에서 호스팅되었습니다.&lt;/p&gt;&lt;/blockquote&gt;&lt;p class=&quot;d&quot; style=&quot;font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;strong&gt;이 사이트가 멀웨어를 확산시키는 중개 역할을 한 적이 있나요?&lt;/strong&gt;&lt;/p&gt;&lt;blockquote style=&quot;color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;p&gt;kaonic.tistory.com은(는) 최근 90일 동안 웹사이트를 감염시키는 중개 역할을 하지 않은 것으로 보입니다.&lt;/p&gt;&lt;/blockquote&gt;&lt;p class=&quot;d&quot; style=&quot;font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;strong&gt;이 사이트가 멀웨어를 호스팅한 적이 있나요?&lt;/strong&gt;&lt;/p&gt;&lt;blockquote style=&quot;color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;p&gt;아니요, 이 사이트는 최근 90일 동안 악성 소프트웨어를 호스팅하지 않았습니다.&lt;/p&gt;&lt;/blockquote&gt;&lt;p class=&quot;d&quot; style=&quot;font-weight: bold; margin-bottom: -0.8em; margin-top: 1.5em; color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;strong&gt;어떻게 의심스러운 사이트가 되었나요?&lt;/strong&gt;&lt;/p&gt;&lt;blockquote style=&quot;color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 13px; line-height: normal;&quot;&gt;&lt;p&gt;일부 경우 제3자가 적법한 사이트에 악성 코드를 추가하기도 하는데, 이 경우 경고 메시지가 표시됩니다.&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>이야기 상자</category>
      <category>간만에</category>
      <category>구글</category>
      <category>멀웨어</category>
      <category>세이프 브라우징</category>
      <category>알라딘</category>
      <category>의심스러운 사이트</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/514</guid>
      <comments>https://kaonic.tistory.com/514#entry514comment</comments>
      <pubDate>Tue, 11 Dec 2012 16:28:54 +0900</pubDate>
    </item>
    <item>
      <title>서울국제사진영상기자재전 P&amp;amp;I 2012 결국 모델 투어</title>
      <link>https://kaonic.tistory.com/513</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 425px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1864DF444F9C23D91D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1864DF444F9C23D91D&quot; width=&quot;640&quot; height=&quot;425&quot; filename=&quot;00.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 425px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;없는 시간 겨우 쪼개서&amp;nbsp;새로 나온 기자재를 직접 구경하고 만져보고 물어보는 등 리서치를 위해 서울국제사진영상기자재전에 갔다. 한 바퀴 둘러보며, 관심가졌던 보조 장비등을 문의하고 자료를 받아보니 겨우 한시간이 지났다. 문득 메인 이벤트의 중심 캐논, 니콘, 삼성, 올림푸스, 파나소닉 등의 부스를 구경하지 않고 외곽만 돌았다는 생각에 남은 시간 새로나온 카메라나 구경해야지 싶어서 흐느적 흐느적, 메인 부스 쪽으로 다가가니 셔터소리 작렬! 대포같은 카메라들이 모델들을 마구마구 찍고 있었다. 가만히 서서 구경을 좀 하다보니 근질근질, 손가락이 셔터를 누르고 싶어하더라.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;하지만, 모델 사진 따위 찍지 않을거야! 라고 굳센? 결심을 하고 메인 카메라는 들고오지 않은 상태. 서브로 들고다니는 Fujifilm X100이 가방에 들어있었다. 결국 그걸 꺼내들고 말았다. 엄청난 카메라 장비들을 짊어진 카메라맨들 사이에 겨우 비집고 들어가니 이런! X100은 단렌즈고정 장착. 줌이 안돼. 심지어 화각도 와이드해. 그래도 슬근슬근 비집고 들어가서 발+팔줌으로 찍었다. 찍었어.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그래, 모델이잖아. 그래서 좀 찍었어. 여친님께서 욕망의 투영이라고 하며, 몸매 좋은 언니들 보니 좋았냐고 물어봐서 난처했지만......&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/112F343F4F9C234625&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F112F343F4F9C234625&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;01.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1936673F4F9C23481E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1936673F4F9C23481E&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;02.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1657C43F4F9C234905&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1657C43F4F9C234905&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;03.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1546813F4F9C234B10&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1546813F4F9C234B10&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;04.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/183DA23F4F9C234C1C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F183DA23F4F9C234C1C&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;05.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/154E2F3F4F9C234D0C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F154E2F3F4F9C234D0C&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;06.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; text-align: center; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1640403F4F9C234F1B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1640403F4F9C234F1B&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;07.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;text-align: center; width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/183CBB3F4F9C235048&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F183CBB3F4F9C235048&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;08.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/195C223F4F9C235102&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F195C223F4F9C235102&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;09.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/18574B3F4F9C235303&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F18574B3F4F9C235303&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;10.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 640px; width: 640px; height: 1518px; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1528843F4F9C23542C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1528843F4F9C23542C&quot; width=&quot;640&quot; height=&quot;1518&quot; filename=&quot;11.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;width: 640px; height: 1518px; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;사진의 표현을 뒷받침 해주는 것은 역시 장비.&lt;/p&gt;&lt;p&gt;적당히 좋은 카메라, 매우 좋은 렌즈, 적당한 광량의 스트로보가 필요해.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그건 그거고, 매우 일부이긴 하지만 과도한 성형으로 뭔가 이상해 보이는 언니들도 좀 있더라. 뭐든 적당한게 좋은데...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>세상을 보는</category>
      <category>12회</category>
      <category>2012</category>
      <category>COEX</category>
      <category>fujifilm x100</category>
      <category>Photo &amp;amp; Imaging</category>
      <category>모델</category>
      <category>사진</category>
      <category>삼성</category>
      <category>서울국제사진영상기자재전</category>
      <category>소니</category>
      <category>올림푸스</category>
      <category>카메라</category>
      <category>코엑스</category>
      <category>파나소닉</category>
      <category>후지필름</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/513</guid>
      <comments>https://kaonic.tistory.com/513#entry513comment</comments>
      <pubDate>Sun, 29 Apr 2012 02:15:27 +0900</pubDate>
    </item>
    <item>
      <title>러브씬 데생집이 아슷트랄라~</title>
      <link>https://kaonic.tistory.com/512</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 318px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1341F4414F729F7C15&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1341F4414F729F7C15&quot; width=&quot;318&quot; height=&quot;450&quot; filename=&quot;0.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;대체 이것은 무엇이란 말인가?&lt;/p&gt;&lt;p&gt;BL문화의 세계가 넓은 줄은 알았지만, 이리도 깊을 수 있다는 사실에 미묘한 감동의 물결이 살랑거리며 증폭되어 쓰나미가 되어 뒷통수를 강타하는구나.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 590px; text-align: center; ; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/184324414F729F8313&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F184324414F729F8313&quot; width=&quot;590&quot; height=&quot;417&quot; filename=&quot;1.PNG&quot; filemime=&quot;image/png&quot; style=&quot;text-align: center; &quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: -webkit-auto;clear: none; float: none; &quot;&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;모든 BL작가&amp;amp;동인작가들에게 드리는 최고의 자료집!&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;현역 프로 BL 작가가 직접 그려낸 포즈와 참고삽화 수록&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;BL 만화라면 빠뜨릴 수 없는 다양한 러브씬을 모든 각도에서 보여줍니다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;사용 빈도가 높은 열 두가지 자세를 12방향, 다섯가지 앵글로 보여줍니다. 총 500여점의 데생을 제공하며 자유롭게 트레이스하여 사용할 수 있습니다. 또한 수록한 자세와 데생들은 모두 디지털 작업용 데이터 CD로 제공하므로 실제 활용에 크게 도움이 됩니다.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;▶ 부록 - 디지털 작업용 부록 데이터 CD&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;500여 점의 고해상도 포즈데이터 - 복제 사용 자유&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;▶ 일본 현지 독자들의 평가&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;보자마자 샀습니다. 내용을 보니 정말 기다리던 책이었어요. 미묘한 각도에서도 제대로 삽입하는 묘사들이 탁월합니다. 이제까지 러브씬을 담은 만화를 작업하면서 제대로 그리지 못했던 장면들이 이 책으로 가능하게 되었습니다. 특히 ‘특수체위’는 포복절도했습니다. 과연 따라할 수 있을까요? (아마존 재팬 - Rei Hisanami)&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;러브씬이 포함된 만화를 그리려는 작가 모두에게 추천합니다. 기본적인 체위를 여러 각도에서 볼 수 있어서 매우 편리하고요. 굳이 그림을 그리지 않더라도 적당히 탄탄한 체형의 멋진 남성들이 가득해서 감상하는 것만으로도 매우 재미있네요. 두 명의 체격차이가 더 있었으면 좋았을까요. (아마존 재팬 - Unagi)&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;책을 보고도 이건 꽤 유용하겠다고 생각했습니다만, 부록 CD에 책이 수록한 모든 자세와 앵글에 대한 고해상도 디지털 데이터가 있어서 상당히 쓸모가 있었습니다. 복사해서 사용할 수 있는 것도 고마운 일이네요. (아마존 재팬 - toto)&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;clear: none; float: none; &quot;&gt;이제까지 미지근한 러브신을 그리는 것에 아쉬움을 느꼈던 분들에게 추천하고 싶군요. 다양한 포즈가 전혀 위화감 없이 전개되고 있습니다. 고백하자면 전 이미 몇 장 따라서 그려보았습니다. (부끄~~) 각 장 마다 저자의 완성일러스트 예시도 제공되고 있어서 도움이 되고요. (아마존 재팬 - momo)&lt;/p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: -webkit-auto;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: -webkit-auto;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: -webkit-auto;clear: none; float: none; &quot;&gt;------&lt;/p&gt;&lt;p style=&quot;text-align: -webkit-auto;clear: none; float: none; &quot;&gt;생각해보니, 포즈라는 소프트웨어가 있는데, 그걸 이용해서 포즈 템플릿을 만들어도 되겠는걸? 이 책 잘 팔리려나? 잘 팔리는 것 같으면 나도 포즈집 하나 만들어 볼까?&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: -webkit-auto;clear: none; float: none; &quot;&gt;단, BL이 아니고 이성간의 관계로......&lt;/p&gt;&lt;p style=&quot;text-align: -webkit-auto;clear: none; float: none; &quot;&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>즐기는 것들/애니메이션</category>
      <category>BL</category>
      <category>데생집</category>
      <category>러브씬</category>
      <category>만화</category>
      <category>포즈집</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/512</guid>
      <comments>https://kaonic.tistory.com/512#entry512comment</comments>
      <pubDate>Wed, 28 Mar 2012 14:30:39 +0900</pubDate>
    </item>
    <item>
      <title>3개월 전에 입양한 고양이, 이름하야 고.금.동.</title>
      <link>https://kaonic.tistory.com/511</link>
      <description>&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/114665394EF98A1025&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F114665394EF98A1025&quot; width=&quot;640&quot; height=&quot;425&quot; alt=&quot;&quot; filename=&quot;cfile27.uf@114665394EF98A10258650.png&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
무척 오래간만에 블로그 글쓰기 환경을 접하니 감회가 새롭다기보다, 낯설어서 낯설어서 부끄부끄라고 말해도 괜찮을 것 같은 기분이 들기도하고 아니기도하고, 뭘써야 할지 모르겠다고 말할 수 있을 것 같은 기분이 들지만 뭐라도 써지고 있는 느낌이라고 말해도 괜찮을 것 같다.&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/12279A334EF98A4C17&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F12279A334EF98A4C17&quot; width=&quot;640&quot; height=&quot;425&quot; alt=&quot;&quot; filename=&quot;cfile22.uf@12279A334EF98A4C17435A.png&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
때는 바야흐로 3개월 전, 골목 사이에서 하루종일 고양이가 울어대고 있었다. 어머니께선 고양이가 3일 밤낮으로 시끄럽게 울어대니 뭔가 조치를 취해야 한다고 생각하셨는지, 냉큼 달려가 새끼고양이를 포획해 왔다. 지저분하고 몇일을 굶었는지 빼빼 마른 새끼(욕 아님)였다. 한쪽 눈이 제대로 떠지지 않은 모양새인걸 보니 약하다고 어미가 버렸을 것이라 생각된다.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1277F5334EF98A4A2F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1277F5334EF98A4A2F&quot; width=&quot;640&quot; height=&quot;427&quot; alt=&quot;&quot; filename=&quot;cfile30.uf@1277F5334EF98A4A2F133B.png&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
각설,&lt;br /&gt;
&lt;br /&gt;어머니께선 한달쯤 데리고 있다가 동물병원에 줘서 입양시키려 하셨지만, 정이 들어버려서 그냥 내 방에서 키우기로 했다. 전용화장실도 마련해 주고, 고양이 밥도 마련해 주고, 그냥저냥 지금까지 석달째 아주 잘 보내고 있다. &lt;font color=&quot;#8e8e8e&quot;&gt;(때문에 고양이 알러지가 있는 여친님께서는 우리집에 놀러오지도 못하고, 나를 만나고나면 알러지 증상이 도지는 등의 부작용을 겪고 계신다. 죄송해요 여친님 ㅠ.ㅠ)&lt;/font&gt; 녀석의 성은 고씨요. 이름은 금동이라 칭하여지며 밥먹는 시간과 잠깐의 사냥놀이 시간을 빼곤 잠만잔다.&lt;br /&gt;
&lt;br /&gt;&amp;nbsp;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1305E5334EF98A4F28&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1305E5334EF98A4F28&quot; width=&quot;640&quot; height=&quot;425&quot; alt=&quot;&quot; filename=&quot;cfile29.uf@1305E5334EF98A4F2870C8.png&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
금동이는 의식한다 카메라.&lt;br /&gt;
&lt;br /&gt;잠만 자다가도 카메라를 들이대면 눈을 뜬다. 의식하는거야? 그런거야?&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1674E9334EF98A5130&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1674E9334EF98A5130&quot; width=&quot;640&quot; height=&quot;425&quot; alt=&quot;&quot; filename=&quot;cfile30.uf@1674E9334EF98A5130CAD6.png&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
이제는 두 눈 다 땡글 땡글 잘도 뜬다.&amp;nbsp;</description>
      <category>세상을 보는</category>
      <category>cat</category>
      <category>고금동</category>
      <category>고양이</category>
      <category>금동이</category>
      <category>반려동물</category>
      <category>발바닥</category>
      <category>사진</category>
      <category>애완동물</category>
      <category>입양</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/511</guid>
      <comments>https://kaonic.tistory.com/511#entry511comment</comments>
      <pubDate>Tue, 27 Dec 2011 18:12:25 +0900</pubDate>
    </item>
    <item>
      <title>드디어 완성한 즈고크 샤아 커스텀 버전</title>
      <link>https://kaonic.tistory.com/510</link>
      <description>그러니까, HG인데 이걸 대체 얼마나 걸려서 만든 것인가 하면, 무려 반 년에 걸쳐서 만들었다. 아주 심심할 때 다리 한짝, 잊고 있다가 문득 또 다리 한짝, 조금 만들고 내버려 두었다가 또 조금 만들고, 그러다보니 참 오랜 시간이 걸린 듯. 마음 먹고 진득히 앉아서 만들면 두세시간이면 만들 것을 질질 끌었네. &lt;br /&gt;
&lt;br /&gt;아직 안만들고 사두기만한 건프라가 아직 세개나 더 남아있군.&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1148C24B4E2EB43C05&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1148C24B4E2EB43C05&quot; width=&quot;640&quot; height=&quot;427&quot; alt=&quot;&quot; filename=&quot;cfile1.uf@1148C24B4E2EB43C057E96.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
Left : RX-78-2 GUNDAM E.F.S.F. Prototype Close-Combat Mobile Suit&lt;br /&gt;
Right : MSM-07S Z'GOK&amp;nbsp; Principality of ZEON Char's custom type amphibious Mobile Suit&lt;br /&gt;
&lt;br /&gt;건담과 대치하는 즈고크랄까. 뭔가 비현실적이긴 하지만, 어짜피 비현실이니까 패쓰. 이왕 만든거 둘을 세워놓고 사진 좀 찍어 봤음. 무려 넉달만에 하는 포스팅이 이런거라서&amp;nbsp;스스로에게 미안하군. ㅋㅋ&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/173AC64B4E2EB43C27&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F173AC64B4E2EB43C27&quot; width=&quot;640&quot; height=&quot;427&quot; alt=&quot;&quot; filename=&quot;cfile23.uf@173AC64B4E2EB43C277089.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1636354B4E2EB43D14&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1636354B4E2EB43D14&quot; width=&quot;640&quot; height=&quot;427&quot; alt=&quot;&quot; filename=&quot;cfile1.uf@1636354B4E2EB43D14D4CF.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/193CBF4B4E2EB43E1E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F193CBF4B4E2EB43E1E&quot; width=&quot;640&quot; height=&quot;427&quot; alt=&quot;&quot; filename=&quot;cfile24.uf@193CBF4B4E2EB43E1E74D5.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/203ABA4B4E2EB43E28&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F203ABA4B4E2EB43E28&quot; width=&quot;640&quot; height=&quot;427&quot; alt=&quot;&quot; filename=&quot;cfile25.uf@203ABA4B4E2EB43E28F030.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1542BD4B4E2EB43F14&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1542BD4B4E2EB43F14&quot; width=&quot;640&quot; height=&quot;427&quot; alt=&quot;&quot; filename=&quot;cfile22.uf@1542BD4B4E2EB43F14E63C.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;</description>
      <category>즐기는 것들/애니메이션</category>
      <category>LUMIX GH2</category>
      <category>MSM-07S Z'GOK</category>
      <category>photo</category>
      <category>RX-78-2 GUNDAM</category>
      <category>건담</category>
      <category>건프라</category>
      <category>사진</category>
      <category>즈고크</category>
      <category>프라모델</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/510</guid>
      <comments>https://kaonic.tistory.com/510#entry510comment</comments>
      <pubDate>Tue, 26 Jul 2011 21:45:03 +0900</pubDate>
    </item>
    <item>
      <title>야 한 밤 에</title>
      <link>https://kaonic.tistory.com/509</link>
      <description>&lt;br /&gt;
두시 반까지는 콘티를 마구 끄적여주마! 라는 굳센 결심과 함께 머릿속에서 마구마구 스쳐가는 이미지를 엄청나게 못그리는 그림으로 엄청나게 그려대고 있는 판국에 창 밖에서 들려오는 발정난 고양이들의 울음소리가 산통을 다 깨놓는다! 누군가는 애기울음 소리 같다 했던가. 엄청나게 귀에 거슬려 백만년 만의 집중 모드가 깨져버렸다. 어쩌면 좋앙 ㅠ.ㅠ&amp;nbsp;밖으로 나가 내쫓았더니, 저 건너편 집 사이로 쑤셔들어가버렸는데, 집에 들어왔더니 다시 들려온다. 소리가 조금 멀어졌지만, 고음이 어찌나 잘 울려퍼지는지 날카롭기 그지 없구나. 그래, 너희들의 욕망에 불타는 욕정이 가득한 그 마음을 모르는 것은 아니지만, 나도 내 할 것은 해야 하지 않겠니? 그러고보니 한동안 이런 걸 쓰지 못했구나 싶어, 이렇게 끄적이고 있다는 전설의 야!한,밤,이 되어버렸다. 어쨌든 내일의 일과를 위해 세시엔 잠을 자야 하니, 이것도 그리 오래는 못 잡고 있어서 대충대충 싸지르고 있긴한데. &lt;br /&gt;
&lt;br /&gt;
발정난 고양이덕에 간만에 잉여롭구나 하며, 한창 잉여로울 때를 생각해보니 잉여로우면 아무것도 안하는 나. 역시 바쁠 때! 이런 짓이 더욱 재미나고, 활기차게 마구마구 무언가 써내렸던 것 같은데, 오랫만에 해보니 바쁠때의 여유가 바로 잉여로운 짓이랄까. 아예 잉여로우면 사람 추욱~ 쳐져서 아무것도 못하는 것 같긴 하다. 이제와 생각해보니 요즘엔 그 바쁨도 뭔가 초월해 버려서 마음속에 안식없이 초조함만 가득하도다. 바쁘던, 잉여롭던, 마음속에 여유가 없으면 문어발놀이는 하기 힘든거였다. 혹자는 늙어서 그렇다고 하지만, 그건 인정 못하겠고. 그냥 그렇다고......&lt;br /&gt;
&lt;br /&gt;
무튼! 고양이들의 멋진! 신음소리 덕분에 20분간 잉여롭게 블로그들을 둘러보고 있었는데,&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(68, 68, 68); font-family: Verdana, Gulim; font-size: 13px; &quot;&gt;&lt;a href=&quot;http://toxicalice.tistory.com/1452&quot; class=&quot;lnk9&quot; style=&quot;color: rgb(0, 102, 153); text-decoration: none; &quot;&gt;&lt;span id=&quot;title_1384044576&quot; class=&quot;title&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://toxicalice.tistory.com/1452&quot; target=&quot;_blank&quot; title=&quot;[http://toxicalice.tistory.com/1452]로 이동합니다.&quot;&gt;[정보] 정작 만나야할 남자들은 어디서 무얼 하느냐&lt;/a&gt;&lt;/span&gt;&amp;nbsp;이글을 보고 빵 터져버렸다. 이 분 무언가 제대로 알고 있는 여성이다. 앞의 글을 읽고 즐거운 마음에 예전에 자주가던 블로그들을 좀 둘러보았는데, 많은 분들이 변질되어 놀라웠다. 뭔가 좋은 정보와 즐거워 보이는, 혹은 도움되는 신변잡기가 올라오던 곳이 분명하였으나, 간만에 들러보니 업체 혹은 방송 리뷰전문 사이트로 대변신! 읽을 거리가 없어진 블로그가 무척 많아져서 놀라워라~ 랄까. 물론 본인들이 이런 소릴 들으면 그렇지 않다고 말할지도 모르지만, 포스팅의 70% 이상이 그런 식이면 나머지 30%의 예전 모습도 별로 보고 싶어지지 않는 것이 진실이다. 결국 RSS 구독을 취소한 블로그가 열 개가 넘었다. 나도 리뷰를 좀 많이 쓰면 업체리뷰도 쓸 수 있을테고, 그럼 블로그로 예전처럼 수익이 좀 나지 않을까? 라는 막역한 생각도 좀 하긴 했지만, 여유없음으로 욕심부려선 안 돼. 라고 결론지었다.&lt;br /&gt;
&lt;br /&gt;
그러니, 이제 이 낙서도 이만 접고 잠을 자야겠소.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ps. 그러고보니 한창 잘 나갈때는 일일 방문객이 천 단위였는데 이젠 백 단위에 오르는 일도 벅차구나....ㅋㅋ&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <category>이야기 상자</category>
      <category>발정난 고양이</category>
      <category>야한밤에</category>
      <category>잉여</category>
      <category>주절주절</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/509</guid>
      <comments>https://kaonic.tistory.com/509#entry509comment</comments>
      <pubDate>Mon, 23 May 2011 02:48:26 +0900</pubDate>
    </item>
    <item>
      <title>초현실의 하루</title>
      <link>https://kaonic.tistory.com/508</link>
      <description>&lt;br /&gt;
트위터도, 페이스북도 온통 지진과 방사능에 대한 걱정이다. 하루종일 반복되며 늘어가는 뉴스를 보면 한숨만 나온다.&amp;nbsp;지각이 이동하고, 방사능 오염에 대한 걱정과 루머가 떠도는 지금의 초현실 속에서 할 말을 찾기도 어렵다. 무어라 말을 쏟아내도 그저 궁색한 공포와 합리일 뿐이겠지. &lt;br /&gt;
&lt;br /&gt;
잠에서 깨기 직전까지 꿈을 꾸었지만, 아무것도 기억나지 않는다.&amp;nbsp;온 몸이 으스러지는 기분이었다. 그냥 기분 뿐이다. 몸은 몇 일 전보다도 상태가 좋아서 아주 쌩쌩하다.&amp;nbsp;그저 감각만이 남아서 안그래도 늦잠을 자, 오전에 해치우고자 한 일을 못 해치웠다는 자괴감과 섞여 찜찜한 하루를 열었을 뿐이다. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/151819524D80B1A327&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F151819524D80B1A327&quot; width=&quot;640&quot; height=&quot;640&quot; alt=&quot;&quot; filename=&quot;cfile25.uf@151819524D80B1A327C1CD.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
몇 일 전에는 컴퓨터가 갑자기 안 켜지기 시작했다. 여러가지 시도 끝에 겨우 부팅을 시켰는데, 화면엔 온통 잡다한 노이즈가 제 멋대로 날아다니고 깜빡인다. 안전모드 외에는 진입이 불가능했다. 뜯어보니&amp;nbsp;그래픽카드의 콘덴서 두 개가 터져있었다. 아, 이런. 머리를 긁적이며 주로 거래하던 컴퓨터 부품업체에 그래픽카드를 주문했다. 일주일 전, 저녁에 갑작스레 들린 탁. 소리가 원인이었을 거다. 그리고 컴퓨터가 작동하지 않던 날 전원을 넣으며 들린 탁. 그렇게 두 개의 콘덴서가 멋대로 터졌다.&lt;br /&gt;
&lt;br /&gt;
잡다한 일을 처리하고, 집으로 돌아오는 길.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/18524E534D80B29918&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F18524E534D80B29918&quot; width=&quot;640&quot; height=&quot;852.6101694915255&quot; alt=&quot;&quot; filename=&quot;cfile2.uf@18524E534D80B29918589E.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
건물 사이에 끼어 있던 간판을 발견(가끔 보긴 했지만 의식적인 발견으로써의......)했다. 오랫동안 불이 꺼진채 거기에 있어, 미쳐 인식하지 못하던 옛 이야기가 모습을 드러낸다. 015 삐삐가 곁에서 사라진지 대체 몇 해가 지난 걸까? 10년은 넘었을 텐데, 아직까지 남아있는 서울삐삐의 잔재는 '내게 삐삐를 쳐달라'고 부르짓던, 지난 직장 동료(바우)의 오래전 자작곡(이걸로 회사 오디션도 봤었다. 참 인상 깊었는데......)이 떠오른다. 지나간 시간이 다시 돌아와 겹쳐 흐르는 감각이다.&lt;br /&gt;
&lt;br /&gt;
그렇게 초현실적인 하루가 마감되어 간다.&lt;br /&gt;</description>
      <category>이야기 상자</category>
      <category>015</category>
      <category>pager</category>
      <category>간만의 하루</category>
      <category>간판</category>
      <category>그래픽카드</category>
      <category>내게 삐삐를 쳐줘</category>
      <category>삐삐</category>
      <category>시간</category>
      <category>초현실</category>
      <category>콘덴서</category>
      <category>펑</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/508</guid>
      <comments>https://kaonic.tistory.com/508#entry508comment</comments>
      <pubDate>Wed, 16 Mar 2011 22:04:59 +0900</pubDate>
    </item>
    <item>
      <title>SF장르영화의 모호성에 대한 짧은 생각</title>
      <link>https://kaonic.tistory.com/507</link>
      <description>&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화가 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;B&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;급을 탈피하는 계기가 되어준 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스타워즈&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1977)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;를 시작으로 최근의 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;인셉션&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(2010)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;에 이르기까지 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르는 현대 할리우드 영화의 지배적인 존재로 자리 잡았다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;하지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;팬덤 세계에서는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;라 칭하는 대부분의 작품이 비주류에 속한다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이 경우 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 정의를 어떻게 내리는가가 매우 중요한 관점의 차이를 만들어내게 된다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;극단적인 예를 들어보자면 이들에게 있어 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;지구를 지켜라&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(2003)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화지만 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;성냥팔이 소녀의 재림&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(2002)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;은 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;소재를 차용한 액션영화에 불과하다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;차이는 간명하다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;전자는 과학적 사고를 변용함으로서 인간과 과학의 철학적 사고 작용을 고려&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;어느 정도는 허황되지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;했다면&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;후자는 과학이라는 허울을 뒤집어쓴 공상적 사고를 바탕으로 액션을 고려했다고 볼 수 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이와 함께 이해할 수 있는 것은 모든 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화가 테크놀로지를 최전면에 내세우는 것은 아니라는 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;다만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;어떠한 단계에서든 과학적 상상력을 지닌 철학적 사고를 바탕으로 동기화된다고 보는 것이 옳을 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이는 문학에서도 공통적으로 보이는 관점인데&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, 19&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;세기에 들어와 과학소설은 다양한 장르적 실험 속에서 독자적인 영역을 구축하기 시작했다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그러나 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;20&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;세기에 접어들어 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;차례의 세계대전을 겪으며 전쟁과 함께 급속히 발달된 과학에 대한 공포가 맞물려&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;통속 잡지와 연재만화를 통해 표출되던 문화적 흐름은 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 장르적 모호함을 불러일으키기에 충분했다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;서부극이나 갱스터 영화에서 보이는 일관된 도상의 적용이 거의 불가능할 정도 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르의 경계는 이례적으로 흐릿한 점이 많다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이는 장르의 정의와 분석에 있어 커다란 어려움으로 작용해 왔다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그럼에도 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화에는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;작가인 피터 와츠&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(Peter Watts)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;가 언급한 바와 같이 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;“&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;과학소설이 테크놀로지 측면에서 다른 종류의 소설과 구분&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;”&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;되는 특징이 있다고 볼 수 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;또한&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;브라이언 올디스&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(Brian Wilson Aldiss)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;“SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;란 진보하고 있지만 아직 혼란스러운 우리 지식으로&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;우주 안에서 인간에 대한 정의&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(definition)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;와 그 위상&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(status)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;을 연구하는 작업&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;”&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이라고 언급한 바와 같이 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화에서 그러한 경향을 간과할 수는 없다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;하지만 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;로써 다루어지는 과학적 측면이 장르의 중심에 자리 잡지 않는 경우가 많기 때문에 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르의 범위에 대한 논쟁은 계속 이어지고 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르가 이러한 논쟁 속에서도 분명한 하나의 장르로써 자리 잡을 수 있었던 것은&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 정의가 불분명할 정도로 장르적 변용이 다양하나&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시대의 흐름에 따라 그 집단적 범위가 비교적 유연하게 적응되어 왔기 때문이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;파멜라 아나스&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(Pamela Annas)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;가 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;“&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;미국은 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화에 관한 정치적으로 좌파이며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;페미니즘적이고&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이론적인 분석을 아직 갖고 있지 못하며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그것을 절실히 필요&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;”&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;하다고 말한 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1980&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년 이후&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;현재에 이르기까지 그의 지적은 비교적 유효한 셈이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이처럼 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르소설에 비해 그 정의가 미약한 편이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;익숙한 구조와 전형적인 인물상&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;친숙한 도상들은 장르영화 관객들의 기대를 충족시켜줌으로써 영화 산업의 안정에 도움을 주었지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;다양한 장르적 혼합이 일반적인 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르에 있어&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;어떤 패턴을 찾아보기 어려웠기 때문이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 하위 장르로써 구분되는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;액션&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;호러&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스릴러 등 다양한 혼합장르가 존재하나 이는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화로써 분석되기보다 각각의 혼합된 액션&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;호러&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스릴러 등으로 분석되는 것이 일반적이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;때문에 이를 통해 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화로써의 관습성을 찾아낸 다는 것은 단순히 설정상의 과학적 요소가 타당하게 작용되는 것인가 아닌가를 논할 수밖에 없다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;따라서 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;액션은 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;소재를 차용한 액션 장르로써 분석하는 것이 타당하며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;호러&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스릴러 역시 마찬가지라 할 수 있을 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;와는 거리가 먼 주제를 다루고 있는 영화들인 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;트루먼쇼&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1998), &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;바닐라 스카이&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(2001), &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이터널 선샤인&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(2004) &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;등에서 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장치들이 서사적 전제로 도입됨으로써 장르의 재조합을 통해 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;가 지닌 포스트모더니즘의 성격을 가늠할 수 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그러나 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 모호한 장르적 혼합 속에도 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화가 지닌 특징을 찾아볼 수 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그것은 자연과 문명&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;인간과 비인간&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;외계인&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;괴물&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;안드로이드 혹은 사이보그 등&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;), &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;과거와 미래 등의 대립구조를 통한 다양한 이데올로기의 표현이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;하지만 이러한 대립구조는 여타 장르의 대립항과 비교해 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화만의 특징이라 보기엔 어렵다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;또한 대부분의 강력한 장르적 혼합물은 과학이 지닌 사회&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;-&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;정치적 의미에 대한 탐구는 없이 특수효과가 만들어내는 볼거리에 더 의존적이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;때문에 이들 혼합 장르의 연구에 있어 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;가 지닌 다양한 방향성 보다는 비주얼에 집중함으로써 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화가 과학적 사고로써 비춰보는 현 사회에 대한 사회&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;인문&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;정신&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;기호학적인 분석이 드문 편이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;결과적으로 많은 수의 진지한 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화가 내포하고 있는 과학기술의 통제 여부&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;혹은 아직은 알려지지 않은 미지의 과학을 통한 자연의 속박으로부터 해방되거나 여전히 구속된&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;현실의 변화 속에서 이뤄지는 인간의 존재와 사회적 관계에 대한 관심은 잘 드러나지 않는다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;현대 대중문화의 한 부분으로써 커다란 영향력을 지니게 된 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화가 지닌 흥행성과 관객의 몰입을 생각해볼 때&lt;sup class=&quot;footnote&quot;&gt;&lt;a href=&quot;#footnote_507_1&quot; id=&quot;footnote_link_507_1&quot; onmouseover=&quot;tistoryFootnote.show(this, 507, 1)&quot; onmouseout=&quot;tistoryFootnote.hide(507, 1)&quot; style=&quot;color:#f9650d; font-family: Verdana, Sans-serif; display: inline;&quot;&gt;&lt;span style=&quot;display: none;&quot;&gt;[각주:&lt;/span&gt;1&lt;span style=&quot;display: none;&quot;&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;다양한 분석이 요구되는 시점이라 하겠다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 변화는 시각 효과 산업의 급증과 함께 발전해온 것이지만 그 변화가 미래의 비전과 현재의 변형을 전달하는 측면에서만 설명할 수는 없다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스타워즈&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1977)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;를 미국 할리우드 영화의 단계를 나누는 지표라고 삼는다면 그 이전 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화에 대해 세 단계로 나눌 수 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 1950&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대는 냉전 알레고리가 지배했던 대로 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;2&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;차 세계 대전 이전의 장르의 불분명한 시작을 알리면서 선정적인 통속 서사와 함께 행성 충돌과 원자 폭탄&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;돌연변이가 등장했다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 1960&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 말과 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1970&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대에는 그 디스토피아적 시각이 더 두드러진다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1940&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 이전의 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화는 주로 호러&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;선정적인 통속 서사&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;원자 폭탄&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;돌연변이&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;외계인&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;마치 괴물과도 같은&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;), &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;마인드컨트롤 등을 다룸으로써&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르적 영역을 확고히 다지고 있던 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;소설의 문화 현상적 정의에 속하지 않은&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;구체적이지 못한 호러영화의 고딕적 특성을 내제하고 있었다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;즉&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;과학기술을 바탕으로 한 상상력이라기보다 새롭고 신기한 현상들이나 이론&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;대표적으로 연금술이나 외계에 대한 근원적 공포 같은 것에 그 뿌리를 두고 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;당시 미국의 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화에는 미친 과학자가 많이 등장하는데 이들은 언제나 반사회적인 성향을 지니고 있으며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;호러분위기의 암울한 섬이나 외딴 저택처럼 고립된 명백하게 고딕적인 장소에서 작업을 진행함으로써 과학자&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;연금술사&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;혹은 마법사&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;라는 공식이 그려진다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이와 같이 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1930&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 이전 미국 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화의 특징은 과학에 대체로 무관심한 고딕 호러에 기반을 둔 정서가 가득했다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이 시기는 호러 영화의 한 부분이 될 수 있어도 아직까지 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화로서의 특성이 잘 드러나지 않는다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;프랑켄슈타인&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1931)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;에서 프랑켄슈타인 박사가 신체를 조합하는 것은 외과적 수술에 불과하며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;새로운 생명을 불어넣는 것은 마치 마법과도 같다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이와 함께 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;투명 인간&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1933), &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;닥터 모로의 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;DNA&amp;gt;(1933), &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;매드 러브&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1935)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;등을 통해 특유의 혼종성을 볼 수 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이러한 특징은 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1950&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대에도 어느 정도 이어지게 된다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;한편&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;유럽에서는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;메트로폴리스&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1927)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;와 같이 첨단 산업 테크놀로지 및 기계 문명의 시대착오적 구성을 통해 사회적 본성에 대해 탐구함으로써&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;소설에서 다루는 관점인 과학적 사고를 바탕으로 인류의 미래에 대한 디스토피아적 미래상을 제시한 대규모 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화가 등장하기 시작했으나&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;아엘리타&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1924), &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;다가올 세상&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1936) &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;등의 작품 이후 장르의 주요 영역을 차지하기도 전에 그 흐름이 끊기고 말았다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이는 할리우드의 자본이 유럽의 스튜디오로 잠시 흘러들어갔다가 물러간 시기와도 맞물려 있어 아쉬움을 남긴다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 1930&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 이들 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;‘SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;고딕&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;’&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;과 다르게 형성된 저예산 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;‘&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스페이스 오페라&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;’ &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시리즈는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;플래시 고든&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1936), &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;벅 로저스&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1939)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;로서 행성 간 전쟁&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시간 여행 등이 등장하여 이후 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화에 그 영향을 미친다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;하지만 이것이 진지한 성찰의 계기는 나가지는 못했다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 1950&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 들어서 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화 제작은 이전보다 많았지만 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;지구 최후의 날&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1951) &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;금지된 세계&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1956)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;와 같은 몇몇 영화를 제외하고 장르로서의 뚜렷한 방향성을 제시하지 못했다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1960&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 말에 이르러서야 비로소 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화에 새로운 방향을 제시한 영화가 등장한다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그것은 스탠리 큐브릭의 대작&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &amp;lt;2001 &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스페이스 오디세이&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1968). &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이 영화는 더글러스 트럼블의 지휘 하에 특수 효과의 새로운 기준을 세우며 테크놀로지에 지배되면서 비인간화의 과정과 인류 문화를 묘사하며 평단과 관객들에게 사회적 풍자로서의 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;를 제시했던 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그리하여 이어지는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1970&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대의 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화에서는 디스토피아적 미래 풍경이 지배하였다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 1970&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대의 영화의 변화는 이후 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르가 팽창할 수 있는 길을 열게 된 것이었다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;우주보다 미래의 지구를 배경으로 냉소적인 결말 등을 통하여 동시대 사회에 대한 풍자라는 분명한 의도를 드러내기도 하였던 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이러한 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1970&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대의 창조적인 실험의 분위기 이후 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1980&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대에는 영화 산업의 판도가 글로벌화 되면서 대기업화된 영화 산업 분위기의 영향을 받는다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스타워즈&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 전례 없는 성공으로 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;가 주목받게 되었다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;또한 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;스타워즈&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;가 입증했듯&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;는 특수 효과가 강조되기 때문에 스펙터클한 무대로 관객들의 호응을 얻게 된 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;바야흐로 블록버스터의 시대에 돌입하게 된 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그로 인해 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1970&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대의 사회적 풍자와 냉소를 버리고 우주 판타지로 회귀하게 된다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1970&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 당시 사회상을 반영하는데 로널드 레이건 대통령을 위시한 보수주의 사회의 당연한 퇴행을 의미하기도 했다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;우주에 대해 우호적이던 이 당시 분위기와 달랐던 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;에일리언&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1979)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;은 혐오스런 여체의 이미지를 징벌하는 방식으로 드러나는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;‘&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;신체 호러&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;’&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 하나로 볼 수 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이후 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;비디오드롬&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1983)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;과 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;플라이&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1986)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;에서 나타나듯 섹슈얼리티 정체성과 감염에 대한 공포는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;80&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 에이즈 공포를 드러내는 알레고리였다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;사회의 불안을 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;에서 차용해 극대화 시킨 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;1980&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 이후 점차 증가하는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르의 혼종성은 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;블레이드 러너&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(1982)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 주인공 데커드가 체험하는 시대와 장소&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;양식들의 당혹스런 혼동을 만들어낸다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 80&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년대 이후의 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;영화들&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;(&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;터미네이터&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시리즈&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;로보캅&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시리즈&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;백투더퓨쳐&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시리즈&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;토탈리콜&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;등&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;은 현대 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;액션 영화의 초석이 되어 주었다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이를 통해 기술에 대한 다양한 시각을 조망하게 되었다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이와 함께 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;에일리언&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시리즈는 재탄생을 거듭하며 호러에서 액션으로 변모해 갔으며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;쥬라기 공원&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시리즈를 통해 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;는 엔터테인먼트의 주요한 장르로써 자리 잡았다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이후 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화가 지닌 대부분의 특징을 고스란히 물려받아 획기적인 시각특수효과와 함께 기술과 문명에 관한 공포와 관계를 감각의 영역으로 확장함으로써 실재와 인식에 대해 사유하는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;매트릭스&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시리즈의 등장을 통해 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화의 또 다른 전성기를 맞이하였다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화의 정의는 늘 명확하지 않다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그것이 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르의 특성 중 하나라고 볼 수 있는데 포스트모던의 특징인 모호성의 최전선에 위치한 것이 바로 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이기 때문이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 즉, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화는 포스트모더니즘의 특질을 고스란히 드러낸다 할 수 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;사진 영상의 전통에 도전하는 디지털화를 통하여 재현의 변화를 실천하고 테크놀로지의 변화를 문제 삼아 그것이 인류 정체성에 미치는 영향을 가장 먼저 고민하며 인간 본성에 대해 질문을 던지고 인간에 대한 전통적 가설에 때로는 회의를 나타내며 도전하는 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;재차 반복하지만 -&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화는 본질적으로 포스트모던 장르로 볼 수 있을 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 앞서 SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화의 흐름을 앞서 살펴보았지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;대부분은 여타 장르와 혼합된 시각적&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;전제적 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;에 더 많은 부분이 할애되어 있는 것이 현실이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;하지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르의 본질적인 힘은 현상을 해체함으로써 그 속에 담긴 과학적 성찰을 통해 세상을 다른 관점으로 바라볼 수 있는 포스트모더니즘적 시각에 있다 할 수 있을 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;하여 흔히 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;가 지녀야한다고 생각되는 테크놀로지가 전면적으로 부각되지는 않지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;에 관한 장르적 본질을 통해 철학적 사고가 지닌 힘으로 풀어낸 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화를 살펴보겠다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이를 통해 장르의 혼합을 통해 서사적 전제로써 여타 장르를 풀어나가는 보조 장치로서의 변용이 아닌 오직 그 자체로써 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 장르적 특징을 드러낼 수 있을 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1369CF594D6A3C7305&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1369CF594D6A3C7305&quot; width=&quot;300&quot; height=&quot;427.5&quot; alt=&quot;&quot; filename=&quot;cfile27.uf@1369CF594D6A3C73057AC1.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
상식에 대해&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;믿음에 대해 의문을 던지는 영화 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;케이 팩스&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(2001)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;는 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 장르적 상상력을 통해 이를 잘 표현하고 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;어느 날 케이팩스라는 행성에서 왔다고 주장하는 남자 프롯이 정신병원에 들어온다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그를 그저 정신병자라 생각하던 의사 마크는 치료도중 그의 말 속에 담긴 진실을 느끼며 혼란에 빠진다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그가 왔다고 주장하는 케이팩스라는 곳은 세계에서 오직 몇 명의 학자들만 알고 있는 실존하는 행성이며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그의 과학적 지식은 석학들을 능가했던 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;또한 정신병원에서 특유의 지적이며 이상한 행동을 통해 정신병자들의 이해를 받기 시작한다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이를 통해 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화의 특징 중 하나인 사회풍자를 여실히 보여주고 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이와 함께 프롯의 원래 이름이 로버트이며 고향은 뉴멕시코의 시골마을이었으며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;아내와 딸을 처참하게 죽인 살해범이라는 사실이 밝혀진다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그럼으로써 의사인 마크를 비롯해 관객들조차 혼란에 빠지게 만든다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;결과적으로 영화는 인간의 현상에 대한 믿음을 철저히 해체하기 시작한다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;프롯이 외계인인가 아닌가 하는 미스터리 요소에 집중할 수도 있지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시선을 조금 틀어보면&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;현상을 바라보는 또 다른 시각을 통해 현대 인류가 옳다고 믿고 있는 것이 어떤 범주에서든 옳을 수 있는 것인가에 관점을 맞춤으로써 인간의 본성에 대해 질문하며 고민하게 만든다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/176ADE594D6A3C7202&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F176ADE594D6A3C7202&quot; width=&quot;300&quot; height=&quot;439&quot; alt=&quot;&quot; filename=&quot;cfile7.uf@176ADE594D6A3C72024C5B.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;맨 프럼 어스&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;gt;(2007)&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;는 영원한 생명을 다루고 있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 10&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년간 지방 소도시의 대학에서 고고학 강의를 하던 존 올드맨 교수가 갑자기 사직서를 제출하고 이사를 가려한다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;함께 일하는 고고학자&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;신학자&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;생물학자&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;심리학자 등 다양한 친구들이 급작스럽게 떠나려는 올드맨을 배웅하기 위해 그의 집에 모인다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;오직 올드맨의 작은 집 안팎에서만 이루어지는 영화는 그들의 대화로만 이루어진다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;친구들과 대화를 나누던 올드맨은 갑자기 이상한 이야기를 꺼낸다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. 1&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;4&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;천년 전부터 살아온 인간에 대한 이야기였다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그는 자신이 늙지 않는 다는 것을 사람들이 알아차리기 전에 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;10&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;년마다 다른 장소에서 새로운 삶을 시작한다는 것이다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;농담처럼 여기던 이야기에 친구들이 빠져들기 시작하며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그가 자신임을 밝히게 된다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;올드맨의 이야기는 지나치게 논리정연하며 막힘이 없다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;각각의 분야에 관한 역사적 오류와 진실에 대한 이야기가 시작되면서 종교에 대한 정의조차 부인하기 시작하며&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;긴장감이 고조된다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;좁은 공간에서 오직 대화로만 이루어지는 영화 속에 긴장감과 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르의 경외감이 고스란히 담겨있다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;논란의 여지가 있지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;부처의 가르침을 중동에 전파하려다가 예수가 되어버렸다는 올드맨의 이야기를 통해 불교가 서방으로 전파되면서 변화해 기독교가 되었다는 오래된 비주류 학자들의 논쟁을 담음으로써&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;시간이 흐르며 변화하는 문명과 종교에 대해 오래도록 의문을 가졌던&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;특유의 장르적 재현에 충실하다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;이를 통해 현재 인류가 지닌 역사적 믿음에 의문을 던짐으로써 포스트모더니즘의 특징을 드러낸다 하겠다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화는 다양한 장르와의 혼합을 바탕으로 그 정의에 있어서 모호함을 드러낼 수밖에 없다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;그런 경우 대부분의 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;요소는 영화장르에 있어 주류가 아닌 비주류로써 차용되는 것에 불과하다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;근거 없는 공상을 바탕으로 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;적 요소를 차용하는 것은 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화라기보다 공상의 보조도구로 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;요소가 적용되는 것에 불과하다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;물론 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;장르영화가 지닌 태생적 포스트모더니즘성을 완전히 배제한 범위 규정은 불가능하지만&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;앞서 살펴본 두 영화의 예에서도 드러나듯&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;단순 공상 이 아닌 과학적 근거 혹은 과학적 사고를 바탕으로 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;의 본질을 드러냄으로써&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;단순히 영화적 볼거리와 환상을 만들어내기 위한 차용이 아닌 &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;SF &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family:바탕;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;자체로서의 작용가능성을 열어놓는 것이 필요하다&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;0&quot; style=&quot;text-indent:10.0pt;layout-grid-mode:both;mso-pagination:none;text-autospace:none;mso-padding-alt:0.0pt 0.0pt 0.0pt 0.0pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family:바탕;mso-font-width:100%;letter-spacing:0.0pt;mso-text-raise:0.0pt;&quot;&gt;&lt;span style=&quot;font-family: Gulim; &quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
  &lt;ol class=&quot;footnotes&quot;&gt;
    &lt;li id=&quot;footnote_507_1&quot;&gt;인터넷 무비 데이터베이스(IMDB)에서 집계한 네티즌이 뽑은 최고의 영화는 &lt;스타워즈 : 새로운 희망&gt;(1977)이다. 이 외에도 50위 안에 든 SF영화는 &lt;블레이드 러너&gt;(1982) 13위, &lt;닥터 스트레인지 러브&gt;(1963) 14위, &lt;스타트랙 : 첫 번째 접촉(1996) 15위. &lt;스타워즈 : 제국의 역습&gt;(1980) 19위, &lt;2001 : 스페이스 오딧세이&gt;(1968) 29위, &lt;시계태엽장치 오렌지&gt;(1971) 34위, &lt;브라질&gt;(1985) 45위, &lt;스타워즈 : 제다이의 귀환&gt;(1983) 46위, &lt;에일리언 2&gt;(1986) 47위 등이 있다. &lt;a href=&quot;#footnote_link_507_1&quot;&gt;[본문으로]&lt;/a&gt;&lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;</description>
      <category>즐기는 것들/영화/드라마</category>
      <category>2001 스페이스 오디세이</category>
      <category>SF</category>
      <category>가능성</category>
      <category>과학소설</category>
      <category>금지된 세계</category>
      <category>다가올 세상</category>
      <category>닥터모로의 DNA</category>
      <category>디지털</category>
      <category>로보캅</category>
      <category>맨 프럼 어스</category>
      <category>메트로폴리스</category>
      <category>백투더퓨쳐</category>
      <category>범주</category>
      <category>성냥팔이 소녀의 재림</category>
      <category>소설</category>
      <category>스타워즈</category>
      <category>아엘리타</category>
      <category>영화</category>
      <category>인셉션</category>
      <category>장르</category>
      <category>정의</category>
      <category>지구 최후의 날</category>
      <category>지구를 지켜라</category>
      <category>케이 펙스</category>
      <category>터미네이터</category>
      <category>토탈리콜</category>
      <category>튜명인간</category>
      <category>팬덤</category>
      <category>프랑켄슈타인</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/507</guid>
      <comments>https://kaonic.tistory.com/507#entry507comment</comments>
      <pubDate>Sun, 27 Feb 2011 21:05:38 +0900</pubDate>
    </item>
    <item>
      <title>아침엔 직접 만든 까페라떼를~ 들이키자.</title>
      <link>https://kaonic.tistory.com/506</link>
      <description>&lt;P&gt;&lt;br /&gt;
마트에 갔다가 충동구매로 사버린 모카포트, 요즘들어 매일 같이 아메리카노를 만들어 먹었다. &lt;br /&gt;
&lt;br /&gt;오늘 아침,&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
문득!&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
라떼가 먹고 싶어졌다. 하지만, 라떼를 이루는 중요한 요소는 바로 우유거품! &lt;br /&gt;
&lt;br /&gt;거품기가 없네?&lt;br /&gt;
&lt;br /&gt;아침부터 라떼를 사먹겠다고 나가기도 싫었다. &lt;br /&gt;
&lt;br /&gt;그래서 그냥 집에 있는 걸로 어떻게든 만들어 먹겠다며, 라떼 제조 시작.&lt;br /&gt;
&lt;br /&gt;핸드밀로 커피를 열심히 갈고, 어제 먹고 그냥 내버려둔 모카포트를 씻고, 커피가루를 잘 담아&amp;nbsp;커피를 뽑기 시작.&lt;br /&gt;
&lt;/P&gt;
&lt;P&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/202D55364D59C0210D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F202D55364D59C0210D&quot; width=&quot;640&quot; height=&quot;640&quot; alt=&quot;&quot; filename=&quot;cfile3.uf@202D55364D59C0210D3F4A.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
모카포트를 불 위에 올려놓고 잠시 기다리면,&amp;nbsp;서서히 올라오는 진한 에스프레소&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/15257B364D59C02213&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F15257B364D59C02213&quot; width=&quot;640&quot; height=&quot;640&quot; alt=&quot;&quot; filename=&quot;cfile7.uf@15257B364D59C022135659.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
이제 에스프레소가 거의 다 올라왔다. 뽀골 뽀골 크레마가 폭폭... 강한 압력으로 단번에 추출하는 에스프레소 머신에 비하면 압력이&amp;nbsp;약하기에&amp;nbsp;컵에 옮겨 따르면 크레마가&amp;nbsp;거의 남아나지&amp;nbsp;않지만, 맛은 꿀리지 않는다. 커피가루를 담을 때 살짝 꾹꾹 눌러 담는 것이 포인트. 좀 눌러담아야 압력이 높아지니까. 그렇다고 너무 눌러담으면 엄청난 압력이 가해질테니 그 다음은 나도 모른다. ㅋ&lt;br /&gt;
&lt;br /&gt;머그컵에 그냥 우유를 들이붓고 전자렌지로 데웠다. 뜨끈하게 데워진 우유를 꺼내 젓가락으로 마구 저었더니 거품이 일기 시작, 스팀기로 만들어낸 세밀한 거품은 아니지만 그럭저럭 거품이 일어난다.&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/12240E364D59C02314&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F12240E364D59C02314&quot; width=&quot;640&quot; height=&quot;640&quot; alt=&quot;&quot; filename=&quot;cfile5.uf@12240E364D59C0231496FF.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
광속으로 컵 속을 휘젓는 젓가락의 힘으로 거품이 일어난다. 거품기가 있다면 좋겠네.&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1729AB364D59C02310&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1729AB364D59C02310&quot; width=&quot;640&quot; height=&quot;320&quot; alt=&quot;&quot; filename=&quot;cfile3.uf@1729AB364D59C023106D29.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
아무튼 열심히 2분 정도 저어서 거품이 일어난 뜨끈한 우유를 에스프레소 위에 따라낸다.&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1429E7364D59C02413&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1429E7364D59C02413&quot; width=&quot;640&quot; height=&quot;640&quot; alt=&quot;&quot; filename=&quot;cfile3.uf@1429E7364D59C024137770.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
라떼가 완성되었다.&lt;br /&gt;
&lt;br /&gt;맛은? 괜찮지만 우유가 조금 덜 들어간 것 같아서 너무 진한 맛이 났다. 우유의 부드러움이 잘 살아나지 않는 것 같아 조금 아쉽지만, 첫술에 배부를 순 없겠지, 이제 자주 만들어보며 내 취향의 비율을 알아내면 되는 것이다.&lt;br /&gt;
&lt;br /&gt;나도 이젠 바리스타? 데헷?!&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
참고,&lt;br /&gt;
&lt;br /&gt;1. 원두는 코스트코에서 파는 르완다산 원두를 이용했다. 저렴한 가격에 비해 맛은 평균적이라서 애용. 일부 어설픈 카페의 에스프레소보다 맛난 에스프레소를 즐길 수 있다.&lt;br /&gt;
&lt;br /&gt;2. 모카포트는 비알레띠 싱글. 이마트에서 이만원에 샀다.&lt;br /&gt;
&lt;br /&gt;3. 모카포트를 구입하고 일반 가스렌지에 올려서 사용하니 불의 면적이 넓어 손잡이가 살짝 녹아버리고, 아무리 불을 줄여도 열이 너무 광범위하게 올라와 윗 부분이 가열되어 모카포트가 전체적으로 과열, 추출된 커피가 끓어오르는 상황이 발생하여 조그마한 등산용 가스버너를 구입했다. 결과는 대만족! 제품은 &quot;코베아 캠프 56&quot; 56이란 숫자는 가스버너의 무게, 정말 56g이다. 매우 가볍다. 나중에 지리산 종주라도&amp;nbsp;다시 할라치면 꼭 가져가야 겠다. 옛날에 가져갔던 가스버너 무게의 십분의 일도 안 되는 듯.&lt;br /&gt;
&lt;br /&gt;4. 핸드밀은 사진에 안 나왔지만, 포렉스 세라믹 핸드밀. 커피를 갈아내는 날 부분이 세라믹으로 되어 있고 길쭉한 원통형이라 한 손에 잡고 돌리기 편하다. 세라믹 날을 사용하므로 쇳가루 걱정도 없고, 굵기 조절도 세밀하고, 세척도 용이하다.&lt;br /&gt;
&lt;/P&gt;</description>
      <category>여행과 식탐/만들어 먹다</category>
      <category>Cafe Latte</category>
      <category>Coffee</category>
      <category>DIY</category>
      <category>갤럭시S</category>
      <category>까페라떼</category>
      <category>라떼</category>
      <category>모카포트</category>
      <category>사진</category>
      <category>에스프레소</category>
      <category>커피</category>
      <category>포렉스 세라믹 핸드밀</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/506</guid>
      <comments>https://kaonic.tistory.com/506#entry506comment</comments>
      <pubDate>Tue, 15 Feb 2011 09:18:50 +0900</pubDate>
    </item>
    <item>
      <title>이게 최선입니까? 확실해요?</title>
      <link>https://kaonic.tistory.com/505</link>
      <description>&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1143415A4D3E236D27&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1143415A4D3E236D27&quot; width=&quot;640&quot; height=&quot;640&quot; alt=&quot;&quot; filename=&quot;cfile10.uf@1143415A4D3E236D270BFF.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
무언가 하고 있는 입장에서 최선과 확신을 의심받는다면, 그건 매우 실망스러운 일이다. 말마따나 목숨걸고 죽도록 열심히 무언가를 하며 살아가는 사람도 있겠지만, 대부분은 그저 열심히 할 뿐이다. 먹고 살기 위해 열심히 하고, 꿈을 위해, 그리고 놀기 위해 열심히 한다. 열심히 한다는 행위 자체가 목적인 경우 보다는 다른 목적을 위해 열심히&amp;nbsp;무언가를 할 뿐인 경우가 많다. 그러는 와중에 집중도 일어나는 것이고, 어쩌다보니 무아지경에 빠질 수도 있다. 그것이 최선이고 확신이다. 스스로 납득할 수 없는 일은 아무도 하지 않는다. 하다못해 껌을 씹어도 스스로 납득하는 타당한 이유가 있고, 그것이 현 상황에서의 최선이고 확신을 가진 행동이다.&amp;nbsp;껌을 씹기위해 턱을 움직이는 힘과 각도를 생각하며 씹는 행위를 망설이는 사람은 없다.(어쩌면 있을지도 모르지만, 내가 아는 한 없다.) 그래서 최선과 확실함이 신경에 거슬린다. 물론 그저 유행어일 뿐이고, 농담일 뿐이고, 어디에나 붙이면 웬지 재밋는 것이 사실이지만, 그렇게 가볍게 최선과 확실함을 묻는 우리는 정말 최선의 언어를 확실하게 사용하여 질문하고 있는 것일까?&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;이게 최선입니까? 확실해요?&lt;br /&gt;
&lt;br /&gt;
그렇게 물으니 웬지 최선이 아닌 것 같기도 하고, 이게 확실한 건지 아닌건지 의문이 생기는 군요.&lt;br /&gt;
&lt;br /&gt;
&lt;/strong&gt;</description>
      <category>이야기 상자</category>
      <category>Retro Camera</category>
      <category>갤럭시S</category>
      <category>사진</category>
      <category>손</category>
      <category>의문</category>
      <category>이게 최선입니까?</category>
      <category>최선</category>
      <category>확신</category>
      <category>확실</category>
      <category>확실해요?</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/505</guid>
      <comments>https://kaonic.tistory.com/505#entry505comment</comments>
      <pubDate>Tue, 25 Jan 2011 10:21:25 +0900</pubDate>
    </item>
    <item>
      <title>2011년에는 쫌......</title>
      <link>https://kaonic.tistory.com/504</link>
      <description>&lt;P&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1829E93D4D218F613B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1829E93D4D218F613B&quot; width=&quot;640&quot; height=&quot;425&quot; alt=&quot;&quot; filename=&quot;cfile2.uf@1829E93D4D218F613B4DF3.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
2011년이 시작되었다. 삼한사온 따위는 엿 바꿔 먹었는지 한파가 계속 이어지고 있다.&amp;nbsp;해가 넘어갈수록&amp;nbsp;새롭게 다짐하는 것이 없어진다. 지속적인 리셋이 있을 뿐이다. 지난 해에 못 다 이룬 소망들이 다시 고개를 든다. 2011년 1월 1일부터 시작된 금연은 삼일째를 맞이하고 있다. 들숨과 날숨이 교차하며 니코틴과 타르를 찾고 있다. 그것이 초조함을 낳는다. 그리하여 심난한 짜증을 일구고 있다.&amp;nbsp;새롭게 시작한 일이 해를 넘어오며 일 년 동안 질질 끌고 있는 기분이다. 마치 집중력장애가 생긴 것 같다.&lt;br /&gt;
&lt;br /&gt;힘 빡! 주고 몰아칠 수 있으면 좋겠네.&lt;br /&gt;
&lt;br /&gt;&lt;/P&gt;</description>
      <category>이야기 상자</category>
      <category>2011</category>
      <category>금연</category>
      <category>새해</category>
      <category>짜증</category>
      <category>할일</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/504</guid>
      <comments>https://kaonic.tistory.com/504#entry504comment</comments>
      <pubDate>Mon, 3 Jan 2011 18:00:04 +0900</pubDate>
    </item>
    <item>
      <title>배고픔 만으로 설명할 수 없는 굶주림</title>
      <link>https://kaonic.tistory.com/503</link>
      <description>&lt;DIV&gt;&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/180A27104CE7CFF206&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F180A27104CE7CFF206&quot; width=&quot;640&quot; height=&quot;480&quot; alt=&quot;&quot; filename=&quot;cfile9.uf@180A27104CE7CFF206B8D1.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;br /&gt;
&lt;/DIV&gt;해가 떠오를 때 정신줄을 놓쳤다. 진행하던 일이 걱정되었는지, 눈을 뜬 시간은 겨우 한 시간 쯤 지난 8시였다. 정신을 차려야 한다 생각했지만, 몸이 정신줄을 놓아주지 않았다. 그렇게 시간이 흐르고 몸을 일으켰을 때는 9시였다. 약속시간에 늦었고, 밤새진행하던 일도 제대로 끝내지 못했다. 몸이 자동으로 움직이기 시작했다. 씻고, 이를 닦고, 옷을 꿰고, 간밤에 사다둔 감귤쥬스를 한 잔 마시고도 타는 목을 부여잡고 집을 나섰다. 내리치는 햇살이 안개속에서 산란되어 온통 눈을 부시게 한다. 저 앞, 걸음인지 달음박질인지 알 수 없는 묘한 자세로 하이힐이 튀어가고 있었다. 불안한 그 모습에 오만 잡상이 떠오른다. 감각은 떨어져가고, 새로운 기술에 적응할 시간이 없다. 오래전부터 순차적으로 벌어지던 일들이 각자의 사정으로 한꺼번에 몰아치기 시작했다. 하나쯤은 포기해야 할 것 같지만, 엮여버린 끈을 그리 쉽게 풀어내던지지 못하고 있다. 크게 숨을 쉬어봐도, 묘한 우울감이 엄습했다. 그리고 그날, 서울과 대전, 경기도 광주 등을 오가며, 감귤쥬스 한 잔, 물 한 잔, 오렌지 쥬스 한 잔, 작은 봉지에 들어있는 이름도 기억나지 않는 과자 네 조각을 전부로 해가 떨어지고, 저 멀리 비행기 구름이 스쳐갈 때까지 아무것도 먹지 못했다. 그리고 굶주림에 대한 진정한 의미를 깨달았다. 배가 고프다는 것 만으로 굶주림을 표현할 수 없는 다르지만, 동질한. 그 무엇을 느꼈다.&lt;br /&gt;
&lt;br /&gt;</description>
      <category>이야기 상자</category>
      <category>굶주림</category>
      <category>삶</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/503</guid>
      <comments>https://kaonic.tistory.com/503#entry503comment</comments>
      <pubDate>Sat, 18 Dec 2010 02:10:13 +0900</pubDate>
    </item>
    <item>
      <title>달빛요정</title>
      <link>https://kaonic.tistory.com/502</link>
      <description>몇일 전 들려온 그의 부고 소식은 그저 덤덤하기만 했다. 모든 유명인의 부고가 그렇듯 아티스트 한 명이 또 사라졌구나 하고 지나쳤다. 약간의 시간이 흐르고 막연한 아쉬움이 묘하게 기억속에 자리잡아 떠오른다. 달빛요정의 부고는 그렇게 천천히 스며들었다. 춥고 배고픈 외로움의 감성에 젖은 그의 노래가 마음 한 구석에서 위로기능을 작동중이였나보다. 이제 누가, 어떤 아티스트가 또 나를 위로해 줄까 싶다. 그의 마지막 모습은 시너스에서 서유기 특별 상영을 하던 때였다. 좁은 극장에 앉아 서유기 선리기연의 상영을 기다리는 막간에 그가 나와 &quot;주성치와 함께라면&quot;을 외칠 때, 그의 부고를 들을 때보다 더 덤덤한 기분이었다. 하지만 시간이 흐르면서 귓속에 맴도는 진솔한 외침의 멜로디는 점점 커져만 갔다. 그렇게 흐르듯, 가볍게 다가와 고요하게 잔잔한 파문을 던지던 그의 새로운 외침이 이제 더이상 없으리라 생각하니 역시 섭섭하다.&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그곳은 아마 따스하고, 매일매일 고기반찬 정도는 가볍게 먹을 수 있겠지요. 처절한 외침이 아닌 달콤한 행복을 속삭여도 될거예요.&lt;div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;center&gt;&lt;iframe src=&quot;https://www.youtube.com/embed/V-kJniDV5hw?fs=1&amp;amp;amp&quot; width=&quot;480&quot; height=&quot;385&quot; frameborder=&quot;&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/iframe&gt;&lt;/center&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>이야기 상자</category>
      <category>달빛요정역전만루홈런</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/502</guid>
      <comments>https://kaonic.tistory.com/502#entry502comment</comments>
      <pubDate>Mon, 8 Nov 2010 17:30:07 +0900</pubDate>
    </item>
    <item>
      <title>2010 SF&amp;amp;판타지 페스티발 - 8월 1일 서울 애니메이션 센터</title>
      <link>https://kaonic.tistory.com/501</link>
      <description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/131BA00E4C5269A3A5&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F131BA00E4C5269A3A5&quot; width=&quot;540&quot; height=&quot;400&quot; alt=&quot;&quot; filename=&quot;SFFESTIVAL.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;FONT size=2&gt;2010년 8월 명동에 있는 서울 애니메이션 센터에서 SF팬들을 위한 문화 행사 &amp;lt;2010 SF&amp;amp;판타지 페스티벌&amp;gt;이&amp;nbsp;열립니다.&lt;br /&gt;
&lt;br /&gt;&amp;nbsp; 국내 유일의 SF 전문 도서관 SF&amp;amp;판타지 도서관(&amp;nbsp;에스에프 판타지 도서관,&amp;nbsp;&lt;/FONT&gt;&lt;A class=&quot;bold editor_blue_text&quot; onclick=&quot;window.open(this.href);return false;&quot; href=&quot;http://www.sflib.com/&quot;&gt;&lt;FONT color=#006699 size=2&gt;http://www.sflib.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;)과 SF 커뮤니티 Joy SF 클럽(조이 SF, &lt;/FONT&gt;&lt;A href=&quot;http://www.joysf.com/&quot;&gt;&lt;FONT color=#006699 size=2&gt;http://www.joysf.com/&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt;)에서 개최하는 이 행사는 영화, 소설, 게임, 애니메이션 등 대중적인 SF와 판타지 문화를 함께 즐기고 체험하는 것을 목적으로 하고 있습니다.&lt;br /&gt;
&lt;br /&gt;&amp;nbsp; 지난 2005년 이후 꾸준히 열린 &amp;lt;SF 파티&amp;gt; 행사를 계승하여 진행하는 이번 행사에서는 SF라는 문화와의 만남을 소재로&amp;nbsp;충실한 강연과 전시회가 마련되어 있습니다.&lt;br /&gt;
&lt;br /&gt;&amp;nbsp; 또한 2010년에 새로 나온 신간 장르 도서를 직접 보고, 저렴한 가격(최대 50%)으로 구입할 수 있는 할인 판매 행사를 통해 SF와 판타지 장르 문화를 좀 더 친근하게&amp;nbsp;접할 수 있습니다. (이날 행사에서 작년에 소개되어 호평받은&amp;nbsp;SF 무크지, 미래경 2호가 첫 선을 보일 예정입니다.)&lt;br /&gt;
&lt;br /&gt;&amp;nbsp; 참가비는 무료이며&amp;nbsp;SF와 판타지에 관심있는 분들이라면 누구든 편한 마음으로 찾아오셔서 장르에 대한 관심과 즐거움을 함께 나누실 수 있습니다.&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;행사 기간 : 2010년 8월 1일 (일요일)&lt;br /&gt;
행사 시간 : 12시부터 18시&lt;/STRONG&gt;&lt;br /&gt;
&lt;STRONG&gt;행사 장소 : 서울 애니메이션 센터 ( &lt;/STRONG&gt;&lt;/FONT&gt;&lt;A href=&quot;http://ani.seoul.kr/&quot; target=_blank jquery1278661526575=&quot;22&quot;&gt;&lt;STRONG&gt;&lt;FONT color=#006699 size=2&gt;http://ani.seoul.kr&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT size=2&gt;/ ) 명동역 하나 10분 거리 (약도 하단 첨부)&lt;br /&gt;
&lt;br /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;
&lt;TABLE style=&quot;MARGIN: auto auto auto 4.35pt; WIDTH: 369.15pt; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0cm 4.95pt 0cm 4.95pt&quot; class=MsoNormalTable border=0 cellSpacing=0 cellPadding=0 width=492&gt;
&lt;TBODY&gt;
&lt;TR style=&quot;HEIGHT: 39pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes&quot;&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 49pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-alt: solid windowtext .5pt&quot; width=65 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;시간&lt;SPAN lang=EN-US&gt;&lt;?xml:namespace prefix = o ns = &quot;urn:schemas-microsoft-com:office:office&quot; /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 164.25pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-top-alt: solid windowtext .5pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=219 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;내용&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 155.9pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-top-alt: solid windowtext .5pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=208 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;담당&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 39pt; mso-yfti-irow: 1&quot;&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 49pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt&quot; width=65 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot; lang=EN-US&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;12:00&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 164.25pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=219 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;개회사&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 155.9pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=208 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;　&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 39pt; mso-yfti-irow: 2&quot;&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 49pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt&quot; width=65 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot; lang=EN-US&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;12:30&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 164.25pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=219 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot; lang=EN-US&gt;SF&lt;/SPAN&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;와 나&lt;SPAN lang=EN-US&gt; : SF &lt;/SPAN&gt;팬으로 살아온 경이&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 155.9pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=208 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;전홍식&lt;SPAN lang=EN-US&gt; (SF&amp;amp;&lt;/SPAN&gt;판타지도서관 관장&lt;SPAN lang=EN-US&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 39pt; mso-yfti-irow: 3&quot;&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 49pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt&quot; width=65 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot; lang=EN-US&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;13:30&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 164.25pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=219 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;일본&lt;SPAN lang=EN-US&gt; SF : &lt;/SPAN&gt;쥬브나일&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 155.9pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=208 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;　&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 39pt; mso-yfti-irow: 4&quot;&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 49pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt&quot; width=65 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot; lang=EN-US&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;15:30&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 164.25pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=219 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;휴식&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 155.9pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=208 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;　&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 39pt; mso-yfti-irow: 5&quot;&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 49pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt&quot; width=65 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot; lang=EN-US&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;16:00&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 164.25pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=219 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;자가출판을 위한 이북&lt;SPAN lang=EN-US&gt;(E-book)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 155.9pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=208 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;이광희&lt;SPAN lang=EN-US&gt; (&lt;/SPAN&gt;길벗출판사&lt;SPAN lang=EN-US&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 39pt; mso-yfti-irow: 6&quot;&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 49pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt&quot; width=65 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot; lang=EN-US&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;17:00&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 164.25pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=219 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;지구 만들기&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 155.9pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=208 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;홍성오&lt;SPAN lang=EN-US&gt; (&lt;/SPAN&gt;조이&lt;SPAN lang=EN-US&gt; SF &lt;/SPAN&gt;클럽 운영자&lt;SPAN lang=EN-US&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style=&quot;HEIGHT: 39pt; mso-yfti-irow: 7; mso-yfti-lastrow: yes&quot;&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 49pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt&quot; width=65 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: center; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=center&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot; lang=EN-US&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;18:00&lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 164.25pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=219 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;폐회&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style=&quot;BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #000000; PADDING-BOTTOM: 0cm; BACKGROUND-COLOR: transparent; PADDING-LEFT: 4.95pt; WIDTH: 155.9pt; PADDING-RIGHT: 4.95pt; HEIGHT: 39pt; BORDER-TOP: #000000; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0cm; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt&quot; width=208 noWrap&gt;
&lt;P style=&quot;TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; WORD-BREAK: keep-all; mso-pagination: widow-orphan&quot; class=MsoNormal align=left&gt;&lt;SPAN style=&quot;COLOR: black; mso-ascii-font-family: '맑은 고딕'; mso-fareast-font-family: '맑은 고딕'; mso-hansi-font-family: '맑은 고딕'; mso-bidi-font-family: 굴림; mso-font-kerning: 0pt; mso-bidi-font-size: 10.0pt&quot;&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;　&lt;SPAN lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/15322D0C4C526A0E88&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F15322D0C4C526A0E88&quot; width=&quot;550&quot; height=&quot;435&quot; alt=&quot;&quot; filename=&quot;Map_big.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
긁어왔습니다. 저도 갈 예정입니다. ㅎㅎ</description>
      <category>이야기 상자</category>
      <category>2010 SF&amp;amp;판타지 페스티발</category>
      <category>Joy SF</category>
      <category>SF</category>
      <category>과학소설</category>
      <category>도서관</category>
      <category>서울 애니메이션 센터</category>
      <category>에스에프</category>
      <category>판타지</category>
      <category>행사</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/501</guid>
      <comments>https://kaonic.tistory.com/501#entry501comment</comments>
      <pubDate>Fri, 30 Jul 2010 15:02:09 +0900</pubDate>
    </item>
    <item>
      <title>올포스트데이 - 깍둑고기와 지짐김치 편에 다녀왔습니다.</title>
      <link>https://kaonic.tistory.com/500</link>
      <description>다녀온 감정을 그대로 전하기 위해서는 그날 바로 올렸어야 하나, 어찌어찌 정신없다보니 이렇게 몇일이 지난 시점에서야 쓰게 되는군요. 아무튼 올포스트의 야심찬 도전에 광명이 비치어 이런 기회가 점점 많아져서 배불리 먹을 수 있길 가난한 이 중생 기도드리옵나이다.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1442B5354C4D2910FA&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1442B5354C4D2910FA&quot; width=&quot;640&quot; height=&quot;852&quot; alt=&quot;&quot; filename=&quot;cfile9.uf@1442B5354C4D2910FA05AB.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
일이 늦게 끝나는 바람에 조금 늦게 주린 배를 움켜쥐고 도착한 지라 눈에 뵈는 것이 음식밖에 없었어요. 덕분에 올포스트 측에서 준비한 멋진! 배너 사진도 한 장 없구요. &quot;깍둑고기와 지짐김치&quot;의 전경도 없답니다. 흑.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;a href=&quot;http://olpost.com/event/kg/?c_uid=1897&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://olpost.com/event/kg/banner.html?c_uid=1897&quot; height=&quot;100&quot; width=&quot;400&quot;&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;
아무튼 늦게 도착해서 그런지 가게 안은 옹기종기 바글바글 흥겨운 분위기로 다들 맛있게 먹고 마시고 있었답니다. 뒤늦게 안 반가운 사실은 주류 무한 제공이였지만, 그날 따라 힘겨운 노동으로 온 몸이 파김치 다음날을 생각하니 도저히 많이 마실 수가 없어 맥주 두병만 먹었답니다.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/151171354C4D291108&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F151171354C4D291108&quot; width=&quot;640&quot; height=&quot;480&quot; alt=&quot;&quot; filename=&quot;cfile10.uf@151171354C4D2911080998.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
 &lt;br /&gt;
이렇게 구획별로 구분된 판에서 미리 다 구워진 고기를 데워먹는 것이 깍둑고기였어요. 부위는 잘 모르겠지만, 양념이 잘 베어들어 참 매콤한 것이 좋았답니다. 옆쪽에 숙주, 청경채와 함께 볶아 먹는 것이 깍지불고기였는데요. 이건 담백하고 고소한 것이 건강해지는 기분이었습니다. &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock dual&quot; style=&quot;text-align: center;&quot;&gt;
  &lt;table cellspacing=&quot;5&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;margin: 0 auto;&quot;&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/114341354C4D2912CF&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F114341354C4D2912CF&quot; width=&quot;315&quot; height=&quot;235&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
      &lt;td&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/114F69354C4D2913B3&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F114F69354C4D2913B3&quot; width=&quot;315&quot; height=&quot;235&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
왼쪽이 깍둑고기, 오른쪽이 깍지불고기&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/121174354C4D291427&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F121174354C4D291427&quot; width=&quot;640&quot; height=&quot;480&quot; alt=&quot;&quot; filename=&quot;cfile2.uf@121174354C4D291427D712.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
그리고 참 좋았던 것이 이렇게 칸이 나뉘어 있어서 김치와 마늘을 따로 구워먹을 수 있다는 것. 잘 구워진(튀겨진) 마늘은 참 바삭하고 고소했답니다. 고기와의 어우러짐은 쵝오. 물론 김치도요.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1147EC354C4D291167&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1147EC354C4D291167&quot; width=&quot;640&quot; height=&quot;852&quot; alt=&quot;&quot; filename=&quot;cfile21.uf@1147EC354C4D29116747C9.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
이렇게 세가지 소스에 고기를 찍어먹었는데요. 각각이 매콤하고 고소하고 달콤한 특징을 가지고 있어 색다른 맛을 연출해 주었지요.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/121682354C4D291423&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F121682354C4D291423&quot; width=&quot;640&quot; height=&quot;480&quot; alt=&quot;&quot; filename=&quot;cfile29.uf@121682354C4D291423F1BE.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
고기를 다 먹은 후엔 지짐김치찌개가 나옵니다. 역시나 이렇게 칸이 나뉘어 있어서 가운데선 김치찌개가 보글보글, 양 옆으론 계란후라이와 스팸이 지글지글 익어간답니다.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock triple&quot; style=&quot;text-align: center;&quot;&gt;
  &lt;table cellspacing=&quot;5&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;margin: 0 auto;&quot;&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/13191C354C4D291502&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F13191C354C4D291502&quot; width=&quot;210&quot; height=&quot;279&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
      &lt;td&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/17103D354C4D29150F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F17103D354C4D29150F&quot; width=&quot;210&quot; height=&quot;279&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
      &lt;td&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/16191E354C4D291602&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F16191E354C4D291602&quot; width=&quot;210&quot; height=&quot;156&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
밥위에 찌개와 계란과 스팸과 간장과 버터를 넣고, 쓱싹 비비면! 군침이 도는 간장계란버터스팸비빔밥이 완성!!&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/13490C354C4D2916AF&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F13490C354C4D2916AF&quot; width=&quot;640&quot; height=&quot;480&quot; alt=&quot;&quot; filename=&quot;cfile8.uf@13490C354C4D2916AFD12D.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
숟가락에 모션블러가 생길 정도로 광속으로 먹어치웠어요. 먹는 와중에 올포스트 직원 분들이 가끔 들러주셔서 이야기를 나누었는데 지나고보니 별로 기억이 안나네요. 굶주리긴 했나봐요. 흑 ㅠ.ㅠ 나중에 가격표를 봤는데 꽤 저렴한 가격에 푸짐한 메뉴더라구요. 삼성동에 계시는 분들 들러보세요. 저녁식사와 함께 술 한 잔 기울이는데 무척 적절합니다. 가게 분위기도 좋구요. 직원들도 친절하답니다. 점심메뉴도 있는 것 같던데 직장이 근처라면 자주 들러볼 것 같아요.&lt;br /&gt;
&lt;br /&gt;
올포스트의 푸짐하고도 푸짐한 배부른 이벤트, 좋았습니다. 앞으로도 번창하여 이런 이벤트가 자주 있으면 좋겠네요. 아쉬운 점은 제가 무척 부끄러운 사람인지라 다른 분들과의 교류가 전혀 없었다는 거, 기억력이 무척 안 좋아서 대화를 나눈 올포스트 직원분들의 닉을 하나도 기억 못한다는 겁니다만, 이런 이벤트 자주 하면 머릿속에 박히겠죠. ㅎㅎ 암튼 즐거운 올포스트데이였습니다.&lt;br /&gt;</description>
      <category>이야기 상자</category>
      <category>olpost</category>
      <category>갤럭시S</category>
      <category>깍둑고기와 지짐김치</category>
      <category>깍지</category>
      <category>맛집</category>
      <category>블로거</category>
      <category>사진</category>
      <category>삼성동</category>
      <category>올포스트</category>
      <category>올포스트데이</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/500</guid>
      <comments>https://kaonic.tistory.com/500#entry500comment</comments>
      <pubDate>Mon, 26 Jul 2010 15:46:08 +0900</pubDate>
    </item>
    <item>
      <title>공사판에도 흐린 날이 가고...</title>
      <link>https://kaonic.tistory.com/499</link>
      <description>&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2070F7134C440DE01B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2070F7134C440DE01B&quot; width=&quot;640&quot; height=&quot;852.6101694915255&quot; alt=&quot;&quot; filename=&quot;cfile24.uf@2070F7134C440DE01BE910.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
흐릿한 하늘과 습습한 공기 속을 가르며 몇 방울인가 비 떨어지는 오전의 기억을 뒤로 하고 쿵쾅거리는 공사판 위에 파란 하늘과 허이연 구름이 흐른다.&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/112F36134C440DE15A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F112F36134C440DE15A&quot; width=&quot;640&quot; height=&quot;852&quot; alt=&quot;&quot; filename=&quot;cfile8.uf@112F36134C440DE15AA9B0.jpg&quot; filemime=&quot;&quot;/&gt;&lt;/div&gt;
먼지가림막 사이로 흘러나오는 프레임의 아우성이 포악하다.&lt;br /&gt;</description>
      <category>세상을 보는</category>
      <category>Camera 360</category>
      <category>갤럭시 S</category>
      <category>공사판</category>
      <category>더위</category>
      <category>사진</category>
      <category>여름</category>
      <category>하늘</category>
      <author>kaonic</author>
      <guid isPermaLink="true">https://kaonic.tistory.com/499</guid>
      <comments>https://kaonic.tistory.com/499#entry499comment</comments>
      <pubDate>Mon, 19 Jul 2010 17:36:11 +0900</pubDate>
    </item>
  </channel>
</rss>