/* Latest News Styles */
@font-face {
    font-family: 'FatRoundBody';
    /*a name to be used later*/
    src: url('../fonts/fatroundbody.TTC');
    /*URL to font*/
}
.news-meun {
  font-family: 'FatRoundBody';
}

.news-list-section {
  font-family: "Futura_PT_Medium";
} 

.latest-news-section {
  width: 80%;
  max-width: 1300px;
  margin: auto;
}

.latest-news-meun {
  position: relative;
  margin: 0 -20px;
}

.latest-news-meun:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 2px;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  background-color: #B49643;
}

.latest-news-meun__latest {
  margin: 35px auto;
  padding: 0;
  text-align: center;
}

.latest-news-meun__item {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #005331;
  margin: 2px 13px;
  padding: 8px 10px;
}

.latest-news-meun__item:hover {
  color: #fff;
  background-color: #B72126;
}

.latest-news-meun__list {
  margin: 35px auto;
  padding: 0;
  text-align: center;
}

.latest-news-meun__list .active {
  color: #fff;
  background-color: #B72126;
}

.latest-news-meun-mobile {
  margin: 0 20px;
  display: none;
}

.breadcrumb {
  padding: 37px 0 0 0;
  background-color: transparent;
}

.breadcrumb__item {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb>li+li:before {
  content: '>';
  margin: 0;
  padding: 0;
  color: #000;
}

.breadcrumb__link {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}

.breadcrumb__link:hover {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  opacity: 0.8;
}

.breadcrumb .active {
  color: #000;
  font-weight: 800;
}

.news-select {
  font-family: "Futura_PT_Medium";
  width: 243px;
  min-width: 176px;
  height: 41px;
  margin-right: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border: 0;
  padding-left: 10px;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #eee;
  /* Positions background arrow image */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: right 18px top 50%;
}

.news-select:active,
.news-select:hover,
.news-select:focus-visible {
  outline: none
}

.news-meun {
  /*display: flex;
  align-items: center;*/
}

.tag-meun {
  display: flex;
  position: relative;
  width: 980px;
  min-width: min(60vw, 60%);
  margin-top: 40px;
  font-family: 'FatRoundBody';
}

.tag-meun__latest {
  margin: 35px auto;
  padding: 0;
  text-align: center;
}

.tag-meun__item {
   /* width: 160px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #005331;
    margin: 5px 8px;*/
  border-radius: 30px;
  padding: 8px 10px;
  color:#000;
  background-color:#eee;
  text-align:center;
  height: 40px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  margin: 5px 8px;
  background-color: #eee;
  align-items: center;
  justify-content: center;
  /*flex: 1 1 120px;*/
  width: 90%;
}

.tag-meun__item:hover {
  color: #fff;
  background-color: #212832;
}

.tag-meun__list {
  margin: 0;
  padding: 0;
  /*display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  width: 100%;
  gap: 15px;
  font-family: "Futura_PT_Medium";
}

.tag-meun__list .active {
  color: #fff;
  background-color: #1D429C;
}

/* news */
.news-list {
  margin: 60px -3.5vw 0 -1.8vw;
  /* display: flex;
    flex-wrap: wrap; */
  column-count: 2;
  /*欄數*/
  /*column-gap: 1px;*/
  /*每欄間隔*/
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.news {
  display: block;
  position: relative;
  width: 100%;
  max-width: 35vw;
  padding: 0 0 50px 0px !important;
  margin: 0 64px -30px 0px;
  z-index: 1;
  background-color: transparent;
}

.news__block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 625px;
  height: 200%;
  background: #fff;
  box-shadow: 0px 3px 10px #00000029;
  padding: 0;
  z-index: -1;
}

.news__block::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 0px);
  height: 500px;
  top: 20px;
  left: 15px;
  background-color: #EEEDE6;
  z-index: -2;
}

.news__block {
  width: 90%;
  position: relative;
  page-break-inside: avoid;
}

.news__title_wraper {
  position: relative;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  /*padding: 19px 0 0 58px;*/
  color: #005331;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  height: 83px;
}

.news__title {
  position: relative;
  width: 80%;
  font-size: 26px;
  font-family: Raleway_bold;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 19px 0 0 58px;
  color: #005331;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 83px;
  box-sizing: unset;
  -webkit-box-sizing: unset;
}

