
<div id="ct-section" class="p-resp-ct-section row flex-nowrap">
    <!-- desktop sort/filters sections and controls -->
    <aside class="rc-ct-filter d-none d-md-block">
		
        <div class="rc-ct-filter-section rc-ct-sort-by">
            <span class="rc-ct-filter-section__heading">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" clip-rule="evenodd" d="M3 6C3 5.44772 3.44772 5 4 5H13C13.5523 5 14 5.44772 14 6C14 6.55228 13.5523 7 13 7H4C3.44772 7 3 6.55228 3 6ZM18 5C18.5523 5 19 5.44772 19 6V15.5858L20.2929 14.2929C20.6834 13.9024 21.3166 13.9024 21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071L18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929C14.6834 13.9024 15.3166 13.9024 15.7071 14.2929L17 15.5858V6C17 5.44772 17.4477 5 18 5ZM3 12C3 11.4477 3.44772 11 4 11H11C11.5523 11 12 11.4477 12 12C12 12.5523 11.5523 13 11 13H4C3.44772 13 3 12.5523 3 12ZM3 18C3 17.4477 3.44772 17 4 17H11C11.5523 17 12 17.4477 12 18C12 18.5523 11.5523 19 11 19H4C3.44772 19 3 18.5523 3 18Z" fill="#0A141D"/>
                </svg>
                정렬 기준
            </span>
            
        <div class='rc-custom-select mt-4'>
            <span class='rc-custom-select__main-label'>
                기본값
            </span>
            <div class='rc-custom-select__item-list'>
                
            <label class='rc-custom-select__label'>
                <input class='rc-custom-select__item'
                       type='radio' value='menu_order__asc' name='sort_by'
                       checked="checked"
                       autocomplete='off'
                />
                기본값
            </label>
        
            <label class='rc-custom-select__label'>
                <input class='rc-custom-select__item'
                       type='radio' value='price__desc' name='sort_by'
                       
                       autocomplete='off'
                />
                가격(가장 높은 순)
            </label>
        
            <label class='rc-custom-select__label'>
                <input class='rc-custom-select__item'
                       type='radio' value='price__asc' name='sort_by'
                       
                       autocomplete='off'
                />
                가격 (가장 낮은 것부터 가장 높은 것까지)
            </label>
        
            <label class='rc-custom-select__label'>
                <input class='rc-custom-select__item'
                       type='radio' value='title__asc' name='sort_by'
                       
                       autocomplete='off'
                />
                알파벳순 (오름차순)
            </label>
        
            <label class='rc-custom-select__label'>
                <input class='rc-custom-select__item'
                       type='radio' value='title__desc' name='sort_by'
                       
                       autocomplete='off'
                />
                알파벳순 (내림차순)
            </label>
        
            </div>
        </div>
    
        </div>
    
            <div class="rc-ct-filter-section rc-ct-filters">
                <span class="rc-ct-filter-section__heading">
                    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path fill-rule="evenodd" clip-rule="evenodd" d="M11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.4407 4.19808 16.6807 4.5821 16.8284 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H16.8284C16.6807 7.4179 16.4407 7.80192 16.1213 8.12132C15.5587 8.68393 14.7956 9 14 9C13.2044 9 12.4413 8.68393 11.8787 8.12132C11.5593 7.80192 11.3193 7.4179 11.1716 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H11.1716C11.3193 4.5821 11.5593 4.19808 11.8787 3.87868ZM14 5C13.7348 5 13.4804 5.10536 13.2929 5.29289C13.1054 5.48043 13 5.73478 13 6C13 6.26522 13.1054 6.51957 13.2929 6.70711C13.4804 6.89464 13.7348 7 14 7C14.2652 7 14.5196 6.89464 14.7071 6.70711C14.8946 6.51957 15 6.26522 15 6C15 5.73478 14.8946 5.48043 14.7071 5.29289C14.5196 5.10536 14.2652 5 14 5ZM5.87868 9.87868C6.44129 9.31607 7.20435 9 8 9C8.79565 9 9.55871 9.31607 10.1213 9.87868C10.4407 10.1981 10.6807 10.5821 10.8284 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H10.8284C10.6807 13.4179 10.4407 13.8019 10.1213 14.1213C9.55871 14.6839 8.79565 15 8 15C7.20435 15 6.44129 14.6839 5.87868 14.1213C5.55927 13.8019 5.31933 13.4179 5.17157 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H5.17157C5.31933 10.5821 5.55927 10.1981 5.87868 9.87868ZM8 11C7.73478 11 7.48043 11.1054 7.29289 11.2929C7.10536 11.4804 7 11.7348 7 12C7 12.2652 7.10536 12.5196 7.29289 12.7071C7.48043 12.8946 7.73478 13 8 13C8.26522 13 8.51957 12.8946 8.70711 12.7071C8.89464 12.5196 9 12.2652 9 12C9 11.7348 8.89464 11.4804 8.70711 11.2929C8.51957 11.1054 8.26522 11 8 11ZM14.8787 15.8787C15.4413 15.3161 16.2043 15 17 15C17.7957 15 18.5587 15.3161 19.1213 15.8787C19.4407 16.1981 19.6807 16.5821 19.8284 17H20C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H19.8284C19.6807 19.4179 19.4407 19.8019 19.1213 20.1213C18.5587 20.6839 17.7957 21 17 21C16.2043 21 15.4413 20.6839 14.8787 20.1213C14.5593 19.8019 14.3193 19.4179 14.1716 19H4C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17H14.1716C14.3193 16.5821 14.5593 16.1981 14.8787 15.8787ZM17 17C16.7348 17 16.4804 17.1054 16.2929 17.2929C16.1054 17.4804 16 17.7348 16 18C16 18.2652 16.1054 18.5196 16.2929 18.7071C16.4804 18.8946 16.7348 19 17 19C17.2652 19 17.5196 18.8946 17.7071 18.7071C17.8946 18.5196 18 18.2652 18 18C18 17.7348 17.8946 17.4804 17.7071 17.2929C17.5196 17.1054 17.2652 17 17 17Z" fill="#0A141D"/>
                    </svg>
                    필터
                </span>
                <div name="filter-by" class="rc-ct-filter__accordion">
                    <input type="hidden" name="rc-ct-filter__필터__training-category" data-tax-slug="training-category" data-term-slug="food-beverage" value="1"/>
                    
            <div class="rc-ct-filter__accordion-entry rc-ct-filter__accordion-entry--open">
                <span class="rc-ct-filter__accordion-heading">
                    <span>Topic</span>
                </span>
                <div class="rc-ct-filter__accordion-contents">
                    
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__fsma-pt-br" data-tax-slug="topic" data-term-slug="fsma-pt-br" autocomplete="off" >
                fsma
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__pcqi-pt-br" data-tax-slug="topic" data-term-slug="pcqi-pt-br" autocomplete="off" >
                PCQI
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__better-process-control-school-pt-br" data-tax-slug="topic" data-term-slug="better-process-control-school-pt-br" autocomplete="off" >
                Better Process Control School
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__retort-operation-pt-br" data-tax-slug="topic" data-term-slug="retort-operation-pt-br" autocomplete="off" >
                Retort Operation
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__gfsi-pt-br" data-tax-slug="topic" data-term-slug="gfsi-pt-br" autocomplete="off" >
                GFSI
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__auditoria-interna" data-tax-slug="topic" data-term-slug="auditoria-interna" autocomplete="off" >
                Auditoria interna
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__sqf-pt-br" data-tax-slug="topic" data-term-slug="sqf-pt-br" autocomplete="off" >
                SQF
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__fssc-22000-pt-br" data-tax-slug="topic" data-term-slug="fssc-22000-pt-br" autocomplete="off" >
                FSSC 22000
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__rotulagem" data-tax-slug="topic" data-term-slug="rotulagem" autocomplete="off" >
                Rotulagem
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__higienizacao" data-tax-slug="topic" data-term-slug="higienizacao" autocomplete="off" >
                Higienização
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__seguranca-alimentar-geral" data-tax-slug="topic" data-term-slug="seguranca-alimentar-geral" autocomplete="off" >
                Segurança alimentar geral
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__fda-pt-br" data-tax-slug="topic" data-term-slug="fda-pt-br" autocomplete="off" >
                FDA
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__brcgs-pt-br" data-tax-slug="topic" data-term-slug="brcgs-pt-br" autocomplete="off" >
                BRCGS
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__appcc" data-tax-slug="topic" data-term-slug="appcc" autocomplete="off" >
                APPCC
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__bpf-pt-br" data-tax-slug="topic" data-term-slug="bpf-pt-br" autocomplete="off" >
                BPF
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__fsvp-pt-br" data-tax-slug="topic" data-term-slug="fsvp-pt-br" autocomplete="off" >
                FSVP
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__iso-9001-pt-br" data-tax-slug="topic" data-term-slug="iso-9001-pt-br" autocomplete="off" >
                ISO 9001
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__sustentabilidade" data-tax-slug="topic" data-term-slug="sustentabilidade" autocomplete="off" >
                Sustentabilidade
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__topic__iso-22000-pt-br" data-tax-slug="topic" data-term-slug="iso-22000-pt-br" autocomplete="off" >
                ISO 22000
            </label>
        
                </div>
            </div>
        
            <div class="rc-ct-filter__accordion-entry">
                <span class="rc-ct-filter__accordion-heading">
                    <span>Role</span>
                </span>
                <div class="rc-ct-filter__accordion-contents">
                    
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__responsaveis" data-tax-slug="role" data-term-slug="responsaveis" autocomplete="off" >
                Responsáveis
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__garantia-de-qualidade" data-tax-slug="role" data-term-slug="garantia-de-qualidade" autocomplete="off" >
                Garantia de qualidade
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__gesto" data-tax-slug="role" data-term-slug="gesto" autocomplete="off" >
                Gesto
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__controle-de-qualidade" data-tax-slug="role" data-term-slug="controle-de-qualidade" autocomplete="off" >
                Controle de qualidade
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__regulatorio" data-tax-slug="role" data-term-slug="regulatorio" autocomplete="off" >
                Regulatório
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__auditor-interno" data-tax-slug="role" data-term-slug="auditor-interno" autocomplete="off" >
                Auditor interno
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__funcionario-de-producao" data-tax-slug="role" data-term-slug="funcionario-de-producao" autocomplete="off" >
                Funcionário de produção
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__exporter-pt-br" data-tax-slug="role" data-term-slug="exporter-pt-br" autocomplete="off" >
                Exporter
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__equipe-de-seguranca-alimentar" data-tax-slug="role" data-term-slug="equipe-de-seguranca-alimentar" autocomplete="off" >
                Equipe de segurança alimentar
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__manufacturer-pt-br" data-tax-slug="role" data-term-slug="manufacturer-pt-br" autocomplete="off" >
                Manufacturer
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__importer-pt-br" data-tax-slug="role" data-term-slug="importer-pt-br" autocomplete="off" >
                Importer
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__wholesaler-pt-br" data-tax-slug="role" data-term-slug="wholesaler-pt-br" autocomplete="off" >
                Wholesaler
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__retailer-pt-br" data-tax-slug="role" data-term-slug="retailer-pt-br" autocomplete="off" >
                Retailer
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__quimico" data-tax-slug="role" data-term-slug="quimico" autocomplete="off" >
                Químico
            </label>
        
                </div>
            </div>
        
            <div class="rc-ct-filter__accordion-entry">
                <span class="rc-ct-filter__accordion-heading">
                    <span>Language</span>
                </span>
                <div class="rc-ct-filter__accordion-contents">
                    
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__language__anglais-pt-br" data-tax-slug="language" data-term-slug="anglais-pt-br" autocomplete="off" >
                Anglais
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__language__espagnol-pt-br" data-tax-slug="language" data-term-slug="espagnol-pt-br" autocomplete="off" >
                Espagnol
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__language__italiano" data-tax-slug="language" data-term-slug="italiano" autocomplete="off" >
                Italiano
            </label>
        
                </div>
            </div>
        
            <div class="rc-ct-filter__accordion-entry">
                <span class="rc-ct-filter__accordion-heading">
                    <span>Other</span>
                </span>
                <div class="rc-ct-filter__accordion-contents">
                    
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__other__ventilacao-da-meileure" data-tax-slug="other" data-term-slug="ventilacao-da-meileure" autocomplete="off" >
                Ventilação da meileure
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__other__curso-unico-pt-br" data-tax-slug="other" data-term-slug="curso-unico-pt-br" autocomplete="off" >
                Curso único
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__other__pacotes-pacotes-de-cursos" data-tax-slug="other" data-term-slug="pacotes-pacotes-de-cursos" autocomplete="off" >
                Pacotes/pacotes de cursos
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__other__modelos" data-tax-slug="other" data-term-slug="modelos" autocomplete="off" >
                Modelos
            </label>
        
                </div>
            </div>
        
                </div>
            </div>
        
            <a class="rc-ct-filter__button rc-ct-filter__reset-button rc-ct-filter__reset-button--disabled" href="#">
                재설정
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" clip-rule="evenodd" d="M12.003 5.03909C10.3005 5.034 8.65443 5.64958 7.37303 6.77059C6.09163 7.8916 5.26271 9.4412 5.04144 11.1293C4.96966 11.6769 4.46755 12.0626 3.91995 11.9908C3.37235 11.9191 2.98662 11.417 3.0584 10.8694C3.34289 8.69895 4.40865 6.70661 6.05616 5.26531C7.70368 3.82401 9.82 3.03256 12.009 3.0391C14.1979 3.04565 16.3095 3.84974 17.9484 5.30087C19.5872 6.752 20.6411 8.75067 20.9126 10.9227C21.1841 13.0948 20.6547 15.2914 19.4234 17.1013C18.1922 18.9112 16.3435 20.2103 14.2235 20.7555C12.1035 21.3006 9.85749 21.0545 7.90588 20.0631C6.79872 19.5006 5.82938 18.7202 5.04992 17.7789V19.9993C5.04992 20.5516 4.6022 20.9993 4.04992 20.9993C3.49763 20.9993 3.04992 20.5516 3.04992 19.9993V14.9993C3.04992 14.447 3.49763 13.9993 4.04992 13.9993H4.52663C4.54199 13.999 4.55732 13.999 4.57261 13.9993H9.04992C9.6022 13.9993 10.0499 14.447 10.0499 14.9993C10.0499 15.5516 9.6022 15.9993 9.04992 15.9993H6.21002C6.86818 16.9586 7.76 17.7457 8.8117 18.28C10.3296 19.0511 12.0765 19.2425 13.7254 18.8185C15.3743 18.3945 16.8122 17.384 17.7698 15.9764C18.7274 14.5687 19.1392 12.8602 18.928 11.1708C18.7168 9.48142 17.8972 7.9269 16.6225 6.79825C15.3478 5.66959 13.7055 5.04418 12.003 5.03909Z" fill="#0A141D"/>
                </svg>
            </a>
            </aside>

    <!-- ct cards -->
    <section class="position-relative flex-shrink-1">
        <div class="rc-ct-card-container max-width-2-cards ms-auto">
			
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/retort-operator-water-spray-static/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						레토르트 오퍼레이터 교육 – 워터 스프레이 레토르트(정적)
					</div>
					<div class="rc-ct-card__content">
						기본 사항, 사이클 작동, 기록 및 편차 처리와 같은 정적 워터 스프레이 레토르트 운영자를 위한 자기 주도형 교육.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>799</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/retort-operator-training-steam-air/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						레토르트 오퍼레이터 교육 – 증기-공기
					</div>
					<div class="rc-ct-card__content">
						증기-공기 레토르트 운영자를 위한 자기 주도형 교육: 핵심 레토르트 기본 사항, 증기-공기 사이클 작동, 기록 및 편차 대응.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>799</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sqf-edition-10-conversion-course/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						전환 과정: SQF 버전 10으로 업데이트
					</div>
					<div class="rc-ct-card__content">
						새로운 코드 요구 사항을 신속하게 구현하기 위해 SQF Edition 10 전환 과정으로 시설을 업데이트하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>275</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/pcqi-training/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">new</span>
					</div>
					<div class="rc-ct-card__title">
						PCQI 2.0 교육 및 인증서 — FSPCA 승인
					</div>
					<div class="rc-ct-card__content">
						FDA 준수 PCQI 교육을 받으세요. 30,000명 이상의 전문가들이 100% 자기 주도형, FSPCA 인정 및 신뢰합니다. 만족 보장으로 실제 기술을 습득하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">261 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>799</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sqf-practitioner-training-implementation-package/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						SQF 10 실무자 교육 및 구현 프로그램
					</div>
					<div class="rc-ct-card__content">
						Registrar Corp의 100% 온라인 SQF 교육을 통해 SQF 식품 안전 및 품질 프로그램을 관리하는 방법을 알아보십시오. 오늘 수료증을 받으세요.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-4.5.svg"
				 alt="4.5 rating image"
				/>
				<div class="rc-ct-card__review_no">57 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>899</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/haccp-certification/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						온라인 HACCP 인증 및 교육
					</div>
					<div class="rc-ct-card__content">
						30,000명 이상의 전문가들이 신뢰하는 100% 자기 주도형 교육으로 HACCP 인증을 받으세요. 규정 준수를 강화하고, 감사 위험을 피하며, 만족 보장을 통해 학습합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 2 다른 언어로 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">30 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>499</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/fsvp-online-training-fspca-foreign-supplier-verification-programs/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						FSVP 교육: FSPCA 해외 공급업체 검증 프로그램
					</div>
					<div class="rc-ct-card__content">
						30,000명 이상의 전문가들이 신뢰하는 100% 자기 주도형 FDA 연계 교육을 통해 FSVP를 마스터하십시오. 확신을 구축하고 위험을 줄이며 인증서를 획득하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">38 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>799</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/complete-training-package-for-fssc-22000/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						FSSC 22000 교육 패키지 완료
					</div>
					<div class="rc-ct-card__content">
						FSSC 22000의 요구 사항과 FSSC 22000 식품 안전 시스템의 구축, 문서화 및 감사 방법에 대해 알아보십시오. 100% 온라인, 5-Star 코스.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">2 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>999</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/better-process-control-school-acidified-foods/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						<span class="no-translate">Better Process Control School</span> 산성화된 식품용
					</div>
					<div class="rc-ct-card__content">
						온라인 Better Process Control School에서 FDA의 승인을 받은 커리큘럼으로 BPCS 인증을 획득하세요. 산성화된 식품 식품 안전, 열처리 및 규정 준수에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>499</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/bpcs-full-certification-bundle/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						BPCS 전체 인증 번들: 산성화, 레토르트, 무균
					</div>
					<div class="rc-ct-card__content">
						레토르트, 산성화 및 무균 식품 가공에 대한 인증을 획득하십시오. 100% 온라인 Better Process Control School 교육을 통해 시설에 대한 FDA 및 USDA 요구 사항을 충족하고 경력을 발전시키십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>649</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/better-process-control-school-retort-certification-course/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						<span class=\"no-translate\">Better Process Control School</span> 레토르트 식품용
					</div>
					<div class="rc-ct-card__content">
						FDA의 승인을 받은 커리큘럼으로 BPCS 레토르트 인증을 받으세요. 이 자기 주도형 BPCS 과정에서 레토르트 작동, 열처리 및 식품 안전에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>499</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/better-process-control-school-aseptic-foods/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						<span class=\"no-translate\">Better Process Control School</span> 무균 식품용
					</div>
					<div class="rc-ct-card__content">
						Registrar의 이 BPCS 과정에서 FDA가 승인한 커리큘럼으로 BPCS 무균 인증을 받으십시오. 100% 온라인, 자기 주도형 무균 처리 및 포장 교육.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>499</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/brcgs-issue-9-complete-training-package/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						BRCGS 제9호 교육 프로그램 완료
					</div>
					<div class="rc-ct-card__content">
						Registrar Corp의 100% 온라인 BRC 교육을 통해 BRCGS 식품 안전 프로그램을 관리하는 방법을 알아보십시오. 오늘 수료증을 받으십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>999</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/complete-training-package-for-iso-220002018/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						ISO 22000:2018 교육 패키지 완료
					</div>
					<div class="rc-ct-card__content">
						ISO 22000 인증으로 회사를 이끌십시오! ISO 22000:2018 구현, 문서화 및 내부 감사에 대한 자기 주도 온라인 교육 과정입니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>999</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/better-process-control-school-retort-acidified-foods-certification-course-package-2/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-package-icon"></i><span class="rc-ct-card__badge ">new</span>
					</div>
					<div class="rc-ct-card__title">
						<span class=\"no-translate\">BPCS</span> 레토르트 + 산성화 식품 인증 패키지  
					</div>
					<div class="rc-ct-card__content">
						전문가 주도 열처리 과정을 통해 레토르트 및 산성화된 식품 인증을 획득하세요. 프로세스 제어 규정 준수를 개선하기 위한 온라인 교육을 완료하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>599</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/haccp-pcqi-training-package/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						HACCP + PCQI 교육 패키지
					</div>
					<div class="rc-ct-card__content">
						이 100% 온라인 및 자기 주도 규정준수 교육 번들로 HACCP 인증과 PCQI 인증서를 받으십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">2 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>1,199</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-trainings/retort-operator-training-steam/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						레토르트 오퍼레이터 교육 – 스팀 레토르트
					</div>
					<div class="rc-ct-card__content">
						레토르트 기본 사항, 사이클 작동, 기록 및 편차 처리를 다루는 자기 주도 온라인 증기 레토르트 운영자 교육.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>799</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sqf-sqf-haccp/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						SQF 실무자 교육 + HACCP 인증 번들
					</div>
					<div class="rc-ct-card__content">
						저렴한 HACCP 및 SQF 교육: SQF 실무자에게 필수 기술과 규정 준수 전문 지식을 제공하는 5성급 온라인 과정. 언제든지 시작하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-4.5.svg"
				 alt="4.5 rating image"
				/>
				<div class="rc-ct-card__review_no">6 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>1,299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sqf-internal-auditor-training/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						SQF 10에 대한 내부 감사
					</div>
					<div class="rc-ct-card__content">
						온라인 SQF 내부 감사자 교육을 통해 SQF 내부 감사에 능숙해지십시오. 모의 감사, 템플릿 및 지원이 포함됩니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>649</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/brcgs-internal-auditor-training/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						BRCGS 내부 감사자 교육
					</div>
					<div class="rc-ct-card__content">
						BRCGS 내부 감사원이 되십시오. 회사의 BRCGS 시스템을 효과적이고 자신 있게 감사하는 데 필요한 자격과 기술을 습득하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>649</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/retort-operator-water-spray-rotary/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						레토르트 오퍼레이터 교육 – 워터 스프레이 레토르트(회전식)
					</div>
					<div class="rc-ct-card__content">
						로터리 워터 스프레이 레토르트 운영자를 위한 자기 주도형 교육: 코어 레토르트 기본 사항, 로터리 사이클 작동, 기록 및 편차 대응.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>799</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/fssc-22000-internal-auditor-training/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						FSSC 22000 버전 6 내부 감사자 교육
					</div>
					<div class="rc-ct-card__content">
						귀사의 FSSC 22000 시스템을 효과적이고 자신 있게 감사하는 데 필요한 자격과 기술을 확보하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">10 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>549</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/retort-operator-water-immersion-rotary/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						레토르트 오퍼레이터 교육 – 물 침수(회전식)
					</div>
					<div class="rc-ct-card__content">
						회전식 물 침수 레토르트 운영자를 위한 자기 주도형 교육: 코어 레토르트 기본 사항, 침수 회전 사이클 작동, 기록 및 편차 응답.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>799</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/iso-22000-internal-auditor-training/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						ISO 22000 내부 감사원 교육
					</div>
					<div class="rc-ct-card__content">
						ISO 22000 내부 감사 프로그램을 설정하고 내부 감사를 수행하는 방법을 배웁니다. 대화형 연습 감사가 포함됩니다. 자기 주도형 과정 - 오늘 시작하십시오!
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>549</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/iso-90012015-internal-auditor/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						ISO 9001:2015 내부 감사원 교육
					</div>
					<div class="rc-ct-card__content">
						새로운 ISO 9001:2015 내부 감사원들에게 감사 원칙과 내부 감사 프로그램 요건에 대해 교육합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>350</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/animal-food-pcqi-online-training-fspca-preventive-controls-for-animal-food/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						동물 사료 PCQI 온라인 교육: 동물 사료에 대한 FSPCA 예방 관리
					</div>
					<div class="rc-ct-card__content">
						훈련된 동물 사료 PCQI에 가입하고 공식 FSPCA PCQI 인증서를 받으십시오. 5-Star급 자기 주도 코스로 식품 안전 계획을 작성하는 방법을 배우십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-4.5.svg"
				 alt="4.5 rating image"
				/>
				<div class="rc-ct-card__review_no">7 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>799</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/foundations-of-haccp/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						HACCP 기초
					</div>
					<div class="rc-ct-card__content">
						기초, HACCP 원칙, 전제 조건 프로그램 및 HACCP 계획 개발의 예비 단계를 포함한 HACCP의 기본 사항을 학습합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/mastering-sqf/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						SQF 10 코드 이해
					</div>
					<div class="rc-ct-card__content">
						SQF 10판 요건, 식품 안전 관리 시스템, GMP 및 규정 준수 단계에 대해 알아보십시오. 경영진 및 식품 안전 팀에 이상적입니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">11 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>499</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/understanding-fssc-22000/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						FSSC 22000 교육 이해
					</div>
					<div class="rc-ct-card__content">
						FSSC 22000은 무엇이며 귀하에게 어떤 의미가 있습니까? 사용자 친화적인 자기 주도형 교육에서 FSSC 22000의 요구 사항을 소개합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-4.5.svg"
				 alt="4.5 rating image"
				/>
				<div class="rc-ct-card__review_no">3 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>349</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/juice-haccp-plan-development/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						주스 HACCP 계획 개발 교육
					</div>
					<div class="rc-ct-card__content">
						사용자 친화적이고 자기 주도적인 규정준수 교육을 통해 Juice HACCP 인증을 받으십시오. 공식 HACCP Alliance 인증서가 포함되어 있습니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-4.5.svg"
				 alt="4.5 rating image"
				/>
				<div class="rc-ct-card__review_no">2 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>499</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/allergens/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						FSMA 알레르기 유발 항원 준수 교육
					</div>
					<div class="rc-ct-card__content">
						제품 리콜의 일반적인 원인을 피하십시오. 이 100% 온라인 자기 주도 과정에서 FSMA 알레르기 유발 항원 요건에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/imports/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						미국으로의 FDA 규제 수입 및 수입: 규정준수 교육
					</div>
					<div class="rc-ct-card__content">
						식품 수입, 행위 및 규정, 입국 절차, 검사, 조사, 규정 준수 및 집행 조치, 수입 사기에 대한 기본 사항을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/labeling-for-food-manufacturers/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 제조업체를 위한 라벨링: 규정준수 교육
					</div>
					<div class="rc-ct-card__content">
						업계 전문가가 만든 규정 준수 교육을 통해 FDA의 식품 라벨링 규정에 대한 심층적인 통찰력과 이해를 얻으십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">1 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>349</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/labeling-for-regulators/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						규제 기관을 위한 식품 라벨: 규정준수 교육
					</div>
					<div class="rc-ct-card__content">
						식품에 대한 FDA 라벨링 요건을 준수하는 것이 중요합니다. 라벨 표시 법률 및 규정의 기본 사항을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/preventive-controls/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						예방 통제 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						FDA 준수 사료 및 식품 제조 시설에서 구현한 식품 안전 계획 및 예방 관리의 기본 사항을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/pest-control/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						해충 관리 교육
					</div>
					<div class="rc-ct-card__content">
						효과적인 해충 방제 프로그램은 회사 위생 운영의 필수적인 부분입니다. 식품 생산 시설에서 해충을 통제하는 방법을 배우십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>99</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/recalls/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						FDA 및 식품 제품 리콜: 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						식품 리콜을 처리하는 방법을 알고 필요할 경우 준비하는 것이 중요합니다. 상거래에서 제품을 제거하는 방법을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sanitation-operator/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						위생 운영자 준수 교육
					</div>
					<div class="rc-ct-card__content">
						기본적인 위생 운영자 원칙과 식품 제조 생산 라인, 장비 및 시설의 청소 및 위생 관리의 중요성에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sanitation-practices/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 시설 위생 관행: 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						업계 최고의 전문가가 만든 이 위생 관행 과정을 통해 FDA의 규정 준수를 충족하는 방법을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/transportation/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 운송 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						식품 및 재료 운송의 기초, 운송 방법, 검사, 보안 및 제품 안전에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/traceability/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 추적성 준수 교육
					</div>
					<div class="rc-ct-card__content">
						식품 산업에서 식품 추적성, 공급망 관리, 문서화, 커뮤니케이션 및 기술의 기초를 살펴보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/listeria-control-specialist/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						리스테리아 통제 전문가 인증 프로그램
					</div>
					<div class="rc-ct-card__content">
						리스테리아 및 관련 리콜로부터 시설을 보호하십시오. 당사의 온라인 인증 프로그램을 통해 공식적으로 인정받는 리스테리아 관리 전문가가 되십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>1,048</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/gmps-listeria/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						리스테리아 관리를 위한 식품 제조 시설의 GMP
					</div>
					<div class="rc-ct-card__content">
						식품 생산 시설에서 리스테리아 모노사이토제네스(Lm)와 관련된 위험을 관리하고 완화하는 데 있어 GMP의 중요한 역할에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>245</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/prevention-and-control-of-listeria-in-freezer-systems-and-equipment/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						냉동고 시스템 및 장비 내 리스테리아 예방 및 통제
					</div>
					<div class="rc-ct-card__content">
						냉동고 시스템에서 리스테리아를 예방 및 제어하고 프로세스 전반에 걸쳐 FDA 준수를 유지하는 데 필요한 중요한 기술을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>285</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/hygienic-facility-and-equipment-design-for-food-manufacturing-facilities/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 제조 시설을 위한 위생 시설 및 장비 설계
					</div>
					<div class="rc-ct-card__content">
						위생 시설 및 장비 설계에 관한 식품 시설 위생 규정을 FDA에서 준수하는 데 필요한 사항을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>285</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/environmental-monitoring/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						리스테리아 환경 모니터링: 규정준수 교육
					</div>
					<div class="rc-ct-card__content">
						환경 샘플링, 테스트 방법, 근본 원인 분석 및 시정 조치를 포함한 리스테리아 환경 모니터링에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>285</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/hygienic-zoning-for-food-manufacturing-facilities/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 제조 시설을 위한 위생 구역 설정
					</div>
					<div class="rc-ct-card__content">
						업계 최고의 전문가가 만든 규정 준수 교육 과정을 통해 위생 구역화의 원칙을 마스터하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>245</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sanitation-controls/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 제조 시설의 위생 관리
					</div>
					<div class="rc-ct-card__content">
						위생 관리 도구를 활용하여 식품 시설에서 리스테리아 및 기타 병원균을 식별, 계획 및 관리하는 방법을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>315</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/iso-220002018-manual-procedure-templates/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						ISO 22000 매뉴얼 및 절차 템플릿
					</div>
					<div class="rc-ct-card__content">
						식품 안전 관리 시스템용 ISO 22000 템플릿을 설계하고 문서화하려면 즉시 편집 가능한 설명서 및 절차를 다운로드하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>599</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sqf-template-package/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">new</span>
					</div>
					<div class="rc-ct-card__title">
						SQF 10용 템플릿 및 도구
					</div>
					<div class="rc-ct-card__content">
						50개 이상의 절차 템플릿, 양식 템플릿 및 GMP 테이블로 구성된 이 패키지로 SQF 시스템의 구현을 간소화하십시오. 템플릿은 다운로드가 가능하며 시설에 맞게 쉽게 사용자 지정할 수 있습니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">3 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>599</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/fssc-22000-manual-procedures-prp-templates/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						FSSC 22000 매뉴얼, 절차 및 PRP 템플릿
					</div>
					<div class="rc-ct-card__content">
						FSSC 22000 시스템을 문서화하는 데 도움이 되도록 전문적으로 설계된 설명서 및 절차용 FSSC 22000 템플릿을 다운로드하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">1 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>599</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/mastering-iso-220002018/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						ISO 22000:2018 마스터
					</div>
					<div class="rc-ct-card__content">
						ISO 22000:2018 마스터링에 대한 요구 사항과 이를 시설에서 구현하는 방법을 알아보십시오. 자기 주도형 대화형 규정준수 교육.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							영어로 제공됩니다
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>579</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/mastering-brcgs-issue-9/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						BRCGS 문제 9 마스터하기
					</div>
					<div class="rc-ct-card__content">
						BRCGS 문제 9 마스터링에 대한 요구 사항과 이를 구현하는 방법을 알아봅니다. 자기 주도형 대화형 규정 준수 교육 과정.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>579</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/introduction-to-iso-220002018/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						ISO 22000 소개
					</div>
					<div class="rc-ct-card__content">
						ISO 22000 소개에서 무엇이 필요하고 그것이 여러분에게 무엇을 의미하는지 알아보십시오. 경영진 또는 식품 안전 팀원에게 적합합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>349</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/brcgs-complete-training-package-haccp-plan-development/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">bestseller</span>
					</div>
					<div class="rc-ct-card__title">
						BRCGS Complete 교육 프로그램 + HACCP 인증
					</div>
					<div class="rc-ct-card__content">
						이 BRCGS Complete &amp; HACCP 인증 번들은 두 요건을 모두 충족하는 데 필요한 교육을 제공하는 경제적인 올인원 패키지입니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>1,299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/fssc-22000-training-haccp-certification-training-package/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						HACCP 인증 및 FSSC 22000 교육 패키지
					</div>
					<div class="rc-ct-card__content">
						FSSC 22000 교육 패키지는 SQF 및 HACCP에 대한 교육을 제공합니다. 합리적인 가격의 올인원 번들은 효율적이고 효과적으로 표준을 충족하는 데 필요한 지식을 제공합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>1,299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/biosecurity/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						차단방역 준수 교육
					</div>
					<div class="rc-ct-card__content">
						식품의 안전과 보안을 지키십시오. 이 편리한 자기 주도 차단방역 과정은 원인과 예방을 다룹니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/biological-hazards/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						생물학적 위험 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						식품을 생물학적 위험으로부터 안전하게 보호하십시오. 편리하고 자기 주도적인 코스에서 이들의 출신지와 이를 통제하는 방법을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/environmental-hazards/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						환경 위험 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						오염원으로서 식품 가공의 환경적 위험과 이를 통제하는 방법에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/personal-safety/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						개인 안전 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						업계 전문가가 설계한 당사의 개인 안전 온라인 교육 과정을 통해 FDA 규정 준수를 충족하는 데 필요한 통찰력과 지식을 얻으십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>129</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/introduction-to-iso-90012015/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						ISO 9001 소개: 규정준수 교육
					</div>
					<div class="rc-ct-card__content">
						이 ISO 9001 교육 소개를 사용하여 시스템을 구축하거나, 현재 시스템을 업그레이드하거나, 관리 시스템과 통합하는 방법을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>149</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-safety-managers-supervisors/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i><span class="rc-ct-card__badge ">new</span>
					</div>
					<div class="rc-ct-card__title">
						관리자 및 감독자를 위한 식품 안전: 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						관리자와 감독자를 위한 식품 안전: 미생물학적 위험, 리콜, 해충 구제, 커뮤니케이션 등을 포함한 필수 식품 안전 주제 모음.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
				<img class="rc-ct-card__review_img"
				 src="https://cdn.trustpilot.net/brand-assets/4.1.0/stars/stars-5.svg"
				 alt="5 rating image"
				/>
				<div class="rc-ct-card__review_no">1 개 리뷰</div>
			
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>599</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-safety-seafood/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						해산물 가공업체를 위한 식품 안전
					</div>
					<div class="rc-ct-card__content">
						미생물학적 위험, 해산물용 HACCP, 보관 등을 포함하여 해산물 가공업체와 관련된 식품 안전 주제를 이해합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-safety-rte/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 가공업체를 위한 즉석(RTE) 식품 안전
					</div>
					<div class="rc-ct-card__content">
						미생물학적 위험, RTE용 HACCP, 보관 등을 포함하여 바로 먹을 수 있는 식품 생산과 관련된 식품 안전 주제에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-safety-meat-processors/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						육류 가공업체를 위한 식품 안전
					</div>
					<div class="rc-ct-card__content">
						미생물학적 위험, 육류 가공업체를 위한 HACCP, 보관 등을 포함하여 육류 생산과 관련된 식품 안전 주제에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/enteric-viruses-control-specialist/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						장용 바이러스 관리 전문가 인증 프로그램
					</div>
					<div class="rc-ct-card__content">
						장내 바이러스 관리 전문가로서 제품을 안전하게 유지하고 장내 질병의 확산을 예방하는 방법을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>850</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-safety-frozen-food/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						냉동 식품 안전: 규정준수 교육
					</div>
					<div class="rc-ct-card__content">
						이러한 제품의 생산 및 가공과 관련된 주제를 포함하여 냉동 식품 안전 주제를 이해합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-safety-basics-for-ice-cream-makers/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						아이스크림 식품 안전 준수 교육
					</div>
					<div class="rc-ct-card__content">
						냉동 사막을 만들고 판매하는 데 있어 아이스크림 식품 안전의 중요성과 식품 시설에서 식품 안전을 구현하는 방법에 대해 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>295</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-defense/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						직원을 위한 식량 안보
					</div>
					<div class="rc-ct-card__content">
						이 과정에서는 직원들에게 식량 안보 프로그램 및 식량 안보 계획과 의도적인 오염으로부터 식품을 안전하게 보호하는 역할을 소개합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>25</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/good-manufacturing-practices/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						직원을 위한 제조 및 품질관리 기준(GMP) 준수 교육
					</div>
					<div class="rc-ct-card__content">
						GMP에 대한 직원 교육을 위한 FSMA 및 GFSI 체계 요건을 충족합니다. 관리자 포털을 사용하면 과정을 쉽게 배정하고 직원의 진행 상황을 추적할 수 있습니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>25</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/what-is-haccp/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						HACCP란 무엇입니까?
					</div>
					<div class="rc-ct-card__content">
						온라인 교육 과정에서는 HACCP, HACCP가 통제하는 위험 요소, HACCP 및 HACCP 계획으로 식품을 안전하게 유지하는 데 있어 직원의 역할을 소개합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>25</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/exporting-food-to-the-usa/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						미국으로 식품 수출
					</div>
					<div class="rc-ct-card__content">
						구류 및 수입 경고, 라벨링 기본 사항, 식품 시설 등록 및 FSVP를 포함하여 미국으로 식품을 수출하는 데 필요한 사항을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/allergen-management/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						직원을 위한 알레르기 유발 항원 관리 규정 준수 교육
					</div>
					<div class="rc-ct-card__content">
						업계 전문가가 만든 온라인 교육에서 알레르기 유발 항원 관리에 대한 직원 교육에 대한 FSMA 및 GFSI 체계 요건을 충족합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 및 에스파그놀에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>25</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-safety-culture/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 안전 문화
					</div>
					<div class="rc-ct-card__content">
						GFSI 요건 충족. 이 자기 주도 교육 과정에서 귀사의 식품 안전 문화를 측정하고 개선하는 방법을 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>399</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/food-safety-culture-maturity-assessment-tool/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 안전 문화 성숙도 평가 도구
					</div>
					<div class="rc-ct-card__content">
						조직의 현재 식품 안전 문화 성숙도를 측정하여 잘 진행되고 있는 부분과 개선이 필요한 부분을 명확하게 파악하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>199</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/brcgs-issue-9-template-package/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						BRCGS 구현 템플릿 및 SOP
					</div>
					<div class="rc-ct-card__content">
						이러한 맞춤형 템플릿, SOP, 현장 표준 및 관련 양식을 사용하여 BRCGS 식품 안전 관리 시스템을 개발하고 문서화합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>599</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/biofilm-basics/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						Biofilm 기본 사항
					</div>
					<div class="rc-ct-card__content">
						생물막을 제거하거나 제거하지 않으면 인간의 건강에 심각한 문제가 발생할 수 있습니다. 생물막의 기초를 배우고 제품을 안전하게 보호하세요.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>99</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/introduction-to-sustainability-for-the-food-industry/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						식품 산업 지속 가능성 소개
					</div>
					<div class="rc-ct-card__content">
						식품 산업 지속 가능성에 대한 경험과 깊은 이해를 얻고 친환경 이니셔티브로 시설을 선도하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>149</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/planning-and-implementing-sustainable-business-practices/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						지속 가능한 비즈니스 관행 계획 및 구현
					</div>
					<div class="rc-ct-card__content">
						지속 가능한 비즈니스 관행과 영향 평가를 수행하는 방법을 배우고 식품 시설의 기회를 파악합니다.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>699</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/sustainability-in-the-food-industry-for-leaders/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						리더를 위한 식품 산업의 지속 가능성
					</div>
					<div class="rc-ct-card__content">
						이 식품 산업 지속 가능성 과정에서는 식품 시스템을 위협하는 환경, 사회 및 경제 동향이 어떻게 대응해야 하는지 알아보십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>495</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/implementing-fssc-22000/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						FSSC 22000 구현
					</div>
					<div class="rc-ct-card__content">
						FSSC 22000 구현을 위한 요구 사항을 알아보고 회사를 인증 및 장기적인 성공으로 이끌십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>579</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/food-beverage/introduction-to-21-cfr-11/" class="rc-ct-card">
					<div class="rc-ct-card__header">
						<i class="rc-ct-card__icon course-single-icon"></i>
					</div>
					<div class="rc-ct-card__title">
						21 CFR 11 소개
					</div>
					<div class="rc-ct-card__content">
						21 CFR 11의 필수 요소를 배우고 이 편리한 규정 준수 교육에서 전자 기록 및 서명을 준수하도록 하십시오.
					</div>
					<div class="rc-ct-card__footer">
						<div class="rc-ct-card__footer-top">
							<svg class="rc-ct-card__footer-top-icon" stroke="#A0AAB1" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 5H11M9 3V5C9 9.418 6.761 13 4 13M5 9C5 11.144 7.952 12.908 11.7 13M12 20L16 11L20 20M19.1004 18H12.9004" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
							앙글레 에서 사용 가능
						</div>
						<div class="rc-ct-card__footer-bottom">
							<div class="rc-ct-card__review">
								
							</div>
							<div class="rc-ct-card__price">
								<span>$<strong>299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			        </div>

        <!-- loader -->
        <div class="rc-loader-wrapper max-width-2-cards ms-auto rc-loader--hidden">
            <div class="rc-loader"></div>
        </div>
    </section>
</div>

<!-- mobile sort/filters sections and controls -->
<div class="rc-ct-filter-mobile">

    <!-- mobile floating buttons-->
    <div class="rc-ct-filter-mobile__button-section d-flex d-md-none">
        <a class="rc-ct-filter__button rc-ct-filter__button--mobile rc-ct-filter__button--filter"
           href="#">
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.4407 4.19808 16.6807 4.5821 16.8284 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H16.8284C16.6807 7.4179 16.4407 7.80192 16.1213 8.12132C15.5587 8.68393 14.7956 9 14 9C13.2044 9 12.4413 8.68393 11.8787 8.12132C11.5593 7.80192 11.3193 7.4179 11.1716 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H11.1716C11.3193 4.5821 11.5593 4.19808 11.8787 3.87868ZM14 5C13.7348 5 13.4804 5.10536 13.2929 5.29289C13.1054 5.48043 13 5.73478 13 6C13 6.26522 13.1054 6.51957 13.2929 6.70711C13.4804 6.89464 13.7348 7 14 7C14.2652 7 14.5196 6.89464 14.7071 6.70711C14.8946 6.51957 15 6.26522 15 6C15 5.73478 14.8946 5.48043 14.7071 5.29289C14.5196 5.10536 14.2652 5 14 5ZM5.87868 9.87868C6.44129 9.31607 7.20435 9 8 9C8.79565 9 9.55871 9.31607 10.1213 9.87868C10.4407 10.1981 10.6807 10.5821 10.8284 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H10.8284C10.6807 13.4179 10.4407 13.8019 10.1213 14.1213C9.55871 14.6839 8.79565 15 8 15C7.20435 15 6.44129 14.6839 5.87868 14.1213C5.55927 13.8019 5.31933 13.4179 5.17157 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H5.17157C5.31933 10.5821 5.55927 10.1981 5.87868 9.87868ZM8 11C7.73478 11 7.48043 11.1054 7.29289 11.2929C7.10536 11.4804 7 11.7348 7 12C7 12.2652 7.10536 12.5196 7.29289 12.7071C7.48043 12.8946 7.73478 13 8 13C8.26522 13 8.51957 12.8946 8.70711 12.7071C8.89464 12.5196 9 12.2652 9 12C9 11.7348 8.89464 11.4804 8.70711 11.2929C8.51957 11.1054 8.26522 11 8 11ZM14.8787 15.8787C15.4413 15.3161 16.2043 15 17 15C17.7957 15 18.5587 15.3161 19.1213 15.8787C19.4407 16.1981 19.6807 16.5821 19.8284 17H20C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H19.8284C19.6807 19.4179 19.4407 19.8019 19.1213 20.1213C18.5587 20.6839 17.7957 21 17 21C16.2043 21 15.4413 20.6839 14.8787 20.1213C14.5593 19.8019 14.3193 19.4179 14.1716 19H4C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17H14.1716C14.3193 16.5821 14.5593 16.1981 14.8787 15.8787ZM17 17C16.7348 17 16.4804 17.1054 16.2929 17.2929C16.1054 17.4804 16 17.7348 16 18C16 18.2652 16.1054 18.5196 16.2929 18.7071C16.4804 18.8946 16.7348 19 17 19C17.2652 19 17.5196 18.8946 17.7071 18.7071C17.8946 18.5196 18 18.2652 18 18C18 17.7348 17.8946 17.4804 17.7071 17.2929C17.5196 17.1054 17.2652 17 17 17Z"
                      fill="#0A141D"/>
            </svg>
			필터            <span class="rc-ct-filter__button-badge rc-ct-filter__button-badge--hidden"></span>
        </a>
        <a class="rc-ct-filter__button rc-ct-filter__button--mobile rc-ct-filter__button--sort" href="#">
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M3 6C3 5.44772 3.44772 5 4 5H13C13.5523 5 14 5.44772 14 6C14 6.55228 13.5523 7 13 7H4C3.44772 7 3 6.55228 3 6ZM18 5C18.5523 5 19 5.44772 19 6V15.5858L20.2929 14.2929C20.6834 13.9024 21.3166 13.9024 21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071L18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929C14.6834 13.9024 15.3166 13.9024 15.7071 14.2929L17 15.5858V6C17 5.44772 17.4477 5 18 5ZM3 12C3 11.4477 3.44772 11 4 11H11C11.5523 11 12 11.4477 12 12C12 12.5523 11.5523 13 11 13H4C3.44772 13 3 12.5523 3 12ZM3 18C3 17.4477 3.44772 17 4 17H11C11.5523 17 12 17.4477 12 18C12 18.5523 11.5523 19 11 19H4C3.44772 19 3 18.5523 3 18Z"
                      fill="#0A141D"/>
            </svg>
        </a>
    </div>

    <!-- mobile filter section -->
    <div class="rc-ct-filter-mobile__filter-section">
        <div class="rc-ct-filter-mobile__filter-section__header">
            <span class="rc-ct-filter-section__heading">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M11.8787 3.87868C12.4413 3.31607 13.2044 3 14 3C14.7956 3 15.5587 3.31607 16.1213 3.87868C16.4407 4.19808 16.6807 4.5821 16.8284 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H16.8284C16.6807 7.4179 16.4407 7.80192 16.1213 8.12132C15.5587 8.68393 14.7956 9 14 9C13.2044 9 12.4413 8.68393 11.8787 8.12132C11.5593 7.80192 11.3193 7.4179 11.1716 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H11.1716C11.3193 4.5821 11.5593 4.19808 11.8787 3.87868ZM14 5C13.7348 5 13.4804 5.10536 13.2929 5.29289C13.1054 5.48043 13 5.73478 13 6C13 6.26522 13.1054 6.51957 13.2929 6.70711C13.4804 6.89464 13.7348 7 14 7C14.2652 7 14.5196 6.89464 14.7071 6.70711C14.8946 6.51957 15 6.26522 15 6C15 5.73478 14.8946 5.48043 14.7071 5.29289C14.5196 5.10536 14.2652 5 14 5ZM5.87868 9.87868C6.44129 9.31607 7.20435 9 8 9C8.79565 9 9.55871 9.31607 10.1213 9.87868C10.4407 10.1981 10.6807 10.5821 10.8284 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H10.8284C10.6807 13.4179 10.4407 13.8019 10.1213 14.1213C9.55871 14.6839 8.79565 15 8 15C7.20435 15 6.44129 14.6839 5.87868 14.1213C5.55927 13.8019 5.31933 13.4179 5.17157 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H5.17157C5.31933 10.5821 5.55927 10.1981 5.87868 9.87868ZM8 11C7.73478 11 7.48043 11.1054 7.29289 11.2929C7.10536 11.4804 7 11.7348 7 12C7 12.2652 7.10536 12.5196 7.29289 12.7071C7.48043 12.8946 7.73478 13 8 13C8.26522 13 8.51957 12.8946 8.70711 12.7071C8.89464 12.5196 9 12.2652 9 12C9 11.7348 8.89464 11.4804 8.70711 11.2929C8.51957 11.1054 8.26522 11 8 11ZM14.8787 15.8787C15.4413 15.3161 16.2043 15 17 15C17.7957 15 18.5587 15.3161 19.1213 15.8787C19.4407 16.1981 19.6807 16.5821 19.8284 17H20C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H19.8284C19.6807 19.4179 19.4407 19.8019 19.1213 20.1213C18.5587 20.6839 17.7957 21 17 21C16.2043 21 15.4413 20.6839 14.8787 20.1213C14.5593 19.8019 14.3193 19.4179 14.1716 19H4C3.44772 19 3 18.5523 3 18C3 17.4477 3.44772 17 4 17H14.1716C14.3193 16.5821 14.5593 16.1981 14.8787 15.8787ZM17 17C16.7348 17 16.4804 17.1054 16.2929 17.2929C16.1054 17.4804 16 17.7348 16 18C16 18.2652 16.1054 18.5196 16.2929 18.7071C16.4804 18.8946 16.7348 19 17 19C17.2652 19 17.5196 18.8946 17.7071 18.7071C17.8946 18.5196 18 18.2652 18 18C18 17.7348 17.8946 17.4804 17.7071 17.2929C17.5196 17.1054 17.2652 17 17 17Z"
                          fill="#0A141D"/>
                </svg>
                필터            </span>
            <svg class="rc-ct-filter-mobile__filter-section__close-icon" width="24" height="24"
                 viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z"
                      fill="#A0AAB1"/>
            </svg>
        </div>

        <div class="rc-ct-filter-mobile__filter-section__contents"></div>

        <div class="rc-ct-filter-mobile__filter-section__footer">
            <a class="rc-ct-filter__button rc-ct-filter__button--mobile rc-ct-filter__reset-button rc-ct-filter__reset-button--disabled rc-ct-filter__button--reset"
               href="#">
				재설정            </a>
            <a class="rc-ct-filter__button rc-ct-filter__button--mobile rc-ct-filter__button--apply"
               href="#">
				적용하다            </a>
        </div>
    </div>

    <!-- mobile sorting section-->
    <div class="rc-ct-filter-mobile__sorting-section">
        <div class="rc-ct-filter-mobile__filter-section__header">
            <span class="rc-ct-filter-section__heading">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M3 6C3 5.44772 3.44772 5 4 5H13C13.5523 5 14 5.44772 14 6C14 6.55228 13.5523 7 13 7H4C3.44772 7 3 6.55228 3 6ZM18 5C18.5523 5 19 5.44772 19 6V15.5858L20.2929 14.2929C20.6834 13.9024 21.3166 13.9024 21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071L18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929C14.6834 13.9024 15.3166 13.9024 15.7071 14.2929L17 15.5858V6C17 5.44772 17.4477 5 18 5ZM3 12C3 11.4477 3.44772 11 4 11H11C11.5523 11 12 11.4477 12 12C12 12.5523 11.5523 13 11 13H4C3.44772 13 3 12.5523 3 12ZM3 18C3 17.4477 3.44772 17 4 17H11C11.5523 17 12 17.4477 12 18C12 18.5523 11.5523 19 11 19H4C3.44772 19 3 18.5523 3 18Z"
                          fill="#0A141D"/>
                </svg>
                정렬 기준            </span>
            <svg class="rc-ct-filter-mobile__sorting-section__close-icon" width="24" height="24"
                 viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z"
                      fill="#A0AAB1"/>
            </svg>
        </div>

        <div class="rc-ct-filter-mobile__sorting-section__contents">
            <div class="rc-ct-mobile__button-radio-wrapper">
				
            <label class="rc-ct-mobile__button-radio">
                <input type="radio" value="menu_order__asc" name="sort_by_mob"checked="checked" autocomplete="off">
                기본값
            </label>
        
            <label class="rc-ct-mobile__button-radio">
                <input type="radio" value="price__desc" name="sort_by_mob" autocomplete="off">
                가격(가장 높은 순)
            </label>
        
            <label class="rc-ct-mobile__button-radio">
                <input type="radio" value="price__asc" name="sort_by_mob" autocomplete="off">
                가격 (가장 낮은 것부터 가장 높은 것까지)
            </label>
        
            <label class="rc-ct-mobile__button-radio">
                <input type="radio" value="title__asc" name="sort_by_mob" autocomplete="off">
                알파벳순 (오름차순)
            </label>
        
            <label class="rc-ct-mobile__button-radio">
                <input type="radio" value="title__desc" name="sort_by_mob" autocomplete="off">
                알파벳순 (내림차순)
            </label>
                    </div>
        </div>

        <div class="rc-ct-filter-mobile__filter-section__footer">
            <a class="rc-ct-filter__button rc-ct-filter__button--mobile rc-ct-filter__button--apply"
               href="#">
				적용하다            </a>
        </div>
    </div>
