@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;700&display=swap");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif, "微軟正黑體", "微軟正黑體", "新細明體", "細明體";
  font-size: 16px;
  line-height: 25px;
  color: #333;
  letter-spacing: 2px;
  box-sizing: border-box;
  background: #fff;
  background-size: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.btn_style {
  transform-origin: center;
  transition: all 0.25s ease-in-out;
  transform: scale(1);
}
.btn_style:hover {
  transform: scale(0.95);
}

.btn_red {
  background: none;
  text-align: center;
  color: #222;
  border: 1px solid #222;
  border-radius: 0;
}
.btn_red:hover {
  color: #fff;
  background: #e71a21;
  border: 0;
}

.btn_red_w {
  background: none;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
.btn_red_w:hover {
  color: #fff;
  background: #e71a21;
  border: 0;
}

.btn_red_b {
  background: none;
  text-align: center;
  color: #222;
  border: 1px solid #222;
  border-radius: 0;
}
.btn_red_b:hover {
  color: #fff;
  background: #e71a21;
  border: 0;
}

main {
  padding: 5%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  main {
    padding: 5% auto;
  }
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif, "微軟正黑體", "微軟正黑體", "新細明體", "細明體";
  font-size: 16px;
  line-height: 25px;
  color: #333;
  letter-spacing: 2px;
  box-sizing: border-box;
  background: #fff;
  background-size: 100%;
}

.logo {
  max-width: 200px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .logo {
    max-width: 150px;
  }
}

.btn_music4fun {
  width: auto;
  margin-right: 2%;
}
.btn_music4fun a {
  text-decoration: none;
}
.btn_music4fun a span {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333;
  position: relative;
  border: 1px solid #ddd;
  padding: 0.1rem 1rem 0 2rem;
  border-radius: 500px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .btn_music4fun a span {
    font-size: 1.15rem;
    letter-spacing: 0;
    padding: 0.25rem 1rem 0.25rem 2rem;
  }
}
.btn_music4fun a span::before {
  display: block;
  content: "▲";
  font-size: 1.15rem;
  line-height: 1.5;
  color: #e71a21;
  position: absolute;
  left: 0.75rem;
  top: 0.1rem;
  z-index: 2;
  transform: rotate(90deg) scaleY(0.75);
}
@media (max-width: 768px) {
  .btn_music4fun a span::before {
    top: 0.25rem;
  }
}
.btn_music4fun a:hover span {
  background: #ddd;
}

.vg-nav-wrapper span.toggle {
  transform: none;
  display: none;
}

.vg-nav-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 1% auto;
  width: 98%;
}

.vg-nav > ul > li {
  border-left: 1px solid #888;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5%;
  padding: 5px;
  text-align: center;
}
.vg-nav > ul > li:nth-last-child(1) {
  border-right: 1px solid #888;
}

.vg-nav > ul > li > a {
  font-size: 1.125rem;
  background: none;
  letter-spacing: 2px;
  /*&:hover{
    color:$color-red;
  }*/
}

ul.left > li > a > span.toggle {
  display: inline-block;
  color: #e71a21;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}

.vg-sidebar-close {
  position: relative;
  font-size: 56px;
  font-weight: 300;
  top: 5px;
  right: 0px;
  color: #333;
  cursor: pointer;
}

.vg-nav-hamburger {
  opacity: 1;
  transition: all 0.3s ease;
  justify-content: flex-end;
}

.vg-nav-hamburger.show {
  opacity: 0;
}

.vg-sidebar-body > .vg-nav-wrapper {
  flex-flow: column wrap;
}

.vg-nav ul li:hover {
  background: #e71a21;
  color: #fff;
}

.vg-nav ul li:hover a {
  color: #fff;
}

.vg-nav .dropdown ul li:hover {
  background: #fff;
}

.vg-nav .dropdown ul li a {
  font-size: 1em;
  padding: 10px;
  letter-spacing: 0px;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}

.vg-nav-wrapper.vg-nav-cloned > li {
  padding: 10px 0;
  color: #222;
}
.vg-nav-wrapper.vg-nav-cloned > li a {
  color: #222;
  text-decoration: none;
}

.vg-nav-wrapper.vg-nav-cloned > li > a {
  font-size: 1.125rem;
}

header {
  background: #fff;
  background-size: 100%;
  height: 110px;
}

section {
  margin: 5% auto;
}

footer {
  background: #514b4a;
}
footer .footer_list .footer_item {
  border-left: 1px solid #666;
  box-sizing: border-box;
}
footer .footer_list .footer_item:nth-last-child(1) {
  border-right: 1px solid #666;
}
@media (max-width: 767px) {
  footer .footer_list .footer_item {
    border: none;
    border-bottom: 1px solid #666;
  }
  footer .footer_list .footer_item:nth-last-child(1) {
    border: none;
  }
}
footer .footer_list .footer_item h4 {
  font-size: 1.25rem;
  color: #c7c8c9;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
footer .footer_list .footer_item ul {
  list-style-type: none;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
footer .footer_list .footer_item ul li {
  font-size: 1rem;
  text-align: center;
  margin: 1% 0;
}
footer .footer_list .footer_item ul li a {
  color: #c7c8c9;
  opacity: 0.5;
}
footer .footer_list .footer_item ul li a:hover {
  color: #c7c8c9;
  opacity: 1;
  text-decoration: none;
}
footer .copyright_box {
  font-size: 0.81rem;
}
footer .copyright_box span {
  font-size: 0.81rem;
  text-align: center;
  color: #c7c8c9;
  opacity: 0.5;
}/*# sourceMappingURL=layout.css.map */