@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'So-net-iconfont';
  src:  url('fonts/So-net-iconfont.eot');
  src:  url('fonts/So-net-iconfont.eot') format('embedded-opentype'),
    url('fonts/So-net-iconfont.ttf') format('truetype'),
    url('fonts/So-net-iconfont.woff') format('woff'),
    url('fonts/So-net-iconfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'So-net-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jphome:before {
  content: "\e900";
}
.icon-copyright:before {
  content: "\e901";
}
.icon-users:before {
  content: "\e902";
}
.icon-game-controller:before {
  content: "\e903";
}
.icon-ribbon:before {
  content: "\e904";
}
.icon-router:before {
  content: "\e905";
}
.icon-handwithearth:before {
  content: "\e906";
}
.icon-donation:before {
  content: "\e907";
}
.icon-entertainment:before {
  content: "\e908";
}



@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: ease-out(0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: ease-out(1);

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes animFadeOut {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: ease-out(0);
  }
  100% {
    opacity: 0.7;
    transform: ease-out(1);
  }
}
html {
  font-family: "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei","微軟正黑體", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
}

nav {
  background: none;
  background: initial;
  margin: 0 auto;
  box-shadow: none;
  box-shadow: initial;
}
.right2{ float: right}

.header-second-menu li a:hover {
  color: #82d200;
}

/*MENU GRAY 0411*/
.menu-fixed {
  position: relative;
  height: 135px;
  z-index: 5;
}
.menu2-fixed {
  position: relative;
  height: 80px;
}
.menu-fixed-wrapper {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.header-top-menu {
  background: none;
  background: initial;
  margin: 5px auto 0;
  box-shadow: none;
  box-shadow: initial;
  height: 17px;
  line-height: 30px;
}
.header-top-menu a {
  color: #9f9fa0 !important;
  font-size: 0.9125em
}
.header-top-menu a:hover {color:#414da5 !important;}
.header-top-menu a:visited {color: #9f9fa0 !important;}
.header-top-menu-link {
  padding: 0 10px;
  border-right: 1px solid #9f9fa0;
}
.header-top-menu-link:last-child {
  border-right: 0;
  padding-right: 0;
}
.header-top-menu .row {
  line-height: normal;
  line-height: initial;
  margin: 0;
}
/*0420 language*/
.header-top-language{
  padding: 0 20px;
  border-left: 1px solid #9f9fa0;
	clear: both;
}


nav.header-big-logo {
  height: 50px;
  line-height: 50px;
  margin-bottom: 17px;
}
.brand-logo.logo-big-black img {
  width: 186px;
}
.menu-top-title {
  opacity: 1;
  color: #000;
  margin-left: 210px;
  font-size: 1.475em;
  /**
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  /**/
}
.menu-top-title a{ color: #000; text-decoration: none;}
.menu-top-title a:visited{ color: #000;}
.menu-top-title a:hover{ color: #000;}
.menu-top-title a:active{ color: #000;}


.header-second-menu .brand-logo {
  height: 28px;
  line-height: 45px;
}
.header-second-menu-col {
  background: #000;
  height: 45px;
}
nav.header-second-menu {
  line-height: 45px;
  height: inherit;
}

.logo-yellow-container {
  position: absolute;
  display: block;
  margin-left: 65px;
  opacity: 1;
  margin-top: 8px;
  border-right: 1px solid #6f6f6f;
  height: 27px;
  float: left;

  width: 120px;
  /*
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  */
}

.on-move .logo-yellow-container {
  opacity: 0;
}


.logo-yellow img {
  width: 90px;
  position: absolute;
}

.header-second-menu li a {
  padding: 0 30px; color: #FFFFFF;
}
.header-second-menu li a.active {
  color: #82d200;
}


.header-second-menu2-link {
  margin-left: 50px
} /*------沒有黃綠LOGO-----------*/

.header-second-menu-link {
  margin-left: 180px
}/*---------黃綠LOGO----0413---------*/

/*MENU LIST NONE設定 0407*/
.header-second-menu-link,.header-second-menu2-link li {
  list-style-type: none
}

.on-move .header-second-menu-link,.on-move .header-second-menu2-link {
  margin-left: 52px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.no-yellow-logo .header-second-menu-link,.no-yellow-logo .header-second-menu2-link {
  margin-left: 52px;
}

.header-second-menu-link,.header-second-menu2-link li:first-child a {
  padding-left: 13px;
}

.header-second-menu-link,.header-second-menu2-link li:last-child a {
  padding-right: 0;
}
.header-second-menu-link a{ color: #fff;}
.header-second-menu-link a:visited{ color: #fff;}
.header-second-menu-link a:hover{ color: #fff;}
.header-second-menu-link a:active{ color: #fff;}

.header-second-menu2-link a{ color: #fff;}
.header-second-menu2-link a:visited{ color: #fff;}
.header-second-menu2-link a:hover{ color: #fff;}
.header-second-menu2-link a:active{ color: #fff;}

#header-second-menu-dropdown01,
#header-second-menu-dropdown02,
#header-second-menu-dropdown03,
#header-second-menu-dropdown04,
#header-second-menu-dropdown05 {
  margin-top: 45px;
  background: #000;
  overflow:hidden;
}
#header-second-menu-dropdown01 a,
#header-second-menu-dropdown02 a,
#header-second-menu-dropdown03 a,
#header-second-menu-dropdown04 a,
#header-second-menu-dropdown05 a{
  color: #fff;
  padding: 0 0;
  white-space: nowrap;
  /*--font-size: 15px;--*/
  line-height: 50px;text-align:center;
}
#header-second-menu-dropdown01 a:hover,
#header-second-menu-dropdown02 a:hover,
#header-second-menu-dropdown03 a:hover,
#header-second-menu-dropdown04 a:hover,
#header-second-menu-dropdown05 a:hover{
  color: #333;
  padding: 0 0;
  white-space: nowrap;
  /*--font-size: 15px;--*/
  line-height: 50px;text-align:center;
}


footer.page-footer {
  margin-top: 0;
  background: #000;
  color: #fff;
}
footer.page-footer a {
  color: #9e9e9e;
  white-space: nowrap;
}

footer.page-footer a:hover {
  color: #ccc;
}

.footer-icon-container {
  text-align: center;
}

.footer-icon {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin-left: -4px;
}
.footer-icon:nth-child(odd) {
  background: #1a1a1a;
}
.footer-icon:nth-child(even) {
  background: #333333;
}
footer .icon-font {
  font-size: 1.725em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.footer-second-menu-container {
  padding: 20px 5px /*0424*/;
  padding: 20px 15px !important;
  text-align: center;
  border-top: 1px solid #4a4949;
  border-bottom: 1px solid #4a4949;
  margin-bottom: 0;
}
.footer-second-menu-container a {
  margin-right: 20px;
  margin: auto 10px;
  line-height: 30px;
}
.footer-second-menu-container a img{
	vertical-align:bottom;
	margin-right: -15px;
	}
.footer-second-menu-container ul li {
    float:center;
}
.footer-second-menu-container ul li {
    display:inline;
}

.footer-container {
}

.footer-container {
text-align: center;
}
.footer-container img {
  width: 160px;
}

footer .icon-copyright {
  font-size: 1.475em;
  margin-top: 34px;
}

footer #footer-copyright{
    color: rgba(255,255,255,0.8);
}

.page-footer a,.menu-fixed-wrapper a,.mobile-menu-item a{text-decoration: none}

.navbar-fixed.mobile-top-fixed {
  height: 65px;
  z-index: 11;
}

.mobile-top {
  background: #000;
  width: 100%;
  height: 65px;
}
nav.show-on-medium-and-down {

}
.mobile-top .logo-big {
  width: 150px;
  margin: 12px 10px 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mobile-top .logo-small {
  width: 42px;
  margin: 12px 10px 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mobile-top-title {
  color: #fff;
  text-align: center;
  /*--font-size: 18px;--*/
  line-height: 65px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mobile-top-title a{ color: #fff; text-decoration: none;}
.mobile-top-title a:visited{ color: #fff;}
.mobile-top-title a:hover{ color: #fff;}
.mobile-top-title a:active{ color: #fff;}
.on-move .logo-big {
  opacity: 0;
}

.mobile-top.on-move .logo-small, .on-move .mobile-top-title {
  display: block;
  opacity: 1;
}

.mobile-logo-yellow-container {
  position: absolute;
  display: block;
  margin-left: 15px;
  margin-top: 8px;
  height: 27px;
}

.mobile-menu-title-container {
  /*--font-size: 16px ;--*/
  padding: 10px 0 ;
  margin: auto;
  border-top: 1px solid #4a4949 ;
  color: rgba(255,255,255,1);
}
.mobile-menu-title-container a{ color: #fff; text-decoration: none;}
.mobile-menu-title-container a:visited{ color: #fff;}
.mobile-menu-title-container a:hover{ color: #fff;}
.mobile-menu-title-container a:active{ color: #fff;}

nav .button-collapse {
  position: absolute;
  z-index: 11;
  right: 0px;
  top: 17px;
  height: 30px;
}

.mobile-menu-button {
  z-index: 1000;
  position: fixed;
  width: 100%;
  display: none;
}
.hamburger {
  width: 30px;
  height: 23px;
  right: 20px;
  position: absolute;
  top: 20px;
}
.hamburger:hover>span:nth-child(1) {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.hamburger>span:nth-child(2) {
    width: 100%;
    top: 10px;
}
.hamburger>span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.hamburger:hover>span:nth-child(3) {
-webkit-transform: translate3d(0, 2px, 0);
transform: translate3d(0, 2px, 0);
}
.hamburger>span:nth-child(3) {
    width: 100%;
    top: 24px;
}
.hamburger>span {
  height: 3px;
}
.hamburger>span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: background-color 0.25s ease-out,width 0.25s ease-out,-webkit-transform 0.25s ease-out;
    transition: background-color 0.25s ease-out,width 0.25s ease-out,-webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out,background-color 0.25s ease-out,width 0.25s ease-out;
    transition: transform 0.25s ease-out,background-color 0.25s ease-out,width 0.25s ease-out,-webkit-transform 0.25s ease-out;
}

.hamburger > span:before {
  display: none
}

.hamburger:hover > span:nth-child(1) {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0)
}

.hamburger:hover > span:nth-child(3) {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0)
}

.hamburger.is-active > span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate3d(-6px, 7px, 0);
    transform: rotate(-45deg) translate3d(-9px, 9px, 0)
}
.hamburger.is-active>span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.hamburger.is-active > span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate3d(-7px, -8px, 0);
    transform: rotate(45deg) translate3d(-8px, -8px, 0)
}

.mobile-menu-container {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed ;
  z-index: 12;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobile-menu-back {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -40%;
  content: "";
  width: 100%;
  height: 180%;
  background: #333;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.75s 0.25s ease-out;
  transition: opacity 0.75s 0.25s ease-out;
}
.mobile-menu-wrapper {
  overflow: auto;
  width: 100%;
  top: 65px;
  position: absolute;
  z-index: 3;
}
.mobile-menu {
  display: inline-block ;
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 1.475em;
  font-weight: lighter;
}

.mobile-menu .collapsible {
  border: none;
  margin:1px 0; /*--------嚙賣��哨蕭璇ｇ蕭����躰��剝鰵�賂蕭�躰釭�堒�嚙�---------*/
  box-shadow: none;
}

.mobile-menu .collapsible-header {
  background-color: transparent;
  background-color: initial;
  border-bottom: none;
  border-bottom: initial;
}

.mobile-menu .collapsible-body {
  border-left:15px solid #333; 
  border-right:15px solid #333;
  background-color: #4D4D4D; 
}

.is-active .mobile-menu-back {
  opacity: 1;
  animation: animFadeOut .3s ease-in-out;
}
.mobile-menu-item:nth-child(1) {
  animation: anim .0125s ease-in-out;
}
.mobile-menu-item:nth-child(2) {
  animation: anim 0.15s ease-in-out;
}
.mobile-menu-item:nth-child(3) {
  animation: anim 0.225s ease-in-out;
}
.mobile-menu-item:nth-child(4) {
  animation: anim 0.275s ease-in-out;
}
.mobile-menu-item:nth-child(5) {
  animation: anim 0.325s ease-in-out;
}
.mobile-menu-item:nth-child(6) {
  animation: anim 0.375s ease-in-out;
}

.mobile-menu-link {
  display: block;
  color: #fff;
  opacity: 1;
  padding: 12px 0;
  text-align: center;
}
.mobile-menu a{ color: #fff;}
.mobile-menu a:visited{ color: #fff;}
.mobile-menu a:hover{ color: #82d200;}
.mobile-menu a:active{ color: #fff;}

.mobile-menu a span{ color: #fff;}

.mobile-menu .active .mobile-menu-link {
  opacity: 1;
}

.mobile-menu .collapsible-body .mobile-menu-link {
  font-size: 0.9em;
}

.mobile-menu-icon-container {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.mobile-menu-icon {
  padding: 0!important;
  display: table;
}
.mobile-menu-icon a{ color: #fff; text-decoration: none;}
.mobile-menu-icon a:visited{ color: #fff;}
.mobile-menu-icon a:hover{ color: #82d200;}
.mobile-menu-icon a:active{ color: #fff;}

.mobile-menu-icon:nth-child(odd) {
  background: #000;
}
.mobile-menu-icon:nth-child(even) {
  background: #232323;
}
.mobile-menu-icon-wapper {
  display: table-cell;
  vertical-align: middle;
}
.mobile-menu-container .icon-font {
  font-size: 2em;
}

.scroll-to-top-container {
  width: 25px;
  height: 55px;
  margin: 10px auto;
}

.scroll-to-top-button {
  background: url(../../images/scroll_to_top.png);
  background-repeat: no-repeat;
  background-size: 25px 25px, cover;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  width: inherit;
  height: 25px;
  display: none;
  border-radius: 12px;
  /*------box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0,0,0,0.15);-------*/
}


.mobile-menu-title {
  background: #000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 800px) {
#wrap, #crumb, #notice {
  width: auto;
}
.footer-second-menu-container a img {
	margin-right:0;}
.footer-second-menu-container ul li:last-child{
	display:block;margin:10px auto 0;width:100%;clear:both
	}
.footer-second-menu-container ul li a{
	margin:auto 5px;}
}
@media only screen and (min-width: 602px) and (max-width: 768px) {
.mobile-menu-title {
  width:100%;
}
#wrap, #crumb, #notice {
  width: auto;
}
article{padding:10px;}
}
@media only screen and (min-width: 601px) {
  .container {
    width: 90%;
    max-width: none;
    max-width: initial;
  }
}
@media only screen and (min-width: 993px) {
  .container, .header-top-menu {
    width: 1000px;
  }
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 0;
    position: static;
    position: initial;
    display: inline;
    display: initial;
  }
}

@media only screen and (max-width: 601px) {
  .footer-icon {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    width: auto!important;
    width: initial!important;
    height: auto!important;
    height: initial!important;
    background: none!important;
    background: initial!important;
  }

  footer .footer-icon-container {
    margin-bottom: 0;
  }

  footer .icon-font {
    font-size: 1.725em;
    margin-bottom: 10px;
    margin-top: 0px;
    float: left;
    margin-right: 15px;
  }
  footer .icon-font span {
    line-height: 24px;
	  box-shadow: 
  }
}
