@charset "UTF-8";
/***** Base *****/
h2, p {
  margin: 0; }

a:hover {
  text-decoration: none; }

.disabled {
  pointer-events: none !important;
}

/***** Tools *****/
.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-init {
  margin: 0; }

.position-relative {
  position: relative; }

.color-red {
  color: #f1341c; }

.flex-1 {
  flex: 1; }

/***** Components ******/
.papin-btn {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer; }
  .papin-btn.btn-sm {
    font-size: 12.5px;
    padding: 6px 10px; }
  .papin-btn.btn-full-width {
    width: 100%;
    padding: 15px 0; }
  .papin-btn.btn-radius {
    border-radius: 20px; }
  .papin-btn.btn-bg-red {
    background-color: #f1341c;
    color: white !important; }
    .papin-btn.btn-bg-red:hover {
      background-color: #d62e19; }
    .papin-btn.btn-bg-red.disabled {
      background-color: rgba(241, 52, 28, 0.35);
      cursor: initial; }
  .papin-btn.btn-bd-red {
    border: 2px rgba(241, 52, 28, 0.5) solid;
    color: #f1341c !important; }
    .papin-btn.btn-bd-red:hover {
      border-color: #f1341c;
      color: #f1341c !important; }
    .papin-btn.btn-bd-red.disabled {
      border-color: rgba(241, 52, 28, 0.35);
      color: rgba(241, 52, 28, 0.35) !important; }
  .papin-btn.btn-bd-orange {
    border: 2px #ff5d48 solid;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 62px; }
    .papin-btn.btn-bd-orange:hover {
      border-color: rgbargba(255, 93, 72, 0.5);
      color: rgba(255, 255, 255, 0.5) !important; }
  .papin-btn.btn-bd-gray {
    border: 1px #e0e2e5 solid;
    color: #0096ff !important; }
  .papin-btn.btn-bd-gray-2 {
    border: 1px rgba(0, 0, 0, 0.1) solid;
    color: #252b33 !important; }

.btn-group .papin-btn + .papin-btn {
  margin-left: 10px; }

.papin-link-btn {
  font-size: 15px;
  color: #0099ff; }
  .papin-link-btn:hover {
    text-decoration: none; }
  .papin-link-btn.link-blue, .papin-link-btn:hover {
    color: #0096ff; }
  .papin-link-btn.disabled {
    color: rgba(37, 43, 51, 0.5);
    cursor: initial; }

.papin-link-black-btn {
  color: #252b33;
  font-size: 13px; }
  .papin-link-black-btn:hover {
    text-decoration: none; }
  .papin-link-black-btn:hover {
    color: #252b33; }
  .papin-link-black-btn.disabled {
    color: rgba(37, 43, 51, 0.5);
    cursor: initial; }

.remove-like-btn {
  color: rgba(37, 43, 51, 0.25); }
  .remove-like-btn:hover {
    color: #252b33; }

.keyword-block span {
  border: 1px #e0e2e5 solid;
  color: rgba(37, 43, 51, 0.85);
  padding: 7px 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  border-radius: 2px; }

.papin-tab-nav-block {
  position: relative; }
  @media (max-width: 767px) {
    .papin-tab-nav-block {
      justify-content: space-between;
      border-top: rgba(0, 0, 0, 0.1) 1px solid; }
      .papin-tab-nav-block .nav-item {
        flex: 1;
        text-align: center; }
      .papin-tab-nav-block .nav-link {
        padding: 16px 0px; } }

.papin-tab-nav {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid; }
  .papin-tab-nav .nav-item + .nav-item {
    margin-left: 20px; }
  .papin-tab-nav .nav-link {
    font-size: 15px;
    color: #252b33;
    padding: 16px 20px;
    position: relative;
    top: 1px; }
    .papin-tab-nav .nav-link.active {
      color: #252b33;
      border-bottom: red 2px solid;
      background-color: transparent;
      border-radius: 0; }

.edit-action-dropdown .nav-link {
  color: #0099ff; }
.edit-action-dropdown .dropdown-menu {
  font-size: 15px;
  left: -100% !important; }
.edit-action-dropdown .dropdown-item {
  position: relative;
  min-width: 200px;
  padding: 9px 20px 9px 20px;
  color: #252b33;
  display: block;
  font-size: 15px;
  font-weight: 300; }
  .edit-action-dropdown .dropdown-item i {
    color: rgba(37, 43, 51, 0.35);
    font-size: 12.5px;
    margin-right: 18px;
    top: 3px;
    line-height: 22px; }
  .edit-action-dropdown .dropdown-item span {
    position: absolute;
    right: 20px;
    color: rgba(37, 43, 51, 0.5); }
  .edit-action-dropdown .dropdown-item.active, .edit-action-dropdown .dropdown-item:active {
    background-color: rgba(37, 43, 51, 0.04);
    color: #252b33; }

.more-action-dropdown .dropdown-toggle {
  padding: 0; }
  .more-action-dropdown .dropdown-toggle:after {
    display: none; }
  .more-action-dropdown .dropdown-toggle i {
    color: #f1341c; }
.more-action-dropdown a {
  color: #252b33;
  font-size: 12.5px; }
.more-action-dropdown .icon-more-horiz {
  display: block; }
  .more-action-dropdown .icon-more-horiz.rotate {
    display: none; }
.more-action-dropdown .icon-more-horiz {
  display: block; }
  .more-action-dropdown .icon-more-horiz.rotate {
    display: none; }
.more-action-dropdown .dropdown-menu {
  padding: 20px 0;
  border: #d9d9d9 1px solid;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  transform: translate(-90%, 25px) !important; }
.more-action-dropdown .dropdown-item {
  position: relative;
  min-width: 200px;
  padding: 9px 20px 9px 48px;
  color: #252b33;
  display: block;
  font-size: 15px; }
  .more-action-dropdown .dropdown-item i {
    position: absolute;
    color: rgba(37, 43, 51, 0.35);
    font-size: 12.5px;
    left: 20px;
    top: 10px;
    line-height: 22px; }
  .more-action-dropdown .dropdown-item span {
    position: absolute;
    right: 20px;
    color: rgba(37, 43, 51, 0.5); }
  .more-action-dropdown .dropdown-item.active, .more-action-dropdown .dropdown-item:active, .more-action-dropdown .dropdown-item:hover {
    background-color: rgba(37, 43, 51, 0.04);
    color: #252b33; }
@media (max-width: 767px) {
  .more-action-dropdown .icon-more-horiz {
    display: none; }
    .more-action-dropdown .icon-more-horiz.rotate {
      display: block; } }
@media (max-width: 414px) {
  .more-action-dropdown .dropdown-menu {
    left: -80px !important; } }

.filter-list-block {
  position: absolute;
  right: 0;
  top: 10px; }
  .filter-list-block .dropdown + .dropdown {
    margin-left: 8px; }
  @media (max-width: 767px) {
    .filter-list-block {
      position: relative;
      justify-content: center;
      padding: 0 20px; }
      .filter-list-block .dropdown {
        border: #e6e6e6 1px solid;
        padding: 0 30px !important;
        border-radius: 30px;
        margin: 0 5px;
        flex: 1;
        text-align: center; }
        .filter-list-block .dropdown + .dropdown {
          margin-left: 5px; }
      .filter-list-block .nav-link {
        padding: 10px 0;
        font-size: 13.5px; } }
  @media (max-width: 414px) {
    .filter-list-block .dropdown {
      padding: 0 !important; } }
  .filter-list-block a {
    color: #252b33;
    font-size: 12.5px; }
  .filter-list-block .dropdown-menu {
    padding: 20px 0;
    border: #d9d9d9 1px solid;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
    transform: translate(-65%, 40px) !important; }
    @media (max-width: 767px) {
      .filter-list-block .dropdown-menu {
        transform: translate(-10%, 40px) !important; } }
    .filter-list-block .dropdown-menu.align-left {
      transform: translate3d(0px, 18px, 0px) !important; }
  .filter-list-block .dropdown-item {
    position: relative;
    min-width: 200px;
    padding: 9px 20px 9px 48px;
    color: #252b33;
    display: block;
    font-size: 15px; }
    .filter-list-block .dropdown-item .fa-check {
      position: absolute;
      display: none;
      color: red;
      font-size: 12.5px;
      left: 20px;
      top: 15px; }
    .filter-list-block .dropdown-item span {
      position: absolute;
      right: 20px;
      color: rgba(37, 43, 51, 0.5); }
    .filter-list-block .dropdown-item.active, .filter-list-block .dropdown-item:active {
      background-color: rgba(37, 43, 51, 0.04);
      color: #252b33; }
      .filter-list-block .dropdown-item.active .fa-check, .filter-list-block .dropdown-item:active .fa-check {
        display: block; }

#trackModal.show,
#fansModal.show {
  display: flex !important;
  align-items: center; }
#trackModal .modal-dialog,
#fansModal .modal-dialog {
  margin: auto;
  width: 100%; }
#trackModal .modal-header,
#fansModal .modal-header {
  background-color: #f1341c;
  justify-content: flex-start; }
  #trackModal .modal-header .close,
  #fansModal .modal-header .close {
    display: none;
    padding: 0;
    margin: 0;
    color: white;
    opacity: 1;
    margin-right: 16px; }
#trackModal .modal-title,
#fansModal .modal-title {
  color: white;
  font-size: 18px; }
#trackModal .modal-content,
#fansModal .modal-content {
  border-radius: 6px; }
#trackModal .modal-body,
#fansModal .modal-body {
  padding: 0; }
#trackModal .papin-tab-nav-block,
#fansModal .papin-tab-nav-block {
  box-shadow: #cecece 0px 0px; }
  #trackModal .papin-tab-nav-block .nav-item,
  #fansModal .papin-tab-nav-block .nav-item {
    flex: 1;
    text-align: center; }
#trackModal .tab-content,
#fansModal .tab-content {
  overflow: auto;
  max-height: 100%; }
#trackModal .tab-pane,
#fansModal .tab-pane {
  max-height: 400px;
  min-height: 380px;
  overflow-y: auto; }
  @media (max-width: 375px) {
    #trackModal .tab-pane,
    #fansModal .tab-pane {
      max-height: calc(100vh - 118px); } }
#trackModal .fans-item,
#fansModal .fans-item {
  border-bottom: rgba(45, 52, 62, 0.05) 1px solid;
  padding: 15px 25px;
  align-items: center; }
  #trackModal .fans-item .fans-text,
  #fansModal .fans-item .fans-text {
    padding-left: 16px;
    flex: 1; }
  #trackModal .fans-item p,
  #fansModal .fans-item p {
    font-size: 16px;
    color: #252b33; }
    #trackModal .fans-item p + p,
    #fansModal .fans-item p + p {
      font-size: 14px;
      color: rgba(37, 43, 51, 0.5); }
  #trackModal .fans-item .fans-pic,
  #fansModal .fans-item .fans-pic {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-size: cover;
    background-position: center; }
@media (max-width: 767px) {
  #trackModal .modal-dialog,
  #fansModal .modal-dialog {
    max-width: 486px;
    margin: 20% auto; }
  #trackModal .tab-content,
  #fansModal .tab-content {
    max-height: 420px; } }
@media (max-width: 375px) {
  #trackModal .modal-dialog,
  #fansModal .modal-dialog {
    margin: 0;
    height: 100%;
    overflow: hidden; }
  #trackModal .modal-content,
  #fansModal .modal-content {
    height: 100%;
    border-radius: 0; }
  #trackModal .tab-content,
  #fansModal .tab-content {
    max-height: 100%; }
  #trackModal .modal-header,
  #fansModal .modal-header {
    border-radius: 0; }
    #trackModal .modal-header .close,
    #fansModal .modal-header .close {
      display: block; } }
#trackModal .fans-loading,
#trackModal .track-loading,
#fansModal .fans-loading,
#fansModal .track-loading {
  padding: 60px 0; }

.sub-nav-box {
  z-index: 1;
  position: absolute;
  width: 100%; }
  .sub-nav-box.is-fixed {
    position: fixed;
    top: 0; }
    .sub-nav-box.is-fixed .sub-header-block {
      height: 70px; }
      .sub-nav-box.is-fixed .sub-header-block h2 {
        font-size: 28px; }
        @media (max-width: 1024px) {
          .sub-nav-box.is-fixed .sub-header-block h2 {
            font-size: 18px; } }

.sub-nav-space {
  height: 200px; }
  @media (max-width: 1023px) {
    .sub-nav-space {
      height: 120px; } }