.news__title__1 {
  position: relative;
  width: 90%;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 19px 32px 16px 58px;
  color: #005331;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__title_wraper::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 25px;
  height: 100%;
  background-color: #B72126;
  width: 25px;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__title__1::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 25px;
  height: 100%;
  background-color: #B72126;
  width: 25px;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__date {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 32px 13px 58px;
  color: #005331;
}

.news__content {
  width: 90%;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 0 58px;
  margin: 0 0 49px 0;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
}

.news__content__1 {
  width: 90%;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 77px 49px 58px;
  color: #000;
  height: 180px;
}

.news__content__2 {
  width: 90%;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 77px 49px 58px;
  color: #000;
  height: 180px;
}

.news__image {
  position: relative;
  top: -30px;
  left: 36px;
  width: 100%;
  max-width: 628px;
  height: 100%;
  max-height: 362px;
}

.news__wrapper {
  width: 100%;
  /*position: relative;*/
  padding-bottom: 60%;
  page-break-inside: avoid;
}

.news__img {
  position: absolute;
  object-fit: cover;
  width: 75%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.news-sm {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;
  align-items: center;*/
  position: relative;
  max-width: 711px;
  height: 260px;
  padding: 0;
  margin: 0px 60px 85px 0;
  z-index: 1;
  /*box-shadow: 0px 7px 7px #00000029;*/
  page-break-inside: avoid;
}

.news-sm__block_upline {
  display: block;
  position: absolute;
  width: calc(100%);
  height: 1px;
  top: 0;
  right: 0;
  /*background: #ededed;*/
}

.news-sm__block {
  position: relative;
  width: 45%;
  /*padding: 24px 0;*/
  page-break-inside: avoid;
  border-bottom: 3px solid #bfbfbf;
  left: 20px;
}

/*.news-sm__block::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  background-color: #005331;
}*/

.news-sm__title_wraper {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  /*padding: 0px 9px 0 56px;*/
  color: #005331;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  height: 64px;
}

.news-sm__title {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0px 10px 0 0px;
  color: #212832;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 64px;
  margin-left: 0px;
  margin-top: 15px;
}

.news-sm__title:hover {
  color: #00ADB4;
}

.news-sm__date {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  /* padding: 0 32px 13px 58px; */
  color: #000000;
  padding: 5px 14px;
  background: #EEEEEE;
  width: 110px;
  text-align: center;
  margin-left: 0px;
}

.news-sm__content {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  /*padding: 0 33px 0 58px;*/
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 78px;
  margin-left: 0px;
  margin-top: 10px;
  width: auto;
}

.news-sm__image {
  position: relative;
  width: 55%;
  max-width: 409px;
  height: 100%;
  max-height: 280px;
}

.news-xl {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  position: relative;
  max-width: 1387px;
  /* height: 100%; */
  padding: 0;
  margin: 90px 0 101px 0;
  z-index: 1;
  /*box-shadow: 0px 3px 10px #00000029;*/
}

.news-xl .news__img {
  height: 100%;
}

.news-sm__image .news__img {
    position: absolute;
    object-fit: cover;
    width: 87%;
    height: 100%;
    /*top: 50%;
    transform: translateY(-50%);
    left: 10%;*/
}

.news-xl__block {
  position: relative;
  width: 40%;
  /*padding: 6% 0;*/
  /*margin: 41px 0;*/
  left: -6%;
  border-bottom: 3px solid #bfbfbf;
}

.news-xl__image::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  background-color: #1D429C;
}

.news-xl__title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 15px;
  /*padding: 0px 9px 0 56px;*/
  color: #212832;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-xl__date {
   position: relative;
   font-size: 16px;
   line-height: 26px;
   padding: 5px 14px;
   color: #000000;
   margin-left: 0px;
   background: #EEEEEE;
   width: 110px;
   text-align: center;
}

.news-xl__content {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  /*padding: 0 33px 0 58px;*/
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-left: 0px;
  width: auto;
}

.news-xl__image {
  position: relative;
  right: 0;
  width: 60%;
  /* height: 100%; */
  /*max-height: 437px;*/
}

.pagination {
  width: 100%;
  margin: 0 auto 128px auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #005331;
  padding-top: 10px;
}

.pagination__next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

.pagination__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

