@charset "UTF-8";
/* line 5, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../src/sass/config/_state.sass */
.opacity-show {
  opacity: 1 !important;
}

/* line 9, ../src/sass/config/_state.sass */
.show {
  display: block !important;
}

/* line 8, ../src/sass/config/_variable.sass */
.color-gray {
  color: #999999;
}

/* line 10, ../src/sass/config/_variable.sass */
.brand-gray {
  background: #999999;
}

/* line 12, ../src/sass/config/_variable.sass */
.hr-gray {
  background: #999999;
}

/* line 1, ../src/sass/helper/_base.sass */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 3, ../src/sass/helper/_base.sass */
caption {
  display: none;
}

/* line 5, ../src/sass/helper/_base.sass */
*:focus {
  outline: transparent;
}

/* line 9, ../src/sass/helper/_base.sass */
a {
  color: #000;
  text-decoration: none;
}
/* line 12, ../src/sass/helper/_base.sass */
a:focus {
  outline: 2px dotted #4280EC;
}
/* line 14, ../src/sass/helper/_base.sass */
a:focus img {
  outline: 2px dotted #4280EC;
}

/* line 17, ../src/sass/helper/_base.sass */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 21, ../src/sass/helper/_base.sass */
hr {
  border: 0;
  height: 1px;
}

/* line 24, ../src/sass/helper/_base.sass */
.bold {
  font-weight: bold !important;
}

/* line 26, ../src/sass/helper/_base.sass */
.pull-left {
  float: left;
}

/* line 28, ../src/sass/helper/_base.sass */
.pull-right {
  float: right;
}

/* line 32, ../src/sass/helper/_base.sass */
.clearfix {
  clear: both;
}

/* line 34, ../src/sass/helper/_base.sass */
.d-none {
  display: none;
}
@media (max-width: 569px) {
  /* line 34, ../src/sass/helper/_base.sass */
  .d-none {
    display: inline-block;
  }
}

