CINXE.COM
GC녹십자그룹 채용사이트
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="_csrf" content = "76c00766-1e64-449f-93a6-b6d6f7a8bf37" /> <meta name="_csrf_header" content = "X-CSRF-TOKEN" /> <meta property="og:image" content="/common/images/logo.svg"> <meta property="og:title" content="GC녹십자그룹 채용사이트"> <meta property="og:description" content="GC녹십자그룹 채용사이트"> <title>GC녹십자그룹 채용사이트</title> <!-- Google tag (gtag.js) 임시적용 --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-JFJ8R8XL1P"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JFJ8R8XL1P'); </script> <link rel="stylesheet" href="/common/css/bootstrap.css"> <link rel="stylesheet" href="/common/css/style.css"> <link rel="stylesheet" href="/common/css/style-eng.css" /> <link rel="icon" href="/common/images/favicon.ico"> <script src="/common/plugins/jquery/jquery.min.js"></script> <script src="/common/plugins/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="/common/js/ui.js" defer></script> <script src="/common/plugins/swiper/js/swiper-bundle.min.js"></script> <link rel="stylesheet" type="text/css" href="/common/plugins/swiper/css/swiper-bundle.min.css" /> <!-- AOS --> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" /> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <!-- gsap 버전 3--> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/gsap.min.js"></script> <!-- 스크롤 매직 --> <script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/animation.gsap.min.js"></script> <!-- 스크롤 트리거 --> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/ScrollTrigger.min.js"></script> <!-- 스크롤 투 트리거 --> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/ScrollToPlugin.min.js"></script> <!-- 옵저버 --> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/Observer.min.js"></script> <script type="text/javascript"> var $header = $("meta[name='_csrf_header']").attr("content"); var $token = $("meta[name='_csrf']").attr("content"); var schoolAjax = null; var majorAjax = null; var $userNm = ""; var lang = ""; var $timer_state = false; var $timer = null; var agent = navigator.userAgent.toLowerCase(); if ( (navigator.appName == 'Netscape' && agent.indexOf('trident') != -1) || (agent.indexOf("msie") != -1)) { window.location.href = "/kor/noticeIE"; } $.ajaxSetup({ beforeSend: function(jqXHR,settings) { jqXHR.setRequestHeader( $header, $token); return true; }, error: function(xhr , status, error ) { if(xhr.status=="404") { alert('요청한 서버정보가 존재하지 않습니다.\n시스템 관리자에게 문의하세요'); return; } if(xhr.status=="403") { alert("KISA 의거한 보안규약으로 생성된 CSRF토큰이 만료되었습니다. 새로고침을 통해 새로운 토큰으로 교체합니다."); location.reload(); return; } if(xhr.status=="500") { alert('서버 에러가 발생하였습니다.\n시스템 관리자에게 문의하세요'); return; } if(xhr.status=="999") { alert('로그인이 필요한 서비스입니다.\n다시 이용해주세요.'); return; } } }); //리눅스 인 경우 모바일로 넘어가는 부분 // if( window.navigator.userAgent.indexOf("Linux") >= 0 ) { // window.location.href = window.location.href + "?site_preference=mobile"; // } // // if( navigator.maxTouchPoints > 1 ) { // window.location.href = window.location.href + "?site_preference=mobile"; // } </script> </head> <body> <nav class="gnb"> <div class="logo-wrapper"> <a href="/"> <img src="/common/images/gc-ci.png" alt="GC" /> </a> </div> <ul role="list" class="nav-items"> <li class="nav-item"> <a href="javascript:void(0)">About GC</a> <ul class="sub-nav-items"> <li class="sub-nav-item"> <a href="/eng/about/introduction">GC Intro</a> </li> <li class="sub-nav-item"> <a href="/eng/about/gc-history">GC History</a> </li> <li class="sub-nav-item"> <a href="/eng/about/gc-family-1">GC Family</a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:void(0)">GC Culture</a> <ul class="sub-nav-items"> <li class="sub-nav-item"> <a href="/eng/culture/hr/gc">HR System</a> </li> <li class="sub-nav-item"> <a href="/eng/culture/edu/gc">Education</a> </li> <li class="sub-nav-item"> <a href="/eng/culture/benefits/gc">Welfare</a> </li> <li class="sub-nav-item"> <a href="/eng/culture/recruit/gc">Hiring</a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:void(0)">GC Brand</a> <ul class="sub-nav-items"> <li class="sub-nav-item"> <a href="/eng/brand/gc-campus">GC Campus</a> </li> </ul> </li> <li class="nav-item"> <a href="javascript:void(0)">GC Recruit</a> <ul class="sub-nav-items"> <li class="sub-nav-item"> <a href="/eng/recruit/list">Job Openings</a> </li> <li class="sub-nav-item"> <a href="/eng/faq/qna">Q&A</a> </li> </ul> </li> </ul> <ul role="list" class="my-menu"> <!-- <li class="my-menu-item"><a href="/eng/mypage/login">My Page</a></li> --> <li class="my-menu-item"><a href="#none" class="underline">KR</a></li> </ul> <div class="gnb-depth-2-background"></div> </nav> <script> $(".my-menu-item .underline").click(function(){ var lang = "eng"; var url = $(location).attr('pathname'); if(lang == 'eng'){ url = url.replace("eng", "kor"); }else if(lang == 'kor'){ url = url.replace("kor", "eng"); } window.location.href = url; }); </script> <header class="submenu-header"> <div class="header-titles"> <div class="sibling-submenus prev-submenus"> <a class="submenu-link" href="/kor/about/introduction"> <span class="narrow-letter-spacing">GC</span>Intro </a> <a class="submenu-link" href="/kor/about/gc-history"> <span class="narrow-letter-spacing">GC</span>History </a> </div> <h1 class="current-title"> GC Family </h1> <div class="sibling-submenus next-submenus"> <!-- <a class="submenu-link" href="#none"></a> --> </div> </div> <div class="submenu-description red"> <span> GC Group making a difference </span> </div> </header> <main class="gc-family-main gc-eng gc-eng02"> <section class="gc-holdings"> <div class="gc-holdings-bg"></div> <div class="container-xl"> <h2 class="section-title"> <small>GC</small> <strong>GC Holdings</strong> </h2> <div class="about-gc-holdings"> <div class="outer-deco"></div> <div class="description"> A Game Changer in Global Total Health Care<br /> The GC Group leading the digital healthcare industry<br /> based on its strong pharmaceutical foundation. </div> <a role="button" class="more-link-btn" id="gc-holdings-more">more</a> <div class="gc-holdings-more-popover"> <div class="popover-close-btn"></div> Dreaming of a world where humanity no longer must suffer from disease and illnesses,<br /> the GC Group is taking large strides as a global leader in the health industry rising above<br /> and beyond the scope of a domestic health care company.<br /> With a total of 40 affiliates at home and abroad (25 domestic, 15 overseas), the GC<br /> Group delegates the management of the entire Group operations, including strategic<br /> direction, new business creation, and portfolio management to the GC Holdings<br /> company, while each affiliate takes charge of the manufacturing and sales of special<br /> medicine and digital healthcare business.<br /> GC Group is a biotech-based global total healthcare group that encompasses products<br /> and services such as disease prevention, diagnosis, treatment, medical devices, and<br /> healthcare. </div> <hr /> <div class="meta-info meta-info-type2"> <span class="info-tel">TEL</span> : 031) 260-9300<span class="indent-1"><span class="info-fax">FAX</span> : 031) 260-9413</span><br /> Date of Incorporation: November, 1969 </div> <div class="meta-info"> Business Address : 107, Ihyeon-ro 30beon-gil,<br /> Giheung-gu, Yongin-si, Gyeonggi-do, Republic of Korea </div> <a class="go-link-button btn btn-lg btn-outline-secondary" href="#none">Shortcut</a> </div> </div> </section> <section class="gc-family-section"> <div class="container-xl g-0"> <div class="d-flex flex-column row-gap-30"> <div class="row"> <div class="btn-group progress-btn-group red" role="group"> <a href="/eng/about/gc-family-1" class="btn btn-progress active"> Biopharma & Innovative Tech </a> <a href="/eng/about/gc-family-2" class="btn btn-progress"> Diagnosis </a> <a href="/eng/about/gc-family-3" class="btn btn-progress"> Consumer Health </a> <a href="/eng/about/gc-family-4" class="btn btn-progress"> Digital Healthcare </a> <a href="/eng/about/gc-family-5" class="btn btn-progress"> Overseas </a> </div> </div> </div> <div class="gc-family-list"> <div class="accordion" id="family-accordion"> <div class="accordion-item"> <h2 class="accordion-header" id="family-item-1"> <button class="accordion-button accordion-button-type2 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#family-collapse-1" aria-expanded="true" aria-controls="family-collapse-1"> <div class="company-image"> <img src="/common/images/gc-family/company/01_01.png" alt="" /> </div> <div class="company-info"> <div class="company-name"> <span class="company-name-en">GC Biopharma</span> </div> <div class="company-description txt_ellipsis"> A leader in the Korean biotech industry for 50 years<br /> A pioneer in vaccine R&D, developing flu, varicella, and<br /> hemorragic fever vaccines<br /> A leading corporation in researching and developing plasma-derived<br /> specialized medicine such as immunoglobulin (IVIG)<br /> A research institute devoted to finding cures to rare diseases such as <br /> Hunterase and Greenegene F, enhancing the lives of patients </div> <div class="company-contact"> <span class="company-tel"><strong>TEL</strong>: 031) 260-9300</span> <span class="company-fax"><strong>FAX</strong>: 031) 260-9413</span> </div> </div> </button> </h2> <div id="family-collapse-1" class="accordion-collapse collapse" aria-labelledby="family-item-1" data-bs-parent="#family-accordion"> <div class="accordion-body"> <div class="company-details company-details-type2"> <div class="meta-info"> Date of Incorporation: November, 1969<br /><br /> <div class="address"> Business Address : 107, Ihyeon-ro 30beon-gil, Giheung-gu, Yongin-si, Gyeonggi-do, Republic of Korea </div> </div> <a class="go-link-button btn btn-lg btn-outline-secondary" href="http://www.gccorp.com" target="_blank">Shortcut</a> </div> <div class="company-bio"> It may be the tougher road to take, but a necessary one.<br /> GC Biopharma is a company that is relentless in its challenge to find breakthroughs in essential new drug developments. To this end, we were able to achieve outstanding results in vaccines, rare disease treatments, and blood derivatives.<br /> <br /> 1. Developed the world's first hemorragic fever vaccine, Korea's first flu vaccine<br /> 2. Second company in the world to develop cure for Hunter syndrome and varicella vaccine<br /> 3. Third company in the world to develop the hepatitis b vaccine and third-generation recombinant hemophilia treatment.<br /> 4. Fourth company in the world to pass WHO prequalification for flu vaccine<br /> <br /> "GC Biopharma vows to be your loyal partner and leader in the global health industry to ensure the prevention, diagnosis, and treatment of all diseases."<br /> "Going beyond our borders in Korea, GC Biopharma will support the health industry from various angles so that people around the world may enjoy healthier and happier lives." </div> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header" id="family-item-2"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#family-collapse-2" aria-expanded="true" aria-controls="family-collapse-2"> <div class="company-image"> <img src="/common/images/gc-family/company/01_02.png" alt="" /> </div> <div class="company-info"> <div class="company-name"> <span class="company-name-en">GC Cell </span> </div> <div class="company-description"> With the vision of the global cell therapy Bio-Tech Solution Pioneer (BTS),<br /> GC Cell specializes in First in Class Bio-Tech that develops various cell<br /> therapy technologies to contribute to the healthy life of mankind. </div> <div class="company-contact"> <span class="company-tel"><strong>TEL</strong>: 031) 736-6700</span> <span class="company-fax"><strong>FAX</strong>: 031) 280-9959</span> </div> </div> </button> </h2> <div id="family-collapse-2" class="accordion-collapse collapse" aria-labelledby="family-item-2" data-bs-parent="#family-accordion"> <div class="accordion-body"> <div class="company-details"> <div class="meta-info"> Date of Incorporation: June, 2011<br /><br /> <div class="address"> Business Address: 131-1, Ihyeon-ro 30beon-gil, Giheung-gu, Yongin-si, Gyeonggi-do, Republic of Korea </div> </div> <a class="go-link-button btn btn-lg btn-outline-secondary" href="https://www.GC Cell .com/main" target="_blank">Shortcut</a> </div> <div class="company-bio"> Through GC Cell's unique next-generation cell and gene therapy platform technology, the company is researching and developing competitive cell gene therapy that can ensure safety and effectiveness in the entire process from basic research to quality/production/clinical for the base technology. <br /><br /> Based on years of accumulated experience in cell therapy production and clinical trials, the company provides mass production of immuno-cancer drugs and industry-leading customized CDMO services from Cell Center, which is the largest cell therapy production facility in Korea.<br /><br /> GC Cell provides international standard test quality and customized total-solution for sales marketing, transportation network, and customer support management from the time of sample collection at hospitals nationwide to the provision of test results.<br /> Through a specialized logistics system, bioengineering products are accurately and safely transported, and GC Medical Foundation, the nation's top clinical examination medical institution, provides quick and accurate results with international quality. </div> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header" id="family-item-3"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#family-collapse-3" aria-expanded="true" aria-controls="family-collapse-3"> <div class="company-image"> <img src="/common/images/gc-family/company/01_03.png" alt="" /> </div> <div class="company-info"> <div class="company-name"> <span class="company-name-en">GCEM</span> </div> <div class="company-description"> Total Engineering Solution (Consulting/Design - Construction -<br /> Verification - Maintenance) Provider Comprehensive construction<br /> company with Korea's largest GMP and bioengineering field </div> <div class="company-contact"> <span class="company-tel"><strong>TEL</strong>: 031) 270-1300</span> <span class="company-fax"><strong>FAX</strong>: 031) 260-9610</span> </div> </div> </button> </h2> <div id="family-collapse-3" class="accordion-collapse collapse" aria-labelledby="family-item-3" data-bs-parent="#family-accordion"> <div class="accordion-body"> <div class="company-details"> <div class="meta-info"> Date of Incorporation: March, 2001<br /><br /> <div class="address">Business Address: 2nd floor of M Tower, 8, Gumi-ro, Bundang-gu, Seongnam-si, Gyeonggi-do</div> </div> <a class="go-link-button btn btn-lg btn-outline-secondary" href="http://www.gcem.co.kr" target="_blank">Shortcut</a> </div> <div class="company-bio"> <div class="company-bio"> GC EM is the total bioengineering & comprehensive construction company that has the largest performance in GMP & Bio Lab Engineering field in Korea.<br /> The company is creating the value that customers need with a commitment to contribute to the health of the people by constructing excellent drug manufacturing facilities and research facilities, which are infrastructure for national health.<br /><br /> GC EM has accumulated the highest level of bio/GMP engineering portfolio and expertise in Korea as it systemically provides One-Stop Service ranging from [Design - Construction - Validation - Maintenance] as a bioengineering Total Solution Partner, and has the highest competitive edge in the field.<br /> Being recognized for its excellent quality and technological value, it successfully carried out the construction project of the Microbiological Validation Support Center and the Public Vaccine Development Support Center as a contractor for the vaccine global industrialization infrastructure project, a national institutional project. The company built BL4 research facility for the Korea Centers for Disease Control and Prevention, which is the first and only in Korea to have the highest bio-safety rating.<br /><br /> For private industry, the company has built the GC Ochang Plant•W&FF, the nation's largest GMP plant, and the Hwasun Plant, the nation's only influenza production facility, and it also built a research facility called SL Bigen Industrial-Academic Cooperation Hall, which studies cell therapy agents with high-tech regenerative bioagent.<br /> It has a large portfolio of bioengineering industrial facilities and plays a pivotal role in the industry.<br /><br /> GC EM is not satisfied just with the nation's best technology and strives for more.<br /> Through overseas technology research and active investment in training bio-specialized engineers for all employees, it is growing as a global leader in the bio-engineering industry. </div> </div> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header" id="family-item-4"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#family-collapse-4" aria-expanded="true" aria-controls="family-collapse-4"> <div class="company-image"> <img src="/common/images/gc-family/company/01_04.png" alt="" /> </div> <div class="company-info"> <div class="company-name"> <span class="company-name-en">Invacfarm</span> </div> <div class="company-description"> Supply of Hatching Eggs for Flu Vaccine with Excellent Quality </div> <div class="company-contact"> <span class="company-tel"><strong>TEL</strong>: 061) 379-2114</span> <span class="company-fax"><strong>FAX</strong>: 061) 379-2115</span> </div> </div> </button> </h2> <div id="family-collapse-4" class="accordion-collapse collapse" aria-labelledby="family-item-4" data-bs-parent="#family-accordion"> <div class="accordion-body"> <div class="company-details"> <div class="meta-info"> Date of Incorporation: February, 2001<br /><br /> <div class="address">Business Address: 40 Sandan-gil, Hwasun-eup, Hwasun-gun, Jeollanam-do</div> </div> </div> <div class="company-bio"> The company established the nation's highest level of blocking and quarantine system, operates a production plant that produces fertile eggs according to thorough quality control standards, and operates hatching plants that hatch fertile eggs suitable for vaccine production,<br /> It contributes to the growth of the flu vaccine by providing high-quality Eggs for vaccines stably </div> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header" id="family-item-5"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#family-collapse-5" aria-expanded="true" aria-controls="family-collapse-5"> <div class="company-image"> <img src="/common/images/gc-family/company/01_05.png" alt="" /> </div> <div class="company-info"> <div class="company-name"> <span class="company-name-en">MOGAM</span> </div> <div class="company-description"> A non-profit research foundation that uses artificial intelligence to<br /> develop medicines to prevent, diagnose, and treat diseases </div> <div class="company-contact"> <span class="company-tel"><strong>TEL</strong>: 02) 3011-2400</span> <span class="company-fax"><strong>FAX</strong>: 02) 3011-2409</span> </div> </div> </button> </h2> <div id="family-collapse-5" class="accordion-collapse collapse" aria-labelledby="family-item-5" data-bs-parent="#family-accordion"> <div class="accordion-body"> <div class="company-details"> <div class="meta-info"> Date of Incorporation: March, 1984<br /><br /> <div class="address"> Business Address: 15-19, Gangnam-daero 41-gil, Seocho-gu, Seoul, Republic of Korea </div> </div> <a class="go-link-button btn btn-lg btn-outline-secondary" href="http://www.mogam.re.kr" target="_blank">Shortcut</a> </div> <div class="company-bio"> The institute made its appearance in 1984 with the fund from GC's third successful hepatitis B vaccine.<br /><br /> Mogam Institute was established with the goal of creating a stable and continuous research environment by promoting social contribution and profit creation through the development of life science and technology and reinvesting it in research and development. This private research institution is the first non-profit research foundation established with approval from the Ministry of Science and ICT in Korea.<br /><br /> The main areas of research are cancer, vaccines, rare diseases, and metabolic diseases, and it is developing medicines using artificial intelligence technology. </div> </div> </div> </div> </div> </div> </div> </section> </main> <footer class="gc-footer"> <div class="container-xl"> <div class="fnb"> <img class="col col-auto" src="/common/images/gc-ci-line-type.png" alt="" /> <ul role="list" class="col nav-items"> <li class="nav-item"> <a href="/eng/about/introduction">About GC</a> </li> <li class="nav-item"> <a href="/eng/culture/hr/gc">GC Culture</a> </li> <li class="nav-item"> <a href="/eng/brand/gc-campus">GC Brand</a> </li> <li class="nav-item"> <a href="/eng/recruit/list">GC Recruit</a> </li> </ul> <ul role="list" class="col col-auto policy-items"> <li class="policy-item"> <a href="/eng/esg">공정성·다양성·포용성</a> </li> <li class="policy-item"> <a href="/eng/privacy">Privacy Policy</a> </li> </ul> </div> <div class="footer-meta"> <div class="footer-inner container-xl"> <div class="footer-copyright"> <span>107, Ihyeon-ro 30beon-gil, Giheung-gu, Yongin-si, Gyeonggi-do, Republic of Korea</span> <span class="spacer"></span> <span>Tel: 031-260-9300</span> <span class="spacer"></span> <span>Fax: 031-260-9413 GC Company Registration Number:135-81-05009</span> <br /> <span>Copyright ⓒ 2022 GC corp. All rights reserved.</span> </div> <div class="footer-sns"> <a href="https://www.facebook.com/GC.bio/" target="_blank"> <img src="/common/images/facebook-icon.png" alt="Facebook" /> </a> <a href="https://www.instagram.com/gc.bio/?igshid=YmMyMTA2M2Y%3D" target="_blank"> <img src="/common/images/instagram-icon.png" alt="Instagram" /> </a> </div> </div> </div> </div> </footer> </body> <script type="text/javascript"> $(document).ready(() => { $('#gc-holdings-more').on('click', () => { $('.gc-holdings-more-popover').show(); }); $('.gc-holdings-more-popover .popover-close-btn').on('click', () => { $('.gc-holdings-more-popover').hide(); }); //ellipsis기능 const accordionType2 = $('.accordion-button-type2'); const accordionType2Desc = $('.accordion-button-type2 .company-description'); accordionType2.on('click', () => { if (accordionType2.hasClass('collapsed')) { accordionType2Desc.addClass('txt_ellipsis'); } else { accordionType2Desc.removeClass('txt_ellipsis'); } }); // 추가 ----------------------------------------------------------------------------------------- const notAccordionType2 = $('.accordion-button:not(.accordion-button-type2)'); notAccordionType2.on('click', () => { if (notAccordionType2.not('.txt_ellipsis')) accordionType2Desc.addClass('txt_ellipsis'); }); }); </script>