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

/*-------------------------
​
        sponsor
​
-------------------------*/
.money {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  background-color: #fafeef;
}
.money .inner2 {
  padding: 80px 0 30px;
}
@media screen and (max-width: 750px) {
  .money .inner2 {
    width: 100%;
    padding: 10%;
  }
}
.money .inner2 .money-box {
  width: 904px;
  min-height: 150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .money .inner2 .money-box {
    width: 100%;
    min-height: 300px;
  }
}
.money .inner2 .money-box a {
  position: relative;
  border: solid 0.5px rgba(60, 60, 60, 0.1);
  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.5625 * var(--remBasicSize));
  display: block;
  color: #221714;
  font-size: 0.87em;
  letter-spacing: 0.1em;
  padding: 0 calc(0.3125 * var(--remBasicSize));
  background-color: #fafeef;
}
@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: "公益單位";
}/*# sourceMappingURL=money.css.map */