@charset "UTF-8";
#webnav-top .addcnApps ul {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.headerLogoArea .logoAreaRight .headerPostBtn:hover::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 5px;
  position: absolute;
  top: -1px;
  left: -1px;
}

body {
  background: none !important;
}

a, a:link, a:visited {
  outline: none;
}

.headerLink {
  cursor: pointer;
}

.headerDesktop a, .headerDesktop a:link, .headerDesktop a:visited, .footerDesktop a, .footerDesktop a:link, .footerDesktop a:visited {
  color: initial;
  text-decoration: none;
}

.headerDesktop {
  position: relative;
  z-index: 99;
}

.headerDesktop, .headerDesktop .logoText, .footerDesktop {
  font-family: "PingFang TC", Helvetica, "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", Arial, sans-serif;
}

#webnav-top ul, .headerLogoArea, .headerNavList, main {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  line-height: normal;
}

#webnav-top {
  background: rgba(0, 0, 0, 0.03);
  height: 28px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 4px;
  display: -webkit-box;
}
#webnav-top .lifeEnter {
  display: none;
}
#webnav-top #welLogin {
  float: left;
}
#webnav-top #welLogin a {
  color: #044FA4;
  text-decoration: underline;
  margin: 0 5px;
}
#webnav-top .youGotMail {
  color: #044FA4;
  text-decoration: underline;
}
#webnav-top .youGotMail::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/new_chat.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: bottom;
}
#webnav-top .addcnApps {
  float: right;
  position: relative;
  z-index: 2;
  padding-top: 4px;
}
#webnav-top .addcnApps span::before {
  content: "";
  background: url(../img/logo_addcn.svg) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 13px;
  margin-right: 3px;
  display: inline-block;
}
#webnav-top .addcnApps span::after {
  content: "\25BE";
  font-size: 15px;
  line-height: 12px;
}
#webnav-top .addcnApps ul {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 258px;
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 18px;
  right: 0;
  display: none;
}
#webnav-top .addcnApps ul li {
  width: 100px;
  padding: 12px 0;
  text-align: center;
}
#webnav-top .addcnApps ul li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
#webnav-top .addcnApps ul li a .sub-text {
  line-height: 3;
}
#webnav-top .addcnApps ul li a:hover {
  color: #000000;
}
#webnav-top .addcnApps ul li img {
  max-width: 60px;
}
#webnav-top .addcnApps:hover ul {
  display: flex;
  gap: 20px;
}
#webnav-top .addcnApps:hover span::after {
  content: "\25B4";
}

