/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

@font-face {
  font-family: "NotoSansTC-Regular";
  src: url(../font/NotoSansTC-Regular.otf); }
@font-face {
  font-family: "NotoSansTC-Medium";
  src: url(../font/NotoSansTC-Medium.otf); }
@font-face {
  font-family: "NotoSansTC-Bold";
  src: url(../font/NotoSansTC-Bold.otf); }
@font-face {
  font-family: "NotoSansTC-Thin";
  src: url(../font/NotoSansTC-Thin.otf); }
@font-face {
  font-family: "NotoSansTC-Black";
  src: url(../font/NotoSansTC-Black.otf); }
@font-face {
  font-family: "Interstate-Regular";
  src: url(../font/Interstate-Regular.ttf); }
.header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 640px;
  height: 72px;
  z-index: 1000;
  padding: 0 20px;
  background: #000;
  transition: .3s; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .header .logo {
    float: left; }
  .header .logout-btn {
    position: relative;
    float: right;
    width: 86px;
    height: 100%; }
    .header .logout-btn span {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 100%;
      height: 40px;
      line-height: 40px;
      border-radius: 30px;
      font-size: 24px;
      text-align: center;
      color: #000;
      background: rgba(255, 255, 255, 0.6); }
  .header .username {
    float: right;
    font-size: 24px;
    height: 100%;
    margin-right: 10px;
    line-height: 74px; }
    .header .username a {
      padding: 0 10px;
      color: #FFF; }

body.search-active:after {
  position: fixed;
  content: '';
  top: 72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  z-index: 300; }
body.search-active .search-box {
  height: 80px; }
  body.search-active .search-box .search-input {
    top: 0; }

.main-area {
  height: 88px; }
  .main-area .nav {
    float: left;
    margin-left: 23px; }
    .main-area .nav li {
      float: left; }
      .main-area .nav li a {
        height: 57px;
        line-height: 57px;
        padding: 0 23px;
        letter-spacing: 1px;
        font-size: 18px;
        color: #000;
        font-weight: 700;
        transition: .3s; }
        .main-area .nav li a:hover {
          color: #c60026; }
    .main-area .nav:before, .main-area .nav:after {
      content: " ";
      display: table; }
    .main-area .nav:after {
      clear: both; }
  .main-area:before, .main-area:after {
    content: " ";
    display: table; }
  .main-area:after {
    clear: both; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

input {
  border: none; }

body {
  background: #9e0c22 url("../images/common/page-bg.jpg") 50% 0 no-repeat fixed;
  font-family: "NotoSansTC-Regular"; }

.wrap {
  width: 640px;
  margin: 0 auto;
  padding-bottom: 50px; }

.container {
  position: relative;
  padding-top: 72px; }

.search {
  width: 548px;
  margin: 30px auto 40px;
  font-size: 0; }
  .search input {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    height: 60px;
    font-size: 28px;
    padding-left: 15px;
    border: none; }
  .search .search-btn {
    display: inline-block;
    vertical-align: top;
    width: 68px;
    height: 60px;
    background: #000 url("../images/common/icon-search.png") 50% 50% no-repeat; }

.page-title {
  position: relative; }
  .page-title .page-title-text {
    width: 100%;
    height: 102px;
    font-size: 40px;
    text-align: center;
    line-height: 102px;
    color: #FFF;
    font-family: "NotoSansTC-Medium"; }
  .page-title .back-btn {
    position: absolute;
    left: 0;
    width: 96px;
    height: 100%; }
    .page-title .back-btn img {
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      margin: auto 0; }

.page-title-cont .text {
  font-size: 28px;
  color: #FFF;
  text-align: center;
  line-height: 42px; }

.notice {
  color: #FFF;
  font-size: 24px;
  text-align: center; }
  .notice a {
    position: relative;
    display: inline;
    color: #FFF; }
    .notice a:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #FFF; }
