body {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #000000;
  color: #FFFFFF;
}

a {
  text-decoration: none;
  color: #F37021;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1em;
}

video {
  max-width: 100%;
}

.wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  background: #000000;
}

.content {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.mfp-gallery .mfp-close {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 15px;
  left: 15px;
  width: auto;
  background-color: #F37021;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 15px;
  opacity: 1;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  border: 2px solid #F37021;
}

img.mfp-img {
  padding: 20px 0 80px;
}

.mfp-figure:after {
  background: transparent;
  box-shadow: none;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  backdrop-filter: blur(20px);
}

.white-popup {
  max-width: 90%;
  border-radius: 5px;
  background: transparent;
  text-align: center;
}
.white-popup video {
  max-height: calc(100vh - 120px);
}

.mfp-inline {
  position: relative;
}
.mfp-inline::after {
  content: "";
  display: block;
  background: url(../img/play.svg) center/100% no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  z-index: 1;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  width: 100%;
}

.logo {
  width: 120px;
  max-width: 45%;
  display: inline-block;
}

.i-back {
  color: #ffffff;
}

.btn-back {
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.btn-back .icon {
  width: 0.4em;
  font-size: 1.3em;
  margin-right: 8px;
}

.search-bar {
  border-radius: 20px;
  border: 2px solid #F37021;
  background-color: #111111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.search-bar input {
  font-size: 14px;
  outline: none;
  color: #F37021;
  background: transparent;
  margin-left: 1.2em;
  width: calc(100% - 48px);
}

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

.btn-search {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #F37021;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 3px solid #F37021;
  font-size: 16px;
}
.btn-search .icon {
  width: 1em;
}

.btn-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 8px 4px;
  text-decoration: none;
  color: #F37021;
  min-height: 60px;
}
.btn-menu .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.btn-menu .text {
  font-size: 12px;
  text-align: center;
  color: #F37021;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60px;
  line-height: 1.2;
  font-weight: 500;
}

.menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #F3F3F3;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.menu > li {
  flex: 1;
  display: flex;
  justify-content: center;
  color: #F37021;
}
.menu > li a, .menu > li a:hover, .menu > li a:active {
  color: #F37021;
}
.menu > li.menu-active {
  color: #F37021;
  background-color: transparent;
}

.footer-info {
  text-align: center;
  padding: 1em 0;
  font-size: 14px;
  color: #000000;
}

.bottom-space {
  height: 80px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: center;
}

.t-xs {
  font-size: 12px;
}

.t-sm {
  font-size: 14px;
}

.t-md {
  font-size: 16px;
}

.t-lg {
  font-size: 18px;
}

.t-primary {
  color: #F37021;
}

.icon {
  display: inline-block;
}

.icon svg {
  width: 100%;
}

.banner {
  width: 100%;
  margin-bottom: 20px;
}

.panel {
  background-color: #111111;
  border-radius: 15px;
  color: #FFFFFF;
  padding: 15px;
  line-height: 1.75;
}

