@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');


body {
	/*padding-top: 50px;*/
	line-height: 1.5;
}
.default-footer {
  background: #383838;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
  pointer-events: none;

}
.default-footer p {
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
    font-size: 13px;
    line-height: 50px;
	color: #fff;
    margin: 0;
}
.default-footer p > span {
  display: none;
}
.default-top {
  width: 100%;
  height: 50px;
  position: relative;
  margin: 0 auto;
  z-index: 99;
  font-size: 26px;
  background-color: #383838;
  color: #fff;
  transition: transform 300ms linear;
}
.hideme {
  transform: translateY(-100%);
}
.showme {
  transform: translateY(0%);
}
.default-top-inner .sns-icon {
  padding: 5px;
  line-height: 1;
}

.default-top-inner {
  width: initial;
  height: 50px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  body {
	padding-top: 60px;
  }
  .default-footer p {
	font-size: 20px;
	line-height: 60px;
  }
  .default-footer p > span {
	display: inline;
  }
  .default-top {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 36px;
    background-color: #383838;
    color: #fff;
    transition: transform 300ms linear;
  }
  .default-top {
	/*height: 60px;
	font-size: 36px;*/
  }
  .default-top-inner {
	width: 1200px;
	height: 60px;
  }
}

@font-face {
  font-family: 'vg';
  src:  url('../font/vg.eot?3tu7kx');
  src:  url('../font/vg.eot?3tu7kx#iefix') format('embedded-opentype'),
	url('../font/vg.ttf?3tu7kx') format('truetype'),
	url('../font/vg.woff?3tu7kx') format('woff'),
	url('../font/vg.svg?3tu7kx#vg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.vg {
  font-family: 'vg' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vg-vivatv-logo {
  padding: 0 10px;
  cursor: pointer;
}
.vg-facebook-logo,
.vg-line-logo {
  padding: 0 5px;
  cursor: pointer;
}
.vg-vivatv-logo:hover .path2:before,
.vg-facebook-logo:hover:before {
  color: #00a0e8;
}
.vg-line-logo:hover:before {
  color: #00b900;
}
.vg-vivatv-logo:hover .path3:before,
.vg-vivatv-logo:hover .path4:before {

  color: #7dcdf3;
}
.vg-vivatv-logo .path1,
.vg-vivatv-logo .path2,
.vg-vivatv-logo .path3,
.vg-vivatv-logo .path4 {
  padding-left: 0;
  padding-right: 0;
}

.vg-vivatv-logo .path1:before {
  content: "\e902";
  color: rgb(203, 0, 60);
}
.vg-vivatv-logo .path2:before {
  content: "\e903";
  margin-left: -2.2275390625em;
  color: rgb(255, 255, 255);
}
.vg-vivatv-logo .path3:before {
  content: "\e904";
  margin-left: -2.2275390625em;
  color: rgb(255, 255, 255);
}
.vg-vivatv-logo .path4:before {
  content: "\e905";
  margin-left: -2.2275390625em;
  color: rgb(255, 255, 255);
}
.vg-vivatv-logo .path2:before,
.vg-vivatv-logo .path3:before,
.vg-vivatv-logo .path4:before {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}
.vg-facebook-logo:before,
.vg-line-logo:before {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}
.vg-facebook-logo:before {
  content: "\e900";
  display: inline-block;
}
.vg-line-logo:before {
  content: "\e901";
  display: inline-block;
}