﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: '微軟正黑體', 'Noto Sans TC', 'Rubik', 'Microsoft JhengHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  color: #6d6d6d;
  overflow-x: hidden;
  font-size: 1rem; }
  @media (min-width: 992px) {
    body {
      font-size: 1.125rem; } }

.container {
  max-width: 1200px;
  margin: 0 auto; }

a {
  text-decoration: none; }

.title {
  text-align: center;
  padding: 4px 15px 5px 15px; }
  @media (min-width: 576px) {
    .title {
      padding: 4px 0 5px 0; } }
  @media (min-width: 768px) {
    .title {
      padding: 4px 0 15px 0; } }
  @media (min-width: 992px) {
    .title {
      padding: 4px 0 20px 0; } }
  .title .num {
    background: #32b1e2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-family: 'Rubik', sans-serif;
    font-size: 1.125rem;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 16px 16px 20px rgba(109, 109, 109, 0.08);
    -moz-box-shadow: 16px 16px 20px rgba(109, 109, 109, 0.08);
    box-shadow: 16px 16px 20px rgba(109, 109, 109, 0.08); }
    @media (min-width: 576px) {
      .title .num {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 1.5rem; } }
    .title .num span {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      display: inline-block; }
  .title h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3333;
    color: #333333;
    margin: 15px 0 10px 0; }
    @media (min-width: 576px) {
      .title h2 {
        margin: 20px 0 13px 0;
        font-size: 1.875rem; } }
    .title h2 span {
      color: #32b1e2; }
  .title p {
    font-size: 1rem;
    line-height: 1.5;
    color: #6d6d6d;
    width: 100%;
    margin: 0 auto;
    max-width: 560px; }

.articleBlock02 .title .num {
  background: #8484e8; }
.articleBlock02 .title h2 {
  color: #ffffff; }
  .articleBlock02 .title h2 span {
    color: #8484e8; }
.articleBlock02 .title p {
  color: #cbcbff; }

.articleBlock03 .title .num {
  background: #8484e8; }
.articleBlock03 .title h2 span {
  color: #8484e8; }

.svg-bg {
  position: relative;
  z-index: 11;
  display: none; }
  @media (min-width: 768px) {
    .svg-bg {
      display: block; } }

.svg1 {
  margin-top: -8.95%; }

.svg3 {
  margin-top: -11.25%; }

#header {
  position: absolute;
  width: 100%;
  padding: 15px;
  height: auto;
  z-index: 15; }
  @media (min-width: 768px) {
    #header {
      position: fixed;
      height: 70px; } }
  @media (min-width: 1200px) {
    #header {
      padding: 17px 0; } }
  #header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.logo {
  width: 140px; }
  @media (min-width: 992px) {
    .logo {
      width: 160px; } }

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  display: none; }
  @media (min-width: 768px) {
    .nav {
      display: flex; } }
  .nav li {
    margin-left: 15px; }
    @media (min-width: 992px) {
      .nav li {
        margin-left: 35px; } }
  .nav a {
    color: #ffffff;
    display: inline-block;
    padding: 0 8px;
    position: relative; }
    .nav a:after {
      content: '';
      display: inline-block;
      background: #ffffff;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -10px;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .nav a:hover:after {
      width: 100%; }
  .nav a.active:after {
    width: 100%; }
  .nav .navBtn {
    background: #32b1e2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-weight: bold;
    padding: 8px 19px; }
    .nav .navBtn:hover:after {
      display: none; }

.animate {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(109, 109, 109, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 8px rgba(109, 109, 109, 0.3); }
  .animate .nav a {
    color: #333333; }
    .animate .nav a:after {
      background: #333333; }
  .animate .nav .navBtn {
    color: #ffffff; }

.banner {
  background: #0f85b5;
  background: -webkit-linear-gradient(left, #0f85b5, #1f3163, #222354);
  background: linear-gradient(to right, #0f85b5, #1f3163, #222354);
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 90px 0 0 0; }
  @media (min-width: 576px) {
    .banner {
      padding: 110px 0 60px 0; } }
  @media (min-width: 1400px) {
    .banner {
      height: 800px;
      flex-direction: inherit;
      padding: 0; } }
  .banner .img {
    position: relative;
    width: 150%;
    left: -25%;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .banner .img {
        width: 100%;
        max-width: 960px;
        left: auto; } }
    @media (min-width: 1400px) {
      .banner .img {
        position: absolute;
        max-width: 1065px;
        top: 70px;
        left: 5%;
        margin: 0; } }
  @media (min-width: 1400px) {
    .banner .container {
      display: flex;
      justify-content: flex-end; } }
  .banner .text {
    color: #ffffff;
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 1400px) {
      .banner .text {
        width: 40%;
        max-width: none;
        padding: 0 0 60px 0;
        text-align: left;
        margin: 0; } }
    .banner .text h1 {
      margin: 0 0 15px 0;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      @media (min-width: 1400px) {
        .banner .text h1 {
          justify-content: inherit; } }
      .banner .text h1 img {
        width: 150px; }
        @media (min-width: 576px) {
          .banner .text h1 img {
            width: 180px; } }
        @media (min-width: 1200px) {
          .banner .text h1 img {
            width: 220px; } }
      .banner .text h1 span {
        font-size: 1.25rem;
        font-family: 'Noto Sans TC', sans-serif;
        padding: 0 0 5px 10px;
        font-weight: 500; }
        @media (min-width: 576px) {
          .banner .text h1 span {
            font-size: 1.5rem; } }
        @media (min-width: 1200px) {
          .banner .text h1 span {
            font-size: 1.75rem; } }
    .banner .text p {
      font-size: 1rem;
      line-height: 1.5; }
      @media (min-width: 1200px) {
        .banner .text p {
          font-size: 1.375rem;
          line-height: 40px; } }

.articleBlock01 {
  padding: 25px 0;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  @media (min-width: 768px) {
    .articleBlock01 {
      padding: 0 0 35px 0; } }
.articleBlock01:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/Content/img/Monograph/JobElves/articleBlock01-img02.png) center no-repeat;
    background-size: 100%;
    width: 796px;
    height: 790px;
    z-index: 1;
    left: -15%;
    top: 20%;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}
    @media (min-width: 1400px) {
      .articleBlock01:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); } }
.articleBlock01:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/Content/img/Monograph/JobElves/articleBlock01-img03.png) center no-repeat;
    background-size: 100%;
    width: 842px;
    height: 857px;
    z-index: 1;
    top: -31%;
    right: 8%;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
    @media (min-width: 1400px) {
      .articleBlock01:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); } }
  .articleBlock01 .container {
    position: relative;
    z-index: 10; }
    .articleBlock01 .container:before {
        content: '';
        display: none;
        position: absolute;
        background: url(/Content/img/Monograph/JobElves/articleBlock01-img01.png) center no-repeat;
        background-size: 100%;
        width: 402px;
        height: 539px;
        z-index: 11;
        right: -30%;
        top: 45%;
    }
      @media (min-width: 1200px) {
        .articleBlock01 .container:before {
          display: block; } }
  .articleBlock01 .photo-slider .slick-slide {
    padding: 15px; }
    .articleBlock01 .photo-slider .slick-slide img {
      margin: 0 auto;
      -webkit-box-shadow: 0px 0px 15px rgba(109, 109, 109, 0.1);
      -moz-box-shadow: 0px 0px 15px rgba(109, 109, 109, 0.1);
      box-shadow: 0px 0px 15px rgba(109, 109, 109, 0.1); }
  .articleBlock01 .photo-slider .slick-arrow {
    font-size: 0;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    background: #0f85b5;
    width: 22px;
    height: 50px;
    padding: 0;
    cursor: pointer; }
    @media (min-width: 576px) {
      .articleBlock01 .photo-slider .slick-arrow {
        width: 40px;
        height: 90px; } }
  .articleBlock01 .photo-slider .slick-prev:before,
  .articleBlock01 .photo-slider .slick-next:before {
    content: '';
    display: inline-block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 27px; }
    @media (min-width: 576px) {
      .articleBlock01 .photo-slider .slick-prev:before,
      .articleBlock01 .photo-slider .slick-next:before {
        width: 15px;
        height: 40px; } }
  .articleBlock01 .photo-slider .slick-prev {
    left: 0; }
    .articleBlock01 .photo-slider .slick-prev:before {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='angle-left' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-angle-left fa-w-6' width='192' height='512'%3E%3Cpath fill='%23ffffff' d='M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z'/%3E%3C/svg%3E"); }
  .articleBlock01 .photo-slider .slick-next {
    right: 0; }
    .articleBlock01 .photo-slider .slick-next:before {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='angle-right' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-angle-right fa-w-6' width='192' height='512'%3E%3Cpath fill='%23ffffff' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E"); }
  .articleBlock01 .sectionWrap + .sectionWrap {
    padding: 0 15px;
    margin: 10px 0 0 0; }
    @media (min-width: 576px) {
      .articleBlock01 .sectionWrap + .sectionWrap {
        margin: 30px 0 0 0; } }
    @media (min-width: 1200px) {
      .articleBlock01 .sectionWrap + .sectionWrap {
        padding: 0; } }
  .articleBlock01 .sub-title {
    text-align: center;
    margin: 0 0 15px 0; }
    @media (min-width: 576px) {
      .articleBlock01 .sub-title {
        margin: 0 0 20px 0; } }
    @media (min-width: 768px) {
      .articleBlock01 .sub-title {
        margin: 0 0 30px 0; } }
    @media (min-width: 992px) {
      .articleBlock01 .sub-title {
        margin: 0 0 50px 0; } }
    .articleBlock01 .sub-title h2 {
      font-size: 1.25rem;
      line-height: 1.5;
      color: #333333;
      margin: 0; }
      @media (min-width: 576px) {
        .articleBlock01 .sub-title h2 {
          font-size: 1.5rem;
          margin: 0 0 5px 0; } }
    .articleBlock01 .sub-title p {
      font-size: 0.938rem;
      line-height: 1.3333; }
      @media (min-width: 576px) {
        .articleBlock01 .sub-title p {
          font-size: 1rem;
          line-height: 1.5; } }
  .articleBlock01 .sub-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .articleBlock01 .sub-content .img {
      margin: 0 0 10px 0;
      -webkit-box-shadow: 0px 0px 15px rgba(109, 109, 109, 0.1);
      -moz-box-shadow: 0px 0px 15px rgba(109, 109, 109, 0.1);
      box-shadow: 0px 0px 15px rgba(109, 109, 109, 0.1); }
      @media (min-width: 768px) {
        .articleBlock01 .sub-content .img {
          margin: 0 0 30px 0; } }
    .articleBlock01 .sub-content .info {
      text-align: center; }
      .articleBlock01 .sub-content .info h3 {
        font-size: 1.125rem;
        color: #32b1e2;
        line-height: 1.5;
        margin: 0; }
        @media (min-width: 576px) {
          .articleBlock01 .sub-content .info h3 {
            font-size: 1.375rem;
            margin: 0 0 10px 0; } }
      .articleBlock01 .sub-content .info p {
        line-height: 1.5; }
    .articleBlock01 .sub-content .card {
      width: 100%; }
      @media (min-width: 768px) {
        .articleBlock01 .sub-content .card {
          width: calc((100% / 3) - 15px); } }
      @media (min-width: 992px) {
        .articleBlock01 .sub-content .card {
          width: calc((100% / 3) - 30px); } }
    @media (min-width: 768px) {
      .articleBlock01 .sub-content .card-reverse .img {
        margin: 30px 0 0 0; } }
    .articleBlock01 .sub-content .card + .card {
      margin: 25px 0 0 0; }
      @media (min-width: 576px) {
        .articleBlock01 .sub-content .card + .card {
          margin: 30px 0 0 0; } }
      @media (min-width: 768px) {
        .articleBlock01 .sub-content .card + .card {
          margin: 0; } }

.middle-background {
  background: linear-gradient(to bottom right, #c200f5 0%, #7b00d6 25%, #6700cb 50%, #4000b4 100%);
  position: relative;
  z-index: 10;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .middle-background {
      margin-top: -9%;
      padding-top: 11%;
      padding-bottom: 13%; } }
  .middle-background:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/Content/img/Monograph/JobElves/middle-background.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1; }
    @media (min-width: 1200px) {
      .middle-background:after {
        background-size: 100%; } }

.articleBlock02 {
  margin: 0 0 40px 0;
  position: relative;
  z-index: 10;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .articleBlock02 {
      margin: 0 0 60px 0; } }
  @media (min-width: 1200px) {
    .articleBlock02 {
      padding: 0;
      margin: 0 0 80px 0; } }
  .articleBlock02 .title {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .articleBlock02 .title {
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .articleBlock02 .title {
        padding-bottom: 40px; } }
  .articleBlock02 .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .articleBlock02 .content .card {
      width: 100%; }
      @media (min-width: 768px) {
        .articleBlock02 .content .card {
          width: calc((100% / 3) - 15px); } }
      @media (min-width: 992px) {
        .articleBlock02 .content .card {
          width: calc((100% / 3) - 30px); } }
    .articleBlock02 .content .card + .card {
      margin: 25px 0 0 0; }
      @media (min-width: 576px) {
        .articleBlock02 .content .card + .card {
          margin: 30px 0 0 0; } }
      @media (min-width: 768px) {
        .articleBlock02 .content .card + .card {
          margin: 0; } }
    .articleBlock02 .content .info h3 {
      text-align: center;
      color: #ffffff;
      font-size: 1.125rem;
      padding: 10px 0 0 0; }
      @media (min-width: 576px) {
        .articleBlock02 .content .info h3 {
          font-size: 1.375rem;
          padding: 15px 0 0 0; } }
      @media (min-width: 768px) {
        .articleBlock02 .content .info h3 {
          padding: 22px 0 0 0; } }

.articleBlock03 {
  position: relative;
  z-index: 10;
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .articleBlock03 {
      padding: 0; } }
  .articleBlock03 .container {
    background: rgba(243, 216, 255, 0.5);
    padding: 15px; }
  .articleBlock03 .articleBlock03-background {
    background: #ffffff;
    padding: 15px; }
    @media (min-width: 576px) {
      .articleBlock03 .articleBlock03-background {
        padding: 20px; } }
    @media (min-width: 1200px) {
      .articleBlock03 .articleBlock03-background {
        padding: 30px; } }
    @media (min-width: 1400px) {
      .articleBlock03 .articleBlock03-background {
        padding: 60px; } }
  .articleBlock03 .title {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .articleBlock03 .title {
        padding-bottom: 30px; } }
    @media (min-width: 1200px) {
      .articleBlock03 .title {
        padding-bottom: 35px; } }
  .articleBlock03 .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .articleBlock03 .card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 768px) {
      .articleBlock03 .card {
        width: calc((100% / 3) - 20px); } }
    @media (min-width: 992px) {
      .articleBlock03 .card {
        flex-direction: inherit; } }
    @media (min-width: 1200px) {
      .articleBlock03 .card {
        width: calc((100% / 3) - 45px); } }
    .articleBlock03 .card:after {
      content: '';
      display: inline-block;
      background: #cccccc;
      width: 100%;
      height: 1px;
      bottom: 0;
      position: relative;
      margin: 20px 0; }
      @media (min-width: 768px) {
        .articleBlock03 .card:after {
          width: 1px;
          height: 100%;
          right: 0;
          bottom: auto;
          position: absolute;
          margin: 0; } }
    .articleBlock03 .card:last-of-type:after {
      display: none; }
  .articleBlock03 .icon {
    width: 80px;
    background: #9b85b6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 15px;
    margin: 0 0 10px 0; }
    @media (min-width: 576px) {
      .articleBlock03 .icon {
        width: 100px;
        padding: 20px; } }
    @media (min-width: 992px) {
      .articleBlock03 .icon {
        margin: 0 15px 0 0; } }
    @media (min-width: 1200px) {
      .articleBlock03 .icon {
        width: 110px;
        margin: 0 20px 0 0; } }
  .articleBlock03 .text {
    line-height: 1.5;
    flex: 1;
    text-align: center; }
    @media (min-width: 992px) {
      .articleBlock03 .text {
        text-align: left; } }
    .articleBlock03 .text .data {
      display: block;
      color: #fa626b;
      font-size: 1.875rem;
      font-family: 'Rubik', sans-serif;
      line-height: normal;
      margin: 6px 0 0 0; }
    .articleBlock03 .text small {
      font-size: 1.25rem; }

.articleBlock04 {
  background: url(/Content/img/Monograph/JobElves/articleBlock05-element02.png) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  padding: 25px 15px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .articleBlock04 {
      padding: 30px 15px; } }
  @media (min-width: 1200px) {
    .articleBlock04 {
      padding: 30px 0 35px 0; } }
  .articleBlock04 .title {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .articleBlock04 .title {
        padding-bottom: 30px; } }
    @media (min-width: 1200px) {
      .articleBlock04 .title {
        padding-bottom: 40px; } }
  .articleBlock04 .card {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .articleBlock04 .card {
        flex-wrap: inherit; } }
    .articleBlock04 .card .img {
      width: 100%;
      margin: 0 0 15px 0;
      position: relative;
      padding: 12px 0 0 12px; }
      @media (min-width: 576px) {
        .articleBlock04 .card .img {
          padding: 20px 0 0 20px;
          margin: 0 0 20px 0; } }
      @media (min-width: 768px) {
        .articleBlock04 .card .img {
          width: 45%;
          margin: 0 55px 0 0; } }
      .articleBlock04 .card .img:after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        background: rgba(4, 37, 78, 0.2);
        left: 0;
        top: 0; }
        @media (min-width: 576px) {
          .articleBlock04 .card .img:after {
            width: calc(100% - 20px);
            height: calc(100% - 20px); } }
    .articleBlock04 .card .info {
      width: 100%; }
      @media (min-width: 768px) {
        .articleBlock04 .card .info {
          width: 55%; } }
      .articleBlock04 .card .info h3 {
        font-size: 1.25rem;
        color: #333333;
        margin: 0 0 15px 0;
        text-align: center; }
        @media (min-width: 576px) {
          .articleBlock04 .card .info h3 {
            text-align: left;
            font-size: 1.375rem; } }
        @media (min-width: 768px) {
          .articleBlock04 .card .info h3 {
            margin: 0 0 25px 0; } }
      .articleBlock04 .card .info ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .articleBlock04 .card .info ul li {
          display: flex;
          align-items: flex-start;
          margin: 0 0 6px 0;
          line-height: 1.3333; }
      .articleBlock04 .card .info .notice {
        margin: 0 0 20px 0; }
        @media (min-width: 768px) {
          .articleBlock04 .card .info .notice {
            margin: 0 0 30px 0; } }
        .articleBlock04 .card .info .notice li:before {
          content: '●';
          display: inline-block;
          margin: 3px 9px 0 3px;
          font-size: 12px; }
      .articleBlock04 .card .info .process li:before {
        content: '';
        display: inline-block;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='check-square' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-check-square fa-w-14' width='448' height='512'%3E%3Cpath fill='%236d6d6d' d='M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z'/%3E%3C/svg%3E");
        background-size: 16px 18px;
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        height: 18px;
        margin: 0 7px 0 0; }
    .articleBlock04 .card:first-of-type .info h4 {
      color: #333;
      border-left: #8a54a2 solid 6px;
      padding: 0 0 0 8px;
      font-weight: normal;
      margin: 0 0 15px 0; }
    .articleBlock04 .card:last-of-type {
      flex-direction: row-reverse;
      margin: 15px 0 0 0; }
      @media (min-width: 576px) {
        .articleBlock04 .card:last-of-type {
          margin: 25px 0 0 0; } }
      @media (min-width: 768px) {
        .articleBlock04 .card:last-of-type {
          margin: 50px 0 0 0; } }
      @media (min-width: 768px) {
        .articleBlock04 .card:last-of-type .img {
          margin: 0 0 0 55px; } }
  .articleBlock04 .item {
    display: flex;
    align-items: center; }
    .articleBlock04 .item .icon {
      width: 65px;
      background: #0f85b5;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      padding: 12px;
      margin: 0 15px 0 0; }
    .articleBlock04 .item .text h4 {
      margin: 0 0 8px 0; }
    .articleBlock04 .item .text span {
      color: #fa626b;
      margin: 0 0 0 5px; }
  .articleBlock04 .item + .item {
    margin: 20px 0 0 0; }

.articleBlock05 {
  background: url(/Content/img/Monograph/JobElves/articleBlock05-bg.jpg) center no-repeat #0c285a;
  background-size: cover;
  padding: 80px 0 15px 0;
  position: relative;
  overflow: hidden;
  z-index: 10; }
  @media (min-width: 768px) {
    .articleBlock05 {
      margin-top: -11.65%;
      padding: 300px 0 80px 0; } }
  .articleBlock05:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/Content/img/Monograph/JobElves/articleBlock05-element01.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media (min-width: 1400px) {
      .articleBlock05:after {
        right: -15%; } }
  .articleBlock05 .content {
    position: relative;
    z-index: 10; }
  .articleBlock05 .button {
    text-align: center;
    padding: 0 0 8px 0;
    position: relative;
    z-index: 10; }
    .articleBlock05 .button a {
      display: inline-block;
      background: #32b1e2;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-box-shadow: 0px 8px 0px #0f85b5;
      -moz-box-shadow: 0px 8px 0px #0f85b5;
      box-shadow: 0px 8px 0px #0f85b5;
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: bold;
      width: 170px;
      height: 45px;
      line-height: 45px;
      position: relative; }
      @media (min-width: 576px) {
        .articleBlock05 .button a {
          width: 220px;
          height: 60px;
          line-height: 60px;
          font-size: 1.5rem; } }
      .articleBlock05 .button a:focus, .articleBlock05 .button a:hover {
        -webkit-box-shadow: 0px 0px 0px #0f85b5;
        -moz-box-shadow: 0px 0px 0px #0f85b5;
        box-shadow: 0px 0px 0px #0f85b5;
        top: 8px; }
  .articleBlock05 .element {
    width: 100%;
    max-width: 230px;
    margin: -150px auto 0 auto; }
    @media (min-width: 576px) {
      .articleBlock05 .element {
        max-width: 310px;
        margin: -200px auto 0 auto; } }

footer {
  background: #04254e;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 20px 15px;
  font-size: 0.938rem;
  line-height: 1.3333; }
  @media (min-width: 576px) {
    footer {
      padding: 35px 0;
      font-size: 1rem; } }

/*# sourceMappingURL=jobElves.css.map */
