@charset "UTF-8";
.page, .detail {
  background-color: #f7f7f7;
}

.article-head {
  position: relative;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 10px;
}
.article-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#002147), to(#0d2d62));
  background: linear-gradient(to right, #002147, #0d2d62);
  width: 100%;
  height: 60%;
  z-index: -1;
}
.article-head .article-breadcrumbs {
  font-size: 0.7 !important;
  font-family: "Noto Sans", "Roboto", sans-serif !important;
}
.article-head .article-breadcrumbs.breadcrumbs ul {
  text-align: left;
  padding-left: 0px;
}
.article-head .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* 確保元素不換行 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直置中 */
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif !important;
}
.article-head .article-info__date {
  font-size: 1rem;
  color: #555;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-right: 12px;
  white-space: nowrap;
}
.article-head .article-info__dep {
  font-size: 0.9em;
  font-weight: 300;
  color: #555;
  font-weight: 400;
  margin-right: 15px;
  white-space: nowrap;
}
.article-head .article-info__dep i {
  font-size: 1.1rem;
  color: #666;
}
.article-head .article-info .article-info__cate {
  font-size: 0.85rem;
  color: #fff;
  font-weight: 300;
  margin-right: 15px;
  padding: 0px 10px 3px 10px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: -2px;
}
.article-head .article-info .article-info__cate li {
  display: inline-block;
  border: 1px solid #997933;
  font-size: 0.95;
  text-decoration: none;
  color: #111;
  border-radius: 12px 12px 12px 0;
  padding: 0px 10px;
  margin-right: 8px;
  background-color: #f1f0f0;
  white-space: nowrap;
}
.article-head .article-info .article-info__cate li a {
  color: #111;
  text-decoration: none;
}
.article-head .article-info .article-info__cate li:hover {
  background: #997933;
}
.article-head .article-info .article-info__cate li:hover a {
  color: #fff;
}
.article-head .article-info .article-info__cate li.active {
  background: #997933;
}
.article-head .article-info .article-info__cate li.active a {
  color: #fff;
}

.article-head__title {
  position: relative;
  overflow: hidden;
  width: 74%;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .article-head__title {
    width: 80%;
  }
}
@media (max-width: 1199.98px) {
  .article-head__title {
    width: 96%;
  }
}
.article-head__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  background: #0d2d62;
  z-index: -1;
  -webkit-animation: article-head-start 0.8s forwards cubic-bezier(0.4, 0, 0, 1), article-head-end 0.8s forwards cubic-bezier(0.4, 0, 0, 1) 1.2s;
          animation: article-head-start 0.8s forwards cubic-bezier(0.4, 0, 0, 1), article-head-end 0.8s forwards cubic-bezier(0.4, 0, 0, 1) 1.2s;
}
.article-head__title h2 {
  opacity: 0;
  line-height: 1.4em;
  font-size: 30px;
  font-weight: 500;
  color: black;
  text-align: left;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.6s ease 0.8s;
  transition: opacity 0.6s ease 0.8s;
  background-color: #ffffff;
}
.article-head__title h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-family: "Oswald", sans-serif !important;
  text-align: justify;
  text-justify: inter-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

.article-head__title.aos-animate h2 {
  opacity: 1;
  /* 當底色展開完成後，文字淡入 */
  -webkit-transition: opacity 0.8s ease 0.8s;
  transition: opacity 0.8s ease 0.8s;
  /* 增加延遲以確保在背景動畫後顯示 */
}

.article_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .article_container {
    margin-bottom: 60px;
  }
}
.article_container .article_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.article_container .article_content .detail_content {
  font-family: "Roboto", sans-serif !important;
  font-size: 0.85rem;
  text-align: justify;
  text-justify: inter-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 1300px) {
  .article_container .article_content .detail_content {
    min-height: 600px;
  }
}
@media (max-width: 1300px) {
  .article_container .article_content .detail_content {
    min-height: 200px;
  }
}
.article_container .article_aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-left: 60px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (min-width: 1300px) {
  .article_container .article_aside {
    width: 340px !important;
    margin-left: 0px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    height: calc(100% - 100px);
  }
}
@media (max-width: 1300px) {
  .article_container .article_aside {
    padding-top: 40px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}

.article_container .article_content {
  position: relative;
  padding: 0px 30px 0px 0px;
  text-align: left;
  color: #45526c;
  line-height: 1.6;
  letter-spacing: 0.2px;
}
.article_container .article_content figure {
  padding: 10px 0px;
}
.article_container .article_content img {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
}
.article_container .article_content figcaption {
  font-size: 0.85rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 15px;
}

.article_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 30px;
}
.article_share .article_share--box {
  position: sticky;
  top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 100px;
}
.article_share .article_share--box a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #7d8fb0;
  margin-right: 20px;
  font-size: 1.2rem;
  padding: 5px;
}
.article_share .article_share--box a:hover {
  color: #997933;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.article_share .article_share--box a span {
  position: absolute;
  font-size: 0em !important;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.article_share .article_share--box a i {
  display: block;
}
.article_share .article_share--box button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: 35px;
  height: 35px;
}

