@charset "UTF-8";
html {
  font-size: 100% !important;
  background: transparent;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", Arial, sans-serif;
  font-size: 100% !important;
  height: 100%; }

#page-wrapper #page {
  position: relative; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  outline: none;
  /* for Firefox Google Chrome  */
  /* for IE */ }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    outline: none; }

ol, ul {
  list-style-type: none; }

p, pre {
  margin: 0; }

dl, menu, ol, ul {
  margin: 0; }

menu, ol, ul {
  padding: 0; }

h1 {
  margin: 0; }

button {
  outline: none; }

.btn-blue1-lg, a.project-link,
a#edit-title-desc-c,
input[id="edit-submit"],
input[id="edit-next"],
input[type="submit"] {
  min-width: 110px;
  font-size: 18px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #239dd5; }
  .btn-blue1-lg:hover, a.project-link:hover,
  a#edit-title-desc-c:hover,
  input:hover[id="edit-submit"],
  input:hover[id="edit-next"],
  input:hover[type="submit"] {
    border-color: #41aee0;
    background-color: #41aee0; }

.btn-gray-lg, .btn_cancel,
input[value="Close"],
input[id="edit-cancel"],
#modalContent a[id="edit-cancel"] {
  min-width: 100px;
  font-size: 18px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #999;
  background-color: #999; }
  .btn-gray-lg:hover, .btn_cancel:hover,
  input:hover[value="Close"],
  input:hover[id="edit-cancel"],
  #modalContent a:hover[id="edit-cancel"] {
    border-color: #adadad;
    background-color: #adadad; }

.btn-blue1-l-lg, input[id="edit-preview"],
input[id="edit-publish"] {
  min-width: 100px;
  font-size: 18px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #fff; }
  .btn-blue1-l-lg:hover, input:hover[id="edit-preview"],
  input:hover[id="edit-publish"] {
    color: #60bbe5;
    background-color: #f9fcfe; }

input[type="submit"]#edit-coupon-button {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #239dd5;
  font-size: 16px;
  padding: 6px 14px;
  padding: 8px 16px;
  min-width: inherit; }
  input[type="submit"]#edit-coupon-button:hover {
    border-color: #41aee0;
    background-color: #41aee0; }
  @media all and (max-width: 991px) {
    input[type="submit"]#edit-coupon-button {
      width: 100%;
      font-size: 18px;
      padding: 8px 14px; } }

#guide_icon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: fixed;
  bottom: 85px;
  right: 10px;
  z-index: 998;
  display: none; }
  @media all and (max-width: 1199px) {
    #guide_icon {
      right: 5px; } }
  @media all and (max-width: 575px) {
    #guide_icon {
      width: 115px;
      height: 115px;
      right: 3px; } }
  @media all and (max-width: 360px) {
    #guide_icon {
      width: 100px;
      height: 100px; } }

.commentImgUploadBlock {
  position: relative; }
  .commentImgUploadBlock .commentImgUploadBtn {
    width: 120px;
    height: 43px;
    font-size: 16px;
    margin: 0 0 10px 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #239dd5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .commentImgUploadBlock .commentImgUploadBtn:hover {
      color: #60bbe5;
      background-color: #f9fcfe; }
    .commentImgUploadBlock .commentImgUploadBtn::before {
      width: 20px;
      height: 16px;
      content: "";
      background-image: url("/themes/custom/omia_theme/images/omia/message_img_upload_icon.png");
      background-repeat: no-repeat;
      background-size: 20px 16px;
      margin: 0 7px 0 0; }
  .commentImgUploadBlock .image-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .commentImgUploadBlock .image-widget button {
      display: none; }
    .commentImgUploadBlock .image-widget img {
      width: 120px;
      height: auto !important; }
    .commentImgUploadBlock .image-widget input[type="file"] {
      display: none; }
    .commentImgUploadBlock .image-widget input[type="submit"] {
      display: none; }
    .commentImgUploadBlock .image-widget input[value="移除"] {
      width: 60px;
      height: 43px;
      font-size: 15px;
      border-radius: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 5px 0 10px 0; }
  .commentImgUploadBlock .description {
    display: none; }
  .commentImgUploadBlock .js-form-type-managed-file label {
    display: none; }
  .commentImgUploadBlock .file--image {
    display: none; }
  .commentImgUploadBlock span {
    font-size: 15px;
    line-height: 18px;
    display: none; }
    .commentImgUploadBlock span a {
      color: #239dd5;
      word-wrap: break-word;
      word-break: break-all; }

.pg-qa input[id="edit-submit"],
.pg-qa input[id*="edit-submit-"],
.pg-articles-art input[id="edit-submit"],
.pg-articles-art input[id*="edit-submit-"] {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #fff;
  font-size: 16px;
  padding: 6px 14px;
  min-width: inherit; }
  .pg-qa input[id="edit-submit"]:hover,
  .pg-qa input[id*="edit-submit-"]:hover,
  .pg-articles-art input[id="edit-submit"]:hover,
  .pg-articles-art input[id*="edit-submit-"]:hover {
    color: #60bbe5;
    background-color: #f9fcfe; }

.pg-qa a[id*="cancel-"],
.pg-articles-art a[id*="cancel-"] {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #777;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-size: 16px;
  padding: 6px 14px;
  -webkit-appearance: none; }
  .pg-qa a[id*="cancel-"]:hover,
  .pg-articles-art a[id*="cancel-"]:hover {
    color: #9d9d9d;
    border-color: #d6d6d6;
    background-color: #f7f7f7; }

#block-hamiplay-project-preview button {
  font-size: 18px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #fff;
  background-color: #fff;
  font-weight: 600;
  min-width: 100px; }
  #block-hamiplay-project-preview button:hover {
    color: #41aee0; }
  #block-hamiplay-project-preview button:hover {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3);
    -moz-box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3);
    -ms-box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3);
    -o-box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3);
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3); }

