﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Rubik", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #070303; }

a {
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

[class^="linearicons-"],
[class*=" linearicons-"],
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  vertical-align: middle;
  display: inline-block;
  margin: -3px 5px 0 0; }

.courseItem .location:before, .courseItem .cost:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; }

.vacanciesSC__slider .card__body .themeItem__box .more a:after, .vacanciesSC__slider .card__footer a:before, .slick-next:before,
.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300; }

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 1200px) {
    .container {
      padding: 0; } }

.d-block {
  display: block;
  line-height: 0; }

.d-flex {
  display: flex;
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.justify-content-between {
  justify-content: space-between; }

.text-bright {
  color: #ffffff; }

.text-dark {
  color: #000000; }

.mb-30 {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .mb-30 {
      margin-bottom: 1.875rem; } }

.btn-outline-primary {
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: #1cafc6 solid 1px;
  color: #1cafc6;
  line-height: normal;
  padding: 4px 10px;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .btn-outline-primary {
      padding: 7px 15px;
      font-size: 1rem; } }
  .btn-outline-primary:hover {
    background: #1cafc6;
    color: #ffffff; }

.pageSC {
  font-family: "Rubik", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #070303; }

.secondCareerBN {
  position: relative; }
  .secondCareerBN .slogan {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 80%; }
    @media (min-width: 576px) {
      .secondCareerBN .slogan {
        top: 30px;
        width: 90%; } }
    @media (min-width: 768px) {
      .secondCareerBN .slogan {
        top: 35px; } }
    @media (min-width: 1400px) {
      .secondCareerBN .slogan {
        top: 50px; } }
    .secondCareerBN .slogan h1 {
      margin: 0 0 5px 0;
      font-size: 22px;
      color: #1c92c6;
      font-weight: bold;
      -webkit-text-shadow: 3px 2px 0px rgba(7, 3, 3, 0.15);
      -moz-text-shadow: 3px 2px 0px rgba(7, 3, 3, 0.15);
      text-shadow: 3px 2px 0px rgba(7, 3, 3, 0.15);
      line-height: 1.4; }
      @media (min-width: 576px) {
        .secondCareerBN .slogan h1 {
          font-size: 26px;
          line-height: normal; } }
      @media (min-width: 768px) {
        .secondCareerBN .slogan h1 {
          font-size: 30px;
          margin: 0 0 15px 0;
          line-height: normal; } }
      @media (min-width: 992px) {
        .secondCareerBN .slogan h1 {
          font-size: 38px; } }
      @media (min-width: 1200px) {
        .secondCareerBN .slogan h1 {
          margin: 0 0 20px 0; } }
      .secondCareerBN .slogan h1:after {
        content: '';
        display: none;
        background: url(../../img/ReenterJob/page/secondCareer_element.png) 0 0 no-repeat;
        background-size: 48px 33px;
        width: 48px;
        height: 33px;
        position: relative;
        top: -20px;
        left: -10px; }
        @media (min-width: 576px) {
          .secondCareerBN .slogan h1:after {
            display: inline-block; } }
      .secondCareerBN .slogan h1 br {
        display: inline-block; }
        @media (min-width: 576px) {
          .secondCareerBN .slogan h1 br {
            display: none; } }
    .secondCareerBN .slogan h3 {
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.6;
      font-family: "微軟正黑體";
      display: none; }
      @media (min-width: 576px) {
        .secondCareerBN .slogan h3 {
          display: block; } }
      @media (min-width: 768px) {
        .secondCareerBN .slogan h3 {
          font-size: 1.125rem; } }
      @media (min-width: 992px) {
        .secondCareerBN .slogan h3 {
          font-size: 1.375rem; } }
      .secondCareerBN .slogan h3 br {
        display: none; }
        @media (min-width: 576px) {
          .secondCareerBN .slogan h3 br {
            display: inline-block; } }
  .secondCareerBN .background {
    background: url(../../img/ReenterJob/page/secondCareer_bg.jpg) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: 180px; }
    @media (min-width: 576px) {
      .secondCareerBN .background {
        height: 390px; } }
    @media (min-width: 768px) {
      .secondCareerBN .background {
        height: 450px; } }
    @media (min-width: 992px) {
      .secondCareerBN .background {
        height: 500px; } }
    @media (min-width: 1400px) {
      .secondCareerBN .background {
        height: 550px; } }

.articleBlock01 .title,
.articleBlock02 .title,
.articleBlock03 .title,
.articleBlock05 .title {
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 576px) {
    .articleBlock01 .title,
    .articleBlock02 .title,
    .articleBlock03 .title,
    .articleBlock05 .title {
      font-size: 26px;
      margin: 0 0 20px 0; } }
  @media (min-width: 992px) {
    .articleBlock01 .title,
    .articleBlock02 .title,
    .articleBlock03 .title,
    .articleBlock05 .title {
      font-size: 28px;
      margin: 0 0 30px 0;
      text-align: inherit; } }

.articleBlock01 {
  background: #f1f8f9;
  padding: 30px 0; }
  @media (min-width: 576px) {
    .articleBlock01 {
      padding: 60px 10px; } }
  @media (min-width: 1400px) {
    .articleBlock01 {
      padding: 90px 0; } }
  .articleBlock01 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }

.friendlySeniors {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 0 15px 0; }
  @media (min-width: 576px) {
    .friendlySeniors {
      margin: 0 0 20px 0; } }
  @media (min-width: 992px) {
    .friendlySeniors {
      padding: 0 30px 0 0;
      width: calc(100% - 382px);
      margin: 0; } }
  @media (min-width: 1400px) {
    .friendlySeniors {
      padding: 0 50px 0 0; } }
  .friendlySeniors:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../../img/ReenterJob/page/dot.svg) 0 0 repeat;
    background-size: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 235px;
    left: -130px;
    position: absolute;
    top: -65px;
    width: 235px;
    z-index: 0; }
  .friendlySeniors .fsCategory {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
  .friendlySeniors .category {
    width: calc(100% / 2);
    background-color: #1c90c6;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1c90c6, endColorstr=#1cafc6);
    background-image: -moz-linear-gradient(center top, #1c90c6, #1cafc6);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c90c6), to(#1cafc6)); }
    @media (min-width: 576px) {
      .friendlySeniors .category {
        width: calc(100% / 4); } }
    .friendlySeniors .category a {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #ffffff;
      border-bottom: #f1f8f9 solid 1px;
      border-right: #f1f8f9 solid 1px;
      border-left: #ffffff solid 1px;
      border-top: #ffffff solid 1px;
      padding: 40px 0; }
      .friendlySeniors .category a:hover {
        -webkit-transform: translate(-15px, -15px);
        -moz-transform: translate(-15px, -15px);
        -ms-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
        -moz-transition: 200ms;
        -o-transition: 200ms;
        -webkit-transition: 200ms;
        transition: 200ms;
        border-left: #47c1d1 solid 1px;
        border-top: #47c1d1 solid 1px;
        border-right: #47c1d1 solid 1px;
        border-bottom: #47c1d1 solid 1px; }
    .friendlySeniors .category figcaption {
      color: #070303;
      padding: 10px 0 0 0; }

.salaryAD {
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .salaryAD {
      text-align: inherit;
      width: auto; } }
  .salaryAD a {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .salaryAD a {
        width: 80% !important; } }
    @media (min-width: 768px) {
      .salaryAD a {
        width: 60% !important; } }
    @media (min-width: 992px) {
      .salaryAD a {
        width: 382px !important;
        height: 336px !important; } }
  .salaryAD img {
    width: 100%; }

.articleBlock05 {
  padding: 30px 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 576px) {
    .articleBlock05 {
      padding: 60px 10px; } }
  @media (min-width: 1400px) {
    .articleBlock05 {
      padding: 80px 0; } }
  .articleBlock05:after {
    background: url(../../img/ReenterJob/page/dot.svg) 0 0 repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
    display: inline-block;
    height: 600px;
    position: absolute;
    right: -100px;
    top: -350px;
    width: 600px;
    z-index: -1;
    background-size: 8px; }

.emergencySC {
  position: relative; }
  .emergencySC:after {
    background: url(../../img/ReenterJob/page/dot.svg) 0 0 repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
    display: inline-block;
    position: absolute;
    left: -150px;
    bottom: -100px;
    width: 350px;
    height: 350px;
    z-index: -1;
    background-size: 8px; }
  .emergencySC .title {
    text-align: center; }
    .emergencySC .title br {
      display: inline-block; }
      @media (min-width: 576px) {
        .emergencySC .title br {
          display: none; } }
    .emergencySC .title:before {
      content: '';
      display: block;
      background: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fad' data-icon='siren-on' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-siren-on fa-w-20 fa-3x' width='640' height='512'%3E%3Cg class='fa-group'%3E%3Cpath fill='%23fdd000' d='M224.21 134.94a8 8 0 0 1 9-6.87l15.86 2.13a8 8 0 0 1 6.87 9L231.82 320H496l-25-199.94A64 64 0 0 0 407.5 64h-175a64 64 0 0 0-63.5 56.06L144 320h55.54z' class='fa-secondary'/%3E%3Cpath fill='%23fdd000' d='M528 352H112a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zM112 192a24 24 0 0 0-24-24H24a24 24 0 0 0 0 48h64a24 24 0 0 0 24-24zm504-24h-64a24 24 0 0 0 0 48h64a24 24 0 0 0 0-48zM90.69 76a24 24 0 1 0 26.62-39.92l-48-32A24 24 0 1 0 42.69 44zM536 80a23.87 23.87 0 0 0 13.29-4l48-32a24 24 0 1 0-26.6-39.94l-48 32A24 24 0 0 0 536 80z' class='fa-primary'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
      background-size: 48px 37px;
      height: 37px;
      vertical-align: sub;
      width: 100%;
      margin: 0 0 5px 0; }
      @media (min-width: 576px) {
        .emergencySC .title:before {
          margin: 0 10px 0 0;
          display: inline-block;
          width: 48px; } }

.emergencySC__slider {
  border: #1cafc6 solid 4px;
  background: #fff; }
  .emergencySC__slider .slick-prev {
    left: 0; }
    @media (min-width: 1400px) {
      .emergencySC__slider .slick-prev {
        left: -90px; } }
  .emergencySC__slider .slick-next {
    right: 0; }
    @media (min-width: 1400px) {
      .emergencySC__slider .slick-next {
        right: -90px; } }
  .emergencySC__slider .themeItem {
    padding: 15px;
    border-right: #aae5ed solid 1px;
    border-bottom: #aae5ed solid 1px; }
  .emergencySC__slider .themeItem + .themeItem {
    border-top: #f1f8f9 solid 1px; }
  .emergencySC__slider .themeItem__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 576px) {
      .emergencySC__slider .themeItem__box {
        align-items: center;
        justify-content: space-between;
        flex-direction: inherit; } }
    .emergencySC__slider .themeItem__box h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      margin: 0 0 5px 0; }
      @media (min-width: 576px) {
        .emergencySC__slider .themeItem__box h3 {
          flex: 1;
          padding-right: 1.25rem;
          margin: 0; } }
      .emergencySC__slider .themeItem__box h3 a {
        font-size: 1rem;
        display: block;
        color: #0f346e;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .emergencySC__slider .themeItem__box h3 a:hover {
          text-decoration: underline; }
    .emergencySC__slider .themeItem__box .salary {
      color: #ec6d65;
      font-size: 0.875rem;
      font-weight: 600;
      max-width: 160px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (min-width: 992px) {
        .emergencySC__slider .themeItem__box .salary {
          max-width: 100px; } }
    .emergencySC__slider .themeItem__box .boxInfo {
      font-size: 0.875rem;
      line-height: 1.6;
      width: 100%;
      margin: 0 0 10px 0; }
      @media (min-width: 576px) {
        .emergencySC__slider .themeItem__box .boxInfo {
          max-width: 160px;
          margin: 0; } }
      @media (min-width: 768px) {
        .emergencySC__slider .themeItem__box .boxInfo {
          max-width: 180px; } }
      @media (min-width: 1400px) {
        .emergencySC__slider .themeItem__box .boxInfo {
          max-width: 200px; } }
    .emergencySC__slider .themeItem__box .company {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .emergencySC__slider .themeItem__box .btn {
      width: 100%;
      text-align: center; }
      @media (min-width: 576px) {
        .emergencySC__slider .themeItem__box .btn {
          width: auto;
          text-align: left; } }
      .emergencySC__slider .themeItem__box .btn a {
        border: #1cafc6 solid 1px;
        background: #ffffff;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        color: #1cafc6;
        font-size: 0.875rem;
        padding: 4px 20px;
        display: block;
        line-height: normal; }
        @media (min-width: 576px) {
          .emergencySC__slider .themeItem__box .btn a {
            display: flex;
            align-items: self-end; } }
        .emergencySC__slider .themeItem__box .btn a:hover {
          background: #1cafc6;
          color: #ffffff; }
  .emergencySC__slider .themeItem__box + .themeItem__box {
    margin-top: 6px; }
    @media (min-width: 576px) {
      .emergencySC__slider .themeItem__box + .themeItem__box {
        align-items: flex-end; } }

.articleBlock02 {
  position: relative;
  overflow: hidden;
  padding: 25px 0; }
  @media (min-width: 576px) {
    .articleBlock02 {
      padding: 55px 0; } }
  @media (min-width: 1400px) {
    .articleBlock02 {
      padding: 80px 0; } }
  .articleBlock02:before {
    content: '';
    background: #1c90c6;
    background: -webkit-linear-gradient(left, #1c90c6, #1cafc6);
    background: linear-gradient(to right, #1c90c6, #1cafc6);
    display: inline-block;
    position: absolute;
    height: 1000px;
    width: 100%;
    z-index: -1;
    bottom: 270px; }
  .articleBlock02 .container:before, .articleBlock02 .container:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../../img/ReenterJob/page/dot1.svg) 0 0 repeat;
    background-size: 8px;
    z-index: -1;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    position: absolute; }
  .articleBlock02 .container:before {
    height: 110px;
    left: 0;
    top: 0;
    width: 260px; }
  .articleBlock02 .container:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 235px;
    width: 235px;
    bottom: 220px;
    right: -100px; }

.vacanciesSC .title {
  color: #ffffff;
  text-align: center; }
  .vacanciesSC .title:after {
    content: '';
    display: inline-block;
    background: url(../../img/ReenterJob/page/icon-binoculars.svg) 0 0 no-repeat;
    background-size: 38px 30px;
    width: 38px;
    height: 30px;
    vertical-align: sub;
    margin: 0 0 0 10px; }

.vacanciesSC__slider .slick-list {
  padding-bottom: 7px; }
  @media (min-width: 1400px) {
    .vacanciesSC__slider .slick-list {
      margin: 0 -15px; } }
.vacanciesSC__slider .slick-prev {
  left: 0; }
  @media (min-width: 1400px) {
    .vacanciesSC__slider .slick-prev {
      left: -90px; } }
.vacanciesSC__slider .slick-next {
  right: 0; }
  @media (min-width: 1400px) {
    .vacanciesSC__slider .slick-next {
      right: -90px; } }
.vacanciesSC__slider .vacanciesSC__item {
  padding: 0; }
  @media (min-width: 576px) {
    .vacanciesSC__slider .vacanciesSC__item {
      padding: 0 15px; } }
.vacanciesSC__slider .card {
  background: #ffffff;
  border: #b6e3e9 solid 4px; }
.vacanciesSC__slider .card__header {
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  background: #aae5ed; }
  .vacanciesSC__slider .card__header .icon {
    background: #f1f8f9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 60px;
    height: 60px;
    padding: 8px;
    margin-right: 0.625rem; }
  .vacanciesSC__slider .card__header .theme {
    width: calc(100% - 60px); }
  .vacanciesSC__slider .card__header h2 {
    font-size: 1.25rem;
    margin-bottom: 5px; }
  .vacanciesSC__slider .card__header .tags a {
    color: #070303;
    text-decoration: underline;
    font-size: 0.9375rem; }
    .vacanciesSC__slider .card__header .tags a:hover {
      text-decoration: none; }
  .vacanciesSC__slider .card__header .tags a + a {
    margin-left: 0.625rem; }
.vacanciesSC__slider .card__body {
  padding: 0 15px; }
  .vacanciesSC__slider .card__body .themeItem {
    padding: 15px 0; }
  .vacanciesSC__slider .card__body .themeItem + .themeItem {
    border-top: #f1f8f9 solid 1px; }
  .vacanciesSC__slider .card__body .themeItem__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 576px) {
      .vacanciesSC__slider .card__body .themeItem__box {
        align-items: center;
        justify-content: space-between;
        flex-direction: inherit; } }
    .vacanciesSC__slider .card__body .themeItem__box h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      margin: 0 0 5px 0; }
      @media (min-width: 576px) {
        .vacanciesSC__slider .card__body .themeItem__box h3 {
          flex: 1;
          padding-right: 1.25rem;
          margin: 0; } }
      .vacanciesSC__slider .card__body .themeItem__box h3 a {
        font-size: 1rem;
        display: block;
        color: #0f346e;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .vacanciesSC__slider .card__body .themeItem__box h3 a:hover {
          text-decoration: underline; }
    .vacanciesSC__slider .card__body .themeItem__box .salary {
      color: #ec6d65;
      font-size: 0.875rem;
      font-weight: 600;
      max-width: 160px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (min-width: 992px) {
        .vacanciesSC__slider .card__body .themeItem__box .salary {
          max-width: 100px; } }
    .vacanciesSC__slider .card__body .themeItem__box .boxInfo {
      font-size: 0.875rem;
      line-height: 1.6;
      width: 100%;
      margin: 0 0 10px 0; }
      @media (min-width: 576px) {
        .vacanciesSC__slider .card__body .themeItem__box .boxInfo {
          max-width: 160px;
          margin: 0; } }
      @media (min-width: 768px) {
        .vacanciesSC__slider .card__body .themeItem__box .boxInfo {
          max-width: 180px; } }
      @media (min-width: 1400px) {
        .vacanciesSC__slider .card__body .themeItem__box .boxInfo {
          max-width: 200px; } }
    .vacanciesSC__slider .card__body .themeItem__box .company {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .vacanciesSC__slider .card__body .themeItem__box .more {
      width: 100%;
      text-align: center; }
      @media (min-width: 576px) {
        .vacanciesSC__slider .card__body .themeItem__box .more {
          width: auto;
          text-align: left; } }
      .vacanciesSC__slider .card__body .themeItem__box .more a {
        background: #f8e27d;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        color: #070303;
        font-size: 0.875rem;
        padding: 4px 10px;
        display: block; }
        @media (min-width: 576px) {
          .vacanciesSC__slider .card__body .themeItem__box .more a {
            display: flex;
            align-items: self-end; } }
        .vacanciesSC__slider .card__body .themeItem__box .more a:after {
          content: '\f178';
          margin-left: 5px;
          font-size: 16px; }
        .vacanciesSC__slider .card__body .themeItem__box .more a:hover {
          background: #fdd000; }
  .vacanciesSC__slider .card__body .themeItem__box + .themeItem__box {
    margin-top: 6px; }
    @media (min-width: 576px) {
      .vacanciesSC__slider .card__body .themeItem__box + .themeItem__box {
        align-items: flex-end; } }
.vacanciesSC__slider .card__footer {
  padding: 0 15px 15px 15px; }
  .vacanciesSC__slider .card__footer a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #1cafc6;
    background: #aae5ed; }
    .vacanciesSC__slider .card__footer a:before {
      content: '\f067';
      margin-right: 5px;
      display: inline-block; }
    .vacanciesSC__slider .card__footer a:hover {
      background: #47c1d1;
      color: #ffffff; }

.slick-next,
.slick-prev {
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  border: none;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3); }
  .slick-next:before,
  .slick-prev:before {
    font-size: 1rem;
    color: #ffffff; }

.slick-prev:before {
  content: '\f053'; }

.slick-next:before {
  content: '\f054'; }

.slick-dots {
  position: absolute;
  top: -59px;
  right: 15px;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
  width: 102px; }
  @media (min-width: 1200px) {
    .slick-dots {
      right: 0; } }
  .slick-dots li {
    margin: 0 0 0 5px;
    position: relative;
    cursor: pointer;
    display: block;
    border: 2px solid transparent;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .slick-dots li button {
      font-size: 0;
      border: none;
      background: #ffffff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      display: block;
      width: 6px;
      height: 6px;
      opacity: 1;
      cursor: pointer;
      padding: 0; }
  .slick-dots .slick-active {
    border: 2px solid #fff; }

.articleBlock03 {
  padding: 15px 0 25px 0;
  position: relative; }
  @media (min-width: 576px) {
    .articleBlock03 {
      padding: 15px 0 55px 0; } }
  @media (min-width: 1400px) {
    .articleBlock03 {
      padding: 15px 0 80px 0; } }
  .articleBlock03:before, .articleBlock03:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -2; }
  .articleBlock03:before {
    background: url(../../img/ReenterJob/page/element_fs_bg01.png) 0 0 no-repeat;
    background-size: 100%;
    width: 506px;
    height: 400px;
    right: 0;
    top: -35%; }
  .articleBlock03:after {
    background: url(../../img/ReenterJob/page/element_fs_bg02.png) 0 0 no-repeat;
    background-size: 100%;
    width: 320px;
    height: 400px;
    left: 0;
    bottom: 0; }

.trainingCourse .title {
  text-align: center;
  line-height: 1.4; }
  @media (min-width: 576px) {
    .trainingCourse .title {
      line-height: inherit; } }
  .trainingCourse .title span {
    position: relative; }
    .trainingCourse .title span:after {
      content: '';
      display: none;
      position: absolute;
      width: 100%;
      height: 10px;
      background: #f8e27d;
      left: 0;
      bottom: 4px;
      z-index: -1; }
      @media (min-width: 576px) {
        .trainingCourse .title span:after {
          display: block; } }
  .trainingCourse .title br {
    display: inline-block; }
    @media (min-width: 576px) {
      .trainingCourse .title br {
        display: none; } }
.trainingCourse .mb-scroll-tabs {
  padding: 0 15px;
  z-index: 2;
  position: relative; }
  @media (min-width: 768px) {
    .trainingCourse .mb-scroll-tabs {
      padding: 0; } }
.trainingCourse .tabs {
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  border-bottom: none;
  padding: 0; }
  @media (min-width: 768px) {
    .trainingCourse .tabs {
      padding: 0 15px; } }
  @media (min-width: 992px) {
    .trainingCourse .tabs {
      border-bottom: #47c1d1 solid 1px;
      overflow-x: inherit;
      overflow-y: inherit; } }
  @media (min-width: 1200px) {
    .trainingCourse .tabs {
      padding: 0 90px 0 15px; } }
  .trainingCourse .tabs li {
    margin: 0 5px;
    cursor: pointer;
    background: #f8fcfc;
    border: #b6e3e9 solid 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 15px 0 13px 0;
    flex: 0 0 auto;
    width: 140px;
    border-bottom: #47c1d1 solid 1px; }
    @media (min-width: 992px) {
      .trainingCourse .tabs li {
        flex: 1;
        width: auto;
        border-bottom: none; } }
  .trainingCourse .tabs li.active {
    padding: 23px 0 13px 0;
    background: #ffffff;
    border: #47c1d1 solid 1px;
    border-bottom: none;
    color: #1cafc6;
    font-weight: bold; }
    @media (min-width: 992px) {
      .trainingCourse .tabs li.active {
        margin: 0 5px -1px 5px; } }
    .trainingCourse .tabs li.active:after {
      content: '';
      display: inline-block;
      background: #ffffff;
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: -5px;
      z-index: 99; }
.trainingCourse .tab-content {
  border: #47c1d1 solid 1px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin: -1px 0 0 0; }
  @media (min-width: 992px) {
    .trainingCourse .tab-content {
      border-top: none; } }
  .trainingCourse .tab-content .panel {
    display: none;
    padding: 0.625rem; }
    @media (min-width: 992px) {
      .trainingCourse .tab-content .panel {
        padding: 1.25rem; } }
  .trainingCourse .tab-content .active {
    display: block; }
  .trainingCourse .tab-content .moreBtn {
    padding: 0 10px 10px 10px; }
    @media (min-width: 992px) {
      .trainingCourse .tab-content .moreBtn {
        padding: 0 20px 20px 20px; } }
    .trainingCourse .tab-content .moreBtn a {
      display: block;
      background: #aae5ed;
      text-align: center;
      color: #1cafc6;
      font-weight: bold;
      padding: 0.75rem; }
      .trainingCourse .tab-content .moreBtn a:hover {
        background: #47c1d1;
        color: #ffffff; }

.courseItem a {
  display: block;
  color: #070303;
  border-bottom: #eaeaea solid 1px;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0; }
@media (min-width: 576px) {
  .courseItem .row {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.courseItem .row div {
  margin: 0 0 5px 0; }
  @media (min-width: 576px) {
    .courseItem .row div {
      margin: 0; } }
@media (min-width: 576px) {
  .courseItem .row + .row {
    margin: 8px 0 0 0; } }
.courseItem .titleC {
  color: #0f346e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }
  .courseItem .titleC:before {
    content: '';
    display: inline-block;
    background: #0f346e;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 5px 5px 0 0;
    float: left; }
.courseItem .location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }
  .courseItem .location:before {
    content: '\f3c5';
    margin: 0 5px 0 0; }
.courseItem .cost {
  color: #ec6d65; }
  .courseItem .cost:before {
    content: '\f2e8';
    margin: 0 5px 0 0; }
.courseItem .intro {
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5; }
.courseItem a:hover .titleC {
  text-decoration: underline; }

.courseList .courseItem:last-of-type a {
  border-bottom: none;
  padding: 0;
  margin: 0; }

.entrepreneurship {
  background: url(../../img/ReenterJob/page/entrepreneurship_bg_20231003.jpg) right center no-repeat;
  background-size: cover;
  height: 180px;
  position: relative; }
  @media (min-width: 576px) {
    .entrepreneurship {
      height: 280px; } }
  @media (min-width: 768px) {
    .entrepreneurship {
      height: 330px; } }
  @media (min-width: 1200px) {
    .entrepreneurship {
      height: 430px; } }
  .entrepreneurship:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%; }
    @media (min-width: 576px) {
      .entrepreneurship:before {
        display: none; } }
  .entrepreneurship .slogan {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: normal;
    color: #070303;
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 576px) {
      .entrepreneurship .slogan {
        left: 10%;
        width: auto;
        padding: 0;
        text-align: left; } }
    .entrepreneurship .slogan h2 {
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.4;
      margin: 0 0 10px 0; }
      @media (min-width: 576px) {
        .entrepreneurship .slogan h2 {
          font-size: 1.375rem; } }
      @media (min-width: 768px) {
        .entrepreneurship .slogan h2 {
          font-size: 26px;
          line-height: 1.6;
          margin: 0 0 25px 0; } }
      .entrepreneurship .slogan h2 br {
        display: none; }
        @media (min-width: 576px) {
          .entrepreneurship .slogan h2 br {
            display: inline-block; } }
    .entrepreneurship .slogan span {
      display: inline-block;
      border: #070303 solid 3px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      position: relative;
      padding: 2px 20px 3px 15px;
      font-size: 0.9375rem; }
      @media (min-width: 576px) {
        .entrepreneurship .slogan span {
          padding: 4px 25px 4px 20px;
          font-size: 1rem; } }
    .entrepreneurship .slogan i {
      margin: -8px 0 0 4px; }
      .entrepreneurship .slogan i:before {
        font-size: 32px;
        position: absolute; }

footer {
  background: #1cafc6;
  color: #ffffff;
  padding: 20px 15px;
  text-align: center; }
  @media (min-width: 576px) {
    footer {
      text-align: left;
      padding: 30px 15px; } }
  @media (min-width: 1200px) {
    footer {
      padding: 50px 0; } }
  footer .container {
    justify-content: center; }

/*# sourceMappingURL=secondCareer.css.map */
