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 = "9eb50f79-caa2-4d0f-bd15-a160c1ce0c8a" /> <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&amp;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 "> 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 active"> 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 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/03_01.png" alt="" /> </div> <div class="company-info"> <div class="company-name"> <span class="company-name-en">GC Wellbeing</span> </div> <div class="company-description"> The company that provide a variety of health solutions based on<br /> personalized nutrition therapy </div> <div class="company-contact"> <span class="company-tel"><strong>TEL</strong>: 1577-5560</span> <span class="company-fax"><strong>FAX</strong>: 02) 3458-4006,7</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"> <div class="meta-info"> Date of Incorporation: November, 2004<br /><br /> <div class="address"> Business Address: 33rd floor, Yeouido-daero 108, Yeongdeungpo-gu, Seoul (Yeouido-dong, Park One Tower 2) </div> </div> <a class="go-link-button btn btn-lg btn-outline-secondary" href="https://www.greencrosswb.com" target="_blank">Shortcut</a> </div> <div class="company-bio"> In the age of 100, the company is providing various personalized nutritional injections and health functional foods to become a leader of a personalized healthcare solution as a healthy life partner, and it is researching and developing medicines and health functional foods derived from natural sources. </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/03_02.png" alt="" /> </div> <div class="company-info"> <div class="company-name"> <span class="company-name-en">GREEN VET</span> </div> <div class="company-description"> The company for professional medical examination and<br /> health care of pets in their entire lives </div> <div class="company-contact"> <span class="company-tel"><strong>TEL</strong>: 031) 270-1500</span> <span class="company-fax"><strong>FAX</strong>: 031) 270-1599</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: December, 2020<br /><br /> <div class="address"> Business Address: 15, Yong-gu-daero 2469-gil, Giheung-gu, Yongin-si, Gyeonggi-do </div> </div> <a class="go-link-button btn btn-lg btn-outline-secondary" href="https://www.greenvet.co.kr/intro" target="_blank">Shortcut</a> </div> <div class="company-bio"> Company's main businesses include Diagnostic Imaging Consulting Services (GV Teleradiology Partners), Web Clinical Consulting Network (GV Consultation Network), and Health Examination & Management Service (GV Care & Solution Center) in the area of veterinary clinical diagnosis and treatment based on Reference Lab.<br /><br /> It is a company that contributes to protecting the health of people and the environment to strengthen the relationship between humans and animals, forms a healthy society, and does its best to achieve the ideology of "ONE HEALTH" that health is one.<br /><br /> Greenvet's competitiveness aims to enter the global market by aiming for total healthcare with pets throughout their entire lives, presenting new standards for pet business, and strengthening R&D and business capabilities through steady investment. </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/03_03.png" alt="" /> </div> <div class="company-info"> <div class="company-name"> <span class="company-name-en">GC i-MED</span> </div> <div class="company-description"> A healthy life can be protected when you correctly understand yourself.<br /> Health check-up service that protects a happy future and customized <br /> health check-up service Best health examination center selected <br /> by consumers </div> <div class="company-contact"> <span class="company-tel"><strong>TEL</strong>: 1644-0808</span> <span class="company-fax"><strong>FAX</strong>: 02) 2034-0506</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: July, 2009<br /><br /> <div class="address"> Business Address: (Gangnam) 4~5F, Majesta City Tower, 12, Seocho-daero 38-gil, Seocho-gu, Seoul </div> </div> <a class="go-link-button btn btn-lg btn-outline-secondary" href="https://www.gcimed.com" target="_blank">Shortcut</a> </div> <div class="company-bio"> (Health examination center)<br /> GC Imed has developed advanced medical IT systems and efficient health care programs to realize customized precision health check-up. Through this, the company is predicting diseases of individual and providing customized health care solution as a new health check-up paradigm.<br /><br /> GC Imed combined health examination and functional medical treatment system to provide lifelong close health care services to maintain optimal health of people from cradle to grave.<br /><br /> (Integrated Medical Center)<br /> GC GC IMED is the first treatment system in Korea that added functional medicine to prevent disease from occurring on top of the diagnostic system that detects diseases early.<br /> Imed is a combination of 'Integrative' and 'Medicine', meaning a medical institution that treats it integrally.<br /> Integrated treatment is a treatment system that integrates lifestyle changes such as food therapy, nutrition therapy suitable for individuals, and posture correction without relying on drugs or surgery, regardless of age, gender, disease type and stage.<br /><br /> Experts medical staffs of functional medicine, immunotherapy, chronic pain, musculoskeletal balance, and dermatology clinics provide human-centered treatment rather than disease-centered treatment. </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(); }); }); </script>

Pages: 1 2 3 4 5 6 7 8 9 10