@media (max-width: 569px) {
  /* line 38, ../src/sass/helper/_base.sass */
  .m-none {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 41, ../src/sass/helper/_base.sass */
  .p-none {
    display: none;
  }
}

/* line 44, ../src/sass/helper/_base.sass */
.p-show {
  display: none;
}
@media (max-width: 959px) {
  /* line 44, ../src/sass/helper/_base.sass */
  .p-show {
    display: block;
  }
}

@media (max-width: 569px) {
  /* line 48, ../src/sass/helper/_base.sass */
  .m-block {
    display: block;
  }
}

/* line 51, ../src/sass/helper/_base.sass */
.left {
  text-align: left;
}

/* line 54, ../src/sass/helper/_base.sass */
.center {
  text-align: center;
}
@media (max-width: 569px) {
  /* line 54, ../src/sass/helper/_base.sass */
  .center {
    text-align: left;
  }
}

/* line 58, ../src/sass/helper/_base.sass */
.right {
  text-align: right;
}
@media (max-width: 569px) {
  /* line 58, ../src/sass/helper/_base.sass */
  .right {
    text-align: left;
  }
}

/* line 62, ../src/sass/helper/_base.sass */
.top {
  vertical-align: top;
}

/* line 64, ../src/sass/helper/_base.sass */
.middle {
  vertical-align: middle;
}

/* line 66, ../src/sass/helper/_base.sass */
.img-fl {
  float: left;
}
@media (max-width: 569px) {
  /* line 66, ../src/sass/helper/_base.sass */
  .img-fl {
    float: none;
  }
}

/* line 70, ../src/sass/helper/_base.sass */
.img-fr {
  float: right;
}
@media (max-width: 569px) {
  /* line 70, ../src/sass/helper/_base.sass */
  .img-fr {
    float: none;
  }
}

/* line 74, ../src/sass/helper/_base.sass */
.leader {
  margin-top: 24px;
}

/* line 76, ../src/sass/helper/_base.sass */
.trailer {
  margin-bottom: 24px;
}

@media (max-width: 569px) {
  /* line 78, ../src/sass/helper/_base.sass */
  .m-center {
    text-align: center !important;
  }
}

/* line 81, ../src/sass/helper/_base.sass */
.slider-control, .bx-prev, .bx-next {
  display: none;
}

/* line 84, ../src/sass/helper/_base.sass */
.w5 {
  width: 5% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w5 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w10 {
  width: 10% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w10 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w15 {
  width: 15% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w15 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w20 {
  width: 20% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w20 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w25 {
  width: 25% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w25 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w30 {
  width: 30% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w30 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w35 {
  width: 35% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w35 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w40 {
  width: 40% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w40 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w45 {
  width: 45% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w45 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w50 {
  width: 50% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w50 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w55 {
  width: 55% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w55 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w60 {
  width: 60% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w60 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w65 {
  width: 65% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w65 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w70 {
  width: 70% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w70 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w75 {
  width: 75% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w75 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w80 {
  width: 80% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w80 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w85 {
  width: 85% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w85 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w90 {
  width: 90% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w90 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w95 {
  width: 95% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w95 {
    width: auto !important;
  }
}

/* line 84, ../src/sass/helper/_base.sass */
.w100 {
  width: 100% !important;
}
@media (max-width: 569px) {
  /* line 84, ../src/sass/helper/_base.sass */
  .w100 {
    width: auto !important;
  }
}

/* line 89, ../src/sass/helper/_base.sass */
.leader_1 {
  margin-top: 24px !important;
}

/* line 89, ../src/sass/helper/_base.sass */
.leader_2 {
  margin-top: 48px !important;
}

/* line 89, ../src/sass/helper/_base.sass */
.leader_3 {
  margin-top: 72px !important;
}

/* line 89, ../src/sass/helper/_base.sass */
.leader_4 {
  margin-top: 96px !important;
}

/* line 89, ../src/sass/helper/_base.sass */
.leader_5 {
  margin-top: 120px !important;
}

/* line 93, ../src/sass/helper/_base.sass */
.ml5 {
  margin-left: 5%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml5 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml10 {
  margin-left: 10%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml10 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml15 {
  margin-left: 15%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml15 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml20 {
  margin-left: 20%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml20 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml25 {
  margin-left: 25%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml25 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml30 {
  margin-left: 30%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml30 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml35 {
  margin-left: 35%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml35 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml40 {
  margin-left: 40%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml40 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml45 {
  margin-left: 45%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml45 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml50 {
  margin-left: 50%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml50 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml55 {
  margin-left: 55%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml55 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml60 {
  margin-left: 60%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml60 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml65 {
  margin-left: 65%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml65 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml70 {
  margin-left: 70%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml70 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml75 {
  margin-left: 75%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml75 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml80 {
  margin-left: 80%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml80 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml85 {
  margin-left: 85%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml85 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml90 {
  margin-left: 90%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml90 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml95 {
  margin-left: 95%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml95 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 93, ../src/sass/helper/_base.sass */
.ml100 {
  margin-left: 100%;
}
@media (max-width: 569px) {
  /* line 93, ../src/sass/helper/_base.sass */
  .ml100 {
    margin-left: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr5 {
  margin-right: 5%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr5 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr10 {
  margin-right: 10%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr10 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr15 {
  margin-right: 15%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr15 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr20 {
  margin-right: 20%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr20 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr25 {
  margin-right: 25%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr25 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr30 {
  margin-right: 30%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr30 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr35 {
  margin-right: 35%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr35 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr40 {
  margin-right: 40%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr40 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr45 {
  margin-right: 45%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr45 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr50 {
  margin-right: 50%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr50 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr55 {
  margin-right: 55%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr55 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr60 {
  margin-right: 60%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr60 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr65 {
  margin-right: 65%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr65 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr70 {
  margin-right: 70%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr70 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr75 {
  margin-right: 75%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr75 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr80 {
  margin-right: 80%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr80 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr85 {
  margin-right: 85%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr85 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr90 {
  margin-right: 90%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr90 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr95 {
  margin-right: 95%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr95 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 99, ../src/sass/helper/_base.sass */
.mr100 {
  margin-right: 100%;
}
@media (max-width: 569px) {
  /* line 99, ../src/sass/helper/_base.sass */
  .mr100 {
    margin-right: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl5 {
  padding-left: 5%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl5 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl10 {
  padding-left: 10%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl10 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl15 {
  padding-left: 15%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl15 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl20 {
  padding-left: 20%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl20 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl25 {
  padding-left: 25%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl25 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl30 {
  padding-left: 30%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl30 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl35 {
  padding-left: 35%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl35 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl40 {
  padding-left: 40%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl40 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl45 {
  padding-left: 45%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl45 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl50 {
  padding-left: 50%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl50 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl55 {
  padding-left: 55%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl55 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl60 {
  padding-left: 60%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl60 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl65 {
  padding-left: 65%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl65 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl70 {
  padding-left: 70%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl70 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl75 {
  padding-left: 75%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl75 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl80 {
  padding-left: 80%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl80 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl85 {
  padding-left: 85%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl85 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl90 {
  padding-left: 90%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl90 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl95 {
  padding-left: 95%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl95 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 105, ../src/sass/helper/_base.sass */
.pl100 {
  padding-left: 100%;
}
@media (max-width: 569px) {
  /* line 105, ../src/sass/helper/_base.sass */
  .pl100 {
    padding-left: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr5 {
  padding-right: 5%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr5 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr10 {
  padding-right: 10%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr10 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr15 {
  padding-right: 15%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr15 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr20 {
  padding-right: 20%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr20 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr25 {
  padding-right: 25%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr25 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr30 {
  padding-right: 30%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr30 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr35 {
  padding-right: 35%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr35 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr40 {
  padding-right: 40%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr40 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr45 {
  padding-right: 45%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr45 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr50 {
  padding-right: 50%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr50 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr55 {
  padding-right: 55%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr55 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr60 {
  padding-right: 60%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr60 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr65 {
  padding-right: 65%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr65 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr70 {
  padding-right: 70%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr70 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr75 {
  padding-right: 75%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr75 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr80 {
  padding-right: 80%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr80 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr85 {
  padding-right: 85%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr85 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr90 {
  padding-right: 90%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr90 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr95 {
  padding-right: 95%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr95 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 111, ../src/sass/helper/_base.sass */
.pr100 {
  padding-right: 100%;
}
@media (max-width: 569px) {
  /* line 111, ../src/sass/helper/_base.sass */
  .pr100 {
    padding-right: 0;
    width: auto !important;
  }
}

/* line 6, ../src/sass/helper/_state.sass */
.opacity-show {
  opacity: 1 !important;
}

/* line 8, ../src/sass/helper/_state.sass */
.show {
  display: block !important;
}

/* line 11, ../src/sass/helper/_state.sass */
.none {
  display: none;
}

/* line 13, ../src/sass/helper/_state.sass */
.is-error {
  display: block !important;
}

/* line 7, ../src/sass/helper/_typography.sass */
.font-l {
  font-size: 24px;
  line-height: 48px;
}

/* line 11, ../src/sass/helper/_typography.sass */
.font-s {
  font-size: 13px;
  line-height: 24px;
}

/* line 13, ../src/sass/helper/_typography.sass */
html {
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, Microsoft JhengHei, Arial, Verdana;
}

/* line 6, ../src/sass/component/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../src/sass/component/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../src/sass/component/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../src/sass/component/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 33, ../src/sass/component/_button-groups.scss */
.btn-group .disabled {
  cursor: not-allowed !important;
}

/* line 37, ../src/sass/component/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
  overflow: hidden;
  *zoom: 1;
}
/* line 41, ../src/sass/component/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 46, ../src/sass/component/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3, ../src/sass/helper/_state.sass */
.btn-group > *:active, .btn-group > *:hover, .btn-group > *:focus {
  background: #eee;
  color: #23527c;
}

/* line 58, ../src/sass/component/_button-groups.scss */
.btn-group .active {
  color: #fff;
}
/* line 3, ../src/sass/helper/_state.sass */
.btn-group .active:active, .btn-group .active:hover, .btn-group .active:focus {
  color: #fff;
}

/* line 64, ../src/sass/component/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 69, ../src/sass/component/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 71, ../src/sass/component/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 76, ../src/sass/component/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 82, ../src/sass/component/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 85, ../src/sass/component/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 89, ../src/sass/component/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 94, ../src/sass/component/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 99, ../src/sass/component/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 118, ../src/sass/component/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 122, ../src/sass/component/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 129, ../src/sass/component/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 133, ../src/sass/component/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 140, ../src/sass/component/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 158, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 168, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn-group {
  overflow: hidden;
  *zoom: 1;
}
/* line 170, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 175, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 185, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 188, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 192, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 197, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 201, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 206, ../src/sass/component/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 214, ../src/sass/component/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 219, ../src/sass/component/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 225, ../src/sass/component/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 229, ../src/sass/component/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 250, ../src/sass/component/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2, ../src/sass/component/_button.scss */
.btn, .pager span, .pager a {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*Changed*/
  font-size: 16px;
  background: none;
  padding: 8px 18px;
  border: 1px solid #dcdcdc;
  text-decoration: none !important;
}
@media (max-width: 569px) {
  /* line 2, ../src/sass/component/_button.scss */
  .btn, .pager span, .pager a {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* line 32, ../src/sass/component/_button.scss */
.btn-hover,
.btn:hover,
.btn:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

/* Firefox: Get rid of the inner focus border */
/* line 43, ../src/sass/component/_button.scss */
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*Size*/
/* line 48, ../src/sass/component/_button.scss */
.btn-small {
  font-size: 85%;
  padding: 5px 15px;
}

/* line 53, ../src/sass/component/_button.scss */
.btn-large {
  padding: 15px 50px;
  font-size: 110%;
}

/* line 58, ../src/sass/component/_button.scss */
.btn-xlarge {
  padding: 15px 85px;
  font-size: 125%;
  border-radius: 5px;
}

/*Color*/
/* line 65, ../src/sass/component/_button.scss */
.btn-shadow {
  box-shadow: 1px 1px 1px #888888;
}

/* line 70, ../src/sass/component/_button.scss */
.main .btn {
  color: #000;
}
/* line 73, ../src/sass/component/_button.scss */
.main .btn-gray {
  background: #eeeeee;
  border: 1px solid #e3e3e3;
}
/* line 77, ../src/sass/component/_button.scss */
.main .btn-primary {
  background-color: #0078e7;
  color: #fff;
}
/* line 81, ../src/sass/component/_button.scss */
.main .btn-append {
  color: #fff;
  border: 1px solid #ff9a17;
  border-radius: 5px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmY1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNWYwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffbf59), color-stop(100%, #ff5f0b));
  background: -moz-linear-gradient(#ffbf59, #ff5f0b);
  background: -webkit-linear-gradient(#ffbf59, #ff5f0b);
  background: linear-gradient(#ffbf59, #ff5f0b);
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
/* line 15, ../src/sass/component/_form.scss */
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="url"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="week"],
.form input[type="number"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form select,
.form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* line 47, ../src/sass/component/_form.scss */
.form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/* line 61, ../src/sass/component/_form.scss */
.form input[type="color"] {
  padding: 0.2em 0.5em;
}

/* line 66, ../src/sass/component/_form.scss */
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="color"]:focus,
.form select:focus,
.form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* line 90, ../src/sass/component/_form.scss */
.form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}

/* line 95, ../src/sass/component/_form.scss */
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}

/* line 101, ../src/sass/component/_form.scss */
.form .form-checkbox,
.form .form-radio {
  margin: 0.5em 0;
  display: block;
}

/* line 107, ../src/sass/component/_form.scss */
.form input[type="text"][disabled],
.form input[type="password"][disabled],
.form input[type="email"][disabled],
.form input[type="url"][disabled],
.form input[type="date"][disabled],
.form input[type="month"][disabled],
.form input[type="time"][disabled],
.form input[type="datetime"][disabled],
.form input[type="datetime-local"][disabled],
.form input[type="week"][disabled],
.form input[type="number"][disabled],
.form input[type="search"][disabled],
.form input[type="tel"][disabled],
.form input[type="color"][disabled],
.form select[disabled],
.form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* line 132, ../src/sass/component/_form.scss */
.form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

/* line 137, ../src/sass/component/_form.scss */
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

/* line 145, ../src/sass/component/_form.scss */
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

/* line 151, ../src/sass/component/_form.scss */
.form input[type="file"]:focus:invalid:focus,
.form input[type="radio"]:focus:invalid:focus,
.form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

/* line 156, ../src/sass/component/_form.scss */
.form select {
  /* Normalizes the height; padding is not sufficient. */
  max-width: 215px;
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

/* line 163, ../src/sass/component/_form.scss */
.form select[multiple] {
  height: auto;
}

/* line 166, ../src/sass/component/_form.scss */
.form label {
  margin: 0.5em 0.5em 0.2em 0;
}
@media (max-width: 768px) {
  /* line 166, ../src/sass/component/_form.scss */
  .form label {
    display: block;
  }
}

/* line 172, ../src/sass/component/_form.scss */
.form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

/* line 177, ../src/sass/component/_form.scss */
.form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/* line 186, ../src/sass/component/_form.scss */
.form-stacked input[type="text"],
.form-stacked input[type="password"],
.form-stacked input[type="email"],
.form-stacked input[type="url"],
.form-stacked input[type="date"],
.form-stacked input[type="month"],
.form-stacked input[type="time"],
.form-stacked input[type="datetime"],
.form-stacked input[type="datetime-local"],
.form-stacked input[type="week"],
.form-stacked input[type="number"],
.form-stacked input[type="search"],
.form-stacked input[type="tel"],
.form-stacked input[type="color"],
.form-stacked input[type="file"],
.form-stacked select,
.form-stacked label,
.form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* line 212, ../src/sass/component/_form.scss */
.form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

/* line 216, ../src/sass/component/_form.scss */
.form-aligned input,
.form-aligned textarea,
.form-aligned select,
.form-aligned .help-inline,
.form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/* line 227, ../src/sass/component/_form.scss */
.form-aligned textarea {
  vertical-align: top;
  width: 25em;
  height: 10em;
}
@media (max-width: 569px) {
  /* line 227, ../src/sass/component/_form.scss */
  .form-aligned textarea {
    width: 90%;
  }
}

/* Aligned Forms */
/* line 237, ../src/sass/component/_form.scss */
.form-aligned .form-control-group {
  margin-bottom: 1em;
}
@media (max-width: 959px) {
  /* line 237, ../src/sass/component/_form.scss */
  .form-aligned .form-control-group {
    text-align: center;
  }
}
@media (max-width: 569px) {
  /* line 237, ../src/sass/component/_form.scss */
  .form-aligned .form-control-group {
    text-align: left;
  }
}

/* line 246, ../src/sass/component/_form.scss */
.form-aligned .form-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 6em;
  margin: 0 .5em 0 0;
}

/* line 253, ../src/sass/component/_form.scss */
.form-aligned .form-controls {
  margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
/* line 258, ../src/sass/component/_form.scss */
.form input.input-rounded,
.form .input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}

/* Grouped Inputs */
/* line 265, ../src/sass/component/_form.scss */
.form .form-group fieldset {
  margin-bottom: 10px;
}

/* line 268, ../src/sass/component/_form.scss */
.form .form-group input,
.form .form-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}

/* line 278, ../src/sass/component/_form.scss */
.form .form-group input:focus,
.form .form-group textarea:focus {
  z-index: 3;
}

/* line 282, ../src/sass/component/_form.scss */
.form .form-group input:first-child,
.form .form-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

/* line 288, ../src/sass/component/_form.scss */
.form .form-group input:first-child:last-child,
.form .form-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}

/* line 294, ../src/sass/component/_form.scss */
.form .form-group input:last-child,
.form .form-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}

/* line 300, ../src/sass/component/_form.scss */
.form .form-group button {
  margin: 0.35em 0;
}

/* line 304, ../src/sass/component/_form.scss */
.form .input-1 {
  width: 100%;
}

/* line 307, ../src/sass/component/_form.scss */
.form .input-2-3 {
  width: 66%;
}

/* line 310, ../src/sass/component/_form.scss */
.form .input-1-2 {
  width: 50%;
}

/* line 313, ../src/sass/component/_form.scss */
.form .input-1-3 {
  width: 33%;
}

/* line 316, ../src/sass/component/_form.scss */
.form .input-1-4 {
  width: 25%;
}

/* Inline help for forms */
/* NOTE: help-inline is deprecated. Use .form-message-inline instead. */
/* line 322, ../src/sass/component/_form.scss */
.form .help-inline,
.form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
/* line 332, ../src/sass/component/_form.scss */
.form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  /* line 339, ../src/sass/component/_form.scss */
  .form button[type="submit"] {
    margin: 0.7em 0 0;
  }

  /* line 343, ../src/sass/component/_form.scss */
  .form input:not([type]),
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="email"],
  .form input[type="url"],
  .form input[type="date"],
  .form input[type="month"],
  .form input[type="time"],
  .form input[type="datetime"],
  .form input[type="datetime-local"],
  .form input[type="week"],
  .form input[type="number"],
  .form input[type="search"],
  .form input[type="tel"],
  .form input[type="color"],
  .form label {
    margin-bottom: 0.3em;
  }

  /* line 363, ../src/sass/component/_form.scss */
  .form-group input:not([type]),
  .form-group input[type="text"],
  .form-group input[type="password"],
  .form-group input[type="email"],
  .form-group input[type="url"],
  .form-group input[type="date"],
  .form-group input[type="month"],
  .form-group input[type="time"],
  .form-group input[type="datetime"],
  .form-group input[type="datetime-local"],
  .form-group input[type="week"],
  .form-group input[type="number"],
  .form-group input[type="search"],
  .form-group input[type="tel"],
  .form-group input[type="color"] {
    margin-bottom: 0;
    display: inline-block;
  }

  /* line 382, ../src/sass/component/_form.scss */
  .form-aligned .form-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }

  /* line 389, ../src/sass/component/_form.scss */
  .form-aligned .form-controls {
    margin: 1.5em 0 0 0;
  }

  /* NOTE: help-inline is deprecated. Use .form-message-inline instead. */
  /* line 394, ../src/sass/component/_form.scss */
  .form .help-inline,
  .form-message-inline,
  .form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
/* if news no data to list*/
/* line 404, ../src/sass/component/_form.scss */
.no-Data {
  color: red;
  text-align: center;
}

/* line 1, ../src/sass/component/_table.sass */
.table-v {
  padding: 0;
  border-width: 1px;
  border-style: solid;
  display: table;
  background: #fff;
}
/* line 7, ../src/sass/component/_table.sass */
.table-v.vote {
  border: none;
}
/* line 10, ../src/sass/component/_table.sass */
.table-v.vote .tr-row div {
  border: none;
  padding-bottom: 20px;
}
@media (max-width: 569px) {
  /* line 10, ../src/sass/component/_table.sass */
  .table-v.vote .tr-row div {
    display: inline;
  }
}
/* line 15, ../src/sass/component/_table.sass */
.table-v.vote .tr-row .title {
  text-align: left;
  vertical-align: baseline;
  color: #b3b3b3;
}
@media (max-width: 569px) {
  /* line 15, ../src/sass/component/_table.sass */
  .table-v.vote .tr-row .title {
    display: block;
  }
}
/* line 22, ../src/sass/component/_table.sass */
.table-v.vote .tr-row--Progressbar .title {
  color: #000;
}
@media (max-width: 569px) {
  /* line 21, ../src/sass/component/_table.sass */
  .table-v.vote .tr-row--Progressbar {
    display: block;
  }
}
/* line 26, ../src/sass/component/_table.sass */
.table-v .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 569px) {
  /* line 26, ../src/sass/component/_table.sass */
  .table-v .title {
    text-align: left;
  }
}
/* line 34, ../src/sass/component/_table.sass */
.table-v .tr-row--MobileInline .title:after {
  content: "";
}
/* line 37, ../src/sass/component/_table.sass */
.table-v .tr-row--Colon .title:after {
  content: "";
}
/* line 41, ../src/sass/component/_table.sass */
.table-v .tr-row {
  margin-bottom: 0px;
  display: table-row;
}
/* line 45, ../src/sass/component/_table.sass */
.table-v .tr-row > div {
  display: table-cell;
  border-width: 1px;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 569px) {
  /* line 1, ../src/sass/component/_table.sass */
  .table-v {
    display: block;
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 48px;
    background: #fff;
    box-shadow: none;
    border: none;
  }
  /* line 65, ../src/sass/component/_table.sass */
  .table-v .tr-row {
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom-width: 1px;
    border-style: solid;
  }
  /* line 71, ../src/sass/component/_table.sass */
  .table-v .tr-row > div {
    display: block;
    border: none;
  }
  /* line 75, ../src/sass/component/_table.sass */
  .table-v .tr-row--MobileInline div {
    display: inline;
  }
  /* line 77, ../src/sass/component/_table.sass */
  .table-v .tr-row--MobileInline .title:after {
    content: "：";
  }
  /* line 80, ../src/sass/component/_table.sass */
  .table-v .tr-row--Colon .title:after {
    content: "：";
  }
  /* line 83, ../src/sass/component/_table.sass */
  .table-v .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  /* line 87, ../src/sass/component/_table.sass */
  .bulletinboard-list {
    display: block;
    width: 100%;
  }
  /* line 92, ../src/sass/component/_table.sass */
  .bulletinboard-list > div {
    display: block;
  }
}

/* line 95, ../src/sass/component/_table.sass */
.table-h {
  display: table;
  margin-bottom: 24px;
}
/* line 98, ../src/sass/component/_table.sass */
.table-h.table-full {
  width: 100%;
}
/* line 100, ../src/sass/component/_table.sass */
.table-h .tr-thead {
  display: table-row;
  background: #fff;
}
/* line 103, ../src/sass/component/_table.sass */
.table-h .tr-thead > div {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  border-left: none;
  border-right: none;
  display: table-cell;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}
/* line 115, ../src/sass/component/_table.sass */
.table-h .tr-thead > div:after {
  content: "";
  display: block;
  height: 12px;
  border-right-width: 1px;
  border-style: dotted;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
/* line 125, ../src/sass/component/_table.sass */
.table-h .tr-thead > div:last-child:after {
  border-right: none;
}
/* line 127, ../src/sass/component/_table.sass */
.table-h .tr-thead.no-thead > div {
  line-height: 0;
  height: 0;
  padding: 0;
  border-top: none;
}
/* line 132, ../src/sass/component/_table.sass */
.table-h .tr-thead.no-thead > div:after {
  height: 0;
}
/* line 3, ../src/sass/helper/_state.sass */
.table-h.havelink .tr-row:active, .table-h.havelink .tr-row:hover, .table-h.havelink .tr-row:focus {
  cursor: pointer;
  color: #fff;
}
/* line 147, ../src/sass/component/_table.sass */
.table-h.havelink .tr-row:active a, .table-h.havelink .tr-row:hover a, .table-h.havelink .tr-row:focus a {
  color: #fff;
}
/* line 150, ../src/sass/component/_table.sass */
.table-h .none {
  display: table-cell;
}
/* line 152, ../src/sass/component/_table.sass */
.table-h .tr-row {
  display: table-row;
}
/* line 154, ../src/sass/component/_table.sass */
.table-h .tr-row > div {
  font-size: 16px;
  line-height: 24px;
  display: table-cell;
  padding: 10px 5px;
  border-bottom-width: 1px;
  border-style: solid;
}
/* line 161, ../src/sass/component/_table.sass */
.table-h .tr-row .td-time {
  font-weight: normal;
  text-align: center;
}
/* line 165, ../src/sass/component/_table.sass */
.table-h .tr-row .td-smallSize {
  font-size: 16px;
  line-height: 24px;
}
/* line 168, ../src/sass/component/_table.sass */
.table-h .tr-row .td-bold {
  font-weight: normal;
}
/* line 170, ../src/sass/component/_table.sass */
.table-h .tr-row--Question {
  clear: both;
}
/* line 173, ../src/sass/component/_table.sass */
.table-h .tr-row--Question .subject {
  float: left;
}
@media (max-width: 569px) {
  /* line 173, ../src/sass/component/_table.sass */
  .table-h .tr-row--Question .subject {
    float: none;
    margin-bottom: 10px;
  }
}
/* line 178, ../src/sass/component/_table.sass */
.table-h .tr-row--Question .subject .td-date {
  display: block;
  font-weight: bold;
}
/* line 181, ../src/sass/component/_table.sass */
.table-h .tr-row--Question .option {
  float: right;
}
@media (max-width: 569px) {
  /* line 181, ../src/sass/component/_table.sass */
  .table-h .tr-row--Question .option {
    float: none;
  }
}
/* line 186, ../src/sass/component/_table.sass */
.table-h .tr-row--Question .option > div {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 569px) {
  /* line 186, ../src/sass/component/_table.sass */
  .table-h .tr-row--Question .option > div {
    display: inline;
    margin-right: 10px;
  }
}
/* line 192, ../src/sass/component/_table.sass */
.table-h .tr-row--Question .option > div:last-child {
  margin-bottom: 0;
}
/* line 197, ../src/sass/component/_table.sass */
.table-h .tr-row--Forum .topic div {
  padding: 10px 15px;
}
/* line 199, ../src/sass/component/_table.sass */
.table-h .tr-row--Forum .topic .head {
  background: #eeeeee;
  border: 1px solid #e3e3e3;
}
/* line 202, ../src/sass/component/_table.sass */
.table-h .tr-row--Forum .topic .head li:nth-child(1), .table-h .tr-row--Forum .topic .head li:nth-child(2) {
  float: right;
}
/* line 207, ../src/sass/component/_table.sass */
.table-h .tr-row--Forum .respond div {
  padding: 10px 15px;
}
/* line 209, ../src/sass/component/_table.sass */
.table-h .tr-row--Forum .respond .head {
  background: #ecf4d6;
  border: 1px solid #e1e9cc;
}
@media (max-width: 569px) {
  /* line 95, ../src/sass/component/_table.sass */
  .table-h {
    display: block;
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 24px;
  }
  /* line 220, ../src/sass/component/_table.sass */
  .table-h .tr-thead {
    display: none;
  }
  /* line 222, ../src/sass/component/_table.sass */
  .table-h .tr-row {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom-width: 1px;
    border-style: solid;
  }
  /* line 230, ../src/sass/component/_table.sass */
  .table-h .tr-row > div {
    display: block;
    border: none;
    padding: 0;
  }
  /* line 234, ../src/sass/component/_table.sass */
  .table-h .tr-row .td-time {
    font-weight: bold;
    text-align: left;
  }
  /* line 238, ../src/sass/component/_table.sass */
  .table-h .tr-row .td-smallSize {
    font-size: 13px;
    line-height: 24px;
  }
  /* line 241, ../src/sass/component/_table.sass */
  .table-h .tr-row .td-bold {
    font-weight: bold;
  }
  /* line 249, ../src/sass/component/_table.sass */
  .table-h .tr-row .m-center .center {
    text-align: center;
  }
  /* line 252, ../src/sass/component/_table.sass */
  .table-h .tr-row--MobileInline div {
    display: inline;
  }
}

/* line 258, ../src/sass/component/_table.sass */
.marked-even .tr-row:nth-child(even) {
  background: #eeeeee;
}

/* line 262, ../src/sass/component/_table.sass */
.marked-odd .tr-row:nth-child(odd) {
  background: #eeeeee;
}

/* line 1, ../src/sass/layout/_container.scss */
.container {
  position: relative;
  z-index: 1;
  width: 960px;
  font-family: "微軟正黑體", "Microsoft JhengHei", "標楷體";
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: auto;
  background: #fff;
}
@media (max-width: 959px) {
  /* line 1, ../src/sass/layout/_container.scss */
  .container {
    width: 100%;
  }
}

/* line 15, ../src/sass/layout/_container.scss */
.breadcrumb {
  color: #b3b3b3;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0;
  margin: 0 30px;
}
/* line 21, ../src/sass/layout/_container.scss */
.breadcrumb span {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icon_home.png") left center no-repeat;
  padding-left: 15px;
}
/* line 25, ../src/sass/layout/_container.scss */
.breadcrumb li {
  display: inline;
}
/* line 27, ../src/sass/layout/_container.scss */
.breadcrumb li a {
  padding-right: 10px;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_l.png") right center no-repeat;
}
/* line 32, ../src/sass/layout/_container.scss */
.breadcrumb li:last-child a {
  background: none;
}

/* line 39, ../src/sass/layout/_container.scss */
.content {
  padding: 0 30px 10px 30px;
  overflow: auto;
}
@media (max-width: 569px) {
  /* line 39, ../src/sass/layout/_container.scss */
  .content {
    padding: 0 1em 0 1em;
  }
}

/* line 47, ../src/sass/layout/_container.scss */
.sidebar {
  float: left;
  width: 260px;
}
@media (max-width: 959px) {
  /* line 47, ../src/sass/layout/_container.scss */
  .sidebar {
    display: none;
  }
}
/* line 53, ../src/sass/layout/_container.scss */
.sidebar h2 {
  font-weight: bold;
  padding: 30px 0;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 59, ../src/sass/layout/_container.scss */
.sidebar a:hover {
  color: #fff;
}
/* line 62, ../src/sass/layout/_container.scss */
.sidebar .active > a {
  color: #fff;
}
/* line 65, ../src/sass/layout/_container.scss */
.sidebar .selected > a {
  font-weight: bold;
  cursor: context-menu;
  color: #fff;
}
/* line 71, ../src/sass/layout/_container.scss */
.sidebar .arrow-right {
  width: 18px;
  height: 18px;
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_dot.png");
  background-position: 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 33%;
}

/* line 83, ../src/sass/layout/_container.scss */
.sidebar > ul > li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  z-index: 2;
}
/* line 87, ../src/sass/layout/_container.scss */
.sidebar > ul > li > a {
  color: #fff;
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_l_white.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 30px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 16px;
}

/* line 100, ../src/sass/layout/_container.scss */
.sidebar > ul {
  width: 100%;
}
/* line 102, ../src/sass/layout/_container.scss */
.sidebar > ul li a {
  display: block;
  position: relative;
  padding-left: 35px;
  padding: 15px 40px 15px 35px;
}

/* line 111, ../src/sass/layout/_container.scss */
.sidebar ul ul {
  display: none;
  left: 0;
  top: 0;
  position: relative;
}
/* line 116, ../src/sass/layout/_container.scss */
.sidebar ul ul > li > a {
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
}

/* line 124, ../src/sass/layout/_container.scss */
.sidebar ul ul ul {
  display: none;
  left: 0;
  top: 0;
}
/* line 128, ../src/sass/layout/_container.scss */
.sidebar ul ul ul li > a {
  border-bottom: 1px solid #eeeeee;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_l.png") no-repeat 32px center;
  font-size: 15px;
  padding-left: 65px;
}

/* line 136, ../src/sass/layout/_container.scss */
.sidebar ul ul ul ul {
  display: none;
  left: 0;
  top: 0;
}
/* line 140, ../src/sass/layout/_container.scss */
.sidebar ul ul ul ul li > a {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/square_s.png") no-repeat 50px center;
}
/* line 146, ../src/sass/layout/_container.scss */
.sidebar ul ul ul ul ul > li > a {
  background: none;
}

/* line 1, ../src/sass/layout/_footer.scss */
.sitemap-btn {
  position: relative;
  z-index: 1;
  border-bottom-width: 10px;
  border-style: solid;
}
@media (max-width: 768px) {
  /* line 1, ../src/sass/layout/_footer.scss */
  .sitemap-btn {
    display: none;
  }
}
/* line 9, ../src/sass/layout/_footer.scss */
.sitemap-btn .open {
  display: none;
}

/* line 14, ../src/sass/layout/_footer.scss */
.sitemap-btn-inner {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  text-align: right;
}
/* line 19, ../src/sass/layout/_footer.scss */
.sitemap-btn-inner a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 0.3125em;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
  display: inline-block;
  color: #fff;
  width: 60px;
}

/* line 32, ../src/sass/layout/_footer.scss */
.sitemap {
  width: 100%;
  background: #535353;
  text-align: center;
}
/* line 33, ../src/sass/layout/_footer.scss */
.sitemap a {
  color: #fff;
}
/* line 39, ../src/sass/layout/_footer.scss */
.sitemap .seal {
  margin: 0 auto;
  width: 152px;
  height: 34px;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/sitemap-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -76px;
  top: -10px;
  padding-top: 3px;
  z-index: 1;
}
@media (max-width: 768px) {
  /* line 32, ../src/sass/layout/_footer.scss */
  .sitemap {
    display: none;
  }
}

/* line 57, ../src/sass/layout/_footer.scss */
.sitemap-inner {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

/* line 63, ../src/sass/layout/_footer.scss */
.sitemap-list {
  padding: 5em 0 1.25em 0;
  overflow: hidden;
  *zoom: 1;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 63, ../src/sass/layout/_footer.scss */
  .sitemap-list {
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* line 72, ../src/sass/layout/_footer.scss */
.sitemap-list > li {
  display: inline-block;
  float: left;
}
/* line 75, ../src/sass/layout/_footer.scss */
.sitemap-list > li > a {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.9375em;
}
/* line 80, ../src/sass/layout/_footer.scss */
.sitemap-list > li ul {
  overflow: hidden;
  border-top: 1px solid #757575;
}
/* line 83, ../src/sass/layout/_footer.scss */
.sitemap-list > li ul ul {
  display: none;
}
/* line 87, ../src/sass/layout/_footer.scss */
.sitemap-list > li li {
  font-size: 0.9375em;
  padding-top: 0.9375em;
}
/* line 92, ../src/sass/layout/_footer.scss */
.sitemap-list > li a {
  display: inline-block;
  line-height: 1.25em;
}
/* line 97, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(3),
.sitemap-list > li:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}
/* line 100, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(3) ul,
.sitemap-list > li:first-child:nth-last-child(3) ~ li ul {
  padding-right: 10%;
}
/* line 105, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(4),
.sitemap-list > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
/* line 108, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(4) ul,
.sitemap-list > li:first-child:nth-last-child(4) ~ li ul {
  padding-right: 10%;
}
/* line 112, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(5),
.sitemap-list > li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
/* line 115, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(5) ul,
.sitemap-list > li:first-child:nth-last-child(5) ~ li ul {
  padding-right: 10%;
}
/* line 119, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(6),
.sitemap-list > li:first-child:nth-last-child(6) ~ li {
  width: 16.6%;
}
/* line 122, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(6) ul,
.sitemap-list > li:first-child:nth-last-child(6) ~ li ul {
  padding-right: 10%;
}
/* line 126, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(7),
.sitemap-list > li:first-child:nth-last-child(7) ~ li {
  width: 14.2%;
}
/* line 129, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(7) ul,
.sitemap-list > li:first-child:nth-last-child(7) ~ li ul {
  padding-right: 10%;
}
/* line 133, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(8),
.sitemap-list > li:first-child:nth-last-child(8) ~ li {
  width: 12.5%;
}
/* line 136, ../src/sass/layout/_footer.scss */
.sitemap-list > li:first-child:nth-last-child(8) ul,
.sitemap-list > li:first-child:nth-last-child(8) ~ li ul {
  padding-right: 10%;
}

/* line 142, ../src/sass/layout/_footer.scss */
.footer {
  width: 100%;
  background: #000;
}

/* line 147, ../src/sass/layout/_footer.scss */
.footer_inner {
  padding: 1.625em 0 1.25em 0;
  font-size: 0.8125em;
  margin: 0 auto;
  max-width: 960px;
  color: #fff;
  overflow: hidden;
  *zoom: 1;
}
@media (max-width: 768px) {
  /* line 147, ../src/sass/layout/_footer.scss */
  .footer_inner {
    width: 86%;
    font-size: 0.9375em;
  }
}

/* line 160, ../src/sass/layout/_footer.scss */
.copyright {
  float: left;
}
@media (max-width: 768px) {
  /* line 160, ../src/sass/layout/_footer.scss */
  .copyright {
    padding-top: 20px;
  }
}
@media (max-width: 670px) {
  /* line 160, ../src/sass/layout/_footer.scss */
  .copyright {
    float: none;
    text-align: center;
  }
}
/* line 169, ../src/sass/layout/_footer.scss */
.copyright p {
  margin-bottom: 0.9375em;
}
/* line 172, ../src/sass/layout/_footer.scss */
.copyright a {
  color: #fff;
}
/* line 175, ../src/sass/layout/_footer.scss */
.copyright span {
  width: 90%;
  margin-right: 1.25em;
}
@media (max-width: 768px) {
  /* line 175, ../src/sass/layout/_footer.scss */
  .copyright span {
    text-align: center;
  }
}
@media (max-width: 670px) {
  /* line 175, ../src/sass/layout/_footer.scss */
  .copyright span {
    margin: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.9375em;
  }
}
/* line 188, ../src/sass/layout/_footer.scss */
.copyright ul {
  float: left;
}
@media (max-width: 768px) {
  /* line 188, ../src/sass/layout/_footer.scss */
  .copyright ul {
    width: 100%;
  }
}
/* line 194, ../src/sass/layout/_footer.scss */
.copyright li {
  display: inline;
  margin-bottom: 0;
  padding: 0 0.3125em;
  border-left: 1px solid #fff;
}
@media (max-width: 670px) {
  /* line 194, ../src/sass/layout/_footer.scss */
  .copyright li {
    border: 2px solid #fff;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 90%;
    margin-bottom: 0.9375em;
  }
  /* line 207, ../src/sass/layout/_footer.scss */
  .copyright li:last-child {
    border: none;
  }
  /* line 210, ../src/sass/layout/_footer.scss */
  .copyright li a {
    padding: 0.3125em 0;
    display: block;
  }
}
/* line 215, ../src/sass/layout/_footer.scss */
.copyright li .freeaccess {
  position: relative;
  bottom: 8px;
  left: 10px;
}
@media (max-width: 670px) {
  /* line 215, ../src/sass/layout/_footer.scss */
  .copyright li .freeaccess {
    bottom: 0;
    left: 0;
  }
}

/* line 227, ../src/sass/layout/_footer.scss */
.social {
  float: right;
}
@media (max-width: 768px) {
  /* line 227, ../src/sass/layout/_footer.scss */
  .social {
    float: none;
    text-align: center;
  }
}
@media (max-width: 670px) {
  /* line 227, ../src/sass/layout/_footer.scss */
  .social {
    text-align: center;
    float: none;
    margin-bottom: 0.9375em;
  }
}
/* line 238, ../src/sass/layout/_footer.scss */
.social li {
  display: inline-block;
  margin-left: 0.9375em;
}
@media (max-width: 768px) {
  /* line 238, ../src/sass/layout/_footer.scss */
  .social li {
    margin: 0 0.5em;
  }
}

/* line 1, ../src/sass/layout/_header.scss */
html {
  background-color: #eeeeee;
}

/* line 5, ../src/sass/layout/_header.scss */
.wrap {
  border-top-width: 10px;
  border-style: solid;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  /* line 5, ../src/sass/layout/_header.scss */
  .wrap {
    border: none;
  }
}

/* line 15, ../src/sass/layout/_header.scss */
.header {
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  /* line 15, ../src/sass/layout/_header.scss */
  .header {
    margin-bottom: 0;
  }
}
/* line 20, ../src/sass/layout/_header.scss */
.header .control {
  text-align: right;
  font-size: 14px;
}
/* line 23, ../src/sass/layout/_header.scss */
.header .control a {
  color: #fff;
}
/* line 26, ../src/sass/layout/_header.scss */
.header .control p {
  padding: 10px 0;
  float: left;
}
/* line 29, ../src/sass/layout/_header.scss */
.header .control p a {
  margin-right: 10px;
  padding: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 1.5px;
}
/* line 38, ../src/sass/layout/_header.scss */
.header .control-setting {
  float: right;
}
/* line 41, ../src/sass/layout/_header.scss */
.header .control li {
  z-index: 3;
  position: relative;
  background: #626262;
}
/* line 46, ../src/sass/layout/_header.scss */
.header .control li:hover > ul {
  display: block;
}
/* line 50, ../src/sass/layout/_header.scss */
.header .control ul {
  background: #626262;
  display: block;
  float: left;
}
/* line 56, ../src/sass/layout/_header.scss */
.header .control ul li {
  float: left;
}
/* line 58, ../src/sass/layout/_header.scss */
.header .control ul li:first-child > a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 0;
}
/* line 70, ../src/sass/layout/_header.scss */
.header .control ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  border-left: 1px solid #fff;
}
/* line 78, ../src/sass/layout/_header.scss */
.header .control li li a {
  padding: 10px 10px 10px 5px;
  text-align: left;
}
/* line 84, ../src/sass/layout/_header.scss */
.header .control ul ul {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
}
/* line 89, ../src/sass/layout/_header.scss */
.header .control ul ul a {
  border: 1px solid #fff;
}
/* line 94, ../src/sass/layout/_header.scss */
.header .control ul ul ul {
  width: 100%;
  left: 100%;
  top: 0;
}
/* line 99, ../src/sass/layout/_header.scss */
.header .logo {
  position: absolute;
  z-index: 2;
  float: left;
  padding-bottom: 5px;
}
/* line 104, ../src/sass/layout/_header.scss */
.header .logo a {
  display: block;
  text-indent: -9999px;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 99, ../src/sass/layout/_header.scss */
  .header .logo {
    position: relative;
    z-index: 2;
    float: none;
    padding-bottom: 0;
    margin-left: 50px;
  }
}
/* line 119, ../src/sass/layout/_header.scss */
.header .menu {
  margin: 10px 0;
  width: 100%;
  float: left;
}
/* line 123, ../src/sass/layout/_header.scss */
.header .menu .arrow-right {
  position: absolute;
  top: 15px;
  right: 5px;
  margin-left: 5px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FFF;
  width: 1px;
  height: 1px;
}
/* line 134, ../src/sass/layout/_header.scss */
.header .menu > ul > li:first-child:nth-last-child(3),
.header .menu > ul > li:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}
/* line 138, ../src/sass/layout/_header.scss */
.header .menu > ul > li:first-child:nth-last-child(4),
.header .menu > ul > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
/* line 142, ../src/sass/layout/_header.scss */
.header .menu > ul > li:first-child:nth-last-child(5),
.header .menu > ul > li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
/* line 146, ../src/sass/layout/_header.scss */
.header .menu > ul > li:first-child:nth-last-child(6),
.header .menu > ul > li:first-child:nth-last-child(6) ~ li {
  width: 16.6%;
}
/* line 150, ../src/sass/layout/_header.scss */
.header .menu > ul > li:first-child:nth-last-child(7),
.header .menu > ul > li:first-child:nth-last-child(7) ~ li {
  width: 14.2%;
}
/* line 154, ../src/sass/layout/_header.scss */
.header .menu > ul > li:first-child:nth-last-child(8),
.header .menu > ul > li:first-child:nth-last-child(8) ~ li {
  width: 12.5%;
}
/* line 159, ../src/sass/layout/_header.scss */
.header .search-bar {
  margin-top: 13px;
  float: right;
}
/* line 162, ../src/sass/layout/_header.scss */
.header .search-bar .bar {
  float: left;
  position: relative;
  left: 40px;
  background-color: #fff;
  width: 210px;
  padding: 0 40px 0 10px;
  height: 30px;
  border-width: 1px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 173, ../src/sass/layout/_header.scss */
.header .search-bar .search-bar-btn {
  float: left;
  position: relative;
  z-index: 5;
  padding: 0;
  border: none;
  background: none;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/search.png") no-repeat center;
  width: 40px;
  height: 30px;
}

/* line 187, ../src/sass/layout/_header.scss */
.header-inner {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  /* line 187, ../src/sass/layout/_header.scss */
  .header-inner {
    width: 100%;
  }
}

/* line 196, ../src/sass/layout/_header.scss */
.menu li {
  z-index: 2;
  position: relative;
}

/* line 200, ../src/sass/layout/_header.scss */
.menu li:hover > ul {
  display: block;
}

/* line 204, ../src/sass/layout/_header.scss */
.menu > ul {
  clear: both;
  display: block;
  width: 100%;
}

/* line 210, ../src/sass/layout/_header.scss */
.menu > ul > li {
  float: left;
}
/* line 212, ../src/sass/layout/_header.scss */
.menu > ul > li:first-child > a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 216, ../src/sass/layout/_header.scss */
.menu > ul > li:last-child > a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 0;
}

/* line 223, ../src/sass/layout/_header.scss */
.menu ul > li > a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  border-right: 1px solid #fff;
}

/* line 231, ../src/sass/layout/_header.scss */
.menu li li a {
  padding: 10px 10px 10px 5px;
  text-align: left;
}

/* line 237, ../src/sass/layout/_header.scss */
.menu ul ul {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
}
/* line 242, ../src/sass/layout/_header.scss */
.menu ul ul a {
  border: 1px solid #fff;
}

/* line 247, ../src/sass/layout/_header.scss */
.menu ul ul ul {
  width: 100%;
  left: 100%;
  top: 0;
}

/* line 253, ../src/sass/layout/_header.scss */
.mobile-menu,
.mobile-btn {
  display: none;
}

@media (max-width: 959px) {
  /* line 259, ../src/sass/layout/_header.scss */
  .control-setting,
  .menu,
  .search-bar {
    display: none;
  }

  /* line 264, ../src/sass/layout/_header.scss */
  .mobile-btn {
    padding-top: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 270, ../src/sass/layout/_header.scss */
  .mobile-btn a {
    display: inline-block;
    font-size: 1.7em;
    float: right;
    width: 1em;
    margin: 0 .2em;
    position: relative;
    border-width: 10px;
    border-style: solid;
    text-align: center;
  }
  /* line 281, ../src/sass/layout/_header.scss */
  .mobile-btn a.hamburger {
    height: .8em;
    width: .9em;
    box-sizing: content-box;
  }
  /* line 286, ../src/sass/layout/_header.scss */
  .mobile-btn a.hamburger:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    height: 20%;
  }
  /* line 294, ../src/sass/layout/_header.scss */
  .mobile-btn a.hamburger:after {
    content: '';
    position: absolute;
    top: 20%;
    left: 0px;
    width: 100%;
    height: 20%;
  }

  /* line 303, ../src/sass/layout/_header.scss */
  .show-left .mobile-menu {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.5s;
  }

  /* line 310, ../src/sass/layout/_header.scss */
  .show-left .main-content {
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
    transition: all 0.5s;
  }

  /* line 317, ../src/sass/layout/_header.scss */
  .main-content {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
  }

  /* line 325, ../src/sass/layout/_header.scss */
  .mobile-menu {
    width: 270px;
    position: absolute;
    float: left;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    transition: all 0.5s;
  }
  /* line 338, ../src/sass/layout/_header.scss */
  .mobile-menu .search-bar {
    display: block;
    overflow: hidden;
    *zoom: 1;
    padding: 10px;
    clear: both;
    width: 270px;
    border-right: 1px solid #000;
  }
  /* line 345, ../src/sass/layout/_header.scss */
  .mobile-menu .search-bar .bar {
    float: left;
    position: relative;
    background-color: #fff;
    width: 250px;
    padding: 0 40px 0 10px;
    height: 30px;
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 355, ../src/sass/layout/_header.scss */
  .mobile-menu .search-bar .search-bar-btn {
    float: left;
    position: absolute;
    right: 10px;
    z-index: 5;
    padding: 0;
    border: none;
    background: none;
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/search.png") no-repeat center;
    width: 40px;
    height: 30px;
  }

  /* line 369, ../src/sass/layout/_header.scss */
  .mobile-menu > ul > li {
    position: relative;
    z-index: 2;
  }

  /* line 373, ../src/sass/layout/_header.scss */
  .mobile-menu > ul {
    width: 100%;
  }
  /* line 375, ../src/sass/layout/_header.scss */
  .mobile-menu > ul li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 30px 10px 40px;
    text-decoration: none;
    border-right: 1px solid #000;
  }
  /* line 383, ../src/sass/layout/_header.scss */
  .mobile-menu > ul > li > a {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_dot_s.png") no-repeat 20px 13px;
  }

  /* line 387, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul {
    left: 0;
    top: 0;
    display: none;
    position: relative;
  }
  /* line 393, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul > li > a {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_square_green.png") no-repeat 20px 13px;
    border-bottom: 1px solid #eeeeee;
  }
  /* line 398, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul .active > a .arrow-right {
    top: 20px;
    right: 15px;
    margin-left: 5px;
    border-right: 6px solid transparent;
    border-top: 10px solid #000;
    border-left: 6px solid transparent;
  }

  /* line 408, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul ul {
    left: 0;
    top: 0;
  }
  /* line 411, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul ul li {
    background: #f2f2f2;
  }
  /* line 413, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul ul li a {
    color: #000;
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_s.png") no-repeat 23px 17px;
  }

  /* line 420, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul ul ul li {
    background: #f2f2f2;
  }
  /* line 422, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul ul ul li a {
    background: none;
  }

  /* line 428, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul ul ul ul li {
    background: #fff;
  }
  /* line 430, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul ul ul ul li a {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/square_s.png") no-repeat 23px 17px;
  }
  /* line 436, ../src/sass/layout/_header.scss */
  .mobile-menu ul ul ul ul ul ul li a {
    background: none;
  }

  /* line 442, ../src/sass/layout/_header.scss */
  .arrow-right {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-left: 5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
    width: 1px;
    height: 1px;
  }
}
/* line 1, ../src/sass/layout/_index.scss */
.bg-index {
  position: relative;
  background-position: 50% 0 !important;
}
@media (max-width: 959px) {
  /* line 1, ../src/sass/layout/_index.scss */
  .bg-index {
    background-image: none !important;
  }
}

/* line 9, ../src/sass/layout/_index.scss */
.bg-en-index {
  background-position: 50% 0 !important;
}

/* line 12, ../src/sass/layout/_index.scss */
.bg-index:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  width: 100%;
  height: 600px;
}
@media (max-width: 959px) {
  /* line 12, ../src/sass/layout/_index.scss */
  .bg-index:after {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 24, ../src/sass/layout/_index.scss */
.main-content {
  overflow: hidden;
  position: relative;
}

/* line 29, ../src/sass/layout/_index.scss */
.bulletinboard {
  position: relative;
  z-index: 1;
  background: rgba(229, 232, 232, 0.8);
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 18px 8px;
  margin-top: 174px;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  /* line 29, ../src/sass/layout/_index.scss */
  .bulletinboard {
    border-radius: 0;
    padding: 20px 0 0 0;
    width: 100%;
    margin-top: 0;
    background: #e9f3fe;
  }
}

/* line 49, ../src/sass/layout/_index.scss */
.bulletinboard-sitemap {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 54, ../src/sass/layout/_index.scss */
.bulletinboard-banner {
  float: left;
}
@media (max-width: 959px) {
  /* line 54, ../src/sass/layout/_index.scss */
  .bulletinboard-banner {
    float: none;
    width: 100%;
  }
}
/* line 60, ../src/sass/layout/_index.scss */
.bulletinboard-banner h2 {
  text-align: center;
}
/* line 63, ../src/sass/layout/_index.scss */
.bulletinboard-banner a img {
  border: none;
}
/* line 66, ../src/sass/layout/_index.scss */
.bulletinboard-banner .slider {
  margin: 0 auto;
  position: relative;
  width: 455px;
  height: 235px;
}
@media (max-width: 959px) {
  /* line 66, ../src/sass/layout/_index.scss */
  .bulletinboard-banner .slider {
    width: 600px;
    height: 303px;
  }
}
@media (max-width: 768px) {
  /* line 66, ../src/sass/layout/_index.scss */
  .bulletinboard-banner .slider {
    width: 455px;
    height: 235px;
  }
}
@media (max-width: 569px) {
  /* line 66, ../src/sass/layout/_index.scss */
  .bulletinboard-banner .slider {
    width: 300px;
    height: 150px;
  }
}
/* line 84, ../src/sass/layout/_index.scss */
.bulletinboard-banner .slider .pic {
  position: absolute;
  width: 435px;
  /* 讓圖片疊在一起 */
}
@media (max-width: 959px) {
  /* line 84, ../src/sass/layout/_index.scss */
  .bulletinboard-banner .slider .pic {
    width: 100%;
  }
}
/* line 91, ../src/sass/layout/_index.scss */
.bulletinboard-banner .slider .pic h3 {
  padding-top: 5px;
  text-align: center;
}
/* line 96, ../src/sass/layout/_index.scss */
.bulletinboard-banner .slider-control {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
/* line 101, ../src/sass/layout/_index.scss */
.bulletinboard-banner .slider-control a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 959px) {
  /* line 101, ../src/sass/layout/_index.scss */
  .bulletinboard-banner .slider-control a {
    width: 15px;
    height: 15px;
    border-width: 2px;
    margin-right: 10px;
  }
}

/* line 121, ../src/sass/layout/_index.scss */
.bulletinboard-list {
  float: right;
  width: 470px;
  padding-right: 40px;
}
/* line 125, ../src/sass/layout/_index.scss */
.bulletinboard-list ul {
  border-bottom-width: 1px;
  border-style: solid;
  padding-bottom: 25px;
}
/* line 129, ../src/sass/layout/_index.scss */
.bulletinboard-list ul > li {
  display: inline-block;
  margin-right: 12px;
}
/* line 132, ../src/sass/layout/_index.scss */
.bulletinboard-list ul > li a {
  padding: 8px 16px;
  font-weight: bold;
  border: 1px solid transparent;
}
/* line 136, ../src/sass/layout/_index.scss */
.bulletinboard-list ul > li a:hover {
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 959px) {
  /* line 125, ../src/sass/layout/_index.scss */
  .bulletinboard-list ul {
    text-align: center;
  }
  /* line 145, ../src/sass/layout/_index.scss */
  .bulletinboard-list ul > li {
    margin-right: 0;
  }
  /* line 147, ../src/sass/layout/_index.scss */
  .bulletinboard-list ul > li a {
    padding: 8px 10px;
  }
}
/* line 153, ../src/sass/layout/_index.scss */
.bulletinboard-list .table-h {
  display: none;
}
/* line 155, ../src/sass/layout/_index.scss */
.bulletinboard-list .table-h a {
  display: block;
}
@media (max-width: 569px) {
  /* line 153, ../src/sass/layout/_index.scss */
  .bulletinboard-list .table-h {
    width: 100%;
    margin: 0;
  }
}
/* line 163, ../src/sass/layout/_index.scss */
.bulletinboard-list .current {
  display: block;
}
@media (max-width: 959px) {
  /* line 121, ../src/sass/layout/_index.scss */
  .bulletinboard-list {
    float: none;
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }
  /* line 171, ../src/sass/layout/_index.scss */
  .bulletinboard-list .table-h .tr-row {
    display: block;
  }
  /* line 173, ../src/sass/layout/_index.scss */
  .bulletinboard-list .table-h .tr-row > div {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* line 181, ../src/sass/layout/_index.scss */
.bulletinboard-list .breakcase {
  color: green;
}
/* line 184, ../src/sass/layout/_index.scss */
.bulletinboard-list .npa {
  color: #0068b7;
}
/* line 187, ../src/sass/layout/_index.scss */
.bulletinboard-list .information {
  color: #638c0b;
}
/* line 190, ../src/sass/layout/_index.scss */
.bulletinboard-list .selected {
  background: #fff;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 195, ../src/sass/layout/_index.scss */
.bulletinboard-list .date {
  margin-left: 10px;
}

/* line 200, ../src/sass/layout/_index.scss */
.shortcut {
  z-index: 1;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
}
@media (max-width: 959px) {
  /* line 200, ../src/sass/layout/_index.scss */
  .shortcut {
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* line 200, ../src/sass/layout/_index.scss */
  .shortcut {
    width: 96%;
  }
}
/* line 212, ../src/sass/layout/_index.scss */
.shortcut ul > li {
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 216, ../src/sass/layout/_index.scss */
.shortcut ul > li:nth-child(6n+6) {
  margin-right: 0;
}
@media (max-width: 959px) {
  /* line 216, ../src/sass/layout/_index.scss */
  .shortcut ul > li:nth-child(6n+6) {
    margin-right: 10px;
  }
}
/* line 223, ../src/sass/layout/_index.scss */
.shortcut a {
  position: relative;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 147px;
  height: 147px;
  border-width: 3px;
  border-style: solid;
  -moz-box-shadow: 2px 2px 6px #000;
  -webkit-box-shadow: 2px 2px 6px #000;
  box-shadow: 2px 2px 6px #000;
}
/* line 233, ../src/sass/layout/_index.scss */
.shortcut .text {
  width: 100px;
  font-size: 14px;
  position: absolute;
  left: 25px;
  top: 90px;
  color: #fff;
  text-align: center;
  line-height: 18px;
}

/* line 246, ../src/sass/layout/_index.scss */
i {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 20px;
  left: 35px;
  background-position: center;
}

/* line 256, ../src/sass/layout/_index.scss */
.icon_mail {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_mail.png") no-repeat center;
  top: 30px;
}

/* line 261, ../src/sass/layout/_index.scss */
.icon_question {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_question.png") no-repeat center;
}

/* line 265, ../src/sass/layout/_index.scss */
.icon_case {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_case.png") no-repeat center;
}

/* line 269, ../src/sass/layout/_index.scss */
.icon_table {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_table.png") no-repeat center;
  top: 30px;
}

/* line 274, ../src/sass/layout/_index.scss */
.icon_police {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_police.png") no-repeat center;
}

/* line 278, ../src/sass/layout/_index.scss */
.icon_traffic {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_traffic.png") no-repeat center;
}

/* line 282, ../src/sass/layout/_index.scss */
.icon_information {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_information.png") no-repeat center;
  top: 15px;
}

/* line 287, ../src/sass/layout/_index.scss */
.icon_teenager {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_teenager.png") no-repeat center;
  top: 15px;
}

/* line 292, ../src/sass/layout/_index.scss */
.icon_womanchild {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_womanchild.png") no-repeat center;
  top: 15px;
}

/* line 297, ../src/sass/layout/_index.scss */
.icon_video {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_video.png") no-repeat center;
}

/* line 301, ../src/sass/layout/_index.scss */
.icon_askform {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_askform.png") no-repeat center;
  top: 15px;
}

/* line 306, ../src/sass/layout/_index.scss */
.icon_activity {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/mainpage/icon_activity.png") no-repeat center;
}

/* line 312, ../src/sass/layout/_index.scss */
.promotion h2,
.link h2 {
  font-size: 20px;
  border-left-width: 7px;
  border-style: solid;
  padding: 0 0 0 30px;
  margin: 15px 0;
  font-weight: bold;
}
/* line 319, ../src/sass/layout/_index.scss */
.promotion h2 img,
.link h2 img {
  margin-left: 10px;
}
/* line 323, ../src/sass/layout/_index.scss */
.promotion a > img:hover,
.link a > img:hover {
  border-width: 3px;
  border-style: solid;
}

/* line 329, ../src/sass/layout/_index.scss */
.promotion h2 {
  border-bottom: 1px solid #fff;
  background: #FAF5D9;
}

/* line 334, ../src/sass/layout/_index.scss */
.promotion {
  position: relative;
  z-index: 1;
  background: white;
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 20px;
}
/* line 340, ../src/sass/layout/_index.scss */
.promotion ul > li {
  text-align: center;
}
/* line 343, ../src/sass/layout/_index.scss */
.promotion a > img {
  width: 205px;
  height: 105px;
  border: 2px solid transparent;
  margin-bottom: 10px;
}

/* line 352, ../src/sass/layout/_index.scss */
.promotion_inner {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 352, ../src/sass/layout/_index.scss */
  .promotion_inner {
    width: 100%;
  }
}

/* line 360, ../src/sass/layout/_index.scss */
.link h2 {
  border-bottom: 1px solid #e5e5e5;
  background: #D9DCE7;
}

/* line 365, ../src/sass/layout/_index.scss */
.link {
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  padding-bottom: 40px;
}
/* line 369, ../src/sass/layout/_index.scss */
.link ul > li {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}
/* line 374, ../src/sass/layout/_index.scss */
.link ul > li:last-child {
  margin-right: 0;
}
/* line 378, ../src/sass/layout/_index.scss */
.link .bx-wrapper img {
  width: 220px;
  height: 65px;
  border: 2px solid transparent;
}

/* line 385, ../src/sass/layout/_index.scss */
.link_inner {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 385, ../src/sass/layout/_index.scss */
  .link_inner {
    width: 100%;
  }
}

/* line 1, ../src/sass/layout/_layout.scss */
.bg-content {
  position: relative;
}

/*.bg-content:after{
        position: absolute;
        content: ' ';
        bottom: 200px;
        width: 100%;
        height: 380px;
        @include box-shadow(0px 45px 125px 130px #b4d400);
    }*/
/* line 14, ../src/sass/layout/_layout.scss */
.jq-community a {
  display: inline-block;
  margin: 0 3px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  width: 32px;
  height: 32px;
}

/* line 24, ../src/sass/layout/_layout.scss */
#icon-back {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icons/icon-back.png") no-repeat;
}

/* line 27, ../src/sass/layout/_layout.scss */
#icon-print {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icons/icon-print.png") no-repeat;
}

/* line 30, ../src/sass/layout/_layout.scss */
#icon-mail {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icons/icon-mail.png") no-repeat;
}

/* line 33, ../src/sass/layout/_layout.scss */
#icon-fb {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icons/icon-facebook.png") no-repeat;
}

/* line 36, ../src/sass/layout/_layout.scss */
#icon-twitter {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icons/icon-twitter.png") no-repeat;
}

/* line 39, ../src/sass/layout/_layout.scss */
#icon-plurk {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icons/icon-plurk.png") no-repeat;
}

/* line 42, ../src/sass/layout/_layout.scss */
#icon-line {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icons/icon-line.png") no-repeat;
}

/* line 45, ../src/sass/layout/_layout.scss */
#icon-google {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icons/icon-google.png") no-repeat;
}

/* line 1, ../src/sass/layout/_list.scss */
.l-title-square {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/dot_square.png");
  background-repeat: no-repeat;
  background-position: 3px 5px;
  color: #000;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 11, ../src/sass/layout/_list.scss */
.l-icon-home {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/icon_home.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 10px;
}

/* line 18, ../src/sass/layout/_list.scss */
.l-list-square {
  overflow: auto;
}
/* line 20, ../src/sass/layout/_list.scss */
.l-list-square > li {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/border_square.png");
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 30px;
  line-height: 24px;
}
@media (max-width: 569px) {
  /* line 18, ../src/sass/layout/_list.scss */
  .l-list-square {
    overflow: inherit;
  }
}

/* line 32, ../src/sass/layout/_list.scss */
.l-list-circle > li {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/dot_round.png");
  background-repeat: no-repeat;
  background-position: 8px 8px;
  padding: 0 0 10px 30px;
  line-height: 24px;
}

/* line 40, ../src/sass/layout/_list.scss */
.l-list-border-bot > li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 46, ../src/sass/layout/_list.scss */
.l-list-number {
  padding-left: 30px;
  line-height: 24px;
  list-style: decimal;
}

/* line 52, ../src/sass/layout/_list.scss */
.l-list-inline > li {
  padding-bottom: 15px;
}
/* line 54, ../src/sass/layout/_list.scss */
.l-list-inline > li li {
  line-height: 20px;
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #000;
}
/* line 59, ../src/sass/layout/_list.scss */
.l-list-inline > li li:last-child {
  border-right: none;
}

/* line 66, ../src/sass/layout/_list.scss */
.l-list-vote {
  list-style-type: decimal;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 2em;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
/* line 73, ../src/sass/layout/_list.scss */
.l-list-vote > li {
  margin-bottom: 12px;
}

/* line 78, ../src/sass/layout/_list.scss */
.l-list-decimal {
  list-style-type: decimal;
  padding-left: 2em;
}
/* line 81, ../src/sass/layout/_list.scss */
.l-list-decimal > li {
  margin-bottom: 12px;
}

/* line 86, ../src/sass/layout/_list.scss */
.l-list-noBrackets {
  position: relative;
  margin-bottom: 12px;
}
/* line 89, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li {
  margin-bottom: 24px;
}
/* line 91, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(1) {
  padding: 0 0 0 2em;
}
/* line 93, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(1):before {
  content: '一、';
  position: absolute;
  left: 0;
}
/* line 99, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(2) {
  padding: 0 0 0 2em;
}
/* line 101, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(2):before {
  content: '二、';
  position: absolute;
  left: 0;
}
/* line 107, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(3) {
  padding: 0 0 0 2em;
}
/* line 109, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(3):before {
  content: '三、';
  position: absolute;
  left: 0;
}
/* line 115, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(4) {
  padding: 0 0 0 2em;
}
/* line 117, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(4):before {
  content: '四、';
  position: absolute;
  left: 0;
}
/* line 123, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(5) {
  padding: 0 0 0 2em;
}
/* line 125, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(5):before {
  content: '五、';
  position: absolute;
  left: 0;
}
/* line 131, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(6) {
  padding: 0 0 0 2em;
}
/* line 133, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(6):before {
  content: '六、';
  position: absolute;
  left: 0;
}
/* line 139, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(7) {
  padding: 0 0 0 2em;
}
/* line 141, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(7):before {
  content: '七、';
  position: absolute;
  left: 0;
}
/* line 147, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(8) {
  padding: 0 0 0 2em;
}
/* line 149, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(8):before {
  content: '八、';
  position: absolute;
  left: 0;
}
/* line 155, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(9) {
  padding: 0 0 0 2em;
}
/* line 157, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(9):before {
  content: '九、';
  position: absolute;
  left: 0;
}
/* line 163, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(10) {
  padding: 0 0 0 2em;
}
/* line 165, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(10):before {
  content: '十、';
  position: absolute;
  left: 0;
}
/* line 171, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(11) {
  padding: 0 0 0 3em;
}
/* line 173, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(11):before {
  content: '十一、';
  position: absolute;
  left: 0;
}
/* line 179, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(12) {
  padding: 0 0 0 3em;
}
/* line 181, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(12):before {
  content: '十二、';
  position: absolute;
  left: 0;
}
/* line 187, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(13) {
  padding: 0 0 0 3em;
}
/* line 189, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(13):before {
  content: '十三、';
  position: absolute;
  left: 0;
}
/* line 195, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(14) {
  padding: 0 0 0 3em;
}
/* line 197, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(14):before {
  content: '十四、';
  position: absolute;
  left: 0;
}
/* line 203, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(15) {
  padding: 0 0 0 3em;
}
/* line 205, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(15):before {
  content: '十五、';
  position: absolute;
  left: 0;
}
/* line 211, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(16) {
  padding: 0 0 0 3em;
}
/* line 213, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(16):before {
  content: '十六、';
  position: absolute;
  left: 0;
}
/* line 219, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(17) {
  padding: 0 0 0 3em;
}
/* line 221, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(17):before {
  content: '十七、';
  position: absolute;
  left: 0;
}
/* line 227, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(18) {
  padding: 0 0 0 3em;
}
/* line 229, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(18):before {
  content: '十八、';
  position: absolute;
  left: 0;
}
/* line 235, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(19) {
  padding: 0 0 0 3em;
}
/* line 237, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(19):before {
  content: '十九、';
  position: absolute;
  left: 0;
}
/* line 243, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(20) {
  padding: 0 0 0 3em;
}
/* line 245, ../src/sass/layout/_list.scss */
.l-list-noBrackets > li:nth-child(20):before {
  content: '二十、';
  position: absolute;
  left: 0;
}

/* line 254, ../src/sass/layout/_list.scss */
.l-list-Brackets {
  position: relative;
}
/* line 257, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(1) {
  padding: 0 0 0 4em;
}
/* line 259, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(1):before {
  content: '（一）、';
  position: absolute;
  left: 0;
}
/* line 265, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(2) {
  padding: 0 0 0 4em;
}
/* line 267, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(2):before {
  content: '（二）、';
  position: absolute;
  left: 0;
}
/* line 273, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(3) {
  padding: 0 0 0 4em;
}
/* line 275, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(3):before {
  content: '（三）、';
  position: absolute;
  left: 0;
}
/* line 281, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(4) {
  padding: 0 0 0 4em;
}
/* line 283, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(4):before {
  content: '（四）、';
  position: absolute;
  left: 0;
}
/* line 289, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(5) {
  padding: 0 0 0 4em;
}
/* line 291, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(5):before {
  content: '（五）、';
  position: absolute;
  left: 0;
}
/* line 297, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(6) {
  padding: 0 0 0 4em;
}
/* line 299, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(6):before {
  content: '（六）、';
  position: absolute;
  left: 0;
}
/* line 305, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(7) {
  padding: 0 0 0 4em;
}
/* line 307, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(7):before {
  content: '（七）、';
  position: absolute;
  left: 0;
}
/* line 313, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(8) {
  padding: 0 0 0 4em;
}
/* line 315, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(8):before {
  content: '（八）、';
  position: absolute;
  left: 0;
}
/* line 321, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(9) {
  padding: 0 0 0 4em;
}
/* line 323, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(9):before {
  content: '（九）、';
  position: absolute;
  left: 0;
}
/* line 329, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(10) {
  padding: 0 0 0 4em;
}
/* line 331, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(10):before {
  content: '（十）、';
  position: absolute;
  left: 0;
}
/* line 337, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(11) {
  padding: 0 0 0 5em;
}
/* line 339, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(11):before {
  content: '（十一）、';
  position: absolute;
  left: 0;
}
/* line 345, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(12) {
  padding: 0 0 0 5em;
}
/* line 347, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(12):before {
  content: '（十二）、';
  position: absolute;
  left: 0;
}
/* line 353, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(13) {
  padding: 0 0 0 5em;
}
/* line 355, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(13):before {
  content: '（十三）、';
  position: absolute;
  left: 0;
}
/* line 361, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(14) {
  padding: 0 0 0 5em;
}
/* line 363, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(14):before {
  content: '（十四）、';
  position: absolute;
  left: 0;
}
/* line 369, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(15) {
  padding: 0 0 0 5em;
}
/* line 371, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(15):before {
  content: '（十五）、';
  position: absolute;
  left: 0;
}
/* line 377, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(16) {
  padding: 0 0 0 5em;
}
/* line 379, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(16):before {
  content: '（十六）、';
  position: absolute;
  left: 0;
}
/* line 385, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(17) {
  padding: 0 0 0 5em;
}
/* line 387, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(17):before {
  content: '（十七）、';
  position: absolute;
  left: 0;
}
/* line 393, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(18) {
  padding: 0 0 0 5em;
}
/* line 395, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(18):before {
  content: '（十八）、';
  position: absolute;
  left: 0;
}
/* line 401, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(19) {
  padding: 0 0 0 5em;
}
/* line 403, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(19):before {
  content: '（十九）、';
  position: absolute;
  left: 0;
}
/* line 409, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(20) {
  padding: 0 0 0 5em;
}
/* line 411, ../src/sass/layout/_list.scss */
.l-list-Brackets > li:nth-child(20):before {
  content: '（二十）、';
  position: absolute;
  left: 0;
}

/* line 419, ../src/sass/layout/_list.scss */
ol[type=a] {
  list-style-type: lower-alpha;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

/* line 1, ../src/sass/layout/_main.scss */
.main {
  width: 620px;
  float: right;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 1, ../src/sass/layout/_main.scss */
  .main {
    float: none;
    width: 100%;
  }
}
/* line 10, ../src/sass/layout/_main.scss */
.main h1 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 17px;
  border-left-width: 7px;
  border-style: solid;
  padding: 10px 0 10px 30px;
  margin: 20px 0 20px 0;
  font-weight: bold;
}
/* line 19, ../src/sass/layout/_main.scss */
.main h2 {
  font-size: 19px;
  line-height: 24px;
}
/* line 22, ../src/sass/layout/_main.scss */
.main h3 {
  font-weight: bold;
}
/* line 25, ../src/sass/layout/_main.scss */
.main h4 {
  padding: 5px 33px;
}
/* line 28, ../src/sass/layout/_main.scss */
.main p {
  margin-bottom: 25px;
}

/* line 33, ../src/sass/layout/_main.scss */
.second {
  width: 100%;
  float: none;
}

/* line 1, ../src/sass/layout/_table.scss */
td, th {
  border: 1px solid #7DA300;
  padding: 5px;
}

/* No files to import found in page/* */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 33, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 43, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

/* LOADER */
/* line 53, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/css/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 67, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 76, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 83, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 105, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: -40px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/css/images/controls.png) no-repeat 0 -32px;
}
@media (max-width: 1060px) {
  /* line 105, ../src/sass/vendor/_jquery.bxslider.scss */
  .bx-wrapper .bx-prev {
    left: 10px;
  }
}

/* line 113, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: -30px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/css/images/controls.png) no-repeat -43px -32px;
}
@media (max-width: 1060px) {
  /* line 113, ../src/sass/vendor/_jquery.bxslider.scss */
  .bx-wrapper .bx-next {
    right: 10px;
  }
}

/* line 121, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 125, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 129, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 140, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 147, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 151, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 161, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 166, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/css/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 176, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 184, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 189, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 197, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 206, ../src/sass/vendor/_jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../src/sass/vendor/_jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/fancybox_sprite.png");
}

/* line 82, ../src/sass/vendor/_jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../src/sass/vendor/_jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/fancybox_overlay.png");
}

/* line 190, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../src/sass/vendor/_jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../src/sass/vendor/_jquery.fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../src/sass/vendor/_jquery.fancybox.scss */
  #fancybox-loading div {
    background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 1, ../src/sass/vendor/_valid.scss */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}

/* line 6, ../src/sass/vendor/_valid.scss */
.field-validation-valid {
  display: none;
}

/* line 10, ../src/sass/vendor/_valid.scss */
input.input-validation-error {
  border: 1px solid #e80c4d;
}

/* line 14, ../src/sass/vendor/_valid.scss */
input[type="checkbox"].input-validation-error {
  border: 0 none;
}

/* line 18, ../src/sass/vendor/_valid.scss */
.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

/* line 24, ../src/sass/vendor/_valid.scss */
.validation-summary-valid {
  display: none;
}

/* line 2, ../src/sass/_inbox.scss */
.introduce {
  padding-bottom: 20px;
}
/* line 4, ../src/sass/_inbox.scss */
.introduce .title {
  font-size: 24px;
}

/* line 9, ../src/sass/_inbox.scss */
.introduce-title {
  float: left;
  width: 50%;
}
/* line 12, ../src/sass/_inbox.scss */
.introduce-title p {
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
}
/* line 17, ../src/sass/_inbox.scss */
.introduce-title h3 {
  font-size: 32px;
  font-weight: bold;
  display: inline;
}
/* line 22, ../src/sass/_inbox.scss */
.introduce-title sub {
  margin: 10px;
  font-size: 16px;
}

/* line 28, ../src/sass/_inbox.scss */
.introduce-education {
  height: 100px;
  width: 50%;
  float: right;
  border-left: 1px solid #eeeeee;
}
/* line 33, ../src/sass/_inbox.scss */
.introduce-education p {
  padding-left: 20px;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 569px) {
  /* line 28, ../src/sass/_inbox.scss */
  .introduce-education {
    height: auto;
  }
}

/* line 44, ../src/sass/_inbox.scss */
.itroduce-experience {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

/* line 53, ../src/sass/_inbox.scss */
.img-bordered {
  border: 2px solid #eee;
}

/* line 57, ../src/sass/_inbox.scss */
.red {
  color: red;
}

/* line 60, ../src/sass/_inbox.scss */
.blue {
  color: blue;
}

/* line 65, ../src/sass/_inbox.scss */
.block {
  float: right;
  padding-top: 10px;
}

/* line 70, ../src/sass/_inbox.scss */
.blockmain {
  padding-right: 5px;
}

/* line 74, ../src/sass/_inbox.scss */
.blockone {
  text-align: left;
  float: left;
}
/* line 77, ../src/sass/_inbox.scss */
.blockone > a {
  color: #000;
}

/* line 83, ../src/sass/_inbox.scss */
.progressbar {
  text-align: right;
}
@media (max-width: 569px) {
  /* line 83, ../src/sass/_inbox.scss */
  .progressbar {
    text-align: left;
  }
}
/* line 88, ../src/sass/_inbox.scss */
.progressbar span {
  height: 20px;
  color: #fff;
  border: 1px solid #a4a4a4;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #ff9c00;
}

/* line 100, ../src/sass/_inbox.scss */
.FAQ div {
  width: 100%;
  padding: 15px 10px;
}
/* line 104, ../src/sass/_inbox.scss */
.FAQ h4 {
  background: #eeeeee;
  border: 1px solid #e3e3e3;
}
/* line 108, ../src/sass/_inbox.scss */
.FAQ .category {
  border: 1px solid #e3e3e3;
  overflow: hidden;
  *zoom: 1;
}
/* line 111, ../src/sass/_inbox.scss */
.FAQ .category li {
  width: 25%;
  float: left;
  margin-bottom: 15px;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_l.png") no-repeat 5px center;
}
/* line 116, ../src/sass/_inbox.scss */
.FAQ .category li:hover {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_l_white.png") no-repeat 5px center;
}
/* line 120, ../src/sass/_inbox.scss */
.FAQ .category li a {
  padding-left: 15px;
  display: block;
}
/* line 128, ../src/sass/_inbox.scss */
.FAQ .question {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/cross_square.png") no-repeat 10px center;
  border: 1px solid #eeeeee;
  cursor: pointer;
  padding-left: 40px;
}
/* line 133, ../src/sass/_inbox.scss */
.FAQ .question:hover {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/cross_square_green.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 139, ../src/sass/_inbox.scss */
.FAQ .answer {
  border: 1px solid #eeeeee;
  padding-left: 40px;
  display: none;
}
/* line 144, ../src/sass/_inbox.scss */
.FAQ .active {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/cross_square_green.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}

/* line 151, ../src/sass/_inbox.scss */
.gotop {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/arrow_top.png") no-repeat;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  cursor: pointer;
  z-index: 3;
}

/* line 163, ../src/sass/_inbox.scss */
.forum {
  text-align: center;
  background: #dddddd;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
/* line 168, ../src/sass/_inbox.scss */
.forum span {
  display: inline-block;
  margin: 10px 15px;
}
@media (max-width: 569px) {
  /* line 168, ../src/sass/_inbox.scss */
  .forum span {
    display: block;
  }
}
/* line 175, ../src/sass/_inbox.scss */
.forum select {
  padding: 5px 20px 5px 10px;
}
/* line 177, ../src/sass/_inbox.scss */
.forum select option {
  padding: 5px 10px;
}
/* line 181, ../src/sass/_inbox.scss */
.forum input {
  text-align: center;
  padding: 5px;
  margin: 0 5px 5px 5px;
}

/* line 187, ../src/sass/_inbox.scss */
.border-bot {
  border-bottom: 1px solid #d8d8d8;
}

/* line 192, ../src/sass/_inbox.scss */
.newspaper {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/bg_e-newspaper.jpg") 10px 0 no-repeat;
}
/* line 193, ../src/sass/_inbox.scss */
.newspaper .title {
  padding-right: 80px;
  display: inline-block;
  position: relative;
}
/* line 197, ../src/sass/_inbox.scss */
.newspaper .title span {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 300px;
}
/* line 205, ../src/sass/_inbox.scss */
.newspaper > div > div {
  padding: 10px;
  margin: 5px;
  display: inline-block;
  border-radius: 5px;
}
/* line 210, ../src/sass/_inbox.scss */
.newspaper > div > div h3 {
  padding-bottom: 10px;
}
/* line 216, ../src/sass/_inbox.scss */
.newspaper .top-line > div {
  background: #dbeed3;
  width: 48%;
  height: 300px;
}
/* line 220, ../src/sass/_inbox.scss */
.newspaper .top-line > div h3 {
  color: #63763d;
}
/* line 223, ../src/sass/_inbox.scss */
.newspaper .top-line > div:nth-child(even) {
  background: #d4eaf6;
}
/* line 225, ../src/sass/_inbox.scss */
.newspaper .top-line > div:nth-child(even) h3 {
  color: #3173ab;
}
/* line 233, ../src/sass/_inbox.scss */
.newspaper .bot-line > div {
  width: 98%;
  background: #f0d9d9;
  height: 300px;
}
/* line 237, ../src/sass/_inbox.scss */
.newspaper .bot-line > div h3 {
  color: #a95188;
}

/* line 247, ../src/sass/_inbox.scss */
.inside-search {
  clear: right;
  float: right;
  margin-top: 15px;
  position: relative;
}

/* line 253, ../src/sass/_inbox.scss */
.csetext {
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
  height: 30px;
}

/* line 262, ../src/sass/_inbox.scss */
.search_btn {
  position: absolute;
  border-radius: 10px;
  cursor: pointer;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 0;
  border: none;
  background: none;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181125183105/https://www.cypd.gov.tw/images/search.png") no-repeat 1px 5px;
  width: 40px;
  height: 30px;
}

/* line 276, ../src/sass/_inbox.scss */
.gsc-selected-option-container {
  min-width: 80px !important;
}

@media (max-width: 959px) {
  /* line 280, ../src/sass/_inbox.scss */
  .album {
    text-align: center;
  }
}
/* line 284, ../src/sass/_inbox.scss */
.album > li {
  display: inline-block;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 569px) {
  /* line 284, ../src/sass/_inbox.scss */
  .album > li {
    padding-right: 0;
  }
}
/* line 294, ../src/sass/_inbox.scss */
.album > li:nth-child(3n+3) {
  padding-right: 0;
}
@media (max-width: 959px) {
  /* line 294, ../src/sass/_inbox.scss */
  .album > li:nth-child(3n+3) {
    padding-right: 25px;
  }
}
@media (max-width: 569px) {
  /* line 294, ../src/sass/_inbox.scss */
  .album > li:nth-child(3n+3) {
    padding-right: 0;
  }
}
/* line 304, ../src/sass/_inbox.scss */
.album > li img {
  padding: 3px;
  box-shadow: 1px 1px 5px #000;
}
/* line 308, ../src/sass/_inbox.scss */
.album > li div {
  padding-top: 10px;
  display: block;
}
/* line 312, ../src/sass/_inbox.scss */
.album > li span {
  display: block;
}

/* line 319, ../src/sass/_inbox.scss */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

/* line 325, ../src/sass/_inbox.scss */
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 336, ../src/sass/_inbox.scss */
.sitemap-content > ul > li > a {
  font-weight: bold;
  font-size: 18px;
}
/* line 340, ../src/sass/_inbox.scss */
.sitemap-content ul {
  list-style-type: decimal;
  padding-left: 2em;
  counter-reset: item;
}
/* line 344, ../src/sass/_inbox.scss */
.sitemap-content ul > li {
  margin: 10px 0;
}
/* line 348, ../src/sass/_inbox.scss */
.sitemap-content ul li {
  display: block;
  position: relative;
}
/* line 352, ../src/sass/_inbox.scss */
.sitemap-content ul li:before {
  content: counters(item,".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  /* space between number and text */
}
@media (max-width: 767px) {
  /* line 361, ../src/sass/_inbox.scss */
  .sitemap-content ul > li:before {
    display: inline-block;
  }
}

/* line 367, ../src/sass/_inbox.scss */
.index-rss {
  position: absolute;
  right: 40px;
  top: 17px;
}
@media (max-width: 959px) {
  /* line 367, ../src/sass/_inbox.scss */
  .index-rss {
    display: none !important;
  }
}

@media (max-width: 959px) {
  /* line 377, ../src/sass/_inbox.scss */
  #searchform1 {
    display: none;
  }
}

/* line 382, ../src/sass/_inbox.scss */
.people-view {
  text-align: right;
}

/* line 386, ../src/sass/_inbox.scss */
.fb-page {
  width: 40%;
  float: left;
  margin: 0 5%;
}
@media (max-width: 768px) {
  /* line 386, ../src/sass/_inbox.scss */
  .fb-page {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

/* line 396, ../src/sass/_inbox.scss */
.sitemap-inner ul {
  display: block !important;
}

/* line 397, ../src/sass/_inbox.scss */
.sitemap-list > li ul ul {
  display: none !important;
}

/* line 400, ../src/sass/_inbox.scss */
.main .sf-arrows {
  display: none !important;
}

/*# sourceMappingURL=all.css.map */






/*
     FILE ARCHIVED ON 18:31:05 十一月 25, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 5:47:35 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
