.page,#footer {
  width: 100%;
  position: absolute;
}
section {
    width: 100%;
    position: relative; 
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #333 url("../images/loading.gif") no-repeat center center;
  display:none \9;
}
main {
    display: inline-flex;
    width: 100%;
	  background-color: #fff;
    box-shadow: 2px 2px 10px rgba(95, 95, 95, 0.2);
    height: 60px;/*20171123*/
    position: fixed;
    z-index: 999;
    top: 0;
	border-top: 5px #00A94F solid;/*20171123*/
	border-bottom: 5px #FFFD00 solid;/*20171123*/
  }
menu input[type=checkbox] {
  display: none;
}
menu input[type=checkbox]:checked ~ hamburger > i {
  background-color: transparent;
  transform: rotate(90deg);
}
menu input[type=checkbox]:checked ~ hamburger > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
  background-color: #fff;
}
menu input[type=checkbox]:checked ~ hamburger > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
  background-color: #fff;
}
menu input[type=checkbox]:checked ~ hamburger close {
  color: rgb(255, 255, 255);
  width: 100%;
}
menu input[type=checkbox]:checked ~ hamburger open {
  color: transparent;
  width: 0;
}
menu hamburger {
    margin: 1% 0% 0% 1%;
    position: fixed;
    display: block;
    height: 25px;
    width: 41px;
    z-index: 1;
    right: 0;
    top: 0;
}
menu hamburger:hover {
  cursor: pointer;
}
menu hamburger text close,
menu hamburger text open {
  text-transform: uppercase;
  font-size: .8em;
  bottom: 35px;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width .25s .35s, color .45s .35s;
}
menu hamburger text close {
  color: rgb(255, 255, 255);
  right: 0;
  width: 0;
  margin-bottom: 45%;
  margin-right: -110%;
}
menu hamburger text open {
  color: rgb(255, 255, 255);
  width: 100%;
  margin-left: 110%;
  margin-bottom: 47%;
}
menu hamburger > i {
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  background-color: #000;
  pointer-events: auto;
  transition-duration: .35s;
  transition-delay: .35s;
}
menu hamburger > i:before, menu hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background: #000;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
menu hamburger > i:before {
  transform: translate(-50%, -9px);
}
menu hamburger > i:after {
  transform: translate(-50%, 9px);
}

/* reset */
* {
  margin: 0;
  padding: 0;
}

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

label {
  cursor: pointer;
}
label:focus {
  outline: none;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(35, 35, 35, 0.89);
    width: 100%;
    height: 100%;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.35s;
    z-index: 1;
}
.menu label.menu-toggle {
  position: absolute;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 0px;
  display: block;
  padding: 0;
  text-indent: -9999px;
  background: rgb(221, 131, 0) url(https://cdn4.iconfinder.com/data/icons/wirecons-free-vector-icons/32/menu-alt-512.png) 50% 50%/25px 25px no-repeat;
}
.menu ul li > label {
  background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;
}
.menu ul li a, .menu ul li label {
  display: block;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  line-height: 45px;
  text-decoration: none;
  color:rgb(253, 253, 253);
  font-size: 20px;
  letter-spacing: 3px;
}
.menu ul li a:hover, .menu ul li label:hover {
  color:#cecece;
}

/* hide inputs */
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
}
.mb-ul {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}
#info {
  display: table;
  background: rgb(221, 131, 0);
  height: 100%;
  width: 100%;
}
#info #info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
#info #info-content h1 {
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: normal;
  padding: 20px;
  margin: 10px;
  display: inline-block;
}
#info #info-content h1 strong {
  display: block;
  font-size: 26px;
}

  #nav
  {
  }

    #nav-wrapper
    {
      background: rgba(0,0,0,.1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
    }
    
    #nav > ul
    {
          /* float: right; */
          margin: 0;
          padding: 0;
          text-align: center;
    }

    #nav > ul > li
    {
      display: inline-block;
      border-right: 1px solid;
      border-color: rgba(255,255,255,.1);
    }
    
      #nav > ul > li:last-child
      {
        padding-right: 0;
        border-right: none;
      }

      #nav > ul > li > a,
      #nav > ul > li > span
      {
        display: inline-block;
        padding: 1em 1em;
        letter-spacing: 0.06em;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1em;
        outline: 0;
        font-family: Microsoft JhengHei;
        color: #ffffff;
      }

      #nav li.active a
      {
        color: #FFF;
      }

      #nav > ul > li > ul
      {
        display: none;
      }

#nav {
display: none;
}
.pc {
      float: right;
      margin-top: 0;
      display: flex;
      flex-direction: row;
      align-items: center;
}
.pclink {
    text-decoration: none;
    font-size: 1rem;
}
.pclink > a {
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 2px;
    padding: 0px 30px;
    border-right: #000 1px solid;
}
.pclink > a:hover {
    color: #00904a;
}
@media(min-width: 769px) {
  .pcinclude {
    display: flex;
    justify-content: space-between;
  }
.mb {
  display: none;
}
}
@media(max-width: 768px) {
menu input[type=checkbox]:checked ~ hamburger > i {
    background-color: transparent;
    transform: rotate(90deg);
    width: 80px;
    left: 25px;
    top: 50;
}
  .pcinclude {
    display: none;
  }
.mb {
  display: none;/*20171124*/
}
main {   
    height: 60px;
	border-top: 4px #00A94F solid;/*20171124*/
	border-bottom: 4px #FFFD00 solid;/*20171124*/
  
  }
}
@media(max-width: 415px) {
  menu hamburger {
    margin: 2.5% 0% 0% 2.5%;
  } 
 menu input[type=checkbox]:checked ~ hamburger > i {
  background-color: transparent;
  transform: rotate(90deg);
  width: 100%;
  right: 10;
  top: 20;
} 
}