.pagination__item {
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin: 5px;
  cursor: pointer
}

.pagination__first-page img,
.pagination__last-page img {
  width: 30px;
  height: 30px;
  margin: 5px 30px;
}

.pagination__item--active {
  color: #fff;
  background-color: #1D429C;
  border-radius: 17px;
}

@media screen and (max-width: 1480px) {
  .news__image {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .subPage-main-2 {
    padding-bottom: 35px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  #main_area .home_page_section .border_top {
    height: 100px;
  }

  .latest-news-header-section {
    height: 292px;
  }

  .latest-news-footer-section {
    height: 320px;
    background-size: 200%;
    background-position: right bottom;
  }

  .latest-news-header-section h1 {
    font-size: 33px;
    bottom: 44px;
    white-space: nowrap;
  }

  .latest-news-section {
    width: 100%;
  }

  .latest-news-meun {
    display: none;
    margin: 0;
  }

  .latest-news-meun-mobile {
    display: block;
  }

  .open .latest-news-meun-mobile__nav {
    display: block;
  }

  .latest-news-meun-mobile__title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #005331;
    margin: 0 auto;
    padding: 17px;
    text-align: center;
    cursor: pointer;
  }

  .latest-news-meun-mobile__title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform-origin: center;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
  }

  .open .latest-news-meun-mobile__title:before {
    -moz-transform: translateY(-50%) scaleY(-1);
    -webkit-transform: translateY(-50%) scaleY(-1);
    -o-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
    /*兼容IE*/
    filter: FlipV;
  }

  .latest-news-meun-mobile__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background-color: #B49643;
  }

  .latest-news-meun-mobile__nav {
    display: none;
    padding: 8px 0;
    background-color: #FBF6EA;
  }

  .latest-news-meun-mobile__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .latest-news-meun-mobile__item {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #005331;
    text-align: center;
  }

  .latest-news-meun-mobile__item:hover {
    opacity: 0.8;
  }

  .breadcrumb {
    margin: 0 0 20px 20px;
    padding: 10px 0 0 0;
  }

  .news-meun {
    flex-wrap: wrap;
    
    /* margin:0 20px; */
  }

  .tag-meun {
    width: 100%;
    margin: 20px -8px;
  }

  .tag-meun__list {
    /*display: flex;
      flex-direction: row;
      flex-wrap: wrap;*/
  }

  .tag-meun__item {
    /*width: 150px;*/
  }

  .news-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    column-count: 1;
    /*欄數*/
    column-gap: 0px;
    /*每欄間隔*/
  }

  .news {
    display: flex;
    width: 100%;
    max-width: none;
    padding: 0 !important;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0px 3px 10px #00000029;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .news::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 12px;
    height: 100%;
    background-color: #005331;
  }

  .news__block::before {
    display: none;
    height: 100%;
  }

  .news__block::after {
    display: none;
    height: 100%;
  }

  .news__block {
    width: 55%;
    padding: 0px 0;
  }

  .news__title__1 {
    font-size: 16px;
    padding: 19px 15px 0 25px;
  }

  .news__title_wraper {
    font-size: 16px;
    /*padding: 19px 15px 0 25px;*/
    height: 82px;
    vertical-align: middle;
    display: table-cell;
    -webkit-box-sizing: unset;
    box-sizing: unset;
  }

  .news__title {
    font-size: 16px;
    padding: 0px 15px 0 25px;
    max-height: 82px;
    width: unset;
  }

  .news__title_wraper::before {
    display: none;
  }

  .news__title__1::before {
    display: none;
  }

  .news__date {
    padding: 0 15px 20px 25px;
  }

  .news__image {
    width: 45%;
    top: 0;
    left: 0;
    margin: 0 0 0 auto;
    height: 100%;
    max-width: none;
    max-height: none;
  }

  .news__img {
    width: 100%;
    left: 0;
  }

  .news__content {
    display: none;
  }

  .news__content__1 {
    display: none;
  }

  .news__content__2 {
    display: none;
  }

  .news-sm {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 20px auto;
    align-items: center;
    height: auto;
  }

  .news-sm__block_upline {
    display: none;
  }

  .news-sm__block {
    width: 100%;
    margin: 0;
    padding: 28px 0 25px 0;
    left: 0;
  }

  .news-sm__block::before {
    display: none;
  }

  .news-sm__title_wraper {
    font-size: 20px;
    /*padding: 19px 15px 0 25px;*/
    vertical-align: middle;
    display: table-cell;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    height: 82px;
  }

  .news-sm__title {
    font-size: 20px;
    max-height: 82px;
    line-height: 1.3em;
  }

  .news-sm__image {
    width: 100%;
    max-width: none;
    max-height: none;
    margin: auto;
    height: auto;
  }

  .news-sm__image .news__img {
  	width: 100%;
  }

  .news-xl {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 20px auto;
    align-items: center;
  }

  .news-xl__image::before {
     display: none;
  }

  .news-xl__image::after {
    /* content: '';
    border-bottom: 10px solid #1D429C;
    display: block;
    position: relative;
    top: 15px; */
  }

  .news-xl__block {
    width: 100%;
    margin: 0;
    padding: 28px 0 25px 0;
    left: 0;
  }

  .news-xl__block::before {
    display: none;
  }

  .news-xl__title_wraper {
    font-size: 20px;
    /*padding: 19px 15px 0 25px;*/
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    height: 82px;
  }

  .news-xl__title {
    font-size: 20px;
    margin: 0;
    max-height: 82px;
  }

  .news-xl__image {
    width: 100%;
    max-width: none;
    max-height: none;
    margin: auto;
  }

  .pagination {
    margin-top: 40px;
  }
}

