/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Container Style*/
.pagination .back {
  padding-top: 90px; }

.pagination .breadcrumbs.back .be-icon-arrow-right {
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.pagination .breadcrumbs.back a {
  padding: 0;
  color: #636363; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .pagination .breadcrumbs.back a {
      margin-left: 1rem; } }

.content-small {
  padding: 1.875rem 0 3.75rem; }
  @media screen and (min-width: 64em) {
    .content-small {
      padding: 2.8125rem 0 4.375rem; } }

.content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem; }
  @media screen and (min-width: 40em) {
    .content_flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.content_title {
  margin-bottom: 1.875rem;
  font-weight: 700;
  color: #0075d7;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }

.content_subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.9375rem; }
  .content_subtitle:not(:first-of-type) {
    margin-top: 1.875rem; }
  @media screen and (min-width: 64em) {
    .content_subtitle {
      font-size: 1.5625rem; } }

.content_video {
  position: relative;
  display: block;
  padding-top: 56.25%;
  margin-bottom: 0.9375rem; }

.content_videoimg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.content_playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s; }
  .content_playicon:hover .be-icon-playicon, .content_playicon:focus .be-icon-playicon {
    background: #0075d7; }
  .content_playicon .be-icon-playicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3rem;
    height: 3rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
    .content_playicon .be-icon-playicon::before {
      -webkit-transform: translate(0.125rem, 0.0625rem) scale(0.9);
              transform: translate(0.125rem, 0.0625rem) scale(0.9); }

.content_videotxt {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.875rem; }

.content-gray {
  background: #F6F6F6; }
  .content-gray .unit_title {
    margin-bottom: 1.875rem; }
    .content-gray .unit_title:not(:first-of-type) {
      margin-top: 1.875rem; }
    @media screen and (min-width: 64em) {
      .content-gray .unit_title {
        margin-bottom: 3.125rem; } }

.equipment_swiper {
  position: relative;
  overflow: hidden; }
  .equipment_swiper_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .equipment_swiper_top {
    padding: 0.9375rem;
    border: 1px solid #E5E5E5; }
  .equipment_swiper_bottom {
    height: 100%;
    padding: 0.9375rem 1.25rem;
    border: 1px solid #E5E5E5;
    border-top: none; }
  .equipment_swiper_mark {
    display: inline-block;
    border-radius: 0.125rem;
    background: #0075d7;
    padding: 0.1875rem 0.625rem;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 0.0625rem;
    position: absolute;
    top: 0.9375rem;
    left: 0.9375rem; }
  .equipment_swiper_imgbox {
    position: relative;
    padding-top: 100%;
    margin-top: 3rem; }
  .equipment_swiper_img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    text-align: center;
    margin-bottom: 1.125rem; }
  .equipment_swiper_txt {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.0625rem;
    line-height: 1.3; }
  .equipment_swiper .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    .equipment_swiper .swiper-slide::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0.1875rem;
      background: #0075d7;
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
    .equipment_swiper .swiper-slide:hover::before {
      opacity: 1; }
  .equipment_swiper .swiper-button-prev,
  .equipment_swiper .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: none; }
  @media screen and (min-width: 64em) {
    .equipment_swiper .swiper-button-next {
      right: -0.75rem; } }
  @media screen and (min-width: 75em) {
    .equipment_swiper .swiper-button-next {
      right: -3.75rem; } }
  @media screen and (min-width: 64em) {
    .equipment_swiper .swiper-button-prev {
      left: -0.75rem; } }
  @media screen and (min-width: 75em) {
    .equipment_swiper .swiper-button-prev {
      left: -3.75rem; } }
  .equipment_swiper .swiper-button-disabled {
    display: none; }
  .equipment_swiper .prevarrow,
  .equipment_swiper .nextarrow {
    font-size: 0.75rem;
    color: #fff;
    position: absolute;
    z-index: 99;
    width: 2.5rem;
    height: 2.5rem;
    top: calc(50% - 15px);
    border: 0.0625rem solid #0075d7;
    background-color: #0075d7;
    border-radius: 50%;
    cursor: pointer; }
    .equipment_swiper .prevarrow:before,
    .equipment_swiper .nextarrow:before {
      -webkit-transform: translate(12px, 12px) scale(0.9);
              transform: translate(12px, 12px) scale(0.9); }
    @media screen and (min-width: 40em) {
      .equipment_swiper .prevarrow,
      .equipment_swiper .nextarrow {
        color: #0075d7;
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); } }
  .equipment_swiper .prevarrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.gray-list {
  list-style: decimal;
  margin-top: 3.75rem; }
  @media screen and (min-width: 64em) {
    .gray-list {
      margin-top: 4.6875rem; } }
  .gray-list_item {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.0625rem;
    color: #666666; }
