@charset "UTF-8";
/***!  /templates/bevel/css/news.css?1a7014  !***/

:root {
  --c-primary900: #202b41;
  --c-primary700: #004f95;
  --c-primary800: #263774;
  --c-primary500: #3082d4;
  --c-primary100: #ecf4ff;
  --c-yellow900: #f9a554;
  --c-yellow800: #ea9442;
  --c-yellow700: #ffd60d;
  --c-yellow600: #ffd200;
  --h-header-height: 58px;
  --h-header-top-height: 30px;
  --h-header-total: calc(var(--h-header-height) + var(--h-header-top-height));
  --w-search-width: 60px;
}
@media only screen and (max-width: 678px) {
  :root {
    --h-header-height: 46px;
    --h-header-top-height: 0px;
    --w-search-width: 46px;
  }
}

.fcfilter_form_outer {
  padding: 20px 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.fc_limit_selector {
  display: none;
}

.news__category__header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news__category__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 551px) {
  .news__category__header {
    min-height: 300px;
    background-position: 25%;
  }
}
.news__category__header .news__category__header__title--inner {
  padding: 67px clamp(30px, 6%, 65px) 155px;
}
.news__category__header__title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  font-weight: 600;
  z-index: 9;
  font-size: 3.75rem;
}
.news__category__header__title--sub {
  color: #fff;
  font-weight: 600;
  font-size: 1.375rem;
  white-space: nowrap;
  margin-top: 14px;
}
.news__category__header__filter {
  position: absolute;
  margin: 0 auto;
  padding: 0 40px;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 9;
}
@media only screen and (max-width: 834px) {
  .news__category__header__filter {
    padding: 0;
  }
}
.news__category__header__filter .catlink {
  color: #004f95;
}
.news__category__header__filter .catlink:hover {
  color: #004f95;
}
.news__category__header__filter .catinfo {
  margin-right: 5px;
}
.news__category__header__filter .catinfo .count {
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #aaa;
}
.news__category__header__filter .fc_limit_selector {
  display: none;
}
.news__category__header__filter .fc_filter_label {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 25px;
  padding: 0;
  color: #004f95;
  text-shadow: none;
  font-size: 16px;
  background: transparent;
}
.news__category__header__filter .fc_filter_html .select2-container {
  margin: 0;
}
.news__category__header__filter .fc_filter_html .select2-choice {
  min-height: unset;
  padding: 18px 50px 18px 20px !important;
  border: 1px solid rgba(0, 79, 149, 0.3);
  border-radius: 5px;
  line-height: 1;
  background: #fff;
}
.news__category__header__filter .fc_filter_html .select2-chosen {
  color: #004f95 !important;
  font-size: 16px;
  font-weight: 600;
}
.news__category__header__filter .fc_filter_html .select2-arrow {
  border-left: 1px solid rgba(0, 79, 149, 0.15);
  background: #fff;
}
.news__category__header__filter .fc_filter_html .select2-arrow b {
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 30px;
  transform: translate(0, -50%);
}
.news__category__content {
  --min: 300px;
  --gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--min)), 1fr));
  gap: var(--gap);
  justify-content: center;
  justify-content: space-between;
  position: relative;
  margin-top: 52px;
}
.news__category__content .empty-msg {
  text-align: center;
  flex: 1 1 100%;
}
.news__category__content .fc_return_msg {
  display: inline-block;
  max-width: 320px;
  padding: 20px;
  background: #eee;
  text-align: center;
  margin: 5px auto;
  color: #888;
  border-radius: 4px;
}
.news__category__content .fc_return_msg a {
  color: #004f95;
}
.news__category__item {
  z-index: 1;
  flex: 0 0 calc(33.3% - 20px);
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  margin-bottom: 50px;
  padding: 0 20px 20px 20px;
  background: transparent;
  transition: 0.2s;
}
@media only screen and (max-width: 834px) {
  .news__category__item {
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (max-width: 551px) {
  .news__category__item {
    flex: 0 0 100%;
  }
}
.news__category__item:hover {
  transform: translate3d(0, -5px, 0);
}
.news__category__item:hover::before {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.news__category__item:empty {
  background: none;
  box-shadow: none;
}
.news__category__item:empty::before {
  content: none;
}
.news__category__item.empty {
  pointer-events: none;
  padding: 0;
  margin-bottom: 0;
}
.news__category__item::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  z-index: -1;
}
.news__category__item__wrapper {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.news__category__item__img {
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 2/1;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: cover;
}
.news__category__item__infor {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.news__category__item__company {
  color: #888;
  font-weight: 500;
  line-height: normal;
  font-size: 0.875rem;
}
.news__category__item__type {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 11px;
  background: #004f95;
  font-size: 0.75rem;
}
.news__category__item__type:empty {
  padding: 0;
}
.news__category__item__title {
  flex: 0 0 auto;
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}
.news__category__item__title a {
  color: #004f95;
  line-height: 1.56;
  font-weight: 600;
  font-size: 1rem;
}
.news__category__item__title a:hover {
  color: #006ac8;
}
.news__category__item__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 79, 149, 0.12);
}
.news__category__item__summary {
  flex: 1 1 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  margin-top: 7px;
  color: #888;
  line-height: 1.7;
  font-size: 0.8125rem;
  -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000 10%, #000 100%);
  mask: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #000 10%, #000 100%);
}
.news__category__item__import {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #949494;
  white-space: nowrap;
  font-size: 0.75rem;
  justify-content: flex-start;
}
.news__category__item__product {
  flex: 1 1 auto;
  display: -webkit-box;
  color: #565656;
  font-weight: 400;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 0.75rem;
}
.news__category__item__product .relative-pd__item span {
  display: inline-block;
  margin-right: 5px;
  background: #f4f4f4;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #eee;
  line-height: 18px;
}
.news__category__item__product .relative-pd__item span:empty {
  display: none;
}
.news__category__item__product a {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
}
.news__category__item__product a:last-child {
  margin-bottom: 0px;
}

.peercategorieslist + .subcategorieslist {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

.subcategorieslabel,
.peercategorieslabel {
  font-size: 0.8125rem;
  color: #777;
  margin-right: 10px;
}

.category-breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.category-breadcrumb .breadcrumb {
  border-top: none;
  margin-top: 0;
}

.news__artnav__container {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.news__artnav__container .btn {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
.news__artnav__container .btn:hover {
  color: #004f95;
}
.news__artnav__container .btn::before, .news__artnav__container .btn::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
  margin: 0 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
}
.news__artnav--prev {
  white-space: nowrap;
  margin-right: 8px;
}
.news__artnav--prev::before {
  content: "\f053";
}
.news__artnav--prev:hover::before {
  animation: btnprev 0.3s ease infinite alternate;
}
.news__artnav--next {
  white-space: nowrap;
  margin-left: 8px;
}
.news__artnav--next::after {
  content: "\f054";
}
.news__artnav--next:hover::after {
  animation: btnnext 0.3s ease infinite alternate;
}

@keyframes btnnext {
  to {
    transform: translate3d(4px, 0, 0) scale(1.1);
  }
}
@keyframes btnprev {
  to {
    transform: translate3d(-4px, 0, 0) scale(1.1);
  }
}
.fc_blocker_content {
  display: none !important;
}

.news-center .wrapper {
  background: #fff;
}
.news-center__body {
  width: 100%;
}
.news-center__BG {
  position: relative;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-center__BG:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(to left, rgba(27, 65, 114, 0.2) 0%, rgba(27, 65, 114, 0.25) 8.1%, rgba(27, 65, 114, 0.3) 15.5%, rgba(27, 65, 114, 0.35) 22.5%, rgba(27, 65, 114, 0.4) 29%, rgba(27, 65, 114, 0.45) 35.3%, rgba(27, 65, 114, 0.5) 41.2%, rgba(27, 65, 114, 0.45) 47.1%, rgba(27, 65, 114, 0.4) 52.9%, rgba(27, 65, 114, 0.35) 58.8%, rgba(27, 65, 114, 0.3) 64.7%, rgba(27, 65, 114, 0.35) 71%, rgba(27, 65, 114, 0.45) 77.5%, rgba(27, 65, 114, 0.6) 84.5%, rgba(27, 65, 114, 0.75) 91.9%, rgba(27, 65, 114, 0.9) 100%);
}
.news-center__Main {
  display: flex;
  width: 100%;
  padding: 0 50px;
  background-color: #eee;
}
@media only screen and (max-width: 834px) {
  .news-center__Main {
    background-color: transparent;
  }
}
@media only screen and (max-width: 551px) {
  .news-center__Main {
    padding: 0;
  }
}
.news-center__title {
  position: absolute;
  top: -124px;
  left: 45px;
  padding-right: 32px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.news-center__title .catdescription {
  font-size: 72px;
}
.news-center__title h2.cattitle {
  font-size: 20px;
  padding-top: 4px;
}
.news-center__newsButton {
  position: absolute;
  width: 56px;
  padding: 16px;
  top: 0;
  right: 0;
  transform: translateX(100%);
  text-align: center;
  background: #004f95;
  transition: 0.3s all;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}
.news-center__newsButton:hover {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5333333333));
}
.news-center__state {
  flex: 0 0 30%;
  position: relative;
  top: -95px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
}
@media only screen and (max-width: 834px) {
  .news-center__state {
    display: none;
  }
}
.news-center__state__img {
  width: 100%;
  margin: 36px 0 25px 0;
  background: url(https://www.gss.com.tw/templates/bevel/images/news/news-center-img.png) no-repeat center/cover;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.news-center__state__img::before {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
.news-center__state__title {
  font-size: 20px;
  font-weight: bold;
}
.news-center__state__title--sub {
  padding: 16px 0 35px 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 300;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.news-center__state__desc {
  padding: 16px 0;
  font-size: 12px;
  line-height: 20px;
}
.news-center__lastcontent__title {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
}
.news-center__lastcontent__container {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 600px) {
  .news-center__lastcontent__container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 551px) {
  .news-center__lastcontent__container {
    display: none;
  }
}
.news-center__lastcontent__group {
  flex: 0 0 22%;
}
@media (max-width: 600px) {
  .news-center__lastcontent__group {
    flex: 0 0 48%;
  }
}
.news-center__lastcontent__img {
  width: 100%;
  margin: 20px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
.news-center__lastcontent__img::before {
  content: "";
  display: block;
  padding-top: 66.875%;
}
.news-center__lastcontent__img:hover {
  transform: translate(0, -10px);
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  .news-center__lastcontent__img {
    margin: 10px 0;
  }
}
.news-center__lastcontent__date {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 300;
}
.news-center__lastcontent__caption {
  margin: 8px 0 50px 0;
  font-size: 14px;
}
@media (max-width: 600px) {
  .news-center__lastcontent__caption {
    margin: 8px 0 10px;
  }
}
.news-center__newslist {
  flex: 1 1 auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  top: -95px;
  padding: 30px 40px;
}
@media only screen and (max-width: 551px) {
  .news-center__newslist {
    padding: 30px 4vw;
  }
}
.news-center__newslist__banner h2 {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
}
.news-center__newslist__banner h5 {
  float: left;
  padding-top: 10px;
  padding-right: 8px;
  line-height: 25px;
  font-size: 12px;
  font-weight: normal;
}
.news-center__newslist__banner select {
  height: 25px;
  padding-left: 5px;
  background: transparent;
  color: #004f95;
}
.news-center__newslist__banner .fc_pages_counter {
  display: none;
}
.news-center__newslist__itemName {
  display: flex;
  padding: 8px 0;
  align-items: center;
  border-radius: 5px;
  transition: 0.3s;
}
.news-center__newslist__itemName:hover {
  background: rgba(0, 0, 0, 0.1);
}
.news-center__newslist__itemName a {
  font-size: 14px;
  font-weight: 600;
  color: #004f95;
  line-height: 1.5;
  text-decoration: none;
}
.news-center__newslist__itemName span {
  font-size: 14px;
  font-weight: 600;
  padding-right: 24px;
  white-space: nowrap;
}

.news__description .box50_100, .news__description .box50_75 {
  width: calc(50% - 4px);
  margin-right: 4px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.news__description .box50_100:nth-child(2n+2), .news__description .box50_75:nth-child(2n+2) {
  margin-right: 0;
  margin-left: 4px;
}
.news__description .box50_100:before, .news__description .box50_75:before {
  content: "";
  display: block;
}
.news__description .box50_100 img, .news__description .box50_75 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.news-main {
  padding-bottom: 100px;
  background: #fafafa;
}

.news__hero {
  width: 100%;
  overflow: hidden;
}
.news__hero__imgwrap {
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 5/2;
}
.news__hero__img {
  position: absolute;
  top: -104px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-image: url(https://www.gss.com.tw/templates/bevel/images/galaxy01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news__hero__img .hero-mask-l,
.news__hero__img .hero-mask-r {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.news__container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .news__container {
    padding: 0 30px;
  }
}
.news__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: -100px;
}
@media only screen and (max-width: 551px) {
  .news__heading {
    margin-top: 0;
  }
}
.news__header__tool {
  display: flex;
  align-items: center;
}
.news__header__tool .jssocials {
  flex: 1 1 auto;
}
@media only screen and (max-width: 551px) {
  .news__header__tool {
    display: block;
  }
}
.news__header__created {
  flex: 0 0 auto;
  font-size: 12px;
  color: #999;
}
.news__title {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 8px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .news__title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 551px) {
  .news__title {
    font-size: 24px;
  }
}
.news__description {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  /* Grouping content
         ========================================================================== */
  /**
       * 1. Add the correct box sizing in Firefox.
       * 2. Show the overflow in Edge and IE.
       */
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  /* Text-level semantics
         ========================================================================== */
  /**
       * Remove the gray background on active links in IE 10.
       */
  /**
       * 1. Remove the bottom border in Chrome 57-
       * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
       */
  /**
       * Add the correct font weight in Chrome, Edge, and Safari.
       */
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  /**
       * Add the correct font size in all browsers.
       */
  /**
       * Prevent `sub` and `sup` elements from affecting the line height in
       * all browsers.
       */
  /* Embedded content
         ========================================================================== */
  /**
       * Remove the border on images inside links in IE 10.
       */
  /* Forms
         ========================================================================== */
  /**
       * 1. Change the font styles in all browsers.
       * 2. Remove the margin in Firefox and Safari.
       */
  /**
       * Show the overflow in IE.
       * 1. Show the overflow in Edge.
       */
  /**
       * Remove the inheritance of text transform in Edge, Firefox, and IE.
       * 1. Remove the inheritance of text transform in Firefox.
       */
  /**
       * Correct the inability to style clickable types in iOS and Safari.
       */
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
  /**
       * Correct the padding in Firefox.
       */
  /**
       * 1. Correct the text wrapping in Edge and IE.
       * 2. Correct the color inheritance from `fieldset` elements in IE.
       * 3. Remove the padding so developers are not caught out when they zero out
       *    `fieldset` elements in all browsers.
       */
  /**
       * Add the correct vertical alignment in Chrome, Firefox, and Opera.
       */
  /**
       * Remove the default vertical scrollbar in IE 10+.
       */
  /**
       * 1. Add the correct box sizing in IE 10.
       * 2. Remove the padding in IE 10.
       */
  /**
       * Correct the cursor style of increment and decrement buttons in Chrome.
       */
  /**
       * 1. Correct the odd appearance in Chrome and Safari.
       * 2. Correct the outline style in Safari.
       */
  /**
       * Remove the inner padding in Chrome and Safari on macOS.
       */
  /**
       * 1. Correct the inability to style clickable types in iOS and Safari.
       * 2. Change font properties to `inherit` in Safari.
       */
  /* Interactive
         ========================================================================== */
  /*
       * Add the correct display in Edge, IE 10+, and Firefox.
       */
  /*
       * Add the correct display in all browsers.
       */
  /* Misc
         ========================================================================== */
  /**
       * Add the correct display in IE 10+.
       */
  /**
       * Add the correct display in IE 10.
       */
  font-size: 18px;
  padding: 0 0 80px;
  letter-spacing: 0.1rem;
}
.news__description p {
  margin: 1em 0 1em;
  line-height: 1.8;
}
.news__description h1 {
  line-height: normal;
  font-size: 33px;
  margin-top: 18px;
  margin-bottom: 9px;
  font-weight: bold;
  color: #004f95;
}
.news__description h2 {
  font-size: 27px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.news__description h3 {
  font-size: 23px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.news__description h4 {
  font-size: 17px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.news__description h5 {
  font-size: 13px;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.news__description h6 {
  font-size: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.news__description table,
.news__description img {
  max-width: 100%;
}
.news__description a {
  color: #004f95;
}
.news__description ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 1.5rem;
}
.news__description ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 1.5rem;
}
.news__description li {
  margin-bottom: 0.8em;
}
.news__description hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
.news__description pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.news__description a {
  background-color: transparent;
}
.news__description abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
.news__description b,
.news__description strong {
  font-weight: bolder;
}
.news__description code,
.news__description kbd,
.news__description samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.news__description small {
  font-size: 80%;
}
.news__description sub,
.news__description sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.news__description sub {
  bottom: -0.25em;
}
.news__description sup {
  top: -0.5em;
}
.news__description img {
  border-style: none;
  height: auto;
  object-fit: contain;
}
.news__description button,
.news__description input,
.news__description optgroup,
.news__description select,
.news__description textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
.news__description button,
.news__description input {
  /* 1 */
  overflow: visible;
}
.news__description button,
.news__description select {
  /* 1 */
  text-transform: none;
}
.news__description button,
.news__description [type=button],
.news__description [type=reset],
.news__description [type=submit] {
  -webkit-appearance: button;
}
.news__description button::-moz-focus-inner,
.news__description [type=button]::-moz-focus-inner,
.news__description [type=reset]::-moz-focus-inner,
.news__description [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.news__description button:-moz-focusring,
.news__description [type=button]:-moz-focusring,
.news__description [type=reset]:-moz-focusring,
.news__description [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.news__description fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.news__description legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.news__description progress {
  vertical-align: baseline;
}
.news__description textarea {
  overflow: auto;
}
.news__description [type=checkbox],
.news__description [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
.news__description [type=number]::-webkit-inner-spin-button,
.news__description [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.news__description [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
.news__description [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.news__description ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.news__description details {
  display: block;
}
.news__description summary {
  display: list-item;
}
.news__description template {
  display: none;
}
.news__description [hidden] {
  display: none;
}
.news__description a[data-fancybox] {
  display: inline-block;
  transition: 0.3s;
  outline: none;
  line-height: 0;
  font-size: 0;
}
.news__description a[data-fancybox] img {
  margin: 0 !important;
}
.news__description a[data-fancybox]:hover {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -3px, 0);
}
.news__description .img-desc {
  font-size: 12px;
  color: #aaa;
}
.news__description .box-group {
  font-size: 0;
  line-height: 0;
}
.news__description .box50_100:before {
  padding-top: 100%;
}
.news__description .box50_75:before {
  padding-top: 75%;
}
.news__description .rwd--25-padM-50-phone-100 {
  width: 25%;
  height: auto;
}
.news__description .rwd--30-padM-50-phone-100 {
  width: 30%;
  height: auto;
}
.news__description .rwd--33-padM-50-phone-100 {
  width: 33.3333333%;
  height: auto;
}
.news__description .rwd--50-padM-100 {
  width: 50%;
  height: auto;
}
.news__description .u-group:after {
  content: "";
  display: block;
  clear: both;
}
.news__description .style-table {
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.news__description .style-table td {
  padding: 6px 5px;
  border: 1px solid #ddd;
}
.news__rel__container {
  width: 900px;
  max-width: 100%;
  margin: 50px auto;
}
@media (max-width: 1279px) {
  .news__rel__container {
    width: 100%;
  }
}
.news__rel__title {
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 24px;
  color: #333;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 1024px) {
  .news__rel__title {
    text-align: center;
    padding: 8px 32px;
  }
}
.news__rel__group {
  display: table;
}
@media only screen and (max-width: 1024px) {
  .news__rel__group {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 834px) {
  .news__rel__group {
    display: block;
  }
  .news__rel__group:after {
    content: "";
    display: block;
    clear: both;
  }
}
.news__rel__item {
  width: 25%;
  padding: 0 16px 40px;
  display: table-cell;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .news__rel__item {
    display: block;
    float: left;
    width: 50%;
    margin: 16px 0;
  }
}
@media only screen and (max-width: 768px) {
  .news__rel__item {
    display: block;
    float: none;
    width: auto;
    margin: 16px 0;
  }
}
.news__rel__item:hover {
  background-color: #004f95;
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}
.news__rel__item:hover .news__rel__item__img {
  transform: translateY(-8px);
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.5);
}
.news__rel__item:hover .news__rel__item__title a {
  color: #fff;
}
.news__rel__item__img {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  background-image: url(https://www.gss.com.tw/templates/bevel/images/default-thumb.jpg);
}
.news__rel__item__img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.news__rel__item__title {
  padding-top: 16px;
}
.news__rel__item__title a {
  display: -webkit-box;
  font-size: 16px;
  color: #004f95;
  text-decoration: none;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 62px;
}
.news__rel__item__summary {
  word-break: break-all;
  padding: 8px 0 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #aaa;
}
.news__rel__item__date {
  font-size: 12px;
  color: #aaa;
  padding-bottom: 16px;
  position: absolute;
  bottom: 16px;
}

/*# sourceMappingURL=news.css.map */

