전문의약품(ETC) 경력 1년 이상 ~ 10년 이하 :root { -navy: #1C2F5E; -navy-dark: #0E1B3A; -blue-mid: #3A5FA0; -accent: #4A7AC8; -accent-pale: #EEF3FB; -gold: #C9A84C; -white: #FFFFFF; -off-white: #F8F9FC; -text-mid: #374151; -text-muted: #6B7280; -border: rgba(60,80,140,0.1); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Noto Sans KR', sans-serif; background: #ffffff; min-height: 100vh; display: flex; justify-content: center; align-items: flex-start; padding: 48px 16px; } .card { width: 100%; max-width: 720px; background: var(-white); border-radius: 20px; overflow: hidden; box-shadow: 0 12px 60px rgba(28,47,94,0.16), 0 2px 16px rgba(28,47,94,0.08); } /* LOGO BAR */ .logo-bar { background: #ffffff; padding: 16px 28px; border-bottom: 0.5px solid rgba(60,80,140,0.1); display: flex; align-items: center; } .logo-bar img { height: 102px; object-fit: contain; } /* HERO */ .hero { position: relative; height: 240px; overflow: hidden; } .hero-img { width: 100%; height: 100%; object-fit: cover; display: block; } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(170deg, rgba(10,20,50,0.22) 0%, rgba(10,20,50,0.82) 100%); } .hero-inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px 28px 26px; } .hero-eyebrow { font-size: 10.5px; font-weight: 600; letter-spacing: 3px; color: var(-gold); text-transform: uppercase; margin-bottom: 9px; } .hero-title { font-size: 23px; font-weight: 700; color: #fff; line-height: 1.45; letter-spacing: -0.2px; margin-bottom: 15px; } .hero-tags { display: flex; gap: 7px; flex-wrap: wrap; } .htag { font-size: 11px; color: rgba(255,255,255,0.88); border: 0.5px solid rgba(255,255,255,0.35); padding: 4px 12px; border-radius: 20px; background: rgba(255,255,255,0.1); } .gold-bar { height: 3px; background: linear-gradient(90deg, transparent, var(-gold) 20%, #e8c96a 50%, var(-gold) 80%, transparent); } .body { padding: 28px 28px 24px; } .info-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 20px; } .ic { background: var(-accent-pale); border-radius: 10px; padding: 12px 13px; border-top: 2.5px solid var(-accent); } .ic .lbl { font-size: 10px; font-weight: 600; color: var(-text-muted); margin-bottom: 4px; letter-spacing: 0.5px; text-transform: uppercase; } .ic .val { font-size: 12.5px; font-weight: 600; color: var(-navy); line-height: 1.4; } .location-box { display: flex; align-items: flex-start; gap: 10px; background: var(-off-white); border: 0.5px solid var(-border); border-left: 3px solid var(-gold); border-radius: 10px; padding: 12px 16px; margin-bottom: 26px; } .loc-icon { flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; } .loc-label { font-size: 10px; font-weight: 700; color: var(-text-muted); letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 3px; } .loc-addr { font-size: 13.5px; font-weight: 500; color: var(-navy); line-height: 1.5; } .loc-sub { font-size: 12px; color: var(-text-muted); margin-top: 2px; } .sec { margin-bottom: 24px; } .sec-head { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; } .sec-dot { width: 7px; height: 7px; background: var(-gold); border-radius: 50%; flex-shrink: 0; } .sec-label { font-size: 11.5px; font-weight: 700; color: var(-navy); letter-spacing: 1px; text-transform: uppercase; } .sec-line { flex: 1; height: 0.5px; background: var(-border); } .li { font-size: 13.5px; color: var(-text-mid); line-height: 1.85; padding-left: 16px; position: relative; } .li::before { content: ""; position: absolute; left: 3px; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: var(-accent); opacity: 0.65; } .li-note { font-size: 12px; color: var(-text-muted); line-height: 1.85; padding-left: 16px; position: relative; } .li-note::before { content: ""; position: absolute; left: 3px; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(-accent); opacity: 0.65; } .welfare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; } .wi { background: var(-off-white); border: 0.5px solid var(-border); border-left: 2.5px solid var(-accent); border-radius: 10px; padding: 11px 13px; } .wi .wl { font-size: 10px; font-weight: 700; color: var(-blue-mid); margin-bottom: 4px; letter-spacing: 0.6px; text-transform: uppercase; } .wi .wv { font-size: 12.5px; color: var(-text-mid); line-height: 1.55; } .process-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } .step { background: var(-navy); color: #fff; border-radius: 8px; padding: 9px 18px; font-size: 12.5px; font-weight: 500; letter-spacing: 0.3px; } .arr { display: flex; align-items: center; flex-shrink: 0; } .footer { background: var(-navy-dark); padding: 18px 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; } .fi { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.85; } .fi strong { color: rgba(255,255,255,0.9); font-weight: 600; } .period-badge { display: inline-block; background: var(-gold); color: var(-navy-dark); font-weight: 700; font-size: 11.5px; padding: 2px 9px; border-radius: 4px; margin-left: 4px; } .apply-btn { background: var(-gold); color: var(-navy-dark); border: none; border-radius: 10px; padding: 11px 26px; font-size: 13px; font-weight: 700; font-family: 'Noto Sans KR', sans-serif; cursor: pointer; letter-spacing: 0.4px; white-space: nowrap; } @media (max-width: 540px) { .info-strip { grid-template-columns: repeat(2, 1fr); } .welfare-grid { grid-template-columns: repeat(2, 1fr); } .hero { height: 200px; } .hero-title { font-size: 18px; } .body { padding: 20px 16px; } .footer { padding: 14px 16px; } } Recruit 2026 영업본부 대외협력마케팅팀 인재 채용 경력 1~10년 정규직 대졸(4년제) 이상 서울 영등포구 경력 1~10년 고용형태 정규직 급여 면접 후 결정 근무시간 월~금 08:30~17:30 근무지 서울 영등포구 버드나루로 50, 리버타워오피스텔 2층 5호선 영등포시장역에서 도보 약 10분 주요 업무 전문의약품(ETC) 기반 CSO 시장 마케팅 홍보 & 전략 수립 MR 교육 기획 및 운영 고객(CSO법인, 외부 파트너사) 관리 및 응대 자격요건 전문의약품(ETC) 경력 1년 이상 ~ 10년 이하 대학교졸업(4년) 이상 복지 및 혜택 급여제도 퇴직연금, 4대보험, 퇴직금, 우수사원포상, 장기근속자포상 리프레시 연차, 경조휴가, 육아휴직, 보건휴가, 휴양시설 제공 출퇴근 주차장 제공 조직문화 회식·야근 강요 없음 교육/생활 OJT 교육 선물/지원 명절선물, 각종 경조사 지원, 자녀출산축하금, 자녀 대학입학 축하금, 자녀 수능지원금 채용 절차 서류전형 1차 면접 최종합격 *전형 절차는 채용 상황에 따라 변경될 수 있습니다. *각 전형 별 합격자에 한하여 통보드립니다. 제출 서류 인크루트 온라인 이력서 자기소개서 경력기술서 유의사항 입사지원 서류에 허위 사실이 발견될 경우 채용이 취소될 수 있습니다. 제출된 서류는 채용 목적 외 용도로 사용되지 않으며, 채용절차법에 따라 처리됩니다. 접수기간은 기업의 사정, 조기마감 등으로 변경될 수 있습니다. 서울 영등포구 버드나루로 50 , 리버타워오피스텔 2층 접수기간 2026.07.27 ~ 2026.08.09 접수방법 · 인크루트 온라인 입사지원
마케팅·광고·MD>마케팅>마케팅기획|영업·판매·무역>법인·영업직>제약영업|의료·보건·복지>약사·제약>제약PM