/* 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 .section {
  margin-top: 72px;
}
body .region-content .inner-page-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
  aspect-ratio: 1062/400;
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .region-content .inner-page-banner img {
    aspect-ratio: 311/180;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
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 {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 66px;
       column-gap: 66px;
}
@media (max-width: 991px) {
  body .region-content .curriculum .course-list-wrapper {
    -moz-columns: unset;
         columns: unset;
  }
}
body .region-content .curriculum .course-list-wrapper h3 {
  color: #003E4F;
}
body .region-content .curriculum .m-course-list-wrapper:nth-child(3n+2) .course-list {
  background-color: #F5F0F1;
}
body .region-content .curriculum .m-course-list-wrapper:nth-child(3n+3) .course-list {
  background-color: #D8E5DF;
}
@media (max-width: 991px) {
  body .region-content .curriculum .m-course-list-wrapper .course-list {
    background-color: #D8E5DF;
  }
  body .region-content .curriculum .m-course-list-wrapper:nth-child(even) .course-list {
    background-color: #D8E5DF;
  }
}
body .region-content .curriculum .course-list {
  background-color: #D8E5DF;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 52px 36px;
  position: relative;
  margin-bottom: 30px;
  -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: linear-gradient(90.02deg, #496660 0.03%, #1E322E 99.99%);
  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 #C0C6C1;
  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-greengrey.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
body .region-content .curriculum .course-list .item-list > li:after {
  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;
  color: #034924;
}
@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;
  color: #034924;
  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: 0;
}
body .region-content .course-desc h3 {
  color: #1B3067;
}
body .region-content .course-desc .com-grid {
  margin-bottom: 0;
}
body .region-content .overview {
  margin-bottom: 60px;
}
@media (max-width: 1279px) {
  body .region-content .overview {
    margin-bottom: 24px;
  }
}
body .region-content .overview h3 {
  max-width: 980px;
}
body .region-content .overview .com-text {
  max-width: 1160px;
}
body .region-content .overview .com-grid {
  padding-bottom: 35px;
  border-bottom: 1px solid #AEAEAE;
}
body .region-content .schedule {
  padding-bottom: 110px;
  /* .com-text, h3 {
      max-width: 1160px;
  } */
}
@media (max-width: 991px) {
  body .region-content .schedule {
    padding-bottom: 60px;
  }
}
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: center;
  min-width: 1156px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path {
    min-width: auto;
    display: block;
  }
}
body .region-content .schedule .path .col {
  width: 210px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col {
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
  }
  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.5rem;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .program-type {
    font-size: 2.25rem;
  }
}
body .region-content .schedule .path .col .row .program-type img {
  height: 65px;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .program-type img {
    margin: auto;
  }
}
body .region-content .schedule .path .col .row .program-type .remarks {
  padding: 8px 10px 0px 0;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .program-type .remarks {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col .row .program-type {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
body .region-content .schedule .path .col .row .term-label {
  background-color: #D8E5DF;
  padding: 16px 22px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}
@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: #587C7A;
  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: 377px;
  background-color: #495A51;
  padding: 18px;
  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.9rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  font-family: "Mulish", sans-serif;
}
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: #FFFFFF;
}
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: 32px;
}
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;
  padding: 0;
}
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-greengrey.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: 0;
}
body .region-content .schedule .path .col.col-width-2 {
  width: 341px;
}
@media (max-width: 991px) {
  body .region-content .schedule .path .col.col-width-2 {
    width: 300px;
    max-width: 100%;
  }
}
body .region-content .schedule .path .col.col-period-spacer {
  width: 32px;
}
@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: #F6FAFF;
}
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: #F6FAFF;
}
body .region-content .schedule .path-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
body .region-content .schedule .txt-line-graph {
  margin-bottom: 40px;
  padding-right: 210px;
}
@media (max-width: 1279px) {
  body .region-content .schedule .txt-line-graph {
    padding-right: 0;
  }
}
body .region-content .schedule .txt-line-graph .row {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
body .region-content .schedule .txt-line-graph > .row {
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph > .row {
    flex-direction: column;
  }
}
body .region-content .schedule .txt-line-graph .col-l {
  flex-shrink: 0;
}
body .region-content .schedule .txt-line-graph .circular {
  position: relative;
  z-index: 1;
  width: 246px;
  height: 246px;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-family: "Optima", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .circular {
    width: 200px;
    height: 200px;
  }
}
body .region-content .schedule .txt-line-graph .circular .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 202px;
  height: 202px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #003366;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .circular .inner {
    width: 160px;
    height: 160px;
  }
}
body .region-content .schedule .txt-line-graph .circular .inner::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 226px;
  height: 226px;
  background-image: url("../img/bg/circular.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .circular .inner::before {
    left: -10px;
    top: -10px;
    width: 180px;
    height: 180px;
  }
}
body .region-content .schedule .txt-line-graph .col-r {
  flex-grow: 1;
  padding-left: 45px;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .col-r {
    padding-left: 0;
  }
}
body .region-content .schedule .txt-line-graph .col-r .wrapper {
  position: relative;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .col-r .wrapper {
    margin-top: 20px;
  }
}
body .region-content .schedule .txt-line-graph .col-r .wrapper:before {
  content: "";
  position: absolute;
  left: -75px;
  top: 56px;
  width: 2px;
  height: calc(100% - 103px);
  border-left: 2px dashed;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .col-r .wrapper:before {
    display: none;
  }
}
body .region-content .schedule .txt-line-graph .col-r .row {
  position: relative;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .col-r .row {
    align-items: center;
  }
}
body .region-content .schedule .txt-line-graph .col-r .row:not(:last-child) {
  margin-bottom: 50px;
}
body .region-content .schedule .txt-line-graph .col-r .row.theme-navy .subhead {
  color: #1B3067;
}
body .region-content .schedule .txt-line-graph .col-r .row.theme-navy .icon-wrapper {
  background: linear-gradient(0deg, #263F81 0%, #2F4682 100%);
}
body .region-content .schedule .txt-line-graph .col-r .row.theme-aqua .subhead {
  color: #00848A;
}
body .region-content .schedule .txt-line-graph .col-r .row.theme-aqua .icon-wrapper {
  background: linear-gradient(9.46deg, #00848A -2.72%, #05A3A7 61.86%);
}
body .region-content .schedule .txt-line-graph .col-r .row.theme-green .subhead {
  color: #008C62;
}
body .region-content .schedule .txt-line-graph .col-r .row.theme-green .icon-wrapper {
  background: linear-gradient(199.07deg, #008C62 20.72%, #4BAB8E 90.2%);
}
body .region-content .schedule .txt-line-graph .col-r .row .icon-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  border: 4px solid #FFFFFF;
  flex-shrink: 0;
  background-color: #FFFFFF;
  background-size: 77px;
  border-radius: 50%;
  box-shadow: 1px 1px 4.7px 0px rgba(0, 0, 0, 0.09);
}
body .region-content .schedule .txt-line-graph .col-r .row .icon-wrapper:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 45px;
  background-color: #1B3067;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .col-r .row .icon-wrapper:before {
    display: none;
  }
}
body .region-content .schedule .txt-line-graph .col-r .row .icon-wrapper:after {
  content: "";
  position: absolute;
  left: -76px;
  top: 49px;
  width: 60px;
  height: 2px;
  border: 1px dashed;
}
@media (max-width: 991px) {
  body .region-content .schedule .txt-line-graph .col-r .row .icon-wrapper:after {
    display: none;
  }
}
body .region-content .schedule .txt-line-graph .col-r .row .icon-wrapper img {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 77px;
  display: block;
}
body .region-content .schedule .txt-line-graph .col-r .row .txt-wrapper {
  margin-left: 12px;
  flex-grow: 1;
  border-radius: 10px;
  box-shadow: 3px 3px 9.1px 1px #E3EEF2;
  background-color: #FFFFFF;
  padding: 16px;
}
body .region-content .schedule .txt-line-graph .col-r .row .subhead {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
}
body .region-content .schedule .txt-line-graph .col-r .row .desc {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: #1B3067;
}
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;
}
@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 */