.panel-b {
  border: 4px solid #F37021;
  background-color: #1a1a1a;
  color: #FFFFFF;
  position: relative;
  overflow: visible;
  margin: 30px 0;
  padding-top: 2em;
}
.panel-b .title {
  border: 4px solid #F37021;
  color: #000000;
  background-color: #F37021;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 0.75em;
  text-align: center;
  min-width: 120px;
  line-height: 1.75;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

.track {
  margin-left: -15px;
  margin-right: -15px;
  border-left: 0;
  border-right: 0;
  padding: 4px 0;
}
.track .title {
  left: 15px;
  z-index: 2;
  transform: translate(0, -50%);
}

.scroll-wrap {
  width: calc(100% + 15px);
  overflow-y: scroll;
  display: flex;
}
.scroll-wrap::-webkit-scrollbar {
  height: 0;
}
.scroll-wrap .img-container {
  min-width: 80px;
  border: 4px solid #F37021;
  border-radius: 5px;
  margin: 2px;
}
.scroll-wrap .img-container::before {
  padding-bottom: 100%;
}

.image-item {
  background-color: #F3F3F3;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.image-item .img-container {
  border: 4px solid #ffffff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.img-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 4px solid #F37021;
}
.img-container:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.caption {
  color: #000000;
  padding: 0.5em 1em;
  line-height: 1.5;
  font-weight: 500;
}

.text-item {
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
  border: 3px solid #ffffff;
  color: #000000;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.text-item .title {
  font-weight: 500;
  line-height: 1.5;
  padding: 0.25em 1em;
  flex: 1;
}

.btn-go {
  background-color: #F37021;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  font-size: 16px;
}
.btn-go .icon {
  width: 1em;
}

.filter {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.filter select {
  padding: 0.5em 1.5em 0.5em 0.5em;
  margin-left: 5px;
  color: #ffffff;
  min-width: 90px;
  appearance: none;
  border: 2px solid #ffffff;
  border-radius: 15px;
  background: url(../img/down.svg) right 5px center/10px no-repeat, #F37021;
}
.filter select option {
  color: initial;
}

.switch {
  background-color: #F3F3F3;
  border: 2px solid #ffffff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.switch input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.switch input[type=checkbox] + .option span:nth-child(1) {
  color: #ffffff;
}
.switch input[type=checkbox]:checked + .option::before {
  background-color: #A4B2F1;
  left: 48px;
}
.switch input[type=checkbox]:checked + .option span:nth-child(2) {
  color: #ffffff;
}
.switch input[type=checkbox]:checked + .option span:nth-child(1) {
  color: #585858;
}
.switch .option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.switch .option::before {
  content: "";
  background-color: #F37021;
  border-radius: 14px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 48px;
  transition: 0.2s ease-out all;
  z-index: -1;
  border: 2px solid #F37021;
}

.meme-item {
  margin-bottom: 20px;
  display: flex;
}

.meme-img {
  width: 50%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border: 4px solid #ffffff;
}
.meme-img:before {
  padding-bottom: 132%;
}

.meme-info {
  flex: 1;
  margin-left: -18px;
  margin-top: 10px;
  padding-left: 18px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 4px solid #ffffff;
  border-left: 0;
  background-color: #F3F3F3;
  color: #585858;
}
.meme-info b {
  color: #000000;
}
.meme-info .head {
  padding: 10px;
  background-color: #F37021;
  color: #FFFFFF;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-left: 4px solid #F37021;
}
.meme-info .head h3 {
  color: #FFFFFF;
}
.meme-info .body {
  padding: 10px;
  line-height: 1.5em;
}

.col-2-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.col-2-wrap .item {
  max-width: 50%;
  flex-basis: 50%;
  padding: 0.25em 10px;
}

/* Extra small screens (480px and below) */
@media screen and (max-width: 480px) {
  .btn-menu .text {
    font-size: 9px;
    max-width: 80px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.0;
  }
  
  .btn-menu {
    padding: 3px 1px;
    min-height: 50px;
  }

  .meme-info .head .t-lg {
    font-size: 12.8px;
    word-break: break-word;
    line-height: 1.8;
  }
  .meme-info .body.t-lg {
    font-size: 15px;
  }
}

/* Small screens (481px to 767px) */
@media screen and (min-width: 481px) {
  .meme-info .head .t-lg {
    font-size: 20px;
    line-height: 1.8;
  }
}

/* Mobile (767px and below) */
@media screen and (max-width: 767px) {
  .btn-menu .icon {
    width: 36px;
    height: 36px;
  }

  .btn-menu .text {
    font-size: 11px;
    max-width: 70px;
    line-height: 1.1;
  }

  .btn-menu {
    padding: 4px 2px;
    min-height: 45px;
  }
  
  .bottom-space {
    height: 60px;
  }
}

/* Tablet and Desktop (768px and above) */
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 720px;
  }

  .content {
    padding: 0 30px;
  }

  .btn-back {
    font-size: 21.6px;
  }

  .search-bar input {
    font-size: 16.8px;
  }

  .btn-search {
    font-size: 18px;
  }

  .logo {
    width: 120px;
  }

  .bottom-space {
    height: 100px;
  }

  .btn-menu {
    font-size: 18px;
    min-height: 70px;
  }
  
  .btn-menu .icon {
    width: 56px;
    height: 56px;
  }
  
  .btn-menu .text {
    font-size: 14px;
    max-width: 70px;
  }

  .t-xs {
    font-size: 14.4px;
  }

  .t-sm {
    font-size: 16.8px;
  }

  .t-md {
    font-size: 19.2px;
  }

  .t-lg {
    font-size: 21.6px;
  }

  .panel {
    padding: 20px;
    border-radius: 20px;
  }

  .panel-b {
    padding-top: 2em;
  }

  .track {
    margin-left: -30px;
    margin-right: -30px;
    padding: 8px 0;
  }
  .track .title {
    left: 30px;
  }
  .track .scroll-wrap .img-container {
    min-width: 100px;
    margin: 4px;
  }
}

/* Large Desktop (1200px and above) */
@media screen and (min-width: 1200px) {
  .t-xl {
    font-size: 32px;
  }
}

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