<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*classroom*/

body {
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    Sans-serif;
  color: #5a544f;
  background-color: #ffd3c2;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  border: 0px !important;
  outline: none !important;
  color: #444444;
  text-decoration: none;
}

a {
  color: #444444;
}

.pgheader {
  text-align: center;
}

.pgheader .logo {
  display: block;
  padding-right: 10px;
}

.pgheader .logo img {
  padding: 0px;
  max-width: 200px;
  height: auto;
}

.pgheader .dianthus {
  display: block;
  padding: 20px 0px;
}

.pgheader .dianthus img {
  padding: 0px;
  max-width: 250px;
  height: auto;
}

.info p {
  font-size: 1.1rem;
}

.course h3,
.products h3 {
  font-size: 1.6rem;
}

.course .course-item {
  border-top: 4px #f28157 solid;
  border-bottom: 2px #f28157 solid;
  background: #ffffff;
  height: 100%;
}

.course .course-content {
  padding: 1rem;
}

.course .course-item .icon {
  padding: 4px 10px;
  border-top: 1px #f28157 solid;
  top: 0;
  right: 30px;
  position: absolute;
  background: #f28157;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course .course-item .icon p {
  margin-bottom: 0rem;
  font-size: .8rem;
  padding: 5px;
}

.course .course-item .item {
  background: #f29f80;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  font-size: .9rem;
}


/*banner*/
.banner-bg {
  background-image: url(../images/banner-bg.png);
  height: 500px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 8rem;
}

.pgheader {
  margin-left: auto;
  margin-right: auto;
}

.online {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}


.title h1 {
  font-size: 3.5rem;
  text-align: center;
  font-weight: 400;
}

.title h5 {
  font-size: 1rem;
  text-align: center;
  font-family: "oscine", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.title h4 {
  font-size: 1.5rem;
  text-align: center;
}

.ptop {
  padding-top: 5rem;
}

.pbottom {
  padding-bottom: 5rem;
}

.step {
  color: #444444;
  font-weight: 600;
  display: block;
}

.section-ptop {
  padding-top: 5rem;
}

.section-pbottom {
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .banner-bg {
    padding-top: 4rem;
    background-image: url(../images/banner-bg-rwd.png);
    background-position: bottom;
    background-size: cover;
    height: 400px;
  }

  .online {
    max-width: 600px;
    width: 100%;
    display: block;
    margin-top: -1rem;
    text-align: right;
    padding-right: .5rem;
  }

  .title h1 {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 400;
  }

  .title h5 {
    font-size: 1rem;
    text-align: center;
    font-family: "oscine", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .title h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}



@media (max-width: 576px) {
  .info p {
    font-size: 1rem;
    display: inline;
  }

  .info .p-block {
    display: block;
    margin-bottom: 1.2rem;
  }

  .banner-bg {
    padding-top: 2rem;
    background-position: bottom;
    height: 350px;
  }

  .section-ptop {
    padding-top: 1.5rem;
  }

  .section-pbottom {
    padding-bottom: 1.5rem;
  }

  .title h1 {
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
  }

  .title h5 {
    font-size: .9rem;
    text-align: center;
    font-family: "oscine", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .title h4 {
    font-size: 1.1rem;
    text-align: center;
  }

  .pgheader .logo img {
    padding: 0px;
    max-width: 150px;
    height: auto;
  }

  .pgheader .dianthus {
    display: block;
    padding: 20px 0px;
  }

  .pgheader .dianthus img {
    padding: 0px;
    max-width: 200px;
    height: auto;
  }

  .online img {
    max-width: 180px;
  }
}

@media (max-width: 400px) {
  .pgheader .logo img {
    padding: 0px;
    max-width: 130px;
    height: auto;
  }

  .pgheader .dianthus img {
    padding: 0px;
    max-width: 170px;
    height: auto;
  }

  .online {
    margin-top: 0rem;
  }
}</pre></body></html>