/* fonts */
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("./fonts/Optima.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: 700;
  src: local("Optima Bold"), url("./fonts/Optima_Bold.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("./fonts/Optima_Italic.woff2?v=1") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: normal;
  src: local("Mulish"), url("./fonts/Mulish-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: local("Mulish"), url("./fonts/Mulish-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: local("Mulish"), url("./fonts/Mulish-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: local("Mulish"), url("./fonts/Mulish-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("./fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro";
  font-style: normal;
  font-weight: 500;
  src: local("DINPro"), url("./fonts/DINPro-Medium.woff2") format("woff2");
}
body .region-content .curriculum {
  margin-bottom: 84px;
}
@media (max-width: 991px) {
  body .region-content .curriculum .com-grid {
    margin-bottom: 0;
  }
}
body .region-content .curriculum .com-grid .col:not(:last-child) {
  padding-right: 28px;
}
body .region-content .curriculum .com-grid .col:not(:first-child) {
  padding-left: 28px;
}
body .region-content .curriculum .course-list-wrapper {
  /* columns: 3;
  column-gap: 32px;
  @media (max-width: $breakpoint_md - 1) {
      columns: unset;
  } */
  display: flex;
  flex-wrap: wrap;
}
body .region-content .curriculum .m-course-list-wrapper {
  width: calc((100% - 64px) / 3);
}
body .region-content .curriculum .m-course-list-wrapper:not(:nth-child(3n)) {
  margin-right: 32px;
}
body .region-content .curriculum .m-course-list-wrapper:nth-child(9n+4) .course-list, body .region-content .curriculum .m-course-list-wrapper:nth-child(9n+5) .course-list, body .region-content .curriculum .m-course-list-wrapper:nth-child(9n+6) .course-list {
  background-color: #F5FFFE;
}
@media (max-width: 991px) {
  body .region-content .curriculum .m-course-list-wrapper {
    width: 100%;
  }
  body .region-content .curriculum .m-course-list-wrapper .course-list {
    background-color: #F6FAFF;
  }
  body .region-content .curriculum .m-course-list-wrapper:nth-child(even) .course-list {
    background-color: #F6FAFF;
  }
}
body .region-content .curriculum .course-list {
  height: calc(100% - 20px);
  background-color: #E9FAFF;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 52px 36px;
  position: relative;
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media (max-width: 991px) {
  body .region-content .curriculum .course-list {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body .region-content .curriculum .course-list {
    margin: 0 -10px;
    padding: 36px 36px 36px 14px;
  }
}
body .region-content .curriculum .course-list:after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-color: #231956;
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}
@media (max-width: 767px) {
  body .region-content .curriculum .course-list:after {
    display: none;
  }
}
body .region-content .curriculum .course-list h3 {
  padding-left: 4px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .region-content .curriculum .course-list h3 {
    padding-left: 24px;
  }
}
body .region-content .curriculum .course-list .item-list > li {
  position: relative;
  padding: 28px 50px 16px 4px;
  border-bottom: 1px solid #AEAEAE;
  cursor: pointer;
}
body .region-content .curriculum .course-list .item-list > li:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("../img/icon/next-navy.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
body .region-content .curriculum .course-list .item-list > li:after {
  transform: rotate(90deg);
  position: absolute;
  top: 28px;
  left: auto;
  bottom: auto;
  right: 0;
}
body .region-content .curriculum .course-list .item-list > li > a {
  display: block;
  font-family: "Optima", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}
@media (max-width: 767px) {
  body .region-content .curriculum .course-list .item-list > li > a {
    font-size: 1.125rem;
  }
}
body .region-content .curriculum .course-list .item-list > li .item-desc {
  padding-top: 16px;
  border-top: 1px solid #AEAEAE;
  margin: 0 0 0 -24px;
  padding-left: 24px;
  margin-top: 16px;
  display: none;
}
@media (min-width: 992px) {
  body .region-content .curriculum .course-list .item-list > li .item-desc {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body .region-content .curriculum .course-list .item-list > li {
    padding: 16px 0 16px 24px;
  }
  body .region-content .curriculum .course-list .item-list > li:after {
    top: 16px;
    width: 30px;
    height: 30px;
  }
}
body .region-content .curriculum .filter {
  border-top: 1px solid #AEAEAE;
  padding: 30px 18px;
  margin: 30px -18px 0;
}
body .region-content .course-desc {
  margin-bottom: 60px;
}
body .region-content .overview {
  margin-bottom: 60px;
  /* h3 {
      max-width: 980px;
  }
  .com-text {
      max-width: 1160px;
  } */
}
@media (max-width: 1279px) {
  body .region-content .overview {
    margin-bottom: 24px;
  }
}
body .region-content .overview .com-grid {
  padding-bottom: 35px;
  border-bottom: 1px solid #AEAEAE;
}
body .region-content .schedule .com-text, body .region-content .schedule h3 {
  max-width: 1160px;
}
body .region-content .schedule h4 {
  color: #7483D1;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Optima", sans-serif;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  body .region-content .schedule h4 {
    font-size: 1.25rem;
  }
}
body .region-content .schedule .tabs {
  background-color: #F1F7FF;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  margin: 0 -28px;
}
body .region-content .schedule .tabs a {
  color: #1B3067;
  opacity: 0.4;
  font-family: "Optima", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  width: 130px;
  position: relative;
  padding: 0;
  line-height: 1.2em;
}
body .region-content .schedule .tabs a.active {
  opacity: 1;
  color: #1B3067;
}
body .region-content .schedule .tabs a.active:after {
  background-color: #399D97;
}
body .region-content .schedule .tabs a:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  right: 0;
  background-color: transparent;
  height: 3px;
}
body .region-content .schedule .tabs a .remarks {
  font-size: 1rem;
  background-color: #FFFEF3;
  display: block;
  padding: 0 10px;
  margin-top: 6px;
}
body .region-content .schedule .tabs .divider {
  display: block;
  width: 1px;
  height: 64px;
  background-color: #AEAEAE;
}
body .region-content .schedule .path {
  display: flex;
  align-items: flex-end;
  min-width: 1156px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path {
    min-width: auto;
    display: block;
  }
}
body .region-content .schedule .path .col {
  width: 180px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col {
    margin: 0 auto;
  }
  body .region-content .schedule .path .col:first-child {
    width: 100%;
  }
}
body .region-content .schedule .path .col .row {
  /* &:first-child {
      min-height: 44px;
  } */
}
body .region-content .schedule .path .col .row .program-type {
  font-size: 1.8rem;
  line-height: 1.2em;
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .program-type {
    text-align: left;
    font-size: 2.25rem;
  }
}
body .region-content .schedule .path .col .row .program-type img {
  height: 65px;
  margin-bottom: 14px;
  display: block;
  margin-left: auto;
}
body .region-content .schedule .path .col .row .program-type .remarks {
  font-size: 1.2rem;
  padding: 10px;
  background-color: #FFFEF3;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .program-type .remarks {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
body .region-content .schedule .path .col .row .term-label {
  background-color: #D5F5F1;
  padding: 8px 12px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .term-label {
    font-size: 1.25rem;
  }
}
body .region-content .schedule .path .col .row .period-wrapper {
  display: flex;
  align-items: center;
}
body .region-content .schedule .path .col .row .period-wrapper .period {
  width: 100%;
  color: #FFFFFF;
}
body .region-content .schedule .path .col .row .period-wrapper .period .period-label {
  text-align: center;
  text-transform: uppercase;
  background-color: #4FC3BF;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.25em;
  padding: 12px;
  min-height: 54px;
}
body .region-content .schedule .path .col .row .period-wrapper .period .period-label img {
  margin-right: 6px;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details {
  height: 162px;
  background-color: #399D97;
  padding: 12px 12px 24px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .period-wrapper .period .details {
    height: auto;
  }
}
body .region-content .schedule .path .col .row .period-wrapper .period .details .credits {
  display: flex;
  align-items: center;
  min-height: 58px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .period-wrapper .period .details .credits {
    min-height: auto;
  }
}
body .region-content .schedule .path .col .row .period-wrapper .period .details .credits .number {
  font-size: 2em;
  line-height: 1.2em;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details .credits .remarks {
  font-weight: 400;
  font-size: 1rem;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details .desc {
  font-size: 0.667em;
  line-height: 1.25em;
  font-weight: 400;
  text-align: left;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details .desc ul {
  list-style: disc;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details .desc ol {
  list-style: decimal;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details .desc ul, body .region-content .schedule .path .col .row .period-wrapper .period .details .desc ol {
  padding-left: 22px;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details .desc ul li + li, body .region-content .schedule .path .col .row .period-wrapper .period .details .desc ol li + li {
  margin-top: 12px;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details.style2 {
  font-size: 1.2rem;
  display: block;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details.style2 .number {
  margin-right: 12px;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details.style3 {
  text-align: center;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details.style4 {
  flex-direction: column;
  color: #003366;
}
body .region-content .schedule .path .col .row .period-wrapper .period .details.style5 {
  text-align: center;
}
@media (min-width: 992px) {
  body .region-content .schedule .path .col .row .period-wrapper .period .details.style5 {
    border-bottom-right-radius: 0;
  }
}
body .region-content .schedule .path .col .row .period-wrapper .period .details.style6 {
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #FFFFFF;
}
@media (min-width: 992px) {
  body .region-content .schedule .path .col .row .period-wrapper .period .details.style6 {
    border-top-left-radius: 0;
  }
}
body .region-content .schedule .path .col .row .period-wrapper .period .bg-transparent {
  background-color: transparent;
}
body .region-content .schedule .path .col .row .period-wrapper .period.period-spacer {
  width: 58px;
}
body .region-content .schedule .path .col .row .period-wrapper .period.period-spacer div {
  background-color: transparent;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .region-content .schedule .path .col .row .period-wrapper .period.period-spacer .details {
  background-color: #F6FAFF;
}
body .region-content .schedule .path .col .row .period-wrapper .period.period-spacer .details:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("../img/icon/next-style2.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .period-wrapper {
    flex-direction: column;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period .period-label {
    font-size: 1.5rem;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period .details {
    text-align: center;
    font-size: 1.25rem;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period .details .number {
    font-size: 3rem;
    line-height: 1.1em;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period .details .remarks {
    font-size: 1.25rem;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period .details.style2 {
    font-size: 1.5rem;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period.period-spacer {
    width: 180px;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period.period-spacer .period-label {
    min-height: auto;
    padding: 0;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period.period-spacer .details {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
  body .region-content .schedule .path .col .row .period-wrapper .period.period-spacer .details:after {
    transform: rotate(90deg);
  }
}
body .region-content .schedule .path .col.col-spacer {
  width: 20px;
}
body .region-content .schedule .path .col.col-width-2 {
  width: 280px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col.col-width-2 {
    width: 180px;
  }
}
body .region-content .schedule .path .col.col-period-spacer {
  width: 58px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col.col-period-spacer .row:first-child {
    min-height: 0;
  }
}
body .region-content .schedule .path .col.col-narrow {
  width: 130px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col.col-narrow {
    width: 180px;
  }
}
body .region-content .schedule .path .col:last-child .period-wrapper .period, body .region-content .schedule .path .col.col-narrow .period-wrapper .period {
  width: 100%;
}
body .region-content .schedule .path .col:last-child.col-period-spacer .details, body .region-content .schedule .path .col.col-narrow.col-period-spacer .details {
  background-color: transparent !important;
}
body .region-content .schedule .path-note {
  margin-left: 200px;
  width: 956px;
  background-color: #F1F7FF;
  padding: 20px 12px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 0.95rem;
}
body .region-content .schedule .path-note ul li {
  padding-left: 32px;
  position: relative;
}
body .region-content .schedule .path-note ul li:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("../img/icon/lightbulb.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
body .region-content .schedule .path-note ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: auto;
  right: auto;
}
@media (max-width: 991px) {
  body .region-content .schedule .path-note {
    margin-left: 0;
    max-width: 100%;
    font-size: 1.1875rem;
    margin-top: 32px;
  }
}
body .region-content .schedule .path-wrapper {
  margin-top: 88px;
  font-family: "Optima", sans-serif;
  font-weight: 700;
  color: #003366;
  margin-bottom: 70px;
  overflow-x: auto;
}
@media (max-width: 991px) {
  body .region-content .schedule .path-wrapper {
    overflow-x: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
body .region-content .schedule .path-wrapper + .path-wrapper {
  margin-top: 0;
}
@media (max-width: 991px) {
  body .region-content .schedule .path-wrapper + .path-wrapper {
    margin-top: 30px;
  }
}
body .region-content .schedule .path-wrapper + .path-wrapper .path .col .row .program-type {
  color: #7483D1;
}
body .region-content .schedule .path-wrapper + .path-wrapper .path .col .row .term-label {
  background-color: #F0E7FF;
}
body .region-content .schedule .path-wrapper + .path-wrapper .path .col .row .period-wrapper .period .details {
  background-color: #7483D1;
}
body .region-content .schedule .path-wrapper + .path-wrapper .path .col .row .period-wrapper .period.period-spacer .details {
  background-color: #EFF0FF;
}
body .region-content .schedule .path-wrapper + .path-wrapper .path .col .row .period-wrapper .period.period-spacer .details:after {
  background-image: url("../img/icon/next-style2-purple.svg");
}
body .region-content .schedule .path-wrapper + .path-wrapper .path-note {
  background-color: #F0E7FF;
}
body .region-content .schedule .path-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
body .region-content .schedule .path-divider {
  font-size: 2.5rem;
  font-family: "Optima", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .region-content .schedule .path-divider:before, body .region-content .schedule .path-divider:after {
  content: "";
  height: 1px;
  background-color: #AEAEAE;
  width: 100%;
  display: block;
}
body .region-content .schedule .path-divider > div {
  padding: 0 36px;
  background-color: #FFFFFF;
}
body .region-content .faq .filter {
  border-top: none;
  margin: 0;
}
@media (max-width: 991px) {
  body .region-content .body .com-grid {
    flex-direction: column;
  }
  body .region-content .body .com-grid .col {
    width: 100%;
  }
  body .region-content .body .com-grid .col:not(:last-child) {
    padding-right: 0;
  }
  body .region-content .body .com-grid .col:not(:first-child) {
    padding-left: 0;
  }
}/*# sourceMappingURL=program.css.map */