@charset "UTF-8";
@import url("../../../../../Common/Css/normalize.css");
@import url("../../../../../Common/Css/all.css");
img {
  display: block;
}

/*====================主要架構====================*/
html {
  font-size: 24px;
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Hiragino Sans GB", "Source Han Sans CN", Fira Sans, "Droid Sans", "Helvetica Neue", arial, sans-serif;
  color: #FFFFFF;
}

@media all and (max-width: 525px) {
  html {
    font-size: 20px;
  }
}

@media all and (max-width: 460px) {
  html {
    font-size: 18.04511px;
  }
}

@media all and (max-width: 360px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #300e45;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  height: 100%;
  background: transparent url("../images/wrap_bg.jpg") center top no-repeat;
  background-size: 1921px;
}

@media all and (max-width: 990px) {
  #wrapper {
    background-size: 194%;
  }
}

@media all and (max-width: 720px) {
  #wrapper {
    background: transparent url("../images/app_wrap_bg.jpg") center top no-repeat;
    background-size: 100%;
  }
}

#container {
  width: 990px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 990px) {
  #container {
    overflow: hidden;
    width: 100%;
  }
}

#content {
  height: auto;
  padding: 82% 2.5% 4%;
}

@media all and (max-width: 720px) {
  #content {
    padding: 126% 2% 4%;
  }
}

#footer {
  width: 100%;
  height: 75px;
  background: #000 url("../../../../Global/foot.jpg") center top no-repeat;
  background-size: auto;
  position: absolute;
}

@media all and (max-width: 720px) {
  #footer {
    background: #000 url("../../../../Global/foot2.jpg") center top no-repeat;
    background-size: auto;
  }
}

@media all and (max-width: 525px) {
  #footer {
    background-size: 100%;
  }
}

@media all and (max-width: 460px) {
  #footer {
    height: 55px;
  }
}

@media all and (max-width: 360px) {
  #footer {
    height: 45px;
  }
}

/*====================LOGO、FB、浮動ICON====================*/
#logo {
  margin: 10px 0 0 5px;
  z-index: 90;
  width: 110px;
  height: 85px;
  background: transparent url("../../../../Global/logo.png") center top no-repeat;
  background-size: 100%;
  float: left;
}

@media all and (max-width: 500px) {
  #logo {
    width: 80px;
    height: 60px;
  }
}

@media all and (max-width: 400px) {
  #logo {
    width: 60px;
    height: 47px;
  }
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.mark {
  margin: 20px 0 0 0;
  width: 38px;
  height: 40px;
  background: transparent url("../../../../Global/logo_mark.png") center top no-repeat;
  background-size: 100%;
  float: left;
}

@media all and (max-width: 500px) {
  .mark {
    width: 35px;
    height: 40px;
    margin: 15px 0 0 0;
  }
}

@media all and (max-width: 400px) {
  .mark {
    width: 30px;
    height: 32px;
    margin: 10px 0 0 0;
  }
}

#fb {
  margin: 0 5px 0 0;
  width: 222px;
  height: 56px;
  display: block;
  background: transparent url("../../../../Global/fb_btn.png") center top no-repeat;
  background-size: 100%;
  float: right;
}

@media all and (max-width: 720px) {
  #fb {
    width: 180px;
    height: 40px;
  }
}

@media all and (max-width: 500px) {
  #fb {
    width: 160px;
    height: 36px;
    margin: 0;
  }
}

@media all and (max-width: 400px) {
  #fb {
    width: 135px;
    height: 32px;
  }
}

/*====================MENU====================*/
.menu {
  margin: 0 10% 8%;
  overflow: hidden;
}

@media all and (max-width: 720px) {
  .menu {
    margin: 0 0 8%;
  }
}

.menu a {
  margin: 0 1%;
  width: 48%;
  float: left;
}

.menu a > img {
  width: 100%;
}

/*====================內容====================*/
.item {
  width: 100%;
  height: auto;
  margin: 1% 0 2%;
  position: relative;
  display: inline-block;
}

.item .item-title {
  margin: 0;
  width: 100%;
  height: auto;
}

@media all and (max-width: 720px) {
  .item .item-title img {
    width: 35%;
  }
}

@media all and (max-width: 720px) {
  .item .item-title .title-type {
    width: 45%;
  }
}

.item .item-con {
  padding: 1% 3%;
}

@media all and (max-width: 990px) {
  .item .item-con {
    padding: 1% 2%;
  }
}

.item .item-con.item-pos {
  padding: 0 1%;
  width: 78%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
      justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 950px) {
  .item .item-con.item-pos {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    display: block;
  }
}

.buy-link {
  display: inline-block;
  position: relative;
  top: 2px;
}

.buy-link > img {
  height: 24px;
}

@media all and (max-width: 525px) {
  .buy-link > img {
    height: 20px;
  }
}

@media all and (max-width: 460px) {
  .buy-link > img {
    height: 18.04511px;
  }
}

@media all and (max-width: 360px) {
  .buy-link > img {
    height: 16px;
  }
}

/*====================獲獎名單====================*/
.award-title {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1% 0;
  margin: 2% auto 0;
  background: transparent url("../../../../Global/award_title.png") center top no-repeat;
  background-size: 100% 100%;
}

.award-title h3 {
  margin: 3% 0;
}

.award-list {
  padding: 1em 0 0.8em 0;
  overflow: hidden;
}

.award-list li {
  padding: 0.4em 0.3em;
  border-bottom: 1px solid #5d00ff;
  height: auto;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5em;
  display: block;
  word-break: break-all;
  overflow: hidden;
  float: left;
}

.award-list li.l-width1 {
  width: 100%;
}

.award-list li.l-width2 {
  width: 50%;
}

.award-list li.l-width3 {
  width: 33.33333%;
}

.award-list li.l-width4 {
  width: 25%;
}

.award-list li.l-width5 {
  width: 20%;
}

@media all and (max-width: 720px) {
  .award-list li.l-width5 {
    width: 25%;
  }
}

.award-text {
  text-align: center;
  padding-bottom: 5%;
}

.award-text > div {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */