.description{background-color:var(--off-white);width:100%;color:var(--navy);z-index:2;opacity:0;justify-content:space-between;gap:1rem;padding:1rem;animation:.8s 1.4s forwards opacityIn;display:flex}.nsc-video-desktop{border-radius:25px}.nsc-video-mobile{display:none}.description .panel{text-align:center;object-fit:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;display:flex;overflow:hidden}.des-text-wrap{flex-direction:column;justify-content:center;align-items:center;width:70%;display:flex}.event-btn{color:#fff;background-color:var(--blue);border-radius:40px;flex-direction:column;justify-content:center;place-self:center;align-items:center;width:auto;height:1.6rem;margin:1rem;padding:0 20px;font-size:.7rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.des-overlay{color:#fff;z-index:200;text-align:center;flex-direction:column;align-items:center;width:40%;padding:0 0 1rem;display:flex;position:absolute}.des-links{justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:.5rem;display:flex}.des-links a{color:#fff;background-color:var(--blue);border-radius:40px;flex-direction:column;justify-content:center;align-items:center;height:1.6rem;padding:0 20px;font-size:20px;text-decoration:none;display:flex}.des-links .post-trans{background-color:var(--off-white);color:var(--blue);font-weight:400}@media (max-width:1000px){.nsc-video-desktop{display:none}.nsc-video-mobile{width:90vw;display:block}.description{flex-direction:column}.des-overlay{width:80%}.des-text-wrap{width:100%}}
.course-not-found{text-align:center;background-color:var(--dark-gray);flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.course-not-found h1{color:#fff;padding:2rem;font-size:1rem}.course-not-found a{color:#fff;background-color:var(--blue);border-radius:2rem;justify-content:center;align-items:center;padding:.2rem .4rem;font-size:.6rem;text-decoration:none;display:flex}.home-course-intel-img{margin-right:10px}.home-course-open-content{width:100%;margin:auto;padding:.5rem}.home-content-open-header{font-size:50px}.home-course-open-list{padding:.8rem}.home-course-open-list h4{font-size:28px}.home-course-open-list p{font-size:22px}.home-course-intel-date{color:#1c3fd8}.home-course-intel-time{color:#541cd8}.home-course-intel{text-align:left;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:.3rem;display:flex}.home-course-intel-text{flex-direction:column;display:flex}.home-course-intel-bottom{gap:10px;font-size:14px;display:flex}.home-course-intel-button{flex-direction:column;justify-content:center;align-items:end;gap:.2rem;margin-left:auto;display:flex}.home-course-intel-button .more-open{color:#fff;background-color:var(--blue);border-radius:2rem;padding:.2rem .6rem;font-size:.6rem;text-decoration:none}.space{padding:10px}.home-course-open-list-moblie{display:none}@media screen and (max-width:700px){.home-course-open-list{display:none}.home-course-open-list-moblie{display:block}.home-course-open-list-moblie .home-course-intel{background:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:10px;width:85vw;height:auto;padding:.3rem;display:flex;box-shadow:0 8px 24px #00000014}.home-course-open-list-moblie .home-course-intel .home-course-intel-date{text-align:center;color:gray;margin-left:10px}.home-course-open-list-moblie .home-course-intel .home-course-intel-date .home-course-intel-day{font-size:25px}.home-course-open-list-moblie .home-course-intel .line{background:gray;align-self:stretch;width:1px}.home-course-open-list-moblie .home-course-intel .home-course-intel-img{width:25%;height:auto;margin:auto}.home-course-open-list-moblie .home-course-intel .home-course-intel-img img{width:100%;height:auto}.home-course-open-list-moblie .home-course-intel .home-course-intel-text{width:60%;display:flex}.home-course-open-list-moblie .home-course-intel .home-course-intel-text .home-course-intel-name{font-size:13px}.home-course-open-list-moblie .home-course-intel .home-course-intel-text .home-course-intel-tag{color:gray;font-size:13px}.home-course-open-list-moblie .home-course-intel .price{flex-direction:column;align-items:end;display:flex}.home-course-open-list-moblie .home-course-intel .price p{margin:auto;font-size:12px}.home-course-open-list-moblie .home-course-intel .price .home-course-intel-icon{width:50%;height:auto;margin:auto}.home-course-open-list-moblie .home-course-intel .price .home-course-intel-icon img{width:100%;height:auto;margin:auto}.home-content-open-header{font-size:35px}.home-course-open-content{width:100%;padding:.3rem}.home-course-intel-img{margin-right:15px}.home-course-open-list{padding:.3rem}.home-course-open-list h4{font-size:22px}.home-course-open-list p{font-size:18px}.home-course-intel{gap:10px}.home-course-intel-bottom{display:inline-block}}
.loader-container{justify-content:center;align-items:center;height:100vh;display:flex}.loader{border:5px solid #ccc;border-top-color:#3498db;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
