@charset "UTF-8";
.layerForPrice .priceSubmit {
  max-width: 155px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 2.5;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: inline-block;
}

.filterConfirm, .filterOpen, .filterBtn.on ~ .filterOpen, .filterBtn.on ~ .filterConfirm {
  transition: all 0.3s ease-in-out;
}

.filterConfirm, .filterBtn, .filterBtnLoc, .layerForPrice .priceSubmit {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*搜尋*/
.mainSearchBar {
  background: rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 40px 0;
  position: relative;
}

/*置頂CTA區*/
.mainTopArea {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 224px;
  background: center/cover no-repeat url("../img/event/post_instruction/211019_event_2000x700.png");
}
.mainTopArea .topAreaEft {
  -webkit-animation: lightEft 0.8s linear 0s infinite normal;
          animation: lightEft 0.8s linear 0s infinite normal;
}

/*頂端類別*/
.topCategory {
  position: relative;
}

.talentCate {
  background: rgba(0, 0, 0, 0.03);
  text-align: center;
  padding-top: 20px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.talentCate::-webkit-scrollbar {
  height: 0;
}

.talentCatColumn {
  width: calc(100% / 4);
  text-align: center;
}
.talentCatColumn a {
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.talentCatColumn a.on, .talentCatColumn a.on span {
  color: #e1264a;
}
.talentCatColumn a:focus {
  outline: none;
}

.peopleNumber {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: none;
}

.talentGraphic::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/graphic_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentGraphic.on::before {
  background-image: url("../img/cate/graphic_red.svg");
}

.talentWeb::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/web_design_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentWeb.on::before {
  background-image: url("../img/cate/web_design_red.svg");
}

.talentWebDev::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/web_dev_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentWebDev.on::before {
  background-image: url("../img/cate/web_dev_red.svg");
}

.talentTranslate::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/translate_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentTranslate.on::before {
  background-image: url("../img/cate/translate_red.svg");
}

.talentVideo::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/video_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentVideo.on::before {
  background-image: url("../img/cate/video_red.svg");
}

.talentPhoto::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/camera_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentPhoto.on::before {
  background-image: url("../img/cate/camera_red.svg");
}

.talentArchitect::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/architecture_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentArchitect.on::before {
  background-image: url("../img/cate/architecture_red.svg");
}

.talentService::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/service_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentService.on::before {
  background-image: url("../img/cate/service_red.svg");
}

.talentProject::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/project_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentProject.on::before {
  background-image: url("../img/cate/project_red.svg");
}

.talentConsult::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/consult_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentConsult.on::before {
  background-image: url("../img/cate/consult_red.svg");
}

.talentComponent::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/cate/component_gray.svg") no-repeat center;
  background-size: 100%;
  display: block;
  margin: 5px auto;
}
.talentComponent.on::before {
  background-image: url("../img/cate/component_red.svg");
}

.slideDot {
  background: rgba(0, 0, 0, 0.03);
  padding-bottom: 20px;
}

.leftArrow, .rightArrow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(50% - 10px);
  display: none;
}
.leftArrow:hover, .rightArrow:hover {
  background: rgba(0, 0, 0, 0.6);
}

.leftArrow {
  left: -15px;
}
.leftArrow::after {
  content: "\25C2";
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

.rightArrow {
  right: -15px;
}
.rightArrow::after {
  content: "\25B8";
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

/*篩選器*/
.filterArea {
  position: relative;
  margin: 20px auto;
}
.filterArea .indexTitle.more {
  width: auto;
  display: inline-block;
  margin: 0 0 0 10px;
}
.filterArea .indexTitle.more .selectedCondition {
  margin: 0;
}

.filterBtn, .filterBtnLoc {
  background: #ffffff;
  font-size: 14px;
  border: 1px solid #575E6B;
  border-radius: 5px;
  color: #575E6B;
  padding: 5px 15px;
  margin: -2px 15px 0 0;
  float: right;
}

.filterBtnLoc::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/location.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  opacity: 0.6;
  transform: translateY(-2px);
}

.filterBtn::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/filter.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.filterBtn.on ~ .filterOpen, .filterBtn.on ~ .filterConfirm {
  right: 0;
  z-index: 101;
}
.filterBtn.on ~ .filterClose {
  right: 300px;
  z-index: 101;
}
.filterBtn.on ~ .maskdiv {
  display: block;
}

.filterBtnLoc.checked, .filterBtn.checked {
  color: #3366FF;
  border-color: #3366FF;
}
.filterBtnLoc.checked::before, .filterBtn.checked::before {
  width: 14px;
  background: url("../img/icon/check.svg") center no-repeat;
  background-size: 100%;
}

.tran_width_class {
  display: none;
}

.filterOpen {
  flex-direction: column;
  width: 280px;
  height: calc(100% - 175px);
  background: #ffffff;
  color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: -285px;
  z-index: 12;
  text-align: left;
}
.filterOpen .fliterLayer label {
  width: 80px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 4;
  border-left: 5px solid #ffffff;
}
.filterOpen .fliterLayer label.on {
  color: #FF7E33;
}
.filterOpen .fliterLayer .filterChoose {
  width: 170px;
  height: calc(100% - 20px);
  background: #ffffff;
  padding: 10px 0;
  border-left: 5px solid rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: scroll;
  display: none;
}
.filterOpen [type=radio] {
  display: none;
}
.filterOpen [type=radio]:checked ~ label {
  border-color: #FF7E33;
}
.filterOpen [type=radio]:checked ~ label ~ .filterChoose {
  display: block;
}
.filterOpen .filterAd {
  display: none;
}

.layerForLocation .customizedSelect, .layerForPrice .textPrice {
  width: calc(100% - 30px);
  min-height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: inline-block;
}

.layerForLocation .customizedSelect {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.layerForLocation .customizedSelect:last-of-type {
  margin-bottom: 10px;
}

.layerForPrice .textPrice {
  position: relative;
}
.layerForPrice .textPrice input[type=number] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: calc(100% - 25px);
  min-height: 36px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 2;
  border: none;
  padding: 0 5px 0 15px;
  display: block;
}
.layerForPrice .textPrice input[type=number]::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.layerForPrice .textPrice input[type=number]::-moz-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.layerForPrice .textPrice input[type=number]:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.layerForPrice .textPrice input[type=number]::-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.layerForPrice .textPrice input[type=number]::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.layerForPrice .textPrice input[type=number]::-webkit-outer-spin-button, .layerForPrice .textPrice input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.layerForPrice .textPrice i {
  font-size: 14px;
  position: absolute;
  top: 9px;
  left: 5px;
}
.layerForPrice .dash {
  width: 100%;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  margin: 5px 0;
  display: block;
}
.layerForPrice .priceSubmit {
  width: 100%;
  margin: 10px auto 20px;
  display: none;
}

.filterChoose .categorySection {
  font-size: 14px;
  padding: 10px 0 0 10px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.filterChoose .categorySection:first-of-type {
  border-top: none;
  padding-top: 0;
}
.filterChoose button {
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2.8;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 20px;
  display: block;
}
.filterChoose button::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}
.filterChoose button.on {
  color: #3366FF;
}
.filterChoose button.on::before {
  background-image: url("../img/icon/check.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  transform: translateY(4px);
}

.optionTitle {
  background: rgba(0, 0, 0, 0.03);
  font-size: 14px;
  color: #000000;
  line-height: 2.8;
  padding-left: 10px;
  margin: 0 0 20px 0;
}

.filterConfirm {
  width: 280px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  position: fixed;
  bottom: 125px;
  right: -285px;
  z-index: 12;
}
.filterConfirm button {
  width: 45%;
  color: #ffffff;
  margin-top: 5px;
}
.filterConfirm button:first-of-type {
  background: #575E6B;
  max-width: 155px;
  line-height: 2.5;
  border: 2px solid transparent;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer;
}
.filterConfirm button:last-of-type {
  background: #FF7E33;
  max-width: 155px;
  line-height: 2.5;
  border: 2px solid #FF7E33;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer;
}

.filterClose {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/close_whi.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  position: fixed;
  top: 15px;
  right: -20px;
  z-index: 12;
}

/*桌機篩選*/
.filterOpenDesktop {
  width: 180px;
  background: #ffffff;
  position: absolute;
  left: 15px;
  top: 50px;
  flex-direction: column;
}
.filterOpenDesktop [type=radio] {
  display: none;
}
.filterOpenDesktop label {
  margin-bottom: 4px;
  width: calc(100% - 10px);
  color: #000000;
  line-height: 2.6;
  padding-left: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.filterOpenDesktop button {
  color: rgba(0, 0, 0, 0.6);
  padding-left: 10px;
  line-height: 1.5;
}
.filterOpenDesktop .optionTitle {
  display: none;
}

.filterSelected {
  font-size: 14px;
  margin-top: 20px;
  display: none;
}

.selectedCondition {
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
  overflow: visible;
}
.selectedCondition::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/close_circle.svg?20190820") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
  position: absolute;
  top: -5px;
  right: -5px;
}

/*廣告板位*/
.talentAd {
  display: none;
}
.talentAd img {
  vertical-align: bottom;
}

.talentAdTop {
  width: calc(100% - 10px);
  background: rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 5px;
}
.talentAdTop .adBannerBtn {
  padding: 5px 10px;
  border-radius: 100px;
  color: #ffffff;
  background: #333333;
  line-height: 1;
  width: auto;
  height: auto;
  box-shadow: 0 2px 0 #ffffff;
  font-size: 12px;
}
.talentAdTop.event::before, .talentAdTop span, .talentAdTop a {
  vertical-align: middle;
}

.talentAdTopImg {
  display: inline-block;
  margin: 0 10px;
  width: calc(100% - 20px);
  border-radius: 5px;
}

.adEventBn {
  background-color: #c52c4a;
  color: #ffffff;
}

.switchGroup {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

/*隱藏人才的switch*/
.talentDisplay {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 55px;
  height: 20px;
}
.talentDisplay_text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.talentDisplay_switch {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 5px;
  transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.talentDisplay_switch::after {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: linear-gradient(120deg, white 0%, #eeeeee 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transform: translate3d(25%, 0, 0);
  content: "";
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.85, 0.05, 0.18, 1.35);
}
.talentDisplay_state {
  display: none;
}
.talentDisplay_state:checked ~ label {
  background-color: #e1264a;
}
.talentDisplay_state:checked ~ label::after {
  transform: translate3d(190%, 0, 0);
}

/*內容*/
.talentContent {
  margin: 20px auto 0 auto;
  padding: 8px 0;
  width: calc(100% - 16px);
  overflow: auto;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px 8px;
  overflow: hidden;
}
.talentContent.forDesktop {
  margin-left: 194px;
  padding-left: 20px;
  width: calc(100% - 214px);
}
.talentContent .portfolioCard, .talentContent .serviceCard {
  width: calc(100% / 2 - 8px);
  flex-shrink: 0;
}
.talentContent .portfolioCard.textCard, .talentContent .serviceCard.textCard {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 980px;
}
.talentContent .portfolioCard.textCard .avatar, .talentContent .serviceCard.textCard .avatar {
  position: initial;
}

.talentCntFlex {
  display: flex;
  flex-wrap: wrap;
}

/*發案置底BN*/
.postFixBn {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.postFixBn p::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/bulb_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}
.postFixBn a {
  background: #e1264a;
  max-width: 155px;
  line-height: 2.5;
  border: 2px solid #e1264a;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer;
  width: 36%;
  color: #ffffff;
}

.bottomBar {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: center/100% no-repeat url("../img/banner/index/220223_case_bn.png");
  z-index: 9;
}
.bottomBar p {
  color: #ffffff;
  font-size: 14px;
  width: calc(100% - 120px);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.bottomBar .joinBtn {
  width: 100px;
  height: 38px;
  color: #ffffff;
  background: #e1264a;
  border-radius: 5px;
}
.bottomBar.eventShow {
  left: 50%;
  transform: translateX(-50%);
  background: none;
  max-width: 480px;
  height: auto;
}
.bottomBar.eventShow .eventBtn {
  position: absolute;
  right: 30px;
  width: 100px;
  height: 36px;
  color: #ffffff;
  font-size: 14px;
  background: #2E3133;
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0 6px 0 #ffffff;
}
.bottomBar.eventShow:hover .eventBtn {
  -webkit-animation: lightEft2 0.8s linear 0s infinite normal;
          animation: lightEft2 0.8s linear 0s infinite normal;
}

/*找師傅地區*/
.lifeLocRow {
  display: flex;
}

.lifeInfoLoc::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/location.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
}

.anotherLoc {
  position: relative;
  display: inline-block;
}
.anotherLoc span {
  display: none;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  white-space: pre-line;
  word-break: keep-all;
}
.anotherLoc:hover span {
  display: block;
}

.lifeRvRow {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.lifeRvRow .lifeScoreCount {
  display: flex;
  align-items: center;
}
.lifeRvRow .stars {
  width: 20px;
  height: 20px;
}
.lifeRvRow .stars span:last-of-type {
  background-size: auto;
  background-position: center;
}

.breadcrumbs ul {
  display: flex;
  gap: 4px;
  align-items: center;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li::after {
  content: "";
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/go.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.4;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs a {
  color: #6690FF;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .current a {
  font-weight: bold;
}

@-webkit-keyframes lightEft {
  0% {
    box-shadow: 0 0 1px 10px rgba(138, 59, 88, 0.4), 0 0 1px 18px rgba(138, 59, 88, 0.1), 0 0 1px 26px rgba(138, 59, 88, 0.1);
  }
  50% {
    box-shadow: 0 0 1px 5px rgba(138, 59, 88, 0.4), 0 0 1px 9px rgba(138, 59, 88, 0.1), 0 0 1px 13px rgba(138, 59, 88, 0.1);
  }
  100% {
    box-shadow: 0 0 1px 10px rgba(138, 59, 88, 0.4), 0 0 1px 18px rgba(138, 59, 88, 0.1), 0 0 1px 26px rgba(138, 59, 88, 0.1);
  }
}

@keyframes lightEft {
  0% {
    box-shadow: 0 0 1px 10px rgba(138, 59, 88, 0.4), 0 0 1px 18px rgba(138, 59, 88, 0.1), 0 0 1px 26px rgba(138, 59, 88, 0.1);
  }
  50% {
    box-shadow: 0 0 1px 5px rgba(138, 59, 88, 0.4), 0 0 1px 9px rgba(138, 59, 88, 0.1), 0 0 1px 13px rgba(138, 59, 88, 0.1);
  }
  100% {
    box-shadow: 0 0 1px 10px rgba(138, 59, 88, 0.4), 0 0 1px 18px rgba(138, 59, 88, 0.1), 0 0 1px 26px rgba(138, 59, 88, 0.1);
  }
}
@-webkit-keyframes lightEft2 {
  0% {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.4), 0 0 1px 18px rgba(255, 255, 255, 0.1), 0 0 1px 26px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.4), 0 0 1px 9px rgba(255, 255, 255, 0.1), 0 0 1px 13px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.4), 0 0 1px 18px rgba(255, 255, 255, 0.1), 0 0 1px 26px rgba(255, 255, 255, 0.1);
  }
}
@keyframes lightEft2 {
  0% {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.4), 0 0 1px 18px rgba(255, 255, 255, 0.1), 0 0 1px 26px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.4), 0 0 1px 9px rgba(255, 255, 255, 0.1), 0 0 1px 13px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.4), 0 0 1px 18px rgba(255, 255, 255, 0.1), 0 0 1px 26px rgba(255, 255, 255, 0.1);
  }
}
/*RWD區*/
@media only screen and (max-width: 374px) {
  .postFixBn a {
    width: calc(100% - 250px);
  }

  .switchGroup {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 460px) {
  .talentCatColumn {
    width: calc(100% / 5);
  }

  .sortBtn {
    display: flex;
    flex-direction: column;
  }
  .sortBtn .switchGroup {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 520px) {
  .talentCatColumn {
    width: calc(100% / 6);
  }

  .slideDot {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .talentContent {
    gap: 20px 12px;
  }
  .talentContent .portfolioCard, .talentContent .serviceCard {
    width: calc(100% / 3 - 12px);
  }
}
@media only screen and (min-width: 690px) {
  .talentCatColumn a {
    margin: 0 10px 20px 10px;
  }

  .sortBtn {
    flex-direction: row;
    justify-content: space-between;
  }
  .sortBtn .switchGroup {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .bottomBar {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .talentAdTopImg {
    margin-left: 200px;
    width: calc(100% - 200px);
    max-width: 1000px;
  }

  .srvCaption {
    width: calc(100% - 200px);
    margin-left: 200px;
  }

  .mainTopArea {
    height: 244px;
  }

  .mainSearchBar {
    margin-top: 0;
  }

  .mainDesktop {
    min-height: 1800px;
  }

  .talentCate {
    width: 100%;
    margin: 0 auto;
    background: none;
  }

  .talentCatColumn {
    width: auto;
    display: inline-block;
  }
  .talentCatColumn a {
    width: calc(100vw / 11 - 1px);
    max-width: calc(1200px / 11 - 4px);
    margin: 0 0 10px 0;
  }
  .talentCatColumn a:hover, .talentCatColumn a:hover span {
    color: #e1264a;
  }

  .talentGraphic:hover::before {
    background-image: url("../img/cate/graphic_red.svg");
  }

  .talentWeb:hover::before {
    background-image: url("../img/cate/web_design_red.svg");
  }

  .talentWebDev:hover::before {
    background-image: url("../img/cate/web_dev_red.svg");
  }

  .talentTranslate:hover::before {
    background-image: url("../img/cate/translate_red.svg");
  }

  .talentVideo:hover::before {
    background-image: url("../img/cate/video_red.svg");
  }

  .talentPhoto:hover::before {
    background-image: url("../img/cate/camera_red.svg");
  }

  .talentArchitect:hover::before {
    background-image: url("../img/cate/architecture_red.svg");
  }

  .talentService:hover::before {
    background-image: url("../img/cate/service_red.svg");
  }

  .talentProject:hover::before {
    background-image: url("../img/cate/project_red.svg");
  }

  .talentConsult:hover::before {
    background-image: url("../img/cate/consult_red.svg");
  }

  .talentComponent:hover::before {
    background-image: url("../img/cate/component_red.svg");
  }

  .filterBtn, .filterBtnLoc {
    display: none;
  }

  .sortBtn, .sortBtnNormal, .filterSelected {
    width: calc(100% - 215px);
    margin-left: 215px;
  }

  .filterSelected.on {
    display: block;
  }

  .talentAd {
    display: none;
  }

  .talentAdTop {
    width: calc(100% - 200px);
    font-size: 24px;
    padding: 18px 0;
    margin: 0 0 20px 200px;
  }
  .talentAdTop .adBannerBtn {
    font-size: 16px;
    padding: 5px 20px;
  }

  .fliterLayer {
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .fliterLayer .filterChoose {
    max-height: 270px;
    padding: 10px 0;
    overflow-y: scroll;
  }
  .fliterLayer .filterChoose::-webkit-scrollbar {
    width: 4px;
  }
  .fliterLayer.layerForPrice .priceSubmit {
    display: block;
  }
  .fliterLayer.layerForPrice .priceSubmit:hover {
    border-color: #e1264a;
    color: #e1264a;
  }
  .fliterLayer.layerForPrice i {
    margin: 0 auto;
    display: inline-block;
  }

  .instanPostIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    font-size: 14px;
    color: #ffffff;
    background: center/cover no-repeat rgba(0, 0, 0, 0.8) url("../img/event/post_instruction/instanPost_bg.png");
    border-radius: 8px 0 0 8px;
    transition: 0.2s all ease-in;
  }
  .instanPostIcon:hover span {
    text-decoration: underline;
  }

  .talentContent {
    gap: 20px 16px;
  }
  .talentContent .portfolioCard, .talentContent .serviceCard {
    width: calc(100% / 4 - 16px);
  }
}
@media only screen and (min-width: 1200px) {
  .talentCate {
    padding-bottom: 20px;
  }

  .peopleNumber {
    display: block;
  }

  .filterArea .indexTitle.more {
    margin: 0;
  }

  .sortBtn, .sortBtnNormal, .filterSelected {
    width: calc(100% - 200px);
    margin-left: 200px;
  }

  .filterOpenDesktop {
    left: calc(50% - 600px);
  }

  .talentContent.forDesktop {
    margin-left: 180px;
    width: calc(100% - 200px);
  }
}