CINXE.COM
Celltrion Healthcare
<!doctype html> <html lang="fr"> <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.ca/css/common.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/js/font-awesome/css/font-awesome.min.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/jquery.fullpage.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/font-awesome.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/nanumbarungothic.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/slick.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/slick-theme.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/swiper.min.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/motion.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/scrollbar.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/healthcare_sub.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.ca/css/common.css?ver=191202"> <!--[if lte IE 8]> <script src="https://www.celltrionhealthcare.ca/js/html5.js"></script> <![endif]--> <script> // 자바스크립트에서 사용하는 전역변수 선언 var g5_url = "https://www.celltrionhealthcare.ca"; var g5_bbs_url = "https://www.celltrionhealthcare.ca/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.ca"; </script> <script src="https://www.celltrionhealthcare.ca/js/jquery-1.12.4.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/jquery-migrate-1.4.1.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/jquery.menu.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/common.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/wrest.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/placeholders.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/jquery-1.11.3.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/jquery.fullpage.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/scrollify.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/jquery.bxslider.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/slick.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/swiper.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/user.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/scrollbar.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/common.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.ca/js/jquery.cookie.js?ver=191202"></script> </head> <body> <div class="wrapper lang_can fr"> <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("fr-ca"); }); 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 = "fr-ca"; if (url.indexOf("-be") > -1 && target.indexOf("-be") > -1) { location.href = url; } else { if (url.indexOf("fr-ca") > -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(); }; </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="/fr-ca/" 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="/fr-ca/aboutus/chairman" target="_self" class="gnb_1da">À PROPOS DE NOUS</a> <span class="bg">하위분류</span><ul class="subGnb"> <li class=""><a href="/fr-ca/aboutus/chairman" target="_self" class="gnb_2da">Salutations</a></li> <li class=""><a href="/fr-ca/aboutus/philosophy" target="_self" class="gnb_2da">Valeurs fondamentales</a></li> <li class=""><a href="/fr-ca/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="/fr-ca/business/overview" target="_self" class="gnb_1da">ENTREPRISE</a> <span class="bg">하위분류</span><ul class="subGnb"> <li class=""><a href="/fr-ca/business/overview" target="_self" class="gnb_2da">Aperçu</a></li> <li class=""><a href="/fr-ca/business/autoimmune" target="_self" class="gnb_2da">Biosimilaire</a></li> <li class=""><a href="/fr-ca/business/globalpartners" target="_self" class="gnb_2da">Commerce mondial</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:997"> <a href="/fr-ca/products/product?pkey=76" target="_self" class="gnb_1da">PRODUITS</a> <span class="bg">하위분류</span><ul class="subGnb"> <li class=""><a href="/fr-ca/products/product?pkey=8" target="_self" class="gnb_2da">RemsimaMC SC</a></li> <li class=""><a href="/fr-ca/products/product?pkey=76" target="_self" class="gnb_2da">Yuflyma®</a></li> <li class=""><a href="/fr-ca/products/product?pkey=80" target="_self" class="gnb_2da">VegzelmaMC</a></li> <li class=""><a href="/fr-ca/products/product/?pkey=81" target="_self" class="gnb_2da">Steqeyma®</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:996"> <a href="/fr-ca/contactus/connect" target="_self" class="gnb_1da">CELLTRION CONNECT</a> <span class="bg">하위분류</span><ul class="subGnb"> <li class=""><a href="/fr-ca/contactus/connect" target="_self" class="gnb_2da">Celltrion CONNECTMC</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:995"> <a href="/board/fr_newslist" target="_self" class="gnb_1da">NOUVELLES</a> <span class="bg">하위분류</span><ul class="subGnb"> <li class=""><a href="/board/fr_newslist" target="_self" class="gnb_2da">Communiqué de presse</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:994"> <a href="/fr-ca/careers/talents" target="_self" class="gnb_1da">CARRIÈRES</a> <span class="bg">하위분류</span><ul class="subGnb"> <li class=""><a href="/fr-ca/careers/talents" target="_self" class="gnb_2da">Possibilités d’emploi</a></li> <li class=""><a href="/board/fr_recruitinglist" target="_self" class="gnb_2da">Recrutement</a></li> <li class=""><a href="/fr-ca/careers/recruitingprocess" target="_self" class="gnb_2da">Processus de recrutement</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 class="lang_area"> <a href="javascript:;">FR</a> <ul> <li><a href="/">EN</a></li> <li><a href="/fr-ca">FR</a></li> </ul> </li> </li> <li class="global"> <a href="javascript:;">GLOBAL</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="/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="javascript:moveBlankPage('https://www.celltrionhealthcare.it')">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> <li style="margin:0;"></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="/">Canada(EN</a><a href="javascript:moveBlankPage('/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.ca/js/main.js"></script> <script> $(document).ready(function () { initialization("À propos<br>de nous,Notre<br> entreprise,Valeurs<br>fondamentales,Échelle<br>mondiale"); $(".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("fr-ca"); 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="Tietoa meistä" 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">Nous contribuons à l’amélioration du bien-être des patients et de l’accès aux soins de santé en offrant des médicaments biologiques innovants aux Canadiens.</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.ca/images/main/scroll_w_fr_ca.png" alt=""> </a> </p> </div> <!-- // section-1 --> <!-- section-2 --> <div id="section-2" class="section" data-section-name="Liiketoiminta" 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">NOTRE ENTREPRISE<span>Nous visons à atteindre une croissance durable.</span></p> <p data-an="fade-in" data-an-order="2" class="conTit">Celltrion Healthcare façonnera un avenir plus sain et heureux pour l’humanité en offrant des médicaments biologiques de qualité supérieure.</p> <p data-an="fade-in" data-an-order="3" class="conTxt">Nous offrons des médicaments biologiques à environ 110 pays et avons plus de 30 partenaires mondiaux autour du monde. Grâce à notre expérience et à nos connaissances pratiques accumulées au fils d’années de travail au sein de grands marchés mondiaux, Celltrion Healthcare a établi des canaux de distribution pour fournir aux patients des médicaments biosimilaires à des tarifs abordables. Celltrion Healthcare arrive maintenant au Canada pour offrir à sa population des solutions biologiques novatrices répondant à ses besoins en matière de soins de santé.</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.ca/images/main/scroll_w_fr_ca.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.ca/images/main/scroll_b.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.ca/images/main/scroll_b.png" alt=""> </a> </p> </div> --> <!-- // section-4 --> <div id="section-3" class="section lang" data-section-name="Corporate" tabindex="0"> <div class="contents"> <h2>VALEURS FONDAMENTALES</h2> <p>Grâce à Celltrion Healthcare, les « possibilités » deviennent des « réalités ».</p> <ul class="corporate"> <li> <p><img src="/images/main/main_lang_icon01.png" alt="창의력의 느낌인 전구 아이콘"></p> <dl> <dt><span>Créativité</span>Créativité</dt> <dd>Nous sommes à la recherche de personnes talentueuses qui font preuve d’imagination, qui ont des nouvelles idées et qui sont en mesure de résoudre les problèmes.</dd> </dl> </li> <li> <p><img src="/images/main/main_lang_icon02.png" alt="날리는 깃발 아이콘"></p> <dl> <dt><span>Principes</span>Conformité aux principes</dt> <dd>Nous nous conformons à nos principes tout en continuant d’inspirer la confiance.</dd> </dl> </li> <li> <p><img src="/images/main/main_lang_icon03.png" alt="법원 느낌의 건물 아이콘"></p> <dl> <dt><span>Innovation</span>L’esprit du défi</dt> <dd>Nous travaillons avec acharnement pour trouver de nouvelles façons d’aider nos clients malgré les défis qui se présentent.</dd> </dl> </li> <li> <p><img src="/images/main/main_lang_icon04.png" alt="지구본 아이콘"></p> <dl> <dt><span>Les meilleurs au monde</span>Notre objectif : être les meilleurs au monde</dt> <dd>Nous comptons sur le professionnalisme et la compétence pour être à la tête des marchés mondiaux.</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_fr_ca.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.ca/images/main_global.png" alt="global map"> <a href="/business/globalpartners?continent=03" class="btn_point nara1"><img src="https://www.celltrionhealthcare.ca/images/btn_point.png" alt=""><span>북미</span></a> <a href="/business/globalpartners?continent=04" class="btn_point nara2"><img src="https://www.celltrionhealthcare.ca/images/btn_point.png" alt=""><span>중남미</span></a> <a href="/business/globalpartners?continent=01" class="btn_point nara3"><img src="https://www.celltrionhealthcare.ca/images/btn_point.png" alt=""><span>유럽</span></a> <a href="/business/globalpartners?continent=08" class="btn_point nara4"><img src="https://www.celltrionhealthcare.ca/images/btn_point.png" alt=""><span>아프리카</span></a> <a href="/business/globalpartners?continent=08" class="btn_point nara5"><img src="https://www.celltrionhealthcare.ca/images/btn_point.png" alt=""><span>중동</span></a> <a href="/business/globalpartners?continent=02" class="btn_point nara6"><img src="https://www.celltrionhealthcare.ca/images/btn_point.png" alt=""><span>아시아</span></a> <a href="/business/globalpartners?continent=06" class="btn_point nara7"><img src="https://www.celltrionhealthcare.ca/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="Globaali yritys" tabindex="0"> <div class="contents"> <p data-an="fade-in" data-an-order="1">MARCHÉS MONDIAUX</p> <p data-an="fade-in" data-an-order="2" class="conTit">Chef de file mondial <br/> en matière de médicaments biologiques</p> <p data-an="fade-in" data-an-order="3" class="conTxt">À l’échelle mondiale, Celltrion Healthcare est devenu le chef de file du domaine des médicaments biologiques en offrant des biosimilaires de qualité supérieure à environ 110 pays, avec l’objectif ultime de promouvoir le bien-être de l’humanité.</p> <p data-an="fade-in" data-an-order="4" class="conBtn"><a href="/business/globalpartners" class="main_btn_more">Cliquez ici pour obtenir davantage de renseignements</a></p> <div class="mapImg"> <img src="/images/main_global_canada_fr.png" alt="global map"> <a href="/business/globalpartners?continent=03" class="btn_point nara1"><img src="/images/btn_point.png" alt=""><span>Amérique du Nord</span></a> <a href="/business/globalpartners?continent=04" class="btn_point nara2"><img src="/images/btn_point.png" alt=""><span>Amérique du Sud</span></a> <a href="/business/globalpartners?continent=01" class="btn_point nara3"><img src="/images/btn_point.png" alt=""><span>Europe</span></a> <a href="/business/globalpartners?continent=08" class="btn_point nara4"><img src="/images/btn_point.png" alt=""><span>Afrique</span></a> <a href="/business/globalpartners?continent=08" class="btn_point nara5"><img src="/images/btn_point.png" alt=""><span>Moyen-Orient</span></a> <a href="/business/globalpartners?continent=02" class="btn_point nara6"><img src="/images/btn_point.png" alt=""><span>Asie</span></a> <a href="/business/globalpartners?continent=06" class="btn_point nara7"><img src="/images/btn_point.png" alt=""><span>Océanie</span></a> </div> </div> <div id="footer_wrap"> <div> <ul class="footer_menu"> <li><a href="/fr-ca/contactus/law">Avis juridique</a></li> <li><a href="/fr-ca/contactus/cookiespolicy/">Politique en matière de cookies</a></li> <li><a href="/board/fr_faq">FAQ</a></li> <li><a href="/fr-ca/contactus/inquirylangs">Pour nous joindre</a></li> </ul> <div class="footer_info"> <!-- <ul> <li>Copyright © 2021 Celltrion Healthcare Co., Ltd. Tous droits réservés.</li> </ul> --> </div> <!-- <p>Les descriptions des produits sur le présent site Internet sont fournies à titre purement informatif. Elles n’ont pas pour objectif de promouvoir le produit et ne représentent EN AUCUN CAS un avis médical. Pour plus de détails sur les produits, veuillez consulter un médecin.</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> <style> .popup{ display: none; position: fixed; border:1px solid #333; z-index:1; top:50%; left:50%; transform:translate(-50%,-50%); max-width: 500px; width: 80%; padding: 20px; background: #fff; } .popup .logo{ width: 100%; border-bottom:1px solid #7F7F7F; padding-bottom:20px ; display: flex; justify-content:space-between; align-items:center; } .popup .close img{ width: 20px; height: 20px; } .popup h2{ text-align: center; margin: 20px 0; font-size: 22px; } .popup p{font-size: 14px;} .popup div{font-size: 14px;} .popup a{ text-decoration: underline; } .popup .con{ margin-top: 40px; } .popup .con .tit{ display: flex; justify-content:space-between; align-items:center; background: #D9D9D9; padding: 10px 10px; } .popup .con .tit .left{ width: auto; display: flex; justify-content:space-between; align-items:center; cursor: pointer; } .popup .con .tit .left p{margin-left: 10px;} .popup .con .tit .right{ width: 150px; display: flex; justify-content:space-between; align-items:center; } .popup .con .tit .arrow{ width: 28px; height: 18px; background: url('/images/common/coo_on.png')no-repeat; } .popup .con .tit .arrow.on{ background: url('/images/common/coo_off.png')no-repeat; } .popup .policy{ margin: 20px 0; width: 100%; height: auto; padding: 10px; box-sizing:border-box; border:1px solid #7F7F7F; overflow-y: auto; display: none; background: rgb(222, 223, 224); } .popup .policy.on{display: none;} .popup .button{ display: flex; justify-content:center; gap:50px; align-items:center; } .popup .button button{ width: 100px; background: #3B7D23; color:#fff; padding: 8px 0; border-radius:4px; margin-top: 20px; font-size: 14px; } .popup .button button:hover{background: #3D931E;} .preference{ position: fixed; bottom:3%; right:0%; z-index:10; background: #fff; padding: 10px; border:1px solid #666; cursor: pointer; display: none; } </style> </div> <!-- } 콘텐츠 끝 --> <!-- 하단 시작 { --> <!-- footer_wrap --> <div id="footer_wrap" class="footer_layout"> <div> <ul class="footer_menu"> <li><a href="/fr-ca/contactus/law">Avis juridique</a></li> <li><a href="/fr-ca/contactus/cookiespolicy/">Politique en matière de cookies</a></li> <li><a href="/board/fr_faq">FAQ</a></li> <li><a href="/fr-ca/contactus/inquirylangs">Pour nous joindre</a></li> </ul> <div class="footer_info"> <!-- <ul> <li>Copyright © 2021 Celltrion Healthcare Co., Ltd. Tous droits réservés.</li> </ul> --> </div> <!-- <p>Les descriptions des produits sur le présent site Internet sont fournies à titre purement informatif. Elles n’ont pas pour objectif de promouvoir le produit et ne représentent EN AUCUN CAS un avis médical. Pour plus de détails sur les produits, veuillez consulter un médecin.</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> <!-- (프랑스) 제품이동 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">You are leaving CelltrionHealthcare.com</div> <div class="popup_cont"> <p class="scroll_cont"> The Celltrion Healthcare Internet site that you have requested is intended for the residents of a particular country or countries, as noted on that site. As a result, the site may contain information on pharmaceuticals and other products or uses of those products that are not approved in other countries or regions.<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> The Celltrion Healthcare site that you have requested may be in a language that differs from your country of origin.<br> The Celltrion Healthcare site that you have requested may not be optimised for your screen size. <br><br> Do you wish to continue to this brand website?<br><br> </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> <!-- 다국어 GNB Global 메뉴에서 다른 언어 사이트 이동 시 사용 Layer --> <div id="layer_popup" class="product_popup global" style="display:none;"> <div> <div class="popup_tit">You are leaving CelltrionHealthcare.com</div> <div class="popup_cont"> <p class="scroll_cont"> The Celltrion Healthcare Internet site that you have requested is intended for the residents of a particular country or countries, as noted on that site. As a result, the site may contain information on pharmaceuticals and other products or uses of those products that are not approved in other countries or regions.<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> The Celltrion Healthcare site that you have requested may be in a language that differs from your country of origin.<br> The Celltrion Healthcare site that you have requested may not be optimised for your screen size. <br><br> Do you wish to continue to this brand website?<br><br> </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> <!-- 쥬요국 허가 사이트 이동 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>Cookie technology helps us bring you the best possible experience when you visit this website. If you continue without changing your settings, you are agreeing to the cookies on this website. To learn more about our policy on cookies, please review our privacy policy via the link at <a href="/fr-ca/contactus/cookiespolicy" target="_blank"> the bottom of the page.</a></p> <button class="btn" type="button" onclick="closeBtmPopup('fr-ca');">ok</button> </div> </div> </div> <!-- 쿠키팝업 --> <div class="popup" id="cookiePopup"> <div class="logo"> <img src="/images/common/header_logo_b.png" alt=""> <button class="close" id="popupCloseButton"><img src="/images/common/close.png" alt="닫기 버튼"></button> </div> <h2>Nous collectons des cookies</h2> <p> Ce site Web utilise des cookies pour vous garantir la meilleure expérience sur notre site Web. Ce site internet utilise le type de cookie suivants. En savoir plus sure notre Politique de cookie. <a href="/fr-ca/contactus/cookiespolicy/">En savoir plus</a> </p> <div class="con"> <div class="tit"> <div class="left"> <img src="/images/common/coo_arrow.png" alt=""> <p>Strictement nécessaire</p> </div> <div class="right"> <p>obligatoire Activé</p> <div class="arrow"></div> </div> </div> <div class="policy"> Les cookies strictement nécessaires sont essentiels pour assurer le fonctionnement des fonctionnalités de base du site, comme la navigation entre les pages ou l’accès aux zones sécurisées. Le site Web ne peut pas fonctionner correctement sans ces cookies et ne peut pas être désactivé dans nos systèmes. Vous pouvez configurer votre navigateur pour bloquer ou vous alerter de ces cookies, mais certaines parties du site Web ne fonctionneront alors pas. </div> <div class="button"> <button class="close" id="acceptButton" onclick="acceptCookies()">Autoriser</button> <button class="reject" id="rejectButton">Refuser</button> </div> </div> </div> <div class="preference"> <p>Cookies Preferences</p> </div> <!-- } 하단 끝 --> <script> //쿠키팝업 function setCookie(name, value, days) { const d = new Date(); d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000)); const expires = "expires=" + d.toUTCString(); document.cookie = name + "=" + value + ";" + expires + ";path=/"; } function getCookie(name) { const nameEQ = name + "="; const ca = document.cookie.split(';'); for (let i = 0; i < ca.length; i++) { let c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return null; } function acceptCookies() { setCookie('cookieAccepted', 'true', 1); document.getElementById('cookiePopup').style.display = 'none'; } function checkCookie() { const cookieAccepted = getCookie('cookieAccepted'); if (cookieAccepted) { document.getElementById('cookiePopup').style.display = 'none'; } else { document.getElementById('cookiePopup').style.display = 'block'; } } // 이벤트 리스너 추가 document.addEventListener('DOMContentLoaded', function() { document.getElementById('popupCloseButton').addEventListener('click', function() { document.getElementById('cookiePopup').style.display = 'none'; }); document.getElementById('rejectButton').addEventListener('click', function() { document.getElementById('cookiePopup').style.display = 'none'; }); checkCookie(); // 페이지 로드 시 쿠키 상태 확인 }); $(document).ready(function() { // Reject 버튼 클릭 시 .preference 보이기 $('#rejectButton').click(function() { $('.popup').css('display', 'none'); $('.preference').css('display', 'block'); }); // .preference 클릭 시 .popup 보이기 $('.preference').click(function() { $('.popup').css('display', 'block'); $(this).css('display', 'none'); }); // .left 클릭 시 .policy 보이기 $('.left').click(function() { $('.policy').slideToggle(); }); // 팝업 닫기 버튼 처리 $('#popupCloseButton').click(function() { $('.popup').css('display', 'none'); $('.preference').css('display', 'block'); }); // Accept 버튼 처리 (테스트용, 실제 동작은 acceptCookies() 함수로 대체할 것) $('#acceptButton').click(function() { console.log('Cookies accepted'); $('.popup').css('display', 'none'); }); }); $(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>