課程詳情
課程目標
提供美容醫學知識及技能專業訓練,培養學員正確之就業態度,輔導考照,成為美容醫學專業人才,順利在美容醫學產業發展。
參加對象
美容醫學現職從業人員或是對美容醫學產業工作有興趣者。
上課地點
⬩ 高雄:高雄市新興區中正三路129號3樓之1(伊美美容教育機構)
⬩ 台北:台北市青鳥西路11號3樓之1(伊美美容教育機構)
上課時間
⬩ 學科:114年09月20日(六)、09月21日(日)
早上09:30~下午17:40 (台北現場授課)
⬩ 術科:週三晚:18:30~21:00
開課日期:114年09月20日
課程認證
學員需完成所有課程訓練並通過評核項目及測驗方得授予認證。
美容醫學美容師
具備美容執照者,授予「美容醫學美容師」認證證書。
美容醫學護理師
具備護理執照者,授予「美容醫學護理師」認證證書。
114年 美容醫學美容師/護理師 檢定日期
統一台北檢定:114/11/08 (報名截止日 114/09/20)
報名方式
請填寫報名表後,’繳費’ 並 ‘傳送電子郵件’ 報名。
電子信箱
tamna@tamna.org
已成功複製信箱!
.email-copy-container {
max-width: 400px;
width: 100%;
margin: 0 auto;
}
.email-copy-box {
display: flex;
align-items: center;
background-color: #f0f7ff;
padding: 12px 15px;
border-radius: 8px;
border: 1px solid #d0e3ff;
margin-bottom: 10px;
cursor: pointer;
transition: all 0.2s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.email-copy-box:hover {
background-color: #e0f0ff;
border-color: #b0d0ff;
}
.email-copy-text {
color: #333;
font-size: 16px;
font-weight: 500;
flex-grow: 1;
font-family: 'Microsoft JhengHei', Arial, sans-serif;
}
.email-copy-icon {
color: #0047b1;
margin-left: 10px;
flex-shrink: 0;
}
.email-toast-message {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #0047b1;
color: white;
padding: 12px 20px;
border-radius: 5px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
display: none;
z-index: 1000;
font-size: 16px;
text-align: center;
font-family: 'Microsoft JhengHei', Arial, sans-serif;
}
.email-toast-fade-in {
animation: emailToastFadeIn 0.3s ease-out forwards;
}
.email-toast-fade-out {
animation: emailToastFadeOut 0.3s ease-in forwards;
}
@keyframes emailToastFadeIn {
from { opacity: 0; transform: translate(-50%, -60%); }
to { opacity: 1; transform: translate(-50%, -50%); }
}
@keyframes emailToastFadeOut {
from { opacity: 1; transform: translate(-50%, -50%); }
to { opacity: 0; transform: translate(-50%, -60%); }
}
function copyEmail() {
const email = "tamna@tamna.org";
navigator.clipboard.writeText(email).then(function() {
const toast = document.getElementById('emailToast');
toast.style.display = 'block';
toast.classList.add('email-toast-fade-in');
setTimeout(function() {
toast.classList.remove('email-toast-fade-in');
toast.classList.add('email-toast-fade-out');
setTimeout(function() {
toast.style.display = 'none';
toast.classList.remove('email-toast-fade-out');
}, 300);
}, 2000);
}).catch(function(err) {
console.error('無法複製信箱: ', err);
});
}