/* ------------------------------------------------ */

/* News Page Styles */
.news-section {
  /* width: 80%; */
  max-width: 1200px;
  margin: auto;
}

.news-page {
  /*display: flex;*/
}

.news-content-box {
  width: 100%;
  margin-top: 45px;
}

.news-page__content>.main>.content-box>.content-right>.content-info>.news-info {
  all: inherit;
}

.news-page__title {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  line-height: 37px;
  margin: 0 0 27px 0;
  color: #212832;
  font-family: 'Futura_PT_Medium';
  text-align: center;
  border-bottom: 3px solid #bfbfbf;
  padding-bottom: 20px;
}

.news-page__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin: 0;
  color: #000;
  margin-bottom: 50px;
  font-family: 'Futura_PT_Medium';
  text-align: center;
  font-weight: bold;
}

/*.news-page__date:before {
  content: "";
  width: 16px;
  height: 18px;
  padding: 15px;
  background-image: url(../images/latest_news/icon-material-date-range.svg);
  background-repeat: no-repeat;
  background-position: left;
}*/

.news-page__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #000000;
  margin-bottom: 50px;
  font-family: 'Futura_PT_Medium';
}

.news-page__content ul li {
  padding: 0px;
  font-size: 16px;
}

.news-page__button {
  padding: 15px 33px;
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
  color: #fff;
  border: none;
  background: #959595 0% 0% no-repeat padding-box;
  margin-top: 10%;
}

.news-page__button:hover {
  opacity: 0.8;
}

.news-page__img-box {
  width: 65%;
  margin-left: 18%;
}

.news-page__image {
  display: block;
  width: 100%;
  margin: 0 auto 5px auto;
  object-fit: cover;
  cursor: pointer;
}

.news-page__thumbnail-box {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-page__thumbnail {
  width: 15%;
  height: 100%;
  max-width: 123px;
  max-height: 130px;
  padding: 10px 0;
  margin: 10px;
  background-color: #F5F5F5;
  object-fit: cover;
  cursor: pointer;
}

.opacity-img {
  animation: opacity_img 0.3s;
}

@keyframes opacity_img {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.full-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000c;
  z-index: 999;
}

.full-img__content {
  position: relative;
}

.full-img__image {
  display: block;
  /* width: 90%; */
  max-width: 90vw;
  /* height: 90%; */
  max-height: 90vh;
  margin: 0 auto;
  transition: opacity 0.3s ease-in-out;
}

.full-img__close-btn {
  position: absolute;
  top: -45px;
  right: 5%;
  padding: 10px;
  margin: 0 -10px 0 0;
  color: #fff;
  text-align: right;
  cursor: pointer;
}

.full-img__close-btn:hover {
  opacity: 0.8;
}

table#listPlace td img {
  max-height: 60px;
  object-fit: cover;
}

input#thumbnail {
  display: none;
}

