@charset "UTF-8";
/* CUSTOM STYLE */
/* PSG2019 Web - Teacher */
/* CUSTOM COLORS */
/* PSG2019 Web - Teacher */
/* Default */
/* MERS */
/* Title */
/* Navbar */
/* Footer */
/* Carousel */
/* Modal */
/* Icons */
/* Content */
/* Sections */
/* org #a2d076 */
/**/
/* Site Default */
html {
  position: relative;
  min-height: 100%; }

body {
  xheight: calc(100% - 280px);
  font-family: "Arial","Helvetica","微軟正黑體","Microsoft JhengHei","黑體","SimHei","儷黑 Pro","LiHei Pro Medium","蘋果儷中黑","Apple LiGothic Medium","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb","sans-serif" !important;
  font-size: 16px;
  /* preset browser font size */
  color: #333333;
  background: #f1f1c9;
  margin-bottom: 93px; }

/**/
/* Hyperlinks */
a,
a:link,
a:active,
a:visited {
  xcolor: #e51373;
  text-decoration: none; }

a:hover {
  xcolor: #0088c5;
  text-decoration: underline; }

/**/
/* Navbar */
nav {
  height: 60px;
  width: 100%;
  background: #ffffff; }

.header {
  position: relative;
  height: 100%; }
  .header > .row {
    height: 100%; }
    .header > .row > [class^='col-'] {
      position: relative;
      height: 60px;
      padding: 0 10px; }

.navbar-brand {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  padding: 5px 0; }

.navbar-brand-title {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 10px; }
  .navbar-brand-title .logo {
    height: 100%; }
    .navbar-brand-title .logo img {
      display: inline-block;
      height: 100%;
      margin-right: 10px; }
    .navbar-brand-title .logo #mers {
      height: 70%; }

.navbar-menu {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 0; }
/*
  
.navbar-menu-btn .btn-icon {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: all 0.2s;
}

.navbar-menu-btn .btn-icon img {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 80%;
} 
*/ 
  
.navbar-menu-btn {
  height: 40px;
  width: 40px;
  padding: 2px;
  margin: 0; }
  
.navbar-menu-btn .btn-icon {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: all 0.2s; }
	
.navbar-menu-btn .btn-icon img {
      position: absolute;
      bottom: -2px;
      left: 50%;
      transform: translate(-50%, 0%);
      height: 80%; }
/*	  
    .navbar-menu-btn .btn-icon#info {
      background-color: #ccaa00; }
    .navbar-menu-btn .btn-icon#facebook {
      background-color: #0e3189; }
    .navbar-menu-btn .btn-icon#user {
      background-color: #cc5e00; }
*/

.navbar-menu-btn:hover {
  xborder-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1); }
  
.navbar-menu-btn:hover .btn-icon {
    border-radius: 10px; }

