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

body {
  font-family: 'Arial', 'Helvetica', 'Roboto', sans-serif,'PingFang TC', 'Heiti TC', 'Microsoft JhengHei';
  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; }

.ui-dialog {
  width: 98% !important;
  max-width: 640px;
  padding: 0;
  margin: 0 auto; }
  .ui-dialog .ui-dialog-titlebar {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .ui-dialog .ui-widget-header {
    height: 48px;
    line-height: 24px;
    padding: 12px 20px;
    background-color: #fff;
    text-align: center;
    right: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px #dedede; }
  .ui-dialog .ui-dialog-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold; }
  .ui-dialog .ui-dialog-titlebar-close {
    border: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border: none !important;
    margin: -14px 0 0 0;
    right: 12px; }
  .ui-dialog .ui-icon {
    width: 20px;
    height: 20px;
    background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png) !important;
    background-size: 1000px auto;
    background-repeat: no-repeat;
    background-position: 0 -230px;
    display: block; }

.ui-widget-overlay {
  background-color: #000 !important;
  opacity: 0.3;
  z-index: 1000 !important; }

.plus_pop_bk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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; }

.plus_go_subscribe_pop_block {
  width: 96%;
  max-width: 600px;
  max-height: 80%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow-y: auto; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_block {
      max-height: 96%; } }

.plus_pop_header_bar {
  width: 100%;
  min-height: 48px;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #B9B9B9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_pop_header_bar_text {
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  padding: 0 55px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_pop_close_28x28 {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 14px; }
  .plus_pop_close_28x28::before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    display: block;
    background-color: #000000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
    left: -4px; }
  .plus_pop_close_28x28::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    left: -4px; }

.plus_go_subscribe_pop_main {
  width: 100%;
  overflow: hidden;
  position: relative; }

