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 --> <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">Vegzelma</a></li> <li class=""><a href="/fr-ca/products/product/?pkey=81" target="_self" class="gnb_2da">Steqeyma®</a></li> <li class=""><a href="/fr-ca/products/product/?pkey=82" target="_self" class="gnb_2da">Omlyclo</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 --> <div id="container" class="sub01"> <div class="sub_titArea"> <h2 class="Navinfo">Salutations</h2> </div> <!-- // sub_titArea --> <div class="content"> <div class="message"> <div class="tabArea"> <ul class="tabMenu menu02"> <li class="on" onclick="location.href='/fr-ca/aboutus/chairman'"><a href="javascript:;">Président</a></li> <li onclick="location.href='/fr-ca/aboutus/ceo'"><a href="javascript:;">Directeur général</a></li> <li onclick="location.href='/fr-ca/aboutus/leadership'"><a href="javascript:;">Équipe de la direction au Canada</a></li> </ul> </div> <div class="message_bg"> <dl class="cont_area"><dt>Celltrion Healthcare se<br />développe maintenant à<br />l’échelle mondiale</dt> <dd>Jung Jin Seo, président, Groupe Celltrion<img src="/images/sub/icon_arrow_bottom.png" alt="" /></dd> </dl></div> <div class="cont_area"> <div class="message_txt ceo"> <p class="mobile_only"> <img src="https://chahomeblob.blob.core.windows.net/intro/191902100907-fec5182d-f0d9-4af0-85fc-844fc4da13c8.png" alt="191902100907-fec5182d-f0d9-4af0-85fc-844fc4da13c8.png" /></p> <p>Lorsque nous avons créé Celltrion Healthcare, nous ne savions pas dans quoi nous nous lancions.</p> <p>Nous ne savions pas que notre entreprise aurait des répercussions aussi importantes.</p> <p>Nous ne savions pas que notre parcours serait aussi difficile ou dispendieux.</p> <p>Nous avons fait face à un grand nombre d’obstacles.</p> <p>En plus d’avoir des ressources techniques et financières limitées, nous avions aussi peu d’expérience et la réglementation nous a posé problème.</p> <p><br /></p> <p>Toutefois, nous avons surmonté toutes ces difficultés grâce à notre courage ainsi qu’à nos efforts et à nos investissements incessants en matière de recherche et développement.</p> <p><br /></p> <p>Nous avons créé le premier « marché des anticorps biosimilaires » au monde, dont nous sommes à la tête.</p> <p>Il s’agit d’un exploit que même les géants pharmaceutiques multinationaux n’ont pu entrevoir.</p> <p><br /></p> <p>À présent, Celltrion se développe à l’échelle mondiale</p> <p>pour devenir un leader mondiale et être à l’avant-garde l’industrie coréenne des produits biologiques</p> <p><br /></p> <p>Nous n’avons aucunement l’intention de prendre tout le mérite.</p> <p>Nous n’oublierons pas ceux qui nous ont aidés à nous rendre où nous sommes aujourd’hui</p> <p>et nous continuerons à déployer des efforts pour aider la population mondiale grâce à nos activités.</p> <p><br /></p> <p>Merci.</p> <p class="mobile_only">Jung Jin Seo, président, Groupe Celltrion</p> </div> </div> </div> </div> <!-- // content --> </div> <!-- // container --> <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>