@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/**, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

#nctFooter, .bottom-footer{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nctFooter {
  position: relative;
  display: block;
  height: 60px !important;
  padding: 15px 0 !important;
  font-family: "Noto sans TC", AppleGothic, sans-serif !important;
}
@media (min-width: 600px) {
  #nctFooter {
    display: block;
    height: 140px !important;
    padding: 30px 0 !important;
  }
}
#nctFooter .ncFooterMini {
  font-size: 11px;
}
#nctFooter .ncFooter {
  min-width: 768px !important;
}

.bottom-footer {
  position: relative;
  border-top: 1px solid #ebebeb;
  background: #fff;
  line-height: 1.5 !important;
  font-size: 15px !important;
  color: #333;
  font-family: "Noto sans TC", sans-serif;
}
.bottom-footer .bottom-footer__inner {
  padding: 15px 0 17px;
}
.bottom-footer .bottom-footer__inner:before, .bottom-footer .bottom-footer__inner:after {
  content: " ";
  display: table;
}
.bottom-footer .bottom-footer__inner:after {
  clear: both;
}
.bottom-footer .bottom-footer__inner .bottom-footer__maintain {
  margin-bottom: 15px;
  padding: 0;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 600px) {
  .bottom-footer .bottom-footer__inner .bottom-footer__maintain {
    float: left;
    text-align: left;
    margin-bottom: 0;
    padding: 11px 0;
  }
}
.bottom-footer .bottom-footer__inner .bottom-footer__rating {
  display: block;
  height: 45px;
  padding: 1px 50px 0 0;
  margin: 0 auto;
  font-size: 11px;
  color: #888;
  background: url("//image.tw.ncsoft.com/aion/layout/icon.png") right -50px no-repeat;
  line-height: 1.3;
  text-align: right;
}
@media (min-width: 370px) {
  .bottom-footer .bottom-footer__inner .bottom-footer__rating {
    width: 338px;
    font-size: 12px;
  }
}
@media (min-width: 600px) {
  .bottom-footer .bottom-footer__inner .bottom-footer__rating {
    float: right;
    margin: 0;
  }
}