</div>

<template id="filter-templates">
    <!-- nothing found element -->
    <span class="rc-ct-nothing-found-template rc-ct-card__title text-center mx-auto">
        죄송합니다. 아무것도 발견되지 않았습니다.
        <div class="d-flex justify-content-around mt-4">
            <a class="rc-ct-filter__button rc-ct-filter__reset-button"
               href="#">
                필터 재설정                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M12.003 5.03909C10.3005 5.034 8.65443 5.64958 7.37303 6.77059C6.09163 7.8916 5.26271 9.4412 5.04144 11.1293C4.96966 11.6769 4.46755 12.0626 3.91995 11.9908C3.37235 11.9191 2.98662 11.417 3.0584 10.8694C3.34289 8.69895 4.40865 6.70661 6.05616 5.26531C7.70368 3.82401 9.82 3.03256 12.009 3.0391C14.1979 3.04565 16.3095 3.84974 17.9484 5.30087C19.5872 6.752 20.6411 8.75067 20.9126 10.9227C21.1841 13.0948 20.6547 15.2914 19.4234 17.1013C18.1922 18.9112 16.3435 20.2103 14.2235 20.7555C12.1035 21.3006 9.85749 21.0545 7.90588 20.0631C6.79872 19.5006 5.82938 18.7202 5.04992 17.7789V19.9993C5.04992 20.5516 4.6022 20.9993 4.04992 20.9993C3.49763 20.9993 3.04992 20.5516 3.04992 19.9993V14.9993C3.04992 14.447 3.49763 13.9993 4.04992 13.9993H4.52663C4.54199 13.999 4.55732 13.999 4.57261 13.9993H9.04992C9.6022 13.9993 10.0499 14.447 10.0499 14.9993C10.0499 15.5516 9.6022 15.9993 9.04992 15.9993H6.21002C6.86818 16.9586 7.76 17.7457 8.8117 18.28C10.3296 19.0511 12.0765 19.2425 13.7254 18.8185C15.3743 18.3945 16.8122 17.384 17.7698 15.9764C18.7274 14.5687 19.1392 12.8602 18.928 11.1708C18.7168 9.48142 17.8972 7.9269 16.6225 6.79825C15.3478 5.66959 13.7055 5.04418 12.003 5.03909Z"
                          fill="#0A141D"/>
                </svg>
            </a>
        </div>
    </span>

    <!-- error element -->
    <span class="rc-ct-error-template rc-ct-card__title text-center mx-auto">
        <span>
            죄송합니다. 오류가 발생했습니다.            <span class="rc-ct-error-text"></span>
        </span>

        <span class="d-flex justify-content-around mt-4">
            <a class="rc-ct-filter__button rc-ct-filter__retry-button"
               href="#">
                재시도                <svg width="24" height="24" viewBox="0 0 24 24" fill="none"
                     xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M7.42485 4.23531C9.15319 3.23682 11.1619 2.83429 13.1415 3.08973C15.1211 3.34516 16.9619 4.24439 18.3802 5.6489C19.7984 7.0534 20.7156 8.88526 20.9904 10.8623C21.0664 11.4093 20.6846 11.9144 20.1375 11.9904C19.5905 12.0665 19.0854 11.6846 19.0094 11.1376C18.795 9.59508 18.0794 8.16582 16.9729 7.07C15.8663 5.97417 14.4301 5.27258 12.8856 5.07328C11.341 4.87399 9.77381 5.18805 8.42531 5.96709C7.53804 6.47968 6.77784 7.17486 6.19103 7.99995H7.99988C8.55216 7.99995 8.99988 8.44767 8.99988 8.99995C8.99988 9.55224 8.55216 9.99995 7.99988 9.99995H4.52225C4.5071 10.0003 4.49191 10.0003 4.4767 9.99995H3.99988C3.44759 9.99995 2.99988 9.55224 2.99988 8.99995V4.99995C2.99988 4.44767 3.44759 3.99995 3.99988 3.99995C4.55216 3.99995 4.99988 4.44767 4.99988 4.99995V6.27281C5.67843 5.46243 6.49748 4.77106 7.42485 4.23531ZM3.86223 12.0095C4.40926 11.9335 4.91434 12.3153 4.99036 12.8624C5.20473 14.4049 5.92031 15.8341 7.02689 16.93C8.13346 18.0258 9.56963 18.7274 11.1142 18.9267C12.6587 19.126 14.226 18.8119 15.5744 18.0329C16.4617 17.5203 17.2219 16.8251 17.8087 16H15.9999C15.4476 16 14.9999 15.5523 14.9999 15C14.9999 14.4477 15.4476 14 15.9999 14H19.4775C19.4927 13.9997 19.5078 13.9997 19.5231 14H19.9999C20.5522 14 20.9999 14.4477 20.9999 15V19C20.9999 19.5523 20.5522 20 19.9999 20C19.4476 20 18.9999 19.5523 18.9999 19V17.7271C18.3213 18.5375 17.5023 19.2289 16.5749 19.7646C14.8466 20.7631 12.8379 21.1657 10.8582 20.9102C8.87861 20.6548 7.03788 19.7556 5.61959 18.3511C4.20131 16.9466 3.28415 15.1147 3.0094 13.1376C2.93338 12.5906 3.3152 12.0855 3.86223 12.0095Z"
                          fill="#0A141D"/>
                </svg>
            </a>
        </span>
    </span>
