@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1216px) {
  .wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 1016px) {
  .wrapper {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 96%;
  }
}
.main {
  background-color: #fff;
}
.main-index,
.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}
@media screen and (max-width: 1016px) {
  .main-index,
  .main-content {
    padding: 15px 0;
  }
}
.main-content {
  padding: 25px 80px;
}
@media screen and (max-width: 1016px) {
  .main-content {
    padding: 15px;
  }
}
.main-paper {
  width: 420px;
  margin-right: 15px;
}
@media screen and (max-width: 1216px) {
  .main-paper {
    width: 345px;
  }
}
@media screen and (max-width: 1016px) {
  .main-paper {
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }
}
.main-paper-date-web {
  font-size: 24px;
  line-height: 1;
  color: #fd841f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 15px;
}
.main-paper-date-mob {
  font-size: 20px;
  margin-bottom: 10px;
}
.main-paper .mark {
  color: #fff;
  width: 75px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  background: #fd841f;
  border-radius: 5px;
}
.main-paper .year:after,
.main-paper .month:after,
.main-paper .day:after {
  content: '｜';
  font-size: 16px;
  color: #333;
  margin-right: 5px;
}
.main-paper .year:after {
  content: '年';
}
.main-paper .month:after {
  content: '月';
}
.main-paper .day:after {
  content: '日';
}
.main-paper .week {
  font-size: 16px;
  color: #333;
}
.main-paper .week:before {
  content: '星期';
  font-size: 16px;
  color: #333;
  margin: 0 0 0 5px;
}
.main-paper-img {
  padding: 10px;
  background-color: #fff9f4;
  border: 1px solid #fce5d1;
  border-radius: 5px;
  position: relative;
  width: 420px;
  height: 610px;
}
@media screen and (max-width: 1216px) {
  .main-paper-img {
    width: 345px;
    height: 565px;
  }
}
@media screen and (max-width: 1016px) {
  .main-paper-img {
    width: inherit;
    height: inherit;
  }
}
.main-paper-img img {
  display: block;
  width: 350px;
  margin: 0 auto;
}
.main-group {
  position: relative;
}
.main-group-search {
  margin-bottom: 15px;
}
@media screen and (max-width: 1016px) {
  .main-group-search {
    display: none;
  }
}
.main-group-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-group-left {
  width: 420px;
  margin-right: 15px;
}
@media screen and (max-width: 1216px) {
  .main-group-left {
    width: 345px;
  }
}
.main-group-left .introduce {
  padding: 15px;
  height: 250px;
  background-color: #f7f7f7;
  overflow-y: auto;
  color: #6d6d6d;
  margin-top: 360px;
}
@media screen and (max-width: 1216px) {
  .main-group-left .introduce {
    height: 208px;
  }
}
.main-group-left .introduce-top {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-group-left .introduce-top span {
  font-size: 16px;
  line-height: 1;
  color: #fe4598;
  padding: 7px 15px 3px;
  margin-left: 10px;
  border: 1px solid #fe4598;
}
.main-group-left .introduce-top p {
  margin-bottom: 0;
}
.main-group-right {
  width: 300px;
}
@media screen and (max-width: 1216px) {
  .main-group-right {
    width: 250px;
  }
}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.search .close-btn {
  display: none;
}
@media screen and (max-width: 1016px) {
  .search .close-btn {
    display: block;
    right: 16px;
  }
}
.search .sub-title {
  font-weight: 600;
  width: 75px;
}
@media screen and (max-width: 1016px) {
  .search .sub-title {
    width: 100%;
    margin-top: 20px;
    color: #fd841f;
    font-size: 20px;
    font-weight: normal;
  }
}
.search .input-search {
  width: calc(100% - 75px - 10px - 85px);
  margin-left: 10px;
}
@media screen and (max-width: 1016px) {
  .search .input-search {
    width: calc(100% - 85px);
    margin-left: 0;
  }
}
.search .button-search {
  width: 75px;
  height: 32px;
  margin-left: 10px;
}
@media screen and (max-width: 1016px) {
  .search .button-search {
    height: 40px;
  }
}
.search-mob-position {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.search-mob-style {
  border: 0 solid #e4e0e0;
  width: 90%;
  min-width: 320px;
  min-height: 200px;
  border-radius: 0;
  margin-bottom: 0;
  padding: 60px 20px 10px;
  border: 2px solid #262626;
  background-color: #505050;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
          box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
}
.search-mob-open {
  display: block;
}
.search-result {
  margin: 20px 0 10px;
  width: 100%;
}
.search-result span {
  color: #fd841f;
  margin: 0 5px;
}
.search-list {
  width: 100%;
  margin-bottom: 10px;
}
.search-list-group {
  position: relative;
}
@media screen and (max-width: 1016px) {
  .search-list-group {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 1016px) {
  .search-list-group:last-child {
    border-bottom: none;
  }
}
.search-list-group:last-child .search-list-read {
  border-bottom: none;
}
.search-list-read {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  width: calc(100% - 274px);
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1016px) {
  .search-list-read {
    padding: 10px 0;
    width: calc(100% - 90px);
    min-height: 155px;
    border-bottom: none;
  }
}
.search-list-read .preface {
  margin: 10px 0 10px;
}
@media screen and (max-width: 1016px) {
  .search-list-read .preface {
    margin: 5px 0;
  }
}
.search-list-read:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 1016px) {
  .search-list-read:hover {
    background-color: #fff;
  }
}
.search-list-headline {
  margin: 5px 0 10px;
  color: #fd841f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1016px) {
  .search-list-headline {
    margin-bottom: 5px;
  }
}
.search-list-headline .number {
  color: #cbcfd9;
  margin-right: 5px;
}
.search-list-headline .headline {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1016px) {
  .search-list-headline .headline {
    white-space: inherit;
    word-break: inherit;
  }
}
.search-list-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-family: Arial, '新細明體';
}
.search-list-info li {
  display: inline-block;
  margin-right: 10px;
  color: #2f668e;
}
@media screen and (max-width: 1016px) {
  .search-list-info li {
    display: inline;
    margin-right: 5px;
  }
}
.search-list-paper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 274px;
  padding: 7px;
  background-color: #c2c2c2;
  border-radius: 5px;
  z-index: 10;
}
@media screen and (max-width: 1016px) {
  .search-list-paper {
    display: block;
    width: 90px;
    padding: 10px 0 10px 10px;
    background-color: #fff;
  }
}
.search-list-paper img {
  display: block;
  width: 260px;
}
@media screen and (max-width: 1016px) {
  .search-list-paper img {
    width: 80px;
  }
}
.search-list-paper.show {
  display: block;
}
.paper-clip-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 18px;
}
.paper-clip-info i {
  color: #fd841f;
  margin: 0 5px;
}
.paper-clip-info .sub-title {
  line-height: 35px;
  color: #fd841f;
  font-weight: 600;
  width: 75px;
}
.paper-clip-info .tag,
.paper-clip-info .amount {
  color: #fd841f;
  font-weight: 600;
  margin: 0 5px;
}
.paper-clip-info .button-del {
  width: 75px;
  height: 32px;
  margin-left: 10px;
}
.paper-clip-items {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
          box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
  margin-top: 25px;
  margin-bottom: 20px;
}
.paper-clip-items .table-head {
  background: #dedfe4;
  border-radius: 5px 5px 0 0;
}
.paper-clip-items .table-head .tags {
  font-size: 15px;
}
@media screen and (max-width: 667px) {
  .paper-clip-items .table-head .tags {
    display: none;
  }
}
.paper-clip-items .table-head .function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1016px) {
  .paper-clip-items .table-head .function {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.paper-clip-items .table-row {
  background: #f9fafe;
}
.paper-clip-items .table-row:nth-child(even) {
  background: #f2f1f1;
}
.paper-clip-items .table-row:last-child {
  border-radius: 0 0 5px 5px;
}
.paper-clip-items i {
  display: block;
}
.paper-clip-items .mark {
  color: #fd841f;
}
.paper-clip-items .function {
  width: 10%;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .paper-clip-items .function {
    width: 70px;
  }
}
@media screen and (max-width: 375px) {
  .paper-clip-items .function {
    width: 50px;
    padding: 8px 0;
  }
}
.paper-clip-items .del,
.paper-clip-items .edit {
  display: inline-block;
  width: 50px;
  cursor: pointer;
  text-align: center;
}
.paper-clip-items .del {
  border-bottom: 1px solid #dedfe4;
}
.paper-clip-items .img {
  width: 15%;
}
@media screen and (max-width: 1016px) {
  .paper-clip-items .img {
    width: 20%;
  }
}
@media screen and (max-width: 667px) {
  .paper-clip-items .img {
    width: 90px;
  }
}
@media screen and (max-width: 375px) {
  .paper-clip-items .img {
    width: 80px;
  }
}
.paper-clip-items .img img {
  display: block;
  width: 90px;
  border: 1px solid #dedfe4;
}
@media screen and (max-width: 667px) {
  .paper-clip-items .img img {
    width: 70px;
  }
}
.paper-clip-items .info {
  width: 15%;
}
@media screen and (max-width: 1016px) {
  .paper-clip-items .info {
    width: 20%;
  }
}
@media screen and (max-width: 667px) {
  .paper-clip-items .info {
    width: calc(100% - 70px - 90px);
  }
}
@media screen and (max-width: 375px) {
  .paper-clip-items .info {
    width: calc(100% - 50px - 80px);
  }
}
.paper-clip-items .info span {
  display: block;
}
.paper-clip-items .tags {
  width: 20%;
  font-size: 0;
}
.paper-clip-items .tags:before {
  display: none;
  content: '標籤';
  font-size: 15px;
  color: #fd841f;
  padding-top: 5px;
  border-top: 1px solid #dedfe4;
}
@media screen and (max-width: 667px) {
  .paper-clip-items .tags:before {
    display: block;
  }
}
@media screen and (max-width: 1016px) {
  .paper-clip-items .tags {
    width: 50%;
  }
}
@media screen and (max-width: 667px) {
  .paper-clip-items .tags {
    width: 100%;
  }
}
.paper-clip-items .tags a {
  display: inline;
  font-size: 15px;
}
.paper-clip-items .tags a:after {
  display: inline-block;
  content: '、';
  color: #333;
}
.paper-clip-items .tags a:last-child:after {
  content: '';
}
.paper-clip-items .memo {
  width: 20%;
}
@media screen and (max-width: 1016px) {
  .paper-clip-items .memo {
    display: none;
  }
}
.paper-clip-block {
  background-color: #f9fafe;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
          box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
  margin: 20px 0 15px;
  padding: 15px;
}
.paper-clip-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paper-clip-list.sort {
  font-size: 16px;
  background-color: #f9fafe;
  border-bottom: 1px solid #dedfe4;
}
.paper-clip-list.sort a {
  font-weight: 600;
  background-color: #f9fafe !important;
}
.paper-clip-list a {
  width: 25%;
  color: #515050;
  text-align: center;
  padding: 0 5px;
  line-height: 50px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f9fafe;
}
@media screen and (max-width: 767px) {
  .paper-clip-list a {
    width: 50%;
    padding: 0 15px;
    text-align: left;
  }
}
.paper-clip-list a:hover {
  color: #fd841f;
  text-decoration: underline;
}
.paper-clip-list a:nth-child(8n+1),
.paper-clip-list a:nth-child(8n+2),
.paper-clip-list a:nth-child(8n+3),
.paper-clip-list a:nth-child(8n+4) {
  background-color: #f2f1f1;
}
@media screen and (max-width: 767px) {
  .paper-clip-list a:nth-child(8n+1),
  .paper-clip-list a:nth-child(8n+2),
  .paper-clip-list a:nth-child(8n+3),
  .paper-clip-list a:nth-child(8n+4) {
    background-color: #f9fafe;
  }
}
@media screen and (max-width: 767px) {
  .paper-clip-list a:nth-child(4n+1),
  .paper-clip-list a:nth-child(4n+2) {
    background-color: #f2f1f1;
  }
}
.ad img {
  display: block;
  width: 300px;
  height: 250px;
}
@media screen and (max-width: 1216px) {
  .ad img {
    width: 250px;
    height: 208px;
  }
}
.sign-up .fa-user {
  margin-right: 10px;
}
.sign-up input,
.sign-up button {
  width: 100%;
}
.sign-up-top {
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  background-color: #545454;
  padding-left: 10px;
  border-radius: 5px 5px 0 0;
}
.sign-up-block {
  padding: 20px 15px;
  background-color: #fff9f4;
  border-radius: 0 0 5px 5px;
  border: 1px solid #fce5d1;
  border-top: none;
  margin-bottom: 25px;
}
.sign-up-block div {
  margin-bottom: 10px;
}
.sign-up-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sign-up-text {
  font-size: 13px;
  line-height: 1.2;
  color: #fd841f;
  margin: 5px 0 20px !important;
}
.sign-up .succeed {
  height: 290px;
}
.sign-up .code-theme {
  display: block;
  margin-left: 10px;
  margin-top: 6px;
}
.sign-up .member-server {
  padding: 0;
  margin: 0;
}
.sign-up .member-server li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  border-bottom: 1px solid #fce5d1;
}
.sign-up .member-server li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.sign-up .member-server a,
.sign-up .member-server span {
  width: 50%;
}
.sign-up .member-server a:first-child,
.sign-up .member-server span:first-child {
  border-right: 1px solid #fff;
}
.sign-up .member-server a {
  color: #de0505;
}
.sign-up .member-server .sub-title {
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  background-color: #fd841f;
}
.calendar {
  border: 1px solid #e4e0e0;
  width: 420px;
  height: 335px;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 0 20px;
  position: absolute;
  top: 47px;
  overflow: hidden;
}
@media screen and (max-width: 1216px) {
  .calendar {
    width: 345px;
  }
}
@media screen and (max-width: 1016px) {
  .calendar {
    display: none;
  }
}
.calendar .close-btn {
  display: none;
}
@media screen and (max-width: 1016px) {
  .calendar .close-btn {
    display: block;
    right: 16px;
  }
}
.calendar .datepicker {
  display: none;
}
.calendar .pickadate__calendar {
  padding: 0;
  border: 0 solid #fff;
}
.calendar-mob-position {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.calendar-mob-style {
  border: 0 solid #e4e0e0;
  width: 90%;
  min-width: 320px;
  min-height: 420px;
  border-radius: 0;
  margin-bottom: 0;
  padding: 60px 20px 10px;
  border: 2px solid #262626;
  background-color: #505050;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
          box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
}
.calendar-mob-open {
  display: block;
}
@media screen and (max-width: 1016px) {
  .pickadate__holder {
    top: 55% !important;
  }
}
@media screen and (max-width: 1016px) {
  .pickadate__calendar {
    background-color: #505050 !important;
  }
}
@media screen and (max-width: 1016px) {
  .pickadate__nav--prev:before {
    border-right: 0.75em solid #fd841f !important;
  }
}
@media screen and (max-width: 1016px) {
  .pickadate__nav--next:before {
    border-left: 0.75em solid #fd841f !important;
  }
}
@media screen and (max-width: 1016px) {
  .pickadate__button--today {
    color: #fff !important;
    background: #505050 !important;
  }
}
@media screen and (max-width: 1016px) {
  .pickadate__day {
    border: 0px solid #fff;
  }
}
@media screen and (max-width: 1016px) {
  .pickadate__table thead tr {
    background-color: #000 !important;
  }
}
@media screen and (max-width: 1016px) {
  .pickadate__weekday {
    font-size: 1em !important;
    background-color: #000 !important;
  }
}
@media screen and (max-width: 1016px) {
  .pickadate__day--outfocus {
    opacity: 0.9 !important;
  }
}
.calendar-web {
  border: 1px solid #e4e0e0;
  height: 335px;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
  position: relative;
}
.calendar-web-select-top {
  margin-bottom: 15px;
}
.calendar-web-select-bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.calendar-web select {
  vertical-align: middle;
  font-family: Arial, '微軟正黑體', '新細明體', sans-serif;
  font-size: 18px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}
.calendar-web .year,
.calendar-web .month {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar-web .year:after,
.calendar-web .month:after {
  content: '｜';
  font-size: 18px;
  color: #333;
  margin-left: 5px;
}
.calendar-web .year:after {
  content: '年';
}
.calendar-web .month:after {
  content: '月';
}
.search-icon {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 35px;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  background: #fd841f;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}
@media screen and (max-width: 1016px) {
  .search-icon {
    display: block;
  }
}
.calendar-mob-icon {
  display: none;
  position: absolute;
  right: 10px;
  bottom: -20px;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  background: #fd841f;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}
@media screen and (max-width: 1016px) {
  .calendar-mob-icon {
    display: block;
  }
}
.date {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 1016px) {
  .date {
    display: block;
  }
}
.pop-paper-clip-edit {
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 1016px) {
  .pop-paper-clip-edit {
    width: 90%;
  }
}
.pop-paper-clip-edit .div-table {
  margin-bottom: 20px;
}
.pop-paper-clip-edit .div-table div {
  padding: 0;
}
.pop-paper-clip-edit .table-row {
  margin-bottom: 15px;
}
@media screen and (max-width: 1016px) {
  .pop-paper-clip-edit .table-row {
    display: block;
  }
}
.pop-paper-clip-edit .item {
  width: 100px;
}
@media screen and (max-width: 1016px) {
  .pop-paper-clip-edit .item {
    width: 100%;
  }
}
.pop-paper-clip-edit .fill {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1016px) {
  .pop-paper-clip-edit .fill {
    width: 100%;
  }
}
.pop-paper-clip-edit .fill span {
  margin-right: 10px;
}
.pop-paper-clip-edit .remind {
  display: block;
  margin-left: 100px;
  margin-top: -10px;
}
@media screen and (max-width: 1016px) {
  .pop-paper-clip-edit .remind {
    margin-left: 0;
  }
}
.pop-paper-clip-edit .remind-text {
  font-size: 13px;
  color: #a5a5a5;
}
.pop-paper-clip-edit .remind-text span {
  color: #fd841f;
  margin: 0 5px;
}
.pop-paper-clip-edit .input-bar {
  margin-top: 5px;
}
@media screen and (max-width: 1016px) {
  .pop-paper-clip-edit .textarea-bar {
    margin-top: 5px;
  }
}
.pop-paper-clip-edit .input-theme,
.pop-paper-clip-edit .textarea-theme {
  width: 100%;
  border-radius: 0;
  border: 0px solid #262626;
}
.pop-paper-clip-edit .tags,
.pop-paper-clip-edit .my-tags {
  display: inline-block;
  cursor: pointer;
}
.pop-paper-clip-edit .tags:hover,
.pop-paper-clip-edit .my-tags:hover {
  color: #fd841f;
}
.pop-paper-clip-edit .tags:before,
.pop-paper-clip-edit .my-tags:before {
  font-family: 'FontAwesome';
  width: 1em;
  vertical-align: baseline;
  margin-right: 3px;
}
.pop-paper-clip-edit .tags:before {
  content: '\f056';
}
.pop-paper-clip-edit .my-tags:before {
  content: '\f055';
}
.web-none {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .web-none {
    display: block !important;
  }
}
@media screen and (max-width: 1216px) {
  .smallScreen-none {
    display: none !important;
  }
}
@media screen and (max-width: 1016px) {
  .tablet-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-none {
    display: none !important;
  }
}
@media screen and (max-width: 1216px) {
  .only_1280 {
    display: none !important;
  }
}
.only_1024 {
  display: none !important;
}
@media screen and (max-width: 1216px) {
  .only_1024 {
    display: block !important;
  }
}
.only_768 {
  display: none !important;
}
@media screen and (max-width: 1016px) {
  .only_768 {
    display: block !important;
  }
}
@media screen and (max-width: 1016px) {
  .none_768 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only_web {
    display: none !important;
  }
}
.only_mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .only_mobile {
    display: block !important;
  }
}
.page-number {
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
.page-number a {
  min-width: 24px;
  line-height: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 4px 10px 4px 0;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0 8px;
  position: relative;
  border-radius: 5px;
}
.page-number a:last-child {
  margin-right: 0;
}
.page-number a:hover {
  color: #fff;
  background-color: #fd841f;
  text-decoration: none;
}
.page-number a.active {
  color: #fff;
  background-color: #fd841f;
}
.page-number a.arrow {
  font-size: 18px;
  color: #fd841f;
  background-color: #fff;
}
.page-number a.arrow:hover {
  opacity: 0.6;
}
.page-number a img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1016px) {
  .page-number a:not(.arrow):nth-child(7),
  .page-number a:not(.arrow):nth-child(8),
  .page-number a:not(.arrow):nth-child(9),
  .page-number a:not(.arrow):nth-child(10),
  .page-number a:not(.arrow):nth-child(11) {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .page-number a:not(.arrow):nth-child(5),
  .page-number a:not(.arrow):nth-child(6) {
    display: none;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  z-index: 9998;
}
.overlay.close {
  opacity: 0;
  z-index: -1;
}
.popup {
  position: fixed;
  padding: 50px 30px 25px;
  max-width: 600px;
  min-width: 400px;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #505050;
  border: 2px solid #262626;
  z-index: 99999;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
          box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.125);
  overflow: hidden;
}
@media screen and (max-width: 1016px) {
  .popup {
    min-width: 80% !important;
    padding: 50px 15px 25px;
  }
}
@media screen and (max-width: 375px) {
  .popup {
    min-width: 90% !important;
  }
}
.popup.close {
  opacity: 0;
  z-index: -1;
}
.close-btn {
  width: 25px;
  height: 25px;
  color: #262626;
  background: #fff;
  font-size: 17px;
  line-height: 25px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 26px;
}
@media screen and (max-width: 1016px) {
  .close-btn {
    right: 12px;
  }
}
.close-btn:hover {
  color: #3d290a;
  background: #fff;
}
.popup-content {
  margin: 20px 0 10px;
  font-size: 16px;
  text-align: justify;
  color: #fff;
  overflow: auto;
  max-height: 300px;
}
.popup-content-title {
  font-size: 20px;
  color: #fd841f;
}
.popup-content-headline {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 1016px) {
  .popup-content-headline {
    text-align: left;
  }
}
.popup-content-headline span {
  margin-right: 5px;
}
.popup-content i {
  margin-right: 5px;
}
.popup-content p {
  font-size: 22px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1016px) {
  .popup-content p {
    font-size: 20px;
  }
}
.popup-content a {
  color: #fff;
}
.btn-group {
  display: block;
}
.btn-group .button-theme {
  min-width: 75px;
  margin: 0 5px;
}
.div-table div {
  padding: 8px;
  text-align: left;
}
.table-head {
  padding: 8px 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.table-body {
  padding: 0 !important;
}
.table-row {
  padding: 8px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 667px) {
  .table-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gotop {
  display: none;
  position: fixed;
  overflow: hidden;
  width: 46px;
  height: 46px;
  right: 30px;
  bottom: 50px;
  color: #444;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  background: none;
  border-radius: 6px;
  z-index: 100;
}
.gotop:hover {
  text-decoration: none;
}
.gotop:before {
  content: '\e801';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: block;
  width: 42px;
  height: 42px;
  color: #898989;
  line-height: 36px;
  border-radius: 99em;
  border: 2px solid #898989;
  background-color: rgba(255,255,255,0.7);
}
@media screen and (max-width: 1016px) {
  .gotop {
    right: 5px;
  }
}
header {
  background: -webkit-gradient(linear, left top, left bottom, from(#414040), to(#000));
  background: linear-gradient(to bottom, #414040, #000);
}
header .header-top {
  height: 85px;
  position: relative;
}
@media screen and (max-width: 1016px) {
  header .header-top {
    height: inherit;
  }
}
header .header-top .button {
  font-size: 20px;
  color: #fff;
  position: absolute;
  cursor: pointer;
  display: none;
  z-index: 999;
}
@media screen and (max-width: 1016px) {
  header .header-top .button {
    display: block;
  }
}
header .header-top .button.menu-button-left {
  top: 25%;
  left: 10px;
}
header .header-top .button.menu-button-right {
  top: 25%;
  right: 10px;
}
header .header-top .button.menu-button-right-shopping {
  top: 25%;
  right: 40px;
}
@media screen and (max-width: 375px) {
  header .header-top .button.menu-button-right-shopping {
    display: none;
  }
}
header .header-top .button.menu-button-right-shopping a {
  color: #fff;
}
header .header-top .button.menu-button-right-shopping a:hover {
  color: #fff;
}
header .header-top-block {
  display: inline-block;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header-top-server {
  font-weight: 600;
  width: 250px;
  height: 100vh;
  background-color: #f5f5f5;
  padding: 0px;
  position: fixed;
  top: 0px;
  left: -250px;
  z-index: 1000;
  overflow-y: auto;
}
.menu-open-left header .header-top-server {
  left: 0;
}
header .header-top-server .online {
  width: 100%;
  padding: 1rem;
  color: #333;
}
header .header-top-server .title {
  color: #fff;
  background-color: #fd841f;
}
header .header-top-server .member-server,
header .header-top-server .features-server {
  padding: 1rem;
  margin: 0;
  list-style: none;
}
header .header-top-server .member-server a,
header .header-top-server .features-server a {
  color: #333;
}
header .header-top-server .member-server a:hover,
header .header-top-server .features-server a:hover {
  color: #fd841f;
}
header .header-top-server .member-server li,
header .header-top-server .features-server li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
header .header-top-server .member-server li:last-child,
header .header-top-server .features-server li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
header .header-top-server .member-server li:before,
header .header-top-server .features-server li:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  width: 1em;
  display: inline-block;
  vertical-align: baseline;
  content: '\f061';
  color: #646464;
}
header .header-top-server .member-server-paper,
header .header-top-server .features-server-paper {
  width: calc(100% - 21px);
}
header .header-top-server .member-server-deadline,
header .header-top-server .features-server-deadline {
  padding-left: 21px;
}
header .header-top-server .member-server-deadline a,
header .header-top-server .features-server-deadline a {
  color: #de0505;
}
header .header-top-server .member-server-deadline a:hover,
header .header-top-server .features-server-deadline a:hover {
  color: #de0505;
}
header .header-top-server .features-server li {
  margin-bottom: 100px !important;
}
header .logo-group {
  display: inline-block;
  float: left;
  padding: 25px 10px 10px;
  line-height: 1;
}
@media screen and (max-width: 1016px) {
  header .logo-group {
    display: block;
    float: none;
    text-align: center;
    padding: 10px 20px 6px;
  }
}
header .logo-group a {
  display: block;
}
header .logo {
  display: inline-block;
  width: 220px;
  height: 42px;
  position: relative;
}
@media screen and (max-width: 1016px) {
  header .logo {
    width: 189px;
    height: 36px;
  }
}
header .logo .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .logo .link a {
  display: inline-block;
  height: 100%;
  float: left;
  text-indent: -9999999;
}
header .logo .link .data-index {
  width: 45px;
}
@media screen and (max-width: 1016px) {
  header .logo .link .data-index {
    width: 37px;
  }
}
header .logo .link .index {
  width: calc(100% - 45px);
}
@media screen and (max-width: 1016px) {
  header .logo .link .index {
    width: calc(100% - 37px);
  }
}
header .logo img {
  width: 100%;
  height: inherit;
  display: block;
}
header .logo-ip {
  display: inline-block;
  width: 38px;
  height: 42px;
  margin-left: 10px;
}
@media screen and (max-width: 1016px) {
  header .logo-ip {
    width: 33px;
    height: 36px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  header .logo-ip {
    margin-left: 0;
  }
}
header .logo-ip img {
  width: 100%;
  height: inherit;
  display: block;
}
header .sign-out {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 60px;
  font-size: 15px;
  line-height: 20px;
  z-index: 1;
}
header .online {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding-top: 40px;
}
header .online:after {
  content: '｜';
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
header .online span {
  font-size: 16px;
  color: #fd841f;
  margin: 0 5px;
}
header .menu {
  padding-top: 40px;
  padding-left: 0;
  font-size: 0;
}
@media screen and (max-width: 1016px) {
  header .menu {
    float: none;
    width: 200px;
    height: 100vh;
    padding: 20px;
    color: #333;
    background-color: #f5f5f5;
    text-align: center;
    position: fixed;
    top: 0px;
    right: -200px;
    z-index: 1000;
  }
  .menu-open-right header .menu {
    display: block;
    overflow-y: auto;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
header .menu li {
  float: left;
  display: inline-block;
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  margin-right: 15px;
}
@media screen and (max-width: 1016px) {
  header .menu li {
    display: block;
    width: 100%;
    padding: 0.6rem 0.6rem 0.6rem 1rem;
    line-height: 40px;
    margin: 0 auto;
    margin-right: 0px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
}
header .menu li:last-child {
  margin-right: 10px;
}
@media screen and (max-width: 1016px) {
  header .menu li:last-child {
    margin-right: 0px;
    border-bottom: none;
    margin-bottom: 100px;
  }
}
header .menu li.question-circle {
  margin-right: 10px;
}
@media screen and (max-width: 1016px) {
  header .menu li.question-circle {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1016px) {
  header .menu li.shopping-adjust {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  header .menu li.shopping-adjust {
    display: block;
  }
}
header .menu li a {
  display: block;
  color: #fff;
}
@media screen and (max-width: 1016px) {
  header .menu li a {
    color: #333;
  }
}
header .menu li a:hover {
  color: #fd841f;
}
@media screen and (max-width: 1016px) {
  header .menu li a:hover {
    color: #fd841f;
  }
}
header .menu li a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  width: 1em;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 1016px) {
  header .menu li a:before {
    margin-right: 8px;
  }
}
header .menu li a .fa-user:before {
  content: '\f007';
}
header .menu li a .fa-user-plus:before {
  content: '\f234';
}
header .menu li a .fa-group:before {
  content: '\f0c0';
}
header .menu li a .fa-shopping-cart:before {
  content: '\f07a';
}
header .menu li a .fa-key:before {
  content: '\f084';
}
header .menu li a .fa-question-circle:before {
  content: '\f059';
}
header .menu li a .fa-files-o:before {
  content: '\f0c5';
}
header .menu li a .fa-info-circle:before {
  content: '\f05a';
}
header .menu li a .fa-user-times:before {
  content: '\f235';
}
header .menu li a .fa-user-circle-o:before {
  content: '\f2be';
}
header .menu li a .fa-user-plus:before {
  content: '\f234';
}
.menuBar {
  background-color: #fd841f;
}
.menuBar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (max-width: 1016px) {
  .menuBar-link {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.menuBar li {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  min-width: 120px;
  text-align: center;
  line-height: 40px;
}
.menuBar li:hover {
  color: #fd841f;
  background-color: #fff;
  cursor: pointer;
}
.menuBar .active {
  color: #fd841f;
  background-color: #fff;
}
footer {
  text-align: center;
  color: #fff;
  background: #646464;
  padding: 25px 0 20px;
}
footer .footer-menu {
  display: inline-block;
}
footer a {
  font-size: 15px;
  color: #fff;
  float: left;
}
footer a:hover {
  color: #dedfe4;
  text-decoration: underline;
}
footer a:before {
  content: '｜';
  color: #fff;
  display: inline-block;
}
footer a:first-of-type:before {
  content: '';
}
.copyright {
  display: block;
  font-size: 12px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background: #646464;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #fd841f;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.no-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 10px;
}
input[type=checkbox] {
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.input-theme,
.textarea-theme {
  vertical-align: middle;
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
  font-size: 15px;
  padding: 5px;
  border: 1px solid #d1d1d1;
  height: 32px;
  outline: none;
  border-radius: 5px;
}
@media screen and (max-width: 1016px) {
  .input-theme,
  .textarea-theme {
    height: 40px;
  }
}
.textarea-theme {
  height: 100px;
}
.button-theme {
  vertical-align: middle;
  font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  background-color: #fd841f;
  cursor: pointer;
  border-width: 0;
  outline: none;
  border-radius: 5px;
}
.button-theme:hover {
  background-color: #de0505;
}
.button-theme .fa {
  color: #fff;
  font-size: 18px;
}
.hide {
  display: none;
}
.web-none {
  display: none !important;
}
@media screen and (max-width: 1016px) {
  .web-none {
    display: block !important;
  }
}
@media screen and (max-width: 1016px) {
  .mob-none {
    display: none !important;
  }
}
@media screen and (max-width: 1016px) {
  .menu-open-right {
    position: fixed;
    left: -200px;
    -webkit-transition: -webkit-transform 200ms ease-in-out 0ms;
    transition: -webkit-transform 200ms ease-in-out 0ms;
    transition: transform 200ms ease-in-out 0ms;
    transition: transform 200ms ease-in-out 0ms, -webkit-transform 200ms ease-in-out 0ms;
    width: 100%;
  }
}
@media screen and (max-width: 1016px) {
  .menu-open-left .service {
    left: 0;
  }
}
@media screen and (max-width: 1016px) {
  .menu-open-left {
    position: fixed;
    left: 250px;
    -webkit-transition: -webkit-transform 200ms ease-in-out 0ms;
    transition: -webkit-transform 200ms ease-in-out 0ms;
    transition: transform 200ms ease-in-out 0ms;
    transition: transform 200ms ease-in-out 0ms, -webkit-transform 200ms ease-in-out 0ms;
    width: 100%;
  }
}
.mob-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
  opacity: 0.8;
  z-index: 1000;
}
.mob-menu-overlay.close {
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 1016px) {
  .mob-menu-overlay {
    height: 100vh;
  }
  .menu-open-right .mob-menu-overlay,
  .menu-open-left .mob-menu-overlay {
    display: block;
  }
}
.test {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro'";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border: 2px solid #fc0;
  border-radius: 10px;
  -webkit-box-shadow: 10px 0 10px 10px rgba(84,84,84,0.125);
          box-shadow: 10px 0 10px 10px rgba(84,84,84,0.125);
  background: -webkit-gradient(linear, left top, left bottom, from(#414040), to(#000));
  background: linear-gradient(to bottom, #414040, #000);
}

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