html {
  font-size: 16px;
  color: #fff;
}

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

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans TC", Arial, "Arial Black";
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 1px;
  box-sizing: border-box;
}

/* CSS Document */
/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.t-mode-rwd .l-content-main {
  padding: 0 !important;
}

.t-mode-rwd .l-header {
  z-index: -100;
}

.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}

.article-inner {
  max-width: 1000px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 50px;
}

.article-inner > *:first-child {
  margin-top: 0;
}

.article-inner > *:last-child {
  margin-bottom: 0;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type=full] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type=full] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  .t-mode-rwd[data-type=simple] .l-content {
    margin-top: -110px;
  }
  .article-inner[data-type=thin] {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=zh-tw] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type=full] {
    margin: 0;
  }
  .l-content-related[data-type=lp] {
    margin: 0;
  }
  .t-mode-rwd[data-type=simple] .l-wrapper {
    padding-top: 0;
  }
  .article-inner {
    padding: 50px 10px;
  }
  .t-mode-rwd[data-type=simple] .l-footer {
    position: relative;
    z-index: 5;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/* Section Color */
section {
  background-color: transparent;
  color: #333;
  position: relative;
}

section * {
  font-family: "Noto Serif TC", serif;
  max-width: 1000px;
}

/* Main Visual */
.hdg-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

.hdg-main::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -10;
  background: #fff url("../images/collaboration/hdg-main_bg.jpg") center center no-repeat;
  background-size: cover;
}

.hdg-main-logo {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-color: #f6f6f6;
  opacity: 0.7;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  margin: 50px auto 0;
  position: relative;
}

.hdg-main-logo > img {
  width: 120px;
  margin: auto;
  position: absolute;
  top: 60px;
  left: 40px;
}

.hdg-main_lead {
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 1.1rem;
  letter-spacing: 0.12rem;
  font-weight: 300;
  margin-top: 50px;
  line-height: 2;
}

.main-img {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 1000px;
}

.main-img > img {
  width: 100%;
}

section.black {
  background-color: #1e1e1e;
}

.black .article-inner {
  padding: 30px;
  color: #ccc;
  display: flex;
  flex-direction: column;
}

.collabo-img {
  margin: 0;
  text-align: center;
}

.collabo-img > img {
  margin: 0 auto;
  width: 60%;
}

.name-box {
  margin-top: 20px;
}

.name-box .name-sub {
  font-size: 1.4rem;
  color: #ccc;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.14rem;
}

.name-box .name {
  margin-top: 10px;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: #f2f2f2;
}

section.white {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px 10px;
  color: #333;
}

.white > p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .white > p {
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
}

.white > ul {
  margin: 30px auto 0;
}

.thum-img_01 {
  text-align: center;
  margin-top: 0;
}

.thum-img_02 {
  text-align: center;
  margin-top: 50px;
}

.thum-img_01 > img {
  max-width: 250px;
}

.thum-img_02 > img {
  max-width: 200px;
}

.label {
  margin-top: 25px;
  text-align: center;
}

.label span {
  background-color: #1e1e1e;
  padding: 6px 10px 4px;
  color: #f2f2f2;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  font-weight: 300;
  font-family: "Noto Sans TC";
}
@media (max-width: 767px) {
  .label span {
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
}

.concept-txt {
  margin-top: 25px;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .concept-txt {
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
}

.m-btn {
  font-family: "Noto Sans TC";
}

/* Match the STARFRIDAY index-page logo sizing. */
.l-header .m-header-logo a {
  width: 230px !important;
  height: auto !important;
  overflow: visible;
}

.l-header .m-header-logo a img {
  width: 230px !important;
  height: auto !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-header .m-header-logo a,
  .l-header .m-header-logo a img {
    width: 15vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header .m-header-logo a,
  .l-header .m-header-logo a img {
    width: 35vw !important;
  }
}
/* Match the STARFRIDAY index-page footer. */
footer {
  background-color: #000;
  padding: 2% 0;
}

.footer-info {
  margin: 0 auto;
  color: #fff;
  font-size: 0.8rem;
  line-height: 2;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-info {
    font-size: 0.5rem;
  }
}
/* Keep the simplified footer visible inside the original mobile layout. */
footer.l-footer {
  display: block !important;
  min-height: 0;
  padding: 2% 0;
  background: #000;
}

footer.l-footer .footer-info {
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

@media (max-width: 767px) {
  footer.l-footer {
    position: relative;
    z-index: 5;
    min-height: 0;
    padding: 4% 0;
  }
}/*# sourceMappingURL=collaboration.css.map */