label.thumbnailLabel {
  border: 1px solid #767676;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 13px;
  background: #efefef;
  font-family: "Arial";
}

label.thumbnailLabel:hover {
  background: #E3E3E3;
}

.photoDiv.hide {
  display: none;
}

.save.withoutSave {
  display: none;
}

.htmlPart {
  display: none;
}

#viewOnlyImg {
  height: 150px;
  margin-top: 20px;
}

#HtmlPart,
#HtmlEnPart {
  margin: 20px 0;
  padding: 11px 30px;
  line-height: 170%;
  background-color: #F0F0F0;
  overflow: auto;
  border-radius: 12px;
}

.edit_itemarea .viewOnlyText {
  border: none !important;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 6px;
}

.edit_itemarea textarea {
  padding: 5px;
  resize: vertical;
  min-height: 120px;
  border-radius: 6px;
  border-color: #000;
}

.edit_itemarea textarea.viewOnlyText {
  resize: none;
}

#listPlace_length {
  display: none;
}

#listPlace_filter {
  display: none;
}

#listPlace_info {
  display: none;
}

.paginate_button {
  cursor: pointer;
}

#alBumPageBox span {
  cursor: pointer;
}

#alBumPageBox .disabled {
  color: #999999;
}

#alBumPageBox a:hover,
#alBumPageBox .current {
  color: #54acf2;
}

#btnPhotoAdd {
  margin: 10px 0;
}

/*
  #albumsBox {
    display: grid;
    grid-template-columns: 160px 160px 160px;
    grid-column-gap: 25px; 
    display: flex;
    flex-wrap: wrap;
  }
*/

.photoDiv {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.deletePhotoBtn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/admin/css/images/btn_del2.svg");
}

.statusBar {
  display: flex;
  padding: 20px;
  margin: 0 20px;
  justify-content: space-between;
  background: #F5F5F5;
  border-radius: 10px;
  align-items: center;
}

.approveBtn {
  background: #005331;
  padding: 8px 15px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* border: 1px solid #888; */
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 20px 20px;
  background-color: #005331;
  color: white;
}

.modal-body {
  padding: 20px 20px;
  overflow: auto;
  height: 450px;
}

.modal-body-confirm {
  padding: 20px 20px;
}

.modal-footer {
  padding: 20px 20px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  color: white;
  overflow: auto;
}

.modalCloseBtn {
  background-color: #808080;
  color: #fff;
  float: right;
}

.modalConfirmSaveDraft {
  background-color: #005331;
  color: #fff;
  float: right;
  margin-right: 10px;
}

/* Preview Pages Content Styles */
.news-page__content a {
  color: #004b93;
}

.news-page__content a:hover {
  color: #b72126;
  text-decoration: underline;
}

.splide__slide img {
  width: 100%;
  cursor: pointer;
  max-height: 8vh;
  object-fit: contain;
}

.splide__arrow {
  top: 45%;
}

.splide__slide {
  padding: 0;
  background: #F5F5F5;
}

#thumbnail-carousel {
  margin-top: 20px;
}

.news-section {
  padding: 0px;
}

.hint {
  align-self: center;
}

@media screen and (max-width: 980px) {

  /* .news-section {
        width: 90%;
    } */
  .news-page {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .news-content-box,
  .news-page__img-box {
    width: 100%;
  }

  .news-page__img-box {
    margin: 27px 0 0 0;
  }

  .news-page__content p {
    font-size: 16px !important;
  }

  /*.opacity-img{
      height: 250px !important;
    }*/
  .news-page__img-box {
    width: 100%;
    /*height: 250px !important;*/
  }

  .news-page__thumbnail {
    width: 25% !important;
    max-height: 100px;
  }
}

@media screen and (max-width:800px) {
  .news-page__thumbnail-box {
    flex-wrap: wrap;
  }

  .pagination__previous-page {
    order: 1;
  }

  .pagination__next-page {
    order: 1;
  }
}

@media screen and (max-width:780px) {
  .facilityGallery {
    padding-bottom: 100px;
  }

  .news-page__thumbnail {
    max-width: 45%;
  }
}

@media screen and (max-width:530px) {
  .news-page__thumbnail {
    max-width: 40%;
  }
}

@media screen and (max-width: 300px) {

  .pagination__first-page img,
  .pagination__last-page img {
    margin: 5px 0px;
  }
}