CINXE.COM
Celltrion Healthcare
<!doctype html> <html lang="it"> <head> <meta charset="utf-8"> <link rel="shortcut icon" href="/images/celltrion_favicon.ico"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta http-equiv="imagetoolbar" content="no"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>Celltrion Healthcare</title> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/common.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/js/font-awesome/css/font-awesome.min.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/jquery.fullpage.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/font-awesome.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/nanumbarungothic.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/slick.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/slick-theme.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/swiper.min.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/motion.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/scrollbar.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/healthcare_sub.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.it/css/common.css?ver=191202"> <!--[if lte IE 8]> <script src="https://www.celltrionhealthcare.it/js/html5.js"></script> <![endif]--> <script> // 자바스크립트에서 사용하는 전역변수 선언 var g5_url = "https://www.celltrionhealthcare.it"; var g5_bbs_url = "https://www.celltrionhealthcare.it/bbs"; var g5_is_member = ""; var g5_is_admin = ""; var g5_is_mobile = ""; var g5_bo_table = ""; var g5_sca = ""; var g5_editor = ""; var g5_cookie_domain = ".celltrionhealthcare.it"; </script> <script src="https://www.celltrionhealthcare.it/js/jquery-1.12.4.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/jquery-migrate-1.4.1.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/jquery.menu.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/common.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/wrest.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/placeholders.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/jquery-1.11.3.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/jquery.fullpage.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/scrollify.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/jquery.bxslider.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/slick.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/swiper.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/user.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/scrollbar.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/common.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.it/js/jquery.cookie.js?ver=191202"></script> </head> <body> <div class="wrapper lang_ita"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous"> <script> $(document).ready(function () { $("#btmPopup").removeClass("on"); //if ("fr-fr" == "ko-kr" || "pt-br" == "ko-kr" || "en-gb" == "ko-kr") { setting_gnb(); setting_global(); //} else { // getGnbProduct(); //} }); $(window).load(function () { openBtmPopup("it"); }); function openBtmPopup(lang) { var cookieName = "footer_btmpopup_" + lang; if ($.cookie(cookieName) == "ok") { $("#btmPopup").removeClass("on"); } else { $("#btmPopup").addClass("on"); } }; function closeBtmPopup(lang) { var cookieName = "footer_btmpopup_" + lang; $.cookie(cookieName, "ok", { expires: 1, path: "/" }); $("#btmPopup").removeClass("on"); }; /*function getGnbProduct() { $.ajax({ url: '/ko-kr/home/jsongetfrontgnbproductlist', type: 'POST', data: { }, dataType: 'json', success: function (data) { var html = '', subhtml = '', firstKey = 0; var itemIdx = 0; $(data).each(function (idx, item) { itemIdx++; if (idx == 0) { firstKey = item.Product_key; } if ("ja-jp" == "ko-kr") { subhtml += '<li><a href="javascript:;" onclick="moveJPProduct(' + item.Product_key + ')">' + item.Title_top + '</a></li>'; } else { subhtml += '<li><a href="/ko-kr/products/product?pkey=' + item.Product_key + '">' + item.Title_top + '</a></li>'; } }); if ("ja-jp" == "ko-kr") { html += '<a href="javascript:;" onclick="moveJPProduct(' + firstKey + ')">PRODUCTS</a>'; } else { html += '<a href="/ko-kr/products/product?pkey=' + firstKey + '">PRODUCTS</a>'; } html += '<ul class="subGnb">'; html += subhtml; html += '</ul>'; $("#gnb_product").html(html); setting_gnb(); setting_global(); if (itemIdx == 0) { $("#gnb_product").hide(); } $("#gnb_product sup").css("font-size", "8px"); }, error: function (xhr) { alert(xhr); } }); };*/ function fileDown(fpath, fname, fnameOrg) { var params = "fileName=" + fname + "&filePath=" + fpath + "&fileNameOrg=" + fnameOrg; $.download("/ko-kr/home/filedownloader", params, "post"); }; function moveJPProduct(key) { var html = ''; html += '<a href="/ko-kr/products/product?pkey=' + key + '">はい</a>'; html += '<a href="javascript:;" onclick="hideJPProduct();">いいえ</a>'; $(".product_popup.jp .btn_area").html(html); $(".product_popup.jp").show(); }; function moveTargetProduct(code, key) { var html = ""; var linkUrl = ''; if ("fr" == code) { if ("r100" == key) { linkUrl = "http://base-donnees-publique.medicaments.gouv.fr/extrait.php?specid=67582262"; } else if ("h150" == key) { linkUrl = "http://base-donnees-publique.medicaments.gouv.fr/extrait.php?specid=62425937"; } else if ("h420" == key) { linkUrl = "http://base-donnees-publique.medicaments.gouv.fr/extrait.php?specid=68153262"; } } else if ("br" == code) { //if ("Remsima" == key) { // linkUrl = "https://www.celltrionhealthcare.com/en-us/products/product?pkey=5"; //} else if ("Truxima" == key) { // linkUrl = "https://www.celltrionhealthcare.com/en-us/products/product?pkey=6"; //} else if ("Herzuma" == key) { // linkUrl = "https://www.celltrionhealthcare.com/en-us/products/product?pkey=7"; //} else if ("RemsimaSC" == key) { // linkUrl = "https://www.celltrionhealthcare.com/en-us/products/product?pkey=13"; //} linkUrl = "https://www.celltrionhealthcare.com/en-us/home/main"; } html += '<a href="' + linkUrl + '" target="_blank">YES</a>'; html += '<a href="javascript:;" onclick="hideJPProduct();">NO</a>'; $(".product_popup.products_target .btn_area").html(html); $(".product_popup.products_target").show(); }; function hideJPProduct() { $(".product_popup").hide(); }; function moveOpenSite(url) { $(".product_popup.products .link_site_url").attr("href", url); $(".product_popup.products").show(); }; function moveBlankPage(url) { var target = "it"; if (url.indexOf("-be") > -1 && target.indexOf("-be") > -1) { location.href = url; } else { if (url.indexOf("it") > -1) { location.href = url; } else { $(".product_popup.global .link_site_url").attr("href", url); $(".product_popup.global").show(); } } }; function moveApprovalStatusPage(url) { $(".product_popup.approvalStatus .link_site_url").attr("href", url); $(".product_popup.approvalStatus").show(); }; //22-09-16 추가 function moveContact() { var html = ''; html += '<a href="/contactus/inquirylangs">OK</a>'; //html += '<a href="javascript:;" onclick="hideContact();">いいえ</a>'; $(".product_popup.contact .btn_area").html(html); $(".product_popup.contact").show(); }; function hideContact() { $(".product_popup").hide(); }; </script> <div class="skip_nav"> <a href="#header_wrap">GO Main Menu</a> <a href="#none">Go Main Contents</a> <a href="#footer_wrap">Go Bottom Menu</a> </div> <!-- // skip_nav --> <script> // 쿠키 입력 function set_cookie(name, value, expirehours, domain) { var today = new Date(); today.setTime(today.getTime() + (60*60*1000*expirehours)); document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + today.toGMTString() + ";"; if (domain) { document.cookie += "domain=" + domain + ";"; } } // 쿠키 얻음 function get_cookie(name) { var match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)')); if (match) return unescape(match[2]); return ""; } // 쿠키 지움 function delete_cookie(name) { var today = new Date(); today.setTime(today.getTime() - 1); var value = get_cookie(name); if(value != "") document.cookie = name + "=" + value + "; path=/; expires=" + today.toGMTString(); } </script> <style> .hidden {height:100% ; min-height:100%; overflow:hidden !important; touch-action:none;} .hd_pops_con{padding:20px; word-break:break-word; position: relative; z-index:99999; overflow-y:auto;} .hd_pops_con p{overflow-y:auto;} .hd_pops_footer{background: #51b948 !important;} .hd_pops_footer .hd_pops_reject{font-size: 12px !important; color:#fff !important; background: #51b948 !important; height:38px;} .hd_pops_footer .hd_pops_close{font-size: 12px !important; background: #51b948 !important;} </style> <!-- 팝업레이어 시작 { --> <div id="hd_pop"> <h2>Popup</h2> <span class="sound_only">No Popup.</span></div> <script> $(function() { $(".hd_pops_reject").click(function() { var id = $(this).attr('class').split(' '); var ck_name = id[1]; var exp_time = parseInt(id[2]); $("#"+id[1]).css("display", "none"); set_cookie(ck_name, 1, exp_time, g5_cookie_domain); }); $('.hd_pops_close').click(function() { var idb = $(this).attr('class').split(' '); $('#'+idb[1]).css('display','none'); }); $("#hd").css("z-index", 1000); }); </script> <!-- } 팝업레이어 끝 --> <div id="header_wrap"> <div class="header"> <h1> <a href="/" title="Go HOme">CelltrionHealthcare</a> </h1> <p class="view_gnb"><a href="#">gnb show</a></p> <div class="gnb_wrap"> <div class="gnb-inner"> <p>MENU</p> <ul id="gnb"> <li class="gnb_1dli gnb_al_li_plus" style="z-index:999"> <a href="/aboutus/chairman" target="_self" class="gnb_1da">Chi siamo</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="/aboutus/chairman" target="_self" class="gnb_2da">Saluti</a></li> <li class=""><a href="/aboutus/philosophy" target="_self" class="gnb_2da">Valori fondamentali</a></li> <li class=""><a href="/aboutus/compliance" target="_self" class="gnb_2da">Conformità</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:998"> <a href="/business/overview" target="_self" class="gnb_1da">Aree di interesse</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="/business/overview" target="_self" class="gnb_2da">Panoramica</a></li> <li class=""><a href="/business/autoimmune" target="_self" class="gnb_2da">Medicinale biosimilare</a></li> <li class=""><a href="/business/globalpartners" target="_self" class="gnb_2da">Business globale</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:997"> <a href="/careers/talents" target="_self" class="gnb_1da">Lavora con noi</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="/careers/talents" target="_self" class="gnb_2da">Talenti</a></li> <li class=""><a href="/board/recruitinglist" target="_self" class="gnb_2da">Posizioni Aperte</a></li> <li class=""><a href="/careers/recruitingprocess" target="_self" class="gnb_2da">Processo di assunzione</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:996"> <a href="javascript:;" onclick="moveContact()" target="_self" class="gnb_1da">Contatti</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="javascript:;" onclick="moveContact()" target="_self" class="gnb_2da">Contatti</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:995"> <a href="/board/newslist" target="_self" class="gnb_1da">Notizie</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="/board/newslist" target="_self" class="gnb_2da">Area Stampa</a></li> <li class=""><a href="/board/video" target="_self" class="gnb_2da">Video</a></li> <li class=""><a href="/board/faq" target="_self" class="gnb_2da">Domande frequenti</a></li> </ul> </li> </ul> </div> <p class="btn_close"> <a href="#">Gnb close</a> </p> </div> <!-- // gnb_wrap --> <!-- global_wrap --> <ul class="global_wrap"> <li class="prod"> <!-- <a href="javascript:;" onclick="moveOpenSite('http://www.celltrionhealthcareproducts.co.uk/');">PRODUCTS</a> --> <!-- <a href="javascript:;">KOR</a> --> <!-- <ul> <li><a href="https://www.celltrionhealthcare.com/ko-kr">KOR</a></li> <li><a href="https://www.celltrionhealthcare.com/en-us">ENG</a></li> </ul> --> </li> <li class="global"> <a href="javascript:;">GLOBALE</a> <div class="global_menu"> <div class="global-inner"> <!-- <p> <a href="https://www.celltrionhealthcare.com/ko-kr">KOR</a> <a href="https://www.celltrionhealthcare.com/en-us">ENG</a> </p> --> <div class="continent"> <div class="europe"> <p class="title">Europe</p> <ul> <!-- <li><a href="javascript:moveBlankPage('/')">Belgium(NL</a><a href="javascript:moveBlankPage('/fr-be')">FR</a>)</li> --> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.dk')">Denmark</a></li> <li> <a href="javascript:moveBlankPage('https://www.celltrionhealthcare.fi')">Finland(FI</a> <a href="javascript:moveBlankPage('https://www.celltrionhealthcare.fi/sv-fi/')">SV</a>) </li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.fr')">France</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.de')">Germany</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.hu')">Hungary</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.ie')">Ireland</a></li> <li><a href="/">Italy</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.nl')">Netherlands</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.no')">Norway</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.tr')">Turkey</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.co.uk')">United Kingdom</a></li> </ul> </div> <div class="asia"> <p class="title">Asia Pacific</p> <ul> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com')">Korea(KR</a><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com/en-us')">EN</a>)</li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.jp')">Japan</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.au')">Australia</a></li> <li style="margin:0;"></li> </ul> </div> <div class="n-america nontop"> <p class="title">North America</p> <ul> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.ca')">Canada(EN</a><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.ca/fr-ca')">FR</a>)</li> <li><a href="javascript:moveBlankPage('https://www.celltrionusa.com')">USA</a></li> <li style="margin:0;"></li> </ul> </div> <div class="n-america nontop"> <p class="title">Latin America</p> <ul> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.br')">Brazil</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.co')">Colombia</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.cl')">Chile</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.pe')">Peru</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.mx')">Mexico</a></li> <li style="margin:0;"></li> </ul> </div> </div> </div> <p class="btn_close"><a href="#">GLOBAL 메뉴 닫기</a></p> </div> </li> </ul> <!-- // global_wrap --> </div> <!-- // header --> </div> <!-- // header_wrap --><script type="text/javascript" src="https://www.celltrionhealthcare.it/js/main.js"></script> <script> $(document).ready(function () { initialization("Introduzione,Business,Valori,Globale"); $(".wrapper").removeClass("lang_kor"); $(".wrapper").addClass("main"); $(".footer_layout").hide(); $(".footer_layout").css("display", "none"); var cookies = ",26,28,30"; if (cookies != "") { var arr_cookieKey = cookies.split(','); var cookieCnt = 0; $.each(arr_cookieKey, function (idx, data) { if (data != "") { var cookieName = "hc_pop_" + data; if ($.cookie(cookieName) != undefined) { cookieCnt++; $("#" + cookieName).css("display", "none"); } } }); if ((arr_cookieKey.length - 1) > cookieCnt) { //$(".layer_dim").css("display", "block"); } } var arrProductTitle = [], arrProductColor = []; $(".slide-list .imgCon input[name=Tab_value]").each(function (idx, item) { arrProductTitle.push($(item).attr("line_title")); arrProductColor.push($(item).attr("line_color")); }); slick_slider_setting(arrProductTitle, arrProductColor); //getMainBoard('news'); // 191014 메인 레이어팝업 관련 추가 if ($('.layer_wrap').length > 0) { //$('body').css('overflow','hidden'); var win_w = $(window).width(); if (win_w > 1024) { } else { $('body').addClass('overHidden'); } $('body').on('scroll touchmove mousewheel wheel DOMMouseScroll', function (event) { // 터치무브와 마우스휠 스크롤 방지 event.stopPropagation(); //event.stopImmediatePropagation(); // event.preventDefault(); dimCheckPopup(); }); $('.layer_wrap .layer_close a').on('click', function () { $(this).parent().parent().parent().parent().hide(); dimCheckPopup(); }); } // 버튼 over if ("ko-kr" == "fi-fi" || "en-us" == "fi-fi") { $(".mapImg > a").on({ "mouseenter": function () { var idx = $(".mapImg > a").index($(this)); $(this).addClass("on"); }, // 버튼 out "mouseleave": function () { $(this).removeClass("on"); } }); } else { $(".mapImg > a").attr("href", "javascript:;"); $(".mapImg > a").css("cursor", "default"); } }); function initialization(langArrTooltip) { var $nav = $('#fp-nav ul li a span, .fp-slidesNav ul li a span'); var tooltip_list = null, scrollBar_active = null, scroll_active = null, anchors = null; // server측 인코딩에 대한 Script측 디코딩 ankh 수정 var s = decodeURIComponent((langArrTooltip + '').replace(/\+/g, '%20')); tooltip_list = s.split(","); anchors = s.split(","); //if ("fr-ca" == "ko-kr") { // $(tooltip_list).each(function (idx, item) { // var this_tooltip = tooltip_list[idx]; // tooltip_list[idx] = this_tooltip.replace('<br/>', '<br/>'); // anchors[idx] = "ttl_" + idx; // }); //} $(".scroll.heartbeat.main_scroll_section_move a").each(function (idx, item) { //if ("fr-ca" == "ko-kr") { // $(item).attr("href", "#" + anchors[idx]); //} else { $(item).attr("href", "#" + tooltip_list[idx + 1]); //} }); $('#fullpage').fullpage({ anchors: anchors, navigationTooltips: tooltip_list, navigation: true, sectionSelector: '.section', showActiveTooltip: true, afterRender: function () { $('.section').css('visibility', 'visible').animate({ opacity: 1 }); //if ("fr-ca" == "ko-kr") { // $("#fp-nav ul li").css("margin", "35px 0 0"); //} }, onLeave: function (origin, destination, direction) { openBtmPopup("it"); if (origin == 1 && destination == 2 && direction == 'down') { $('#fp-nav ul li a span').css('background-color', '#FFF'); $('.fp-tooltip').css('color', '#FFF'); } else if (origin == 2 && destination == 1 && direction == 'up') { $('#fp-nav ul li a span').css('background-color', '#FFF'); $('.fp-tooltip').css('color', '#FFF'); } else if (origin > 2 && destination < 3 && direction == 'up') { $('#fp-nav ul li a span').css('background-color', '#FFF'); $('.fp-tooltip').css('color', '#FFF'); } else { $('#fp-nav ul li a span').css('background-color', '#9bd3c6'); $('.fp-tooltip').css('color', '#000'); } }, css3: true, scrollingSpeed: 900, responsiveWidth: 1025, afterResponsive: function (isResponsive) { if (isResponsive == true) { $("#section-3, #section-4, #section-5").addClass('fp-auto-height'); } else { $("#section-3, #section-4, #section-5").removeClass('fp-auto-height'); } } }); } function expirePopupClose(key) { var cookieName = "hc_pop_" + key; $.cookie(cookieName, cookieName, { expires: 1 }); $("#" + cookieName).css("display", "none"); dimCheckPopup(); }; function dimCheckPopup() { var popup_length = $('.layer_wrap:visible').length; if (popup_length == 0) { $(".layer_wrap").hide(); $('.layer_dim').hide(); // 터치무브 및 마우스휠 스크롤 가능 $('body').off('scroll touchmove mousewheel wheel DOMMouseScroll'); //191015 추가 var win_w = $(window).width(); if (win_w < 1025) { $('body').css({ 'overflow': 'auto', '-ms-overflow': 'auto' }).removeClass('overHidden'); } } }; /*function getMainBoard(boardType) { $.ajax({ url: '/ko-kr/home/jsongetfrontboardlist', type: 'POST', data: { 'board_type': boardType }, dataType: 'json', success: function (data) { var html = ''; var num = 0; $(data).each(function (idx, item) { var img = "https://chahomeblob.blob.core.windows.net" + "/" + item.Img_path + "/" + item.Img_name; if (num > 0) { html += '<li class="swiper-slide">'; } else { html += '<li class="swiper-slide">'; } if (boardType == "notice") { html += ' <a href="/ko-kr/board/noticedetail?modify_key=' + item.Board_key + '">'; } else { html += ' <a href="/ko-kr/board/newsdetail?modify_key=' + item.Board_key + '">'; } if (item.Img_name == "" || item.Img_name == null) { html += ' <img src="/image/main/noimg.jpg" alt="No image">'; } else { html += ' <img src="' + img + '" alt="' + item.Img_alt + '">'; } html += ' <span class="tit">' + item.Title + '</span>'; html += ' </a>'; html += ' <span class="util">'; if (boardType == "notice") { html += ' <a href="/ko-kr/board/noticedetail?modify_key=' + item.Board_key + '" class="main_btn_more">더 알아보기</a>'; } else { html += ' <a href="/ko-kr/board/newsdetail?modify_key=' + item.Board_key + '" class="main_btn_more">더 알아보기</a>'; } html += ' </span>'; html += '</li>'; num++; }); $(".newsList.swiper-wrapper").html(html); if ("news" == boardType) { $("#li_notice").removeClass("on"); $("#li_news").addClass("on"); } else { $("#li_news").removeClass("on"); $("#li_notice").addClass("on"); } initNewsSwiper(); }, error: function (xhr) { alert(xhr); } }); };*/ function showSlide(board) { $('div#section-4 ul.tabMenu li').removeClass('on'); $('#li_' + board).addClass('on'); $('div#section-4 .swiper-container').hide(); $('#' + board + 'Slider').show(); } </script> <div id="fullpage"> <!-- section-1 --> <div id="section-1" class="section" data-section-name="Home" tabindex="0"> <div id="mainSlider" class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide" style="background-image:url(https://chahomeblob.blob.core.windows.net/mainbanner/192315500953-ce47782c-ea51-4f39-9b0f-6178402b4e4a.jpg);">bg_01_1.jpg</div> <div class="swiper-slide" style="background-image:url(https://chahomeblob.blob.core.windows.net/mainbanner/192315500956-03d1ee8f-e43c-419b-a149-fc159f5d43fe.jpg);">bg_01_2.jpg</div> <div class="swiper-slide" style="background-image:url(https://chahomeblob.blob.core.windows.net/mainbanner/191801151004-e0ecb910-3251-4a32-834e-f31d39e9704e.jpg);">192315510900-433db52a-a7a0-4c0b-b096-e9468ceef9aa.jpg</div> </div> </div> <div class="contents"> <p data-an="fade-in" data-an-order="1">Celltrion Healthcare</p> <p data-an="fade-in" data-an-order="2">Offriamo al mondo prodotti biologici innovativi, contribuendo al miglioramento del benessere dei pazienti e facilitandone l’accesso all’assistenza sanitaria.</p> <div class="swiper-pagination-wrap" data-an="fade-in" data-an-order="3"> <div class="swiper-pagination"></div> <div class="swiper-play-stop"> <a href="javascript:void(0);" class="stop"></a> </div> </div> </div> <p class="scroll heartbeat main_scroll_section_move"> <a href="#Business" data-index="1"> <img src="https://www.celltrionhealthcare.it/images/main/scroll_w_it.png" alt=""> </a> </p> </div> <!-- // section-1 --> <!-- section-2 --> <div id="section-2" class="section" data-section-name="Business" tabindex="0" style="background:url(https://chahomeblob.blob.core.windows.net/mainbusiness/200606180823-faa82c9f-b0c9-45b3-9506-76f13e343d7d.jpg) no-repeat left top;"> <div class="contents"> <div> <p data-an="fade-in" data-an-order="1">BUSINESS<span>Ci impegniamo per il raggiungimento di una crescita sostenibile.</span></p> <p data-an="fade-in" data-an-order="2" class="conTit">Celltrion Healthcare plasmerà un futuro più sano e più felice per l'umanità offrendo prodotti biologici di alta qualità.</p> <p data-an="fade-in" data-an-order="3" class="conTxt">Celltrion Healthcare offre prodotti biologici a circa 100 paesi collaborando con oltre 30 partner globali. Grazie all'esperienza pratica e alle conoscenze accumulate nel corso degli anni di lavoro nei mercati farmaceutici avanzati degli Stati Uniti e dell'Europa, Celltrion si è assicurata canali di distribuzione e ha fornito ai pazienti medicinali biosimilari a prezzi accessibili.</p> </div> </div> <div class="bg"></div> <p class="scroll heartbeat main_scroll_section_move"> <a href="#Products" data-index="2"> <img src="https://www.celltrionhealthcare.it/images/main/scroll_w_it.png" alt=""> </a> </p> </div> <!-- // section-2 --> <!-- section-3 --> <!-- <div id="section-3" class="section" data-section-name="Products" tabindex="0"> <div class="contents"> <div class="slide-list"> <div data-title="1"> <div class="conTxt"> <p> <span>PRODUCTS</span> </p> <p class="conTit">Remsima<sup>®</sup></p> <p class="conTxt">Remsima<sup>®</sup>는 2013년 8월 유럽의약품청(European Medicines Agency, EMA)과 2016년 4월 미국 식품의약국(Food and Drug Administration, FDA)의 승인을 받은 인플릭시맙(Infliximab) 바이오시밀러입니다. Remsima<sup>®</sup>는 류마티스 관절염, 강직성 척추염, 궤양성 대장염, 성인 크론병, 소아 크론병, 건선 등의 치료에 사용됩니다.</p> <p class="conBtn"><a href="/products/product?pkey=2" class="main_btn_more">더 알아보기</a></p> </div> <p class="imgCon pd01"> <span style="border-color:#6ab4a3;"> <img src="https://chahomeblob.blob.core.windows.net/mainproduct/192419440909-6273d5df-0558-4061-bc38-531c3d9fc2af.png" alt="main product Remsima" data-an="fade-in" data-an-order="2"> <span class="pd_tit" style="background-color:#65b2a0;">세계 최초 항체<br>바이오시밀러</span> <span class="bl_circle" style="background-color:#92cdbf;"><span></span></span> </span> <input type="hidden" name="Tab_value" value="" line_title="Remsima<sup>®</sup>" line_color="55b954" /> </p> </div> <div data-title="2"> <div class="conTxt"> <p> <span>PRODUCTS</span> </p> <p class="conTit">Truxima<sup>®</sup></p> <p class="conTxt">Truxima<sup>®</sup>는 2017년 2월 유럽의약품청(European Medicines Agency, EMA)과 2018년 11월 미국 식품의약국(Food and Drug Administration, FDA)의 승인을 받은 리툭시맙(Rituximab) 바이오시밀러입니다. Truxima<sup>®</sup>는 림프종, 만성 림프구성 백혈병, 류마티스관절염 등의 치료에 사용됩니다.</p> <p class="conBtn"><a href="/products/product?pkey=3" class="main_btn_more">더 알아보기</a></p> </div> <p class="imgCon pd01"> <span style="border-color:#962b44;"> <img src="https://chahomeblob.blob.core.windows.net/mainproduct/192420400956-0db20646-ae7f-45f6-aec3-feff1483580e.png" alt="main product Truxima" data-an="fade-in" data-an-order="2"> <span class="pd_tit" style="background-color:#86394b;">세계 최초 항체<br>바이오시밀러 항암제</span> <span class="bl_circle" style="background-color:#ba7988;"><span></span></span> </span> <input type="hidden" name="Tab_value" value="" line_title="Truxima<sup>®</sup>" line_color="962b44" /> </p> </div> <div data-title="3"> <div class="conTxt"> <p> <span>PRODUCTS</span> </p> <p class="conTit">Herzuma<sup>®</sup></p> <p class="conTxt">Herzuma<sup>®</sup>는 2018년 2월 유럽의약품청(European Medicines Agency, EMA)과 2018년 12월 미국 식품의약국(Food and Drug Administration, FDA)의 승인을 받은 트라스투주맙(Trastuzumab) 바이오시밀러입니다. Herzuma<sup>®</sup>는 HER2 과발현된 전이성 유방암, 초기 유방암, 전이성 위암 등의 치료에 사용됩니다.</p> <p class="conBtn"><a href="/products/product?pkey=4" class="main_btn_more">더 알아보기</a></p> </div> <p class="imgCon pd01"> <span style="border-color:#f38d36;"> <img src="https://chahomeblob.blob.core.windows.net/mainproduct/192421520948-62ee3522-2c67-4283-a8d3-2347dc37cf7e.png" alt="main product Herzuma" data-an="fade-in" data-an-order="2"> <span class="pd_tit" style="background-color:#ef8f3e;">항체 바이오시밀러<br>항암제</span> <span class="bl_circle" style="background-color:#f2b887;"><span></span></span> </span> <input type="hidden" name="Tab_value" value="" line_title="Herzuma<sup>®</sup>" line_color="f38d36" /> </p> </div> <div data-title="4"> <div class="conTxt"> <p> <span>PRODUCTS</span> </p> <p class="conTit">Remsima<sup>®</sup>SC</p> <p class="conTxt">Remsima<sup>®</sup>SC는 2019년 11월 유럽의약품청(European Medicines Agency, EMA)의 승인을 받은 인플릭시맙(Infliximab) 바이오 의약품입니다. Remsima<sup>®</sup>SC는 류마티스 관절염, 성인 크론병, 성인 궤양성 대장염, 성인 강직성 척추염, 성인 건선성 관절염, 성인 건선 등의 치료에 사용됩니다.</p> <p class="conBtn"><a href="/products/product?pkey=8" class="main_btn_more">더 알아보기</a></p> </div> <p class="imgCon pd01"> <span style="border-color:#6ab4a3;"> <img src="https://chahomeblob.blob.core.windows.net/mainproduct/200507560109-94ecf71e-bbf7-4ec5-abae-656adb476990.png" alt="램시마SC 제품이미지" data-an="fade-in" data-an-order="2"> <span class="pd_tit" style="background-color:#65b2a0;">세계최초 인플릭시맙<br>피하주사제형</span> <span class="bl_circle" style="background-color:#92cdbf;"><span></span></span> </span> <input type="hidden" name="Tab_value" value="" line_title="Remsima<sup>®</sup>SC" line_color="55b954" /> </p> </div> </div> --> <!-- slide-list --> <!-- </div> <p class="scroll heartbeat main_scroll_section_move"><a href="#News" data-index="3"> <img src="https://www.celltrionhealthcare.it/images/main/scroll_b_it.png" alt=""></a> </p> </div> --> <!-- // section-3 --> <!-- section-4 --> <!-- <div id="section-4" class="section" data-section-name="News" tabindex="0"> <div class="contents"> <div class="maintab_area"> <ul class="tabMenu"> <li id="li_news" class="on"><a href="javascript:void(0);" onclick="showSlide('news')">보도자료</a></li> <li id="li_notice"><a href="javascript:void(0);" onclick="showSlide('notice')">공지사항</a></li> </ul> </div> <div id="newsSlider" class="swiper-container"> <ul class="newsList swiper-wrapper"> <li class="swiper-slide"> <a href="/ko-kr/board/newsdetail?modify_key=579"> <img src="https://chahomeblob.blob.core.windows.net/board/222400550358-37a92049-3c04-405c-a8a1-bdfd0af2444e.jpg" alt=""> <span class="tit">브라질 연방정부 입찰서 '램시마' 수주 성공... '트룩시마', '허쥬마' 등 3개 제품 모두 공공 시장 독점 공급</span> </a> <span class="util"> <a href="/ko-kr/board/newsdetail?modify_key=579" class="main_btn_more"> 더 알아보기 </a> </span> </li> <li class="swiper-slide"> <a href="/ko-kr/board/newsdetail?modify_key=574"> <img src="https://chahomeblob.blob.core.windows.net/board/221109000349-e2f778f2-4618-4e5e-855f-5385159cad1d.jpg" alt=""> <span class="tit">셀트리온그룹, 회계 절차 판단에 대한 금융당국 결정 존중</span> </a> <span class="util"> <a href="/ko-kr/board/newsdetail?modify_key=574" class="main_btn_more"> 더 알아보기 </a> </span> </li> <li class="swiper-slide"> <a href="/ko-kr/board/newsdetail?modify_key=567"> <img src="https://chahomeblob.blob.core.windows.net/board/220805130321-06be8d24-c1e3-444d-a604-7bca8bdaaf52.jpg" alt=""> <span class="tit">셀트리온헬스케어, 2021년 연간 실적 발표. 1조 8,045억원의 역대 최대 매출 기록</span> </a> <span class="util"> <a href="/ko-kr/board/newsdetail?modify_key=567" class="main_btn_more"> 더 알아보기 </a> </span> </li> <li class="swiper-slide"> <a href="/ko-kr/board/newsdetail?modify_key=562"> <img src="https://chahomeblob.blob.core.windows.net/board/222100470228-d50536a9-561b-4583-86ae-09153896f1f5.jpg" alt=""> <span class="tit">'램시마SC' 스위칭 환자 대상 긍정적 임상 결과 ECCO 학회서 발표</span> </a> <span class="util"> <a href="/ko-kr/board/newsdetail?modify_key=562" class="main_btn_more"> 더 알아보기 </a> </span> </li> </ul> </div> <div id="noticeSlider" class="swiper-container" style="display: none;"> <ul class="newsList swiper-wrapper"> <li class="swiper-slide"> <a href="/ko-kr/board/noticedetail?modify_key=578"> <img src="https://chahomeblob.blob.core.windows.net/board/222304270302-b0b5f6c7-9a13-4aec-957b-8f5b69a388d0.jpg" alt=""> <span class="tit">[공지] 제22기 정기주주총회 실시간 웹캐스팅 시청 안내</span> </a> <span class="util"> <a href="/ko-kr/board/noticedetail?modify_key=578" class="main_btn_more">더 알아보기</a> </span> </li> <li class="swiper-slide"> <a href="/ko-kr/board/noticedetail?modify_key=575"> <img src="https://chahomeblob.blob.core.windows.net/board/222200290309-7a31262b-3e59-4883-b623-eb3122f66c2a.jpg" alt=""> <span class="tit">주주님들께 드리는 글</span> </a> <span class="util"> <a href="/ko-kr/board/noticedetail?modify_key=575" class="main_btn_more">더 알아보기</a> </span> </li> <li class="swiper-slide"> <a href="/ko-kr/board/noticedetail?modify_key=571"> <img src="https://chahomeblob.blob.core.windows.net/board/221005010338-1f5fc9cf-546a-4880-9f3a-86a3c5947ba1.jpg" alt=""> <span class="tit">[공지] 제22기 사업보고서 및 감사보고서에 관한 사항</span> </a> <span class="util"> <a href="/ko-kr/board/noticedetail?modify_key=571" class="main_btn_more">더 알아보기</a> </span> </li> <li class="swiper-slide"> <a href="/ko-kr/board/noticedetail?modify_key=572"> <img src="https://chahomeblob.blob.core.windows.net/board/221108500344-3445d170-168b-4b2e-a02a-e458578256b9.jpg" alt=""> <span class="tit">금융당국 회계감리와 증선위 결정 발표에 대한 셀트리온헬스케어 입장</span> </a> <span class="util"> <a href="/ko-kr/board/noticedetail?modify_key=572" class="main_btn_more">더 알아보기</a> </span> </li> </ul> </div> </div> <p class="scroll heartbeat main_scroll_section_move"> <a href="#Global" data-index="4"> <img src="https://www.celltrionhealthcare.it/images/main/scroll_b_it.png" alt=""> </a> </p> </div> --> <!-- // section-4 --> <!-- section-3 --> <div id="section-3" class="section lang" data-section-name="Corporate" tabindex="0"> <div class="contents"> <h2>Valori fondamentali</h2> <p>Celltrion Healthcare trasforma "Opportunità" in "Realtà".</p> <ul class="corporate"> <li> <p><img src="/images/main/main_lang_icon01.png" alt="창의력의 느낌인 전구 아이콘"></p> <dl> <dt><span>Creatività</span>Creatività</dt> <dd>Risolviamo i problemi andando oltre il nostro consueto modo di pensare e valorizzando il pensiero creativo.</dd> </dl> </li> <li> <p><img src="/images/main/main_lang_icon02.png" alt="날리는 깃발 아이콘"></p> <dl> <dt><span>Principi</span>Conformità ai principi</dt> <dd>Rispettiamo i principi mantenendo sicurezza e fiducia.</dd> </dl> </li> <li> <p><img src="/images/main/main_lang_icon03.png" alt="법원 느낌의 건물 아이콘"></p> <dl> <dt><span>Innovazione</span>Lo spirito della sfida</dt> <dd>Compiamo ogni sforzo per trovare nuove strade, a dispetto delle sfide.</dd> </dl> </li> <li> <p><img src="/images/main/main_lang_icon04.png" alt="지구본 아이콘"></p> <dl> <dt><span>I migliori al mondo</span>L'obiettivo di essere i migliori al mondo</dt> <dd>Ci impegniamo ad essere leader mondiali nella fornitura di medicinali biologici.</dd> </dl> </li> </ul> </div> <p class="scroll heartbeat main_scroll_section_move"> <a href="#Global" data-index="4"> <img src="/images/main/scroll_b_it.png" alt=""> </a> </p> </div> <!-- // section-3 --> <!-- section-5 --> <!-- <div id="section-5" class="section" data-section-name="Global" tabindex="0"> <div class="contents"> <p data-an="fade-in" data-an-order="1">GLOBAL NETWORKS</p> <p data-an="fade-in" data-an-order="2" class="conTit">바이오시밀러 유통의<br>글로벌 리딩 기업</p> <p data-an="fade-in" data-an-order="3" class="conTxt">셀트리온헬스케어는 인류의 복지 증진을 목표로<br />전 세계 110여국에 고품질의 바이오시밀러를 공급하며<br />글로벌 리딩 바이오의약품 유통 기업으로 거듭나고 있습니다.</p> <p data-an="fade-in" data-an-order="4" class="conBtn"><a href="/business/globalpartners" class="main_btn_more">더 알아보기</a></p> <div class="mapImg"> <img src="https://www.celltrionhealthcare.it/images/main_global.png" alt="global map"> <a href="/business/globalpartners?continent=03" class="btn_point nara1"><img src="https://www.celltrionhealthcare.it/images/btn_point.png" alt=""><span>북미</span></a> <a href="/business/globalpartners?continent=04" class="btn_point nara2"><img src="https://www.celltrionhealthcare.it/images/btn_point.png" alt=""><span>중남미</span></a> <a href="/business/globalpartners?continent=01" class="btn_point nara3"><img src="https://www.celltrionhealthcare.it/images/btn_point.png" alt=""><span>유럽</span></a> <a href="/business/globalpartners?continent=08" class="btn_point nara4"><img src="https://www.celltrionhealthcare.it/images/btn_point.png" alt=""><span>아프리카</span></a> <a href="/business/globalpartners?continent=08" class="btn_point nara5"><img src="https://www.celltrionhealthcare.it/images/btn_point.png" alt=""><span>중동</span></a> <a href="/business/globalpartners?continent=02" class="btn_point nara6"><img src="https://www.celltrionhealthcare.it/images/btn_point.png" alt=""><span>아시아</span></a> <a href="/business/globalpartners?continent=06" class="btn_point nara7"><img src="https://www.celltrionhealthcare.it/images/btn_point.png" alt=""><span>오세아니아</span></a> </div> </div> <div id="footer_wrap"> <div> <ul class="footer_menu"> <li><a href="/contactus/law">Legal Notice</a></li> <li><a href="/contactus/personal">Privacy Notice</a></li> <li><a href="/contactus/cookiespolicy">Cookies Policy</a></li> <li><a href="/contactus/location">Directions</a></li> </ul> <div class="footer_info"> <ul> <li>Copyright © 2019 Celltrion Healthcare Co.,Ltd. All rights reserved.</li> </ul> </div> <p>The product descriptions on this website are for offering information only. They are not intended for promoting PR or sales campaigns. <br>For more details on pharmaceuticals, please consult a doctor or a medical specialist. This site is intended for all over the world.</p> </div> </div> </div> --> <!-- // section-5 --> <div id="section-5" class="section" data-section-name="Global" tabindex="0"> <div class="contents"> <p data-an="fade-in" data-an-order="1">RETI GLOBALI</p> <p data-an="fade-in" data-an-order="2" class="conTit">L'azienda leader mondiale nel<br/> settore dei prodotti biologici</p> <p data-an="fade-in" data-an-order="3" class="conTxt">Celltrion Healthcare è diventata l'azienda leader mondiale specializzata in prodotti biologici, offrendo medicinali biosimilari di alta qualità a circa 110 Paesi, con l'obiettivo finale di promuovere il benessere dell'umanità.</p> <p data-an="fade-in" data-an-order="4" class="conBtn"><a href="/business/globalpartners" class="main_btn_more">Fate clic qui per i dettagli</a></p> <div class="mapImg"> <img src="/images/main_global.png" alt="global map"> <a href="/business/globalpartners?continent=03" class="btn_point nara1"><img src="/images/btn_point.png" alt=""><span>Nord America</span></a> <a href="/business/globalpartners?continent=04" class="btn_point nara2"><img src="/images/btn_point.png" alt=""><span>America Latina</span></a> <a href="/business/globalpartners?continent=01" class="btn_point nara3"><img src="/images/btn_point.png" alt=""><span>Europa</span></a> <a href="/business/globalpartners?continent=08" class="btn_point nara4"><img src="/images/btn_point.png" alt=""><span>Africa</span></a> <a href="/business/globalpartners?continent=08" class="btn_point nara5"><img src="/images/btn_point.png" alt=""><span>Medio Oriente</span></a> <a href="/business/globalpartners?continent=02" class="btn_point nara6"><img src="/images/btn_point.png" alt=""><span>Asia</span></a> <a href="/business/globalpartners?continent=06" class="btn_point nara7"><img src="/images/btn_point.png" alt=""><span>Oceania</span></a> </div> </div> <div id="footer_wrap"> <div> <ul class="footer_menu"> <li><a href="/contactus/law">Avviso legale</a></li> <li><a href="/contactus/personal">Informativa sulla privacy</a></li> <li><a href="/contactus/candidate">Informativa Candidati</a></li> <li><a href="/contactus/cookiespolicy">Politica sui cookie</a></li> <li><a href="/contactus/location">Indicazioni</a></li> <li><a href="/data/pdf/PO01 Policy Diversità e parità di genere.pdf">Parita di genere</a></li> </ul> <div class="footer_info"> <ul> <li>Copyright © 2020 Celltrion Healthcare Co., Ltd. Tutti i diritti riservati.</li> </ul> </div> <p>Le descrizioni dei prodotti su questo sito Web sono solo a scopo informativo. Non sono destinate alla promozione di campagne di PR o di vendita. Per maggiori dettagli sui prodotti farmaceutici, si invita a consultare un medico o uno specialista.</p> </div> </div> </div> </div> <!-- 191014 팝업 추가 START --> <div class="layer_dim" style="display:none;"> <div class="layer_wrap" style="display:none; left:800px; top:60px" id="hc_pop_26"> <div> <div class="layer_box img"> <div class="layer_tit">■ 주주총회 소집 통지 안내 ■</div> <div class="layer_scroll"> <div class="layer_cont"> <p style="line-height: 120%; text-align: justify;"><span style="line-height: 120%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 120%; text-align: justify;"><span style="line-height: 120%; font-family: '맑은 고딕'; font-size: 12pt;">주주님의 건승과 댁내의 평안을 기원합니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;">상법 제363조 및 우리회사 정관 제25조에 의하여 제22기 정기주주총회를 아래와 같이 개최하고자 합니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><아 래></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;">1. 일시 : 2022년 3월 25일(금) 오전 10시</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;">2. 장소 : 인천광역시 연수구 컨벤시아대로 153 쉐라톤 그랜드 인천 호텔 3층 그랜드볼룸</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;">3. 회의 목적사항</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 가. 보고사항</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제1호 : 제22기 감사보고</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제2호 : 제22기 영업보고</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제3호 : 내부회계관리제도 운영실태 보고</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 나. 의결사항</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제1호 : 제22기 재무제표 승인의 건</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제2호 : 이사 선임의 건</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제3호 : 감사위원회 위원이 되는 사외이사 최응열 선임의 건</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제4호 : 감사위원회 위원 선임의 건</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제5호 : 이사보수한도 승인의 건</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제6호 : 주식배당 및 현금배당 승인의 건</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"> 제7호 : 주식매수선택권 부여의 건</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;">주주총회 관련 자세한 사항은 'NEWS&PR' - '공지사항' 페이지에서 확인 바랍니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><a href="https://www.celltrionhealthcare.com/ko-kr/board/noticedetail?modify_key=568&pagenumber=1&keyword=&keyword_type=" target="_blank"><span style="color: rgb(0, 0, 255);">☞ 제22기 정기주주총회 소집공고 바로가기</span></a></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><a href="https://www.celltrionhealthcare.com/ko-kr/board/noticedetail?modify_key=565&pagenumber=1&keyword=&keyword_type=" target="_blank"><span style="color: rgb(0, 0, 255);">☞ 제22기 정기주주총회 관련 안내문 바로가기</span></a></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> </div> </div> </div> <div class="today_close"> <div class="layer_today"> <input type="checkbox" id="ido0" onclick="expirePopupClose(26)"> <label for="ido0">오늘하루 그만보기</label> </div> <div class="layer_close"><a href="javascript:void(0);" class="close">닫기</a></div> </div> </div> </div> <div class="layer_wrap" style="display:none; left:160px; top:60px" id="hc_pop_28"> <div> <div class="layer_box img"> <div class="layer_tit">금융당국 회계감리와 증선위 결정 발표에 대한 셀트리온헬스케어 입장</div> <div class="layer_scroll"> <div class="layer_cont"> <p style="line-height: 120%; text-align: justify;"><span style="font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-family: '맑은 고딕'; font-size: 12pt;">■ 셀트리온헬스케어는 지난 2018년 4월부터 최근까지 47개월 동안 10개년(2009년~2018년)에 이르는 재무제표를 대상으로 진행되었던 금융당국의 감리 절차에 성실히 임해왔으며, 제기된 사안에 대해 최선을 다해 소명해왔습니다. 11일 증권선물위원회(이하 증선위)의 결정을 통해 감리 절차가 마무리되면서 금융당국이 일부 의견을 달리하며 발생한 오해가 상당부분 풀렸으며, 당사와 관련된 금융시장의 불확실성이 해소됐습니다.</span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;">■ 다만, 증선위에서 셀트리온헬스케어의 회계처리 일부가 회계처리기준 위반에 해당한다고 판단한 부분은 바이오산업 초기 거래 구조의 특수성이나 관련 글로벌 규정 등에 대한 회계 적용 해석상의 차이에서 발생한 것으로 이미 재무제표에 모두 반영된 사안인만큼 아쉬운 점은 있지만, 셀트리온헬스케어는 금융시장의 불확실성을 조속히 해소하기 위해 증선위 결과를 겸허히 받아들이고 앞으로 회사의 내실을 다지는데 더욱 노력하겠습니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;">■ 당사에 대한 금번 감리(조사) 지적사항은 모두 과거 회계처리의 인식 시점 차이에 대한 것으로, 관련 부분이<span style="font-weight: bold;"><span style="text-decoration: underline;">셀트리온헬스케어의 현재 재무제표에 미치는 영향은 없습니다.</span></span> </span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;">■ 셀트리온헬스케어는 금번 지적사항 및 사례를 토대로 회계투명성 제고 및 회계인력 전문성 강화, 기타 내부회계관리체계를 강화할 것이며, 이제 본연의 자리에서 사업에 더욱 매진하여 회사를 믿고 투자해준 주주님들과 시장의 기대에 부응할 수 있도록 최선의 노력을 다할 것을 약속드립니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="line-height: 200%; font-family: '맑은 고딕'; font-size: 12pt;"><br></span></p> </div> </div> </div> <div class="today_close"> <div class="layer_today"> <input type="checkbox" id="ido1" onclick="expirePopupClose(28)"> <label for="ido1">오늘하루 그만보기</label> </div> <div class="layer_close"><a href="javascript:void(0);" class="close">닫기</a></div> </div> </div> </div> <div class="layer_wrap" style="display:none; left:800px; top:60px" id="hc_pop_30"> <div> <div class="layer_box img"> <div class="layer_tit">주주님들께 드리는 글</div> <div class="layer_scroll"> <div class="layer_cont"> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;">전일(3/21) 장 종료 후 테마섹이 보유중인 셀트리온헬스케어 및 셀트리온 지분 일부를 블록딜(시간외 대량매매) 방식으로 매각을 추진한다는 내용이 기사화되었습니다. 금번 블록딜 뉴스가 단기적으로는 주가에 영향을 줄 수 있겠지만, 금융시장 일각에서는 이로써 테마섹 지분 매각 리스크가 일부 희석되었다는 분석을 내놓기도 했습니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;">싱가폴 국부펀드인 테마섹은 셀트리온그룹의 성장성을 높게 평가해 지난 2010년부터 12년 동안 장기 투자를 유지해 왔으며, 당사는 테마섹이 투자 기간 별 포트폴리오 조정 차원에서 금번 블록딜을 진행했다고 판단하고 있습니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;">테마섹과 같은 장기 우호 주주가 지분을 매각한다는 것은 피투자 기업으로서 아쉬운 일이지만, 테마섹은 여전히 5%에 가까운 지분을 보유하고 있으며, 회사는 테마섹과 여전히 우호적인 관계를 유지하고 있습니다. 회사는 앞으로도 테마섹과 협력하고 시너지를 창출할 수 있는 기회를 적극적으로 모색할 계획입니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;">회사는 테마섹과의 좋은 관계를 유지하는 한 편 향후 장기 우호 해외투자자를 확대하기 위해 적극적인 IR 활동을 전개해 나가겠습니다. </span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;"><br></span></p> <p style="line-height: 200%; text-align: justify;"><span style="font-size: 12pt; line-height: 200%; font-family: '맑은 고딕'; color: rgb(36, 36, 36); background: white;">감사합니다.</span></p> <p style="line-height: 200%; text-align: justify;"><br></p> </div> </div> </div> <div class="today_close"> <div class="layer_today"> <input type="checkbox" id="ido2" onclick="expirePopupClose(30)"> <label for="ido2">오늘하루 그만보기</label> </div> <div class="layer_close"><a href="javascript:void(0);" class="close">닫기</a></div> </div> </div> </div> </div> </div> <!-- } 콘텐츠 끝 --> <!-- 하단 시작 { --> <!-- footer_wrap --> <div id="footer_wrap" class="footer_layout"> <div> <ul class="footer_menu"> <li><a href="/contactus/law">Avviso legale</a></li> <li><a href="/contactus/personal">Informativa sulla privacy</a></li> <li><a href="/contactus/candidate">Informativa Candidati</a></li> <li><a href="/contactus/cookiespolicy">Politica sui cookie</a></li> <li><a href="/contactus/location">Indicazioni</a></li> <li><a href="/data/pdf/PO01 Policy Diversità e parità di genere.pdf">Parita di genere</a></li> </ul> <div class="footer_info"> <ul> <li>Copyright © 2020 Celltrion Healthcare Co., Ltd. Tutti i diritti riservati.</li> </ul> </div> <p>Le descrizioni dei prodotti su questo sito Web sono solo a scopo informativo. Non sono destinate alla promozione di campagne di PR o di vendita. Per maggiori dettagli sui prodotti farmaceutici, si invita a consultare un medico o uno specialista.</p> </div> </div> <!-- // footer_wrap --> <!-- (일문) 제품이동 Layer --> <div id="layer_popup" class="product_popup jp" style="display:none;"> <div> <div class="popup_tit">医療関係者の皆様へ</div> <div class="popup_cont"> <p> 「医療関係者の皆様へ」のページでは当社医療用医薬品を適正にご使用いただくため、国内の医療関係者の方を対象に情報を提供しています。一般の方に対する情報提供を目的としたものではないことをご了承ください。 </p> <p>あなたは医療関係者ですか?</p> <div class="btn_area"></div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- 이탈리아 Contact Layer --> <div id="layer_popup" class="product_popup contact" style="display:none;"> <div> <!-- <div class="popup_tit">医療関係者の皆様へ</div> --> <div class="popup_cont"> <p> 「Inviando questa e-mail, l'utente accetta di ricevere comunicazioni da Celltrion HC e dai suoi fornitori di servizi o partner al fine di rispondere alla sua richiesta. Celltrion HC elaborerà le informazioni che lei fornirà per soddisfare la sua richiesta, per scopi aziendali interni e per rispettare gli obblighi relativi alla sicurezza o ad altri requisiti legali. Le sue informazioni personali saranno conservate per un periodo di tempo limitato sufficiente a soddisfare tali scopi. Celltrion HC potrà condividere le sue informazioni personali con le autorità competenti, gli enti pubblici ove richiesto dalla legge o dai regolamenti applicabili o su loro richiesta. Laddove Celltrion trasferisca le sue informazioni personali al di fuori del suo paese, saranno protette in modo coerente con la legge sulla protezione dei dati applicabile. Per ulteriori informazioni su come Celltrion HC gestisce le informazioni personali, nonché sui diritti che potrebbe avere in relazione alle sue informazioni personali, faccia riferimento <a href="/contactus/personal" style="font-weight:bold; text-decoration:underline;">all'informativa sulla privacy di Celltrion</a> </p> <p> By sending this e-mail, you agree to receive communications from Celltrion HC and its service provider(s) or partner(s) in order to respond to your request. Celltrion HC will process the information that you provide to fulfill your request, for its internal business purposes, and to comply with its obligations related to safety or other legal requirements. Your personal information will be held for a limited period of time sufficient to satisfy these purposes.Celltrion HC may share your personal information with the relevant authorities, public bodies where required to do so by applicable law or regulation, or at their request. Where Celltrion transfers your personal information outside of your country, it will be protected in a manner consistent with applicable data protection law.For more information on how Celltrion HC handles personal information, as well as rights you may have related to your personal information, please refer to the <br><a href="/contactus/personal" style="font-weight:bold; text-decoration:underline;">Celltrion Privacy statement</a> </p> <div class="btn_area"></div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideContact();">popup Close</a> </p> </div> </div> <!-- (프랑스) 제품이동 Layer --> <div id="layer_popup" class="product_popup products_target" style="display:none;"> <div> <div class="popup_tit"></div> <div class="popup_cont"> <p> </p> <div class="btn_area"></div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- 다국어 GNB Products 외부 사이트 이동 시 사용 Layer --> <div id="layer_popup" class="product_popup products" style="display:none;"> <div> <div class="popup_tit">State abbandonando questo sito Web di CelltrionHealthcare</span></div> <div class="popup_cont"> <p class="scroll_cont"> Il sito Web di Celltrion Healthcare che avete richiesto è destinato ai residenti di un paese o paesi specifici, come indicato sul sito in questione. Di conseguenza, il sito può contenere informazioni su prodotti farmaceutici e altri prodotti o usi di tali prodotti non approvati in altri paesi o regioni. Se siete residenti in un paese diverso da quelli cui è destinato il sito, contattate la vostra filiale locale di Celltrion Healthcare per ottenere le opportune informazioni sul prodotto per il vostro paese di residenza.<br/> If you are a resident of a country other than those to which the site is directed, please contact your local Celltrion Healthcare affiliate to obtain the appropriate product information for your country of residence.<br/><br/> Il sito Web di Celltrion Healthcare che avete richiesto può essere in una lingua diversa da quella del vostro paese di origine. Il sito Web di Celltrion Healthcare che avete richiesto potrebbe non essere ottimizzato per le dimensioni del vostro schermo. <br/><br/> State per lasciare il sito per visitare siti di terze parti, contenenti informazioni che Celltrion Healthcare Italy Srl non controlla nè avalla e che possono non essere conformi al Dlgs 219/06 che regola la pubblicità sui medicinali per uso umano. A detti siti possono applicarsi procedure in materia di tutela dei dati personali diverse da quelle di Celltrion Healthcare Italy Srl. Celltrion Healthcare Italy Srl declina ogni reponsabilità in merito.<br/><br/> Desiderate abbandonare questo sito Web?<br/><br/> </p> <div class="btn_area"> <a class="link_site_url" href="" target="_blank" title="새창열기">Si</a> <a href="javascript:;" onclick="hideJPProduct();">NO</a> </div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- 다국어 GNB Global 메뉴에서 다른 언어 사이트 이동 시 사용 Layer --> <div id="layer_popup" class="product_popup global" style="display:none;"> <div> <div class="popup_tit">State abbandonando questo sito Web di CelltrionHealthcare</span></div> <div class="popup_cont"> <p class="scroll_cont"> Il sito Web di Celltrion Healthcare che avete richiesto è destinato ai residenti di un paese o paesi specifici, come indicato sul sito in questione. Di conseguenza, il sito può contenere informazioni su prodotti farmaceutici e altri prodotti o usi di tali prodotti non approvati in altri paesi o regioni. Se siete residenti in un paese diverso da quelli cui è destinato il sito, contattate la vostra filiale locale di Celltrion Healthcare per ottenere le opportune informazioni sul prodotto per il vostro paese di residenza.<br/> If you are a resident of a country other than those to which the site is directed, please contact your local Celltrion Healthcare affiliate to obtain the appropriate product information for your country of residence.<br/><br/> Il sito Web di Celltrion Healthcare che avete richiesto può essere in una lingua diversa da quella del vostro paese di origine. Il sito Web di Celltrion Healthcare che avete richiesto potrebbe non essere ottimizzato per le dimensioni del vostro schermo. <br/><br/> State per lasciare il sito per visitare siti di terze parti, contenenti informazioni che Celltrion Healthcare Italy Srl non controlla nè avalla e che possono non essere conformi al Dlgs 219/06 che regola la pubblicità sui medicinali per uso umano. A detti siti possono applicarsi procedure in materia di tutela dei dati personali diverse da quelle di Celltrion Healthcare Italy Srl. Celltrion Healthcare Italy Srl declina ogni reponsabilità in merito.<br/><br/> Desiderate abbandonare questo sito Web?<br/><br/> </p> <div class="btn_area"> <a class="link_site_url" href="" target="_blank" title="새창열기">Si</a> <a href="javascript:;" onclick="hideJPProduct();">NO</a> </div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- 쥬요국 허가 사이트 이동 Layer (국영문에서 사용) --> <div id="layer_popup" class="product_popup approvalStatus" style="display:none;"> <div> <div class="popup_tit">셀트리온헬스케어 홈페이지에서 <br class="pc_only" />허가기관 사이트로 이동합니다.</div> <div class="popup_cont"> <p class="txt_center">이동하는 사이트의 정보는 당사가 통제하지 않습니다.</p> <div class="btn_area"> <a class="link_site_url" href="" target="_blank" title="새창열기">YES</a> <a href="javascript:;" onclick="hideJPProduct();">NO</a> </div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <div id="btmPopup"> <div class="txtArea"> <div class="ireland"> <p>La tecnologia dei cookie ci aiuta a offrirvi la migliore esperienza possibile quando visitate questo sito web. Se proseguite senza modificare le vostre impostazioni, accettate i cookie di questo sito web. Per saperne di più sulla nostra politica sui cookie, si prega di consultare la nostra politica sulla privacy tramite il <a href="/contactus/cookiespolicy" target="_blank">link in fondo alla pagina.</a></p> <button class="btn" type="button" onclick="closeBtmPopup('it');">OK</button> </div> </div> </div> <!-- } 하단 끝 --> <script> $(function() { // 폰트 리사이즈 쿠키있으면 실행 font_resize("container", get_cookie("ck_font_resize_rmv_class"), get_cookie("ck_font_resize_add_class")); }); </script> <!-- ie6,7에서 사이드뷰가 게시판 목록에서 아래 사이드뷰에 가려지는 현상 수정 --> <!--[if lte IE 7]> <script> $(function() { var $sv_use = $(".sv_use"); var count = $sv_use.length; $sv_use.each(function() { $(this).css("z-index", count); $(this).css("position", "relative"); count = count - 1; }); }); </script> <![endif]--> </body> </html>