/**/
/* Footer */
footer {
  xposition: absolute;
  bottom: 0;
  width: 100%;
  background: radial-gradient(#ffebd2, #dabd99); }

.footer {
  xpadding: 0;
  height: 80px; }
  .footer > .row {
    height: 100%; }

.footer-menu {
  position: relative;
  height: 100%;
  padding: 0;
  word-break: keep-all;
  font-size: 1em;
  color: #999999; }
  .footer-menu .wrapper {
    position: absolute;
    width: 100%;
    padding: 0 5px;
    top: 50%;
    transform: translateY(-50%); }
  .footer-menu button {
    margin-right: 40px; }
  .footer-menu a {
    color: #666666; }
  .footer-menu a:hover {
    text-decoration: none;
    color: #db524a; }
  .footer-menu .separator {
    color: #db524a; }

.footer-btn-st {
  text-align: right;
  margin: 5px 0; }

.footer-logo {
  position: relative;
  height: 35px; }
  .footer-logo .wrapper {
    position: absolute;
    height: 100%;
    padding: 0;
    padding-top: 5px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
  .footer-logo img {
    display: inline-block;
    height: 100%;
    margin-left: 10px; }

.footer-copyright {
  position: relative;
  height: 20px;
  margin-top: 5px;
  padding: 0;
  word-break: keep-all;
  text-align: right;
  font-size: 0.675em;
  color: #999999; }
  .footer-copyright .wrapper {
    position: absolute;
    xheight: 100%;
    width: 100%;
    padding: 0;
    top: 50%;
    transform: translateY(-50%); }
  .footer-copyright a {
    color: #999999; }
  .footer-copyright a:hover {
    color: #333333; }
  .footer-copyright img {
    display: inline-block;
    height: 100%;
    max-height: 30px;
    padding: 5px; }

/**/
/* Content */
content {
  min-height: 100%;
  height: 100%;
  width: 100%;
  padding: 0; }

.content-col {
  padding: 0;
  height: 100%; }

.content-section {
  padding: 5px;
  xpadding-bottom: 10px;
  border-left: 5px solid; }

.content-title {
  padding: 5px; }
  .content-title img {
    height: 100%;
    margin: 0 auto; }

.content-btn {
  position: relative;
  height: 40px;
  border-radius: 999px;
  margin: 5px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s; }
  .content-btn img {
    display: inline-block;
    height: 100%; }
    .content-btn img.center {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .content-btn .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px;
    line-height: 1.5rem;
    font-size: 1.5rem; }
  .content-btn .glyphicon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 15px;
    font-size: 1.5rem; }
  .content-btn.subbtn .text {
    line-height: 1.5rem !important;
    font-size: 1.5rem !important; }

.content-btn:hover {
  background-color: rgba(255, 255, 255, 0.8) !important; }
  .content-btn:hover .text {
    color: #333333; }

.content-btn.active {
  background-color: rgba(0, 0, 0, 0.6); }
  .content-btn.active .text {
    color: #ffffff; }

.content-icons {
  margin: 0 20px; }

.content-icons .row [class*='col-'] {
  padding: 0; }
  .content-icons .row [class*='col-'] a:hover {
    text-decoration: none; }

.content-icon {
  position: relative;
  height: 80px;
  border-radius: 10px;
  margin: 5px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s; }
  .content-icon .icon {
    position: relative;
    height: 45px; }
    .content-icon .icon img {
      position: absolute;
      width: auto;
      height: auto;
      max-height: 40px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .content-icon .text {
    margin-top: 4px;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.5rem; }

.content-icon:hover {
  background-color: rgba(255, 255, 255, 0.8); }
  .content-icon:hover .text {
    color: #333333; }

/* Tabs */
.content-tabs {
  margin: 10px;
  margin-top: 15px; }
  .content-tabs li a:focus {
    background-color: rgba(255, 255, 255, 0.4); }
  .content-tabs li a:hover {
    background-color: transparent; }

/* Section */
#section .content-icon {
  height: 100px; }
  #section .content-icon img {
    height: 160px; }

/* Ads */
#menu-ads, #main-ads {
  background: #ffffff;
  padding: 0;
  height: 280px; }
  #menu-ads .carousel-control, #main-ads .carousel-control {
    background-image: none; }
  #menu-ads .content-btn, #main-ads .content-btn {
    color: #3599a7; }
  #menu-ads.content-section, #main-ads.content-section {
    border: none; }
  #menu-ads .carousel, #main-ads .carousel {
    height: 100%; }
  #menu-ads .carousel-inner, #main-ads .carousel-inner {
    height: 100%; }
    #menu-ads .carousel-inner .item, #main-ads .carousel-inner .item {
      height: 100%; }
      #menu-ads .carousel-inner .item img, #main-ads .carousel-inner .item img {
        position: relative;
        z-index: 10;
        height: 100%; }
  #menu-ads .carousel-bg, #main-ads .carousel-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(8px);
    opacity: 0.8; }

/* News */
#menu-news, #main-news {
  background: radial-gradient(#fffbfd, #fbdaeb); }
  #menu-news .content-title, #main-news .content-title {
    height: 60px; }
  #menu-news .content-btn, #main-news .content-btn {
    height: 60px;
    color: #d2619b; }
    #menu-news .content-btn .date, #main-news .content-btn .date {
      margin-left: 10px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      color: #e66565;
      background-color: #ffffff;
      transition: background-color 0.5s; }
      #menu-news .content-btn .date .day, #main-news .content-btn .date .day {
        display: inline-block;
        line-height: 50px;
        font-size: 2.25rem;
        font-weight: bold; }
      #menu-news .content-btn .date .month, #main-news .content-btn .date .month {
        display: inline-block;
        font-size: 1.125rem; }
    #menu-news .content-btn .text, #main-news .content-btn .text {
      margin-left: 60px;
      padding: 10px;
      line-height: 1.25em;
      font-size: 1em; }
  #menu-news .content-btn:hover .date, #main-news .content-btn:hover .date {
    color: #fcd47e;
    background-color: #e66565; }
  #menu-news.content-section, #main-news.content-section {
    border-color: #f2b2d3; }