</template>

<style>
    :root {
        --rc-spacing-s: 16px;
        --rc-spacing-l: 32px;
        --rc-spacing-xl: 48px;
        --rc-spacing-xxl: 64px;
        --rc-spacing-xxxl: 96px;
    }

    /* restore bootstrap's original row class / overridden by style.css */
    @media only screen and (max-width: 700px) {
        .row {
            margin-right: calc(-.5 * var(--bs-gutter-x));
        }
    }

    /* fix scroll padding for mobile menu */
    html {
        scroll-padding-top: calc(62px + var(--wp-admin--admin-bar--height, 0px) + var(--rc-promo-banner-top--height, 0px));
    }

    /* fix scroll padding for desktop menu */
    @media screen and (min-width: 991px) {
        html {
            scroll-padding-top: calc(62px + 92px + var(--wp-admin--admin-bar--height, 0px) + var(--rc-promo-banner-top--height, 0px));
        }
    }


    /* card container gap adjustment */
    @media (max-width: 1399.98px) {
        :root {
            --rc-ct-card-gap: var(--rc-spacing-l);
        }
    }

    /* card container gap adjustment */
    @media (max-width: 767.98px) {
        :root {
            --rc-ct-card-gap: var(--rc-spacing-s);
        }
    }

    body.tax-training-category {
        background-color: var(--rc-color-neutral-100);
    }

    /* brand carousel styling */
    .rc-brand-carousel {
        border-top: 1px solid var(--rc-color-neutral-100);
        padding: var(--rc-spacing-l) 0;
    }

    .rc-brand-carousel .mpc-carousel__wrapper {
        height: var(--rc-spacing-xl);
    }

    .brand-carousel .slick-slide {
        height: var(--rc-spacing-xl);
    }

    .brand-carousel .slick-slide img {
        width: 100%;
        height: var(--rc-spacing-xl);
        object-fit: contain;
    }

    /* desktop only classes */
    @media screen and (min-width: 768px) {
        .row--no-adjacent-col-padding-desktop > .col:not(:first-of-type, :last-of-type) {
            padding-left: unset;
            padding-right: unset;
        }

        .row--no-adjacent-col-padding-desktop > .col:first-of-type {
            padding-right: unset;
        }

        .row--no-adjacent-col-padding-desktop > .col:last-of-type {
            padding-left: unset;
        }
    }

    /* mobile only classes */
    @media screen and (max-width: 767.98px) {
        .mb-mobile-16 {
            margin-bottom: 16px;
        }
    }

    /* top most section responsive top padding */
    .pt-resp-topmost-section {
        padding-top: 98px;
    }

    @media screen and (max-width: 991px) {
        .pt-resp-topmost-section {
            padding-top: 44px;
        }
    }

    /* responsive section paddings -- mobile */
    @media screen and (max-width: 767.98px) {
        :root {
            --px-resp-section: calc(20px - 15px);
            --pt-resp-section: var(--rc-spacing-l, 32px);
            --pb-resp-section: var(--rc-spacing-l, 32px);
        }

        .px-resp-ct-section:not(#non-existent) {
            padding-left: var(--px-resp-section);
            padding-right: var(--px-resp-section);
        }

        .p-resp-ct-section:not(#non-existent) {
            padding: var(--pt-resp-section) var(--px-resp-section) var(--pb-resp-section);
        }
    }

    /* responsive section paddings -- desktop */
    @media screen and (min-width: 768px) {
        :root {
            --pt-resp-section: var(--rc-spacing-xxl, 64px);
            --pb-resp-section: var(--rc-spacing-xxxl, 96px);
        }

        .p-resp-ct-section:not(#non-existent) {
            padding-top: var(--pt-resp-section);
            padding-bottom: var(--pb-resp-section);
            padding-left: unset;
            padding-right: unset;
        }
    }

    .rc-ct-card-container {
        position: relative;
    }

    .rc-ct-card-container.loading > *:not(.rc-loader-wrapper) {
        opacity: 0.4;
        pointer-events: none;
        transition: opacity 0.25s ease-out;
    }

    .rc-loader-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        margin-right: calc(var(--bs-gutter-x) * .5);
    }

    .rc-loader {
        --rc-ct-loader-size: 48px;
        width: var(--rc-ct-loader-size);
        height: var(--rc-ct-loader-size);

        border: 5px solid var(--rc-color-primary-600);
        border-bottom-color: transparent;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: rc-rotation 1s linear infinite;

        position: sticky;
        top: 50%;
        opacity: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: calc(var(--rc-ct-card-height, 408px) / 2 - var(--rc-ct-loader-size) / 2);
    }

    /* for edge case when no content is present, place loader just slightly below the top */
    .rc-ct-card-container:has(> *:first-child:not(.rc-ct-card)) ~ .rc-loader-wrapper > .rc-loader {
        top: calc(var(--rc-ct-loader-size) / 2);
        margin-top: 0;
        position: relative;
    }

    .rc-loader--hidden {
        display: none;
    }

    @keyframes rc-rotation {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
</style>

<script>
    jQuery(function () {
        // accordion entry open/close script
        (function () {
            const accEntryOpenCls = 'rc-ct-filter__accordion-entry--open';
            const accEntrySel = '.rc-ct-filter__accordion-entry';
            const accEntryHeadingSel = '.rc-ct-filter__accordion-heading';
            const accEntryContentsSel = '.rc-ct-filter__accordion-contents';

            const $accHeadings = $(accEntrySel).find(accEntryHeadingSel);

            $accHeadings.click(function () {
                // toggle entry contents
                $(this).siblings(accEntryContentsSel).slideToggle(
                    null,
                    // toggle entry open state class
                    () => $(this).parents(accEntrySel).toggleClass(accEntryOpenCls)
                );
            })
        }());

        // custom select open/close script
        (function () {
            const selectors = {
                customSelect: '.rc-custom-select',
                mainLabel: '.rc-custom-select__main-label',

                itemList: '.rc-custom-select__item-list',
                itemLabel: '.rc-custom-select__label',
                item: '.rc-custom-select__item',
            }

            const classes = {
                customSelectOpen: 'rc-custom-select--open',
                customSelectListOnTop: 'rc-custom-select--list-on-top',
            }

            const $customSelects = $(selectors.customSelect)

            // no select found
            if (!$customSelects.length) return

            $customSelects.each(function () {
                const $customSelect = $(this)
                const $window = $(window)

                // handle custom select click - show/hide item list
                $customSelect.click(function (e) {
                    e.stopPropagation()

                    // close custom select if open
                    if ($customSelect.hasClass(classes.customSelectOpen)) {
                        $customSelect.removeClass(classes.customSelectOpen)
                        return
                    }

                    // otherwise reposition item list if needed
                    const freeSpacesAbove = $customSelect.offset().top - window.scrollY
                    const freeSpacesBelow = $window.height() - $customSelect.offset().top + window.scrollY - $customSelect.height();

                    if (freeSpacesAbove >= freeSpacesBelow) {
                        !$customSelect.hasClass(classes.customSelectListOnTop) && $customSelect.addClass(classes.customSelectListOnTop)
                    } else {
                        $customSelect.hasClass(classes.customSelectListOnTop) && $customSelect.removeClass(classes.customSelectListOnTop)
                    }

                    // assign one time 'click away' listener to hide the item list after it's shown
                    $window.one('click keydown', function (e) {
                        // track only arrow up/down key press
                        if (e.key && e.key === 'ArrowUp' || e.key === 'ArrowDown')
                            return

                        if (e.currentTarget === $customSelect.get(0))
                            return

                        $customSelect.removeClass(classes.customSelectOpen)
                    })

                    // finally show the item list
                    $customSelect.addClass(classes.customSelectOpen)
                })

                // on item change - update main label
                $customSelect.find(selectors.item).change(function (e) {
                    e.stopPropagation()

                    const $itemLabel = $(this).parent(selectors.itemLabel)
                    const label = $itemLabel.text().trim();

                    $customSelect.find(selectors.mainLabel).text(label)

                    // close custom select if open
                    if ($customSelect.hasClass(classes.customSelectOpen)) {
                        $customSelect.removeClass(classes.customSelectOpen)
                    }
                })
            })
        }());
    });
</script>{"id":45165,"date":"2024-12-05T14:27:19","date_gmt":"2024-12-05T14:27:19","guid":{"rendered":"https:\/\/staging.registrarcorp.com\/compliance-training\/food-beverage\/"},"modified":"2025-12-02T16:22:44","modified_gmt":"2025-12-02T16:22:44","slug":"food-beverage","status":"publish","type":"page","link":"https:\/\/staging.registrarcorp.com\/ko\/compliance-training\/food-beverage\/","title":{"rendered":"&amp; \uc2dd\uc74c\ub8cc"},"content":{"rendered":"<div class=\"wpb-content-wrapper\">[vc_section full_width=&#8221;stretch_row&#8221; el_class=&#8221;px-resp-section pt-resp-topmost-section&#8221; css=&#8221;.vc_custom_1764323969979{background-color: #FFFFFF !important;}&#8221; el_id=&#8221;hero-section&#8221;][vc_row full_width=&#8221;stretch_row&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;justify-content-between align-items-start&#8221;][vc_column el_class=&#8221;m-width-700 align-self-center&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-12&#8243;][vc_single_image image=&#8221;43284&#8243; img_size=&#8221;full&#8221; css=&#8221;.vc_custom_1733408801842{margin-bottom: 16px !important;}&#8221; el_class=&#8221;h-20 img-h-20&#8243;][vc_column_text css=&#8221;.vc_custom_1761134193583{margin-bottom: 32px !important;}&#8221; el_class=&#8221;rc-heading-m-resp mb-mobile-16&#8243;]\n<h1 class=\"text-neutral-900\">\uc628\ub77c\uc778 FSQA \uc804\ubb38 \uad50\uc721 <span class=\"text-primary-500\">PCQI, HACCP, GFSI, FSVP \ub4f1<\/span><\/h1>\n[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1759748001134{margin-bottom: 48px !important;}&#8221; fnt_family=&#8221;Montserrat&#8221; fnt_size=&#8221;24&#8243; fnt_family_h5=&#8221;Montserrat&#8221; el_class=&#8221;rc-body-paragraph-m-resp text-neutral-700 mb-mobile-32&#8243;]\n<p class=\"mb-unset\"><span class=\"no-translate\">25,000+<\/span> FSQA \uc804\ubb38\uac00\uac00 \uc2e0\ub8b0\ud558\ub294 Registrar\uc758 100% \uc628\ub77c\uc778 \uacfc\uc815\uc740 \uc5c5\uacc4 \uc778\uc99d \ubc0f \uace0\uae09 \uc2dd\ud488 \uc548\uc804 \uad50\uc721\uc5d0 \ub300\ud55c \uac00\uc7a5 \ube60\ub978 \uacbd\ub85c\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc544\ub798 \ud544\ud130\ub97c \uc0ac\uc6a9\ud558\uc5ec \ucf54\uc2a4\ub97c \ucc3e\uc73c\uc2ed\uc2dc\uc624.<\/p>\n[\/vc_column_text][\/vc_column][vc_column el_class=&#8221;container-right column-padding&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-12&#8243;][vc_single_image image=&#8221;59007&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1759848835109{margin-bottom: 0px !important;}&#8221; el_class=&#8221;text-center text-md-end&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1729072860007{border-top-width: 1px !important;border-bottom-width: 1px !important;padding-top: 32px !important;padding-bottom: 32px !important;border-top-style: solid !important;border-bottom-style: solid !important;border-color: #f2f5f7 !important;}&#8221;][vc_column css=&#8221;.vc_custom_1729072925124{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;]<div class=\"mpc-carousel__wrapper mpc-waypoint\"><div id=\"mpc_carousel_image-846a15b1da3d9fe\" class=\"mpc-carousel-image mpc-init mpc-layout--classic mpc-effect--none brand-carousel\"  data-mpcslick='{\"infinite\":true,\"autoplay\":true,\"slidesToShow\":8,\"slidesToScroll\":1,\"centerMode\":false,\"initialSlide\":0,\"autoplaySpeed\":700,\"speed\":1000}' data-slick-cols=\"8\"><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Campbells-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Campbells logo\" title=\"Campbells\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Campbells-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Campbells.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Costco-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Costco logo\" title=\"Costco\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Costco-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Costco.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Danone-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Danone logo\" title=\"Danone\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Danone-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Danone.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/DFA-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"DFA logo\" title=\"DFA\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/DFA-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/DFA.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Dominos-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Dominos logo\" title=\"Dominos\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Dominos-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Dominos.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Driscolls-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Driscolls logo\" title=\"Driscolls\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Driscolls-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Driscolls.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Earthrise-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Earthrise logo\" title=\"Earthrise\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Earthrise-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Earthrise.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/FlexiblePackaging-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"FlexiblePackaging logo\" title=\"FlexiblePackaging\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/FlexiblePackaging-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/FlexiblePackaging.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/FreshExpress-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"FreshExpress logo\" title=\"FreshExpress\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/FreshExpress-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/FreshExpress.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Godiva-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Godiva logo\" title=\"Godiva\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Godiva-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Godiva.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Hartz-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Hartz\" title=\"Hartz\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Hartz-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Hartz.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/KraftHeinz-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"KraftHeinz logo\" title=\"KraftHeinz\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/KraftHeinz-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/KraftHeinz.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Nestle-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"Nestle logo\" title=\"Nestle\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Nestle-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/Nestle.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/SaraLee-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"SaraLee logo\" title=\"SaraLee\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/SaraLee-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/SaraLee.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/TaylorFarms-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"TaylorFarms logo\" title=\"TaylorFarms\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/TaylorFarms-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/TaylorFarms.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><div target=\"\"class=\"mpc-carousel__item-wrapper\" data-height=\"132\"><div onclick=\"\" class=\"mpc-item mpc-transition\"><div class=\"mpc-border\"><\/div><img decoding=\"async\" width=\"300\" height=\"94\" src=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/TreeHouseFoods-300x94.webp\" class=\"mpc-transition attachment-medium\" alt=\"TreeHouseFoods logo\" title=\"TreeHouseFoods\" srcset=\"https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/TreeHouseFoods-300x94.webp 300w, https:\/\/staging.registrarcorp.com\/wp-content\/uploads\/2024\/12\/TreeHouseFoods.webp 420w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><\/div><\/div><div class=\"mpc-navigation mpc-init mpc-align--left mpc-navigation--style_1  mpc-nav-preset--\" data-mpcslider=\"mpc_carousel_image-846a15b1da3d9fe\"><div class=\"mpc-nav__arrow mpcslick-prev\"><div class=\"mpc-nav__icon mpc-transition\"><i class=\"\"><div class=\"mpc-nav__background mpc-transition mpc-effect-type--fade mpc-effect-side--in\"><\/div><\/i><\/div><\/div><div class=\"mpc-nav__arrow mpcslick-next\"><div class=\"mpc-nav__icon mpc-transition\"><i class=\"\"><div class=\"mpc-nav__background mpc-transition mpc-effect-type--fade mpc-effect-side--in\"><\/div><\/i><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1733860368250{padding-top: 0px !important;background-color: #F2F5F7 !important;}&#8221; el_class=&#8221;overflow-visible&#8221;][vc_row css=&#8221;.vc_custom_1732012358386{background-color: #F2F5F7 !important;}&#8221;][vc_column css=&#8221;.vc_custom_1732023734447{padding-top: 0px !important;}&#8221; el_class=&#8221;z-index-unset&#8221;][vc_column_text css=&#8221;.vc_custom_1732022946580{margin-bottom: 0px !important;}&#8221;][\/vc_column_text][\/vc_column][\/vc_row][\/vc_section]\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_section full_width=&#8221;stretch_row&#8221; el_class=&#8221;px-resp-section pt-resp-topmost-section&#8221; css=&#8221;.vc_custom_1764323969979{background-color: #FFFFFF !important;}&#8221; el_id=&#8221;hero-section&#8221;][vc_row full_width=&#8221;stretch_row&#8221; content_placement=&#8221;middle&#8221; el_class=&#8221;justify-content-between align-items-start&#8221;][vc_column el_class=&#8221;m-width-700 align-self-center&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-12&#8243;][vc_single_image image=&#8221;43284&#8243; img_size=&#8221;full&#8221; css=&#8221;.vc_custom_1733408801842{margin-bottom: 16px !important;}&#8221; el_class=&#8221;h-20 img-h-20&#8243;][vc_column_text css=&#8221;.vc_custom_1761134193583{margin-bottom: 32px !important;}&#8221; el_class=&#8221;rc-heading-m-resp mb-mobile-16&#8243;] \uc628\ub77c\uc778 FSQA \uc804\ubb38 \uad50\uc721 PCQI, HACCP, GFSI, FSVP \ub4f1 [\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1759748001134{margin-bottom: 48px !important;}&#8221; fnt_family=&#8221;Montserrat&#8221; fnt_size=&#8221;24&#8243; fnt_family_h5=&#8221;Montserrat&#8221; el_class=&#8221;rc-body-paragraph-m-resp text-neutral-700 mb-mobile-32&#8243;] 25,000+ FSQA \uc804\ubb38\uac00\uac00 \uc2e0\ub8b0\ud558\ub294 Registrar\uc758 100% \uc628\ub77c\uc778 \uacfc\uc815\uc740<\/p>\n","protected":false},"author":39,"featured_media":0,"parent":44783,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/page-compliance-training.php","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-45165","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/pages\/45165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/comments?post=45165"}],"version-history":[{"count":0,"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/pages\/45165\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/pages\/44783"}],"wp:attachment":[{"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/media?parent=45165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}