@charset "UTF-8";
/*750rem*/
:root {
  --remBasicSize: 16px;
}

/*-------------------------
​
        sponsor
​
-------------------------*/
.money {
  position: relative;
  z-index: 10;
  margin-top: calc(-25 * var(--remBasicSize));
}
.money .inner2 {
  padding: 80px 0 30px;
}
@media screen and (max-width: 750px) {
  .money .inner2 {
    width: 100%;
    padding: 10%;
  }
}
.money .inner2 .money-box {
  width: 902px;
  min-height: 150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 750px) {
  .money .inner2 .money-box {
    width: 100%;
    min-height: 300px;
  }
}
.money .inner2 .money-box a {
  position: relative;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.money .inner2 .money-box a.no_hover {
  pointer-events: none;
}
.money .inner2 .money-box a.s-logo {
  width: 150px;
  height: 150px;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .money .inner2 .money-box a.s-logo {
    width: 33.3333%;
    height: calc(12.5 * var(--remBasicSize));
  }
}
.money .inner2 .money-box a.double-logo {
  width: 450px;
  height: 150px;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .money .inner2 .money-box a.double-logo {
    width: 100%;
    height: calc(12.5 * var(--remBasicSize));
    background-size: 100%;
  }
}

/* 主辦單位 協辦單位 贊助單位*/
.organiser,
.co_organiser,
.sponsor-t,
.sponsor-pw {
  position: relative;
  z-index: 5;
}

.organiser:before,
.co_organiser:before,
.sponsor-t:before,
.sponsor-pw:before {
  position: absolute;
  left: calc(0 * var(--remBasicSize));
  top: calc(-0.3125 * var(--remBasicSize));
  display: block;
  color: #fff;
  font-size: 0.87em;
  letter-spacing: 0.1em;
  padding: 0 calc(0.3125 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  .organiser:before,
  .co_organiser:before,
  .sponsor-t:before,
  .sponsor-pw:before {
    font-size: 0.8em;
    padding: 0;
  }
}

.organiser:before {
  content: "主辦單位";
}

.co_organiser:before {
  content: "協辦單位";
}

.sponsor-t:before {
  content: "合作夥伴";
}

.sponsor-pw:before {
  content: "公益單位";
}

/*-------------------------
​
          footer
​
-------------------------*/
footer {
  position: relative;
  bottom: 0px;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: calc(3.125 * var(--remBasicSize));
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer {
    width: 100%;
    height: calc(18.75 * var(--remBasicSize));
  }
}
footer .logo.icon-cosmo-logo,
footer .logo.icon-bazaar-logo {
  color: #fff;
  margin-right: 16px;
  font-size: calc(2 * var(--remBasicSize));
}
@media screen and (max-width: 750px) {
  footer .logo.icon-cosmo-logo,
  footer .logo.icon-bazaar-logo {
    width: 100%;
    margin-right: 0;
    font-size: calc(3.75 * var(--remBasicSize));
    line-height: 100px;
  }
}
footer .copyright {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    display: none;
  }
}/*# sourceMappingURL=money.css.map */