.plus_go_subscribe_pop_text {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chunghwaBindEmailTipsTitle {
  font-size: 21px;
  font-weight: 500;
  padding: 30px 0 20px 0; }

.chunghwaBindEmailTipsContent {
  font-size: 16px !important; }

.plus_go_subscribe_pop_btn_list {
  width: 92%;
  margin: 0 auto;
  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; }

.plus_go_subscribe_pop_btn_blue {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  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; }
  .plus_go_subscribe_pop_btn_blue:hover {
    border-color: #41aee0;
    background-color: #41aee0; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_blue {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_btn_blue_line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  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; }
  .plus_go_subscribe_pop_btn_blue_line:hover {
    color: #60bbe5;
    background-color: #f9fcfe; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_blue_line {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_btn_red {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border: solid 1px #EC624F;
  background: #EC624F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .plus_go_subscribe_pop_btn_red:hover {
    border-color: #f08374;
    background-color: #f08374; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_red {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_info {
  width: 90%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  margin: 0 auto 20px auto;
  word-wrap: break-word;
  word-break: break-all; }
  .plus_go_subscribe_pop_info a {
    font-size: 16px;
    line-height: 20px;
    color: #239dd5;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all; }

.omia-article {
  min-width: 320px;
  background-color: #fff; }
  .omia-article .layout-container {
    padding: 30px 0 0 0; }
  .omia-article #block-omia-theme-breadcrumbs {
    width: 100%;
    max-width: 1400px;
    margin: 20px auto 0 auto;
    padding: 0 70px 0 130px; }
    @media all and (max-width: 991px) {
      .omia-article #block-omia-theme-breadcrumbs {
        padding: 0 45px 0 50px; } }
    @media all and (max-width: 575px) {
      .omia-article #block-omia-theme-breadcrumbs {
        padding: 0 25px 0 30px; } }
  .omia-article .article_page {
    min-height: 100%;
    overflow: hidden; }
  .omia-article .article-right-page {
    width: 100%;
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 0 70px 0 130px;
    position: relative;
    /*續播按鈕 區塊*/
    /*續播按鈕*/ }
    @media all and (max-width: 991px) {
      .omia-article .article-right-page {
        padding: 0 45px 0 50px; } }
    @media all and (max-width: 575px) {
      .omia-article .article-right-page {
        padding: 0 25px 0 30px; } }
    .omia-article .article-right-page img {
      max-width: 100%;
      height: auto; }
    .omia-article .article-right-page .file-image-jpeg img {
      margin: 15px 0; }
    .omia-article .article-right-page .UnLoginCommentForm {
      width: 100%;
      max-width: 1200px;
      min-width: 300px;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      padding: 0 15px;
      background-color: #F5FCFF;
      margin: 20px auto;
      color: #212529;
      text-align: center; }
      .omia-article .article-right-page .UnLoginCommentForm a {
        color: #009fda; }
    .omia-article .article-right-page .article-header h1 {
      width: 100%;
      font-size: 40px;
      font-weight: bold;
      text-align: center !important;
      padding: 30px 0;
      line-height: 1.3em; }
      @media all and (max-width: 991px) {
        .omia-article .article-right-page .article-header h1 {
          font-size: 35px;
          padding: 20px 0 28px 0; } }
      @media all and (max-width: 575px) {
        .omia-article .article-right-page .article-header h1 {
          font-size: 27px;
          padding: 10px 0 18px 0; } }
      @media all and (max-width: 360px) {
        .omia-article .article-right-page .article-header h1 {
          font-size: 20px; } }
    .omia-article .article-right-page .article-header .sub-title {
      width: 100%;
      color: #009fda;
      font-size: 16px;
      text-align: right;
      margin: 0 0 15px 0; }
    .omia-article .article-right-page .article-header .summary {
      width: 100%;
      margin-bottom: 35px;
      padding: 15px 20px;
      border: solid 2px #343a40;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-align: justify;
      line-height: 1.3em; }
      @media all and (max-width: 575px) {
        .omia-article .article-right-page .article-header .summary {
          padding: 10px 15px;
          font-size: 16px;
          margin-bottom: 25px; } }
      @media all and (max-width: 360px) {
        .omia-article .article-right-page .article-header .summary {
          padding: 8px 12px;
          font-size: 16px;
          margin-bottom: 20px; } }
    .omia-article .article-right-page .video-container {
      position: relative;
      overflow: hidden;
      padding: 0 0 56.25% 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .omia-article .article-right-page .video-player-box {
      position: absolute;
      top: 0;
      left: 0; }
    .omia-article .article-right-page .video-loading-icon {
      width: 100%;
      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;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      background-color: #000; }
      .omia-article .article-right-page .video-loading-icon::before {
        content: "";
        display: block;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: 0.25rem solid rgba(255, 255, 255, 0.2);
        border-top-color: white;
        -webkit-animation: spin 1s infinite linear;
        animation: spin 1s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pulse {
  50% {
    background: white; } }

@keyframes pulse {
  50% {
    background: white; } }
    .omia-article .article-right-page .video-loading-box {
      width: 100%;
      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;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      background-color: #000; }
    .omia-article .article-right-page .video-loading-content {
      width: 100%;
      background: rgba(0, 0, 0, 0.8); }
      .omia-article .article-right-page .video-loading-content .video-loading-title {
        width: 100%;
        line-height: 24px;
        color: #fff;
        font-size: 22px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 20px 0; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .video-loading-content .video-loading-title {
            font-size: 18px;
            line-height: 20px;
            margin: 0 0 15px 0; } }
        @media all and (max-width: 767px) {
          .omia-article .article-right-page .video-loading-content .video-loading-title {
            font-size: 16px;
            line-height: 18px;
            margin: 0 0 5px 0; } }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .video-loading-content .video-loading-title {
            font-size: 15px;
            line-height: 17px;
            margin: 0; } }
        @media all and (max-width: 360px) {
          .omia-article .article-right-page .video-loading-content .video-loading-title {
            font-size: 12px;
            line-height: 14px; } }
      .omia-article .article-right-page .video-loading-content .video-loading-message {
        width: 100%;
        color: #fff;
        font-size: 22px;
        line-height: 38px;
        margin: 0 0 20px 0;
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .video-loading-content .video-loading-message {
            font-size: 18px;
            line-height: 35px;
            margin: 0 0 12px 0; } }
        @media all and (max-width: 767px) {
          .omia-article .article-right-page .video-loading-content .video-loading-message {
            font-size: 16px;
            margin: 0 0 10px 0; } }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .video-loading-content .video-loading-message {
            font-size: 15px;
            line-height: 30px;
            margin: 0 0 5px 0; } }
        @media all and (max-width: 360px) {
          .omia-article .article-right-page .video-loading-content .video-loading-message {
            font-size: 12px;
            line-height: 14px;
            margin: 0 0 3px 0; } }
      .omia-article .article-right-page .video-loading-content .video-loading-message-btn {
        width: 120px;
        height: 38px;
        font-size: 17px;
        line-height: 38px;
        text-align: center;
        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;
        margin: 0 0 0 15px;
        border-radius: 19px; }
        .omia-article .article-right-page .video-loading-content .video-loading-message-btn:hover {
          border-color: #41aee0;
          background-color: #41aee0; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .video-loading-content .video-loading-message-btn {
            width: 100px;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            margin: 0 0 0 10px;
            border-radius: 18px; } }
        @media all and (max-width: 767px) {
          .omia-article .article-right-page .video-loading-content .video-loading-message-btn {
            width: 80px;
            font-size: 15px;
            border-radius: 40px; } }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .video-loading-content .video-loading-message-btn {
            width: 150px;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            margin: 5px; } }
        @media all and (max-width: 360px) {
          .omia-article .article-right-page .video-loading-content .video-loading-message-btn {
            width: 150px;
            height: 25px;
            line-height: 25px;
            font-size: 12px;
            border-radius: 13px;
            margin: 5px auto 3px auto; } }
      .omia-article .article-right-page .video-loading-content .video-loading-cancel-btn {
        width: 170px;
        height: 46px;
        cursor: pointer;
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        text-align: center;
        border: 2px #fff solid;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 23px;
        box-sizing: border-box; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .video-loading-content .video-loading-cancel-btn {
            height: 40px;
            color: #fff;
            font-size: 15px;
            line-height: 36px;
            border-radius: 20px; } }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .video-loading-content .video-loading-cancel-btn {
            width: 150px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
        @media all and (max-width: 360px) {
          .omia-article .article-right-page .video-loading-content .video-loading-cancel-btn {
            width: 150px;
            height: 25px;
            font-size: 12px;
            line-height: 21px; } }
      .omia-article .article-right-page .video-loading-content .video-loading-img {
        width: 50px;
        height: 50px;
        position: relative;
        margin: 0 auto 30px auto; }
        .omia-article .article-right-page .video-loading-content .video-loading-img::before {
          width: 40px;
          height: 40px;
          content: "";
          display: block;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          border: 0.25rem solid rgba(255, 255, 255, 0.2);
          border-top-color: white;
          -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pulse {
  50% {
    background: white; } }
        .omia-article .article-right-page .video-loading-content .video-loading-img::after {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          -webkit-clip-path: polygon(0 1%, 0 99%, 100% 50%);
          clip-path: polygon(0 1%, 0 99%, 100% 50%);
          background-color: #ffffff;
          position: absolute;
          top: 17px;
          left: 19px; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .video-loading-content .video-loading-img {
            margin: 0 auto 25px auto; } }
        @media all and (max-width: 767px) {
          .omia-article .article-right-page .video-loading-content .video-loading-img {
            margin: 0 auto 20px auto; }
            .omia-article .article-right-page .video-loading-content .video-loading-img::before {
              width: 40px;
              height: 40px;
              content: "";
              display: block;
              border-radius: 50%;
              width: 40px;
              height: 40px;
              border: 0.25rem solid rgba(255, 255, 255, 0.2);
              border-top-color: white;
              -webkit-animation: spin 1s infinite linear;
              animation: spin 1s infinite linear; }
          @-webkit-keyframes spin {
            0% {
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
            100% {
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
          @keyframes spin {
            0% {
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
            100% {
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
          @-webkit-keyframes pulse {
            50% {
              background: white; } }
          @keyframes pulse {
            50% {
              background: white; } }
            .omia-article .article-right-page .video-loading-content .video-loading-img::after {
              content: "";
              display: block;
              width: 13px;
              height: 13px;
              -webkit-clip-path: polygon(0 1%, 0 99%, 100% 50%);
              clip-path: polygon(0 1%, 0 99%, 100% 50%);
              background-color: #ffffff;
              position: absolute;
              top: 17px;
              left: 19px; } }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .video-loading-content .video-loading-img {
            width: 46px;
            height: 46px;
            margin: 0 auto 7px auto; }
            .omia-article .article-right-page .video-loading-content .video-loading-img::before {
              width: 36px;
              height: 36px;
              content: "";
              display: block;
              border-radius: 50%;
              width: 36px;
              height: 36px;
              border: 0.25rem solid rgba(255, 255, 255, 0.2);
              border-top-color: white;
              -webkit-animation: spin 1s infinite linear;
              animation: spin 1s infinite linear; }
          @-webkit-keyframes spin {
            0% {
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
            100% {
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
          @keyframes spin {
            0% {
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
            100% {
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
          @-webkit-keyframes pulse {
            50% {
              background: white; } }
          @keyframes pulse {
            50% {
              background: white; } }
            .omia-article .article-right-page .video-loading-content .video-loading-img::after {
              content: "";
              display: block;
              width: 12px;
              height: 12px;
              -webkit-clip-path: polygon(0 1%, 0 99%, 100% 50%);
              clip-path: polygon(0 1%, 0 99%, 100% 50%);
              background-color: #ffffff;
              position: absolute;
              top: 16px;
              left: 18px; } }
        @media all and (max-width: 360px) {
          .omia-article .article-right-page .video-loading-content .video-loading-img {
            width: 40px;
            height: 40px;
            margin: 0 auto 5px auto; }
            .omia-article .article-right-page .video-loading-content .video-loading-img::before {
              width: 30px;
              height: 30px;
              content: "";
              display: block;
              border-radius: 50%;
              width: 30px;
              height: 30px;
              border: 0.25rem solid rgba(255, 255, 255, 0.2);
              border-top-color: white;
              -webkit-animation: spin 1s infinite linear;
              animation: spin 1s infinite linear; }
          @-webkit-keyframes spin {
            0% {
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
            100% {
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
          @keyframes spin {
            0% {
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
            100% {
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
          @-webkit-keyframes pulse {
            50% {
              background: white; } }
          @keyframes pulse {
            50% {
              background: white; } }
            .omia-article .article-right-page .video-loading-content .video-loading-img::after {
              content: "";
              display: block;
              width: 11px;
              height: 11px;
              -webkit-clip-path: polygon(0 1%, 0 99%, 100% 50%);
              clip-path: polygon(0 1%, 0 99%, 100% 50%);
              background-color: #ffffff;
              position: absolute;
              top: 13px;
              left: 15px; } }

@-webkit-keyframes loading_turn_play {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1530px 0; } }

@keyframes loading_turn_play {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1530px 0; } }
    .omia-article .article-right-page .pylr_control_box {
      display: block; }
      @media all and (max-width: 991px) {
        .omia-article .article-right-page .pylr_control_box {
          display: none; } }
      .omia-article .article-right-page .pylr_control_box #plyr_btn_add_note {
        width: 100px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        height: 32px;
        border: none;
        padding: 0 0 0 25px;
        margin: 0 0 0 6px;
        background-color: transparent;
        border-radius: 3px;
        background-image: url(/themes/custom/omia_theme/images/omia/note_icon.png);
        background-size: 17px;
        background-repeat: no-repeat;
        background-position: 10px center;
        display: block !important;
        cursor: pointer; }
        .omia-article .article-right-page .pylr_control_box #plyr_btn_add_note:hover {
          background-color: #43b1fe; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .pylr_control_box #plyr_btn_add_note {
            display: none; } }
    .omia-article .article-right-page .plyr_note_item_content_box {
      width: 360px;
      height: auto;
      border-radius: 0;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.67);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.67);
      padding: 2px 4px 2px 2px;
      position: absolute;
      left: 0;
      bottom: 30px;
      z-index: 0; }
      @media all and (max-width: 991px) {
        .omia-article .article-right-page .plyr_note_item_content_box {
          display: none; } }
      .omia-article .article-right-page .plyr_note_item_content_box .plyr_note_item_content_input {
        height: auto !important;
        min-height: 40px;
        width: 312px !important;
        display: block;
        overflow-wrap: break-word;
        font-size: 15px;
        line-height: 1.5em;
        font-weight: normal;
        outline: 0;
        padding: 8px 10px !important;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        border: 1px solid #707070; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .plyr_note_item_content_box .plyr_note_item_content_input {
            display: none; } }
      .omia-article .article-right-page .plyr_note_item_content_box .plyr_note_item_content_text {
        min-height: 40px;
        width: 312px !important;
        font-size: 15px;
        line-height: 1.5em;
        font-weight: normal;
        outline: 0;
        padding: 8px 10px !important;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        overflow: hidden !important;
        word-wrap: break-word;
        text-align: left;
        color: #000;
        border: 1px solid #707070; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .plyr_note_item_content_box .plyr_note_item_content_text {
            display: none; } }
      .omia-article .article-right-page .plyr_note_item_content_box .plyr_btn_del_note {
        width: 40px;
        height: 40px;
        text-indent: -2000px;
        background-image: url(/themes/custom/omia_theme/images/omia/delete_23px.png);
        background-size: 23px;
        background-repeat: no-repeat;
        background-position: 12px center;
        border-radius: 0; }
    .omia-article .article-right-page .note_confirm_box {
      max-width: 500px;
      width: 90%;
      min-width: 280px;
      height: auto;
      background-color: #fff;
      display: none;
      overflow: hidden;
      border: 1px solid #707070;
      -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
      margin: 0 auto;
      position: fixed;
      top: 32%;
      left: 34%;
      z-index: 999; }
      @media all and (max-width: 575px) {
        .omia-article .article-right-page .note_confirm_box {
          max-width: auto;
          width: 90%;
          left: 5%; } }
      .omia-article .article-right-page .note_confirm_box .note_confirm_header {
        width: 100%;
        height: 59px;
        line-height: 59px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #b9b9b9; }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .note_confirm_box .note_confirm_header {
            height: 50px;
            line-height: 50px;
            font-size: 24px; } }
      .omia-article .article-right-page .note_confirm_box .note_confirm_close_btn {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 14px;
        right: 19px;
        background-image: url("/themes/custom/omia_theme/images/omia/lightbox_close.png");
        background-size: 32px; }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .note_confirm_box .note_confirm_close_btn {
            top: 10px; } }
        .omia-article .article-right-page .note_confirm_box .note_confirm_close_btn a {
          width: 32px;
          height: 32px;
          display: block; }
      .omia-article .article-right-page .note_confirm_box .note_confirm_text {
        color: #000;
        font-size: 18px;
        text-align: center;
        padding: 30px 0; }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .note_confirm_box .note_confirm_text {
            padding: 15px 0; } }
      .omia-article .article-right-page .note_confirm_box .note_confirm_btn_box {
        width: 100%;
        position: relative;
        text-align: center;
        margin-bottom: 35px; }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page .note_confirm_box .note_confirm_btn_box {
            margin-bottom: 15px; } }
        .omia-article .article-right-page .note_confirm_box .note_confirm_btn_box .note_confirm_btn_ok {
          width: 150px;
          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;
          margin: 0 6px;
          height: 50px;
          line-height: 50px;
          font-size: 20px;
          color: #fff; }
          .omia-article .article-right-page .note_confirm_box .note_confirm_btn_box .note_confirm_btn_ok:hover {
            border-color: #41aee0;
            background-color: #41aee0; }
          @media all and (max-width: 575px) {
            .omia-article .article-right-page .note_confirm_box .note_confirm_btn_box .note_confirm_btn_ok {
              width: 40%;
              height: 45px;
              line-height: 45px; } }
        .omia-article .article-right-page .note_confirm_box .note_confirm_btn_box .note_confirm_btn_cancel {
          width: 150px;
          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;
          margin: 0 6px;
          height: 50px;
          line-height: 50px;
          font-size: 20px;
          color: #249ed5;
          cursor: pointer; }
          .omia-article .article-right-page .note_confirm_box .note_confirm_btn_box .note_confirm_btn_cancel:hover {
            color: #60bbe5;
            background-color: #f9fcfe; }
          @media all and (max-width: 575px) {
            .omia-article .article-right-page .note_confirm_box .note_confirm_btn_box .note_confirm_btn_cancel {
              width: 40%;
              height: 45px;
              line-height: 45px; } }
    .omia-article .article-right-page .plyr_note_box {
      height: 5px;
      position: absolute;
      z-index: 2;
      width: 100%;
      top: 2px;
      left: -2px; }
      @media all and (max-width: 991px) {
        .omia-article .article-right-page .plyr_note_box {
          display: none; } }
    .omia-article .article-right-page .plyr_note_item {
      position: absolute; }
    .omia-article .article-right-page .plyr_note_item_mark {
      width: 3px;
      height: 4px;
      background-color: #ffce2d;
      position: absolute;
      top: 6px; }
    .omia-article .article-right-page .plyr__control > div {
      width: 100%;
      text-align: left;
      position: relative; }
    .omia-article .article-right-page .plyr_custom_button .on {
      width: 40px;
      height: 20px;
      background-image: url("/themes/custom/omia_theme/images/omia/vp-video_resume_on.png");
      background-size: 40px 20px;
      background-repeat: no-repeat;
      background-position: top left;
      position: absolute;
      top: 1px;
      right: 3px; }
    .omia-article .article-right-page .plyr_custom_button .off {
      width: 40px;
      height: 20px;
      background-image: url("/themes/custom/omia_theme/images/omia/vp-video_resume_off.png");
      background-size: 40px 20px;
      background-repeat: no-repeat;
      background-position: top left;
      position: absolute;
      top: 1px;
      right: 3px; }
    .omia-article .article-right-page .video-player-note-box {
      width: 100% !important;
      overflow: hidden;
      border: 1px solid #e2e2e2;
      margin: 20px auto 0 auto;
      padding: 27px 0 0 0; }
      @media all and (max-width: 991px) {
        .omia-article .article-right-page .video-player-note-box {
          display: none; } }
      .omia-article .article-right-page .video-player-note-box .video_note_content_title {
        height: 26px;
        line-height: 26px;
        font-size: 24px;
        font-weight: bold;
        padding: 0 0 0 13px;
        border-left: 2px solid #000000;
        margin: 0 35px 27px 35px;
        position: relative; }
      .omia-article .article-right-page .video-player-note-box .video_note_content_title.on {
        background-image: url(/themes/custom/omia_theme/images/omia/video_note_content_on.png);
        background-repeat: no-repeat;
        background-size: 25px 14px;
        background-position: right center; }
      .omia-article .article-right-page .video-player-note-box .video_note_content_title.off {
        background-image: url(/themes/custom/omia_theme/images/omia/video_note_content_off.png);
        background-repeat: no-repeat;
        background-size: 25px 14px;
        background-position: right center; }
      .omia-article .article-right-page .video-player-note-box .video_note_list_item {
        width: 100%;
        min-height: 51px;
        overflow: hidden;
        position: relative;
        border-top: 1px solid #f2f2f2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .omia-article .article-right-page .video-player-note-box .video_note_list_item .video_note_list_item_btn {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 15px 0; }
        .omia-article .article-right-page .video-player-note-box .video_note_list_item .video_note_list_item_time {
          width: 90px;
          color: #249ed5;
          font-size: 18px;
          margin: 0 0 0 51px;
          line-height: 1.5em;
          text-align: left; }
        .omia-article .article-right-page .video-player-note-box .video_note_list_item .video_note_list_item_content {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          text-align: left;
          line-height: 1.5em;
          font-size: 18px;
          padding: 0 15px 0 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          word-wrap: break-word;
          word-break: break-all;
          white-space: pre-wrap; }
        .omia-article .article-right-page .video-player-note-box .video_note_list_item .video_note_list_item_edit_btn {
          width: 60px;
          font-size: 18px;
          text-indent: -5000px;
          overflow: hidden;
          display: none;
          background-image: url(/themes/custom/omia_theme/images/omia/video_note_list_item_edit_btn.png);
          background-size: 22px;
          background-repeat: no-repeat;
          background-position: center; }
        .omia-article .article-right-page .video-player-note-box .video_note_list_item .video_note_list_item_delete_btn {
          width: 60px;
          font-size: 18px;
          text-indent: -5000px;
          overflow: hidden;
          display: none;
          background-image: url(/themes/custom/omia_theme/images/omia/delete_icon.png);
          background-size: 19px 22px;
          background-repeat: no-repeat;
          background-position: center; }
        .omia-article .article-right-page .video-player-note-box .video_note_list_item:hover {
          background-color: #f5f5f5; }
          .omia-article .article-right-page .video-player-note-box .video_note_list_item:hover .video_note_list_item_edit_btn {
            color: #fff;
            display: block;
            background-color: #249ed5; }
          .omia-article .article-right-page .video-player-note-box .video_note_list_item:hover .video_note_list_item_delete_btn {
            color: #fff;
            display: block;
            background-color: #DB143B; }
    .omia-article .article-right-page .article-content-controller {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin: 30px 0 50px 0; }
      @media all and (max-width: 575px) {
        .omia-article .article-right-page .article-content-controller {
          margin: 25px 0 40px 0; } }
      @media all and (max-width: 360px) {
        .omia-article .article-right-page .article-content-controller {
          margin: 20px 0 30px 0; } }
      .omia-article .article-right-page .article-content-controller .prev-btn {
        width: 180px;
        height: 55px;
        font-size: 22px;
        color: #fff !important;
        line-height: 55px;
        text-align: center;
        display: inline-block;
        background-color: #32383b; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .article-content-controller .prev-btn {
            width: 100px;
            height: 40px;
            font-size: 16px;
            line-height: 40px; } }
      .omia-article .article-right-page .article-content-controller .next-btn {
        width: 180px;
        height: 55px;
        font-size: 22px;
        color: #fff !important;
        line-height: 55px;
        text-align: center;
        display: inline-block;
        background-color: #32383b;
        margin: 0 0 0 15px; }
        @media all and (max-width: 991px) {
          .omia-article .article-right-page .article-content-controller .next-btn {
            width: 100px;
            height: 40px;
            font-size: 16px;
            line-height: 40px; } }
      .omia-article .article-right-page .article-content-controller .off {
        background-color: #d6d6d6; }
    .omia-article .article-right-page .form-wrapper #edit-comment-body-0-format-help-about,
    .omia-article .article-right-page .form-wrapper .js-filter-guidelines {
      display: none; }
    .omia-article .article-right-page section {
      margin: 0 0 50px 0; }
      .omia-article .article-right-page section .omia-status-message {
        width: 100%;
        max-width: 1200px;
        min-width: 300px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding: 0 15px;
        background-color: #F5FCFF;
        margin: 20px auto;
        color: #212529;
        text-align: center; }
      .omia-article .article-right-page section #edit-comment-body-wrapper,
      .omia-article .article-right-page section .js-form-item {
        margin: 0 0 10px 0; }
        .omia-article .article-right-page section #edit-comment-body-wrapper .form-required,
        .omia-article .article-right-page section .js-form-item .form-required {
          font-size: 22px;
          font-weight: 600;
          display: block;
          margin-bottom: 10px; }
      .omia-article .article-right-page section .ajax-comments-form-add {
        margin: 0 0 30px 0; }
      .omia-article .article-right-page section #edit-field-private-wrapper,
      .omia-article .article-right-page section .js-form-item-field-private-value {
        margin: 0 0 20px 0; }
        .omia-article .article-right-page section #edit-field-private-wrapper label,
        .omia-article .article-right-page section .js-form-item-field-private-value label {
          width: 150px;
          height: 20px;
          font-size: 16px;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          text-align: left; }
        .omia-article .article-right-page section #edit-field-private-wrapper input[type="checkbox"],
        .omia-article .article-right-page section .js-form-item-field-private-value input[type="checkbox"] {
          width: 20px;
          height: 20px;
          opacity: 0;
          position: absolute;
          z-index: 999;
          border-radius: 0; }
        .omia-article .article-right-page section #edit-field-private-wrapper input[type="checkbox"] + label,
        .omia-article .article-right-page section .js-form-item-field-private-value input[type="checkbox"] + label {
          vertical-align: middle; }
        .omia-article .article-right-page section #edit-field-private-wrapper input[type="checkbox"] + label,
        .omia-article .article-right-page section .js-form-item-field-private-value input[type="checkbox"] + label {
          position: relative; }
          .omia-article .article-right-page section #edit-field-private-wrapper input[type="checkbox"] + label::before,
          .omia-article .article-right-page section .js-form-item-field-private-value input[type="checkbox"] + label::before {
            content: "";
            width: 20px;
            height: 20px;
            background-image: url("/themes/custom/omia_theme/images/omia/shoppingcar.png");
            background-position: 0 0;
            cursor: pointer;
            background-size: 500px auto;
            background-repeat: no-repeat;
            margin: 0 0.5em 0 0; }
        .omia-article .article-right-page section #edit-field-private-wrapper input[type="checkbox"]:checked + label::before,
        .omia-article .article-right-page section .js-form-item-field-private-value input[type="checkbox"]:checked + label::before {
          background-image: url("/themes/custom/omia_theme/images/omia/shoppingcar.png");
          background-position: -27px 0;
          background-size: 500px auto;
          margin: 0 0.5em 0 0; }
      .omia-article .article-right-page section .comment-img {
        max-width: 500px;
        line-height: 0;
        margin: 0 0 5px 0; }
        .omia-article .article-right-page section .comment-img img {
          width: 100%;
          border: 1px solid #C5C5C5;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .omia-article .article-right-page section #edit-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 0 30px 0; }
      .omia-article .article-right-page section .js-comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 10px 0 0 10px;
        margin: 0 0 15px 0;
        border-top: solid 1px #eee; }
        .omia-article .article-right-page section .js-comment:first-child {
          border-top: solid 0 #eee; }
      .omia-article .article-right-page section .form-actions {
        margin: 0 0 30px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .omia-article .article-right-page section .form-actions .commentBtnCancel {
          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;
          margin: 0 0 0 15px; }
          .omia-article .article-right-page section .form-actions .commentBtnCancel:hover {
            border-color: #adadad;
            background-color: #adadad; }
      .omia-article .article-right-page section .js-filter-wrapper a {
        display: none; }
      .omia-article .article-right-page section article {
        width: 40px;
        height: 40px;
        margin: 0 5px 0 0;
        border-radius: 50%;
        overflow: hidden; }
        .omia-article .article-right-page section article a {
          width: 100%;
          height: 100%;
          display: block; }
          .omia-article .article-right-page section article a img {
            width: 100%;
            height: auto; }
      .omia-article .article-right-page section .comment-content {
        padding: 5px; }
      .omia-article .article-right-page section .comment-private-title {
        width: 100px;
        height: 24px;
        line-height: 24px;
        padding: 0 0 0 19px;
        margin: 0 0 5px 0;
        color: #999;
        background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
        background-size: 1000px auto;
        background-repeat: no-repeat;
        background-position: -163px -97px; }
      .omia-article .article-right-page section .comment-body {
        font-size: 16px;
        margin: 0 0 10px 0;
        text-align: justify;
        line-height: 24px;
        word-wrap: break-word;
        word-break: break-all; }
        @media all and (max-width: 575px) {
          .omia-article .article-right-page section .comment-body {
            font-size: 15px;
            line-height: 23px; } }
      .omia-article .article-right-page section .comment-time {
        font-size: 14px;
        color: #999;
        margin: 0 0 7px 0; }
      .omia-article .article-right-page section .links a {
        font-size: 16px;
        color: #009fda; }
    .omia-article .article-right-page .indented {
      margin: 0 0 0 60px; }
      @media all and (max-width: 991px) {
        .omia-article .article-right-page .indented {
          margin: 0 0 0 30px; } }
      .omia-article .article-right-page .indented .js-comment {
        border-left: 1px dashed #eee;
        border-top: solid 0 #eee; }
      .omia-article .article-right-page .indented .comment-img {
        max-width: 500px;
        line-height: 0;
        margin: 0 0 5px 0; }
        .omia-article .article-right-page .indented .comment-img img {
          width: 100%;
          border: 1px solid #C5C5C5;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
    .omia-article .article-right-page .ajax-comments-form-reply {
      margin: 0 0 0 10px; }
      .omia-article .article-right-page .ajax-comments-form-reply .js-form-required {
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 10px 0;
        display: block;
        text-align: left; }
      .omia-article .article-right-page .ajax-comments-form-reply .field--type-text-long {
        margin: 0 0 20px 0; }
    .omia-article .article-right-page h2 {
      height: 27px;
      font-size: 25px;
      font-weight: 700;
      line-height: 27px;
      margin: 20px 0 30px 0;
      border-left: 3px solid #000;
      padding: 0 0 0 10px;
      text-align: left; }
    .omia-article .article-right-page a {
      color: #229AD3; }
  .omia-article .article-left-block {
    height: 100%;
    min-height: 100% !important;
    position: relative;
    position: fixed;
    top: 45px;
    left: 0;
    z-index: 998;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 7px 0 7px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 0 7px 1px rgba(0, 0, 0, 0.25);
    background-color: #f2f2f2;
    padding: 0 0 45px 0; }
    @media all and (max-width: 991px) {
      .omia-article .article-left-block {
        top: 56px;
        padding: 0 0 56px 0; } }
    .omia-article .article-left-block .article-left-page {
      width: 300px;
      height: 100%;
      background-color: #f2f2f2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow-y: auto;
      text-align: justify;
      -webkit-overflow-scrolling: touch;
      padding: 0 0 64px 0; }
      @media all and (max-width: 360px) {
        .omia-article .article-left-block .article-left-page {
          width: 270px; } }
    .omia-article .article-left-block .article-left-page-btn {
      width: 60px;
      height: auto;
      cursor: pointer;
      display: inline-block;
      background-color: #f2f2f2;
      display: inline-block;
      border-left: 0 solid #fff;
      position: relative;
      z-index: 999;
      border-radius: 0;
      cursor: pointer; }
      @media all and (max-width: 991px) {
        .omia-article .article-left-block .article-left-page-btn {
          width: 50px;
          height: 60px !important;
          min-height: 60px !important;
          border-left: none;
          margin: 0;
          -webkit-box-shadow: 5px 0 5px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 0 5px -1px rgba(0, 0, 0, 0.25);
          position: fixed;
          top: auto;
          bottom: 50px;
          left: 0;
          overflow: hidden;
          border-radius: 0 8px 8px 0; } }
      .omia-article .article-left-block .article-left-page-btn::before {
        content: "展開";
        width: 100%;
        height: 80px;
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        display: block;
        background-color: #249ed5;
        text-align: center;
        padding: 50px 0 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: text-top; }
        @media all and (max-width: 991px) {
          .omia-article .article-left-block .article-left-page-btn::before {
            height: 60px;
            padding: 35px 0 0 0;
            font-size: 15px;
            overflow: hidden;
            border-radius: 0 8px 8px 0; } }
      .omia-article .article-left-block .article-left-page-btn::after {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 17px;
        left: 18px;
        background: transparent;
        border-bottom: 4px solid #fff;
        border-left: 4px solid #fff;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg); }
        @media all and (max-width: 991px) {
          .omia-article .article-left-block .article-left-page-btn::after {
            width: 12px;
            height: 12px;
            position: absolute;
            top: 11px;
            left: 15px; } }
    .omia-article .article-left-block .close {
      border-left: 1px solid #fff; }
      @media all and (max-width: 991px) {
        .omia-article .article-left-block .close {
          border-left: 0 solid #fff;
          left: 300px; } }
      @media all and (max-width: 360px) {
        .omia-article .article-left-block .close {
          border-left: 0 solid #fff;
          left: 270px; } }
      .omia-article .article-left-block .close::before {
        content: "收合";
        width: 100%;
        height: 80px;
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        display: block;
        background-color: #249ed5;
        text-align: center;
        padding: 50px 0 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-shadow: none !important; }
        @media all and (max-width: 991px) {
          .omia-article .article-left-block .close::before {
            height: 60px;
            padding: 35px 0 0 0;
            font-size: 15px; } }
      .omia-article .article-left-block .close::after {
        left: 25px;
        -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important; }
        @media all and (max-width: 991px) {
          .omia-article .article-left-block .close::after {
            left: 20px; } }
    .omia-article .article-left-block .article-left-pkg-block {
      position: relative;
      border-bottom: 1px solid #fff;
      padding: 17px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .omia-article .article-left-block .article-left-btn-back {
      width: 56px;
      height: 100%;
      background-image: url(/themes/custom/omia_theme/images/omia/back_icon.png);
      background-size: 12px 24px;
      background-position: 17px center;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0; }
    .omia-article .article-left-block .article-left-pkg-title {
      width: 220px;
      margin: 0 0 0 56px;
      line-height: 28px;
      font-size: 20px;
      font-weight: 500;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      word-wrap: break-word;
      word-break: break-all;
      white-space: wrap;
      overflow: hidden; }
      @media all and (max-width: 360px) {
        .omia-article .article-left-block .article-left-pkg-title {
          width: 190px;
          line-height: 24px;
          font-size: 18px; } }
    .omia-article .article-left-block .article-left-pkg-read-progress {
      height: 17px;
      margin: 5px 0 8px 56px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 15px;
      line-height: 17px;
      color: #249ed5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .omia-article .article-left-block .article-left-pkg-read-progress .progress-number {
        margin: 0 0 0 5px; }
    .omia-article .article-left-block .article-left-pkg-read-bar {
      width: 210px;
      height: 10px;
      margin: 0 0 0 56px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #d8d8d8; }
      @media all and (max-width: 360px) {
        .omia-article .article-left-block .article-left-pkg-read-bar {
          width: 180px; } }
    .omia-article .article-left-block .article-left-pkg-read-progress-bar {
      height: 100%;
      background-color: #249ed5; }
    .omia-article .article-left-block .article-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 17px 16px 19px 16px;
      position: relative;
      border-bottom: 1px solid #fff;
      cursor: pointer; }
      .omia-article .article-left-block .article-item:hover {
        background-color: #fff; }
    .omia-article .article-left-block .currentArticle {
      background-color: #fff !important; }
    .omia-article .article-left-block .article-item-left-block {
      width: 24px;
      height: 24px;
      margin: 0 16px 0 0;
      z-index: 5;
      border-radius: 12px;
      border: 2px solid #d6d6d6;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff; }
    .omia-article .article-left-block .isReadFinished {
      background-color: #249ed5;
      border: 3px solid #249ed5;
      position: relative;
      border-radius: 12px; }
      .omia-article .article-left-block .isReadFinished::after {
        content: "";
        display: block;
        width: 12px;
        height: 6px;
        position: absolute;
        top: 3px;
        left: 2px;
        background: transparent;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .omia-article .article-left-block .article-item-right-block {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: auto;
      word-wrap: break-word;
      word-break: break-all;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .omia-article .article-left-block .article-item-right-block .article-item-line {
        width: 4px;
        height: 100%;
        background-color: #d8d8d8;
        position: absolute;
        top: 51%;
        left: 26px;
        z-index: 1; }
      .omia-article .article-left-block .article-item-right-block .noLine {
        display: none; }
      .omia-article .article-left-block .article-item-right-block .line_on {
        background-color: #249ed5; }
      .omia-article .article-left-block .article-item-right-block .article-item-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
        overflow: hidden; }
      .omia-article .article-left-block .article-item-right-block .article-item-minutes {
        width: auto;
        color: #484848;
        font-size: 16px;
        height: 18px;
        line-height: 18px;
        text-align: right;
        position: absolute;
        top: 19px;
        right: 42px; }
      .omia-article .article-left-block .article-item-right-block .media-icon {
        width: 20px;
        height: 20px;
        background-image: url(/themes/custom/omia_theme/images/omia/media_icon.png);
        background-size: 20px;
        position: absolute;
        top: 17px;
        right: 14px; }
      .omia-article .article-left-block .article-item-right-block .article-item-subTitle {
        width: 100%;
        min-height: 24px;
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
        color: #009fda;
        vertical-align: middle;
        margin: 0 5px 0 0;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 14px;
        padding: 0 100px 0 0;
        margin: 0 0 9px 0;
        word-wrap: break-word;
        word-break: break-all;
        white-space: wrap; }
        @media all and (max-width: 360px) {
          .omia-article .article-left-block .article-item-right-block .article-item-subTitle {
            line-height: 22px;
            font-size: 14px;
            margin: 0 4px 0 0; } }
      .omia-article .article-left-block .article-item-right-block .article-item-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        word-wrap: break-word;
        word-break: break-all;
        white-space: wrap; }
        @media all and (max-width: 360px) {
          .omia-article .article-left-block .article-item-right-block .article-item-title {
            line-height: 24px;
            font-size: 18px; } }
  .omia-article .element-invisible {
    display: none; }

.article-body {
  margin: 20px 0 30px 0; }

.article-footer {
  position: relative;
  margin: 30px 0; }
  .article-footer h3 {
    font-size: 27px;
    line-height: 29px;
    text-align: center;
    margin: 0 0 7px 0; }
  .article-footer p {
    text-align: center;
    color: #484848;
    font-size: 16px;
    margin: 0 0 20px 0;
    display: block; }
    .article-footer p span {
      color: #239dd5; }
  .article-footer .yet-purchase {
    width: 220px;
    height: 46px;
    margin: 0 auto; }
    .article-footer .yet-purchase a {
      width: 100%;
      height: 100%;
      line-height: 46px;
      font-size: 18px;
      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;
      border-radius: 0;
      border: solid 1px #239dd5;
      background: #239dd5; }
  .article-footer .video-report-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .article-footer .video-report-btn {
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #343A40;
    border: 0 solid #f1f1f1;
    background-color: #fff;
    margin: 0 0 25px 0;
    padding: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .article-footer .video-report-btn::after {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      background-image: url("/themes/custom/omia_theme/images/omia/problem_report_icon.png");
      background-repeat: no-repeat;
      background-size: 20px auto;
      margin: 0 0 0 6px; }
  .article-footer #videoReportDialog {
    width: 100%;
    height: 100%;
    padding: 50px 0 0 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000; }
    @media all and (max-width: 991px) {
      .article-footer #videoReportDialog {
        padding: 10px 0 0 0; } }
  .article-footer .video-report-header {
    width: 100%;
    min-height: 48px;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #B9B9B9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .article-footer .close-btn {
    width: 28px;
    height: 28px;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 14px;
    text-indent: -1000px; }
    .article-footer .close-btn::before {
      content: "";
      display: block;
      width: 36px;
      height: 2px;
      display: block;
      background-color: #000000;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 11px;
      left: -4px; }
    .article-footer .close-btn::after {
      content: "";
      display: block;
      width: 36px;
      height: 2px;
      background-color: #000000;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 11px;
      left: -4px; }
  .article-footer .dialog-content {
    width: 96%;
    max-width: 600px;
    max-height: 90%;
    height: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #707070;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    overflow-y: auto; }
    @media all and (max-width: 991px) {
      .article-footer .dialog-content {
        max-height: 96%; } }
  .article-footer .video-report-header .close-btn {
    cursor: pointer; }
  .article-footer .video-report-body {
    padding: 25px 30px 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .article-footer .video-report-body h3 {
      font-size: 20px;
      margin: 0 0 20px 0; }
    .article-footer .video-report-body .form-item {
      font-size: 16px;
      min-height: 24px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      margin: 0 0 15px 0; }
    .article-footer .video-report-body input[type="radio"] {
      opacity: 0;
      position: absolute; }
      .article-footer .video-report-body input[type="radio"] + label {
        color: #000000;
        font-size: 16px;
        font-family: "Helvetica Neue", "Microsoft JhengHei", sans-serif;
        vertical-align: middle; }
        @media all and (max-width: 991px) {
          .article-footer .video-report-body input[type="radio"] + label {
            font-size: 16px; } }
        .article-footer .video-report-body input[type="radio"] + label:before {
          content: "";
          background: #fff;
          border-radius: 100%;
          border: 2px solid #b5b5b5;
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          cursor: pointer;
          text-align: center;
          margin: -3px 0.5em 0 0; }
      .article-footer .video-report-body input[type="radio"]:checked + label:before {
        background-color: #439cd4;
        -webkit-box-shadow: inset 0 0 0 4px #fff;
        box-shadow: inset 0 0 0 4px #fff;
        border: 2px solid #439cd4; }
      .article-footer .video-report-body input[type="radio"]:focus + label:before {
        outline: none;
        border-color: #439cd4; }
      .article-footer .video-report-body input[type="radio"]:disabled + label:before {
        -webkit-box-shadow: inset 0 0 0 4px #fff;
        box-shadow: inset 0 0 0 4px #fff;
        border-color: #b5b5b5;
        background: #b5b5b5; }
      .article-footer .video-report-body input[type="radio"] + label:empty:before {
        margin-right: 0; }
  .article-footer #report_detail {
    margin: 10px 0 0 0; }
  .article-footer .form-actions {
    text-align: center;
    margin: 0 0 20px 0;
    cursor: pointer; }
    .article-footer .form-actions .submit-btn {
      color: #fff;
      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;
      min-width: 120px;
      font-size: 18px;
      padding: 8px 14px;
      text-align: center; }
      .article-footer .form-actions .submit-btn:hover {
        border-color: #41aee0;
        background-color: #41aee0; }

.showPlusAd .article-left-block {
  top: 114px !important;
  padding: 0 0 114px 0; }
  @media all and (max-width: 991px) {
    .showPlusAd .article-left-block {
      top: 129px !important;
      padding: 0 0 129px 0; } }
