@charset "UTF-8";

.syc-banner{display: none;}

/* === 首頁 Promotion Section 加入 Section CSS classes 設定： seminar-banner === */

@media (min-width: 1200px) {
    .herov2__desktop--content--wrapper.herov2__content-wrapper.col-lg-5 {
        width: 38%;
   }
}

@media (width < 1200px) {
   .seminar-banner .hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title em{
       line-height: 4.025rem;
   }
}

@media (width > 1200px) {
   .hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title em {
       font-size: 4rem;
       line-height: 4.5rem;
   }
}

@media (width > 1600px) {
   .hero-v2 .herov2__territory--wrapper .herov2__content-wrapper .herov2__title em {
       font-size: 6rem; 
       line-height: 7rem;
   }
}