.article_aside {
  position: relative;
}
@media (max-width: 1300px) {
  .article_aside::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%; /* 讓線條從容器的中間開始 */
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%); /* 向左偏移，確保線條在畫面的中心 */
    width: 105vw; /* 設置線條的寬度為視窗的寬度 */
    height: 1px;
    background-color: #ccc;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
.article_aside .article_aside--title {
  font-size: 1.5rem;
  padding: 12px 5px 12px 5px;
  margin-bottom: 20px;
  color: #1D1A4E;
  font-family: "Oswald", sans-serif !important;
}
@media (min-width: 1300px) {
  .article_aside .article_aside--title {
    border-top: 2px solid #444;
    border-bottom: 1px solid #444;
  }
}
@media (max-width: 1300px) {
  .article_aside .article_aside--title {
    font-size: 2.2rem;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 1300px) {
  .article_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.article_aside .article-aside__item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 15px 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddcdc;
}
@media (max-width: 1300px) {
  .article_aside .article-aside__item {
    width: 31%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .article_aside .article-aside__item {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .article_aside .article-aside__item {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.article_aside .article-aside__item .item-pic {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: auto; /* 高度會依賴偽元素 */
  overflow: hidden;
}
@media (min-width: 1300px) {
  .article_aside .article-aside__item .item-pic {
    width: 90px;
    min-width: 90px;
  }
}
.article_aside .article-aside__item .item-pic::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.article_aside .article-aside__item .item-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%; /* 強制高度覆蓋容器 */
  min-width: 100%; /* 強制寬度覆蓋容器 */
}
.article_aside .article-aside__item .article-aside__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
}
.article_aside .article-aside__item .article-aside__content > .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 讓 .date 和 .cate 在垂直方向上居中對齊 */
  margin-bottom: 3px; /* 控制兩行之間的間距 */
}
.article_aside .article-aside__item .article-aside__content > .info-row > .date {
  position: relative;
  font-size: 0.8rem;
  color: #666;
  font-weight: 300;
  letter-spacing: 0.05rem;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}
.article_aside .article-aside__item .article-aside__content > .info-row > .date::after {
  position: absolute;
  content: "|";
  top: -1px;
  right: -10px;
  display: inline-block;
  margin-right: 3px;
}
.article_aside .article-aside__item .article-aside__content > .info-row > .cate {
  font-size: 0.85rem;
  color: #555;
}
.article_aside .article-aside__item .article-aside__content > .title {
  font-size: 1.1rem;
  line-height: 1.3 em;
  color: #4d637d;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2; /* 目前只有極少數瀏覽器支持 */
  box-orient: vertical; /* 用於標準屬性的補充 */
}

.article_aside .article-aside__item {
  position: relative;
  text-decoration: none;
}
.article_aside .article-aside__item::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.article_aside .article-aside__item:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.article_aside .article-aside__item:hover .item-pic {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.article_aside .article-aside__item:hover .article-aside__content > .date {
  color: #333;
}
.article_aside .article-aside__item:hover .article-aside__content > .cate {
  color: #333;
  font-family: "Roboto Condensed", sans-serif !important;
}
.article_aside .article-aside__item:hover .article-aside__content > a.title,
.article_aside .article-aside__item:hover .article-aside__content > .title {
  color: #997933;
}

.article_link {
  margin-top: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_link--title {
  color: #1D1A4E;
  font-size: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.article_link--list {
  position: relative;
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 使用 Flexbox 使 i 和 a 在同一行 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直置中對齊 i 和 a */
}
@media (min-width: 1300px) {
  .article_link--list {
    width: 48%;
    margin-right: 2%;
  }
}
@media (max-width: 1200px) {
  .article_link--list {
    width: 48%;
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .article_link--list {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.article_link--list i {
  color: #2a4c8a;
  font-size: 1.5rem;
  margin-right: 15px; /* 控制 i 和 a 之間的距離 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止圖標縮小 */
}
.article_link--list a {
  color: #222;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 讓 a 佔滿剩餘空間 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.article_link--list::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #2a4c8a;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.article_link--list:hover a {
  color: #002147;
}
.article_link--list:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2a4c8a;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.article_nav_container {
  position: relative; /* 讓 .article_nav 使用相對定位參考 */
  height: 96px;
}

.article_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  color: white;
  text-align: center;
  z-index: 10;
}
@media (min-width: 1300px) {
  .article_nav {
    -webkit-transform: translateX(calc(-50% + 180px));
            transform: translateX(calc(-50% + 180px));
  }
}
@media (max-width: 1300px) {
  .article_nav {
    -webkit-transform: translateX(calc(-50% + 15px));
            transform: translateX(calc(-50% + 15px));
  }
}

.article_nav--link {
  font-family: "Roboto Condensed", sans-serif !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  height: 96px;
  text-decoration: none;
  border-radius: 50px 0px 0px 0;
  overflow: hidden;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  z-index: 10;
}
@media (max-width: 1200px) {
  .article_nav--link {
    width: 85%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.article_nav--link i {
  color: #002147;
  font-size: 1.5rem;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article_nav--link-head {
  font-size: 1.1rem;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #002147;
  margin-bottom: 0.4rem;
}
.article_nav--link-title {
  color: #2a4c8a;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 讓 a 佔滿剩餘空間 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.3rem !important;
}
@media (min-width: 1300px) {
  .article_nav--link-title {
    padding-right: 60px;
  }
}

.article_nav--link::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #DEE8F4;
  z-index: -2;
}

.article_nav--link::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#5e89c2), to(#2a4c8a));
  background: linear-gradient(to right, #5e89c2, #2a4c8a);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.article_nav--link:hover {
  cursor: pointer;
}
.article_nav--link:hover::before {
  content: "";
  position: absolute;
  display: block;
  left: 100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#5e89c2), to(#2a4c8a));
  background: linear-gradient(to right, #5e89c2, #2a4c8a);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.article_nav--link:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2a4c8a), to(#5e89c2));
  background: linear-gradient(to right, #2a4c8a, #5e89c2);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.article_nav--link:hover i {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article_nav--link:hover .article_nav--link-head {
  color: #fff;
}
.article_nav--link:hover .article_nav--link-title {
  color: #fff;
}

@-webkit-keyframes article-head-start {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes article-head-start {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@-webkit-keyframes article-head-end {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes article-head-end {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
/*===============  視差+慣性運動  =============== */
.article_container {
  position: relative;
}

.parallax-pics {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.parallax-pics .parallax-pics__img {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: transform;
}
.parallax-pics .parallax-pics__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.parallax-pics .parallax-pics__img.pics__img-1 {
  position: absolute;
  top: -100px;
  left: -50%;
  width: 700px;
  height: 700px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 1600px) {
  .parallax-pics .parallax-pics__img.pics__img-1 {
    top: -100px;
    left: -40%;
    width: 700px;
    height: 700px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 1200px) {
  .parallax-pics .parallax-pics__img.pics__img-1 {
    top: -100px;
    left: -30%;
    width: 600px;
    height: 600px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 992px) {
  .parallax-pics .parallax-pics__img.pics__img-1 {
    display: none;
  }
}
.parallax-pics .parallax-pics__img.pics__img-1 .parallax_circle_1 {
  width: 100%;
  height: 100%;
  background-color: rgba(232, 235, 245, 0.4);
  border-radius: 50%;
}
.parallax-pics .parallax-pics__img.pics__img-3 {
  position: absolute;
  top: 19%;
  right: -55%;
  width: 900px;
  height: 900px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 1400px) {
  .parallax-pics .parallax-pics__img.pics__img-3 {
    top: 19%;
    right: -50%;
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 992px) {
  .parallax-pics .parallax-pics__img.pics__img-3 {
    display: none;
  }
}
.parallax-pics .parallax-pics__img.pics__img-3 .parallax_circle_3 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  background-color: rgba(232, 235, 245, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.parallax-pics .parallax-pics__img.pics__img-4 {
  position: absolute;
  top: 20%;
  right: -50%;
  width: 800px;
  height: 800px;
}
@media (max-width: 1400px) {
  .parallax-pics .parallax-pics__img.pics__img-4 {
    top: 20%;
    right: -35%;
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 992px) {
  .parallax-pics .parallax-pics__img.pics__img-4 {
    display: none;
  }
}
.parallax-pics .parallax-pics__img.pics__img-4 .parallax_circle_4 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../img/dot_repeat.png");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  opacity: 0.5;
  z-index: -1;
}/*# sourceMappingURL=news-article-detail.css.map */