.btn_banner a {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #fff;
  background-color: #fff;
  min-width: 80px;
  font-size: 20px;
  padding: 6px 16px;
  color: #000; }
  .btn_banner a:hover {
    color: #41aee0; }
  .btn_banner a:hover {
    color: #239dd5; }

.form-item input[type="submit"],
.btn_edit1 a {
  min-width: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-size: 14px;
  padding: 6px 8px; }
  .form-item input[type="submit"]:hover,
  .btn_edit1 a:hover {
    color: #239dd5;
    border-color: #239dd5; }

.action-links-field-collection-add li a,
.btn_pj-edit-a a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-size: 16px;
  padding: 6px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .action-links-field-collection-add li a:hover,
  .btn_pj-edit-a a:hover {
    color: #239dd5;
    border-color: #239dd5; }
  @media all and (max-width: 767px) {
    .action-links-field-collection-add li a,
    .btn_pj-edit-a a {
      display: none; } }

.bill-unsubscribe a {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-size: 16px;
  padding: 6px 14px; }
  .bill-unsubscribe a:hover {
    color: #239dd5;
    border-color: #239dd5; }

.field-collection-view-links li.edit a,
.field-collection-view-links li.delete a,
.btn_pj-edit-e a,
.btn_pj-edit-d a {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
  color: #000;
  font-size: 14px;
  width: auto; }
  .field-collection-view-links li.edit a:hover,
  .field-collection-view-links li.delete a:hover,
  .btn_pj-edit-e a:hover,
  .btn_pj-edit-d a:hover {
    color: #239dd5; }
  @media all and (max-width: 767px) {
    .field-collection-view-links li.edit a,
    .field-collection-view-links li.delete a,
    .btn_pj-edit-e a,
    .btn_pj-edit-d a {
      display: none; } }

.field-collection-view-links li.edit a,
.btn_pj-edit-e a {
  padding-right: 22px;
  background-size: 20px !important;
  background: url(/themes/custom/omia_theme/images/omia/pjp_icon-edit-b.png) no-repeat right; }
  .field-collection-view-links li.edit a:hover,
  .btn_pj-edit-e a:hover {
    background: url(/themes/custom/omia_theme/images/omia/pjp_icon-edit-u.png) no-repeat right; }

input[id="edit-delete"] {
  display: inline-block;
  color: #777;
  border: none;
  background: none;
  height: 20px;
  line-height: 20px;
  padding-left: 22px;
  background-size: 20px !important;
  background: url(/themes/custom/omia_theme/images/omia/pjp_icon-delete-g.png) no-repeat left; }
  input[id="edit-delete"]:hover {
    color: #239dd5; }
  input[id="edit-delete"]:hover {
    background: url(/themes/custom/omia_theme/images/omia/pjp_icon-delete-u.png) no-repeat left; }

.page-start-project input.previous.form-submit {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
  color: #000;
  display: line-block;
  border: none;
  background-color: #f5f5f5; }
  .page-start-project input.previous.form-submit:hover {
    color: #239dd5; }

.btn_art-tag1 a {
  text-align: left !important;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
  color: #000; }
  .btn_art-tag1 a:hover {
    color: #239dd5; }

.btn_tp-more a {
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
  color: #000; }
  .btn_tp-more a:hover {
    color: #239dd5; }
  .btn_tp-more a:hover {
    text-decoration: underline; }

.package-bottom label.option a {
  display: inline-block;
  color: #239dd5;
  text-decoration: underline; }
  .package-bottom label.option a:hover {
    color: #41aee0; }

.font--42-lh-bn {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff; }
  @media all and (max-width: 991px) {
    .font--42-lh-bn {
      font-size: 36px;
      line-height: 40px; } }
  @media all and (max-width: 575px) {
    .font--42-lh-bn {
      font-size: 30px;
      line-height: 34px; } }
  @media all and (max-width: 360px) {
    .font--42-lh-bn {
      font-size: 28px;
      line-height: 32px; } }

.font--20-lh-bn {
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff; }
  @media all and (max-width: 575px) {
    .font--20-lh-bn {
      font-size: 18px;
      line-height: 22px; } }

.t_page-title1,
#t_page-title1 {
  font-size: 30px;
  font-weight: 400;
  color: black;
  text-align: center;
  letter-spacing: 3px;
  line-height: 27px;
  line-height: -moz-block-height;
  height: 30px;
  padding: 0px 20px;
  margin: 0px auto 40px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-left: solid 2px #000;
  border-right: solid 2px #000; }
  @media all and (max-width: 767px) {
    .t_page-title1,
    #t_page-title1 {
      font-size: 28px;
      height: 28px;
      letter-spacing: 2px;
      padding: 0px 14px;
      margin: 0px auto 20px auto; } }
  .t_page-title1 span,
  #t_page-title1 span {
    font-size: 16px;
    font-weight: 300;
    margin-top: 3px;
    letter-spacing: 0px;
    display: block; }
    @media all and (max-width: 767px) {
      .t_page-title1 span,
      #t_page-title1 span {
        display: none; } }

.t_pj-price {
  font-size: 36px;
  font-weight: 600;
  color: #000; }
  @media all and (max-width: 575px) {
    .t_pj-price {
      font-size: 30px;
      line-height: 34px; } }
  @media all and (max-width: 360px) {
    .t_pj-price {
      font-size: 27px;
      line-height: 31px; } }
  .t_pj-price::first-letter {
    font-weight: 400; }
  .t_pj-price span {
    font-size: 14px; }

.t_art-name, a.username,
span.username {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000; }

.block--pj-author .t_art-name, .block--pj-author a.username,
.block--pj-author span.username {
  font-size: 28px;
  line-height: 32px; }

.card--art1 .t_art-name, .card--art1 a.username,
.card--art1 span.username {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #777; }

.top-banner .t_art-name, .top-banner a.username,
.top-banner span.username {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }

.t_pj-title,
.t_art-title {
  font-weight: 600;
  color: #000; }

.t_art-title {
  font-size: 20px;
  line-height: 24px; }

.form-item label {
  font-size: 15px;
  font-weight: 400; }

input[type=text],
select.form-select,
textarea {
  font-size: 16px;
  color: #000; }

.must_input {
  color: #db143b; }

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 6px 10px;
  line-height: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #fff; }

input[type="text"],
input[type="password"] {
  border: solid 1px #bcbcbc;
  background-color: #fff; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #777; }
  input[type="text"]:focus,
  input[type="password"]:focus {
    border: solid 1px #239dd5; }

input.form-disabled {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #999;
  background-color: #999;
  -webkit-tap-highlight-color: transparent; }
  input.form-disabled:hover {
    border-color: #adadad;
    background-color: #adadad; }

.form-item.form-type-textfield.form-item-mail.form-disabled,
.node-type-bank-account #edit-field-title,
.node-type-bank-account .form-type-textfield.form-item-title,
.node-type-bank-account #edit-field-register-address,
.node-type-bank-account #edit-field-bank,
.node-type-bank-account #edit-field-bank-account,
.node-type-bank-account #edit-field-account-name,
.node-type-bank-account #edit-field-idcopy,
.node-type-bank-account #edit-field-accountcopy {
  opacity: 0.4; }
  .form-item.form-type-textfield.form-item-mail.form-disabled input,
  .form-item.form-type-textfield.form-item-mail.form-disabled select.form-select,
  .node-type-bank-account #edit-field-title input,
  .node-type-bank-account #edit-field-title select.form-select,
  .node-type-bank-account .form-type-textfield.form-item-title input,
  .node-type-bank-account .form-type-textfield.form-item-title select.form-select,
  .node-type-bank-account #edit-field-register-address input,
  .node-type-bank-account #edit-field-register-address select.form-select,
  .node-type-bank-account #edit-field-bank input,
  .node-type-bank-account #edit-field-bank select.form-select,
  .node-type-bank-account #edit-field-bank-account input,
  .node-type-bank-account #edit-field-bank-account select.form-select,
  .node-type-bank-account #edit-field-account-name input,
  .node-type-bank-account #edit-field-account-name select.form-select,
  .node-type-bank-account #edit-field-idcopy input,
  .node-type-bank-account #edit-field-idcopy select.form-select,
  .node-type-bank-account #edit-field-accountcopy input,
  .node-type-bank-account #edit-field-accountcopy select.form-select {
    background-color: #f2f2f2; }
  .form-item.form-type-textfield.form-item-mail.form-disabled input[value="移除"],
  .node-type-bank-account #edit-field-title input[value="移除"],
  .node-type-bank-account .form-type-textfield.form-item-title input[value="移除"],
  .node-type-bank-account #edit-field-register-address input[value="移除"],
  .node-type-bank-account #edit-field-bank input[value="移除"],
  .node-type-bank-account #edit-field-bank-account input[value="移除"],
  .node-type-bank-account #edit-field-account-name input[value="移除"],
  .node-type-bank-account #edit-field-idcopy input[value="移除"],
  .node-type-bank-account #edit-field-accountcopy input[value="移除"] {
    display: none; }

input[type="checkbox" i] {
  margin: 0; }

select {
  outline: none; }

select.form-select {
  height: 38px;
  line-height: 30px;
  min-width: 100px;
  padding: 4px 10px;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #bcbcbc;
  background-color: #fff; }

textarea {
  width: 100% !important;
  padding: 10px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  resize: none;
  outline: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #2196f3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }

.slider.round:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.chosen-container-multi .chosen-choices {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #239dd5;
  background-color: #fff;
  background-image: none; }
  .chosen-container-multi .chosen-choices:hover {
    color: #60bbe5;
    border-color: #60bbe5; }

.chosen-container-active .chosen-choices {
  border-color: #76c4e8;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #239dd5;
  background-color: #fff;
  padding-left: 10px;
  font-size: 16px; }
  .chosen-container-multi .chosen-choices li.search-field input[type="text"]:hover {
    color: #60bbe5;
    border-color: #60bbe5; }

.chosen-container {
  font-size: 15px;
  width: auto !important;
  min-width: 220px; }
  .chosen-container .chosen-drop {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .chosen-container .chosen-results li {
    padding: 6px 8px;
    line-height: 17px;
    width: 100%; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #239dd5;
      background-image: none; }

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 6px 0px 6px 5px;
  padding: 8px 24px 8px 10px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #e2e2e2;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
  right: 9px; }

.chosen-disabled {
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-choices,
  .chosen-disabled .chosen-choices:hover {
    cursor: auto;
    border-color: #bcbcbc !important; }
  .chosen-disabled li.search-field input[type="text"],
  .chosen-disabled li.search-field input[type="text"]:hover {
    cursor: auto;
    color: #777 !important; }

.list_pager, .js-pager__items {
  width: 100%;
  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; }
  .list_pager .pager_first, .list_pager .pager__item--first, .list_pager .pager__items, .js-pager__items .pager_first, .js-pager__items .pager__item--first, .js-pager__items .pager__items {
    width: 40px;
    height: 30px;
    border: 1px solid #e0e0e0;
    margin: 0 5px 0 0 !important;
    padding: 5px 20px !important;
    position: relative; }
    @media all and (max-width: 991px) {
      .list_pager .pager_first, .list_pager .pager__item--first, .list_pager .pager__items, .js-pager__items .pager_first, .js-pager__items .pager__item--first, .js-pager__items .pager__items {
        width: 30px;
        padding: 5px 15px !important; } }
    .list_pager .pager_first a, .list_pager .pager__item--first a, .list_pager .pager__items a, .js-pager__items .pager_first a, .js-pager__items .pager__item--first a, .js-pager__items .pager__items a {
      width: 40px;
      height: 26px;
      position: absolute;
      top: 0;
      left: 0; }
      @media all and (max-width: 991px) {
        .list_pager .pager_first a, .list_pager .pager__item--first a, .list_pager .pager__items a, .js-pager__items .pager_first a, .js-pager__items .pager__item--first a, .js-pager__items .pager__items a {
          width: 30px; } }
      .list_pager .pager_first a:hover, .list_pager .pager_first a:active, .list_pager .pager__item--first a:hover, .list_pager .pager__item--first a:active, .list_pager .pager__items a:hover, .list_pager .pager__items a:active, .js-pager__items .pager_first a:hover, .js-pager__items .pager_first a:active, .js-pager__items .pager__item--first a:hover, .js-pager__items .pager__item--first a:active, .js-pager__items .pager__items a:hover, .js-pager__items .pager__items a:active {
        background-color: #f5f5f5; }
      .list_pager .pager_first a::before, .list_pager .pager__item--first a::before, .list_pager .pager__items a::before, .js-pager__items .pager_first a::before, .js-pager__items .pager__item--first a::before, .js-pager__items .pager__items a::before {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 10px;
        right: 13px;
        background: transparent;
        border-bottom: 1px solid #777777;
        border-left: 1px solid #777777;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media all and (max-width: 991px) {
          .list_pager .pager_first a::before, .list_pager .pager__item--first a::before, .list_pager .pager__items a::before, .js-pager__items .pager_first a::before, .js-pager__items .pager__item--first a::before, .js-pager__items .pager__items a::before {
            right: 6px; } }
      .list_pager .pager_first a::after, .list_pager .pager__item--first a::after, .list_pager .pager__items a::after, .js-pager__items .pager_first a::after, .js-pager__items .pager__item--first a::after, .js-pager__items .pager__items a::after {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 10px;
        right: 18px;
        background: transparent;
        border-bottom: 1px solid #777777;
        border-left: 1px solid #777777;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media all and (max-width: 991px) {
          .list_pager .pager_first a::after, .list_pager .pager__item--first a::after, .list_pager .pager__items a::after, .js-pager__items .pager_first a::after, .js-pager__items .pager__item--first a::after, .js-pager__items .pager__items a::after {
            right: 11px; } }
      .list_pager .pager_first a span, .list_pager .pager__item--first a span, .list_pager .pager__items a span, .js-pager__items .pager_first a span, .js-pager__items .pager__item--first a span, .js-pager__items .pager__items a span {
        display: none; }
  .list_pager .pager_prev, .list_pager .pager__item--previous, .js-pager__items .pager_prev, .js-pager__items .pager__item--previous {
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    margin: 0 5px 0 0 !important;
    padding: 5px 15px !important;
    position: relative; }
    .list_pager .pager_prev:hover, .list_pager .pager_prev:active, .list_pager .pager__item--previous:hover, .list_pager .pager__item--previous:active, .js-pager__items .pager_prev:hover, .js-pager__items .pager_prev:active, .js-pager__items .pager__item--previous:hover, .js-pager__items .pager__item--previous:active {
      background-color: #f5f5f5; }
    .list_pager .pager_prev:link, .list_pager .pager_prev:visited, .list_pager .pager__item--previous:link, .list_pager .pager__item--previous:visited, .js-pager__items .pager_prev:link, .js-pager__items .pager_prev:visited, .js-pager__items .pager__item--previous:link, .js-pager__items .pager__item--previous:visited {
      background-color: #fff; }
    .list_pager .pager_prev a, .list_pager .pager__item--previous a, .js-pager__items .pager_prev a, .js-pager__items .pager__item--previous a {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0; }
      .list_pager .pager_prev a::after, .list_pager .pager__item--previous a::after, .js-pager__items .pager_prev a::after, .js-pager__items .pager__item--previous a::after {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 10px;
        right: 9px;
        background: transparent;
        border-bottom: 1px solid #777777;
        border-left: 1px solid #777777;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .list_pager .pager_next, .list_pager .pager__item--next, .js-pager__items .pager_next, .js-pager__items .pager__item--next {
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    padding: 5px 15px !important;
    position: relative; }
    .list_pager .pager_next:hover, .list_pager .pager_next:active, .list_pager .pager__item--next:hover, .list_pager .pager__item--next:active, .js-pager__items .pager_next:hover, .js-pager__items .pager_next:active, .js-pager__items .pager__item--next:hover, .js-pager__items .pager__item--next:active {
      background-color: #f5f5f5; }
    .list_pager .pager_next:link, .list_pager .pager_next:visited, .list_pager .pager__item--next:link, .list_pager .pager__item--next:visited, .js-pager__items .pager_next:link, .js-pager__items .pager_next:visited, .js-pager__items .pager__item--next:link, .js-pager__items .pager__item--next:visited {
      background-color: #fff; }
    .list_pager .pager_next a, .list_pager .pager__item--next a, .js-pager__items .pager_next a, .js-pager__items .pager__item--next a {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0; }
      .list_pager .pager_next a::after, .list_pager .pager__item--next a::after, .js-pager__items .pager_next a::after, .js-pager__items .pager__item--next a::after {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 10px;
        left: 9px;
        background: transparent;
        border-top: 1px solid #777777;
        border-right: 1px solid #777777;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .list_pager .pager_last, .list_pager .pager__item--last, .js-pager__items .pager_last, .js-pager__items .pager__item--last {
    width: 40px;
    height: 30px;
    border: 1px solid #e0e0e0;
    margin: 0 0 2px 0 !important;
    padding: 5px 20px !important;
    position: relative; }
    @media all and (max-width: 991px) {
      .list_pager .pager_last, .list_pager .pager__item--last, .js-pager__items .pager_last, .js-pager__items .pager__item--last {
        width: 30px;
        padding: 5px 15px !important; } }
    .list_pager .pager_last:hover, .list_pager .pager_last:active, .list_pager .pager__item--last:hover, .list_pager .pager__item--last:active, .js-pager__items .pager_last:hover, .js-pager__items .pager_last:active, .js-pager__items .pager__item--last:hover, .js-pager__items .pager__item--last:active {
      background-color: #f5f5f5; }
    .list_pager .pager_last:link, .list_pager .pager_last:visited, .list_pager .pager__item--last:link, .list_pager .pager__item--last:visited, .js-pager__items .pager_last:link, .js-pager__items .pager_last:visited, .js-pager__items .pager__item--last:link, .js-pager__items .pager__item--last:visited {
      background-color: #fff; }
    .list_pager .pager_last a, .list_pager .pager__item--last a, .js-pager__items .pager_last a, .js-pager__items .pager__item--last a {
      width: 40px;
      height: 28px;
      position: absolute;
      top: 0;
      left: 0; }
      .list_pager .pager_last a::before, .list_pager .pager__item--last a::before, .js-pager__items .pager_last a::before, .js-pager__items .pager__item--last a::before {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 10px;
        left: 12px;
        background: transparent;
        border-top: 1px solid #777777;
        border-right: 1px solid #777777;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media all and (max-width: 991px) {
          .list_pager .pager_last a::before, .list_pager .pager__item--last a::before, .js-pager__items .pager_last a::before, .js-pager__items .pager__item--last a::before {
            left: 6px; } }
      .list_pager .pager_last a::after, .list_pager .pager__item--last a::after, .js-pager__items .pager_last a::after, .js-pager__items .pager__item--last a::after {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 10px;
        left: 17px;
        background: transparent;
        border-top: 1px solid #777777;
        border-right: 1px solid #777777;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media all and (max-width: 991px) {
          .list_pager .pager_last a::after, .list_pager .pager__item--last a::after, .js-pager__items .pager_last a::after, .js-pager__items .pager__item--last a::after {
            left: 11px; } }
  .list_pager .pager_item, .list_pager .pager__item, .js-pager__items .pager_item, .js-pager__items .pager__item {
    width: 30px; }
    .list_pager .pager_item a span, .list_pager .pager__item a span, .js-pager__items .pager_item a span, .js-pager__items .pager__item a span {
      display: none; }
  .list_pager li, .list_pager .pager__item, .js-pager__items li, .js-pager__items .pager__item {
    height: 30px;
    line-height: 30px;
    margin: 0 5px 2px 0 !important;
    border: 1px solid #e0e0e0;
    position: relative; }
    .list_pager li:hover, .list_pager li:active, .list_pager .pager__item:hover, .list_pager .pager__item:active, .js-pager__items li:hover, .js-pager__items li:active, .js-pager__items .pager__item:hover, .js-pager__items .pager__item:active {
      background-color: #f5f5f5; }
    .list_pager li:link, .list_pager li:visited, .list_pager .pager__item:link, .list_pager .pager__item:visited, .js-pager__items li:link, .js-pager__items li:visited, .js-pager__items .pager__item:link, .js-pager__items .pager__item:visited {
      background-color: #fff; }
    .list_pager li a, .list_pager .pager__item a, .js-pager__items li a, .js-pager__items .pager__item a {
      width: 100%;
      height: 100%;
      line-height: 30px;
      display: block;
      color: #777777;
      text-align: center; }
  .list_pager .selected, .list_pager .is-active, .js-pager__items .selected, .js-pager__items .is-active {
    display: block;
    border: 1px solid #e0e0e0;
    position: relative;
    background-color: #239ed5 !important; }
    .list_pager .selected a, .list_pager .is-active a, .js-pager__items .selected a, .js-pager__items .is-active a {
      color: #fff !important; }
  .list_pager .disabled, .js-pager__items .disabled {
    display: none; }

#block-omia-theme-breadcrumbs {
  margin: 0 auto;
  padding: 20px 0 10px 0;
  font-size: 14px;
  color: #bcbcbc; }
  #block-omia-theme-breadcrumbs a {
    color: #777; }

#block-omia-theme-breadcrumbs {
  margin: 0 auto;
  padding: 20px 0 13px 0; }
  #block-omia-theme-breadcrumbs ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #block-omia-theme-breadcrumbs ol li {
      margin: 0 10px 7px 0;
      line-height: 17px;
      color: #b5b5b5; }
      #block-omia-theme-breadcrumbs ol li a {
        font-size: 14px;
        color: #484848; }
      #block-omia-theme-breadcrumbs ol li::after {
        content: '>';
        color: #484848; }
      #block-omia-theme-breadcrumbs ol li:last-child::after {
        content: '' !important; }

.projectCard {
  height: auto;
  margin: 0 10px 30px 10px;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 991px) {
    .projectCard {
      background-color: #fff;
      border: solid 1px #c5c5c5;
      margin: 0px 0px 10px 0px;
      padding: 8px; } }
  @media all and (max-width: 575px) {
    .projectCard {
      padding: 8px; } }

.projectCard_cover {
  width: 100%;
  height: 183px;
  overflow: hidden;
  background-color: #eee;
  position: relative; }
  @media all and (max-width: 1199px) {
    .projectCard_cover {
      width: 300px;
      height: 161px; } }
  @media all and (max-width: 991px) {
    .projectCard_cover {
      width: 212px;
      height: 146px; } }
  @media all and (max-width: 575px) {
    .projectCard_cover {
      width: 117px;
      height: 82px; } }
  @media all and (max-width: 360px) {
    .projectCard_cover {
      width: 82px; } }
  .projectCard_cover a {
    display: block;
    width: 100%;
    height: 100%; }
    @media all and (max-width: 991px) {
      .projectCard_cover a {
        width: 273px;
        position: absolute;
        top: 0;
        left: -30px; } }
    @media all and (max-width: 575px) {
      .projectCard_cover a {
        width: 154px;
        left: -18.5px; } }
    @media all and (max-width: 360px) {
      .projectCard_cover a {
        left: -36px; } }

.projectCard_projectImg,
.project-img {
  width: 340px;
  height: auto !important;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.08);
  -o-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.08); }
  @media all and (max-width: 1199px) {
    .projectCard_projectImg,
    .project-img {
      width: 300px; } }
  @media all and (max-width: 991px) {
    .projectCard_projectImg,
    .project-img {
      width: 273px; } }
  @media all and (max-width: 575px) {
    .projectCard_projectImg,
    .project-img {
      width: 154px; } }

@media all and (max-width: 991px) {
  .projectCard_content_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.new_project {
  width: 74px;
  height: 74px;
  background-image: url(/themes/custom/omia_theme/images/omia/ribbon.png);
  background-size: 390px 74px;
  background-position: 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -134px;
  right: -11px;
  z-index: 30; }
  @media all and (max-width: 1199px) {
    .new_project {
      top: -102px;
      right: -11px; } }
  @media all and (max-width: 991px) {
    .new_project {
      position: relative;
      top: -8px;
      right: -9px; } }
  @media all and (max-width: 575px) {
    .new_project {
      background-size: 316px 60px;
      width: 60px;
      height: 60px; } }

.sale_project {
  width: 74px;
  height: 74px;
  background-image: url("/themes/custom/omia_theme/images/omia/ribbon.png");
  background-size: 390px 74px;
  background-position: -79px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -134px;
  right: -11px;
  z-index: 30; }
  @media all and (max-width: 1199px) {
    .sale_project {
      top: -102px;
      right: -11px; } }
  @media all and (max-width: 991px) {
    .sale_project {
      position: relative;
      top: -8px;
      right: -9px; } }
  @media all and (max-width: 575px) {
    .sale_project {
      background-size: 316px 60px;
      width: 60px;
      height: 60px;
      background-position: -65px 0; } }

.projectCard_content {
  margin: -50px 10px 0 10px;
  padding: 18px 22px;
  background-color: #fff;
  border: solid 1px #c5c5c5;
  position: relative; }
  @media all and (max-width: 1199px) {
    .projectCard_content {
      margin: -60px 10px 0 10px; } }
  @media all and (max-width: 991px) {
    .projectCard_content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: auto;
      border: none;
      margin: 0 0 0 14px;
      padding: 0; } }
  @media all and (max-width: 575px) {
    .projectCard_content {
      margin: 0 0 0 7px; } }

.projectCard_content_top {
  width: 100%;
  margin: 0 0 10px 0; }
  @media all and (max-width: 991px) {
    .projectCard_content_top {
      width: calc(100% - 14px);
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      left: 0; } }
  .projectCard_content_top a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .projectCard_content_top a picture {
      width: 44px;
      height: 44px;
      margin: 0 8px 0 0; }
      .projectCard_content_top a picture img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-size: cover;
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05); }
        .projectCard_content_top a picture img:hover {
          -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
          -webkit-filter: opacity(80%);
          filter: opacity(80%); }
      @media all and (max-width: 991px) {
        .projectCard_content_top a picture {
          display: none; } }
    .projectCard_content_top a .projectCard_authorName {
      font-size: 16px;
      font-weight: 600;
      overflow: hidden;
      color: #000;
      /* 超過範圍隱藏 */
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      /* 超過範圍... */
      white-space: nowrap;
      /* 不斷行 */ }
      @media all and (max-width: 991px) {
        .projectCard_content_top a .projectCard_authorName {
          font-weight: normal; } }
      @media all and (max-width: 575px) {
        .projectCard_content_top a .projectCard_authorName {
          font-size: 15px;
          top: 38px; } }
      @media all and (max-width: 360px) {
        .projectCard_content_top a .projectCard_authorName {
          font-size: 14px; } }

@media all and (max-width: 991px) {
  .omia-index .projectCard_content_top,
  .omia-projectList .projectCard_content_top,
  .omia-user-profile .projectCard_content_top,
  .omia-browse_history .projectCard_content_top,
  .omia-searchProject .projectCard_content_top,
  .omia-cart-return .projectCard_content_top,
  .omia-plus-user-profile .projectCard_content_top {
    top: 60px; } }

@media all and (max-width: 575px) {
  .omia-index .projectCard_content_top,
  .omia-projectList .projectCard_content_top,
  .omia-user-profile .projectCard_content_top,
  .omia-browse_history .projectCard_content_top,
  .omia-searchProject .projectCard_content_top,
  .omia-cart-return .projectCard_content_top,
  .omia-plus-user-profile .projectCard_content_top {
    top: 52px; } }

.projectCard_projectTitle {
  height: 56px;
  margin-bottom: 10px;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  overflow: hidden; }
  @media all and (max-width: 1199px) {
    .projectCard_projectTitle {
      font-size: 20px;
      line-height: 27px; } }
  @media all and (max-width: 991px) {
    .projectCard_projectTitle {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 0 36px 0; } }
  @media all and (max-width: 575px) {
    .projectCard_projectTitle {
      height: 50px;
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 20px 0; } }
  @media all and (max-width: 360px) {
    .projectCard_projectTitle {
      height: 42px;
      font-size: 15px;
      line-height: 21px; } }
  .projectCard_projectTitle a {
    color: #000;
    display: block;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all; }

.projectCard_projectTime {
  font-size: 14px;
  color: #777777; }
  @media all and (max-width: 991px) {
    .projectCard_projectTime {
      font-size: 14px;
      position: absolute;
      left: 0;
      bottom: 18px; } }
  @media all and (max-width: 575px) {
    .projectCard_projectTime {
      bottom: 2px;
      font-size: 13px; } }
  @media all and (max-width: 360px) {
    .projectCard_projectTime {
      font-size: 13px; } }

.projectCard_finalPrice_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 24px;
  font-weight: bold;
  position: absolute;
  right: 22px;
  bottom: 12px; }
  @media all and (max-width: 991px) {
    .projectCard_finalPrice_block {
      right: 6px;
      bottom: 19px;
      line-height: 22px; } }
  @media all and (max-width: 575px) {
    .projectCard_finalPrice_block {
      bottom: 3px; } }

.projectCard_originalPrice {
  font-size: 15px;
  color: #777777;
  text-decoration: line-through;
  position: absolute;
  right: 22px;
  bottom: 44px; }
  @media all and (max-width: 1199px) {
    .projectCard_originalPrice {
      font-size: 14px;
      right: 22px;
      bottom: 40px; } }
  @media all and (max-width: 991px) {
    .projectCard_originalPrice {
      font-size: 15px;
      right: 6px;
      bottom: 47px; } }
  @media all and (max-width: 575px) {
    .projectCard_originalPrice {
      font-size: 13px;
      bottom: 24px; } }
  .projectCard_originalPrice .package_price_last_text {
    display: inline-block; }

.projectCard_finalPrice {
  font-size: 24px;
  line-height: 24px;
  color: #db143b; }
  @media all and (max-width: 1199px) {
    .projectCard_finalPrice {
      font-size: 19px; } }
  @media all and (max-width: 991px) {
    .projectCard_finalPrice {
      font-size: 24px; } }
  @media all and (max-width: 575px) {
    .projectCard_finalPrice {
      font-size: 19px; } }
  @media all and (max-width: 360px) {
    .projectCard_finalPrice {
      font-size: 18px;
      line-height: 21px; } }

.projectCard_priceMore {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  margin: 0 0 0 2px; }
  @media all and (max-width: 1199px) {
    .projectCard_priceMore {
      font-size: 14px; } }
  @media all and (max-width: 991px) {
    .projectCard_priceMore {
      font-size: 14px; } }
  @media all and (max-width: 575px) {
    .projectCard_priceMore {
      font-size: 13px; } }

.projectCard_viewCount,
.projectCard_followCount {
  float: left;
  height: 19px;
  line-height: 19px;
  margin-right: 15px;
  padding: 0 20px 0 0;
  font-size: 15px;
  font-weight: 600; }
  .projectCard_viewCount em:first-child,
  .projectCard_followCount em:first-child {
    margin-right: 2px;
    float: none; }
  .projectCard_viewCount em:last-child,
  .projectCard_followCount em:last-child {
    margin-left: 2px; }
  @media all and (max-width: 1199px) {
    .projectCard_viewCount,
    .projectCard_followCount {
      margin-right: 10px; } }
  @media all and (max-width: 991px) {
    .projectCard_viewCount,
    .projectCard_followCount {
      padding: 0 0 0 22px; } }

.omia-index .projectCard_Count_block,
.omia-projectList .projectCard_Count_block,
.omia-user-profile .projectCard_Count_block,
.omia-browse_history .projectCard_Count_block,
.omia-my_subscirbe .projectCard_Count_block,
.omia-searchProject .projectCard_Count_block,
.omia-cart-return .projectCard_Count_block,
.omia-plus-user-profile .projectCard_Count_block {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  height: 19px;
  line-height: 19px;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .omia-index .projectCard_Count_block,
    .omia-projectList .projectCard_Count_block,
    .omia-user-profile .projectCard_Count_block,
    .omia-browse_history .projectCard_Count_block,
    .omia-my_subscirbe .projectCard_Count_block,
    .omia-searchProject .projectCard_Count_block,
    .omia-cart-return .projectCard_Count_block,
    .omia-plus-user-profile .projectCard_Count_block {
      bottom: 16px; } }
  @media all and (max-width: 575px) {
    .omia-index .projectCard_Count_block,
    .omia-projectList .projectCard_Count_block,
    .omia-user-profile .projectCard_Count_block,
    .omia-browse_history .projectCard_Count_block,
    .omia-my_subscirbe .projectCard_Count_block,
    .omia-searchProject .projectCard_Count_block,
    .omia-cart-return .projectCard_Count_block,
    .omia-plus-user-profile .projectCard_Count_block {
      bottom: 2px; } }

.omia-index .projectCard_viewCount,
.omia-projectList .projectCard_viewCount,
.omia-user-profile .projectCard_viewCount,
.omia-browse_history .projectCard_viewCount,
.omia-my_subscirbe .projectCard_viewCount,
.omia-searchProject .projectCard_viewCount,
.omia-cart-return .projectCard_viewCount,
.omia-plus-user-profile .projectCard_viewCount {
  background-image: url(/themes/custom/omia_theme/images/omia/index_main_pic.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: right -14px; }
  @media all and (max-width: 991px) {
    .omia-index .projectCard_viewCount,
    .omia-projectList .projectCard_viewCount,
    .omia-user-profile .projectCard_viewCount,
    .omia-browse_history .projectCard_viewCount,
    .omia-my_subscirbe .projectCard_viewCount,
    .omia-searchProject .projectCard_viewCount,
    .omia-cart-return .projectCard_viewCount,
    .omia-plus-user-profile .projectCard_viewCount {
      position: absolute;
      left: -220px;
      background-position: left -14px; } }
  @media all and (max-width: 575px) {
    .omia-index .projectCard_viewCount,
    .omia-projectList .projectCard_viewCount,
    .omia-user-profile .projectCard_viewCount,
    .omia-browse_history .projectCard_viewCount,
    .omia-my_subscirbe .projectCard_viewCount,
    .omia-searchProject .projectCard_viewCount,
    .omia-cart-return .projectCard_viewCount,
    .omia-plus-user-profile .projectCard_viewCount {
      left: -120px; } }
  @media all and (max-width: 360px) {
    .omia-index .projectCard_viewCount,
    .omia-projectList .projectCard_viewCount,
    .omia-user-profile .projectCard_viewCount,
    .omia-browse_history .projectCard_viewCount,
    .omia-my_subscirbe .projectCard_viewCount,
    .omia-searchProject .projectCard_viewCount,
    .omia-cart-return .projectCard_viewCount,
    .omia-plus-user-profile .projectCard_viewCount {
      left: -85px; } }

.projectCard_followCount {
  background-image: url(/themes/custom/omia_theme/images/omia/index_main_pic.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: right 3px; }
  @media all and (max-width: 991px) {
    .projectCard_followCount {
      display: none; } }
  .projectCard_followCount .t_pj-hot-price {
    float: left; }

.omia-user-profile .creation-card, .omia-plus-user-profile .creation-card {
  width: 340px;
  margin: 0 10px 30px 10px;
  padding: 9px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 1199px) {
    .omia-user-profile .creation-card, .omia-plus-user-profile .creation-card {
      width: 300px;
      margin: 0 5px 30px 5px; } }
  @media all and (max-width: 991px) {
    .omia-user-profile .creation-card, .omia-plus-user-profile .creation-card {
      width: 100%;
      background-color: #fff;
      border: solid 1px #c5c5c5;
      margin: 0px 0px 10px 0px;
      padding: 8px 8px 8px 236px; } }
  @media all and (max-width: 575px) {
    .omia-user-profile .creation-card, .omia-plus-user-profile .creation-card {
      padding: 8px 8px 8px 140px; } }
  @media all and (max-width: 360px) {
    .omia-user-profile .creation-card, .omia-plus-user-profile .creation-card {
      padding: 8px 8px 8px 105px; } }

.omia-user-profile .project-title-dom, .omia-plus-user-profile .project-title-dom {
  margin: 0 0 6px 0; }
  .omia-user-profile .project-title-dom a, .omia-plus-user-profile .project-title-dom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .omia-user-profile .project-title-dom a .project-icon, .omia-plus-user-profile .project-title-dom a .project-icon {
      width: 42px;
      min-width: 42px;
      height: 22px;
      display: block;
      color: #fff;
      text-align: center;
      background-color: #ffa000;
      margin: 0 10px 0 0; }
      @media all and (max-width: 991px) {
        .omia-user-profile .project-title-dom a .project-icon, .omia-plus-user-profile .project-title-dom a .project-icon {
          width: 40px;
          min-width: 40px;
          font-size: 14px;
          height: 20px;
          margin: 0 6px 0 0; } }
      @media all and (max-width: 360px) {
        .omia-user-profile .project-title-dom a .project-icon, .omia-plus-user-profile .project-title-dom a .project-icon {
          margin: 0 5px 0 0; } }
    .omia-user-profile .project-title-dom a .project-title, .omia-plus-user-profile .project-title-dom a .project-title {
      font-size: 15px;
      color: #999;
      line-height: 22px;
      height: 22px;
      overflow: hidden;
      /* 超過範圍隱藏 */
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      /* 超過範圍... */
      white-space: nowrap;
      /* 不斷行 */ }
      @media all and (max-width: 991px) {
        .omia-user-profile .project-title-dom a .project-title, .omia-plus-user-profile .project-title-dom a .project-title {
          font-size: 14px; } }

.omia-user-profile .creation-img-dom, .omia-plus-user-profile .creation-img-dom {
  position: relative;
  margin: 0 0 10px 0;
  height: 178px;
  overflow: hidden;
  background-color: #eee; }
  @media all and (max-width: 1199px) {
    .omia-user-profile .creation-img-dom, .omia-plus-user-profile .creation-img-dom {
      height: 158px; } }
  @media all and (max-width: 991px) {
    .omia-user-profile .creation-img-dom, .omia-plus-user-profile .creation-img-dom {
      width: 212px;
      height: 146px;
      margin: 0;
      position: absolute;
      top: 8px;
      left: 8px; } }
  @media all and (max-width: 575px) {
    .omia-user-profile .creation-img-dom, .omia-plus-user-profile .creation-img-dom {
      width: 117px;
      height: 82px; } }
  @media all and (max-width: 360px) {
    .omia-user-profile .creation-img-dom, .omia-plus-user-profile .creation-img-dom {
      width: 82px; } }
  .omia-user-profile .creation-img-dom a, .omia-plus-user-profile .creation-img-dom a {
    height: 100%; }
  .omia-user-profile .creation-img-dom .creation-img, .omia-plus-user-profile .creation-img-dom .creation-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .omia-user-profile .creation-img-dom .creation-jpg-img, .omia-plus-user-profile .creation-img-dom .creation-jpg-img {
    width: 100%; }

.omia-user-profile .mini-icon, .omia-plus-user-profile .mini-icon {
  position: absolute;
  right: 6px;
  bottom: 6px; }

.omia-user-profile .finish-icon, .omia-plus-user-profile .finish-icon {
  min-width: 90px;
  max-width: 300px;
  height: 26px;
  line-height: 26px;
  background-color: #343a40;
  border-radius: 3px;
  padding: 0 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 991px) {
    .omia-user-profile .finish-icon, .omia-plus-user-profile .finish-icon {
      display: none; } }

.omia-user-profile .ph-finish-icon, .omia-plus-user-profile .ph-finish-icon {
  min-width: 90px;
  max-width: 300px;
  height: 26px;
  line-height: 26px;
  background-color: #343a40;
  border-radius: 3px;
  padding: 0 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: none; }
  @media all and (max-width: 991px) {
    .omia-user-profile .ph-finish-icon, .omia-plus-user-profile .ph-finish-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.omia-user-profile .like-dom,
.omia-user-profile .comment-dom, .omia-plus-user-profile .like-dom,
.omia-plus-user-profile .comment-dom {
  height: 26px;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.omia-user-profile .like-icon, .omia-plus-user-profile .like-icon {
  background-image: url(/themes/custom/omia_theme/images/omia/mini-icon.png);
  background-size: 55px auto;
  background-position: 0 top;
  margin: 0 5px 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 15px; }
  @media all and (max-width: 991px) {
    .omia-user-profile .like-icon, .omia-plus-user-profile .like-icon {
      display: block; } }

.omia-user-profile .like-text, .omia-plus-user-profile .like-text {
  font-size: 16px;
  height: 26px;
  margin: 0 12px 0 0; }

.omia-user-profile .comment-icon, .omia-plus-user-profile .comment-icon {
  background-image: url(/themes/custom/omia_theme/images/omia/mini-icon.png);
  background-size: 55px auto;
  background-position: -20px top;
  margin: 0 5px 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 17px;
  height: 15px;
  background-color: #333; }

.omia-user-profile .comment-text, .omia-plus-user-profile .comment-text {
  font-size: 16px;
  height: 26px; }

.omia-user-profile .creation-title-dom a, .omia-plus-user-profile .creation-title-dom a {
  display: block; }
  .omia-user-profile .creation-title-dom a .creation-title, .omia-plus-user-profile .creation-title-dom a .creation-title {
    font-size: 19px;
    height: 21px;
    line-height: 21px;
    font-weight: bold;
    overflow: hidden;
    color: #000;
    /* 超過範圍隱藏 */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* 超過範圍... */
    white-space: nowrap;
    /* 不斷行 */ }
    @media all and (max-width: 575px) {
      .omia-user-profile .creation-title-dom a .creation-title, .omia-plus-user-profile .creation-title-dom a .creation-title {
        font-size: 18px; } }
    @media all and (max-width: 360px) {
      .omia-user-profile .creation-title-dom a .creation-title, .omia-plus-user-profile .creation-title-dom a .creation-title {
        font-size: 15px; } }

.omia-user-profile .draf-icon-dom, .omia-plus-user-profile .draf-icon-dom {
  height: 26px;
  line-height: 26px;
  background-color: #343a40;
  border-radius: 3px;
  padding: 0 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 991px) {
    .omia-user-profile .draf-icon-dom, .omia-plus-user-profile .draf-icon-dom {
      display: none; } }
  .omia-user-profile .draf-icon-dom .draf-icon, .omia-plus-user-profile .draf-icon-dom .draf-icon {
    background-image: url(/themes/custom/omia_theme/images/omia/mini-icon.png);
    background-size: 55px auto;
    background-position: -40px top;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 16px;
    height: 15px; }
  .omia-user-profile .draf-icon-dom .draf-text, .omia-plus-user-profile .draf-icon-dom .draf-text {
    font-size: 16px;
    height: 26px;
    color: #fff; }

.omia-user-profile .creation-edit-button-dom, .omia-plus-user-profile .creation-edit-button-dom {
  width: 100%;
  height: 40px;
  margin: 10px 0 0 0; }
  .omia-user-profile .creation-edit-button-dom a, .omia-plus-user-profile .creation-edit-button-dom a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 38px;
    color: #239dd5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #239dd5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #fff; }
    .omia-user-profile .creation-edit-button-dom a:hover, .omia-plus-user-profile .creation-edit-button-dom a:hover {
      color: #60bbe5;
      background-color: #f9fcfe; }
  .omia-user-profile .creation-edit-button-dom .creation-edit-button, .omia-plus-user-profile .creation-edit-button-dom .creation-edit-button {
    color: #239dd5; }

.omia-my_subscirbe .creation-card {
  width: 336px;
  height: 308px;
  margin: 0 15px 30px 15px;
  padding: 9px 9px 0 9px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 1199px) {
    .omia-my_subscirbe .creation-card {
      margin: 0 15px 30px 15px; } }
  @media all and (max-width: 767px) {
    .omia-my_subscirbe .creation-card {
      margin: 0 0 15px 0; } }

.omia-my_subscirbe .project-title-dom {
  margin: 0 0 6px 0; }
  .omia-my_subscirbe .project-title-dom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .omia-my_subscirbe .project-title-dom a .project-icon {
      width: 42px;
      min-width: 42px;
      height: 22px;
      display: block;
      color: #fff;
      text-align: center;
      background-color: #ffa000;
      margin: 0 10px 0 0; }
    .omia-my_subscirbe .project-title-dom a .project-title {
      font-size: 15px;
      color: #999;
      line-height: 22px;
      height: 22px;
      overflow: hidden;
      /* 超過範圍隱藏 */
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      /* 超過範圍... */
      white-space: nowrap;
      /* 不斷行 */ }

.omia-my_subscirbe .creation-img-dom {
  position: relative;
  margin: 0 0 10px 0;
  height: 178px;
  overflow: hidden;
  background-color: #eee; }
  .omia-my_subscirbe .creation-img-dom a {
    height: 100%; }
  .omia-my_subscirbe .creation-img-dom .creation-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .omia-my_subscirbe .creation-img-dom .creation-jpg-img {
    width: 100%; }

.omia-my_subscirbe .mini-icon {
  position: absolute;
  right: 6px;
  bottom: 6px; }

.omia-my_subscirbe .finish-icon {
  min-width: 90px;
  max-width: 300px;
  height: 26px;
  line-height: 26px;
  background-color: #343a40;
  border-radius: 3px;
  padding: 0 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.omia-my_subscirbe .ph-finish-icon {
  min-width: 90px;
  max-width: 300px;
  height: 26px;
  line-height: 26px;
  background-color: #343a40;
  border-radius: 3px;
  padding: 0 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: none; }

.omia-my_subscirbe .like-dom,
.omia-my_subscirbe .comment-dom {
  height: 26px;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.omia-my_subscirbe .like-icon {
  background-image: url(/themes/custom/omia_theme/images/omia/mini-icon.png);
  background-size: 55px auto;
  background-position: 0 top;
  margin: 0 5px 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 15px; }

.omia-my_subscirbe .like-text {
  font-size: 16px;
  height: 26px;
  margin: 0 12px 0 0; }

.omia-my_subscirbe .comment-icon {
  background-image: url(/themes/custom/omia_theme/images/omia/mini-icon.png);
  background-size: 55px auto;
  background-position: -20px top;
  margin: 0 5px 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 17px;
  height: 15px;
  background-color: #333; }

.omia-my_subscirbe .comment-text {
  font-size: 16px;
  height: 26px; }

.omia-my_subscirbe .creation-title-dom a {
  display: block; }
  .omia-my_subscirbe .creation-title-dom a .creation-title {
    font-size: 19px;
    height: 21px;
    line-height: 21px;
    font-weight: bold;
    overflow: hidden;
    color: #000;
    /* 超過範圍隱藏 */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* 超過範圍... */
    white-space: nowrap;
    /* 不斷行 */ }

.omia-my_subscirbe .draf-icon-dom {
  height: 26px;
  line-height: 26px;
  background-color: #343a40;
  border-radius: 3px;
  padding: 0 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .omia-my_subscirbe .draf-icon-dom .draf-icon {
    background-image: url(/themes/custom/omia_theme/images/omia/mini-icon.png);
    background-size: 55px auto;
    background-position: -40px top;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 16px;
    height: 15px; }
  .omia-my_subscirbe .draf-icon-dom .draf-text {
    font-size: 16px;
    height: 26px;
    color: #fff; }

.omia-my_subscirbe .creation-edit-button-dom {
  width: 100%;
  height: 40px;
  margin: 10px 0 0 0; }
  .omia-my_subscirbe .creation-edit-button-dom a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 38px;
    color: #239dd5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #239dd5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #fff; }
    .omia-my_subscirbe .creation-edit-button-dom a:hover {
      color: #60bbe5;
      background-color: #f9fcfe; }
  .omia-my_subscirbe .creation-edit-button-dom .creation-edit-button {
    color: #239dd5; }

.omia-plus-user-profile {
  background-color: #f5f5f5; }

.omia-status-message {
  width: calc(100% - 60px);
  max-width: 1200px;
  min-width: 300px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding: 0 15px;
  background-color: #f5fcff;
  margin: 0 auto 20px auto; }
  @media all and (max-width: 575px) {
    .omia-status-message {
      width: calc(100% - 40px); } }

#block-omia-theme-breadcrumbs {
  display: none; }

.layout-container {
  padding: 30px 0 0 0; }
  @media all and (max-width: 991px) {
    .layout-container {
      padding: 0; } }

main {
  width: 94.5%;
  max-width: 1200px;
  min-width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: relative; }
  @media all and (max-width: 1200px) {
    main {
      width: 96%; } }
  @media all and (max-width: 991px) {
    main {
      width: 100%;
      min-width: 300px;
      min-height: 100%;
      margin-bottom: 0px; } }

#block-omia-theme-content {
  padding: 0 0 70px 0;
  min-height: 600px; }
  @media screen and (max-width: 1270px) {
    #block-omia-theme-content {
      padding: 0 0 70px 0; } }
  @media all and (max-width: 991px) {
    #block-omia-theme-content {
      padding: 0 0 40px 0; } }

.profile_intro_dom {
  width: 100%;
  min-height: 350px;
  margin: 0 auto 30px auto;
  background-color: #343A40;
  color: #fff;
  overflow: hidden;
  position: relative; }
  @media all and (max-width: 991px) {
    .profile_intro_dom {
      min-height: 400px;
      width: 100%; } }

.has_cover_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }
  .has_cover_image::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6); }

.profile_top_dom {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 767px) {
    .profile_top_dom {
      margin: 0 auto 22px auto; } }

.profile_picture_dom {
  width: 94.5%;
  max-width: 1060px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 991px) {
    .profile_picture_dom {
      max-width: 100%;
      display: block;
      padding: 15px 0; } }

.profile_picture_img_dom {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 60px 0 0;
  background-color: #ededed;
  border-radius: 50%; }
  @media all and (max-width: 991px) {
    .profile_picture_img_dom {
      border-radius: 50%;
      margin: 0 auto 25px auto; } }
  .profile_picture_img_dom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* 填滿容器並保持比例，多的裁掉 */
    display: block;
    border-radius: 50%;
    overflow: hidden; }
  .profile_picture_img_dom .member_type {
    height: 28px;
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 14px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5; }
  .profile_picture_img_dom .teacher {
    background-color: #EA6350; }
  .profile_picture_img_dom .omia {
    background-color: #229AD3; }
  .profile_picture_img_dom .plus {
    background-color: #FD9C00; }

.profile_content_dom {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.form-item-name {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 15px 0;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media all and (max-width: 991px) {
    .form-item-name {
      width: 100%;
      font-size: 28px;
      text-align: center;
      line-height: 30px; } }
  .form-item-name label {
    width: 100%; }

.member_type_text {
  width: 110px;
  font-size: 17px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #fff;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 33px 0;
  text-align: center; }
  @media all and (max-width: 991px) {
    .member_type_text {
      position: relative;
      margin: 0 auto 10px auto; } }

.about {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media all and (max-width: 991px) {
    .about {
      width: 100%;
      text-align: center;
      margin: 0 auto; } }

.profile_list {
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: 20px auto 0 auto; }
  @media all and (max-width: 1199px) {
    .profile_list {
      width: 930px; } }
  @media all and (max-width: 991px) {
    .profile_list {
      width: auto;
      max-width: 720px;
      margin: 20px auto 0 auto; } }
  @media all and (max-width: 991px) {
    .profile_list {
      margin: 12px auto 0 auto; } }

.profile_creation_list {
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 22px auto 0 auto; }
  @media all and (max-width: 1199px) {
    .profile_creation_list {
      width: 930px; } }
  @media all and (max-width: 991px) {
    .profile_creation_list {
      width: 100%;
      max-width: 720px; } }
  @media all and (max-width: 991px) {
    .profile_creation_list {
      margin: 10px auto 0 auto; } }

.profile_empty_dom {
  width: 127px;
  margin: 0 auto;
  padding: 55px 0 65px 0; }
  .profile_empty_dom .profile_empty_img_dom {
    width: 127px;
    height: 130px;
    background-image: url(/themes/custom/omia_theme/images/omia/empty_icon.png);
    background-repeat: no-repeat;
    background-size: 127px 130px;
    margin: 0 auto 22px auto; }
  .profile_empty_dom .profile_empty_text_dom {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #a8a8a8;
    text-align: center; }

.messages {
  color: #fff;
  min-height: 102px;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  padding: 68px 5px 15px 5px;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url("/themes/custom/omia_theme/images/omia/saved_icon.png");
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center 14px;
  position: fixed;
  top: 40%;
  width: 14% !important;
  left: 43% !important;
  z-index: 998; }
  @media all and (max-width: 1199px) {
    .messages {
      width: 16% !important;
      left: 37% !important; } }
  @media all and (max-width: 991px) {
    .messages {
      width: 26% !important;
      left: 40% !important; } }
  @media all and (max-width: 575px) {
    .messages {
      width: 30% !important;
      left: 35% !important; } }

.profile_access_setting_item {
  width: 1080px;
  margin: 0 auto 22px auto;
  border-bottom: 1px solid #b9b9b9; }
  @media all and (max-width: 1199px) {
    .profile_access_setting_item {
      width: 930px; } }
  @media all and (max-width: 991px) {
    .profile_access_setting_item {
      width: 90%;
      max-width: 720px; } }

.profile_access_setting_item_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 24px;
  min-height: 24px;
  font-weight: 600;
  vertical-align: top;
  margin: 0 auto; }

footer {
  display: none; }

.form-item-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .form-item-name label {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    min-height: 30px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.footer {
  display: none; }

.profile_access_setting_item {
  border-bottom: 1px solid #fff; }

.profile_access_setting_item_title {
  width: 1060px;
  font-size: 18px;
  line-height: 24px;
  min-height: 24px;
  font-weight: 700;
  vertical-align: top;
  margin: 0 auto; }
  @media all and (max-width: 1199px) {
    .profile_access_setting_item_title {
      width: 920px; } }
  @media all and (max-width: 991px) {
    .profile_access_setting_item_title {
      width: 100%;
      max-width: 720px; } }
  @media all and (max-width: 360px) {
    .profile_access_setting_item_title {
      font-size: 16px; } }

.projectCard {
  width: 340px; }
  @media all and (max-width: 1199px) {
    .projectCard {
      width: 300px;
      margin: 0 5px 30px 5px; } }
  @media all and (max-width: 991px) {
    .projectCard {
      width: 100%;
      height: 191px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 575px) {
    .projectCard {
      height: 127px; } }

.projectCard_content {
  height: 220px; }
  @media all and (max-width: 991px) {
    .projectCard_content {
      height: 188px; } }
  @media all and (max-width: 575px) {
    .projectCard_content {
      height: 111px; } }

@media all and (max-width: 991px) {
  .creation-card {
    height: 163px; } }

@media all and (max-width: 575px) {
  .creation-card {
    height: 99px; } }

.ph-draf-icon-dom {
  min-width: 70px;
  max-width: 300px;
  height: 26px;
  line-height: 26px;
  background-color: #343a40;
  border-radius: 3px;
  padding: 0 9px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: none; }
  @media all and (max-width: 991px) {
    .ph-draf-icon-dom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .ph-draf-icon-dom .draf-icon {
    background-image: url(/themes/custom/omia_theme/images/omia/mini-icon.png);
    background-size: 55px auto;
    background-position: -40px top;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 16px;
    height: 15px; }
  .ph-draf-icon-dom .draf-text {
    font-size: 16px;
    height: 26px;
    color: #fff; }

.profile_share_dom {
  width: 1060px;
  margin: 0 auto; }
  @media all and (max-width: 1199px) {
    .profile_share_dom {
      width: 930px; } }
  @media all and (max-width: 991px) {
    .profile_share_dom {
      width: auto;
      max-width: 720px; } }
  @media all and (max-width: 767px) {
    .profile_share_dom {
      width: 90%;
      margin: 10px auto 0 auto; } }
  .profile_share_dom .profile_share_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 23px 10px 23px 0; }
    @media all and (max-width: 991px) {
      .profile_share_dom .profile_share_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.profile_share_top_title {
  line-height: 26px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px 0 0;
  border-left: 2px solid #000;
  padding: 0 0 0 10px; }
  @media all and (max-width: 991px) {
    .profile_share_top_title {
      margin: 0 10px 10px 0; } }

.profile_share_top_subTitle {
  font-size: 15px;
  font-size: #000000;
  line-height: 17px;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .profile_share_top_subTitle {
      width: 100%;
      margin: 0 0 0 12px; } }

.profile_share_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media all and (max-width: 991px) {
    .profile_share_bottom {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .profile_share_bottom a,
  .profile_share_bottom a:focus {
    outline: none; }
    @media all and (max-width: 991px) {
      .profile_share_bottom a,
      .profile_share_bottom a:focus {
        width: 100%; } }
  .profile_share_bottom .profile_share_bottom_btn_preView {
    padding: 0 25px 0 0;
    margin: 0 25px 0 0;
    border-right: 1px dotted #b9b9b9;
    outline: none; }
    .profile_share_bottom .profile_share_bottom_btn_preView .profile_share_bottom_btn_text {
      width: 220px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      color: #249ed5;
      border: 1px solid #249ed5; }
      @media all and (max-width: 991px) {
        .profile_share_bottom .profile_share_bottom_btn_preView .profile_share_bottom_btn_text {
          width: 100%; } }
    @media all and (max-width: 991px) {
      .profile_share_bottom .profile_share_bottom_btn_preView {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 20px 0;
        border-right: 0;
        border-bottom: 1px dotted #b9b9b9; } }
  .profile_share_bottom .profile_share_bottom_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 991px) {
      .profile_share_bottom .profile_share_bottom_content {
        width: 100%; } }
    .profile_share_bottom .profile_share_bottom_content a {
      width: 220px;
      display: block; }
      @media all and (max-width: 767px) {
        .profile_share_bottom .profile_share_bottom_content a {
          width: 49%; } }
    .profile_share_bottom .profile_share_bottom_content a:first-child {
      margin: 0 25px 0 0; }
      @media all and (max-width: 767px) {
        .profile_share_bottom .profile_share_bottom_content a:first-child {
          margin: 0 15px 0 0; } }
  .profile_share_bottom .profile_share_bottom_btn_fb {
    width: 220px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #425993;
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .profile_share_bottom .profile_share_bottom_btn_fb::before {
      content: "";
      width: 45px;
      height: 45px;
      display: block;
      background-image: url(/themes/custom/omia_theme/images/omia/my_profile_fb_icon.png);
      background-size: 45px;
      background-repeat: no-repeat;
      margin: 0 10px 0 0; }
      @media all and (max-width: 575px) {
        .profile_share_bottom .profile_share_bottom_btn_fb::before {
          margin: 0; } }
    @media all and (max-width: 991px) {
      .profile_share_bottom .profile_share_bottom_btn_fb {
        width: 100%; } }
    .profile_share_bottom .profile_share_bottom_btn_fb::after {
      content: "分享到Facebook";
      font-size: 15px;
      line-height: 45px;
      text-align: left;
      color: #fff; }
      @media all and (max-width: 575px) {
        .profile_share_bottom .profile_share_bottom_btn_fb::after {
          content: "分享到FB"; } }
  .profile_share_bottom .profile_share_bottom_btn_line {
    width: 220px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #4ecd00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .profile_share_bottom .profile_share_bottom_btn_line::before {
      content: "";
      width: 45px;
      height: 45px;
      display: block;
      background-image: url(/themes/custom/omia_theme/images/omia/my_profile_line_icon.png);
      background-size: 45px;
      background-repeat: no-repeat;
      margin: 0 10px 0 0; }
      @media all and (max-width: 575px) {
        .profile_share_bottom .profile_share_bottom_btn_line::before {
          margin: 0; } }
    @media all and (max-width: 991px) {
      .profile_share_bottom .profile_share_bottom_btn_line {
        width: 100%;
        margin: 0; } }
    .profile_share_bottom .profile_share_bottom_btn_line::after {
      content: "分享到LINE";
      font-size: 15px;
      line-height: 45px;
      text-align: left;
      color: #fff; }