.sub-header-block {
  background-color: #F1341C;
  display: flex;
  height: 150px;
  transition: height 0.4s ease; }
  .sub-header-block .sub-title-block {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
    width: 100%;
    align-items: center; }
    .sub-header-block .sub-title-block h2 {
      font-size: 32px;
      font-weight: 600;
      color: #fff; }
    .sub-header-block .sub-title-block .fa-arrow-left {
      font-size: 16px;
      display: none;
      color: #fff; }
  .sub-header-block .loading-box {
    display: none; }
  .sub-header-block p {
    display: inline-block;
    margin-right: 20px; }
  .sub-header-block i {
    margin-right: 6px;
    vertical-align: text-top; }
  .sub-header-block span {
    font-size: 12.5px;
    color: #f2f2f2; }
  .sub-header-block .right-content-block a {
    font-size: 14px; }
  @media (max-width: 1024px) {
    .sub-header-block {
      height: 70px; }
      .sub-header-block .sub-title-block {
        padding: 0 20px 0 27px; }
        .sub-header-block .sub-title-block h2 {
          font-size: 18px;
          display: inline-flex;
          align-items: center; }
        .sub-header-block .sub-title-block .fa-arrow-left {
          display: inline-block;
          margin-right: 27px; }
      .sub-header-block .papin-btn {
        display: none; } }

.sub-nav-block {
  background-color: #0a111a;
  height: 50px;
  display: flex; }
  .sub-nav-block .sub-nav-list,
  .sub-nav-block .sub-nav-content {
    max-width: 960px;
    margin: auto;
    width: 100%;
    height: 100%; }
  .sub-nav-block .sub-nav-content p {
    font-size: 14px;
    color: #D9D9D9; }
  .sub-nav-block a {
    color: rgba(217, 217, 217, 0.5);
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 28px;
    text-align: center;
    border-bottom: transparent 2px solid; }
    .sub-nav-block a p {
      margin: 0;
      width: 100%; }
    .sub-nav-block a.active, .sub-nav-block a:hover {
      color: #d9d9d9;
      border-bottom: #f1341c 2px solid; }
  @media (max-width: 1024px) {
    .sub-nav-block {
      background-color: #fff;
      box-shadow: 0px 0px 12px #00000026; }
      .sub-nav-block .sub-nav-list {
        display: flex;
        justify-content: space-between; }
      .sub-nav-block a {
        width: 100%;
        padding: 0;
        color: #2d343e; }
        .sub-nav-block a.active, .sub-nav-block a:hover {
          color: #f1341c; } }

.step-nav-block {
  background-color: #0a111a;
  height: 50px;
  display: flex; }
  .step-nav-block .sub-nav-content {
    max-width: 960px;
    margin: auto;
    width: 100%;
    height: 100%; }
  .step-nav-block .skip-btn {
    border: #414141 2px solid;
    font-size: 12px;
    border-radius: 41px;
    color: white;
    padding: 7px 20px; }
  .step-nav-block .back-btn {
    display: none; }
  .step-nav-block a {
    color: #d9d9d9; }
  .step-nav-block p {
    font-size: 14px;
    color: #d9d9d9; }
  @media (max-width: 767px) {
    .step-nav-block {
      height: 70px; } }
  @media (max-width: 1024px) {
    .step-nav-block {
      background-color: #f1341c; }
      .step-nav-block .sub-nav-content {
        padding: 0 25px; }
      .step-nav-block .skip-btn {
        font-size: 15px;
        color: white;
        border: none;
        padding: 0; }
      .step-nav-block .back-btn {
        display: inline-block; }
      .step-nav-block p {
        font-size: 18px;
        color: white; }
      .step-nav-block a {
        font-size: 16px;
        color: white; } }

.custom-form-control {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .custom-form-control {
      padding: 20px 0; } }
  .custom-form-control > * {
    margin: 0;
    padding: 0; }
  .custom-form-control + .custom-form-control {
    border-top: #efefef 1px solid; }
  .custom-form-control label {
    padding-top: 11px;
    font-size: 15px;
    color: #2d343e;
    font-weight: 500; }
  .custom-form-control label p {
    font-size: 14px;
    color: rgba(45, 52, 62, 0.5); }
  @media (max-width: 767px) {
    .custom-form-control .form-date-block {
      width: 100%;
      max-width: auto; } }
  @media (min-width: 768px) {
    .custom-form-control .form-date-block {
      width: 50%;
      max-width: 304px; } }
  @media (min-width: 1024px) {
    .custom-form-control .form-date-block {
      width: 50%;
      max-width: 330px; } }
  .custom-form-control .col-6 {
    padding: 0;
    padding-right: 5px; }
    .custom-form-control .col-6 + .col-6 {
      padding-left: 5px;
      padding-right: 0; }
    .custom-form-control .col-6 + .col-12 {
      padding: 0; }
  .custom-form-control .papin-upload-link-btn {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #0099ff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer; }
    .custom-form-control .papin-upload-link-btn input {
      position: absolute;
      filter: alpha(opacity=0);
      opacity: 0;
      width: 1px; }
    .custom-form-control .papin-upload-link-btn:hover {
      text-decoration: none; }
    .custom-form-control .papin-upload-link-btn.link-blue, .custom-form-control .papin-upload-link-btn:hover {
      color: #0096ff; }
    .custom-form-control .papin-upload-link-btn.disabled {
      color: rgba(37, 43, 51, 0.5);
      cursor: initial; }
  .custom-form-control .text-hint-group {
    list-style-type: none;
    padding: 0; }
    .custom-form-control .text-hint-group .icon-point {
      position: absolute;
      left: 3px;
      vertical-align: middle; }
    .custom-form-control .text-hint-group p {
      color: #5b687b;
      font-size: 12.5px; }
      .custom-form-control .text-hint-group p.has-point {
        position: relative;
        padding-left: 20px; }
  .custom-form-control .text-hint {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 15px;
    color: #2d343e; }
    .custom-form-control .text-hint i {
      position: absolute;
      left: 0;
      top: 2px;
      vertical-align: middle; }
    .custom-form-control .text-hint .icon-right-arrow-blue {
      position: relative;
      margin-left: 5px; }
  .custom-form-control .error-hint {
    color: #db0000;
    font-size: 15px;
    margin-top: 15px;
    display: none; }
  .custom-form-control.has-error .input-box {
    background-color: #ffe7e4; }
    .custom-form-control.has-error .input-box input[type="text"],
    .custom-form-control.has-error .input-box input[type="password"] {
      color: #db0000; }
  .custom-form-control.has-error .error-hint {
    display: block; }
  .custom-form-control .input-box {
    position: relative;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    padding: 11px 20px; }
    .custom-form-control .input-box .fixed-text {
      color: rgba(37, 43, 51, 0.35);
      font-size: 15px; }
  .custom-form-control .search-select-box {
    position: absolute;
    display: none;
    top: 50px;
    width: 100%;
    left: 0;
    border: #D9D9D9 1px solid;
    border-radius: 2px;
    padding: 20px 0;
    max-height: 450px;
    overflow: auto;
    background-color: #fff;
    z-index: 1; }
    .custom-form-control .search-select-box .select-item {
      padding: 9px 20px;
      cursor: pointer; }
      .custom-form-control .search-select-box .select-item:hover {
        background-color: rgba(37, 43, 51, 0.04); }
    .custom-form-control .search-select-box .item-pic {
      margin-right: 10px;
      width: 32px;
      height: 32px;
      border-radius: 100%;
      background-size: cover;
      background-position: center; }
    .custom-form-control .search-select-box p {
      font-size: 15px;
      color: #252b33; }
  .custom-form-control input[type="text"],
  .custom-form-control input[type="password"],
  .custom-form-control input[type="tel"],
  .custom-form-control input[type="email"],
  .custom-form-control input[type="url"] {
    border: none;
    margin: 0;
    padding: 2px 0;
    background: transparent;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;
    color: #252b33; }
  .custom-form-control .select-box {
    background-color: #252B33;
    border-radius: 2px;
    padding: 10px 17px;
    background-image: url("../images/ic_arrow_drop_up_24px.svg");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat; }
    .custom-form-control .select-box select {
      color: #fff;
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      background: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: ''; }
      .custom-form-control .select-box select option {
        background-color: #252B33;
        color: #fff; }
    .custom-form-control .select-box select::-ms-expand {
      display: none; }
  .custom-form-control .select-2-box > * {
    width: 100% !important; }
  .custom-form-control .select-2-box .select2-selection__rendered {
    display: block;
    padding: 7.5px 15px; }
  .custom-form-control .select-2-box .select2-container--default .select2-selection--multiple {
    border: none;
    background-color: rgba(0, 0, 0, 0.03); }
  .custom-form-control .select-2-box .select2-search {
    width: 100%; }
    .custom-form-control .select-2-box .select2-search input {
      min-width: 100%; }
  .custom-form-control .select-2-box .select2-selection__choice {
    display: flex;
    background-color: #fff;
    border-color: #d8d8d8;
    border-radius: 97px;
    flex-direction: row-reverse;
    align-items: center;
    width: 120px;
    justify-content: space-between;
    padding: 2px;
    padding-right: 12px;
    margin-top: 2.5px;
    margin-bottom: 2.5px; }
  .custom-form-control .select-2-box .select2-selection__choice + .select2-search.select2-search--inline {
    padding-top: 8px;
    min-height: 34px;
    width: auto; }
    .custom-form-control .select-2-box .select2-selection__choice + .select2-search.select2-search--inline input {
      padding-left: 5px;
      min-width: a; }
  .custom-form-control .select-2-box .select2-search.select2-search--inline {
    min-height: 24px;
    align-items: center;
    display: flex; }
    .custom-form-control .select-2-box .select2-search.select2-search--inline input {
      padding-left: 15px;
      margin: 0; }
  .custom-form-control .select-2-box .selection-item .item-pic {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-size: cover;
    background-position: center; }
  .custom-form-control .select-2-box .selection-item p {
    color: #252b33;
    font-size: 15px;
    padding-left: 10px; }
  .custom-form-control .textarea-box {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    padding: 11px 20px; }
  .custom-form-control textarea {
    border: none;
    margin: 0;
    padding: 2px 0;
    background: transparent;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;
    color: #252b33;
    resize: none; }
  .custom-form-control .text-box {
    padding: 10px 0; }
    .custom-form-control .text-box p {
      color: rgba(37, 43, 51, 0.75);
      font-size: 15px; }
  .custom-form-control .checkbox-box label {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    color: #2d343e;
    margin: 0; }
  .custom-form-control .radio-box {
    padding: 10px 0; }
    .custom-form-control .radio-box input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .custom-form-control .radio-box input:checked ~ .checkmark:after {
        display: block; }
    .custom-form-control .radio-box .radio-item {
      margin-right: 45px; }
    .custom-form-control .radio-box label {
      display: inline-block;
      position: relative;
      cursor: pointer;
      font-size: 15px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 3px 30px;
      padding-right: 0; }
    .custom-form-control .radio-box .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      border-radius: 50%;
      border: #efefef 2px solid; }
      .custom-form-control .radio-box .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 6px;
        left: 6px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #252b33; }
  .custom-form-control .team-item-group {
    width: calc(100% - 76px) !important;
    margin-left: 76px;
    padding-left: 27px; }
  .custom-form-control .team-item {
    padding-bottom: 30px; }
    .custom-form-control .team-item + .team-item {
      padding-top: 30px;
      border-top: rgba(0, 0, 0, 0.1) 1px solid; }
    .custom-form-control .team-item.no-watch p {
      color: rgba(45, 52, 62, 0.25); }
      .custom-form-control .team-item.no-watch p i {
        color: #252b33; }
    .custom-form-control .team-item.no-watch .team-info a {
      opacity: 0.25; }
    .custom-form-control .team-item.no-watch .team-info i {
      display: inline-block; }
    .custom-form-control .team-item .team-pic {
      margin-right: 10px;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background-size: cover;
      background-position: center; }
    .custom-form-control .team-item p + p {
      font-size: 14px;
      color: rgba(45, 52, 62, 0.5); }
    .custom-form-control .team-item span {
      color: rgba(45, 52, 62, 0.25); }
    .custom-form-control .team-item .team-content {
      flex: 2; }
    .custom-form-control .team-item .team-title {
      font-size: 15px;
      color: black;
      width: 100px; }
    .custom-form-control .team-item .papin-link-btn {
      flex: 1;
      text-align: right; }
      .custom-form-control .team-item .papin-link-btn i {
        margin-left: 10px;
        vertical-align: text-bottom; }
  @media (max-width: 767px) {
    .custom-form-control label {
      padding-top: 0;
      padding-bottom: 15px; }
    .custom-form-control + .custom-form-control {
      padding: 27px 0;
      border: none; }
    .custom-form-control .input-list-item label {
      padding: 0;
      padding-top: 11px; }
    .custom-form-control .radio-box .radio-item {
      flex: 1; }
    .custom-form-control .m-border-b {
      border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .custom-form-control .m-border-t {
      padding-top: 20px;
      border-top: rgba(0, 0, 0, 0.2) 1px solid; }
    .custom-form-control .item-item .team-title {
      width: 66px; }
    .custom-form-control .team-item-group {
      width: 100% !important;
      margin-left: 0;
      padding-left: 103px; } }

#settingJobModal .modal-dialog,
#settinSoftwareModal .modal-dialog,
#settingWorkJobModal .modal-dialog {
  max-width: 880px;
  display: flex;
  height: 100vh;
  align-items: center;
  margin: 0 auto; }
#settingJobModal .modal-title,
#settinSoftwareModal .modal-title,
#settingWorkJobModal .modal-title {
  font-size: 20px;
  color: #2D343E; }
#settingJobModal .modal-content,
#settinSoftwareModal .modal-content,
#settingWorkJobModal .modal-content {
  border-radius: 6px; }
#settingJobModal .job-item,
#settinSoftwareModal .job-item,
#settingWorkJobModal .job-item {
  padding: 0;
  padding-left: 8px;
  padding-bottom: 8px;
  cursor: pointer; }
  #settingJobModal .job-item p,
  #settinSoftwareModal .job-item p,
  #settingWorkJobModal .job-item p {
    color: #252b33;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    width: 100%; }
  #settingJobModal .job-item.active p, 
  /* #settingJobModal .job-item:hover p, */
  #settinSoftwareModal .job-item.active p,
  /* #settinSoftwareModal .job-item:hover p, */
  #settingWorkJobModal .job-item.active p
  /* #settingWorkJobModal .job-item:hover p  */
  {
    padding: 9px 0;
    border: #F1341C 1px solid;
    color: #f1341c;
    background: transparent; }
#settingJobModal .btn-group,
#settinSoftwareModal .btn-group,
#settingWorkJobModal .btn-group {
  margin: auto;
  width: 100%;
  max-width: 250px; }
  #settingJobModal .btn-group .papin-btn,
  #settinSoftwareModal .btn-group .papin-btn,
  #settingWorkJobModal .btn-group .papin-btn {
    padding: 8px 0; }
#settingJobModal .modal-body,
#settinSoftwareModal .modal-body,
#settingWorkJobModal .modal-body {
  padding: 20px 130px;
  max-height: 340px;
  overflow: auto;
  background-color: #fafafa; }
#settingJobModal .modal-footer .btn-group a,
#settinSoftwareModal .modal-footer .btn-group a,
#settingWorkJobModal .modal-footer .btn-group a {
  margin-top: 0; }
@media (max-width: 767px) {
  #settingJobModal .job-item:nth-child(3n+1),
  #settinSoftwareModal .job-item:nth-child(3n+1),
  #settingWorkJobModal .job-item:nth-child(3n+1) {
    padding-left: 0;
    padding-bottom: 0; }
  #settingJobModal .modal-body,
  #settinSoftwareModal .modal-body,
  #settingWorkJobModal .modal-body {
    max-height: 530px;
    padding: 20px 40px; } }
@media (max-width: 375px) {
  #settingJobModal .modal-dialog,
  #settinSoftwareModal .modal-dialog,
  #settingWorkJobModal .modal-dialog {
    margin: auto;
    height: 100%; }
  #settingJobModal .modal-content,
  #settinSoftwareModal .modal-content,
  #settingWorkJobModal .modal-content {
    height: 100%;
    border-radius: 0; }
  #settingJobModal .modal-body,
  #settinSoftwareModal .modal-body,
  #settingWorkJobModal .modal-body {
    max-height: 100%;
    padding: 20px 35px; } }
@media (min-width: 768px) {
  #settingJobModal .job-item:nth-child(4n+1),
  #settinSoftwareModal .job-item:nth-child(4n+1),
  #settingWorkJobModal .job-item:nth-child(4n+1) {
    padding-left: 0;
    padding-bottom: 0; }
  #settingJobModal .modal-body,
  #settinSoftwareModal .modal-body,
  #settingWorkJobModal .modal-body {
    max-height: 530px;
    padding: 20px 132px;
    height: 338px; } }
@media (min-width: 1024px) {
  #settingJobModal .job-item:nth-child(4n+1),
  #settinSoftwareModal .job-item:nth-child(4n+1),
  #settingWorkJobModal .job-item:nth-child(4n+1) {
    padding-left: 8px;
    padding-bottom: 0; }
  #settingJobModal .job-item:nth-child(6n+1),
  #settinSoftwareModal .job-item:nth-child(6n+1),
  #settingWorkJobModal .job-item:nth-child(6n+1) {
    padding-left: 0;
    padding-bottom: 0; } }

.form-section {
  max-width: 960px;
  margin: auto; }
  .form-section .section-title {
    color: #252b33;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
    font-weight: 600; }
  .form-section .section-title-text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(37, 43, 51, 0.5); }
  .form-section .seciton-content {
    background-color: #fff;
    border-radius: 6px;
    padding: 80px 80px 120px; }
  .form-section .upload-btn-hint {
    font-size: 12.5px;
    color: #5b687b;
    text-align: center;
    margin-top: 20px; }
  @media (max-width: 767px) {
    .form-section .seciton-content {
      padding: 60px 20px; } }
  @media (min-width: 768px) {
    .form-section .seciton-content {
      padding: 120px 40px; } }
  @media (min-width: 1024px) {
    .form-section .seciton-content {
      padding: 80px 80px 120px; } }

.step-block {
  max-width: 960px;
  margin: auto;
  margin-bottom: 40px;
  padding: 0 60px; }
  .step-block .step-title {
    color: #F1341C;
    font-size: 32px;
    margin: 30px 0;
    font-weight: bold; }
  .step-block p {
    font-size: 11px;
    color: #2D343E; }
    .step-block p + p {
      margin-top: 3px;
      font-size: 15px; }
  .step-line-block {
    background-color: #e6e6e6;
    height: 3px;
    border-radius: 2px; }
  .step-line-block .step-line-item {
    border-radius: 2px 0 0 2px; }
    .step-line-block .step-line-item.first {
      background: linear-gradient(90deg, #f1341c 3%, #e6e6e6 3%); }
    .step-line-block .step-line-item.active {
      background: linear-gradient(90deg, #f1341c 100%, #e6e6e6 100%) !important; }
      .step-line-block .step-line-item.active + .step-line-item {
        background: linear-gradient(90deg, #f1341c 3%, #e6e6e6 3%); }
  .step-text-block {
    margin-top: 26px; }
  @media (max-width: 767px) {
    .step-block {
      padding: 0 20px; } }
  @media (max-width: 375px) {
    .step-block {
      padding: 0 10px; } }

.select2-container .select2-results__option--highlighted[aria-selected] {
  color: #252b33;
  background-color: rgba(0, 0, 0, 0.03); }
.select2-container .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.03);
  color: #252b33; }
.select2-container .select2-dropdown {
  margin-top: 10px;
  border-radius: 2px;
  border: #d9d9d9 1px solid; }
.select2-container .select2-results__options {
  padding: 20px 0; }
.select2-container .result-item .item-pic {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-size: cover;
  background-position: center; }
.select2-container .result-item p {
  color: #252b33;
  font-size: 15px;
  padding-left: 10px; }

#dialogModal .modal-dialog {
  max-width: 320px;
  display: flex;
  height: 100vh;
  align-items: center;
  margin: 0 auto; }
#dialogModal .modal-content {
  min-height: 288px;
  padding: 60px 40px 0;
  border-radius: 6px; }
#dialogModal .modal-header {
  border: none;
  padding: 0; }
  #dialogModal .modal-header .modal-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #252b33;
    margin-bottom: 10px; }
#dialogModal .modal-footer {
  border: none;
  padding: 40px 0;
  flex-direction: column; }
#dialogModal .modal-body {
  padding: 0; }
#dialogModal .modal-text {
  text-align: center;
  font-size: 14px;
  color: rgba(37, 43, 51, 0.75); }
#dialogModal .dialog-btn {
  font-size: 15px;
  width: 100%;
  padding: 11px 0;
  border-width: 2px;
  border-color: transparent;
  border-radius: 45px;
  text-align: center;
  margin: 0;
  border-style: solid; }
  #dialogModal .dialog-btn + .dialog-btn {
    margin-top: 10px; }
#dialogModal.alert-modal .modal-title {
  color: #252b33; }
#dialogModal.alert-modal .dialog-btn {
  background-color: #f1341c;
  color: #fff; }
  #dialogModal.alert-modal .dialog-btn + .dialog-btn {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    color: #252b33; }
#dialogModal.wrong-modal .modal-title {
  color: #f1341c; }
#dialogModal.wrong-modal .dialog-btn {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  color: #252b33; }
  #dialogModal.wrong-modal .dialog-btn + .dialog-btn {
    color: #f1341c; }

.modal-dialog .modal-content {
  border: none; }

.text-point {
  font-family: Arial, sans-serif; }

/***** Icon ******/
i {
  position: relative; }

.fa-phone-alt:before {
  content: '';
  background-image: url("../images/ic_call_24px.svg");
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: 10px; }

.fa-friend:before {
  content: '';
  background-image: url("../images/friend.svg");
  width: 18px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.fa-exclamation-circle:before {
  content: '';
  background-image: url("../images/ic_info_outline_24px.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-down-arrow-blue:before {
  content: '';
  background-image: url("../images/ic_arrow_drop_up_24px-blue.svg");
  width: 9px;
  height: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-right-arrow-blue {
  position: relative;
  margin-left: 5px; }

.icon-right-arrow-blue:before {
  content: '';
  background-image: url("../images/ic_slider_arrow_b.svg");
  width: 7px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-drop:before {
  content: '';
  background-image: url("../images/icon-drop.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-star:before {
  content: '';
  background-image: url("../images/ic_star_24px.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-star-red:before {
  content: '';
  background-image: url("../images/ic_star_red.svg");
  width: 15px;
  height: 14.25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-star-border-red:before {
  content: '';
  background-image: url("../images/ic_star_border_24px.svg");
  width: 15px;
  height: 14.25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-star-gray:before {
  content: '';
  background-image: url("../images/ic_star_24px_gray.svg");
  width: 15px;
  height: 14.25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-star-border-gray:before {
  content: '';
  background-image: url("../images/ic_star_border_24px_gray.svg");
  width: 15px;
  height: 14.25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-arrow-back {
  width: 16px;
  height: 16px;
  display: block; }

.icon-arrow-back:before {
  content: '';
  background-image: url("../images/ic_arrow_back_24px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-locak:before {
  content: '';
  background-image: url("../images/ic_lock_24px.svg");
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.fa-video-plus:before {
  content: '';
  background-image: url("../images/ic_upload_video_30px_gray.svg");
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0; }

.fa-user-friends:before {
  content: '';
  background-image: url("../images/ic_group_24px_users.svg");
  width: 18px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-email:before {
  content: '';
  background-image: url("../images/ic_email_24px.svg");
  width: 24px;
  height: 18px;
  display: inline-block;
  background-size: 24px 18px; }

.icon-line:before {
  content: '';
  background-image: url("../images/ic_line.svg");
  width: 26px;
  height: 24px;
  display: inline-block;
  background-size: 26px 24px; }

.icon-fb-circle:before {
  content: '';
  background-image: url("../images/icon-fb-circle.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 24px; }

.icon-ig-circle:before {
  content: '';
  background-image: url("../images/icon-ig-circle.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 24px; }

.icon-google-co {
  height: 18px; }

.icon-google-co:before {
  content: '';
  background-image: url("../images/google-co.svg");
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 17px 18px; }
.icon-google-co.active:before {
  background-image: url("../images/google-co-white.svg"); }

.icon-google-co-white:before {
  content: '';
  background-image: url("../images/google-co-white.svg");
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 17px 18px; }

.icon-account-circle:before {
  content: '';
  background-image: url("../images/ic_account_circle_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-room:before {
  content: '';
  background-image: url("../images/ic_location-1_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-team-member:before {
  content: '';
  background-image: url("../images/ic_group_24px.svg");
  width: 15.7px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-check::before {
  content: '';
  background-image: url("../images/check.svg");
  width: 8px;
  height: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }

.icon-upload-video-red::before {
  content: '';
  background-image: url("../images/ic_upload_video_30px_red.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-flag::before {
  content: '';
  background-image: url("../images/ic_flag_24px.svg");
  width: 9px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-check-white {
  position: relative;
  width: 8px;
  height: 7px; }

.icon-check-white::before {
  position: absolute;
  content: '';
  background-image: url("../images/check_white.svg");
  width: 8px;
  height: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-key {
  width: 11px;
  height: 6px;
  display: inline-block; }

.icon-key::before {
  position: absolute;
  content: '';
  background-image: url("../images/ic_vpn_key_24px.svg");
  width: 11px;
  height: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-photo-select-white {
  height: 18px; }

.icon-photo-select-white::before {
  content: '';
  background-image: url("../images/ic_photo_size_select_actual_white.svg");
  width: 22px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-close-modal::before {
  content: '';
  background-image: url("../images/ic_close_modal.svg");
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-check-red::before {
  content: '';
  background-image: url("../images/check-red.svg");
  width: 8px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-briefcase {
  position: relative; }

.icon-briefcase::before {
  position: absolute;
  top: 5px;
  content: '';
  background-image: url("../images/Group_2629.svg");
  width: 12px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-more-horiz.rotate::before {
  background-image: url("../images/ic_more_vertical.svg");
  width: 4px;
  height: 16px; }

.icon-more-horiz::before {
  content: '';
  background-image: url("../images/ic_more_horiz_24px.svg");
  width: 18px;
  height: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-visibility-off::before {
  content: '';
  background-image: url("../images/ic_visibility_off_24px.svg");
  width: 14px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-arrow-drop-down {
  display: flex;
  align-items: center; }
  .icon-arrow-drop-down.up {
    transform: rotate(180deg); }

.icon-arrow-drop-down::before {
  content: '';
  background-image: url("../images/ic_arrow_drop_down_24px.svg");
  width: 6px;
  height: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-mode-edit::before {
  content: '';
  background-image: url("../images/ic_mode_edit.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-star-white::before {
  content: '';
  background-image: url("../images/ic_star.svg");
  width: 20px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-mobile-16::before {
  content: '';
  background-image: url("../images/ic_mobile_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-telephone-16::before {
  content: '';
  background-image: url("../images/ic_telephone_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-location-2-16::before {
  content: '';
  background-image: url("../images/ic_location-2_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-website-16::before {
  content: '';
  background-image: url("../images/ic_website_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-email-16::before {
  content: '';
  background-image: url("../images/ic_email_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-line-16::before {
  content: '';
  background-image: url("../images/ic_line_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-skype-16::before {
  content: '';
  background-image: url("../images/ic_skype_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-weixin-16::before {
  content: '';
  background-image: url("../images/ic_weixin_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-close::before {
  content: '';
  background-image: url("../images/ic_close.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-edit-gray-16::before {
  content: '';
  background-image: url("../images/ic_edit_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-star-gray-16::before {
  content: '';
  background-image: url("../images/ic_star_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
.icon-star-gray-16.off::before {
  background-image: url("../images/ic_star_border_16px.svg"); }

.icon-eye-gray-16::before {
  content: '';
  background-image: url("../images/ic_visible_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
.icon-eye-gray-16.off::before {
  background-image: url("../images/ic_invisible_16px.svg"); }

.icon-delete-16::before {
  content: '';
  background-image: url("../images/ic_delete_16px.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-close-24::before {
  content: '';
  background-image: url("../images/ic_close_24px_black.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-member-16::before {
  content: '';
  background-image: url("../images/ic_member_16px.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-manager-16::before {
  content: '';
  background-image: url("../images/ic_manager_16px.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-spinner:before {
  content: '';
  background-image: url("../images/ic_sync_24px.svg");
  width: 10px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain; }
.icon-spinner.is-animation:before {
  -webkit-animation: rotate 0.8s infinite linear;
  -moz-animation: rotate 0.8s infinite linear;
  -o-animation: rotate 0.8s infinite linear;
  animation: rotate 0.8s infinite linear; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(37, 43, 51, 0.35);
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(37, 43, 51, 0.35); }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(37, 43, 51, 0.35); }

.modal-open {
  overflow-y: hidden; }

body {
  font-family: "Roboto", "Noto Sans TC";
  color: #252B33;
  background-color: #F2F2F2; }
  body .result-none {
    background-color: rgba(255, 255, 255, 0.05) !important;
    cursor: default !important; }
    @media screen and (max-width: 767px) {
      body .result-none {
        background-color: rgba(0, 0, 0, 0.5) !important; } }
  body .modal {
    z-index: 10000; }
  body .modal-content {
    border-radius: 0px; }
  body hr {
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 1; }
  body .search-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    margin-top: 62px;
    z-index: 1080; }
  body .search-result-count {
    text-align: center;
    font-size: 16px;
    color: #252B33;
    padding-top: 50px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1024px) {
      body .search-result-count {
        padding-top: 40px;
        padding-bottom: 0px; } }
  body .search-noresult {
    text-align: center;
    color: rgba(45, 52, 62, 0.75);
    padding-top: 100px;
    padding-bottom: 100px; }
    body .search-noresult .title {
      font-size: 24px;
      font-weight: 300;
      margin-bottom: 16px; }
    body .search-noresult a {
      color: #0096FF; }
  body .search-red-word {
    color: #F1341C; }
  body button {
    outline: none; }
  body img {
    outline: none; }

.mnav {
  font-weight: 300; }
  .mnav .nav-container {
    width: 320px; }
  .mnav .nav-container, .mnav .nav-wrapper, .mnav ul {
    background: #090B0D !important; }
  .mnav .top-item {
    height: 95px; }
    .mnav .top-item .profile-img {
      background: #fff;
      border-radius: 23px;
      display: flex;
      width: 45px;
      height: 45px;
      overflow: hidden; }
      .mnav .top-item .profile-img img {
        object-fit: cover; }
    .mnav .top-item::after {
      content: '';
      display: inline-block;
      border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
      left: -30px;
      right: -30px;
      bottom: -2px;
      position: absolute; }
    .mnav .top-item .name {
      font-size: 20px;
      line-height: 25px; }
    .mnav .top-item .follow {
      font-size: 14px;
      line-height: 20px;
      opacity: .65; }
    .mnav .top-item .nav-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
  .mnav .nav-item {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    .mnav .nav-item:hover {
      background: #090B0D !important; }
  .mnav .nav-next {
    display: none; }
  .mnav ul {
    padding-left: 35px;
    padding-right: 20px;
    overflow: hidden; }
    .mnav ul .nav-back {
      height: 70px;
      font-weight: bold;
      font-size: 18px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .mnav ul .nav-back a {
        border-top: 0px;
        border-bottom: 0px;
        background: transparent;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0; }
        .mnav ul .nav-back a span {
          display: none; }
        .mnav ul .nav-back a:hover {
          background: #090B0D !important; }
        .mnav ul .nav-back a::before {
          content: '';
          display: inline-block;
          background-image: url(../images/ic_arrow_back_24px@2x.png) !important;
          width: 16px !important;
          height: 16px !important;
          background-size: 16px 16px !important;
          margin-right: 25px !important; }
      .mnav ul .nav-back::after {
        content: '';
        display: inline-block;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
        left: -30px;
        right: -30px;
        bottom: -2px;
        position: absolute; }
    .mnav ul .badge-red {
      background-color: #F1341C;
      border-radius: 10px;
      font-size: 14px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      text-align: center;
      line-height: 14px;
      font-weight: 400;
      min-width: 30px; }
    .mnav ul .account-item .name {
      font-size: 20px;
      line-height: 25px; }
    .mnav ul .account-item .follow {
      font-size: 14px;
      line-height: 20px;
      opacity: .65; }
    .mnav ul .account-item .nav-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
    .mnav ul .notification a {
      font-size: 18px;
      line-height: 18px; }
      .mnav ul .notification a::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Group2655.svg);
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px; }
    .mnav ul .favo a {
      font-size: 18px;
      line-height: 18px; }
      .mnav ul .favo a::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Group2656.svg);
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px; }
    .mnav ul .change a {
      font-size: 18px;
      line-height: 18px; }
      .mnav ul .change a::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Group2657.svg);
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px; }
    .mnav ul .change ul .nav-item::before {
      display: none; }
    .mnav ul .find a {
      font-size: 18px;
      line-height: 18px; }
      .mnav ul .find a::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Group2658.svg);
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px; }
    .mnav ul .create a {
      font-size: 18px;
      line-height: 18px; }
      .mnav ul .create a::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Group2659.svg);
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px; }
    .mnav ul .account a {
      font-size: 18px;
      line-height: 18px; }
      .mnav ul .account a::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Group2660.svg);
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px; }
    .mnav ul .new-button button {
      width: 250px;
      border-radius: 30px;
      padding-top: 15px;
      padding-bottom: 15px;
      background-color: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.75);
      border: 0px;
      font-size: 15px; }
    .mnav ul .menu-bar {
      padding-right: 15px; }
      .mnav ul .menu-bar .nav-item {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        color: rgba(255, 255, 255, 0.25); }

.totop {
  position: fixed;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 4px 2px rgba(0,0,0, 0.1);
  cursor: pointer;
  z-index: 100;
  transition: bottom .5s;
  display: none; }
  .totop img {
    width: 12px; }
  @media screen and (max-width: 767px) {
    /* .totop {
      width: 30px;
      height: 30px; } */
      .totop img {
        width: 12px; } }

header {
  width: 100%;
  transition: top .5s;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    header.md-info-only {
      display: none; } }
  @media screen and (max-width: 1023px) {
    header {
      overflow: hidden;
      transition: top .5s, height .25s;
      height: 118px; } }
  header .w-200 {
    width: 200px; }
  header .w-240 {
    width: 240px; }
  header .w-414 {
    width: 414px; }
  header.transparent .navbar-light {
    background-color: transparent; }
    @media screen and (max-width: 1023px) {
      header.transparent .navbar-light {
        background-color: #fff; } }
  header .search-close-btn {
    padding-right: 0px !important; }
  header #notify-modal .modal-header {
    font-size: 18px;
    font-weight: 500;
    color: #2D343E; }
    header #notify-modal .modal-header .close {
      opacity: 1; }
  header .top-notify .top-title {
    height: 60px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500; }
  header .top-notify .dropdown-menu, header .top-notify .m-modal {
    background-color: #F7F7F7;
    border-radius: 3px; }
    header .top-notify .dropdown-menu .content, header .top-notify .m-modal .content {
      padding: 25px;
      height: 490px;
      overflow: auto; }
      @media screen and (max-width: 767px) {
        header .top-notify .dropdown-menu .content, header .top-notify .m-modal .content {
          height: 100%; } }
      header .top-notify .dropdown-menu .content .ago, header .top-notify .m-modal .content .ago {
        font-weight: bold;
        font-size: 16px;
        color: #252B33;
        padding-bottom: 21px; }
      header .top-notify .dropdown-menu .content .sub-title, header .top-notify .m-modal .content .sub-title {
        word-break: break-word;
        font-size: 14px;
        color: #000000;
        font-weight: 400; }
        header .top-notify .dropdown-menu .content .sub-title span, header .top-notify .m-modal .content .sub-title span {
          font-size: 12px;
          color: rgba(37, 43, 51, 0.5);
          overflow: hidden;
          height: 1.4rem;
          margin-left: 7px; }
      header .top-notify .dropdown-menu .content .item, header .top-notify .m-modal .content .item {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px rgba(0, 0, 0, 0.05) solid; }
  header .top-notify .img-wrapper {
    width: 40px;
    border-radius: 20px 20px; }
  header .top-notify .wrapper {
    width: 25%; }
    header .top-notify .wrapper button {
      background-color: rgba(0, 0, 0, 0.05);
      color: rgba(37, 43, 51, 0.35);
      border-radius: 2px;
      font-size: 14px; }
    header .top-notify .wrapper.d-flex button.red-btn {
      background-color: #F53219;
      color: #fff;
      margin-right: 2px; }
    header .top-notify .wrapper.d-flex button.white-btn {
      background-color: #FFF;
      color: #252B33;
      border: 1px rgba(91, 104, 123, 0.1) solid;
      margin-left: 2px; }
  header #favo-modal .modal-header {
    font-size: 18px;
    font-weight: 500;
    color: #2D343E; }
    header #favo-modal .modal-header .close {
      opacity: 1; }
  header .top-favo .top-title {
    height: 60px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500; }
  header .top-favo .dropdown-menu, header .top-favo .m-modal {
    background-color: #F7F7F7;
    border-radius: 3px; }
    header .top-favo .dropdown-menu .item, header .top-favo .m-modal .item {
      cursor: pointer; }
    header .top-favo .dropdown-menu .content, header .top-favo .m-modal .content {
      padding: 25px;
      height: 490px;
      overflow: auto; }
      @media screen and (max-width: 767px) {
        header .top-favo .dropdown-menu .content, header .top-favo .m-modal .content {
          height: 100%; } }
      header .top-favo .dropdown-menu .content .ago, header .top-favo .m-modal .content .ago {
        font-weight: bold;
        font-size: 16px;
        color: #252B33;
        padding-bottom: 21px; }
      header .top-favo .dropdown-menu .content .title, header .top-favo .m-modal .content .title {
        font-size: 14px;
        line-height: 1.4rem;
        color: #000000;
        font-weight: 400;
        overflow: hidden;
        height: 1.4rem; }
      header .top-favo .dropdown-menu .content .sub-title, header .top-favo .m-modal .content .sub-title {
        font-size: 12px;
        color: rgba(37, 43, 51, 0.5);
        overflow: hidden;
        height: 1.4rem; }
      header .top-favo .dropdown-menu .content .item, header .top-favo .m-modal .content .item {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px rgba(0, 0, 0, 0.05) solid; }
  header .top-favo .img-wrapper {
    width: 112px; }
  header .right-dropdown .dropdown-menu {
    transform: translateX(-55%); }
  header .dropdown-menu {
    color: #252B33;
    font-size: 15px;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.25); }
    header .dropdown-menu .dropdown-item {
      padding-top: 12px;
      padding-bottom: 12px;
      margin-top: 0px !important;
      margin-bottom: 0px !important; }
    header .dropdown-menu .dropdown-header {
      color: rgba(37, 43, 51, 0.5);
      font-size: 12px;
      padding-left: 35px;
      padding-top: 0px;
      padding-bottom: 16px; }
    header .dropdown-menu .dropdown-item-wrapper {
      max-height: 155px;
      overflow: hidden; }
  header .dropdown-toggle::after {
    display: none; }
  header .navbar {
    min-height: 58px;
    background-color: #fff; }
    @media screen and (max-width: 1023px) {
      header .navbar {
        justify-content: center; } }
    header .navbar .header-action {
      position: absolute;
      justify-content: space-between;
      padding-left: 26px;
      padding-right: 26px;
      width: 100%; }
    header .navbar.gray {
      background-color: #F2F2F2 !important; }
    header .navbar .change-account {
      margin-bottom: -24px; }
    header .navbar .change-account-back {
      cursor: pointer;
      display: flex;
      height: 50px;
      align-items: center;
      border-bottom: 1px #D9D9D9 solid; }
      header .navbar .change-account-back img {
        margin-left: 27px;
        margin-right: 30px; }
    header .navbar .change-account-logout {
      cursor: pointer;
      display: flex;
      height: 50px;
      align-items: center; }
      header .navbar .change-account-logout a {
        color: #252B33; }
      header .navbar .change-account-logout img {
        margin-left: 27px;
        margin-right: 30px; }
    header .navbar .top-item {
      padding-left: 17px;
      height: 80px;
      border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
      margin-bottom: 24px;
      cursor: pointer; }
      header .navbar .top-item.change-account {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px; }
      header .navbar .top-item:hover {
        background-color: rgba(37, 43, 51, 0.04); }
      header .navbar .top-item::after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 26px;
        background-image: url(../images/ic_chevron_right_24px.svg);
        width: 6px;
        height: 10px;
        background-size: 6px 10px; }
      header .navbar .top-item .name {
        font-size: 15px;
        font-weight: 500;
        line-height: 18px; }
      header .navbar .top-item .follow {
        font-size: 12px;
        color: rgba(37, 43, 51, 0.5); }
      header .navbar .top-item .nav-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
      header .navbar .top-item .arrow {
        position: absolute;
        right: 20px; }
    header .navbar a {
      position: relative; }
      header .navbar a .badge-red {
        background-color: #F1341C;
        border-radius: 10px;
        font-size: 12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) scale(0.8);
        transform-origin: center;
        right: 20px;
        min-width: 26px; }
      header .navbar a.change {
        padding-left: 26px; }
        header .navbar a.change::before {
          content: '';
          display: inline-block;
          background-image: url(../images/ic_swap_horiz_24px.svg);
          width: 18px;
          height: 14px;
          background-size: 18px 14px;
          margin-right: 16px; }
      header .navbar a.find {
        color: #252B33; }
        header .navbar a.find::before {
          content: '';
          display: inline-block;
          background-image: url(../images/friend.svg);
          width: 15px;
          height: 16px;
          background-size: 15px 16px;
          margin-right: 8px; }
      header .navbar a.create {
        padding-left: 26px; }
        header .navbar a.create::before {
          content: '';
          display: inline-block;
          background-image: url(../images/ic_group_24px.svg);
          width: 15px;
          height: 10px;
          background-size: 15px 10px;
          margin-right: 19px; }
      header .navbar a.account {
        padding-left: 26px; }
        header .navbar a.account::before {
          content: '';
          display: inline-block;
          background-image: url(../images/ic_settings_24px.svg);
          width: 16px;
          height: 16px;
          background-size: 16px 16px;
          margin-right: 18px; }
  header .nav-toggle {
    top: 0;
    min-height: inherit; }
  header .m-navbar {
    background-color: #fff;
    height: 60px;
    border-top: 1px #EFEFEF solid;
    overflow: hidden; }
    header .m-navbar ul {
      background-color: #fff;
      height: 100%;
      transform: translateY(1px); }
    header .m-navbar .nav-item {
      height: 100%;
      padding-top: 3px;
      padding-left: 5px;
      padding-right: 5px;
      border-bottom: 3px transparent solid; }
      header .m-navbar .nav-item.active {
        border-bottom: 4px #F1341C solid; }
      @media screen and (max-width: 767px) {
        header .m-navbar .nav-item {
          margin-left: 15px;
          margin-right: 15px; } }
      @media screen and (max-width: 360px) {
        header .m-navbar .nav-item {
          margin-left: 10px;
          margin-right: 10px; } }
  @media screen and (max-width: 1023px) {
    header.hide-m-navbar {
      height: 59px; }
      header.hide-m-navbar .m-navbar {
        display: none !important; } }
  header .navbar-brand {
    margin-left: 44px;
    margin-right: 40px; }
    @media screen and (max-width: 1023px) {
      header .navbar-brand {
        position: relative;
        z-index: 2; } }
  header .nav-item {
    font-size: 15px;
    margin-left: 12px;
    margin-right: 12px;
    color: #252B33;
    line-height: 15px; }
    header .nav-item .name {
      vertical-align: middle;
      font-size: 14px; }
    header .nav-item .dropdown-item {
      margin-top: 10px;
      margin-bottom: 10px;
      padding-left: 35px; }
      header .nav-item .dropdown-item.blue-link {
        color: #0096FF;
        font-size: 14px; }
    header .nav-item .nav-link {
      position: relative;
      color: #252B33 !important; }
      header .nav-item .nav-link .badge-red {
        background-color: #F1341C;
        border-radius: 10px;
        font-size: 12px;
        transform: scale(0.8);
        position: absolute;
        top: 3px;
        right: 0px;
        min-width: 26px; }
      header .nav-item .nav-link .nav-img {
        opacity: .5; }
        header .nav-item .nav-link .nav-img:hover {
          opacity: 1; }
      header .nav-item .nav-link.active .nav-img {
        opacity: 1; }
    @media screen and (max-width: 1023px) {
      header .nav-item {
        font-weight: 300; } }
    header .nav-item.active {
      font-weight: 500; }
      @media screen and (max-width: 1023px) {
        header .nav-item.active {
          font-weight: 400; } }
    header .nav-item:hover {
      font-weight: 500; }
      @media screen and (max-width: 1023px) {
        header .nav-item:hover {
          font-weight: 400; } }
  header .navbar-nav-right .profile-img {
    border-radius: 50% 50%;
    width: 30px;
    height: 30px;
    display: flex;
    overflow: hidden; }
    header .navbar-nav-right .profile-img img {
      object-fit: cover; }
  header .navbar-nav-right .nav-item {
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    display: flex; }
  header .search-btn {
    transition: opacity .25; }
    header .search-btn.active {
      opacity: .25;
      padding-left: 0px !important;
      padding-right: 0px !important; }
  header .search-input {
    width: 100%;
    border: 0px;
    height: 100%;
    font-size: 24px;
    color: #252B33; }
    header .search-input:focus {
      outline: none !important; }
    @media screen and (max-width: 767px) {
      header .search-input {
        font-size: 16px; } }

.push-content {
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  /* padding-bottom: 98px; */
  position: relative; }
  .push-content.no-padding {
    padding: 0; }

.works-content-section {
  background-color: #F2F2F2; }
  .works-content-section .works-content {
    margin: auto; }
    @media screen and (max-width: 767px) {
      .works-content-section .works-content {
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden; } }
    @media screen and (min-width: 414px) and (max-width: 767px) {
      .works-content-section .works-content.container {
        max-width: 414px; } }
    .works-content-section .works-content .mb-20 {
      margin-bottom: 20px; }
    .works-content-section .works-content .top-title {
      font-size: 24px;
      margin-top: 50px;
      margin-bottom: 50px;
      font-weight: bold; }
    .works-content-section .works-content .img-wrapper {
      overflow: hidden;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      @media screen and (max-width: 767px) {
        .works-content-section .works-content .img-wrapper {
          border-top-left-radius: 0px;
          border-top-right-radius: 0px; } }
    .works-content-section .works-content .item-content-wrapper {
      background-color: #fff;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      .works-content-section .works-content .item-content-wrapper .item-content-row {
        padding: 25px 30px;
        margin-left: 0px;
        margin-right: 0px; }
        .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu {
          top: 40px;
          left: 0px;
          max-height: 328px;
          color: #252B33;
          box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.25); }
          @media screen and (max-width: 1023px) {
            .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu {
              display: none; } }
          .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site {
            padding: 19px 0px;
            overflow: hidden; }
            .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list {
              font-size: 14px;
              transition: height .5s;
              height: 100%;
              overflow: hidden;
              max-height: 288px;
              margin-bottom: 0px;
              padding-left: 0px; }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list .more a {
                font-weight: 500;
                color: #252B33;
                text-decoration: none; }
              @media screen and (max-width: 1023px) {
                .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list {
                  margin-top: 0px; }
                  .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list.more {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #fff;
                    height: 100% !important;
                    z-index: 10;
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-top: 80px;
                    overflow: auto; } }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list li {
                padding-top: 12px;
                padding-bottom: 12px;
                padding-left: 32px;
                padding-right: 32px; }
                .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list li .title {
                  width: 70px;
                  font-weight: 500; }
                .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list li .img-wrapper {
                  width: 24px; }
                .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list li .company {
                  padding-left: 10px;
                  height: 1.2rem;
                  width: 116px;
                  min-width: 116px;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap; }
                .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list li:hover {
                  background-color: rgba(37, 43, 51, 0.04); }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .left-site .worker-list.full-length {
                overflow: auto; }
          .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site {
            display: none;
            text-align: center;
            border-left: 1px #D9D9D9 solid; }
            .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .left-area {
              width: 280px;
              height: 100%; }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .left-area .creator-left-img-wrapper {
                margin-bottom: 20px; }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .left-area .title {
                color: #252B33;
                font-size: 16px;
                font-weight: bold; }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .left-area .sub-title {
                color: rgba(37, 43, 51, 0.66);
                font-size: 14px; }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .left-area .red-btn {
                color: #fff;
                background-color: #F53219;
                border-radius: 20px;
                border: 0px;
                font-size: 14px;
                padding: 7px 40px;
                margin-top: 25px;
                margin-bottom: 12px;
                cursor: pointer;
                outline: none; }
                @media screen and (max-width: 1023px) {
                  .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .left-area .red-btn {
                    padding: 7px 28px; } }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .left-area .follower {
                font-size: 12px;
                color: rgba(37, 43, 51, 0.5); }
            .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .right-area {
              width: 195px; }
              .works-content-section .works-content .item-content-wrapper .item-content-row .dropdown-menu .right-site .right-area .img-wrapper {
                flex: 1;
                background-position: center center;
                background-size: 100%;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
                cursor: pointer; }
      .works-content-section .works-content .item-content-wrapper .profile-img {
        width: 45px;
        height: 45px;
        border-radius: 50% 50%;
        overflow: hidden;
        display: flex;
        overflow: hidden; }
        .works-content-section .works-content .item-content-wrapper .profile-img img {
          width: 100%;
          object-fit: cover; }
      .works-content-section .works-content .item-content-wrapper .title {
        font-size: 14px;
        font-weight: 500; }
        .works-content-section .works-content .item-content-wrapper .title a {
          color: #252B33; }
        @media screen and (max-width: 767px) {
          .works-content-section .works-content .item-content-wrapper .title {
            overflow: hidden;
            position: relative;
            line-height: 1.4rem;
            max-height: 1.4rem;
            text-align: justify;
            margin-right: -1em;
            padding-right: 1em; }
            .works-content-section .works-content .item-content-wrapper .title:before {
              content: '...';
              position: absolute;
              right: 0;
              bottom: 0; }
            .works-content-section .works-content .item-content-wrapper .title:after {
              content: '';
              position: absolute;
              right: 0;
              width: 1em;
              height: 1.2em;
              margin-top: 0.2em;
              background: white; } }
        .works-content-section .works-content .item-content-wrapper .title.one-line {
          overflow: hidden;
          position: relative;
          line-height: 1.4rem;
          max-height: 1.4rem;
          text-align: justify;
          margin-right: -1em;
          padding-right: 1em; }
          .works-content-section .works-content .item-content-wrapper .title.one-line:before {
            content: '...';
            position: absolute;
            right: 0;
            bottom: 0; }
          .works-content-section .works-content .item-content-wrapper .title.one-line:after {
            content: '';
            position: absolute;
            right: 0;
            width: 1em;
            height: 1.2em;
            margin-top: 0.2em;
            background: white; }
      .works-content-section .works-content .item-content-wrapper .user {
        font-weight: 400;
        font-size: 14px;
        color: rgba(37, 43, 51, 0.75); }
        .works-content-section .works-content .item-content-wrapper .user::after {
          display: none; }
        .works-content-section .works-content .item-content-wrapper .user:hover {
          text-decoration: underline;
          text-decoration-color: rgba(37, 43, 51, 0.5); }
      .works-content-section .works-content .item-content-wrapper hr {
        margin-top: 0px;
        margin-bottom: 0px; }
      .works-content-section .works-content .item-content-wrapper .sum-info {
        font-size: 13px;
        margin-top: 14px;
        color: rgba(37, 43, 51, 0.66); }
        .works-content-section .works-content .item-content-wrapper .sum-info span {
          margin-right: 25px; }
          .works-content-section .works-content .item-content-wrapper .sum-info span:last-child {
            margin-right: 0px; }
        .works-content-section .works-content .item-content-wrapper .sum-info .watch {
          float: left;
          display: flex;
          justify-content: center;
          align-items: center; }
          .works-content-section .works-content .item-content-wrapper .sum-info .watch::before {
            content: '';
            width: 18px;
            height: 18px;
            background-image: url("../images/Group 1637.svg");
            background-size: 18px 18px;
            display: inline-block; }
        .works-content-section .works-content .item-content-wrapper .sum-info .like {
          float: left;
          display: flex;
          justify-content: center;
          align-items: center; }
          .works-content-section .works-content .item-content-wrapper .sum-info .like::before {
            content: '';
            width: 18px;
            height: 18px;
            background-image: url("../images/Group 1635.svg");
            background-size: 18px 18px;
            display: inline-block;
            margin-right: 0px; }
        .works-content-section .works-content .item-content-wrapper .sum-info .comment {
          float: left;
          display: flex;
          justify-content: center;
          align-items: center; }
          .works-content-section .works-content .item-content-wrapper .sum-info .comment::before {
            content: '';
            width: 18px;
            height: 18px;
            background-image: url("../images/Group 1636.svg");
            background-size: 18px 18px;
            display: inline-block; }
    .works-content-section .works-content .custom-padding {
      padding-left: 11px;
      padding-right: 11px;
      margin-bottom: 20px; }
    .works-content-section .works-content .item-content {
      white-space: normal;
      background-color: #fff;
      padding-left: 14px; }
    .works-content-section .works-content .action-wrapper .btn-link {
      cursor: pointer;
      font-size: 14px;
      line-height: 14px;
      color: rgba(37, 43, 51, 0.66);
      padding-top: 17px;
      padding-bottom: 17px; }
      .works-content-section .works-content .action-wrapper .btn-link:hover {
        text-decoration: none; }
    .works-content-section .works-content .action-wrapper .like::before {
      content: '';
      width: 14px;
      height: 13px;
      background-image: url("../images/Group 1629.svg");
      background-size: 14px 13px;
      display: inline-block;
      margin-right: 5px; }
    .works-content-section .works-content .action-wrapper .like:hover::before {
      background-image: url("../images/Group 2442.svg"); }
    .works-content-section .works-content .action-wrapper .like.active::before {
      background-image: url("../images/Group 2442.svg"); }
    .works-content-section .works-content .action-wrapper .save::before {
      content: '';
      width: 10px;
      height: 14px;
      background-image: url("../images/ic_bookmark onlist.svg");
      background-size: 10px 14px;
      display: inline-block;
      margin-right: 5px; }
    .works-content-section .works-content .action-wrapper .save:hover::before {
      background-image: url("../images/ic_bookmark onlist1.svg"); }
    .works-content-section .works-content .action-wrapper .save.active::before {
      background-image: url("../images/ic_bookmark onlist1.svg"); }
    .works-content-section .works-content a.d-flex {
      width: 100%; }

.infomation-content-section {
  background-color: #F2F2F2; }
  .infomation-content-section.search-infomation {
    margin-top: 40px; }
  .infomation-content-section .infomation-content {
    margin: auto; }
    @media screen and (max-width: 767px) {
      .infomation-content-section .infomation-content {
        padding-left: 10px;
        padding-right: 10px; } }
    .infomation-content-section .infomation-content .top-wroding {
      font-size: 16px;
      color: rgba(45, 52, 62, 0.75);
      margin-top: 50px;
      margin-bottom: 50px; }
      .infomation-content-section .infomation-content .top-wroding a {
        color: #0096FF; }
      @media screen and (max-width: 1023px) {
        .infomation-content-section .infomation-content .top-wroding {
          margin-top: 30px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .infomation-content-section .infomation-content .top-wroding {
          margin-top: 28px;
          margin-bottom: 30px; } }
    .infomation-content-section .infomation-content .info-card-item {
      cursor: pointer;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .infomation-content-section .infomation-content .info-card-item {
          padding-left: 15px;
          padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .infomation-content-section .infomation-content .info-img {
        width: 162px;flex: none; } }
    .infomation-content-section .infomation-content .top-tag {
      font-size: 13px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .infomation-content-section .infomation-content .top-tag {
          margin-bottom: 0px; } }
      .infomation-content-section .infomation-content .top-tag .type {
        font-size: 13px;
        color: rgba(37, 43, 51, 0.85);
        margin-left: 6px;
        margin-right: 8px; }
        @media screen and (max-width: 767px) {
          .infomation-content-section .infomation-content .top-tag .type {
            margin-left: 0px; } }
      .infomation-content-section .infomation-content .top-tag .times {
        font-weight: 300;
        font-size: 13px;
        color: rgba(91, 104, 123, 0.66); }
    .infomation-content-section .infomation-content .item-content-wrapper {
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .infomation-content-section .infomation-content .item-content-wrapper {
          background-color: transparent; } }
      .infomation-content-section .infomation-content .item-content-wrapper .item-content-row {
        padding: 25px 30px;
        margin-left: 0px;
        margin-right: 0px; }
        @media screen and (max-width: 767px) {
          .infomation-content-section .infomation-content .item-content-wrapper .item-content-row {
            padding: 0px 5px; } }
      .infomation-content-section .infomation-content .item-content-wrapper .title {
        font-size: 17px;
        font-weight: 500;
        color: #252B33;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .infomation-content-section .infomation-content .item-content-wrapper .title {
            overflow: hidden;
            position: relative;
            line-height: 1.4rem;
            max-height: 4.2rem;
            text-align: justify;
            margin-right: -1em;
            padding-right: 1em; }
            .infomation-content-section .infomation-content .item-content-wrapper .title:before {
              content: '...';
              position: absolute;
              right: 0;
              bottom: 0; }
            .infomation-content-section .infomation-content .item-content-wrapper .title:after {
              content: '';
              position: absolute;
              right: 0;
              width: 1em;
              height: 1.2em;
              margin-top: 0.2em;
              background: #F2F2F2; } }
      .infomation-content-section .infomation-content .item-content-wrapper .description {
        font-size: 15px;
        color: rgba(91, 104, 123, 0.75);
        overflow: hidden;
        position: relative;
        line-height: 1.4rem;
        max-height: 4.2rem;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em; }
        .infomation-content-section .infomation-content .item-content-wrapper .description:before {
          content: '...';
          position: absolute;
          right: 0;
          bottom: 0; }
        .infomation-content-section .infomation-content .item-content-wrapper .description:after {
          content: '';
          position: absolute;
          right: 0;
          width: 1em;
          height: 1.2em;
          margin-top: 0.2em;
          background: white; }
        @media screen and (max-width: 767px) {
          .infomation-content-section .infomation-content .item-content-wrapper .description {
            overflow: hidden;
            position: relative;
            line-height: 1.4rem;
            max-height: 1.4rem;
            text-align: justify;
            margin-right: -1em;
            padding-right: 1em; }
            .infomation-content-section .infomation-content .item-content-wrapper .description:before {
              content: '...';
              position: absolute;
              right: 0;
              bottom: 0; }
            .infomation-content-section .infomation-content .item-content-wrapper .description:after {
              content: '';
              position: absolute;
              right: 0;
              width: 1em;
              height: 1.2em;
              margin-top: 0.2em;
              background: #F2F2F2; } }
      .infomation-content-section .infomation-content .item-content-wrapper hr {
        margin-top: 0px;
        margin-bottom: 0px; }
    .infomation-content-section .infomation-content .item-content {
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .infomation-content-section .infomation-content .item-content {
          background-color: transparent; } }
    .infomation-content-section .infomation-content .action-wrapper {
      padding-left: 40px;
      padding-right: 40px; }
      .infomation-content-section .infomation-content .action-wrapper .btn-link {
        text-align: left !important;
        font-size: 13px;
        color: rgba(91, 104, 123, 0.75);
        padding-top: 15px;
        padding-bottom: 15px; }
        .infomation-content-section .infomation-content .action-wrapper .btn-link:hover {
          text-decoration: none; }

#infomation-detail-content {
  padding: 0px;
  border-radius: 6px;
  display: none;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    #infomation-detail-content {
      border-radius: 0px;
      margin-top: 0px;
      margin-bottom: 0px; } }
  #infomation-detail-content .header {
    height: 60px;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid; }
    #infomation-detail-content .header .close-wrapper {
      width: 60px;
      height: 60px; }
  #infomation-detail-content .infomation-detail-section {
    display: flex;
    background-color: #fff;
    max-width: 1160px;
    overflow-x: hidden; }
    #infomation-detail-content .infomation-detail-section .fancybox-close-small {
      display: none; }
    #infomation-detail-content .infomation-detail-section .left-area {
      flex: auto;
      padding: 60px 80px; }
      #infomation-detail-content .infomation-detail-section .left-area img {
        max-width: 100%;
      }
      @media screen and (max-width: 1023px) {
        #infomation-detail-content .infomation-detail-section .left-area {
          padding: 25px 20px;
          padding-bottom: 80px; } }
      #infomation-detail-content .infomation-detail-section .left-area .title {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 15px; }
      #infomation-detail-content .infomation-detail-section .left-area .sub-title {
        color: rgba(91, 104, 123, 0.75);
        font-size: 15px;
        margin-bottom: 40px; }
      #infomation-detail-content .infomation-detail-section .left-area .content {
        font-size: 18px;
        color: #252B33;
        margin-top: 40px;
        line-height: 2rem;
        font-weight: 200; }
        @media screen and (max-width: 1023px) {
          #infomation-detail-content .infomation-detail-section .left-area .content {
            margin-top: 25px; } }
    #infomation-detail-content .infomation-detail-section .right-area {
      flex: none;
      width: 320px;
      background-color: #F5F5F5;
      padding: 60px 50px; }
      @media screen and (max-width: 1023px) {
        #infomation-detail-content .infomation-detail-section .right-area {
          width: 100%;
          padding: 0px 0px;
          position: fixed;
          z-index: 10000;
          bottom: 0px;
          -webkit-transform: translateZ(0); } }
      #infomation-detail-content .infomation-detail-section .right-area ul {
        padding-left: 0px; }
        #infomation-detail-content .infomation-detail-section .right-area ul li {
          list-style: none;
          padding-top: 33px;
          padding-bottom: 33px;
          border-bottom: 1px rgba(37, 43, 51, 0.1) solid; }
          #infomation-detail-content .infomation-detail-section .right-area ul li:last-child {
            border: 0px; }
          #infomation-detail-content .infomation-detail-section .right-area ul li .title {
            font-size: 13px; }
          #infomation-detail-content .infomation-detail-section .right-area ul li .content {
            font-size: 24px;
            font-weight: bold; }
      #infomation-detail-content .infomation-detail-section .right-area .red-btn {
        color: #fff;
        background-color: #F53219;
        border-radius: 20px;
        border: 0px;
        font-size: 14px;
        padding: 5px 20px;
        margin-bottom: 10px;
        height: 40px;
        cursor: pointer;
        outline: none;
        width: 100%; }
        @media screen and (max-width: 1023px) {
          #infomation-detail-content .infomation-detail-section .right-area .red-btn {
            height: 60px; } }
        #infomation-detail-content .infomation-detail-section .right-area .red-btn::before {
          content: '';
          background-image: url(../images/ic_launch_24px.svg);
          width: 10px;
          height: 10px;
          display: inline-block;
          background-size: 100%;
          margin-right: 10px; }
        @media screen and (max-width: 1023px) {
          #infomation-detail-content .infomation-detail-section .right-area .red-btn {
            padding: 7px 28px;
            border-radius: 0px;
            flex: 1;
            margin-bottom: 0px; } }
      #infomation-detail-content .infomation-detail-section .right-area .white-btn {
        border: 1px #F53219 solid;
        color: #F53219;
        background-color: #fff;
        border-radius: 20px;
        font-size: 14px;
        padding: 5px 20px;
        cursor: pointer;
        width: 100%;
        height: 40px; }
        @media screen and (max-width: 1023px) {
          #infomation-detail-content .infomation-detail-section .right-area .white-btn {
            border: 0px;
            height: 60px; } }
        #infomation-detail-content .infomation-detail-section .right-area .white-btn::before {
          content: '';
          background-image: url(../images/ic_share_24px.svg);
          width: 10px;
          height: 10px;
          display: inline-block;
          background-size: 100%;
          margin-right: 10px; }
        @media screen and (max-width: 1023px) {
          #infomation-detail-content .infomation-detail-section .right-area .white-btn {
            padding: 7px 28px;
            border-radius: 0px;
            width: 150px; } }
    #infomation-detail-content .infomation-detail-section .m-info-wrapper {
      margin-top: 25px; }
      #infomation-detail-content .infomation-detail-section .m-info-wrapper ul {
        padding-left: 0px;
        border: 1px rgba(37, 43, 51, 0.1) solid; }
        #infomation-detail-content .infomation-detail-section .m-info-wrapper ul li {
          list-style: none;
          padding-top: 33px;
          padding-bottom: 33px;
          height: 90px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          flex: 1; }
          #infomation-detail-content .infomation-detail-section .m-info-wrapper ul li:last-child {
            border: 0px; }
          #infomation-detail-content .infomation-detail-section .m-info-wrapper ul li .title {
            font-size: 12px;
            margin-bottom: 0px;
            font-weight: 300; }
          #infomation-detail-content .infomation-detail-section .m-info-wrapper ul li .content {
            font-size: 15px;
            margin-top: 0px;
            font-weight: bold; }
          #infomation-detail-content .infomation-detail-section .m-info-wrapper ul li.border-left {
            border-left: 1px rgba(37, 43, 51, 0.1) solid;
            height: 60px;
            align-self: center;
            padding-top: 0px;
            padding-bottom: 0px;
            flex: none; }
    #infomation-detail-content .infomation-detail-section .button-wrapper {
      width: 220px; }
      @media screen and (max-width: 1023px) {
        #infomation-detail-content .infomation-detail-section .button-wrapper {
          width: 100%; } }

.m-infomation-detail-section {
  z-index: 100000;
  position: relative; }
  .m-infomation-detail-section .right-area {
    width: 320px;
    background-color: #F5F5F5;
    padding: 60px 50px; }
    @media screen and (max-width: 1023px) {
      .m-infomation-detail-section .right-area {
        width: 100%;
        padding: 0px 0px;
        position: fixed;
        z-index: 10000;
        bottom: 0px;
        -webkit-transform: translateZ(0); } }
    .m-infomation-detail-section .right-area ul {
      padding-left: 0px; }
      .m-infomation-detail-section .right-area ul li {
        list-style: none;
        padding-top: 33px;
        padding-bottom: 33px;
        border-bottom: 1px rgba(37, 43, 51, 0.1) solid; }
        .m-infomation-detail-section .right-area ul li:last-child {
          border: 0px; }
        .m-infomation-detail-section .right-area ul li .title {
          font-size: 13px; }
        .m-infomation-detail-section .right-area ul li .content {
          font-size: 24px; }
    .m-infomation-detail-section .right-area .red-btn {
      color: #fff;
      background-color: #F53219;
      border-radius: 20px;
      border: 0px;
      font-size: 14px;
      padding: 5px 20px;
      margin-bottom: 10px;
      height: 40px;
      cursor: pointer;
      outline: none;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        .m-infomation-detail-section .right-area .red-btn {
          height: 60px; } }
      .m-infomation-detail-section .right-area .red-btn::before {
        content: '';
        background-image: url(../images/ic_launch_24px.svg);
        width: 10px;
        height: 10px;
        display: inline-block;
        background-size: 100%;
        margin-right: 10px; }
      @media screen and (max-width: 1023px) {
        .m-infomation-detail-section .right-area .red-btn {
          padding: 7px 28px;
          border-radius: 0px;
          flex: 1;
          margin-bottom: 0px; } }
    .m-infomation-detail-section .right-area .white-btn {
      border: 1px #F53219 solid;
      color: #F53219;
      background-color: #fff;
      border-radius: 20px;
      font-size: 14px;
      padding: 5px 20px;
      cursor: pointer;
      width: 100%;
      height: 40px; }
      @media screen and (max-width: 1023px) {
        .m-infomation-detail-section .right-area .white-btn {
          border: 0px;
          height: 60px; } }
      .m-infomation-detail-section .right-area .white-btn::before {
        content: '';
        background-image: url(../images/ic_share_24px.svg);
        width: 10px;
        height: 10px;
        display: inline-block;
        background-size: 100%;
        margin-right: 10px; }
      @media screen and (max-width: 1023px) {
        .m-infomation-detail-section .right-area .white-btn {
          padding: 7px 28px;
          border-radius: 0px;
          width: 150px; } }

#infomation-detail-share {
  border-radius: 6px;
  font-size: 22px;
  font-weight: bold;
  padding-top: 45px;
  padding-bottom: 80px;
  display: none; }
  #infomation-detail-share .title {
    margin-bottom: 30px; }
  #infomation-detail-share .facebook {
    background-color: #4267B2;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px; }
  #infomation-detail-share .line {
    background-color: #00C43E;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px; }
  #infomation-detail-share .mail {
    background-color: #F1341C;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px; }
  #infomation-detail-share .link {
    background-color: #9D9D9D;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px; }

.fancybox-slide {
  padding: 0px; }
  .fancybox-slide.fancybox-slide--iframe {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 44px;
    padding-bottom: 44px; }
  .fancybox-slide.fancybox-slide--video {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 44px;
    padding-bottom: 44px; }

.resource-content-section {
  background-color: #F2F2F2; }
  .resource-content-section .resource-content {
    margin: auto; }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      .resource-content-section .resource-content {
        max-width: 998px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .resource-content-section .resource-content {
        max-width: 728px; } }
    @media screen and (max-width: 767px) {
      .resource-content-section .resource-content {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (max-width: 1279px) {
      .resource-content-section .resource-content .item-col {
        padding-left: 2px;
        padding-right: 2px; } }
    .resource-content-section .resource-content .info-img {
      width: 50px; }
      @media screen and (max-width: 1279px) {
        .resource-content-section .resource-content .info-img {
          position: absolute;
          border: 3px #fff solid;
          border-radius: 50% 50%;
          top: -25px;
          left: 50%;
          transform: translateX(-50%); } }
    .resource-content-section .resource-content .item-content-wrapper {
      position: relative;
      background-color: #fff; }
      .resource-content-section .resource-content .item-content-wrapper .item-content-row {
        padding: 25px 30px;
        padding-top: 45px;
        margin-left: 0px;
        margin-right: 0px; }
        @media screen and (max-width: 1279px) {
          .resource-content-section .resource-content .item-content-wrapper .item-content-row {
            text-align: center !important; } }
        @media screen and (max-width: 767px) {
          .resource-content-section .resource-content .item-content-wrapper .item-content-row {
            padding: 30px 5px;
            padding-top: 45px; } }
      .resource-content-section .resource-content .item-content-wrapper .title {
        font-size: 17px;
        font-weight: 500;
        color: #252B33; }
        @media screen and (max-width: 1279px) {
          .resource-content-section .resource-content .item-content-wrapper .title {
            font-size: 16px; } }
      .resource-content-section .resource-content .item-content-wrapper .type {
        font-size: 14px;
        font-weight: 400;
        color: #252B33;
        margin-bottom: 12px; }
        @media screen and (max-width: 1279px) {
          .resource-content-section .resource-content .item-content-wrapper .type {
            margin-bottom: 30px; } }
      .resource-content-section .resource-content .item-content-wrapper .addr {
        font-size: 13px;
        color: rgba(91, 104, 123, 0.75);
        overflow: hidden;
        position: relative;
        line-height: 1.4rem;
        max-height: 1.4rem;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em; }
        .resource-content-section .resource-content .item-content-wrapper .addr:before {
          content: '...';
          position: absolute;
          right: 0;
          bottom: 0; }
        .resource-content-section .resource-content .item-content-wrapper .addr:after {
          content: '';
          position: absolute;
          right: 0;
          width: 1em;
          height: 1.2em;
          margin-top: 0.2em;
          background: white; }
        @media screen and (max-width: 1279px) {
          .resource-content-section .resource-content .item-content-wrapper .addr {
            text-align: center; } }
      .resource-content-section .resource-content .item-content-wrapper .tel {
        font-size: 13px;
        color: rgba(91, 104, 123, 0.75);
        overflow: hidden;
        position: relative;
        line-height: 1.4rem;
        max-height: 1.4rem;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em; }
        .resource-content-section .resource-content .item-content-wrapper .tel:before {
          content: '...';
          position: absolute;
          right: 0;
          bottom: 0; }
        .resource-content-section .resource-content .item-content-wrapper .tel:after {
          content: '';
          position: absolute;
          right: 0;
          width: 1em;
          height: 1.2em;
          margin-top: 0.2em;
          background: white; }
        @media screen and (max-width: 1279px) {
          .resource-content-section .resource-content .item-content-wrapper .tel {
            text-align: center;
            display: none; } }
      .resource-content-section .resource-content .item-content-wrapper hr {
        margin-top: 0px;
        margin-bottom: 0px; }
    .resource-content-section .resource-content .item-content {
      background-color: #fff; }
      @media screen and (max-width: 1279px) {
        .resource-content-section .resource-content .item-content {
          padding-left: 0px;
          padding-right: 0px; } }
    .resource-content-section .resource-content .action-wrapper .btn-link {
      font-size: 14px;
      color: rgba(91, 104, 123, 0.75);
      padding-top: 15px;
      padding-bottom: 15px; }
      .resource-content-section .resource-content .action-wrapper .btn-link:hover {
        text-decoration: none; }

.top-mask-info-section {
  height: 45px !important;
  background-color: #0A111A;
  font-size: 14px;
  color: #fff; }
  @media screen and (min-width: 1280px) {
    .top-mask-info-section .container {
      max-width: 960px;
      padding-left: 0px;
      padding-right: 0px; } }
  .top-mask-info-section .container .fa-arrow-left {
    display: none; }
  .top-mask-info-section .container .red-btn {
    color: #fff;
    background-color: #F53219;
    border-radius: 20px;
    border: 0px;
    font-size: 12px;
    padding: 5px 20px;
    opacity: .5;
    cursor: pointer;
    outline: none; }
    @media screen and (max-width: 1023px) {
      .top-mask-info-section .container .red-btn {
        padding: 7px 28px; } }
    .top-mask-info-section .container .red-btn.send {
      font-size: 15px; }
  @media screen and (max-width: 1024px) {
    .top-mask-info-section {
      height: 70px !important;
      background-color: #F1341C;
      font-size: 18px;
      font-weight: bold; }
      .top-mask-info-section .container {
        display: flex;
        align-items: center;
        height: 70px;
        padding-left: 0px;
        padding-right: 0px; }
        .top-mask-info-section .container a {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 70px;
          width: 70px; }
        .top-mask-info-section .container .fa-arrow-left {
          display: inline-block; } }

.fliter-banner-section {
  position: relative;
  height: 240px; }
  .fliter-banner-section .wording-wrapper {
    position: absolute;
    font-size: 58px;
    line-height: 58px;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-82%);
    color: #fff;
    z-index: 5; }
  .fliter-banner-section .search-wording-wrapper {
    width: 668px;
    transform: translateX(-50%) translateY(-102%);
    line-height: 48px; }
    .fliter-banner-section .search-wording-wrapper .wording {
      position: relative;
      padding-right: 25px;
      margin-left: 35px;
      margin-right: 35px;
      color: rgba(242, 242, 242, 0.35);
      font-size: 32px; }
      .fliter-banner-section .search-wording-wrapper .wording a {
        color: rgba(242, 242, 242, 0.35); }
      .fliter-banner-section .search-wording-wrapper .wording span {
        position: absolute;
        font-size: 16px;
        top: 10px;
        right: 0px;
        line-height: 16px; }
      .fliter-banner-section .search-wording-wrapper .wording.active {
        color: #fff; }
        .fliter-banner-section .search-wording-wrapper .wording.active a {
          color: #fff; }
  .fliter-banner-section .top-mask {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url("../images/Rectangle_846@2x.png");
    background-position: center top;
    background-size: cover; }
  .fliter-banner-section .search-top-mask {
    background-image: url("");
    background-color: #252C3A; }
  .fliter-banner-section .sticky-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 100; }
  .fliter-banner-section .top-menu-mask {
    background-color: #0a111a;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    transition: top .5s; }
    .fliter-banner-section .top-menu-mask > ul {
      display: flex;
      align-items: center; }
      .fliter-banner-section .top-menu-mask > ul li {
        padding: 14.5px 25px !important; }
    .fliter-banner-section .top-menu-mask ul {
      margin: auto;
      height: 100%; }
      .fliter-banner-section .top-menu-mask ul li {
        padding: 13px 25px;
        display: inline-block;
        font-size: 14px;
        color: #d9d9d9; }
        .fliter-banner-section .top-menu-mask ul li .split-line {
          border: 0.5px rgba(255, 255, 255, 0.15) solid;
          height: 28px;
          display: inline-block; }
        .fliter-banner-section .top-menu-mask ul li.active {
          background-color: #262b33; }
        .fliter-banner-section .top-menu-mask ul li:hover {
          background-color: #262b33; }
        .fliter-banner-section .top-menu-mask ul li.none-hover {
          background-color: transparent;
          padding-top: 0px !important;
          padding-bottom: 0px !important;
          line-height: 0px; }
        .fliter-banner-section .top-menu-mask ul li.menu-item::after {
          content: '';
          display: inline-block;
          background-size: 16px 26px;
          background-image: url(../images/ic_arrow_gray.svg);
          background-position: center center;
          width: 16px;
          height: 10px; }
      .fliter-banner-section .top-menu-mask ul hr {
        width: 1px;
        height: 28px;
        background-color: rgba(255, 255, 255, 0.15);
        margin: 0; }
    .fliter-banner-section .top-menu-mask .fliter-dropdown-menu {
      position: absolute;
      padding: 50px;
      top: 50px;
      width: 612px;
      z-index: 10;
      background-color: #262b33;
      color: #D9D9D9;
      transform: translateX(-40%);
      display: none; }
      .fliter-banner-section .top-menu-mask .fliter-dropdown-menu .menu-content-item {
        margin-bottom: 8px;
        padding-left: 4px;
        padding-right: 4px; }
        .fliter-banner-section .top-menu-mask .fliter-dropdown-menu .menu-content-item .item {
          cursor: pointer;
          box-sizing: border-box;
          font-size: 14px;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.05);
          padding: 10px 0px;
          border: 1px transparent solid;
          border-radius: 2px;
          text-align: center; }
          .fliter-banner-section .top-menu-mask .fliter-dropdown-menu .menu-content-item .item:hover {
            border: 1px #F1341C solid; }
          .fliter-banner-section .top-menu-mask .fliter-dropdown-menu .menu-content-item .item.active {
            background-color: transparent;
            border: 1px #F1341C solid;
            color: #F1341C; }
          .fliter-banner-section .top-menu-mask .fliter-dropdown-menu .menu-content-item .item.disabled {
            cursor: default; }
            .fliter-banner-section .top-menu-mask .fliter-dropdown-menu .menu-content-item .item.disabled:hover {
              border: 1px transparent solid; }
            .fliter-banner-section .top-menu-mask .fliter-dropdown-menu .menu-content-item .item.disabled span {
              opacity: .25; }
      .fliter-banner-section .top-menu-mask .fliter-dropdown-menu .result-count {
        background-color: #F1341C;
        height: 40px;
        margin-top: 10px;
        border-radius: 2px;
        color: #fff;
        font-size: 14px;
        cursor: pointer; }
      .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-list {
        width: 792px; }
        .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-list .list-group-item {
          position: relative;
          background-color: rgba(0, 0, 0, 0.9);
          color: #D9D9D9;
          margin-left: 0px;
          margin-right: 0px;
          border-bottom: 0px;
          padding-left: 35px;
          padding-right: 35px; }
          .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-list .list-group-item.active {
            color: #F1341C;
            border-color: transparent; }
            .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-list .list-group-item.active::before {
              content: '';
              background-image: url(../images/ic_verified@2x.png);
              background-size: 18px 18px;
              width: 18px;
              height: 18px;
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 10px;
              transform: translateY(-50%); }
          .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-list .list-group-item:hover {
            color: #F1341C; }
        .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-list .list-content {
          display: none; }
        .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-list .result-count {
          background-color: #F1341C;
          height: 40px;
          margin-top: 10px; }
      .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-country {
        width: 792px; }
        .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-country .menu-content-item {
          width: 89px; }
        .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-country .area {
          font-size: 14px;
          padding: 10px 0px;
          border: 1px transparent solid; }
        .fliter-banner-section .top-menu-mask .fliter-dropdown-menu.with-country .result-count {
          background-color: #F1341C;
          height: 40px;
          margin-top: 10px; }
    .fliter-banner-section .top-menu-mask .order-dropdown-menu {
      position: absolute;
      top: 50px;
      display: none;
      z-index: 10;
      background-color: #262b33;
      width: 200px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .fliter-banner-section .top-menu-mask .order-dropdown-menu .list-group-item {
        cursor: pointer;
        position: relative;
        background-color: #262b33;
        color: #D9D9D9;
        margin-left: 0px;
        margin-right: 0px;
        border-bottom: 0px;
        padding-left: 50px;
        padding-right: 35px;
        border-color: transparent;
        padding-top: 11px;
        padding-bottom: 10px; }
        .fliter-banner-section .top-menu-mask .order-dropdown-menu .list-group-item.active {
          color: #F1341C; }
          .fliter-banner-section .top-menu-mask .order-dropdown-menu .list-group-item.active::before {
            content: '';
            background-image: url(../images/ic_verified.svg);
            background-size: 18px 18px;
            width: 18px;
            height: 18px;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 25px;
            transform: translateY(-50%); }
        .fliter-banner-section .top-menu-mask .order-dropdown-menu .list-group-item:hover {
          background-color: rgba(255, 255, 255, 0.05); }

#filter-modal .result-count {
  background-color: #F1341C;
  height: 40px;
  margin-top: 10px;
  color: #fff; }

.m-fliter-banner-section {
  width: 100%;
  z-index: 10000;
  transition: top .5s; }
  .m-fliter-banner-section .close {
    opacity: 1; }
  .m-fliter-banner-section .reset {
    color: #F1341C; }
  .m-fliter-banner-section .search-top-wrapper {
    height: 120px;
    background-color: #252C3A;
    position: relative; }
    .m-fliter-banner-section .search-top-wrapper .search-wording-wrapper {
      position: absolute;
      font-size: 58px;
      line-height: 58px;
      font-weight: bold;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      z-index: 5; }
      .m-fliter-banner-section .search-top-wrapper .search-wording-wrapper .wording {
        position: relative;
        padding-right: 20px;
        margin-left: 12px;
        margin-right: 12px;
        color: rgba(242, 242, 242, 0.35);
        font-size: 18px; }
        .m-fliter-banner-section .search-top-wrapper .search-wording-wrapper .wording a {
          color: rgba(242, 242, 242, 0.35); }
        .m-fliter-banner-section .search-top-wrapper .search-wording-wrapper .wording span {
          position: absolute;
          font-size: 12px;
          top: 10px;
          right: 0px;
          line-height: 16px; }
        .m-fliter-banner-section .search-top-wrapper .search-wording-wrapper .wording.active {
          color: #fff; }
          .m-fliter-banner-section .search-top-wrapper .search-wording-wrapper .wording.active a {
            color: #fff; }
  .m-fliter-banner-section .dropdown-menu {
    border-radius: 3px;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    width: 200px; }
    .m-fliter-banner-section .dropdown-menu .list-group-item {
      border: 0px solid rgba(0, 0, 0, 0.125);
      padding-left: 1.5rem; }
      .m-fliter-banner-section .dropdown-menu .list-group-item.active {
        font-weight: 500;
        color: #F1341C;
        background-color: transparent;
        border-color: transparent; }
        .m-fliter-banner-section .dropdown-menu .list-group-item.active::before {
          content: '';
          background-image: url(../images/ic_verified.svg);
          background-size: 18px 18px;
          width: 18px;
          height: 18px;
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translateY(-50%); }
  .m-fliter-banner-section .filter-bar {
    background-color: #000;
    height: 55px;
    color: #D9D9D9;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 100 !important; }
    .m-fliter-banner-section .filter-bar .sort-btn {
      color: #D9D9D9; }
      .m-fliter-banner-section .filter-bar .sort-btn::after {
        content: '';
        display: inline-block;
        background-size: 16px 26px;
        background-image: url(../images/ic_arrow_gray.svg);
        background-position: center center;
        width: 16px;
        height: 10px; }
    .m-fliter-banner-section .filter-bar .filter-btn {
      color: #D9D9D9;
      line-height: 11px; }
      .m-fliter-banner-section .filter-bar .filter-btn::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Path564.svg);
        width: 18px;
        height: 11px;
        background-size: 100%;
        float: left;
        margin-right: 10px; }
  .m-fliter-banner-section .fliter-dropdown-menu {
    padding: 50px;
    background-color: #fafafa;
    color: #252B33;
    border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .m-fliter-banner-section .fliter-dropdown-menu {
        padding: 20px 16px; } }
    .m-fliter-banner-section .fliter-dropdown-menu .title {
      color: #F1341C;
      font-size: 14px;
      margin-bottom: 15px;
      font-weight: 500; }
    .m-fliter-banner-section .fliter-dropdown-menu .menu-content-item {
      margin-bottom: 8px;
      padding-left: 4px;
      padding-right: 4px; }
      .m-fliter-banner-section .fliter-dropdown-menu .menu-content-item .item {
        cursor: pointer;
        box-sizing: border-box;
        font-size: 14px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.05);
        padding: 10px 0px;
        border: 1px transparent solid;
        border-radius: 2px; }
        /* .m-fliter-banner-section .fliter-dropdown-menu .menu-content-item .item:hover {
          border: 1px #F1341C solid; } */
        .m-fliter-banner-section .fliter-dropdown-menu .menu-content-item .item.active {
          background-color: transparent;
          border: 1px #F1341C solid;
          color: #F1341C; }
        .m-fliter-banner-section .fliter-dropdown-menu .menu-content-item .item.is--default {
          background-color: rgba(241, 52, 28, 0.05);
          color: rgba(241, 52, 28, 0.8);
          /* cursor: not-allowed; */
        }
        .m-fliter-banner-section .fliter-dropdown-menu .menu-content-item .item.disabled {
          cursor: default; }
          .m-fliter-banner-section .fliter-dropdown-menu .menu-content-item .item.disabled:hover {
            border: 1px transparent solid; }
          .m-fliter-banner-section .fliter-dropdown-menu .menu-content-item .item.disabled span {
            opacity: .25; }
    .m-fliter-banner-section .fliter-dropdown-menu .gray {
      color: rgba(45, 52, 62, 0.5); }
  .m-fliter-banner-section .red-btn {
    color: #fff;
    background-color: #F53219;
    border-radius: 20px;
    border: 0px;
    font-size: 14px;
    padding: 7px 40px;
    cursor: pointer;
    outline: none; }
    @media screen and (max-width: 1023px) {
      .m-fliter-banner-section .red-btn {
        padding: 7px 28px; } }
  .m-fliter-banner-section .cancel-btn {
    border: 1px rgba(0, 0, 0, 0.1) solid;
    color: #252B33;
    background-color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 7px 40px;
    cursor: pointer; }
    @media screen and (max-width: 1023px) {
      .m-fliter-banner-section .cancel-btn {
        padding: 7px 28px; } }
  .m-fliter-banner-section .modal-body {
    padding: 0px;
    overflow-y: scroll;
    height: calc(100vh - 151px);
    height: calc(var(--vh, 1vh) * 100 - 119px);
    -webkit-overflow-scrolling: touch; }
  .m-fliter-banner-section .modal-footer {
    height: 70px;
    border: none;
    align-items: stretch; }
    .m-fliter-banner-section .modal-footer .fliter-dropdown-menu {
      flex: 1;
      padding: 0;
      border: none; }
      .m-fliter-banner-section .modal-footer .fliter-dropdown-menu .result-count {
        margin-top: 0px !important;
        height: 100% !important; }
      .m-fliter-banner-section .modal-footer .fliter-dropdown-menu .row {
        margin: 0;
        height: 100%; }
        .m-fliter-banner-section .modal-footer .fliter-dropdown-menu .row div {
          height: 100%;
          padding: 0; }

.works-main-section {
  margin-top: 40px; }
  @media screen and (max-width: 1023px) {
    .works-main-section {
      margin-top: 15px; } }

.resource-main-section {
  margin-top: 20px; }

@media screen and (max-width: 1023px) {
  .hide-header .work-main {
    top: 0px;
    position: fixed;
    z-index: 10000; } }
@media screen and (max-width: 1023px) {
  .hide-header .worker-wrapper {
    margin-top: 180px; } }

@media screen and (max-width: 1023px) {
  body.android.hide-header .worker-wrapper {
    margin-top: 170px; } }

.works-detail-section {
  margin-top: 30px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .works-detail-section.container {
      max-width: 964px; } }
  @media (max-width: 1023px) {
    .works-detail-section {
      margin-top: 0px; }
      .works-detail-section.container {
        max-width: 100%; } }
  .works-detail-section .work-main .title, .works-detail-section .worker-wrapper .top-info .title, .works-detail-section .top-profile-wrapper .title, .works-detail-section .m-tab-wrapper .m-comment-wrapper .title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .works-detail-section .work-main .title, .works-detail-section .worker-wrapper .top-info .title, .works-detail-section .top-profile-wrapper .title, .works-detail-section .m-tab-wrapper .m-comment-wrapper .title {
        font-size: 24px;
        margin-right: 30px;
        line-height: 34px;
        margin-bottom: 12px; } }
    @media (max-width: 1023px) {
      .works-detail-section .work-main .title, .works-detail-section .worker-wrapper .top-info .title, .works-detail-section .top-profile-wrapper .title, .works-detail-section .m-tab-wrapper .m-comment-wrapper .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px; } }
    @media (max-width: 768px) {
      .works-detail-section .work-main .title, .works-detail-section .worker-wrapper .top-info .title, .works-detail-section .top-profile-wrapper .title, .works-detail-section .m-tab-wrapper .m-comment-wrapper .title {
        line-height: 36px;
        margin-bottom: 10px; } }
  .works-detail-section .work-main .comment-count, .works-detail-section .worker-wrapper .top-info .comment-count, .works-detail-section .top-profile-wrapper .comment-count, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-count {
    font-size: 18px;
    font-weight: bold; }
  .works-detail-section .work-main .sum-info, .works-detail-section .worker-wrapper .top-info .sum-info, .works-detail-section .top-profile-wrapper .sum-info, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info {
    font-size: 13px;
    font-weight: 300; }
    .works-detail-section .work-main .sum-info span, .works-detail-section .worker-wrapper .top-info .sum-info span, .works-detail-section .top-profile-wrapper .sum-info span, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info span {
      margin-right: 25px; }
      .works-detail-section .work-main .sum-info span:last-child, .works-detail-section .worker-wrapper .top-info .sum-info span:last-child, .works-detail-section .top-profile-wrapper .sum-info span:last-child, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info span:last-child {
        margin-right: 0px; }
    .works-detail-section .work-main .sum-info .watch, .works-detail-section .worker-wrapper .top-info .sum-info .watch, .works-detail-section .top-profile-wrapper .sum-info .watch, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info .watch {
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: 300;
      color: #252B33; }
      .works-detail-section .work-main .sum-info .watch::before, .works-detail-section .worker-wrapper .top-info .sum-info .watch::before, .works-detail-section .top-profile-wrapper .sum-info .watch::before, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info .watch::before {
        content: '';
        width: 14px;
        height: 10px;
        background-image: url("../images/Union 1.svg");
        background-size: 14px 10px;
        display: inline-block;
        margin-right: 5px; }
    .works-detail-section .work-main .sum-info .like, .works-detail-section .worker-wrapper .top-info .sum-info .like, .works-detail-section .top-profile-wrapper .sum-info .like, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info .like {
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: 300;
      color: #252B33; }
      .works-detail-section .work-main .sum-info .like::before, .works-detail-section .worker-wrapper .top-info .sum-info .like::before, .works-detail-section .top-profile-wrapper .sum-info .like::before, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info .like::before {
        content: '';
        width: 12px;
        height: 11px;
        background-image: url("../images/ic_favorite_b_24px.svg");
        background-size: 12px 11px;
        display: inline-block;
        margin-right: 5px; }
    .works-detail-section .work-main .sum-info .comment, .works-detail-section .worker-wrapper .top-info .sum-info .comment, .works-detail-section .top-profile-wrapper .sum-info .comment, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info .comment {
      float: left;
      display: flex;
      justify-content: center;
      align-items: center; }
      .works-detail-section .work-main .sum-info .comment::before, .works-detail-section .worker-wrapper .top-info .sum-info .comment::before, .works-detail-section .top-profile-wrapper .sum-info .comment::before, .works-detail-section .m-tab-wrapper .m-comment-wrapper .sum-info .comment::before {
        content: '';
        width: 18px;
        height: 18px;
        background-image: url("../images/Group 1636.svg");
        background-size: 18px 18px;
        display: inline-block; }
  .works-detail-section .work-main .button-wrapper, .works-detail-section .worker-wrapper .top-info .button-wrapper, .works-detail-section .top-profile-wrapper .button-wrapper, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper {
    width: 320px;
    margin-top: 30px;
    justify-content: flex-end;
    font-size: 15px; }
  .works-detail-section .work-main .button-wrapper {
    width: 480px; }
    @media screen and (max-width: 1279px) {
      .works-detail-section .work-main .button-wrapper, .works-detail-section .worker-wrapper .top-info .button-wrapper, .works-detail-section .top-profile-wrapper .button-wrapper, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper {
        width: 260px; } }
    @media screen and (max-width: 1023px) {
      .works-detail-section .work-main .button-wrapper, .works-detail-section .worker-wrapper .top-info .button-wrapper, .works-detail-section .top-profile-wrapper .button-wrapper, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper {
        width: 241px;
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 30px;
        width: auto; } }
    @media screen and (max-width: 414px) {
      .works-detail-section .work-main .button-wrapper, .works-detail-section .worker-wrapper .top-info .button-wrapper, .works-detail-section .top-profile-wrapper .button-wrapper, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper {
        padding-left: 10px;
        padding-right: 10px; } }
    .works-detail-section .work-main .button-wrapper .like, .works-detail-section .worker-wrapper .top-info .button-wrapper .like, .works-detail-section .top-profile-wrapper .button-wrapper .like, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper .like {
      text-decoration: none;
      border: 1px rgba(241, 52, 28, 0.5) solid;
      border-radius: 50px;
      padding: 10px 50px;
      color: #fff;
      margin-left: 5px;
      margin-right: 5px; }
      .works-detail-section .work-main .button-wrapper .like:hover, .works-detail-section .worker-wrapper .top-info .button-wrapper .like:hover, .works-detail-section .top-profile-wrapper .button-wrapper .like:hover, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper .like:hover {
        background-color: #D62E19; }
      @media screen and (max-width: 1279px) {
        .works-detail-section .work-main .button-wrapper .like, .works-detail-section .worker-wrapper .top-info .button-wrapper .like, .works-detail-section .top-profile-wrapper .button-wrapper .like, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper .like {
          padding: 10px 35px; } }
      @media screen and (max-width: 1023px) {
        .works-detail-section .work-main .button-wrapper .like, .works-detail-section .worker-wrapper .top-info .button-wrapper .like, .works-detail-section .top-profile-wrapper .button-wrapper .like, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper .like {
          flex: 1;
          padding: 10px 30px; } }
    .works-detail-section .work-main .button-wrapper .favo,
    .works-detail-section .worker-wrapper .top-info .button-wrapper .favo,
    .works-detail-section .top-profile-wrapper .button-wrapper .favo,
    .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper .favo,
    .works-detail-section .share__btn {
      text-decoration: none;
      border: 1px rgba(241, 52, 28, 0.5) solid;
      border-radius: 50px;
      padding: 10px 50px;
      color: #fff;
      margin-left: 5px;
      margin-right: 0px; }
      .works-detail-section .work-main .button-wrapper .favo:hover, .works-detail-section .worker-wrapper .top-info .button-wrapper .favo:hover, .works-detail-section .top-profile-wrapper .button-wrapper .favo:hover, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper .favo:hover {
        background-color: #D62E19; }
      @media screen and (max-width: 1279px) {
        .works-detail-section .work-main .button-wrapper .favo, .works-detail-section .worker-wrapper .top-info .button-wrapper .favo, .works-detail-section .top-profile-wrapper .button-wrapper .favo, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper .favo {
          padding: 10px 35px; } }
      @media screen and (max-width: 1023px) {
        .works-detail-section .work-main .button-wrapper .favo, .works-detail-section .worker-wrapper .top-info .button-wrapper .favo, .works-detail-section .top-profile-wrapper .button-wrapper .favo, .works-detail-section .m-tab-wrapper .m-comment-wrapper .button-wrapper .favo {
          flex: 1;
          padding: 10px 30px; } }
  .works-detail-section .work-main time, .works-detail-section .worker-wrapper .top-info time, .works-detail-section .top-profile-wrapper time, .works-detail-section .m-tab-wrapper .m-comment-wrapper time {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    margin-left: 5px; }
  .works-detail-section .work-main .name, .works-detail-section .worker-wrapper .top-info .name, .works-detail-section .top-profile-wrapper .name, .works-detail-section .m-tab-wrapper .m-comment-wrapper .name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px; }
  .works-detail-section .work-main .content, .works-detail-section .worker-wrapper .top-info .content, .works-detail-section .top-profile-wrapper .content, .works-detail-section .m-tab-wrapper .m-comment-wrapper .content {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 24px; }
  .works-detail-section .work-main .tool .like-wrapper, .works-detail-section .worker-wrapper .top-info .tool .like-wrapper, .works-detail-section .top-profile-wrapper .tool .like-wrapper, .works-detail-section .m-tab-wrapper .m-comment-wrapper .tool .like-wrapper {
    text-decoration: none;
    margin-right: 40px; }
    .works-detail-section .work-main .tool .like-wrapper .like-num, .works-detail-section .worker-wrapper .top-info .tool .like-wrapper .like-num, .works-detail-section .top-profile-wrapper .tool .like-wrapper .like-num, .works-detail-section .m-tab-wrapper .m-comment-wrapper .tool .like-wrapper .like-num {
      margin-left: 10px;
      font-size: 14px;
      color: rgba(91, 104, 123, 0.66); }
  .works-detail-section .work-main .tool .reply-wrapper, .works-detail-section .worker-wrapper .top-info .tool .reply-wrapper, .works-detail-section .top-profile-wrapper .tool .reply-wrapper, .works-detail-section .m-tab-wrapper .m-comment-wrapper .tool .reply-wrapper {
    text-decoration: none; }
    .works-detail-section .work-main .tool .reply-wrapper .reply-btn, .works-detail-section .worker-wrapper .top-info .tool .reply-wrapper .reply-btn, .works-detail-section .top-profile-wrapper .tool .reply-wrapper .reply-btn, .works-detail-section .m-tab-wrapper .m-comment-wrapper .tool .reply-wrapper .reply-btn {
      font-size: 14px;
      color: rgba(91, 104, 123, 0.66); }
  .works-detail-section .work-main .comment-title, .works-detail-section .worker-wrapper .top-info .comment-title, .works-detail-section .top-profile-wrapper .comment-title, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-title {
    margin-top: 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .work-main .comment-title, .works-detail-section .worker-wrapper .top-info .comment-title, .works-detail-section .top-profile-wrapper .comment-title, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-title {
        margin-top: 0px;
        padding-top: 30px; } }
    .works-detail-section .work-main .comment-title .sort span, .works-detail-section .worker-wrapper .top-info .comment-title .sort span, .works-detail-section .top-profile-wrapper .comment-title .sort span, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-title .sort span {
      color: rgba(37, 43, 51, 0.25);
      cursor: pointer;
      border-left: 1px rgba(37, 43, 51, 0.25) solid;
      font-size: 14px;
      padding-left: 15px;
      padding-right: 15px; }
      .works-detail-section .work-main .comment-title .sort span:first-child, .works-detail-section .worker-wrapper .top-info .comment-title .sort span:first-child, .works-detail-section .top-profile-wrapper .comment-title .sort span:first-child, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-title .sort span:first-child {
        border-left: 0px; }
      .works-detail-section .work-main .comment-title .sort span.active, .works-detail-section .worker-wrapper .top-info .comment-title .sort span.active, .works-detail-section .top-profile-wrapper .comment-title .sort span.active, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-title .sort span.active {
        color: inherit; }
  .works-detail-section .work-main .comment-list, .works-detail-section .worker-wrapper .top-info .comment-list, .works-detail-section .top-profile-wrapper .comment-list, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-list {
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .work-main .comment-list, .works-detail-section .worker-wrapper .top-info .comment-list, .works-detail-section .top-profile-wrapper .comment-list, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-list {
        margin-top: 0px;
        padding-top: 30px; }
        .works-detail-section .work-main .comment-list.more, .works-detail-section .worker-wrapper .top-info .comment-list.more, .works-detail-section .top-profile-wrapper .comment-list.more, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-list.more {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: #fff;
          height: 100% !important;
          z-index: 10;
          padding-left: 20px !important;
          padding-right: 20px;
          padding-top: 80px;
          overflow: auto; } }
    .works-detail-section .work-main .comment-list .right-area, .works-detail-section .worker-wrapper .top-info .comment-list .right-area, .works-detail-section .top-profile-wrapper .comment-list .right-area, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-list .right-area {
      border-bottom: 1px #ccc solid;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      @media screen and (max-width: 1023px) {
        .works-detail-section .work-main .comment-list .right-area, .works-detail-section .worker-wrapper .top-info .comment-list .right-area, .works-detail-section .top-profile-wrapper .comment-list .right-area, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-list .right-area {
          border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
          padding-bottom: 30px;
          margin-bottom: 30px; } }
    .works-detail-section .work-main .comment-list .comment-item:last-child .right-area, .works-detail-section .worker-wrapper .top-info .comment-list .comment-item:last-child .right-area, .works-detail-section .top-profile-wrapper .comment-list .comment-item:last-child .right-area, .works-detail-section .m-tab-wrapper .m-comment-wrapper .comment-list .comment-item:last-child .right-area {
      border-bottom: 0px; }
  .works-detail-section .work-main .reply-list, .works-detail-section .worker-wrapper .top-info .reply-list, .works-detail-section .top-profile-wrapper .reply-list, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list {
    margin-top: 65px; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .work-main .reply-list, .works-detail-section .worker-wrapper .top-info .reply-list, .works-detail-section .top-profile-wrapper .reply-list, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list {
        margin-top: 30px; } }
    .works-detail-section .work-main .reply-list .read-more, .works-detail-section .worker-wrapper .top-info .reply-list .read-more, .works-detail-section .top-profile-wrapper .reply-list .read-more, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list .read-more {
      font-size: 14px; }
      .works-detail-section .work-main .reply-list .read-more::after, .works-detail-section .worker-wrapper .top-info .reply-list .read-more::after, .works-detail-section .top-profile-wrapper .reply-list .read-more::after, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list .read-more::after {
        content: '';
        display: inline-block;
        margin-left: 8px;
        background-image: url(../images/ic_chevron_right_b_24px.svg);
        width: 8px;
        height: 5px; }
    .works-detail-section .work-main .reply-list li, .works-detail-section .worker-wrapper .top-info .reply-list li, .works-detail-section .top-profile-wrapper .reply-list li, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list li {
      margin-bottom: 40px; }
      .works-detail-section .work-main .reply-list li:last-child, .works-detail-section .worker-wrapper .top-info .reply-list li:last-child, .works-detail-section .top-profile-wrapper .reply-list li:last-child, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list li:last-child {
        margin-bottom: 0px; }
    .works-detail-section .work-main .reply-list .profile-img, .works-detail-section .worker-wrapper .top-info .reply-list .profile-img, .works-detail-section .top-profile-wrapper .reply-list .profile-img, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list .profile-img {
      border-radius: 23px;
      display: flex;
      width: 45px;
      height: 45px;
      overflow: hidden; }
      @media screen and (max-width: 1023px) {
        .works-detail-section .work-main .reply-list .profile-img, .works-detail-section .worker-wrapper .top-info .reply-list .profile-img, .works-detail-section .top-profile-wrapper .reply-list .profile-img, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list .profile-img {
          width: 30px;
          height: 30px; } }
      .works-detail-section .work-main .reply-list .profile-img img, .works-detail-section .worker-wrapper .top-info .reply-list .profile-img img, .works-detail-section .top-profile-wrapper .reply-list .profile-img img, .works-detail-section .m-tab-wrapper .m-comment-wrapper .reply-list .profile-img img {
        width: 100%;
        object-fit: cover; }
  .works-detail-section .work-main .more-comment-link, .works-detail-section .worker-wrapper .top-info .more-comment-link, .works-detail-section .top-profile-wrapper .more-comment-link, .works-detail-section .m-tab-wrapper .m-comment-wrapper .more-comment-link {
    color: #0096FF;
    font-size: 14px;
    padding-left: 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .work-main .more-comment-link, .works-detail-section .worker-wrapper .top-info .more-comment-link, .works-detail-section .top-profile-wrapper .more-comment-link, .works-detail-section .m-tab-wrapper .m-comment-wrapper .more-comment-link {
        width: 100%;
        text-align: center;
        padding-bottom: 40px; } }
  .works-detail-section .work-main .profile-img, .works-detail-section .worker-wrapper .top-info .profile-img, .works-detail-section .top-profile-wrapper .profile-img, .works-detail-section .m-tab-wrapper .m-comment-wrapper .profile-img {
    border-radius: 45px;
    display: flex;
    width: 90px;
    height: 90px;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .work-main .profile-img, .works-detail-section .worker-wrapper .top-info .profile-img, .works-detail-section .top-profile-wrapper .profile-img, .works-detail-section .m-tab-wrapper .m-comment-wrapper .profile-img {
        width: 45px;
        height: 45px; } }
    .works-detail-section .work-main .profile-img img, .works-detail-section .worker-wrapper .top-info .profile-img img, .works-detail-section .top-profile-wrapper .profile-img img, .works-detail-section .m-tab-wrapper .m-comment-wrapper .profile-img img {
      width: 100%;
      object-fit: cover; }
  .works-detail-section .work-main .textarea, .works-detail-section .worker-wrapper .top-info .textarea, .works-detail-section .top-profile-wrapper .textarea, .works-detail-section .m-tab-wrapper .m-comment-wrapper .textarea {
    border-bottom: 1px #ccc solid;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .work-main .textarea, .works-detail-section .worker-wrapper .top-info .textarea, .works-detail-section .top-profile-wrapper .textarea, .works-detail-section .m-tab-wrapper .m-comment-wrapper .textarea {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .works-detail-section .work-main .textarea textarea, .works-detail-section .worker-wrapper .top-info .textarea textarea, .works-detail-section .top-profile-wrapper .textarea textarea, .works-detail-section .m-tab-wrapper .m-comment-wrapper .textarea textarea {
      width: 100%;
      height: 150px;
      /* background-color: rgba(0, 0, 0, 0.03); */
      /* border: 0px; */
      padding: 10px  20px;
      font-size: 16px;
      resize: vertical;
      /* color: rgba(37, 43, 51, 0.5); */
    }
      @media screen and (max-width: 1023px) {
        .works-detail-section .work-main .textarea textarea, .works-detail-section .worker-wrapper .top-info .textarea textarea, .works-detail-section .top-profile-wrapper .textarea textarea, .works-detail-section .m-tab-wrapper .m-comment-wrapper .textarea textarea {
          height: 80px; } }
  .works-detail-section .work-main .close-button, .works-detail-section .worker-wrapper .top-info .close-button, .works-detail-section .top-profile-wrapper .close-button, .works-detail-section .m-tab-wrapper .m-comment-wrapper .close-button {
    display: none; }
  .works-detail-section .work-main .textarea .red-btn {
    display:none; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .m-tab-wrapper .m-comment-wrapper .textarea .red-btn {
        color: #fff;
        background-color: #F53219;
        border-radius: 20px;
        border: 0px;
        font-size: 16px;
        padding: 5px 20px;
        cursor: pointer;
        outline: none;
        float: right; } }
    @media screen and (min-width: 1023px) {
      .works-detail-section .m-tab-wrapper .m-comment-wrapper .textarea .red-btn {
        display:none; } }
  .works-detail-section .m-tab-wrapper {
    background-color: #f2f2f2;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .works-detail-section .m-tab-wrapper {
        padding-left: 60px;
        padding-right: 60px; } }
    .works-detail-section .m-tab-wrapper .close-button {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      z-index: 20;
      background-color: #fff;
      display: none;
      height: 60px; }
      .works-detail-section .m-tab-wrapper .close-button.show {
        display: flex;
        align-items: center;
        padding-left: 20px; }
  .works-detail-section .sticky-wrapper {
    width: 100%; }
  .works-detail-section .work-main {
    z-index: 100 !important; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .work-main {
        padding-left: 0px;
        padding-right: 0px; } }
  .works-detail-section .hr1 {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .hr1 {
        margin-bottom: 0px;
        margin-left: -10px;
        margin-right: -10px; } }
  .works-detail-section .hr2 {
    margin-top: 50px;
    margin-bottom: 30px; }
  .works-detail-section .hr3 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px; }
  .works-detail-section .worker-wrapper {
    box-sizing: content-box;
    padding-left: 35px;
    width: 304px; }
    @media screen and (max-width: 1279px) {
      .works-detail-section .worker-wrapper {
        padding-left: 20px; } }
    @media screen and (max-width: 1023px) {
      .works-detail-section .worker-wrapper {
        padding-left: 10px;
        overflow: visible;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box; } }
  .works-detail-section .one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  @media screen and (max-width: 1023px) {
    .works-detail-section .top-info {
      padding-left: 80px;
      padding-right: 80px; } }
  @media screen and (max-width: 414px) {
    .works-detail-section .top-info {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 1023px) {
    .works-detail-section .top-profile {
      padding-left: 80px;
      padding-right: 80px; } }
  @media screen and (max-width: 414px) {
    .works-detail-section .top-profile {
      padding-left: 30px;
      padding-right: 30px; } }
  .works-detail-section .top-profile .title {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #252B33; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .top-profile .title {
        margin-top: 0px; } }
  .works-detail-section .top-profile a {
    color: #0096FF; }
  .works-detail-section .top-profile .time {
    font-size: 13px;
    line-height: 20px;
    color: rgba(37, 43, 51, 0.75); }
  .works-detail-section .sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px; }
  .works-detail-section .intro {
    font-size: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .sub-title {
        font-size: 24px;
        text-align: center;
        justify-content: center; } }
  .works-detail-section .worker-list {
    font-size: 14px;
    padding-left: 0px;
    overflow: hidden;
    transition: height .5s; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .worker-list {
        margin-top: 0px;
        padding-top: 30px; }
        .works-detail-section .worker-list.more {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: #fff;
          height: 100% !important;
          z-index: 10;
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 80px;
          overflow: auto; } }
    .works-detail-section .worker-list li {
      margin-bottom: 15px; }
      .works-detail-section .worker-list li.none-login .company {
        opacity: .5; }
      .works-detail-section .worker-list li.none-login .track {
        color: rgba(37, 43, 51, 0.75);
        opacity: .5; }
      .works-detail-section .worker-list li .title {
        width: 80px;
        font-weight: 500; }
      .works-detail-section .worker-list li .img-wrapper {
        width: 30px;
        height: 30px; }
        .works-detail-section .worker-list li .img-wrapper img {
          width: 30px;
          height: 30px;
          border-radius: 50% 50%; }
      .works-detail-section .worker-list li .company {
        padding-left: 10px;
        color: rgba(37, 43, 51, 0.75); }
        .works-detail-section .worker-list li .company a {
          color: rgba(37, 43, 51, 0.75); }
      .works-detail-section .worker-list li .track {
        color: #0096FF;
        font-weight: 500; }
      @media screen and (max-width: 1023px) {
        .works-detail-section .worker-list li {
          padding-bottom: 22px;
          border-bottom: 1px rgba(0, 0, 0, 0.05) solid; } }
    .works-detail-section .worker-list.full-length {
      overflow: auto; }
  .works-detail-section .more-worker-link {
    color: #0096FF;
    font-size: 14px;
    padding-left: 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .more-worker-link {
        width: 100%;
        font-size: 15px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 45px; } }
  .works-detail-section .keyword-wrapper {
    overflow: auto;
    margin-bottom: 70px; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .keyword-wrapper {
        text-align: center;
        margin-bottom: 60px;
        padding-left: 50px;
        padding-right: 50px; } }
    @media screen and (max-width: 414px) {
      .works-detail-section .keyword-wrapper {
        padding-left: 10px;
        padding-right: 10px; } }
    .works-detail-section .keyword-wrapper a {
      color: rgba(37, 43, 51, 0.75); }
      .works-detail-section .keyword-wrapper a span {
        border: 1px rgba(0, 0, 0, 0.1) solid;
        border-radius: 2px;
        padding: 7px 20px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 14px;
        color: rgba(37, 43, 51, 0.75); }
        @media screen and (max-width: 1023px) {
          .works-detail-section .keyword-wrapper a span {
            float: none; } }
  .works-detail-section .recommend-list ul {
    padding-left: 0px; }
    .works-detail-section .recommend-list ul li {
      list-style: none;
      margin-bottom: 10px; }
      .works-detail-section .recommend-list ul li img {
        width: 142px; }
      .works-detail-section .recommend-list ul li .wording-wrapper {
        padding-left: 15px; }
      .works-detail-section .recommend-list ul li .title {
        font-size: 14px;
        color: #252B33;
        font-weight: 500; }
      .works-detail-section .recommend-list ul li .sub-title {
        font-size: 12px;
        color: rgba(37, 43, 51, 0.5);
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 5px; }
      .works-detail-section .recommend-list ul li a {
        text-decoration: none; }
  .works-detail-section .recommend-list .sub-title {
    text-align: left; }
  .works-detail-section .recommend-list .loading {
    padding-bottom: 40px; }
  @media screen and (max-width: 1023px) {
    .works-detail-section .recommend-list {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 414px) {
    .works-detail-section .recommend-list {
      padding-left: 10px;
      padding-right: 10px; } }
  .works-detail-section .nav-tabs {
    display: flex;
    width: 100%;
    text-align: center;
    box-shadow: 0px 12px 12px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1023px) {
      .works-detail-section .nav-tabs {
        width: auto;
        margin-left: -10px;
        margin-right: -10px; } }
    .works-detail-section .nav-tabs .nav-item {
      padding-left: 0px;
      padding-right: 0px; }
      .works-detail-section .nav-tabs .nav-item a {
        border: 0px;
        background-color: transparent;
        color: #2D343E;
        height: 60px;
        line-height: 43px; }
        .works-detail-section .nav-tabs .nav-item a.active {
          color: #F1341C;
          border-bottom: 1px #F1341C solid; }

.work-new-section .title {
  font-size: 28px;
  color: #252B33;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; }
  .work-new-section .title .re-set {
    color: #0096FF;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400; }
.work-new-section .works-new-content .youtube {
  width: 456px;
  height: 342px;
  background-color: #fff;
  cursor: pointer; }
  .work-new-section .works-new-content .youtube .main-title {
    color: #2D343E;
    font-weight: bold;
    font-size: 16px; }
  .work-new-section .works-new-content .youtube .sub-title {
    font-size: 12px;
    color: #252B33;
    opacity: .5; }
  .work-new-section .works-new-content .youtube .type-wrapper {
    text-align: center;
    min-width: 180px; }
  @media screen and (max-width: 1023px) {
    .work-new-section .works-new-content .youtube {
      width: 80%;
      height: 140px;
      margin-bottom: 10px; }
      .work-new-section .works-new-content .youtube .img-wrapper {
        width: 45px; }
      .work-new-section .works-new-content .youtube .type-wrapper {
        text-align: left;
        margin-left: 40px; }
      .work-new-section .works-new-content .youtube img {
        width: 45px; } }
  @media screen and (max-width: 767px) {
    .work-new-section .works-new-content .youtube {
      width: 95%; } }
.work-new-section .works-new-content .custom {
  width: 456px;
  height: 342px;
  background-color: #fff;
  cursor: pointer; }
  .work-new-section .works-new-content .custom .main-title {
    color: #2D343E;
    font-weight: bold;
    font-size: 16px; }
  .work-new-section .works-new-content .custom .sub-title {
    font-size: 12px;
    color: #252B33;
    opacity: .5; }
  .work-new-section .works-new-content .custom .type-wrapper {
    text-align: center;
    min-width: 180px; }
  @media screen and (max-width: 1023px) {
    .work-new-section .works-new-content .custom {
      width: 80%;
      height: 140px;
      margin-bottom: 10px; }
      .work-new-section .works-new-content .custom .img-wrapper {
        width: 45px; }
      .work-new-section .works-new-content .custom .type-wrapper {
        text-align: left;
        margin-left: 40px; }
      .work-new-section .works-new-content .custom img {
        width: 32px; } }
  @media screen and (max-width: 767px) {
    .work-new-section .works-new-content .custom {
      width: 95%; } }
.work-new-section .works-new-content .red-btn {
  color: #fff;
  background-color: #F53219;
  border-radius: 20px;
  border: 0px;
  font-size: 16px;
  padding: 5px 20px;
  cursor: pointer;
  outline: none; }
.work-new-section .works-new-content .or {
  font-size: 12px;
  color: #5B687B;
  opacity: .5;
  margin-left: 18px;
  margin-right: 18px; }
.work-new-section .works-new-content .new-youtube-wrapper {
  width: 960px;
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 65px;
  padding-bottom: 65px; }
  .work-new-section .works-new-content .new-youtube-wrapper .list-group {
    width: 100%; }
    .work-new-section .works-new-content .new-youtube-wrapper .list-group li {
      font-size: 15px;
      color: #252B33;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      border-color: rgba(0, 0, 0, 0.05);
      cursor: pointer; }
      .work-new-section .works-new-content .new-youtube-wrapper .list-group li.list-group-item {
        border-color: rgba(0, 0, 0, 0.05); }
      .work-new-section .works-new-content .new-youtube-wrapper .list-group li:hover {
        background-color: rgba(0, 0, 0, 0.05);
        border-color: transparent; }
      .work-new-section .works-new-content .new-youtube-wrapper .list-group li .youtube-title {
        margin-left: 15px; }
  @media screen and (max-width: 1023px) {
    .work-new-section .works-new-content .new-youtube-wrapper {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .work-new-section .works-new-content .new-youtube-wrapper {
      width: 95%;
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 414px) {
    .work-new-section .works-new-content .new-youtube-wrapper {
      width: 95%;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 20px;
      padding-right: 20px; } }
.work-new-section .works-new-content .new-url-input-wrapper {
  width: 960px;
  height: 340px;
  background-color: #fff; }
  .work-new-section .works-new-content .new-url-input-wrapper input {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.03);
    border: 0px;
    height: 44px;
    padding-left: 15px; }
  @media screen and (max-width: 1023px) {
    .work-new-section .works-new-content .new-url-input-wrapper {
      width: 80%;
      height: 140px; } }
  @media screen and (max-width: 767px) {
    .work-new-section .works-new-content .new-url-input-wrapper {
      width: 95%; } }

@media screen and (max-width: 767px) {
  .work-new-content-section .container {
    padding-left: 8px;
    padding-right: 8px; } }
.work-new-content-section .input-section {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 80px;
  padding-top: 80px;
  max-width: 960px;
  margin: auto; }
  @media screen and (max-width: 1024px) {
    .work-new-content-section .input-section {
      padding: 15px 22px; } }
.work-new-content-section .hr {
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  margin-top: 40px; }
.work-new-content-section .input-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid; }
  .work-new-content-section .input-wrapper .title {
    color: #2D343E;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .work-new-content-section .input-wrapper .title {
        font-weight: bold; } }
  .work-new-content-section .input-wrapper .title p {
    font-size: 14px;
    color: rgba(45, 52, 62, 0.5); }
  .work-new-content-section .input-wrapper input {
    background-color: rgba(0, 0, 0, 0.03);
    border: 0px;
    height: 44px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .work-new-content-section .input-wrapper select {
    width: 100%;
    height: 44px; }
  .work-new-content-section .input-wrapper:last-child {
    border-bottom: 0px rgba(0, 0, 0, 0.05) solid; }
.work-new-content-section .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; }
.work-new-content-section .sub-title {
  font-size: 15px;
  color: rgba(37, 43, 51, 0.5);
  text-align: center;
  font-weight: 400; }
.work-new-content-section .cr-image {
  transition: opacity .5s;
  opacity: 0; }
.work-new-content-section .upload-area {
  position: relative;
  width: 400px;
  margin: auto; }
  .work-new-content-section .upload-area .cr-boundary {
    background-color: rgba(0, 0, 0, 0.03);
    color: rgba(45, 52, 62, 0.25); }
    .work-new-content-section .upload-area .cr-boundary::before {
      content: '尚未上傳作品縮圖';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      font-size: 18px; }
  .work-new-content-section .upload-area.ready .cr-boundary::before {
    display: none; }
  .work-new-content-section .upload-area.ready .cr-image {
    opacity: 1; }
  .work-new-content-section .upload-area .cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 20px;
    /* Set a specific slider handle width */
    height: 20px;
    /* Slider handle height */
    border: 2px #999999 solid;
    background-color: #fff;
    margin-top: -8px;
    cursor: pointer;
    /* Cursor on hover */ }
  .work-new-content-section .upload-area .cr-slider::-moz-range-thumb {
    width: 20px;
    /* Set a specific slider handle width */
    height: 20px;
    /* Slider handle height */
    border: 2px #999999 solid;
    background-color: #fff;
    margin-top: -8px;
    cursor: pointer;
    /* Cursor on hover */ }
  @media screen and (max-width: 767px) {
    .work-new-content-section .upload-area {
      width: 100%; } }
.work-new-content-section .label-upload {
  position: absolute;
  bottom: 12px;
  right: 0px;
  color: #0096FF;
  cursor: pointer;
  font-size: 15px; }

 .work-new-content-section .label-recover {
  right: 45px;
 }
.work-new-content-section .cr-slider {
  width: 200px; }
.work-new-content-section .cr-slider-wrap::before {
  content: '';
  display: inline-block;
  background-image: url(../images/ic_photo_size_select_large_24px.svg);
  width: 22px;
  height: 18px;
  background-size: 100% 100%;
  margin-right: 10px; }
.work-new-content-section .cr-slider-wrap::after {
  content: '';
  display: inline-block;
  background-image: url(../images/ic_photo_size_select_actual_24px.svg);
  width: 22px;
  height: 18px;
  background-size: 100% 100%;
  margin-left: 10px; }
.work-new-content-section .croppie-container .cr-slider-wrap {
  text-align: left;
  width: 400px; }
  @media screen and (max-width: 767px) {
    .work-new-content-section .croppie-container .cr-slider-wrap {
      width: 100%; } }
.work-new-content-section .upload-wording {
  color: #5B687B;
  font-size: 12px; }
.work-new-content-section .right-area {
  width: 66.65%;
  font-size: 15px; }
  .work-new-content-section .right-area .blue-link {
    color: #0096FF;
    cursor: pointer;
    font-size: 15px; }
  .work-new-content-section .right-area .input-wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }
    .work-new-content-section .right-area .input-wrapper:first-child {
      padding-top: 0px; }
  @media screen and (max-width: 767px) {
    .work-new-content-section .right-area {
      width: 100%;
      margin-top: 15px; } }
/* .work-new-content-section .sub-right-area {
  width: 80%; } */
.work-new-content-section .sub-left-area {
  flex: none;
  width: 120px;
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-right: 5px;
}
.work-new-content-section .sub-right-area {
  flex: none;
  width: calc(100% - 120px);
}
.work-new-content-section .sub-right-area .btn__delete {
  background-color: transparent;
  color: #9D9D9D;
  outline: none;
  border: none;
  cursor: pointer;
}
.work-new-content-section .sub-right-area .btn__delete:hover {
  color: #F00;
}
.work-new-content-section .red-btn-wrapper {
  margin-top: 50px;
  margin-bottom: 140px; }
  .work-new-content-section .red-btn-wrapper .red-btn {
    color: #fff;
    background-color: #F53219;
    border-radius: 30px;
    border: 0px;
    font-size: 15px;
    padding: 14px 0px;
    cursor: pointer;
    outline: none;
    margin-top: 15px;
    width: 270px; }
    @media screen and (max-width: 1023px) {
      .work-new-content-section .red-btn-wrapper .red-btn {
        margin-top: 0px;
        padding: 13px 28px;
        border-radius: 30px;
        width: 90%; } }

.work-new-content-fliter .fliter-dropdown-menu {
  padding: 20px 130px;
  max-height: 50vh; 
  overflow-y: auto; }
.work-new-content-fliter .modal-content {
  border-radius: 6px; }
.work-new-content-fliter .menu-content-item .item {
  border-radius: 2px; }

#work-new-dup-modal .left-area {
  height: 300px;
  background-color: #F5F5F5;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 1023px) {
    #work-new-dup-modal .left-area {
      padding-left: 0px;
      padding-right: 0px;
      height: auto; } }
#work-new-dup-modal .right-area {
  padding: 3rem;
  font-size: 18px; }
  #work-new-dup-modal .right-area .title {
    font-size: 22px;
    color: #252B33;
    margin-bottom: 2rem;
    font-weight: bold; }
  #work-new-dup-modal .right-area .wording {
    width: 220px;
    text-align: center; }
  #work-new-dup-modal .right-area .sub-wording {
    font-size: 14px;
    color: rgba(37, 43, 51, 0.75); }
#work-new-dup-modal .sub-title {
  color: #252B33; }
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #work-new-dup-modal .modal-lg {
    width: 700px;
    max-width: 700px; } }
#work-new-dup-modal .modal-content {
  border-radius: 10px;
  overflow: hidden; }
#work-new-dup-modal .red-btn {
  color: #fff;
  background-color: #F53219;
  border-radius: 20px;
  border: 0px;
  font-size: 15px;
  padding: 7px 40px;
  cursor: pointer;
  outline: none;
  width: 250px; }
  @media screen and (max-width: 1023px) {
    #work-new-dup-modal .red-btn {
      padding: 7px 18px;
      width: 220px; } }
#work-new-dup-modal .cancel-btn {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: #252B33;
  background-color: #fff;
  border-radius: 20px;
  font-size: 15px;
  padding: 7px 40px;
  cursor: pointer;
  width: 250px; }
  @media screen and (max-width: 1023px) {
    #work-new-dup-modal .cancel-btn {
      padding: 7px 18px;
      width: 220px; } }

#work-new-error-modal .right-area {
  height: 200px !important; }

#work-new-success-modal .right-area, #work-new-error-modal .right-area {
  height: 300px;
  font-size: 18px; }
  #work-new-success-modal .right-area .wording, #work-new-error-modal .right-area .wording {
    width: 220px;
    text-align: center; }
#work-new-success-modal .title, #work-new-error-modal .title {
  font-size: 22px;
  color: #252B33;
  margin-bottom: 5px;
  font-weight: bold; }
#work-new-success-modal .wording, #work-new-error-modal .wording {
  font-size: 14px;
  color: rgba(37, 43, 51, 0.75); }
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #work-new-success-modal .modal-lg, #work-new-error-modal .modal-lg {
    width: 700px;
    max-width: 700px; } }
#work-new-success-modal .modal-content, #work-new-error-modal .modal-content {
  border-radius: 10px;
  overflow: hidden; }
#work-new-success-modal .red-btn, #work-new-error-modal .red-btn {
  color: #fff;
  background-color: #F53219;
  border-radius: 20px;
  border: 0px;
  font-size: 15px;
  padding: 7px 40px;
  cursor: pointer;
  outline: none;
  width: 250px; }
  @media screen and (max-width: 1023px) {
    #work-new-success-modal .red-btn, #work-new-error-modal .red-btn {
      padding: 7px 18px;
      width: 220px; } }
#work-new-success-modal .cancel-btn, #work-new-error-modal .cancel-btn {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: #252B33;
  background-color: #fff;
  border-radius: 20px;
  font-size: 15px;
  padding: 7px 40px;
  cursor: pointer;
  width: 250px; }
  @media screen and (max-width: 1023px) {
    #work-new-success-modal .cancel-btn, #work-new-error-modal .cancel-btn {
      padding: 7px 18px;
      width: 220px; } }

#subscript-modal .right-area {
  height: 350px;
  font-size: 18px; }
  #subscript-modal .right-area .wording {
    text-align: center; }
#subscript-modal .title {
  font-size: 22px;
  color: #252B33;
  margin-bottom: 5px;
  font-weight: bold; }
#subscript-modal .wording {
  font-size: 14px;
  color: rgba(37, 43, 51, 0.75); }
#subscript-modal .modal-content {
  border-radius: 10px;
  overflow: hidden; }
#subscript-modal .fliter-dropdown-menu {
  padding-left: 56px;
  padding-right: 56px;
  background-color: #fff;
  border-bottom: 0px; }
#subscript-modal .red-btn {
  color: #fff;
  background-color: #F53219;
  border-radius: 20px;
  border: 0px;
  font-size: 15px;
  padding: 7px 40px;
  cursor: pointer;
  outline: none;
  width: 115px; }
  @media screen and (max-width: 1023px) {
    #subscript-modal .red-btn {
      padding: 7px 18px;
      width: 115px; } }
#subscript-modal .cancel-btn {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: #252B33;
  background-color: #fff;
  border-radius: 20px;
  font-size: 15px;
  padding: 7px 40px;
  cursor: pointer;
  width: 115px; }
  @media screen and (max-width: 1023px) {
    #subscript-modal .cancel-btn {
      padding: 7px 18px;
      width: 115px; } }

.confirm-modal .right-area {
  height: 200px;
  font-size: 18px; }
  .confirm-modal .right-area .wording {
    width: 220px;
    text-align: center; }
.confirm-modal .title {
  font-size: 22px;
  color: #F53219;
  margin-bottom: 5px;
  font-weight: bold; }
.confirm-modal .wording {
  font-size: 14px;
  color: rgba(37, 43, 51, 0.75); }
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .confirm-modal .modal-lg {
    width: 700px;
    max-width: 700px; } }
.confirm-modal .modal-content {
  border-radius: 10px;
  overflow: hidden; }
.confirm-modal .red-btn {
  color: #F53219;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: transparent;
  border-radius: 20px;
  font-size: 15px;
  padding: 7px 40px;
  cursor: pointer;
  outline: none;
  width: 250px; }
  @media screen and (max-width: 1023px) {
    .confirm-modal .red-btn {
      padding: 7px 18px;
      width: 220px; } }
.confirm-modal .cancel-btn {
  border: 1px rgba(0, 0, 0, 0.1) solid;
  color: #252B33;
  background-color: #fff;
  border-radius: 20px;
  font-size: 15px;
  padding: 7px 40px;
  cursor: pointer;
  width: 250px; }
  @media screen and (max-width: 1023px) {
    .confirm-modal .cancel-btn {
      padding: 7px 18px;
      width: 220px; } }

.bottom-loading {
  padding: 60px 0; }

footer {
  font-size: 12px;
  padding-left: 32px;
  padding-right: 32px;
  height: 84px;
  color: rgba(37, 43, 51, 0.5);
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
  min-height: 98px;
  position: absolute;
  bottom: 0px;
  width: 100%; }
  footer hr {
    margin-top: 0px;
    margin-bottom: 0px; }
  footer .footer-menu {
    margin-bottom: 0px;
    padding-left: 0px; }
    footer .footer-menu li {
      list-style: none;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
      footer .footer-menu li a {
        text-decoration: none;
        color: rgba(37, 43, 51, 0.5); }

#position-modal .title {
  font-size: 20px;
  font-weight: bold; }
#position-modal .fliter-dropdown-menu {
  padding-left: 56px;
  padding-right: 56px; }
  @media screen and (max-width: 768px) {
    #position-modal .fliter-dropdown-menu {
      padding-left: 40px;
      padding-right: 40px; } }

#responsible-modal .title {
  font-size: 20px;
  font-weight: bold; }
#responsible-modal .fliter-dropdown-menu {
  padding-left: 56px;
  padding-right: 56px; }
  @media screen and (max-width: 768px) {
    #responsible-modal .fliter-dropdown-menu {
      padding-left: 40px;
      padding-right: 40px; } }

#position-modal .title {
  font-size: 20px;
  font-weight: bold; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 54px;
  height: 54px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  margin: 3px;
  border: 3px solid #F1341C;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F1341C transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.sm-lds-ring {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }

.sm-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  margin: 3px;
  border: 3px solid #F1341C;
  border-radius: 50%;
  animation: sm-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #F1341C transparent transparent transparent; }

.sm-lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.sm-lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.sm-lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes sm-lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.container-fluid {
  padding: 0;
  margin-top: 0;
  margin-bottom: 120px; }

@media (min-width: 768px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1024px) {
  .container-fluid {
    margin-top: 30px;
    padding: 0 30px; }

  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1280px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .container-fluid {
    padding: 0 60px; } }
@media (min-width: 1600px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
/***** CreatorList *****/
.filter-nav-block {
  position: relative;
  height: 50px;
  background-color: #0A111A; }
  .filter-nav-block .nav-menu-content {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #262b33;
    z-index: 2;
    display: none; }
    .filter-nav-block .nav-menu-content.center {
      transform: translateX(-45%); }
  .filter-nav-block .nav-item-block {
    position: relative;
    height: 100%;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    margin-right: 5px; }
    .filter-nav-block .nav-item-block > P {
      cursor: pointer;
      font-size: 14px;
      color: #d9d9d9; }
      .filter-nav-block .nav-item-block > P::after {
        content: '';
        display: inline-block;
        background-size: 16px 26px;
        background-image: url(../images/ic_arrow_gray.svg);
        background-position: center center;
        width: 16px;
        height: 10px; }
    .filter-nav-block .nav-item-block:hover {
      background-color: #262b33; }
      .filter-nav-block .nav-item-block:hover .nav-menu-content {
        display: flex; }
  .filter-nav-block .nav-item-hr {
    width: 1px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 25px; }
  .filter-nav-block .sub-item-block {
    min-width: 200px;
    padding: 40px 0; }
    .filter-nav-block .sub-item-block.p20 {
      padding: 20px 0; }
  .filter-nav-block .sub-item-btn {
    position: relative;
    font-size: 14px;
    color: #d9d9d9;
    padding: 11px 20px;
    padding-left: 48px;
    cursor: pointer; }
    .filter-nav-block .sub-item-btn:hover {
      background-color: rgba(255, 255, 255, 0.05); }
    .filter-nav-block .sub-item-btn.sub-item-content-btn {
      background-image: url(../images/ic_chevron_right_24px.svg);
      background-repeat: no-repeat;
      background-size: 5px 8px;
      background-position: calc(100% - 20px) center; }
    .filter-nav-block .sub-item-btn.active {
      color: #F1341C; }
      .filter-nav-block .sub-item-btn.active::before {
        content: '';
        background-image: url(../images/ic_verified@2x.png);
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-60%); }
  .filter-nav-block .sub-item-content-block.l-border {
    border-left: rgba(255, 255, 255, 0.06) 1px solid;
    display: none; }
  .filter-nav-block .sub-item-content {
    display: flex;
    width: 612px;
    padding: 40px;
    flex-wrap: wrap; }
  .filter-nav-block .area-box {
    display: flex;
    width: 100%;
    padding-bottom: 11px; }
    .filter-nav-block .area-box + .area-box {
      border-top: rgba(255, 255, 255, 0.06) 1px solid;
      padding-top: 11px; }
    .filter-nav-block .area-box label {
      font-size: 15px;
      color: #d9d9d9;
      margin: 0;
      padding-right: 35px; }
    .filter-nav-block .area-box .checkbox-btn {
      width: 57px; }
    .filter-nav-block .area-box + .checkbox-result {
      margin-left: 0;
      margin-right: 0; }
  .filter-nav-block .checkbox-btn {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    color: #d9d9d9;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px transparent solid;
    margin: 4px; }
    .filter-nav-block .checkbox-btn.col25 {
      width: 18.45%; }
    .filter-nav-block .checkbox-btn.col3 {
      width: 23.45%; }
    .filter-nav-block .checkbox-btn:hover {
      border: 1px #F1341C solid; }
    .filter-nav-block .checkbox-btn.active {
      background-color: transparent;
      border: 1px #F1341C solid;
      color: #F1341C; }
    .filter-nav-block .checkbox-btn.disabled {
      cursor: default; }
      .filter-nav-block .checkbox-btn.disabled:hover {
        border: 1px transparent solid; }
      .filter-nav-block .checkbox-btn.disabled p {
        opacity: .25; }
  .filter-nav-block .checkbox-result {
    width: 100%;
    margin: 0 4px;
    margin-top: 16px;
    border-radius: 2px;
    font-size: 14px;
    color: white;
    background-color: #f1341c;
    padding: 10px 0;
    text-align: center; 
    cursor: pointer;}

.filter-nav-banner-block {
  position: relative;
  height: 190px;
  background-image: url("../images/Rectangle_846@2x.png");
  background-position: center top;
  background-size: cover; }
  .filter-nav-banner-block.search-filter-nav-banner-block {
    background-image: url("");
    background-color: #252C3A; }
  .filter-nav-banner-block .search-wording-wrapper {
    width: 768px; }
    .filter-nav-banner-block .search-wording-wrapper .wording {
      position: relative;
      padding-right: 25px;
      margin-left: 35px;
      margin-right: 35px;
      color: rgba(242, 242, 242, 0.35);
      font-size: 32px;
      font-weight: bold; }
      .filter-nav-banner-block .search-wording-wrapper .wording a {
        color: rgba(242, 242, 242, 0.35); }
      .filter-nav-banner-block .search-wording-wrapper .wording span {
        position: absolute;
        font-size: 16px;
        top: 10px;
        right: 0px;
        line-height: 16px; }
      .filter-nav-banner-block .search-wording-wrapper .wording.active {
        color: #fff; }
        .filter-nav-banner-block .search-wording-wrapper .wording.active a {
          color: #fff; }
  .filter-nav-banner-block .wording {
    color: #f2f2f2;
    font-size: 58px;
    font-weight: bold; }

.creator-list-content-section {
  padding: 0 60px; }
  .creator-list-content-section.search-creator-list {
    background-color: transparent; }
    .creator-list-content-section.search-creator-list .team-info-block {
      background-color: transparent; }
    .creator-list-content-section.search-creator-list .create-list-item-wrapper {
      background-color: transparent; }
  @media screen and (max-width: 1023px) {
    .creator-list-content-section {
      background-color: #f2f2f2; } }
  @media screen and (max-width: 767px) {
    .creator-list-content-section {
      padding: 0; } }

.creator-list-item {
  max-width: 1660px;
  width: 100%;
  margin: auto;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 40px 0; }
  @media screen and (max-width: 1023px) {
    .creator-list-item {
      border: none;
      margin: 0;
      padding-top: 30px;
      padding-bottom: 0; }
      .creator-list-item + .creator-list-item {
        padding: 15px 0; } }
  .creator-list-item .team-info-block {
    position: relative;
    width: 389px; }
    @media screen and (max-width: 1023px) {
      .creator-list-item .team-info-block {
        background-color: #fff;
        width: 100%;
        border-radius: 4px 4px 0 0;
        overflow: hidden;
        padding: 30px 20px; } }
    @media screen and (max-width: 767px) {
      .creator-list-item .team-info-block {
        padding: 20px; } }
  .creator-list-item .team-info-avatar {
    width: 135px;
    height: 135px;
    border-radius: 103px;
    overflow: hidden;
    margin-right: 30px;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .creator-list-item .team-info-avatar {
        width: 50px;
        height: 50px;
        margin-right: 15px; } }
    .creator-list-item .team-info-avatar img {
      width: 100%;
      object-fit: cover; }
  @media screen and (max-width: 413px) {
    .creator-list-item .team-info-text {
      width: 58%; } }
  .creator-list-item .team-info-text .title {
    position: relative;
    font-size: 17px;
    color: #252b33;
    padding-right: 37px;
    font-weight: 500; }
    @media screen and (max-width: 413px) {
      .creator-list-item .team-info-text .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%; } }
  .creator-list-item .team-info-text .title-hint {
    position: absolute;
    right: 0;
    top: 0; }
    .creator-list-item .team-info-text .title-hint .title-hint-info {
      padding: 3px 10px;
      font-size: 14px;
      border-radius: 2px;
      background-color: #252B33;
      color: #fff; }
    .creator-list-item .team-info-text .title-hint .title-hint-info-box {
      position: absolute;
      display: none;
      left: 100%;
      top: 100%;
      width: 100px;
      z-index: 2; }
    .creator-list-item .team-info-text .title-hint i {
      margin-left: 4px; }
      .creator-list-item .team-info-text .title-hint i:hover + .title-hint-info-box {
        display: block; }
      @media screen and (max-width: 1023px) {
        .creator-list-item .team-info-text .title-hint i:hover + .title-hint-info-box {
          display: none; } }
  .creator-list-item .team-info-text .sub-title {
    font-size: 14.5px;
    color: #252b33;
    margin-bottom: 6px; }
    .creator-list-item .team-info-text .sub-title p {
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        .creator-list-item .team-info-text .sub-title p {
          display: none; }
          .creator-list-item .team-info-text .sub-title p:first-child {
            display: inline-block; } }
    .creator-list-item .team-info-text .sub-title span {
      display: none; }
    .creator-list-item .team-info-text .sub-title i {
      padding: 0 3px; }
    @media screen and (max-width: 1023px) {
      .creator-list-item .team-info-text .sub-title {
        font-size: 15px;
        color: #252b33; }
        .creator-list-item .team-info-text .sub-title span {
          display: inline-block; } }
  .creator-list-item .team-info-text .fans, .creator-list-item .team-info-text .area {
    font-size: 12px;
    color: rgba(91, 104, 123, 0.75); }
    @media screen and (max-width: 767px) {
      .creator-list-item .team-info-text .fans, .creator-list-item .team-info-text .area {
        font-size: 14px;
        color: #252B33; } }
    .creator-list-item .team-info-text .fans i, .creator-list-item .team-info-text .area i {
      margin-right: 9px; }
  .creator-list-item .team-pic-list {
    width: calc(100% - 389px);
    height: 135px; }
    @media screen and (max-width: 1023px) {
      .creator-list-item .team-pic-list {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 1023px) {
    .creator-list-item .red-btn-wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px; } }
  @media screen and (max-width: 767px) {
    .creator-list-item .red-btn-wrapper {
      right: 20px; } }
  .creator-list-item .red-btn-wrapper .red-btn {
    color: #fff;
    background-color: #F53219;
    border-radius: 50px;
    border: 0px;
    font-size: 14px;
    padding: 7px 40px;
    cursor: pointer;
    outline: none;
    margin-top: 6px; }
    @media screen and (max-width: 1023px) {
      .creator-list-item .red-btn-wrapper .red-btn {
        margin-top: 0px;
        border-radius: 77px;
        padding: 7px 18px; } }
    .creator-list-item .red-btn-wrapper .red-btn.follow-btn {
      color: #F1341C;
      background-color: transparent;
      border: 1px solid rgba(241, 52, 28, 0.5);
      font-weight: 600; }
      .creator-list-item .red-btn-wrapper .red-btn.follow-btn:hover {
        border-color: #F1341C; }
  .creator-list-item .create-list-item-wrapper {
    padding-left: 60px;
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .creator-list-item .create-list-item-wrapper {
        background-color: white; } }
    .creator-list-item .create-list-item-wrapper .owl-stage-outer,
    .creator-list-item .create-list-item-wrapper .owl-stage,
    .creator-list-item .create-list-item-wrapper .owl-item {
      height: 100%; }
    .creator-list-item .create-list-item-wrapper .owl-nav {
      position: absolute;
      top: 100%;
      width: calc(100% - 60px);
      height: 100%;
      display: none; }
      .creator-list-item .create-list-item-wrapper .owl-nav button {
        position: absolute;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        width: 40px;
        height: 100%;
        color: #fff;
        outline: none;
        transform: translateY(-100%); }
        .creator-list-item .create-list-item-wrapper .owl-nav button:hover {
          background-color: rgba(0, 0, 0, 0.8); }
        .creator-list-item .create-list-item-wrapper .owl-nav button.disabled {
          display: none; }
      .creator-list-item .create-list-item-wrapper .owl-nav .owl-next {
        right: 0; }
    .creator-list-item .create-list-item-wrapper .create-list-item {
      height: 100%; }
      .creator-list-item .create-list-item-wrapper .create-list-item img {
        height: 100%;
        object-fit: cover; }
      .creator-list-item .create-list-item-wrapper .create-list-item:empty {
        pointer-events: none;
        background-color: #DEE2E3; }
    @media screen and (max-width: 1023px) {
      .creator-list-item .create-list-item-wrapper {
        padding-left: 0;
        border-radius: 0 0 4px 4px;
        overflow: hidden; }
        .creator-list-item .create-list-item-wrapper .owl-nav {
          width: 100%; } }
    @media screen and (min-width: 1024px) {
      .creator-list-item .create-list-item-wrapper:hover .owl-nav {
        display: block; } }

/***** Creator *****/
.creator-resume-content-section {
  max-width: 1920px;
  margin: 0 auto; }
  .creator-resume-content-section .m-sub-nav {
    border-top: #efefef 1px solid;
    border-bottom: #efefef 1px solid;
    padding: 14px 16px; }
    .creator-resume-content-section .m-sub-nav p {
      font-size: 15px;
      color: #2d343e; }
    .creator-resume-content-section .m-sub-nav .more-action-dropdown {
      position: relative;
      display: block; }
  .creator-resume-content-section .creator-resume-block {
    margin: 0;
    width: 360px;
    background-color: white; }
    @media (max-width: 1024px) {
      .creator-resume-content-section .creator-resume-block {
        width: 300px; } }
    @media (max-width: 767px) {
      .creator-resume-content-section .creator-resume-block {
        width: 100%; } }
  .creator-resume-content-section .creator-resume-block-padding {
    padding: 60px 40px 60px; }
    @media (max-width: 767px) {
      .creator-resume-content-section .creator-resume-block-padding {
        padding: 0 20px 60px; } }
  .creator-resume-content-section .profile-block {
    width: 100%; }
  .creator-resume-content-section .profile-text-block {
    text-align: center; }
  .creator-resume-content-section .profile-pic {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: auto; }
  /* .creator-resume-content-section .profile-name {
    font-size: 26px;
    font-weight: bold; } */
  .creator-resume-content-section .profile-name strong {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
  }
  .creator-resume-content-section .profile-name span {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @media screen and (min-width: 1024px) {
    .creator-resume-content-section .profile-name span {
      max-width: 95%;
    }
  }
  .creator-resume-content-section .title-hint .title-hint-info {
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 2px;
    background-color: #252B33;
    color: #fff; }
  .creator-resume-content-section .title-hint .title-hint-info-box {
    position: absolute;
    display: none;
    left: 70%;
    top: 100%;
    width: 100px;
    z-index: 2; }
  .creator-resume-content-section .title-hint i {
    margin-left: 4px; }
    .creator-resume-content-section .title-hint i:hover + .title-hint-info-box {
      display: block; }
    @media screen and (max-width: 1023px) {
      .creator-resume-content-section .title-hint i:hover + .title-hint-info-box {
        display: none; } }
  .creator-resume-content-section .info-count-block {
    margin-top: 40px; }
  .creator-resume-content-section .info-count-item {
    margin: 0 30px; }
  .creator-resume-content-section .profile-title {
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      .creator-resume-content-section .profile-title {
        line-height: 180%; } }
  .creator-resume-content-section .profile-info-title {
    font-size: 12px;
    color: rgba(91, 104, 123, 0.33); }
  .creator-resume-content-section .profile-info-val {
    font-size: 22px;
    color: #252B33; }
  .creator-resume-content-section .creator-collection-block {
    width: calc(100% - 360px);
    padding-left: 0; }
    @media (max-width: 1024px) {
      .creator-resume-content-section .creator-collection-block {
        width: calc(100% - 300px); } }
    @media (max-width: 767px) {
      .creator-resume-content-section .creator-collection-block {
        width: 100%; } }
  .creator-resume-content-section .collection-chosen-list {
    width: 100%; }
  .creator-resume-content-section .owl-stage-outer {
    border-radius: 0 3px 3px 0; }
  .creator-resume-content-section .collection-chosen-nav {
    display: flex; }
    .creator-resume-content-section .collection-chosen-nav .chosen-pic {
      width: 80px;
      height: 45px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
  .creator-resume-content-section .chosen-nav-title {
    font-size: 12.5px;
    font-weight: bold;
    color: rgba(91, 104, 123, 0.33); }
  .creator-resume-content-section .chosen-item-title {
    font-weight: bold;
    font-size: 18px;
    color: #252b33; }
  .creator-resume-content-section .collection-chosen-nav {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .creator-resume-content-section .chosen-item-box {
    display: flex; }
    @media (max-width: 1439px) {
      .creator-resume-content-section .chosen-item-box {
        margin-bottom: 50px; } }
  .creator-resume-content-section .chosen-item {
    cursor: pointer; }
    .creator-resume-content-section .chosen-item .flex-grow-1 {
      display: none; }
  .creator-resume-content-section .resume-section-box {
    padding-bottom: 40px; }
    .creator-resume-content-section .resume-section-box .resume-section-item {
      padding: 30px 40px; }
    .creator-resume-content-section .resume-section-box .resume-section-item-btn {
      margin-top: 30px;
      padding: 0 40px; }
  .creator-resume-content-section .resume-section {
    position: relative; }
    .creator-resume-content-section .resume-section label {
      font-size: 13px;
      color: #2D343E;
      margin-bottom: 14px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .creator-resume-content-section .resume-section label {
          font-size: 16px; } }
    .creator-resume-content-section .resume-section p {
      font-size: 13px;
      color: rgba(37, 43, 51, 0.85);
      word-break: break-all; }
      @media (max-width: 767px) {
        .creator-resume-content-section .resume-section p {
          font-size: 16px;
          font-weight: 300; } }
    .creator-resume-content-section .resume-section .edit-btn {
      position: absolute;
      font-size: 12px;
      right: 0;
      top: 1px;
      display: none; }
    .creator-resume-content-section .resume-section .action-btn {
      display: unset; }
    .creator-resume-content-section .resume-section .fas, .creator-resume-content-section .resume-section .fab {
      color: rgba(37, 43, 51, 0.35);
      width: 10px; }
    .creator-resume-content-section .resume-section .icon-text {
      margin-bottom: 16px;
      display: flex;
      align-items: center; }
      .creator-resume-content-section .resume-section .icon-text i {
        height: 16px; }
      .creator-resume-content-section .resume-section .icon-text span {
        padding-left: 13px;
        line-height: 100%; }
    .creator-resume-content-section .resume-section .team-block {
      margin-bottom: 20px; }
    .creator-resume-content-section .resume-section .team-pic {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
    .creator-resume-content-section .resume-section .team-info {
      padding-left: 10px;
      flex: 1; }
      .creator-resume-content-section .resume-section .team-info p {
        font-size: 13px;
        color: rgba(37, 43, 51, 0.85); }
        .creator-resume-content-section .resume-section .team-info p + p {
          font-size: 12px;
          color: rgba(37, 43, 51, 0.5); }
    .creator-resume-content-section .resume-section .work-ex-block,
    .creator-resume-content-section .resume-section .milestone-ex-block {
      margin-bottom: 14px; }
      .creator-resume-content-section .resume-section .work-ex-block i,
      .creator-resume-content-section .resume-section .milestone-ex-block i {
        width: 12px;
        padding-top: 2px; }
      .creator-resume-content-section .resume-section .work-ex-block p,
      .creator-resume-content-section .resume-section .milestone-ex-block p {
        flex: 1;
        padding-left: 12px;
        color: #252b33;
        font-size: 13px; }
    .creator-resume-content-section .resume-section .milestone-ex-block i {
      width: auto;
      padding: 0;
      display: flex;
      align-self: center; }
  .creator-resume-content-section .preview-list-block {
    margin-right: -16px; }
    .creator-resume-content-section .preview-list-block.preview-date-show .creator-date-block {
      display: block; }
    .creator-resume-content-section .preview-list-block.preview-date-show .creator-date-label {
      display: none; }
    .creator-resume-content-section .preview-list-block.preview-date-show .create-item {
      display: none !important; }
    @media screen and (min-width: 768px) {
      .creator-resume-content-section .preview-list-block.preview-date-show .preview-item.group-first-item ~ .preview-item:not(.group-first-item) {
        padding-top: 77px; } }
  .creator-resume-content-section .create-item {
    position: relative;
    margin-top: 35px;
    padding: 0;
    padding-right: 16px; }
    .creator-resume-content-section .create-item .preview-pic img {
      opacity: 0; }
    .creator-resume-content-section .create-item .create-item-box {
      position: absolute;
      top: 0;
      border: rgba(241, 52, 28, 0.2) 2px solid;
      border-radius: 3px;
      width: 100%;
      height: 100%; }
    .creator-resume-content-section .create-item p {
      font-size: 18px;
      color: #f1341c; }
    .creator-resume-content-section .create-item i {
      height: 27px;
      margin-right: 10px;
      margin-bottom: 3px; }
  .creator-resume-content-section .preview-item {
    position: relative;
    margin-top: 35px;
    padding: 0;
    padding-right: 16px; }
    .creator-resume-content-section .preview-item p {
      font-size: 12px;
      color: rgba(37, 43, 51, 0.5); }
    .creator-resume-content-section .preview-item .preview-title {
      margin-top: 10px;
      font-size: 13px;
      color: #252b33; }
    .creator-resume-content-section .preview-item .mark-star {
      position: absolute;
      right: 10px;
      top: 10px;
      color: white; }
    .creator-resume-content-section .preview-item .privew-action-group {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(10, 17, 26, 0.66);
      justify-content: center;
      align-items: center;
      display: none; }
      .creator-resume-content-section .preview-item .privew-action-group .papin-btn {
        font-size: 15px;
        border-radius: 2px;
        padding: 9px 13px;
        text-align: center; }
        .creator-resume-content-section .preview-item .privew-action-group .papin-btn + .papin-btn {
          margin-left: 8px; }
        .creator-resume-content-section .preview-item .privew-action-group .papin-btn i {
          margin-right: 7px; }
      .creator-resume-content-section .preview-item .privew-action-group .red-btn {
        color: white;
        background-color: #F1341C; }
      .creator-resume-content-section .preview-item .privew-action-group .white-btn {
        color: #F1341C;
        background-color: white; }
  .creator-resume-content-section .preview-pic {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    padding-top: calc(100% * 9 / 16); }
    .creator-resume-content-section .preview-pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0; }
    .creator-resume-content-section .preview-pic .mark-star {
      display: none; }
  .creator-resume-content-section .creator-date-block {
    padding-left: 20px;
    margin-left: 5px;
    margin-bottom: 10px;
    display: none;
    border-left: #252b33 2px solid;
    padding-bottom: 17px; }
    .creator-resume-content-section .creator-date-block.creator-date-label {
      border: none;
      width: 100%;
      flex: 0 0 100%;
      padding-right: 10px;
      padding-left: 10px;
      margin: 0;
      margin-top: 30px; }
    .creator-resume-content-section .creator-date-block p {
      font-size: 28px;
      color: #252b33;
      line-height: 100%; }
      .creator-resume-content-section .creator-date-block p + p {
        margin-top: 10px;
        font-size: 12px;
        color: rgba(37, 43, 51, 0.5); }
  .creator-resume-content-section .more-action-dropdown {
    position: absolute;
    right: 0;
    top: 35%;
    display: block; }
  .creator-resume-content-section .remove-like-btn {
    position: absolute;
    right: 0;
    top: 3px;
    display: none;
    color: rgba(37, 43, 51, 0.25); }
    .creator-resume-content-section .remove-like-btn:hover {
      color: #252b33; }
  .creator-resume-content-section .track-btn-box .track-btn {
    display: block; }
  .creator-resume-content-section .track-btn-box .btn-group {
    display: none; }
  .creator-resume-content-section.my-resume .resume-section-item:hover {
    background-color: #fafafa; }
  .creator-resume-content-section .resume-section-item.hover {
    background-color: #fafafa; }
    .creator-resume-content-section.my-resume .resume-section-item:hover .edit-btn {
      display: block; }
    .creator-resume-content-section .resume-section-item.hover .edit-btn {
      display: block;
    }
  .creator-resume-content-section.my-resume .preview-item:hover .privew-action-group {
    display: flex; }
  .creator-resume-content-section.my-resume .preview-item:hover .more-action-dropdown {
    display: block; }
  .creator-resume-content-section.my-resume .preview-item .preview-link {
    display: block;
    width: calc(100% - 20px); }
  .creator-resume-content-section.my-resume .preview-item.is-star .mark-star {
    display: block; }
  .creator-resume-content-section.my-resume .track-btn-box .track-btn {
    display: none; }
  .creator-resume-content-section.my-resume .track-btn-box .btn-group {
    display: inline-flex; }
  .creator-resume-content-section.my-resume .remove-like-btn {
    display: block; }
  .creator-resume-content-section .filter-list-block .dropdown-menu {
    transform: translate3d(-120px, 34px, 0px) !important; }
    @media (max-width: 767px) {
      .creator-resume-content-section .filter-list-block .dropdown-menu {
        transform: translate3d(-30px, 50px, 0px) !important; } }
  @media (max-width: 767px) {
    .creator-resume-content-section .filter-list-block .dropdown:last-child .dropdown-menu {
      right: 0;
      transform: translate3d(0px, 50px, 0px) !important; } }
  @media (max-width: 767px) {
    .creator-resume-content-section {
      flex-direction: column; }
      .creator-resume-content-section .profile-block {
        padding: 46px 60px; }
      .creator-resume-content-section .profile-pic {
        width: 96px;
        height: 96px;
        margin: 0;
        margin-right: 20px; }
        .creator-resume-content-section .profile-pic + div {
          flex: 1;
          text-align: left; }
      .creator-resume-content-section .profile-text-block {
        flex: 2;
        align-items: center; }
        .creator-resume-content-section .profile-text-block .margin-top-40 {
          margin-top: 10px; }
      .creator-resume-content-section .title-hint {
        margin: 0; }
      .creator-resume-content-section .profile-name {
        margin: 0;
        line-height: 140%; }
      .creator-resume-content-section .track-btn-box {
        flex: 1;
        text-align: right;
        margin: 0; }
        .creator-resume-content-section .track-btn-box .papin-btn {
          max-width: 180px; }
      .creator-resume-content-section .info-count-block {
        margin-top: 0; }
      .creator-resume-content-section .info-count-item {
        display: flex;
        margin: 0;
        margin-right: 11px; }
      .creator-resume-content-section .profile-info-title {
        font-size: 14px;
        color: rgba(91, 104, 123, 0.66); }
      .creator-resume-content-section .profile-info-val {
        font-size: 14px;
        color: #2d343e; }
      .creator-resume-content-section .chosen-item {
        margin-left: 1px; }
      .creator-resume-content-section .chosen-item-box {
        margin-top: 25px;
        flex-wrap: wrap;
        margin-bottom: 0; }
        .creator-resume-content-section .chosen-item-box .chosen-pic {
          width: 112px;
          height: 63px; }
      .creator-resume-content-section .creator-collection-block .papin-tab-nav-block {
        border: none; }
      .creator-resume-content-section .collection-box {
        padding-bottom: 40px;
        background-color: rgba(0, 0, 0, 0.03); }
      .creator-resume-content-section .filter-list-block {
        margin: 50px 0; }
      .creator-resume-content-section .preview-item .preview-title {
        margin-top: 4px; }
      .creator-resume-content-section .preview-list-block {
        padding: 0 20px; }
        .creator-resume-content-section .preview-list-block.preview-date-show .creator-date-block {
          display: none; }
        .creator-resume-content-section .preview-list-block.preview-date-show .creator-date-label {
          display: block; }
      .creator-resume-content-section .tab-pane {
        overflow: hidden;
        min-height: 400px; }
        .creator-resume-content-section .tab-pane .resume-section {
          border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
          padding-bottom: 30px;
          margin-top: 30px; }
          .creator-resume-content-section .tab-pane .resume-section:nth-child(6) {
            border: none; }
        .creator-resume-content-section .tab-pane .resume-section-item-btn .resume-section {
          border: none; }
      .creator-resume-content-section .remove-like-btn {
        top: 0; }
      .creator-resume-content-section.my-resume .preview-item:hover .privew-action-group {
        display: none; }
      .creator-resume-content-section.my-resume .resume-section .edit-btn {
        display: block; }
      .creator-resume-content-section.my-resume .more-action-dropdown {
        display: block; } }
  @media (max-width: 414px) {
    .creator-resume-content-section .profile-block {
      padding: 46px 40px;
      flex-direction: column; }
    .creator-resume-content-section .track-btn-box .papin-btn {
      max-width: initial; }
    .creator-resume-content-section .chosen-item-box .chosen-pic {
      width: 74px;
      height: 74px; }
    .creator-resume-content-section .collection-box {
      padding: 0;
      padding-bottom: 40px;
      margin-top: -1px; }
    .creator-resume-content-section .filter-list-block {
      margin-top: 40px;
      margin-bottom: 30px; }
    .creator-resume-content-section .create-item {
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      margin: 0;
      margin-bottom: 15px; }
      .creator-resume-content-section .create-item .preview-pic {
        width: auto;
        margin: 0;
        height: 100px; }
      .creator-resume-content-section .create-item p {
        font-size: 14px; }
    .creator-resume-content-section .preview-item {
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      margin: 0;
      margin-bottom: 15px; }
      .creator-resume-content-section .preview-item p {
        font-size: 15px; }
        .creator-resume-content-section .preview-item p + p {
          font-size: 13px; }
    .creator-resume-content-section .more-action-dropdown {
      top: 5px; }
    .creator-resume-content-section .preview-pic {
      width: 160px;
      height: calc(160px * 720 / 1280);
      margin-right: 15px; }
    .creator-resume-content-section .preview-list-block {
      padding: 30px 20px; }
    .creator-resume-content-section .creator-date-block.creator-date-label {
      margin-top: 15px;
      margin-bottom: 20px; } }
  @media (max-width: 375px) {
    .creator-resume-content-section .profile-block {
      padding: 46px 20px;
      flex-direction: column; }
    .creator-resume-content-section .profile-title + .d-flex {
      justify-content: space-between;
      margin: 0; } }
  @media (min-width: 768px) {
    .creator-resume-content-section .creator-collection-block {
      padding-left: 30px; }
    .creator-resume-content-section .chosen-item {
      margin-left: 2px; }
      .creator-resume-content-section .chosen-item.active {
        opacity: 0.25; }
    .creator-resume-content-section .chosen-item-box {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .creator-resume-content-section .creator-collection-block {
      padding-left: 48px; }
    .creator-resume-content-section .collection-chosen-nav {
      margin-top: 25px;
      justify-content: space-between;
      flex-direction: row;
      align-items: center;
      text-align: left; }
    .creator-resume-content-section .owl-stage-outer {
      border-radius: 3px; }
    .creator-resume-content-section .papin-tab-nav {
      margin-top: 35px; } }
  @media (max-width: 1679px) {
    .creator-resume-content-section .collection-chosen-nav {
      background: transparent !important; } }
  @media (min-width: 1680px) {
    .creator-resume-content-section .collection-box {
      display: flex; }
    .creator-resume-content-section .collection-chosen-nav {
      margin: 0;
      display: block; }
    .creator-resume-content-section .chosen-item-title {
      display: none; }
    .creator-resume-content-section .collection-chosen-list {
      width: calc(100% - 256px);
      border-radius: 3px 0 0 3px; }
    .creator-resume-content-section .owl-stage-outer {
      border-radius: 3px 0 0 3px; }
    .creator-resume-content-section .collection-chosen-nav {
      padding: 40px 30px 0 30px;
      width: 256px;
      background-color: #1b3944;
      border-radius: 0 3px 3px 0; }
      .creator-resume-content-section .collection-chosen-nav p {
        font-size: 12.5px;
        color: rgba(255, 255, 255, 0.75);
        padding-left: 15px; }
      .creator-resume-content-section .collection-chosen-nav .chosen-nav-title {
        font-size: 15px;
        color: white;
        text-align: center;
        margin-bottom: 30px;
        padding: 0; }
      .creator-resume-content-section .collection-chosen-nav .chosen-item {
        margin-left: 0;
        margin-bottom: 15px; }
        .creator-resume-content-section .collection-chosen-nav .chosen-item.active {
          opacity: 1; }
      .creator-resume-content-section .collection-chosen-nav .chosen-pic {
        width: 64px;
        height: 45px; }
    .creator-resume-content-section .chosen-item-box {
      display: block; }
    .creator-resume-content-section .chosen-item .flex-grow-1 {
      display: block; } }
  @media (min-width: 1920px) {
    .creator-resume-content-section .collection-chosen-list {
      width: calc(100% - 336px); }
    .creator-resume-content-section .collection-chosen-nav {
      width: 336px; }
      .creator-resume-content-section .collection-chosen-nav .chosen-pic {
        width: 112px;
        height: 63px; }
    .creator-resume-content-section .papin-tab-nav {
      margin-top: 24px; } }

.resource-resume-page .owl-carousel .item .icon-photo-select-white {
  position: absolute;
  right: 20px;
  bottom: 20px; }
.resource-resume-page .owl-carousel .item .blue-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(50px) brightness(0.5);
  -webkit-filter: blur(50px) brightness(0.5);
  z-index: -1; }
.resource-resume-page .owl-carousel .item img {
  width: 80%;
  margin: auto; }

#modalIMG {
  background: rgba(0, 0, 0, 0.7); }
  #modalIMG .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1; }
  #modalIMG .modal-dialog {
    max-width: 1254px; }

/***** Edit Page *****/
.edit-profile,
.create-profile {
  padding: 0 20px; }
  .edit-profile .add-skill-btn,
  .edit-profile .next-step-btn,
  .create-profile .add-skill-btn,
  .create-profile .next-step-btn {
    padding: 15px 105px;
    border-radius: 20px; }
  .edit-profile .add-member-btn,
  .create-profile .add-member-btn {
    padding: 9px 49px;
    border-radius: 76px; }
  .edit-profile .team-info i,
  .create-profile .team-info i {
    display: none; }
  .edit-profile .team-info a,
  .create-profile .team-info a {
    color: #2d343e;
    font-weight: bold; }
  @media (max-width: 767px) {
    .edit-profile,
    .create-profile {
      padding: 0 8px; }
      .edit-profile .add-skill-btn,
      .edit-profile .next-step-btn,
      .create-profile .add-skill-btn,
      .create-profile .next-step-btn {
        width: 100%;
        padding: 14px 0; }
      .edit-profile .add-member-btn,
      .create-profile .add-member-btn {
        margin-top: 36px; } }

.create-profile .form-section {
  display: none; }
  .create-profile .form-section.step1-block {
    display: block; }
.create-profile .custom-form-control .checkbox-box label {
  padding: 0;
  font-size: 16px;
  color: #252b33;
  height: 28px; }
  .create-profile .custom-form-control .checkbox-box label::after {
    top: 6px;
    left: 11px; }
  .create-profile .custom-form-control .checkbox-box label::before {
    position: relative;
    margin-right: 18px;
    width: 28px;
    height: 28px;
    border-width: 2px;
    border-color: #d9d9d9;
    vertical-align: bottom; }
.create-profile .friend-list-header {
  padding: 60px 0;
  text-align: center; }
  .create-profile .friend-list-header p {
    font-size: 18px;
    color: #2d343e;
    margin-bottom: 10px; }
.create-profile .friend-item {
  margin-bottom: 16px; }
  .create-profile .friend-item .item-bg {
    position: relative;
    height: 170px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0; }
  .create-profile .friend-item .item-profile-pic {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    left: 50%;
    bottom: 0%;
    margin-left: -40px;
    margin-bottom: -40px;
    border: #fff 3px solid; }
  .create-profile .friend-item .item-info {
    border-radius: 0 0 3px 3px;
    height: 185px;
    text-align: center;
    background-color: #fff;
    padding-top: 55px; }
    .create-profile .friend-item .item-info p {
      color: #252b33;
      font-size: 16px; }
      .create-profile .friend-item .item-info p + p {
        margin-top: 4px;
        color: rgba(37, 43, 51, 0.5);
        font-size: 13px; }
  .create-profile .friend-item .track-friend-btn {
    padding: 8px 0;
    border-radius: 30px;
    border: rgba(241, 52, 28, 0.5) 1px solid;
    width: 96px;
    margin-top: 15px;
    display: inline-block;
    font-size: 13px;
    color: #f1341c; }
    .create-profile .friend-item .track-friend-btn:hover {
      border: rgba(241, 52, 28, 0.3) 1px solid;
      color: rgba(241, 52, 28, 0.5); }
    .create-profile .friend-item .track-friend-btn.active {
      cursor: initial;
      background-color: rgba(0, 0, 0, 0.05);
      color: rgba(37, 43, 51, 0.5);
      border: none; }
      .create-profile .friend-item .track-friend-btn.active:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(37, 43, 51, 0.5);
        border: none; }
@media (max-width: 414px) {
  .create-profile .friend-item .item-bg {
    height: 130px; } }

label.profile-upload-btn {
  position: absolute;
  display: inline-block;
  width: 140px;
  height: 40px;
  background-size: contain;
  background-image: url("../images/uploadmask.svg");
  bottom: 7px;
  text-align: center;
  left: 11px;
  font-size: 15px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  cursor: pointer; }
  label.profile-upload-btn p {
    line-height: 40px;
    color: #fff; }
  label.profile-upload-btn input {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 1px; }

.upload-pic-box {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  background-size: contain;
  border-radius: 100%;
  background-position: center;
  background-image: url("../images/icon-profile.svg"); }

@media (max-width: 767px) {
  .edit-choice #choice .seciton-content {
    border-radius: 0; } }
@media (max-width: 375px) {
  .edit-choice #choice .seciton-content {
    padding: 40px 0; }
    .edit-choice #choice .seciton-content .custom-form-control .ui-sortable-handle,
    .edit-choice #choice .seciton-content .custom-form-control .lock-item {
      padding-right: 30px; } }
.edit-choice .drop-hint {
  font-size: 12.5px;
  color: #5b687b; }
  .edit-choice .drop-hint i {
    margin: 0 2px;
    vertical-align: middle; }
.edit-choice .icon-drop-big {
  display: inline-block;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  width: 24px;
  height: 5px; }
.edit-choice .ui-state-default {
  border: none;
  background: transparent;
  padding-bottom: 20px; }
  .edit-choice .ui-state-default + .ui-state-default {
    padding-top: 20px;
    border-top: rgba(0, 0, 0, 0.05) 1px solid; }
.edit-choice .dropdown-toggle {
  background-color: #fff;
  border: #bfbfbf 1px solid;
  border-radius: 2px;
  outline: none;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #252b33;
  padding-left: 20px; }
  .edit-choice .dropdown-toggle:focus {
    background-color: #252B33;
    color: #fff;
    outline: none; }
.edit-choice .dropdown-menu {
  width: 100%; }
.edit-choice .dropdown-item {
  font-size: 15px;
  padding-left: 20px;
  border-radius: 3px; }
  .edit-choice .dropdown-item.active, .edit-choice .dropdown-item:active {
    background-color: rgba(37, 43, 51, 0.04);
    color: #252b33; }
.edit-choice .lock-item {
  padding-top: 20px;
  border-top: rgba(0, 0, 0, 0.05) 1px solid; }

.seciton-list {
  max-width: 960px; }
  .seciton-list .list-header {
    border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
    padding-bottom: 15px; }
    .seciton-list .list-header p {
      font-size: 13px;
      color: #252b33; }
    .seciton-list .list-header i {
      margin-left: 10px; }
    .seciton-list .list-header .pl-35 {
      padding-left: 35px; }
  .seciton-list .item-box {
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
    padding: 15px 0; }
    .seciton-list .item-box.disabled .item-title {
      color: rgba(37, 43, 51, 0.35); }
    .seciton-list .item-box.disabled .item-pic {
      opacity: 0.25; }
  .seciton-list .item-pic {
    width: 96px;
    height: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px; }
  .seciton-list .item-title {
    color: #252b33;
    font-size: 15px;
    padding-left: 15px; }
  .seciton-list .btn-gruop > * {
    margin-left: 5px; }
  .seciton-list .date-text {
    font-size: 14px;
    color: rgba(37, 43, 51, 0.5); }

.edit-join .filter-list-block {
  position: relative;
  top: initial;
  right: initial; }
  .edit-join .filter-list-block .nav-link {
    padding: 0;
    font-size: 12.5px; }
  .edit-join .filter-list-block .dropdown-item.active {
    color: #f1341c; }
  .edit-join .filter-list-block .dropdown {
    padding: 0 !important; }
  .edit-join .filter-list-block .dropdown-toggle::after {
    color: rgba(37, 43, 51, 0.5); }
.edit-join .papin-btn {
  border-radius: 2px;
  display: none; }
  .edit-join .papin-btn span {
    margin-left: 6px; }
  .edit-join .papin-btn.more-action-dropdown {
    display: inline-block; }
    .edit-join .papin-btn.more-action-dropdown .dropdown-toggle {
      border-color: transparent; }
.edit-join .btn-bg-red {
  padding: 8px 16px; }
.edit-join .btn-bd-red {
  border-width: 1px;
  padding: 8px 16px; }
@media (min-width: 768px) {
  .edit-join .list-header .text-right p {
    padding-right: 10px; } }
.edit-join .list-header .text-right p.justify-content-end {
  padding-right: 10px; }
.edit-join .list-content .dropdown-toggle {
  border: #f1341c 1px solid;
  border-radius: 2px; }
  .edit-join .list-content .dropdown-toggle i {
    padding: 10px 14px; }
@media (max-width: 1023px) {
  .edit-join .list-content .more-action-dropdown {
    display: inline-block; }
    .edit-join .list-content .more-action-dropdown .dropdown-toggle {
      border: none; } }
@media (min-width: 1024px) {
  .edit-join .item-box:hover .papin-btn {
    display: inline-block; }
    .edit-join .item-box:hover .papin-btn.more-action-dropdown .dropdown-toggle {
      border-color: #f1341c; } }

.edit-team .upload-pic-box {
  background-image: url("../images/ic_group_24px_white.svg");
  background-size: 66px 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d5d6d8;
  border-radius: 100%; }

.create-team .upload-pic-box {
  background-image: url("../images/ic_group_24px_white.svg");
  background-size: 66px 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d5d6d8;
  border-radius: 100%; }
.create-team .form-section {
  display: none; }
  .create-team .form-section.step1-block {
    display: block; }
.create-team .section-title {
  padding-top: 20px;
  font-size: 24px; }
.create-team .work-list-header {
  padding-top: 20px;
  padding-bottom: 54px;
  text-align: center; }
  .create-team .work-list-header p {
    font-size: 24px;
    color: #2d343e;
    margin-bottom: 10px; }
.create-team .works-list-block {
  border-top: rgba(0, 0, 0, 0.05) 1px solid; }
.create-team .work-item {
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  padding: 16px 0; }
.create-team .item-pic {
  width: 96px;
  height: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px; }
.create-team .item-text {
  color: #252B33;
  font-size: 15px;
  margin-left: 15px; }
.create-team .item-invite-btn {
  padding: 8px 0;
  border-radius: 30px;
  border: rgba(241, 52, 28, 0.5) 1px solid;
  width: 96px;
  display: inline-block;
  font-size: 13px;
  color: #f1341c;
  text-align: center; }
  .create-team .item-invite-btn:hover {
    border: rgba(241, 52, 28, 0.3) 1px solid;
    color: rgba(241, 52, 28, 0.5); }
  .create-team .item-invite-btn.active {
    cursor: initial;
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(37, 43, 51, 0.5);
    border: none; }
    .create-team .item-invite-btn.active:hover {
      background-color: rgba(0, 0, 0, 0.05);
      color: rgba(37, 43, 51, 0.5);
      border: none; }
.create-team .step3-block .custom-form-control {
  padding-bottom: 30px; }
  .create-team .step3-block .custom-form-control label {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #2d343e;
    font-weight: 500;
    display: flex;
    align-items: center; }
  .create-team .step3-block .custom-form-control i {
    margin-right: 15px;
    display: inline-block;
    height: 24px;
    line-height: 100%; }
  @media (max-width: 767px) {
    .create-team .step3-block .custom-form-control {
      border-bottom: none; }
      .create-team .step3-block .custom-form-control label {
        margin-bottom: 15px; } }
.create-team .section-title {
  margin-top: 0; }
@media (max-width: 767px) {
  .create-team .next-step-btn {
    max-width: 270px; } }

.edit-account .form-section .seciton-content,
.edit-password .form-section .seciton-content {
  padding: 40px 70px 80px; }
  @media (max-width: 767px) {
    .edit-account .form-section .seciton-content,
    .edit-password .form-section .seciton-content {
      padding: 40px 23px 50px; } }
  @media (max-width: 375px) {
    .edit-account .form-section .seciton-content,
    .edit-password .form-section .seciton-content {
      padding: 40px 23px 50px; } }

/***** Edit Friend *****/
.find-friend {
  margin-top: 30px;
  padding: 0 20px; }
  @media (max-width: 375px) {
    .find-friend {
      padding: 0 8px; } }
  .find-friend .is-show-info {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px; }
  .find-friend .list-firend-empty-box,
  .find-friend .list-noconnection-box {
    text-align: center; }
    .find-friend .list-firend-empty-box p,
    .find-friend .list-noconnection-box p {
      color: rgba(45, 52, 62, 0.75);
      font-size: 24px; }
      .find-friend .list-firend-empty-box p + p,
      .find-friend .list-noconnection-box p + p {
        font-size: 15px;
        color: rgba(37, 43, 51, 0.5);
        padding-top: 11px; }
    .find-friend .list-firend-empty-box a,
    .find-friend .list-noconnection-box a {
      margin-top: 17px; }
  .find-friend .friend-list-header {
    padding: 60px 0;
    text-align: center; }
    .find-friend .friend-list-header p {
      font-size: 18px;
      color: #2d343e;
      margin-bottom: 10px; }
  .find-friend .friend-item {
    margin-bottom: 16px; }
    .find-friend .friend-item .item-bg {
      position: relative;
      height: 170px;
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      border-radius: 4px 4px 0 0; }
    .find-friend .friend-item .item-profile-pic {
      position: absolute;
      width: 80px;
      height: 80px;
      border-radius: 100%;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      left: 50%;
      bottom: 0%;
      margin-left: -40px;
      margin-bottom: -40px;
      border: #fff 3px solid; }
    .find-friend .friend-item .item-info {
      border-radius: 0 0 3px 3px;
      height: 185px;
      text-align: center;
      background-color: #fff;
      padding-top: 55px; }
      .find-friend .friend-item .item-info p {
        color: #252b33;
        font-size: 16px;
        font-weight: 500; }
        .find-friend .friend-item .item-info p + p {
          font-weight: normal;
          margin-top: 4px;
          color: rgba(37, 43, 51, 0.5);
          font-size: 13px; }
    .find-friend .friend-item .track-friend-btn {
      padding: 8px 0;
      border-radius: 30px;
      border: rgba(241, 52, 28, 0.5) 1px solid;
      width: 96px;
      margin-top: 15px;
      display: inline-block;
      font-size: 13px;
      color: #f1341c; }
      .find-friend .friend-item .track-friend-btn:hover {
        border: rgba(241, 52, 28, 0.3) 1px solid;
        color: rgba(241, 52, 28, 0.5); }
      .find-friend .friend-item .track-friend-btn.active {
        cursor: initial;
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(37, 43, 51, 0.5);
        border: none; }
        .find-friend .friend-item .track-friend-btn.active:hover {
          background-color: rgba(0, 0, 0, 0.05);
          color: rgba(37, 43, 51, 0.5);
          border: none; }
  @media (max-width: 414px) {
    .find-friend .friend-item-box {
      margin: 0 -4px; }
    .find-friend .friend-item {
      padding: 0 4px; }
      .find-friend .friend-item .item-bg {
        height: 130px; } }

.friend-banner-block {
  max-width: 960px;
  display: flex; }
  .friend-banner-block .banner-pic {
    width: calc(100% - 280px);
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px 0 0 6px;
    background-position: center; }
  .friend-banner-block .banner-text {
    background-color: #B8A997;
    border-radius: 0 6px 6px 0;
    padding: 57px 40px 36px;
    width: 280px; }
    .friend-banner-block .banner-text h4 {
      color: white;
      font-size: 30px;
      margin-bottom: 21px; }
    .friend-banner-block .banner-text p {
      color: white;
      font-size: 14px;
      margin-bottom: 66px; }
    .friend-banner-block .banner-text a {
      color: #fff;
      font-size: 13px;
      display: flex; }
      .friend-banner-block .banner-text a:hover {
        opacity: 0.35; }
      .friend-banner-block .banner-text a i {
        margin-right: 5px;
        position: relative;
        height: 12px;
        display: inline-block;
        line-height: 100%; }
      .friend-banner-block .banner-text a span {
        line-height: 100%; }
  @media (max-width: 767px) {
    .friend-banner-block {
      margin-top: 30px; }
      .friend-banner-block .banner-pic {
        width: 100%;
        height: 240px;
        border-radius: 6px 6px 0 0; }
      .friend-banner-block .banner-text {
        width: 100%;
        padding: 30px 32px;
        border-radius: 0 0 6px 6px; }
        .friend-banner-block .banner-text h4 {
          margin-bottom: 18px; }
        .friend-banner-block .banner-text p {
          margin-bottom: 33px; } }

.connection-block {
  border-bottom: #cfcfcf 1px solid;
  padding-bottom: 60px; }
  .connection-block a {
    position: relative;
    width: 150px;
    text-align: center;
    border-radius: 56px;
    font-size: 14px;
    padding: 15px 0; }
    .connection-block a + a {
      margin-left: 20px; }
    .connection-block a:not(.active) {
      background-color: #CFCFCF;
      color: #fff;
      cursor: initial; }
      .connection-block a:not(.active) .icon-google-co {
        display: none; }
      .connection-block a:not(.active) .icon-google-co-white {
        display: inline-block; }
  .connection-block i {
    position: absolute;
    left: 20px;
    top: 12px; }
  .connection-block .icon-google-co-white {
    display: none; }
  .connection-block .fb-co-btn {
    background-color: #4267b2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .connection-block .fb-co-btn i {
      font-size: 18px; }
    .connection-block .fb-co-btn span {
      line-height: 100%; }
  .connection-block .google-co-btn {
    background-color: #fff;
    color: #252b33;
    display: flex;
    justify-content: center;
    align-items: center; }
    .connection-block .google-co-btn i {
      left: 13px; }
    .connection-block .google-co-btn span {
      line-height: 100%; }

.invite-friend {
  margin-top: 30px;
  padding: 0 20px; }
  @media (max-width: 375px) {
    .invite-friend {
      padding: 0 8px; } }
  .invite-friend .banner-text {
    background-color: #a3b0bd; }
  .invite-friend .seciton-content {
    padding-top: 65px;
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .invite-friend .seciton-content {
        padding: 60px 32px; } }
  .invite-friend .copy-btn {
    border-radius: 0 2px 2px 0;
    background-color: #252b33;
    font-size: 15px;
    color: #fff; }
  .invite-friend .fixed-text {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block; }
  .invite-friend .seciton-content + .seciton-content {
    margin-top: 20px; }
  .invite-friend .invite-item {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid; }
    .invite-friend .invite-item p {
      font-size: 16px;
      color: #2d343e;
      font-weight: 500; }
      .invite-friend .invite-item p + p {
        font-weight: normal;
        color: rgba(37, 43, 51, 0.5);
        font-size: 14px; }
  .invite-friend .item-invite-btn {
    padding: 8px 0;
    border-radius: 30px;
    border: rgba(241, 52, 28, 0.5) 1px solid;
    width: 96px;
    display: inline-block;
    font-size: 14px;
    color: #f1341c;
    text-align: center; }
    .invite-friend .item-invite-btn:hover {
      border: rgba(241, 52, 28, 0.3) 1px solid;
      color: rgba(241, 52, 28, 0.5); }
    .invite-friend .item-invite-btn.active {
      cursor: initial;
      background-color: rgba(0, 0, 0, 0.05);
      color: rgba(37, 43, 51, 0.5);
      border: none; }
      .invite-friend .item-invite-btn.active:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(37, 43, 51, 0.5);
        border: none; }
  .invite-friend .text-hint {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 15px;
    color: #2d343e; }
    .invite-friend .text-hint i {
      position: absolute;
      left: 0;
      top: 2px;
      vertical-align: middle; }

#shareModal .modal-dialog {
  display: flex;
  height: 100vh;
  align-items: center;
  margin: 0 auto;
  max-width: 369px; }
#shareModal .modal-content {
  border-radius: 6px; }
  #shareModal .modal-content .title {
    text-align: center;
    font-size: 22px;
    color: #252b33;
    margin-bottom: 40px; }
  #shareModal .modal-content .modal-body {
    padding-top: 40px;
    padding-bottom: 30px; }
#shareModal .share-btn-box {
  width: 240px;
  margin: auto; }
#shareModal .share-btn {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  #shareModal .share-btn i {
    height: 23px; }
#shareModal .fb-btn {
  background-color: #4267b2;
  color: #fff;
  font-size: 23px; }
#shareModal .line-btn {
  background-color: #00c43e; }
#shareModal .email-btn {
  background-color: #f1341c; }
#shareModal .copy-box {
  position: relative;
  max-width: 310px;
  width: 100%;
  margin: auto;
  margin-top: 30px; }
  #shareModal .copy-box input {
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 2px 0 0 2px;
    color: rgba(37, 43, 51, 0.5);
    font-size: 15px;
    padding: 11px 10px;
    outline: none; }
  #shareModal .copy-box .copy-btn {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 15px;
    color: white;
    background-color: #252b33;
    border-radius: 0 2px 2px 0;
    padding: 11px 14px; }

/***** Signup *****/
.signup-page {
  position: relative;
  background-color: #000;
  width: 100vw;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 55px;
  padding-bottom: 75px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover; }
  .signup-page .login-contetn {
    height: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
    padding: 0;
    justify-content: center; }
    @media (min-width: 1024px) {
      .signup-page .login-contetn {
        flex-direction: row;
        padding-left: 123px;
        padding-right: 60px;
        align-items: center; } }
    .signup-page .login-contetn > div {
      width: 100%; }
      @media (min-width: 1024px) {
        .signup-page .login-contetn > div {
          width: 50%; } }
  .signup-page .logo-img {
    margin-bottom: 52px; }
    @media (min-width: 1024px) {
      .signup-page .logo-img {
        margin-bottom: 27px; } }
  .signup-page .logo-info {
    display: none;
    font-size: 28px;
    color: #fff;
    margin-bottom: 52px;
    line-height: 170%; }
    @media (min-width: 1024px) {
      .signup-page .logo-info {
        display: block; } }
  .signup-page .info-hint {
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
    max-width: 380px;
    justify-content: space-around; }
    @media (max-width: 375px) {
      .signup-page .info-hint {
        width: 335px; } }
    .signup-page .info-hint p {
      font-size: 15px;
      color: #d9d9d9;
      margin: 0;
      margin-bottom: 9px;
      display: flex;
      align-items: center; }
      .signup-page .info-hint p .icon-check-white {
        margin-right: 13px; }
    @media (min-width: 1024px) {
      .signup-page .info-hint {
        flex-direction: column;
        width: auto; } }
  .signup-page .signup-form {
    width: 380px;
    min-height: 620px;
    border-radius: 6px;
    background-color: white;
    padding: 65px 30px 47px; }
    @media (max-width: 375px) {
      .signup-page .signup-form {
        width: 335px;
        padding: 65px 30px 47px; } }
    .signup-page .signup-form h4 {
      color: #252b33;
      margin-bottom: 50px; }
    .signup-page .signup-form .custom-form-control {
      padding: 5px 0; }
      .signup-page .signup-form .custom-form-control + .custom-form-control {
        border-top: none; }
    .signup-page .signup-form .signup-btngroup a {
      border-radius: 56px;
      border: #e4e4e4 2px solid;
      padding: 7.5px 0;
      width: calc(50% - 10px);
      display: flex;
      justify-content: center;
      align-items: center; }
      .signup-page .signup-form .signup-btngroup a i {
        color: #4267b2; }
    .signup-page .signup-form .info-hr {
      position: relative;
      border-top: rgba(0, 0, 0, 0.05) 1px solid;
      font-size: 12.5px;
      color: rgba(91, 104, 123, 0.25);
      text-align: center;
      margin-top: 24px;
      margin-bottom: 29px; }
      .signup-page .signup-form .info-hr span {
        position: absolute;
        top: -9px;
        background-color: #fff;
        left: calc(50% - 19px);
        padding: 0 13px; }
  .signup-page .logo-left-block {
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1024px) {
      .signup-page .logo-left-block {
        align-items: flex-start; } }
  .signup-page .logo-right-block {
    justify-content: center; }
    @media (min-width: 1024px) {
      .signup-page .logo-right-block {
        justify-content: flex-end; } }
  .signup-page .login-footer {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 20px;
    width: 100%; }
    .signup-page .login-footer p {
      font-size: 12.5px;
      color: rgba(255, 255, 255, 0.5); }
      .signup-page .login-footer p + p {
        margin-left: 17px; }

/***** Login *****/
.login-page {
  position: relative;
  background-color: #f7f7f7;
  width: 100vw;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .login-page {
      padding: 0;
      align-items: flex-start;
      background-color: white; } }
  .login-page .logo-pic {
    position: absolute;
    top: 20px;
    left: 30px; }
    @media (max-width: 767px) {
      .login-page .logo-pic {
        display: none; } }
  @media (max-width: 767px) {
    .login-page .login-contetn {
      width: 100%; } }
  .login-page .login-form {
    width: 380px;
    border-radius: 6px;
    background-color: white;
    padding: 65px 30px 47px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .login-page .login-form {
        width: 100%;
        box-shadow: none; } }
    .login-page .login-form h4 {
      color: #252b33;
      margin-bottom: 50px; }
    .login-page .login-form .papin-link-black-btn {
      display: flex;
      align-items: center; }
      .login-page .login-form .papin-link-black-btn i {
        margin-left: 6px; }
    .login-page .login-form .custom-form-control {
      padding: 5px 0; }
      .login-page .login-form .custom-form-control + .custom-form-control {
        border-top: none; }
    .login-page .login-form .signup-btngroup a {
      border-radius: 56px;
      border: #e4e4e4 2px solid;
      padding: 7.5px 0;
      width: calc(50% - 10px);
      display: flex;
      justify-content: center;
      align-items: center; }
      .login-page .login-form .signup-btngroup a i {
        color: #4267b2; }
    .login-page .login-form .info-hr {
      position: relative;
      border-top: rgba(0, 0, 0, 0.05) 1px solid;
      font-size: 12.5px;
      color: rgba(91, 104, 123, 0.25);
      text-align: center;
      margin-top: 24px;
      margin-bottom: 29px; }
      .login-page .login-form .info-hr span {
        position: absolute;
        top: -9px;
        background-color: #fff;
        left: calc(50% - 19px);
        padding: 0 13px; }
  .login-page .login-footer {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 20px;
    width: 100%; }
    .login-page .login-footer p {
      font-size: 12.5px;
      color: rgba(91, 104, 123, 0.5); }
      .login-page .login-footer p + p {
        margin-left: 17px; }

/***** VerifyPage *****/
.verify-page {
  position: relative;
  background-color: #f7f7f7;
  width: 100vw;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .verify-page {
      padding: 0;
      align-items: flex-start;
      background-color: white; } }
  .verify-page .logo-pic {
    position: absolute;
    top: 20px;
    left: 30px; }
    @media (max-width: 767px) {
      .verify-page .logo-pic {
        display: none; } }
  .verify-page.verify-success-page .verify-contetn {
    height: 580px; }
    .verify-page.verify-success-page .verify-contetn .email-info .time {
      margin-bottom: 40px; }
  .verify-page .verify-contetn {
    position: relative;
    width: 380px;
    height: 580px;
    border-radius: 6px;
    background-color: white;
    padding: 65px 50px 50px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .verify-page .verify-contetn {
        width: 100%;
        padding: 65px 30px 40px;
        box-shadow: none;
        height: calc(var(--vh, 1vh) * 100); } }
    .verify-page .verify-contetn .info-hr {
      position: relative;
      border-top: rgba(0, 0, 0, 0.05) 1px solid;
      font-size: 12.5px;
      color: rgba(91, 104, 123, 0.25);
      text-align: center; }
      .verify-page .verify-contetn .info-hr span {
        position: absolute;
        top: -9px;
        background-color: #fff;
        left: calc(50% - 19px);
        padding: 0 13px; }
    .verify-page .verify-contetn .email-info {
      width: 240px;
      text-align: center;
      margin: 24px auto 36px; }
      .verify-page .verify-contetn .email-info p {
        font-size: 14px;
        color: rgba(37, 43, 51, 0.75);
        line-height: 170%; }
      .verify-page .verify-contetn .email-info .time {
        margin-top: 20px;
        margin-bottom: 73px;
        font-size: 12.5px;
        color: rgba(91, 104, 123, 0.75); }
    .verify-page .verify-contetn .email-help {
      position: absolute;
      bottom: 30px;
      border-top: rgba(0, 0, 0, 0.05) 1px solid;
      padding-top: 29px;
      left: 0;
      width: calc(100% - 100px);
      margin: 0 50px;
      left: 0; }
      @media (max-width: 767px) {
        .verify-page .verify-contetn .email-help {
          width: calc(100% - 60px);
          margin: 0 30px; } }
      .verify-page .verify-contetn .email-help h5 {
        font-size: 15px;
        color: #2d343e;
        margin-bottom: 13px; }
  .verify-page .text-hint-group {
    list-style-type: none;
    padding: 0; }
    .verify-page .text-hint-group .icon-point {
      position: absolute;
      left: 3px;
      vertical-align: middle; }
    .verify-page .text-hint-group p {
      color: #5b687b;
      font-size: 12.5px;
      line-height: 170%; }
      .verify-page .text-hint-group p.has-point {
        position: relative;
        padding-left: 20px; }
  .verify-page .login-footer {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 20px;
    width: 100%; }
    .verify-page .login-footer p {
      font-size: 12.5px;
      color: #5b687b; }
      .verify-page .login-footer p + p {
        margin-left: 17px; }

/***** Resource *****/
.resource-page {
  margin-top: 0; }
  .resource-page .resource-block {
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .resource-page .resource-block {
        padding-left: 26px;
        padding-right: 26px; } }
    @media screen and (max-width: 767px) {
      .resource-page .resource-block {
        padding-left: 0;
        padding-right: 0;
        justify-content: space-between; } }
    @media screen and (max-width: 375px) {
      .resource-page .resource-block {
        padding-top: 10px; } }
    @media screen and (min-width: 768px) {
      .resource-page .resource-block {
        max-width: 1102px; } }
    @media screen and (min-width: 1441px) {
      .resource-page .resource-block {
        max-width: 1476px; } }
  .resource-page .resource-item {
    position: relative;
    padding: 0;
    margin-top: 20px;
    padding-top: 165px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .resource-page .resource-item {
        padding-top: 0;
        border-radius: 0; } }
    @media screen and (max-width: 767px) {
      .resource-page .resource-item {
        width: calc(50% - 2px);
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (max-width: 375px) {
      .resource-page .resource-item {
        margin-top: 5px; } }
    @media screen and (min-width: 768px) {
      .resource-page .resource-item {
        width: calc(33.333333% - 20px);
        margin-left: 10px;
        margin-right: 10px; } }
    @media screen and (min-width: 1441px) {
      .resource-page .resource-item {
        width: calc(25% - 20px); } }
    .resource-page .resource-item .item-view {
      width: 100%;
      height: 236px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .resource-page .resource-item .item-view {
          height: 159px; } }
      @media screen and (max-width: 414px) {
        .resource-page .resource-item .item-view {
          height: 136px; } }
      @media screen and (max-width: 375px) {
        .resource-page .resource-item .item-view {
          height: 123px; } }
    .resource-page .resource-item .item-header {
      position: absolute;
      top: 0;
      display: flex;
      padding-top: 30px;
      width: 100%;
      padding-left: 35px; }
      @media screen and (max-width: 1023px) {
        .resource-page .resource-item .item-header {
          position: relative;
          padding-top: 45px;
          padding-bottom: 25px;
          justify-content: center;
          padding-left: 0; } }
    .resource-page .resource-item .item-logo {
      margin-right: 15px; }
      @media screen and (max-width: 1023px) {
        .resource-page .resource-item .item-logo {
          position: absolute;
          padding: 0;
          top: -35px;
          left: calc(50% - 32px);
          border: white 3px solid;
          width: 64px;
          height: 64px;
          border-radius: 100%;
          overflow: hidden; } }
    .resource-page .resource-item .item-info-block {
      max-width: calc(100% - 65px);
      width: 100%; }
    .resource-page .resource-item .item-title {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 1023px) {
        .resource-page .resource-item .item-title {
          justify-content: center; } }
      .resource-page .resource-item .item-title h5 {
        font-size: 17px;
        color: #252b33;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 75%; }
        @media screen and (max-width: 767px) {
          .resource-page .resource-item .item-title h5 {
            max-width: initial; } }
      .resource-page .resource-item .item-title .icon-check {
        display: flex; }
    .resource-page .resource-item .item-info {
      font-size: 14.5px;
      color: #252b33;
      margin-bottom: 18px; }
      @media screen and (max-width: 1023px) {
        .resource-page .resource-item .item-info {
          text-align: center;
          font-size: 15px;
          margin-bottom: 25px; } }
    .resource-page .resource-item p + p {
      margin-top: 5px; }
    .resource-page .resource-item .item-address,
    .resource-page .resource-item .item-phone {
      font-size: 13.5px;
      color: rgba(91, 104, 123, 0.5);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    @media screen and (max-width: 1023px) {
      .resource-page .resource-item .item-phone {
        display: none; } }
    @media screen and (max-width: 1023px) {
      .resource-page .resource-item .item-address {
        text-align: center; }
        .resource-page .resource-item .item-address span {
          display: none; } }
  .resource-page .title-hint {
    position: relative; }
    .resource-page .title-hint .title-hint-info {
      padding: 3px 10px;
      font-size: 14px;
      border-radius: 2px;
      background-color: #252B33;
      color: #fff; }
    .resource-page .title-hint .title-hint-info-box {
      position: absolute;
      display: none;
      left: 100%;
      top: 100%;
      width: 100px;
      z-index: 2; }
    .resource-page .title-hint i {
      margin-left: 4px; }
      .resource-page .title-hint i:hover + .title-hint-info-box {
        display: block; }
      @media screen and (max-width: 1023px) {
        .resource-page .title-hint i:hover + .title-hint-info-box {
          display: none; } }

/***** foregetPassword *****/
.forgetPassword-page {
  position: relative;
  background-color: #f7f7f7;
  width: 100vw;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .forgetPassword-page {
      padding: 0;
      align-items: flex-start;
      background-color: white; } }
  .forgetPassword-page .logo-pic {
    position: absolute;
    top: 20px;
    left: 30px; }
    @media (max-width: 767px) {
      .forgetPassword-page .logo-pic {
        display: none; } }
  @media (max-width: 767px) {
    .forgetPassword-page .content {
      width: 100%; } }
  .forgetPassword-page .info-text {
    color: rgba(37, 43, 51, 0.75);
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center; }
  .forgetPassword-page .form {
    position: relative;
    width: 380px;
    height: 580px;
    border-radius: 6px;
    background-color: white;
    padding: 65px 50px 30px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .forgetPassword-page .form {
        padding: 65px 30px 40px;
        width: 100%;
        box-shadow: none;
        height: calc(var(--vh, 1vh) * 100); } }
    .forgetPassword-page .form h4 {
      color: #252b33;
      margin-bottom: 24px; }
    .forgetPassword-page .form .help-text {
      position: absolute;
      bottom: 30px;
      font-size: 12.5px;
      text-align: center;
      color: rgba(91, 104, 123, 0.75);
      width: 100%;
      left: 0; }
    .forgetPassword-page .form .papin-link-black-btn {
      display: flex;
      align-items: center; }
      .forgetPassword-page .form .papin-link-black-btn i {
        margin-left: 6px; }
    .forgetPassword-page .form .custom-form-control {
      padding: 5px 0; }
      .forgetPassword-page .form .custom-form-control + .custom-form-control {
        border-top: none; }
    .forgetPassword-page .form .info-hr {
      position: relative;
      border-top: rgba(0, 0, 0, 0.05) 1px solid;
      font-size: 12.5px;
      color: rgba(91, 104, 123, 0.25);
      text-align: center;
      margin-top: 24px;
      margin-bottom: 29px; }
  .forgetPassword-page .verify-contetn {
    position: relative;
    width: 380px;
    height: 580px;
    border-radius: 6px;
    background-color: white;
    padding: 65px 50px 50px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .forgetPassword-page .verify-contetn {
        width: 100%;
        padding: 65px 30px 40px;
        box-shadow: none;
        height: calc(var(--vh, 1vh) * 100); } }
    .forgetPassword-page .verify-contetn .info-hr {
      position: relative;
      border-top: rgba(0, 0, 0, 0.05) 1px solid;
      font-size: 12.5px;
      color: rgba(91, 104, 123, 0.25);
      text-align: center; }
      .forgetPassword-page .verify-contetn .info-hr span {
        position: absolute;
        top: -9px;
        background-color: #fff;
        left: calc(50% - 19px);
        padding: 0 13px; }
    .forgetPassword-page .verify-contetn .email-info {
      width: 240px;
      text-align: center;
      margin: 24px auto 36px; }
      .forgetPassword-page .verify-contetn .email-info p {
        font-size: 14px;
        color: rgba(37, 43, 51, 0.75);
        line-height: 170%; }
      .forgetPassword-page .verify-contetn .email-info .time {
        margin-top: 20px;
        margin-bottom: 73px;
        font-size: 12.5px;
        color: rgba(91, 104, 123, 0.75); }
      @media (max-width: 767px) {
        .forgetPassword-page .verify-contetn .email-info {
          width: 100%; } }
    .forgetPassword-page .verify-contetn .email-help {
      position: absolute;
      bottom: 30px;
      border-top: rgba(0, 0, 0, 0.05) 1px solid;
      padding-top: 29px;
      left: 0;
      width: calc(100% - 100px);
      margin: 0 50px;
      left: 0; }
      @media (max-width: 767px) {
        .forgetPassword-page .verify-contetn .email-help {
          width: calc(100% - 60px);
          margin: 0 30px; } }
      .forgetPassword-page .verify-contetn .email-help h5 {
        font-size: 15px;
        color: #2d343e;
        margin-bottom: 13px; }
  .forgetPassword-page .text-hint-group {
    list-style-type: none;
    padding: 0; }
    .forgetPassword-page .text-hint-group .icon-point {
      position: absolute;
      left: 3px;
      vertical-align: middle; }
    .forgetPassword-page .text-hint-group p {
      color: #5b687b;
      font-size: 12.5px;
      line-height: 170%; }
      .forgetPassword-page .text-hint-group p.has-point {
        position: relative;
        padding-left: 20px; }
  .forgetPassword-page .form-footer {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    bottom: 20px;
    width: 100%; }
    .forgetPassword-page .form-footer p {
      font-size: 12.5px;
      color: rgba(91, 104, 123, 0.5); }
      .forgetPassword-page .form-footer p + p {
        margin-left: 17px; }

/* 創作者內頁，沒有作品 */
.work__list__empty__item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D343E;
  padding: 5rem 24px;
  word-break: break-word;
}
.work__list__empty__item .icon__info {
  flex: none;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #2D343E;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .work__list__empty__item {
    padding: 10rem 0;
  }
}

/* 新增更多職務、新增工作經歷 */
.btn__position {
  --btn-position-color: #0096ff;

  color: var(--btn-position-color);
  border: 1px dashed var(--btn-position-color);
  display: block;
  text-align: center;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
/* 無痛貼上名單 */
.btn__namelist__by__paste {
  color: #707070;
  border: 1px dashed #707070;
  display: block;
  text-align: center;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/*  */
.menu__popover {
  position: relative;
  cursor: pointer;
}
.menu__popover .menu__popover__toggler {
  outline: none;
  border: none;
  background-color: transparent;
}
.menu__popover > .menu__popover__btns {
  display: none;
  position: absolute;
  top: 100%;
  right: 3px;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0, 0.25);
  padding: 0.5rem 0.5rem;
  white-space: nowrap;
  text-align: center;
  min-width: 100px;
}
.menu__popover.active .menu__popover__btns {
  display: block;
}
/*  */
.notify__ignore {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.notify__ignore > .recover_claim_job {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 75%;
}
/*  */