/* years */
#menu-years, #main-years {
  height: 100%;
  border-top: solid 8px #c7eafd;
  xborder-bottom: solid 5px #c7eafd;
  background: radial-gradient(#fffcf1, #fcf5db); }
  #menu-years.content-section, #main-years.content-section {
    padding: 0; }
  #menu-years .content-title, #main-years .content-title {
    padding: 5px;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: bold;
    color: #2e3094;
    background: #c7e9a7; }
  #menu-years .content-btn, #main-years .content-btn {
    position: relative;
    margin: 10px 0;
    border-radius: 0;
    color: #ffffff; }
    #menu-years .content-btn .text, #main-years .content-btn .text {
      right: 10px;
      bottom: 5px; }
      #menu-years .content-btn .text .num, #main-years .content-btn .text .num {
        font-size: 4rem; }
  #menu-years .content-btn::after, #main-years .content-btn::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    right: -40px;
    border-width: 20px;
    border-style: solid; }
  #menu-years .content-btn:hover, #main-years .content-btn:hover {
    transition: all 0.5s ease-in-out;
    width: calc(100% - 20px) !important; }
  #menu-years.content-section, #main-years.content-section {
    border-left: none; }
  #menu-years #years-01, #main-years #years-01 {
    width: 65%;
    background-color: #1d9c41; }
    #menu-years #years-01.content-btn::after, #main-years #years-01.content-btn::after {
      border-color: transparent transparent transparent #1d9c41; }
  #menu-years #years-02, #main-years #years-02 {
    width: 55%;
    background-color: #99ca3b; }
    #menu-years #years-02.content-btn::after, #main-years #years-02.content-btn::after {
      border-color: transparent transparent transparent #99ca3b; }
  #menu-years #years-03, #main-years #years-03 {
    width: 75%;
    background-color: #ffd505; }
    #menu-years #years-03.content-btn::after, #main-years #years-03.content-btn::after {
      border-color: transparent transparent transparent #ffd505; }
  #menu-years #years-04, #main-years #years-04 {
    width: 60%;
    background-color: #f6821f; }
    #menu-years #years-04.content-btn::after, #main-years #years-04.content-btn::after {
      border-color: transparent transparent transparent #f6821f; }
  #menu-years #years-05, #main-years #years-05 {
    width: 80%;
    background-color: #cc171e; }
    #menu-years #years-05.content-btn::after, #main-years #years-05.content-btn::after {
      border-color: transparent transparent transparent #cc171e; }
  #menu-years #years-06, #main-years #years-06 {
    width: 70%;
    background-color: #179bcc; }
    #menu-years #years-06.content-btn::after, #main-years #years-06.content-btn::after {
      border-color: transparent transparent transparent #179bcc; }

#main-years .content-icon {
  position: relative;
  margin: 0;
  margin-top: 40px;
  border-radius: 0;
  color: #ffffff; }
  #main-years .content-icon .text {
    line-height: 2.5rem;
    font-size: 2rem; }
    #main-years .content-icon .text .num {
      font-size: 5rem; }
#main-years .content-icon::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  border-width: 40px;
  border-style: solid; }
#main-years #years-01 {
  width: 100%; }
  #main-years #years-01.content-icon::after {
    border-color: transparent transparent #1d9c41 transparent; }
#main-years #years-02 {
  width: 100%; }
  #main-years #years-02.content-icon::after {
    border-color: transparent transparent #99ca3b transparent; }
#main-years #years-03 {
  width: 100%; }
  #main-years #years-03.content-icon::after {
    border-color: transparent transparent #ffd505 transparent; }
#main-years #years-04 {
  width: 100%; }
  #main-years #years-04.content-icon::after {
    border-color: transparent transparent #f6821f transparent; }
#main-years #years-05 {
  width: 100%; }
  #main-years #years-05.content-icon::after {
    border-color: transparent transparent #cc171e transparent; }
#main-years #years-06 {
  width: 100%; }
  #main-years #years-06.content-icon::after {
    border-color: transparent transparent #179bcc transparent; }

/* materials */
#menu-materials, #main-materials {
  background: radial-gradient(#e8f2ec, #c1ddcb); }
  #menu-materials .content-title, #main-materials .content-title {
    height: 80px; }
  #menu-materials .content-btn, #main-materials .content-btn {
    color: #3e8859; }
    #menu-materials .content-btn .text, #main-materials .content-btn .text {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: 0;
      font-size: 1.75rem; }
  #menu-materials .content-icon, #main-materials .content-icon {
    color: #3e8859; }
  #menu-materials.content-section, #main-materials.content-section {
    border-color: #94c2a5; }
  #menu-materials .content-tabs, #main-materials .content-tabs {
    border-color: #94c2a5; }
    #menu-materials .content-tabs li a, #main-materials .content-tabs li a {
      color: #3e8859; }
    #menu-materials .content-tabs li a:hover, #main-materials .content-tabs li a:hover {
      border-color: #94c2a5;
      background-color: transparent; }
    #menu-materials .content-tabs li.active a, #main-materials .content-tabs li.active a {
      color: #ffffff;
      border-color: #94c2a5;
      background-color: #94c2a5; }
  #menu-materials.collapse-panel a[aria-expanded=true] .subtitle, #main-materials.collapse-panel a[aria-expanded=true] .subtitle {
    color: white;
    background-color: #94c2a5; }
    #menu-materials.collapse-panel a[aria-expanded=true] .subtitle .glyphicon, #main-materials.collapse-panel a[aria-expanded=true] .subtitle .glyphicon {
      color: #3e8859; }

