CINXE.COM
주니어 헤럴드
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.juniorherald.co.kr:80/newspaper/news01.asp?nl_keyid=1522","20170905030628","https://web.archive.org/","web","/_static/", "1504580788"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>주니어 헤럴드</title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <link rel="stylesheet" type="text/css" href="/web/20170905030628cs_/http://www.juniorherald.co.kr/css/default.css"></link> <link rel="stylesheet" type="text/css" href="/web/20170905030628cs_/http://www.juniorherald.co.kr/css/layout.css"></link> <link rel="stylesheet" type="text/css" href="/web/20170905030628cs_/http://www.juniorherald.co.kr/css/content.css"></link> <script type="text/javascript" src="/web/20170905030628js_/http://www.juniorherald.co.kr/js/jquery-1.11.2.js"></script> <script type="text/javascript" src="/web/20170905030628js_/http://www.juniorherald.co.kr/js/common.js"></script> <script type="text/javascript" src="/web/20170905030628js_/http://www.juniorherald.co.kr/js/jquery.flexslider.js"></script> <script language="JavaScript" src="/web/20170905030628js_/http://www.juniorherald.co.kr/js/chk.js"></script> <script type="text/javascript" src="/web/20170905030628js_/http://www.juniorherald.co.kr/js/jquery.roundimage.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20170905030628js_/https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20170905030628js_/http://wcs.naver.net/wcslog.js"></script> <script type="text/javascript"> if(!wcs_add) var wcs_add = {}; wcs_add["wa"] = "2171484c38f798"; wcs_do(); </script> </head> <style> #player { width: 300px; height: 50px; }? </style> <script> $(document).ready(function() { $window = $(window); $(window).scroll(function(){ if($window.scrollTop() > 400 ) $(".news-btn").addClass("fixed"); else $(".news-btn").removeClass("fixed"); }); }); </script> <script> $(document).ready(function() { $window = $(window); $(window).scroll(function(){ if($window.scrollTop() < 1300 ) $(".news-btn").stop(); else $(".news-btn").removeClass("fixed"); }); }); </script> <script type="text/javascript"> $(document).ready(function(){ $( "#t01" ).click(function() { $("#tabcont1").stop().show("slide",{ direction : "right"}, 500); }); $( "#t02" ).click(function() { $("#tabcont2").stop().show("slide",{ direction : "right"}, 500); }); $("#btn_login_close").click(function(e){ $("#tabcont1").stop().hide("slide",{ direction : "right"}, 500); $('#tab').animate({ marginRight: '0', }, 500, function() { // Animation complete. }); $("#tabcont1").removeClass("open"); $("#tabcont2").removeClass("open"); }); $("#btn_login_close2").click(function(){ console.log(123123); $("#tabcont2").hide("slide",{ direction : "right"}, 500); $('#tab').animate({ marginRight: '0', }, 500, function() { // Animation complete. }); }); $("#tabcont1").removeClass("open"); $("#tabcont2").removeClass("open"); }); $(document).ready(function(){ $( "#ttb01" ).click(function() { $("#tabcont2").stop().hide("slide", {direction : "right"}, 500); $('#tab').animate({ marginRight: '0', }, 500, function() { // Animation complete. }); $("#tabcont1, #tabcont2").removeClass("open"); if ($("#tabcont1").hasClass("open")) { $("#tabcont1").stop().hide("slide",{ direction : "right"}, 500); $('#tab').animate({ marginRight: '0', }, 500, function() { // Animation complete. }); $("#tabcont1, #tabcont2").removeClass("open"); } else { $('#tab').stop().animate({ marginRight: '+266', }, 500, function() { // Animation complete. }); $("#tabcont1, #tabcont2").addClass("open"); } }); $( "#ttb02" ).click(function() { $("#tabcont1").stop().hide("slide",{ direction : "right"}, 500); $('#tab').animate({ marginRight: '0', }, 500, function() { // Animation complete. }); $("#tabcont1, #tabcont2").removeClass("open"); if ($("#tabcont2").hasClass("open")) { $("#tabcont2").stop().hide("slide", {direction : "right"}, 500); $('#tab').animate({ marginRight: '0', }, 500, function() { // Animation complete. }); $("#tabcont1, #tabcont2").removeClass("open"); } else { $('#tab').stop().animate({ marginRight: '+266', }, 500, function() { // Animation complete. }); $("#tabcont1, #tabcont2").addClass("open"); } }); }); </script> <script type="text/javascript"> $(document).ready( function() { $('#btnSize .clsButton').click( function(){ //본문 영역을 변수에 담기 var $contents = $('#contents'); //alert($contents); //본문 영역의 폰트 사이즈 가져오기 var fontSize = $contents.css('fontSize'); //alert(fontSize); //폰트사이즈의 숫자만 가져오기 var num = parseFloat(fontSize, 10); //alert(num); //단위만 가져오기 var unit = fontSize.slice(-2); //alert(unit); // px 오른쪽에서 2자 가져옴 // 크게/작게 //alert(this.id); if(this.id == "fontBig") { num *= 1.5; } else if(this.id == "fontSmall") { num /= 1.5; } // 폰트 크기 재설정 $contents.css('fontSize', num + unit); }); }); </script> <script language="javascript">alert('로그인 후 이용하실 수있는 회원 서비스 입니다.\n\n로그인 하시기 바랍니다.');top.window.location.replace('/member/login.asp?strReURL=http://www.juniorherald.co.kr/newspaper/news01.asp?nl_keyid=1522');</script><!-- FILE ARCHIVED ON 03:06:28 Sep 05, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:50:29 Nov 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.486 exclusion.robots: 0.033 exclusion.robots.policy: 0.025 esindex: 0.01 cdx.remote: 9.751 LoadShardBlock: 130.73 (3) PetaboxLoader3.datanode: 112.051 (4) PetaboxLoader3.resolve: 141.853 (2) load_resource: 186.765 -->