/* button */
/* sns */
/* categories */
/* all menu */
/* share */
/* aside */
/* icon */
#contents .sub-news-page .sub-news-box.by-field {
  padding: 0 16px;
  min-height: 58px;
  aspect-ratio: 180/29;
}
#contents .sub-news-page .sub-news-box.field_001 {
  background: url("/resource/image/mobile/field/001.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_002 {
  background: url("/resource/image/mobile/field/002.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_003 {
  background: url("/resource/image/mobile/field/003.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_004 {
  background: url("/resource/image/mobile/field/004.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_005 {
  background: url("/resource/image/mobile/field/005.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_006 {
  background: url("/resource/image/mobile/field/006.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_007 {
  background: url("/resource/image/mobile/field/007.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_008 {
  background: url("/resource/image/mobile/field/008.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_009 {
  background: url("/resource/image/mobile/field/009.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_010 {
  background: url("/resource/image/mobile/field/010.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_011 {
  background: url("/resource/image/mobile/field/011.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_012 {
  background: url("/resource/image/mobile/field/012.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_013 {
  background: url("/resource/image/mobile/field/013.png") center center/cover no-repeat;
}
#contents .sub-news-page .sub-news-box.field_014 {
  background: url("/resource/image/mobile/field/014.png") center center/cover no-repeat;
}
#contents .sub-news-page .field-swiper {
  overflow: hidden;
}
#contents .sub-news-page .field-indicator {
  margin-top: 16px;
  text-align: center;
}
#contents .sub-news-page .banner-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .sub-news-page .banner-news .text-wrapper {
  width: 53%;
  background-color: #365e25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
}
#contents .sub-news-page .banner-news .text-wrapper .title {
  color: #fff;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#contents .sub-news-page .banner-news .text-wrapper .category {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}
#contents .sub-news-page .banner-news .thumbnail {
  width: 47%;
  aspect-ratio: 16/9;
}
#contents .sub-news-page .banner-news .thumbnail img {
  width: 100%;
  height: 100%;
}