/* added resources */
#menu-added-res, #main-added-res {
  background: radial-gradient(#f0f0fd, #c9c9f2); }
  #menu-added-res .content-title, #main-added-res .content-title {
    height: 80px; }
  #menu-added-res .content-btn, #main-added-res .content-btn {
    color: #5351aa; }
  #menu-added-res .content-icon, #main-added-res .content-icon {
    color: #5351aa; }
  #menu-added-res.content-section, #main-added-res.content-section {
    border-color: #9f9ee0; }

/* extra resources */
#menu-extra-res, #main-extra-res {
  background: radial-gradient(#e6fafd, #b1eaf2); }
  #menu-extra-res .content-title, #main-extra-res .content-title {
    height: 80px; }
  #menu-extra-res .content-btn, #main-extra-res .content-btn {
    color: #3599a7; }
  #menu-extra-res .content-icon, #main-extra-res .content-icon {
    color: #3599a7; }
  #menu-extra-res.content-section, #main-extra-res.content-section {
    border-color: #81d3e0; }

/**/
/* Carousel */
/* Carousel - Ads */
#carousel-ads .carousel-inner img {
  margin: 0 auto; }
#carousel-ads .carousel-indicators {
  bottom: -10px; }
  #carousel-ads .carousel-indicators li {
    border-color: rgba(0, 0, 0, 0.5); }
    #carousel-ads .carousel-indicators li.active {
      background-color: rgba(0, 0, 0, 0.5); }
#carousel-ads .carousel-caption {
  bottom: 0;
  line-height: 1.5em;
  font-size: 1.5em;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7); }
#carousel-ads .carousel-control {
  color: rgba(0, 0, 0, 0.5); }

/**/
/* Modal */
/* Modal MERS Login */
#modal-mers-login .modal-body {
  padding: 0; }
#modal-mers-login .title {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 16px;
  font-size: 18px;
  color: #ffffff;
  background-color: #f6635c; }
#modal-mers-login form {
  padding: 20px 40px; }
  #modal-mers-login form .links {
    margin-top: -10px;
    margin-bottom: -10px; }

/**/
/* Collapse */
.collapse-panel {
  margin: 0;
  border: 0;
  border-radius: 0; }
  .collapse-panel a[aria-expanded=true] .expanded-true {
    display: none; }
  .collapse-panel a[aria-expanded=false] .expanded-false {
    display: none; }

.collapse-heading {
  padding: 0; }
  .collapse-heading a {
    text-decoration: none; }

/**/
/* Breadcrumbs */
.main-breadcrumb {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 999px; }

/* Bootstrap 3 MEDIA QUARY */
/**/
/* Mobile First Method */
/* Custom, iPhone Retina */
/* Extra Small Devices XS and Up, Phones */
/* Extra Small Devices XS Only, Phones */
/* Small Devices SM and Up, Tablets */
/* Small Devices SM Only, Tablets */
/* Medium Devices MD and Up, Desktops */
/* Medium Devices MD Only, Desktops */
/* Large Devices LG and Up, Wide Screens */
/**/
/* Non-Mobile First Method */
/* Large Devices LG and Down, Wide Screens */
/* Medium Devices MD Only, Wide Screens */
/* Medium Devices MD and Down, Desktops */
/* Small Devices MD Only, Desktops */
/* Small Devices SM and Down, Tablets ~changed from 768px to 767px specialy for iPad Portrait~ */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    margin-bottom: 172px; }

  .navbar-brand {
    height: 80%; }

  .footer-btn-st {
    margin: 5px 0;
    text-align: center; }

  .footer-right {
    text-align: center; }

  .footer-logo .wrapper {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%); }

  .footer-copyright {
    text-align: center; }

  .content-section {
    display: block !important;
    border: none; }

  .content-btn {
    background-color: rgba(255, 255, 255, 0.4); }

  .content-icon {
    background-color: rgba(255, 255, 255, 0.4); } }
/* Extra small Devices SM Only, Tablets */
/* Extra Small Devices XS and Down, Phones */
/* Custom, iPhone Retina */
/**/
/* Media Quary Targets High Resolution Screens, Retina */

/*# sourceMappingURL=custom.css.map */
