CINXE.COM
언론사편집 구독
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,target-densitydpi=medium-dpi"> <title>언론사편집 구독</title> <meta property="og:title" content="채널A 언론사편집" /> <meta property="og:description" content="채널A에서 직접 편집하는 뉴스를 네이버 메인에서 확인하세요." /> <meta property="og:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/449/2024/07/10/logo_449_56_20240710140513.png" /> <meta property="og:url" content="http://media.naver.com/channel/promotion?oid=449" /> <meta property="og:type" content="website" /> <style> html,body{width:100%} html{font-size:10px;line-height:10px} body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0} body,input,textarea,select,button,table{font-size:14px;font-family:HelveticaNeue,AppleSDGothicNeo-Regular,sans-serif;line-height:1.25em} body{position:relative;background-color:#efefef;color:#000;-webkit-text-size-adjust:none} html[data-useragent*="Windows"] body{font-family:'나눔고딕',NanumGothic,'맑은 고딕','Malgun Gothic','돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif} .bfsize1{font-size:17px} .bfsize2{font-size:18px} .bfsize3{font-size:19px} .bfsize4{font-size:20px} img,fieldset{border:0} ul,ol{list-style:none} em,address{font-style:normal} a{color:#000;text-decoration:none} a:visited{color:#959595} table{border-collapse:collapse} hr{display:none !important} mark{color:inherit;background:none} .u_vc,.u_hc,.u_skip,.newsct_body caption,.blind{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px} #ct{position:relative;clear:both;width:100%} #ct.news_guide{background-color:#fff} #ct.news.r_tv_office,#ct.news.r_tv_news,#ct.news.r_tv_home,#ct.news.r_card{background-color:#efefef} #ct.r_mynews{overflow:hidden;background-color:#e6e9f3} .r_hotissue{background-color:#fff} .r_hotissue.news{background-color:#efefef} #ct:after{display:block;overflow:hidden;clear:both;content:'\00a0';height:0;font-size:0;line-height:0} .group:before,.group:after{content:"";display:table} .group:after{clear:both} .group{zoom:1} .is_hidden{display:none !important} .title,.explanation::before,.close_inner,.go_inner::before{background-image:url("https://ssl.pstatic.net/static.news/image/news/m/2018/11/21/sp_channel_promotion.png");background-size:380px 295px} .channel_promotion_wrap{position:relative;display:table;table-layout:fixed;width:100%;height:100%;text-align:center;letter-spacing:-1px;color:#222;background-color:#f9f9f9} .channel_promotion{display:table-cell;vertical-align:middle;padding:20px 0} .channel_promotion_inner{position:relative} .header{padding-bottom:16px} .header p{padding-top:13px;font-weight:bold;font-size:21px;line-height:25px} .title{width:59px;height:25px;background-position:-321px 0px;font-size:1px;line-height:initial;color:rgba(1,0,0,0);margin:0 auto} .point{color:#00d03e} .explanation{font-size:18px;line-height:22px} .explanation::before{width:316px;height:295px;background-position:0px 0px;display:block;margin:18px auto 9px;content:''} .close{position:absolute;top:0;right:0;padding:14px} .close_inner{width:18px;height:18px;background-position:-345px -30px;font-size:1px;line-height:initial;color:rgba(1,0,0,0);display:block;margin:0 auto} .go{display:inline-block;vertical-align:top;height:45px;border-radius:45px;padding:0 23px 0 20px;text-align:center;background-color:#04c83b} .go_inner{display:inline-block;vertical-align:top;padding-top:13px;line-height:19px;font-weight:bold;font-size:16px;color:#fff} .go_inner::before{width:19px;height:19px;background-position:-321px -30px;display:inline-block;vertical-align:top;margin-right:4px;width:19px;height:19px;content:''} @media (min-height:314px) { html,body{height:100%} } </style> <script> function isMobileDevice() { return /^.*(iPhone|iPod|iPad|Android).*/.test(navigator.userAgent); } </script> <script> (function () { try { if (isMobileDevice() && isAbleApplyPrefersColorScheme()) { document.querySelector("html").classList.add("DARK_THEME"); } } catch(e) {} function isAbleApplyPrefersColorScheme() { if (window.matchMedia("(prefers-color-scheme)").matches === false) { return false; } var userAgent = navigator.userAgent; if (userAgent.indexOf("NAVER") > -1) { if (/.*NAVER\([a-zA-Z]*;\s[a-zA-Z]*;\s([0-9]*);/.test(userAgent)) { return Number(RegExp.$1) >= 1000; } } else { return document.cookie.indexOf("NSCS=1") > -1; } return false; } })(); </script> <script> document.documentElement.setAttribute('data-useragent', navigator.userAgent); function showNoImage(elImg, type) { switch (type) { case "remove": try { elImg.parentNode.removeChild(elImg); } catch(e) {} break; case "removeParent": try { elImg.parentNode.outerHTML = ''; } catch(e) {} break; case "alt": elImg.outerHTML = ('<span class="noimage_text {imgClassName}">' + (elImg.alt || "") + '</span>') .replace('{imgClassName}', elImg.className); break; case "class" : var outerHTMLSource = Number(elImg.getAttribute("height")) > 0? '<span class="noimage_wrap {imgClassName}" style="height:' + elImg.getAttribute("height") + 'px;"><span class="noimage"></span></span>': '<span class="noimage_wrap {imgClassName}"><span class="noimage"></span></span>'; elImg.outerHTML = outerHTMLSource.replace('{imgClassName}', elImg.className); break; case "pressname" : var pressname = elImg.getAttribute("data-pressname"); elImg.outerHTML = '<span class="cjs_broadcast_noimg"><span class="noimg_text">' + pressname + '</span></span>'; break; case "noHeight": elImg.outerHTML = '<span class="noimage_wrap"><span class="noimage"></span></span>'; break; default: elImg.outerHTML = Number(elImg.getAttribute("height")) > 0? '<span class="noimage_wrap" style="height:' + elImg.getAttribute("height") + 'px;"><span class="noimage"></span></span>': '<span class="noimage_wrap"><span class="noimage"></span></span>'; } } function doAfterLoadEnd(callback, callbackOnPersisted) { var eventName = "onpageshow" in window ? "pageshow" : "load"; callback = callback || function(){}; callbackOnPersisted = callbackOnPersisted || function(){}; window.addEventListener(eventName, function(e) { try{ if(Boolean(e.persisted)){ callbackOnPersisted(); return; } }catch(e){} callback(); }); } </script> </head> <body> <div class="channel_promotion_wrap"> <div class="channel_promotion"> <header class="header"> <h1 class="title">네이버 뉴스</h1> <p><strong class="point">채널A</strong>에서 직접 편집하는 뉴스를<br>네이버 메인에서 확인하세요.</p> </header> <section class="section"> <div class="content"> <h2 class="blind">사용하기</h2> <a href="javascript:document.querySelector('form').submit();" class="go"><span class="go_inner">채널A 네이버 메인 추가</span></a> <p class="explanation">메인 뉴스판에서<br>채널A 주요뉴스를 볼 수 있습니다.</p> </div> <a href="javascript:history.back()" class="close"><span class="close_inner">이동</span></a> </section> </div> </div> <form action="https://nid.naver.com/nidlogin.login?svctype=262144&url=https://media.naver.com%2Fchannel%2Fpromotion%3Foid%3D449" method="post"> </form> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20241121_013430/js/generated/news.mobile.js"></script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20241121_013430/js/generated/statistics_jquery.js"></script> <!-- LCS --> <script type="text/javascript"> function initMa(){ var data = { "service": "news", "baseInfo": { "category": (function(){ var result = ""; if(result !== ""){ return result; } try{ return document.querySelector('meta[property="og:title"]') .getAttribute('content') .replace(/[\s]*:+[\s]*네이버[\s]*뉴스/, ''); }catch(e){ return ""; } })() }, "extraInfo": {} }; try{ ma.init({ api: "https://ma.news.naver.com/l", data: data }); }catch(e){} } </script> <script type="text/javascript"> window.ntm_news = window.ntm_news || []; doAfterLoadEnd(function () { var ntmUrl = "https://ntm.pstatic.net/scripts/ntm_b7032129a433.js"; ntmInit(ntmUrl); }); </script> <script type="text/javascript"> // NLog pageview 전송 var eventType = "onpageshow" in window ? "pageshow" : "load"; jQuery(window).on(eventType, function() { var sti = ""; var gdid = ""; if (isMobileDevice()) { // mobile } else { // pc sti = "news" } // ma 전송 try { initMa(); } catch (e) { } ntmCustomPageViewSend({ sti: sti, gdid: gdid }); }); </script> <!-- //LCS --> </body> </html>