.headerLogoArea {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.headerLogoArea.forLife {
  align-items: center;
  height: 75px;
}
.headerLogoArea .logoText {
  display: inline-block;
}
.headerLogoArea .logoText a {
  outline: none;
}
.headerLogoArea .logoName {
  width: 0;
  height: 35px;
  background: url(../img/logo.svg) left no-repeat;
  background-size: auto 35px;
  display: inline-block;
  padding-left: 222px;
  margin: 20px 0 20px 5px;
  line-height: 3.6;
  text-indent: -9999px;
}
.headerLogoArea .logoName.white {
  background: url(../img/logo_white.svg) left no-repeat;
  background-size: auto 35px;
}
.headerLogoArea .logoName.forLife {
  margin: 0 12px 0 0;
  width: 90px;
  height: 40px;
  padding-left: 0;
  background: center/cover url(../img/logo_life.svg) no-repeat;
}
.headerLogoArea .logoSlogan {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  text-indent: 9999px;
  display: none;
  font-size: 14px;
  position: relative;
  top: -5px;
}
.headerLogoArea .logoAreaRight {
  position: relative;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.headerLogoArea .logoAreaRight .headerSearchBtn {
  cursor: pointer;
  color: #454A54;
}
.headerLogoArea .logoAreaRight .headerSearchBtn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/search_btn.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
  opacity: 0.4;
}
.headerLogoArea .logoAreaRight .headerSearchBtn:hover {
  color: #6690FF;
}
.headerLogoArea .logoAreaRight .headerSearchBtn:hover::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/search_btn.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
}
.headerLogoArea .logoAreaRight .headerSearchBtn--active {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.headerLogoArea .logoAreaRight .headerFreelanceBtn {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  color: #454A54;
  line-height: 1;
}
.headerLogoArea .logoAreaRight .headerFreelanceBtn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/help.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px;
  transform: translateY(-1px);
  opacity: 0.4;
}
.headerLogoArea .logoAreaRight .headerFreelanceBtn:hover {
  color: #e1264a;
}
.headerLogoArea .logoAreaRight .headerFreelanceBtn:hover::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/help_red.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 1;
}
.headerLogoArea .logoAreaRight .headerFreelanceBtn.forLife:hover {
  color: #6690FF;
}
.headerLogoArea .logoAreaRight .headerFreelanceBtn.forLife:hover::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/help.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
}
.headerLogoArea .logoAreaRight .headerManualBtn {
  padding: 0 10px;
  margin: 0 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.headerLogoArea .logoAreaRight .headerManualBtn.headerManualBtnCase {
  margin-right: 0;
  padding-right: 0;
}
.headerLogoArea .logoAreaRight .headerManualBtn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/help.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
  transform: translateY(-1px);
  opacity: 0.4;
}
.headerLogoArea .logoAreaRight .headerManualBtn:hover {
  color: #e1264a;
}
.headerLogoArea .logoAreaRight .headerManualBtn:hover::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/help_red.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 1;
}
.headerLogoArea .logoAreaRight .headerPostBtn {
  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: 100px;
  color: #ffffff;
  position: relative;
}
.headerLogoArea .logoAreaRight .headerPostBtn.forLife {
  background: #FF7E33;
  border: #FF7E33;
}
.headerLogoArea .logoAreaRight .headerPostBtn.forLife:hover::after {
  border: none;
}
.headerLogoArea .logoAreaRight .searchingBar {
  width: 280px;
  display: none;
  position: absolute;
  right: 110px;
  z-index: 1;
  transition: 0.3s;
}
.headerLogoArea .logoAreaRight .searchingBarClose {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/close_circle.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
  top: -10px;
  left: -10px;
}
.headerLogoArea .logoAreaRight .searchingBarClose span {
  display: none;
}
.headerLogoArea .logoAreaRight .mainInputextbox {
  width: 260px;
  min-height: 28px;
  background-color: #fff;
  border: 1px solid #CDD0D6;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
}
.headerLogoArea .logoAreaRight .mainInputextbox input {
  max-width: 170px;
  padding: 0;
  border: none;
  color: #BBBFC8;
  line-height: 2;
}
.headerLogoArea .logoAreaRight .searchSubmit {
  width: 40px;
  height: 40px;
  background: url(../img/icon/search_btn_white.svg) center no-repeat #3366FF;
  background-size: 14px;
  text-indent: -9999px;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.headerLogoArea .logoAreaRight .searchTypeSelect {
  position: absolute;
  top: 10px;
  right: 40px;
}
.headerLogoArea .logoAreaRight .searchTypeSelect select {
  background: url(../img/icon/expand.svg) right no-repeat;
  background-size: 14px;
  opacity: 0.6;
  color: #454A54;
  border: none;
  border-left: 1px solid #CDD0D6;
  padding: 0 15px 0 5px;
  margin-right: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.headerLogoArea .logoAreaRight .searchTypeSelect select::-ms-expand {
  display: none;
}
.headerLogoArea .logoAreaRight [type=checkbox] {
  opacity: 0;
}
.headerLogoArea .logoAreaRight [type=checkbox]:checked ~ .searchingBar {
  display: inline-block;
}

.headerNav {
  background: #3366FF;
}

.headerNavList {
  text-align: left;
}
.headerNavList li {
  margin: 0 2px;
  min-width: 92px;
  text-align: center;
  display: inline-block;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
}
.headerNavList li.navRight {
  width: auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 15px;
  float: right;
}
.headerNavList li.navRight.navRightIcon--news a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/news.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
}
.headerNavList li.navRight.navRightIcon--help a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/help_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}
.headerNavList li.navRight.navRightIcon--account a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/login_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 4px;
}
.headerNavList li.navRight.navRightIcon--goBack a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/return_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}
.headerNavList li .navButton {
  color: #ffffff;
  padding: 3px 4px 8px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
}
.headerNavList li .navButton.navButtonCase {
  padding: 3px 28px 8px;
}
.headerNavList li .navButton.navDropdown::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/expand_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
}
.headerNavList li .navButton.forTasker::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/flag_t_black.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -4px;
  z-index: 1;
}
.headerNavList li .navDropdownOpen {
  width: 575px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 2;
  display: none;
}
.headerNavList li .navDropdownOpen.forCase {
  width: 125px;
}
.headerNavList li .navDropdownOpen.forLife.oneCol {
  width: 160px;
  height: auto;
}
.headerNavList li .navDropdownOpen.forLife.oneCol .navDropdownOpenCate {
  width: 155px;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate {
  width: 120px;
  background: rgba(0, 0, 0, 0.03);
  border-left: 5px solid transparent;
  line-height: 1.5;
  position: initial;
  display: block;
  float: none;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate a::before {
  display: none;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate a.bid {
  margin-left: -32px;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate .cateCountPeople {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate .navDropdownOpenList {
  width: 460px;
  text-align: left;
  display: none;
  position: absolute;
  top: 0;
  left: 125px;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate .navDropdownOpenList .dropdownColumn {
  display: inline-block;
  vertical-align: top;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate .navDropdownOpenList .dropdownColumn a {
  text-align: left;
  color: #454A54;
  line-height: 1.5;
  padding: 15px 10px;
  display: block;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate .navDropdownOpenList .dropdownColumn a span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate .navDropdownOpenList .dropdownColumn a::before {
  display: none;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate .navDropdownOpenList .dropdownColumn a:hover {
  text-decoration: underline;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate .navDropdownOpenList .dropdownColumn:nth-child(1) a:nth-child(1) {
  font-weight: 600;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate:hover, .headerNavList li .navDropdownOpen .navDropdownOpenCate.on {
  background: #ffffff;
  border-left: 5px solid #e1264a;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate:hover .navDropdownOpenList, .headerNavList li .navDropdownOpen .navDropdownOpenCate.on .navDropdownOpenList {
  display: block;
}
.headerNavList li .navDropdownOpen .navDropdownOpenCate:hover.forLife, .headerNavList li .navDropdownOpen .navDropdownOpenCate.on.forLife {
  border-left: 5px solid #FF7E33;
}
.headerNavList li:hover .navButton, .headerNavList li.on .navButton {
  color: #e1264a;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.1);
}
.headerNavList li:hover .navButton.forLife, .headerNavList li.on .navButton.forLife {
  color: #3366FF;
}
.headerNavList li:hover .navButton.navDropdown::after, .headerNavList li.on .navButton.navDropdown::after {
  background: url(../img/icon/expand.svg) no-repeat center;
  opacity: 0.6;
  background-size: 100%;
}
.headerNavList li:hover .navButton.navLink, .headerNavList li.on .navButton.navLink {
  color: #ffffff;
  background: none;
  box-shadow: none;
  text-decoration: underline;
}
.headerNavList li:hover .navDropdownOpen {
  display: block;
}
.headerNavListMenu {
  display: flex;
}
.headerNavListMenu li {
  margin-left: 20px;
}
.headerNavListMenu li a.navButton {
  white-space: nowrap;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.headerNavListMenu li a.navButton::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background-size: contain !important;
}
.headerNavListMenu li a.navButton:hover {
  text-decoration: underline;
}
.headerNavListMenu li a.navButton.navButtonAccount::before {
  background: url(../img/icon/login_white.svg) no-repeat center;
}
.headerNavListMenu li a.navButton.navButtonHelp::before {
  background: url(../img/icon/icon_helping_center.svg) no-repeat center;
}
.headerNavListMenu li a.navButton.navButtonNews::before {
  background: url(../img/icon/icon_news.svg) no-repeat center;
}

.footerDesktop {
  background: #454A54;
  color: #ffffff;
  line-height: 2.5;
  text-align: left;
  padding: 40px 0;
  clear: both;
}
.footerDesktop a {
  color: #ffffff;
}
.footerDesktop .footerContent {
  display: flex;
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1400px;
}
.footerDesktop .footerContent .footerLeft {
  padding-right: 20px;
  width: 420px;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}
.footerDesktop .footerContent .footerLeft .followRow {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.footerDesktop .footerContent .footerRight {
  flex: 1;
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
}
.footerDesktop .footerMap {
  text-align: right;
  text-align: -webkit-right;
}
.footerDesktop .footerMap p {
  width: 90px;
  text-align: left;
}
.footerDesktop .footerMap a {
  color: rgba(255, 255, 255, 0.6);
}
.footerDesktop .footerMap a:hover {
  color: #ffffff;
}
.footerDesktop .footerFb, .footerDesktop .footerLine, .footerDesktop .footerIg {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-in;
}
.footerDesktop .footerFb:hover, .footerDesktop .footerLine:hover, .footerDesktop .footerIg:hover {
  opacity: 1;
}
.footerDesktop .footerFb {
  background: url("../img/social/fb_s_white.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.6;
}
.footerDesktop .footerLine {
  background: url("../img/social/line_s_white.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.6;
}
.footerDesktop .footerIg {
  margin-right: 0;
  background: url("../img/social/ig_s_white.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.6;
}
.footerDesktop .footerLogo {
  display: block;
  background: left center/contain url(../img/logo_life_white.svg) no-repeat;
  width: 160px;
  height: 40px;
  margin-bottom: 20px;
}
.footerDesktop a.footerComment {
  margin-left: 40px;
  padding: 8px 20px;
  width: 120px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transition: 0.2s;
}
.footerDesktop a.footerComment:hover {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.75);
}
.footerDesktop .footerDeskLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  width: calc(100% - 20px);
  max-width: 1200px;
  text-align: center;
  margin: 60px auto 0 auto;
}
.footerDesktop .footerDeskLink a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #BBBFC8;
}
.footerDesktop .footerDeskLink a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #E3E5E9;
}
.footerDesktop .footerDeskLink a:last-of-type {
  border-right: none;
}
.footerDesktop .footerDeskLink a:last-of-type::before {
  display: none;
}
.footerDesktop .footerDeskLink a:hover {
  color: #ffffff;
}

/*蓋掉舊版*/
#wrapper, #wrapper.index_wrap {
  margin-top: 20px !important;
}

#wrapper.newDesktop {
  margin-top: 0 !important;
}

/*強制轉桌機的時候*/
/*發案頁的按鈕*/
#case_content .postStepBtn {
  width: 750px;
  background: none;
  padding: 0;
  margin: 20px auto;
  box-shadow: none;
  overflow: auto;
  position: relative;
}
#case_content .postStepBtn button, #case_content .postStepBtn a {
  position: relative;
}
#case_content .postStepBtn button:hover::after, #case_content .postStepBtn a:hover::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.copyright {
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 768px) {
  .headerLogoArea .logoSlogan {
    display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  #webnav-top ul, .headerLogoArea, .headerNavList, main {
    padding: 0;
  }
}