
<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="drugs" 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__gmp-ko" data-tax-slug="topic" data-term-slug="gmp-ko" autocomplete="off" >
                GMP
            </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__%ec%b1%85%ec%9e%84" data-tax-slug="role" data-term-slug="%ec%b1%85%ec%9e%84" autocomplete="off" >
                책임
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__%ed%92%88%ec%a7%88-%eb%b3%b4%ec%a6%9d" data-tax-slug="role" data-term-slug="%ed%92%88%ec%a7%88-%eb%b3%b4%ec%a6%9d" autocomplete="off" >
                품질 보증
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__%ec%a0%9c%ec%8a%a4%ec%85%98" data-tax-slug="role" data-term-slug="%ec%a0%9c%ec%8a%a4%ec%85%98" autocomplete="off" >
                제스션
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__%ed%92%88%ec%a7%88-%ea%b4%80%eb%a6%ac" data-tax-slug="role" data-term-slug="%ed%92%88%ec%a7%88-%ea%b4%80%eb%a6%ac" autocomplete="off" >
                품질 관리
            </label>
        
            <label class="rc-ct-filter__labelled_checkbox">
                <input type="checkbox" name="rc-ct-filter__role__%ea%b7%9c%ec%a0%9c" data-tax-slug="role" data-term-slug="%ea%b7%9c%ec%a0%9c" autocomplete="off" >
                규제
            </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__%ec%95%99%ea%b8%80%eb%a0%88" data-tax-slug="language" data-term-slug="%ec%95%99%ea%b8%80%eb%a0%88" autocomplete="off" >
                앙글레
            </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__%eb%8b%a8%ec%9d%bc-%ea%b3%bc%ec%a0%95" data-tax-slug="other" data-term-slug="%eb%8b%a8%ec%9d%bc-%ea%b3%bc%ec%a0%95" autocomplete="off" >
                단일 과정
            </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/drugs/pharma-intro-to-good-manufacturing-practice-for-medicinal-products/" 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">
						의약품 및 의약품 제조 및 품질관리 기준(GMP) 소개
					</div>
					<div class="rc-ct-card__content">
						이 규정 준수 교육에서는 최고의 업계 전문가가 설계한 특수 소개 과정에서 의약품 및 의약품에 대한 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>299</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/drugs/pharma-good-practice-gxp-in-drug-development-and-manufacturing/" 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">
						의약품 개발 및 제조의 우수 관리기준(GxP)
					</div>
					<div class="rc-ct-card__content">
						업계 최고의 전문가들이 설계한 규정 준수 교육을 통해 의약품 개발 및 제조를 위한 GxP의 기본 사항을 알아보십시오.
					</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/drugs/pharma-good-manufacturing-practice-in-cleaning-and-sanitation/" 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)을 준수하는 방법을 알아보십시오.
					</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>249</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/drugs/pharma-good-manufacturing-practice-for-the-warehouse/" 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에 대한 요건을 알아보십시오.
					</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>229</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/drugs/pharma-good-manufacturing-practice-in-processing-medicinal-products/" 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">
						업계 최고의 전문가들이 설계한 이 규정 준수 교육에서 적절한 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>229</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/drugs/pharma-good-manufacturing-practice-in-packaging-medicinal-products/" 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에 대해 알아보십시오. 이 자기 주도형 규정준수 교육에서 업계 최고의 전문가로부터 배우십시오.
					</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/drugs/essentials-of-eu-and-us-regulatory-affairs-for-human-medicinal-products/" 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">
						인체 의약품에 대한 EU 및 미국 규제 업무의 필수 요소
					</div>
					<div class="rc-ct-card__content">
						인체 의약품에 대한 이 자율 이행 준수 교육에서 미국과 EU의 규제 사안에 대해 알아보십시오.
					</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/drugs/pharma-how-to-gain-approval-to-market-a-generic-drug-in-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">
						약식 신약 신청(ANDA)에 대한 규제 요건과 미국에서 제네릭 의약품 시판 승인을 얻는 것에 대해 알아보십시오.
					</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/drugs/pharma-the-new-drug-application-nda-for-marketing-approval-in-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">
						미국에서 시판 승인을 위한 신약 신청(NDA)
					</div>
					<div class="rc-ct-card__content">
						편리한 규정 준수 교육에서 미국 식품의약청(FDA) 승인을 위한 신약 신청(NDA) 제출 요건을 알아보십시오.
					</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/drugs/marketing-authorizations-europe/" 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>229</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/drugs/pharma-the-decentralized-procedure-dcp/" 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">
						분산형 절차(DCP) 이해
					</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>349</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/drugs/pharma-the-biologics-license-application-bla-for-marketing-approval-in-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">
						미국에서 시판 승인을 위한 생물학적 제제 허가 신청(Biologics License Application, BLA)
					</div>
					<div class="rc-ct-card__content">
						FDA에 미국에서 생물학적 제제의 판매 및 시판 허가를 요청하기 위해 생물학적 제제 허가 신청(Biologics License Application, BLA)을 작성하는 방법을 알아보십시오.
					</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/drugs/pharma-the-505b2-application-for-marketing-approval-in-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">
						505(b)(2) 미국 내 시판 승인 신청서
					</div>
					<div class="rc-ct-card__content">
						505B2 애플리케이션 사용 방법/시기에 중점을 두고 미국에서 마케팅 승인을 신청하는 4가지 경로를 알아보십시오.
					</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/drugs/pharma-the-european-centralized-procedure-cp/" 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">
						유럽 중앙 절차(CP)
					</div>
					<div class="rc-ct-card__content">
						본 규정준수 교육에서 유럽 의약품청(EMA)에 대한 단일 신청인 중앙 절차(CP)에 대해 알아보십시오.
					</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/drugs/pharma-preparing-submissions-in-the-common-technical-document-format/" 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>249</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/drugs/pharma-mutual-recognition-procedure-mrp/" 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">
						상호 인정 절차(MRP)
					</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>349</strong> USD</span>
							</div>
						</div>
					</div>
				</a>
			
				<a href="https://staging.registrarcorp.com/ko/compliance-training/drugs/pharma-the-regulatory-pathway-to-approval-of-follow-on-biologics-biosimilars-in-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">
						업계 최고의 전문가들이 만든 이 규정 준수 교육에서 후속 생물학적 제제(바이오시밀러)에 대해 알아야 할 모든 것을 알아보십시오.
					</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/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":45457,"date":"2024-12-05T14:36:45","date_gmt":"2024-12-05T14:36:45","guid":{"rendered":"https:\/\/staging.registrarcorp.com\/compliance-training\/drugs\/"},"modified":"2025-06-05T20:24:31","modified_gmt":"2025-06-05T20:24:31","slug":"drugs","status":"publish","type":"page","link":"https:\/\/staging.registrarcorp.com\/ko\/compliance-training\/drugs\/","title":{"rendered":"\uc758\uc57d\ud488"},"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_1732011617767{background-color: #FFFFFF !important;}&#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 width=&#8221;2\/3&#8243; el_class=&#8221;m-width-700 align-self-center&#8221;][vc_single_image image=&#8221;43284&#8243; img_size=&#8221;full&#8221; css=&#8221;.vc_custom_1733409326474{margin-bottom: 16px !important;}&#8221; el_class=&#8221;h-20 img-h-20&#8243;][vc_column_text css=&#8221;.vc_custom_1733913456852{margin-bottom: 32px !important;}&#8221; el_class=&#8221;rc-heading-m-resp mb-mobile-16&#8243;]\n<h1 class=\"text-neutral-900\">\uc57d\ubb3c \uc21c\uc751\ub3c4 \uad50\uc721 <br class=\"d-block d-md-none d-lg-block\" \/><span class=\"text-primary-500\">\uc81c\uc57d \uaddc\uc81c \ud45c\uc900\uc758 \uc6b0\uc218\uc131 \ub2ec\uc131<\/span><\/h1>\n[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1732128671937{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\">FDA \uaddc\uc815 \uc900\uc218, GMP \ubc0f \uc57d\ubb3c \uc548\uc804 \ud504\ub85c\ud1a0\ucf5c\uc5d0 \ub300\ud55c \uc911\uc694\ud55c \uc9c0\uc2dd\uc744 \uc5bb\uc73c\uc2ed\uc2dc\uc624. \ub2f9\uc0ac\uc758 \uc885\ud569\uc801\uc778 \uad50\uc721\uc740 \uc57d\ud488 \uac1c\ubc1c, \uc81c\uc870 \ubc0f \uc2dc\uc7a5 \uc2b9\uc778\uc758 \ubaa8\ub4e0 \ub2e8\uacc4\uc5d0 \ub300\ube44\ud569\ub2c8\ub2e4.<\/p>\n[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;container-right&#8221;][vc_single_image image=&#8221;44295&#8243; img_size=&#8221;full&#8221; alignment=&#8221;right&#8221; css=&#8221;.vc_custom_1733409376130{margin-bottom: 0px !important;}&#8221; el_class=&#8221;text-center text-md-end&#8221;][\/vc_column][\/vc_row][vc_row disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1736414650406{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-2269ec934256f44\" 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-2269ec934256f44\"><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_1732025718848{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_1732545697054{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_1732011617767{background-color: #FFFFFF !important;}&#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 width=&#8221;2\/3&#8243; el_class=&#8221;m-width-700 align-self-center&#8221;][vc_single_image image=&#8221;43284&#8243; img_size=&#8221;full&#8221; css=&#8221;.vc_custom_1733409326474{margin-bottom: 16px !important;}&#8221; el_class=&#8221;h-20 img-h-20&#8243;][vc_column_text css=&#8221;.vc_custom_1733913456852{margin-bottom: 32px !important;}&#8221; el_class=&#8221;rc-heading-m-resp mb-mobile-16&#8243;] \uc57d\ubb3c \uc21c\uc751\ub3c4 \uad50\uc721 \uc81c\uc57d \uaddc\uc81c \ud45c\uc900\uc758 \uc6b0\uc218\uc131 \ub2ec\uc131 [\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1732128671937{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;] FDA \uaddc\uc815 \uc900\uc218, GMP \ubc0f \uc57d\ubb3c \uc548\uc804 \ud504\ub85c\ud1a0\ucf5c\uc5d0 \ub300\ud55c \uc911\uc694\ud55c \uc9c0\uc2dd\uc744<\/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-45457","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/pages\/45457","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=45457"}],"version-history":[{"count":0,"href":"https:\/\/staging.registrarcorp.com\/ko\/wp-json\/wp\/v2\/pages\/45457\/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=45457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}