.header.mobile ~ .container {
  padding-top: 62px;
}
.header.pc ~ .container {
  padding-top: 90px;
}

.sec_visual {
  position: relative;
}
.sec_visual .visual_slide {
  position: relative;
  display: block;
  --visual-slide-height: auto;
  height: var(--visual-slide-height);
}
.sec_visual .visual_slide > .swiper-wrapper {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sec_visual .visual_slide > .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
}
.sec_visual .visual_slide > .swiper-wrapper .swiper-slide .img_box {
  width: 100%;
  aspect-ratio: 750/1032;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec_visual .visual_slide > .swiper-wrapper .swiper-slide .img_box:focus {
  border: 3px dashed #000;
}
.sec_visual .visual_slide > .swiper-wrapper .swiper-slide .img_box img {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_visual .visual_slide > .swiper-wrapper .swiper-slide .img_box img.pc_img {
  visibility: hidden;
  opacity: 0;
}
.sec_visual .visual_slide .swiper-controller {
  position: absolute;
  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: auto;
  height: auto;
  top: auto;
  left: 50%;
  bottom: 24.2248062016%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 30;
}
.sec_visual .visual_slide .swiper-controller .contents_fraction {
  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;
}
.sec_visual .visual_slide .swiper-controller .contents_fraction .swiper-pagination-current {
  font-weight: 500;
  color: #fff;
}
.sec_visual .visual_slide .swiper-controller .contents_fraction .swiper-pagination-total {
  color: #eee;
}
.sec_visual .visual_slide .swiper-controller .contents_fraction [class*=swiper-pagination] {
  position: relative;
  width: 40px;
  text-align: center;
}
.sec_visual .visual_slide .swiper-controller .contents_fraction [class*=swiper-pagination] + [class*=swiper-pagination]::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec_visual .visual_slide .swiper-controller .visual-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_visual .visual_slide .swiper-controller [class^=swiper-button-] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 11px;
  height: 20px;
  margin: 0 4px;
  left: 0;
  top: 0;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  z-index: 20;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec_visual .visual_slide .swiper-controller .swiper-button-prev {
  background-image: url(../images/ico_main_swiper_prev.png);
}
.sec_visual .visual_slide .swiper-controller .swiper-button-next {
  background-image: url(../images/ico_main_swiper_prev.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec_visual .visual_slide .swiper-controller .swiper-button-pause {
  background-image: url(../images/ico_main_swiper_pause.png);
}
.sec_visual .visual_slide .swiper-controller .swiper-button-play {
  background-image: url(../images/ico_main_swiper_play.png);
}
@media screen and (min-width: 1024px) {
  .sec_visual .visual_slide {
    --visual-slide-height: 740px;
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .img_box {
    aspect-ratio: initial;
    height: var(--visual-slide-height);
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .img_box img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .img_box img.pc_img {
    visibility: visible;
    opacity: 1;
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .img_box img.m_img {
    visibility: hidden;
    opacity: 0;
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .txt {
    margin-bottom: 75px;
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .txt > strong {
    font-size: 58px;
    line-height: 78px;
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .txt > p {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .txt .btn_box {
    margin-top: 30px;
  }
  .sec_visual .visual_slide > .swiper-wrapper .swiper-slide .txt .btn_box .btn_md {
    font-size: 18px;
  }
  .sec_visual .visual_slide .swiper-controller {
    bottom: 148px;
  }
  .sec_visual .visual_slide .swiper-controller .contents_fraction [class*=swiper-pagination] {
    width: 48px;
  }
  .sec_visual .visual_slide .swiper-controller .visual-buttons {
    margin-left: 20px;
  }
  .sec_visual .visual_slide .swiper-controller [class^=swiper-button-] {
    width: 13px;
    height: 24px;
    margin: 0 6px;
  }
}

.quick_menu_container {
  position: relative;
  z-index: 100;
  margin-top: -65px;
}
.quick_menu_container .quick_menu_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.quick_menu_container .quick_menu {
  display: block;
}
.quick_menu_container .quick_menu > div {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 18px 17px;
  border-radius: 18px;
  background-color: #e7f2da;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.quick_menu_container .quick_menu > div::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: -webkit-gradient(linear, left top, right top, from(#52a302), color-stop(25%, #52a302), color-stop(75%, #0095f2), to(#0095f2));
  background: linear-gradient(to right, #52a302 0%, #52a302 25%, #0095f2 75%, #0095f2 100%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(-50%, -50%) scale(0);
          transform: translateX(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.quick_menu_container .quick_menu > div::after {
  content: "";
  position: absolute;
  width: 100px;
  aspect-ratio: 1/1;
  background-image: url(../images/bg_main_quick.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  right: -50px;
  top: -55px;
  z-index: 10;
}
.quick_menu_container .quick_menu > div > strong {
  position: relative;
  display: block;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 5;
}
.quick_menu_container .quick_menu > div > strong::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.quick_menu_container .quick_menu > div > strong > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.quick_menu_container .quick_menu > div > strong > span::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  opacity: 0;
  height: 9px;
  margin-left: 1px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-image: url(../images/ico_main_quick_arr.png);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.quick_menu_container .quick_menu.bg01 > div > strong::before {
  background-image: url(../images/bg_main_quick01.png);
}
.quick_menu_container .quick_menu.bg02 > div > strong::before {
  background-image: url(../images/bg_main_quick02.png);
}
.quick_menu_container .quick_menu.bg03 > div > strong::before {
  background-image: url(../images/bg_main_quick03.png);
}
.quick_menu_container .quick_menu.bg04 > div > strong::before {
  background-image: url(../images/bg_main_quick04.png);
}
.quick_menu_container .quick_menu.bg05 > div > strong::before {
  background-image: url(../images/bg_main_quick05.png);
}
.quick_menu_container .quick_menu.bg06 > div > strong::before {
  background-image: url(../images/bg_main_quick06.png);
}
.quick_menu_container .quick_menu.bg07 > div > strong::before {
  background-image: url(../images/bg_main_quick07.png);
}
.quick_menu_container .quick_menu.bg08 > div > strong::before {
  background-image: url(../images/bg_main_quick08.png);
}
.quick_menu_container .quick_menu:focus > div, .quick_menu_container .quick_menu:hover > div, .quick_menu_container .quick_menu.active > div {
  -webkit-box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.15);
}
.quick_menu_container .quick_menu:focus > div::before, .quick_menu_container .quick_menu:hover > div::before, .quick_menu_container .quick_menu.active > div::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.quick_menu_container .quick_menu:focus > div::after, .quick_menu_container .quick_menu:hover > div::after, .quick_menu_container .quick_menu.active > div::after {
  opacity: 1;
}
.quick_menu_container .quick_menu:focus > div > strong, .quick_menu_container .quick_menu:hover > div > strong, .quick_menu_container .quick_menu.active > div > strong {
  text-align: left;
}
.quick_menu_container .quick_menu:focus > div > strong::before, .quick_menu_container .quick_menu:hover > div > strong::before, .quick_menu_container .quick_menu.active > div > strong::before {
  background-position: left center;
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
.quick_menu_container .quick_menu:focus > div > strong > span, .quick_menu_container .quick_menu:hover > div > strong > span, .quick_menu_container .quick_menu.active > div > strong > span {
  color: #fff;
}
.quick_menu_container .quick_menu:focus > div > strong > span::after, .quick_menu_container .quick_menu:hover > div > strong > span::after, .quick_menu_container .quick_menu.active > div > strong > span::after {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .quick_menu_container {
    margin-top: -77px;
  }
  .quick_menu_container .quick_menu_wrapper {
    gap: 16px;
    grid-template-columns: repeat(6, 1fr);
  }
  .quick_menu_container .quick_menu > div {
    padding: 25px;
  }
  .quick_menu_container .quick_menu > div::before {
    margin-bottom: 15px;
  }
  .quick_menu_container .quick_menu > div::after {
    right: -40px;
    top: -40px;
  }
  .quick_menu_container .quick_menu > div > strong > span {
    font-size: 18px;
    line-height: 28px;
  }
}

.main_sec {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .main_sec {
    padding: 100px 0;
  }
}

.main_tit {
  display: block;
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 38px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .main_tit {
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 52px;
  }
}

.cate_tab {
  margin-bottom: 20px;
}
.cate_tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  padding: 0 15px 10px;
}
.cate_tab > ul::-webkit-scrollbar {
  width: 16px;
  background-color: transparent;
}
.cate_tab > ul::-webkit-scrollbar-button:start:decrement {
  display: block;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.cate_tab > ul::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.cate_tab > ul::-webkit-scrollbar-track {
  border-left: 1px solid #fff;
  border-right: 13px solid #fff;
  background-color: #e5e5e5;
}
.cate_tab > ul::-webkit-scrollbar-thumb {
  border-left: 4px solid #bbb;
}
.cate_tab > ul::-webkit-scrollbar:horizontal {
  display: none;
}
@media screen and (min-width: 768px) {
  .cate_tab > ul::-webkit-scrollbar-button:start:decrement {
    height: 15px;
  }
  .cate_tab > ul::-webkit-scrollbar-button:end:increment {
    height: 15px;
  }
}
.cate_tab > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cate_tab > ul > li + li::before {
  content: "";
  display: inline-block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #888;
  margin-right: 15px;
}
.cate_tab > ul > li:not(:last-child) {
  margin-right: 15px;
}
.cate_tab > ul > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  color: #888;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cate_tab > ul > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(23, 98, 200, 0.15);
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.cate_tab > ul > li > a.active {
  color: #1762c8;
  font-weight: bold;
}
.cate_tab > ul > li > a.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (min-width: 1024px) {
  .cate_tab {
    margin-bottom: 30px;
  }
  .cate_tab > ul {
    max-width: 1280px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cate_tab > ul > li + li::before {
    margin-right: 30px;
  }
  .cate_tab > ul > li:not(:last-child) {
    margin-right: 30px;
  }
  .cate_tab > ul > li > a {
    font-size: 20px;
  }
}

.sec_news {
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url(../images/bg_main_news_m.png);
}
.sec_news .quick_menu_container {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .sec_news {
    padding-top: 0;
    background-image: url(../images/bg_main_news_pc.png);
    background-size: auto;
  }
  .sec_news .quick_menu_container {
    margin-bottom: 100px;
  }
}

.ov_wrap {
  overflow: hidden;
}

.news_slide.swiper {
  padding: 0 15px;
}
.news_slide.swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news_slide.swiper .swiper-wrapper .swiper-slide {
  width: 295px;
  height: auto;
  min-height: 370px;
}
.news_slide.swiper .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .news_slide.swiper {
    max-width: 1310px;
    overflow: visible;
  }
  .news_slide.swiper .swiper-wrapper .swiper-slide {
    width: 400px;
    height: auto;
    min-height: 480px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 20px;
  }
  .news_slide.swiper .swiper-wrapper .swiper-slide:not(:last-child) {
    margin: 0 20px;
  }
  .news_slide.swiper .swiper-wrapper .swiper-slide:not(.visible) {
    -webkit-filter: grayscale(0.8) opacity(0.4);
            filter: grayscale(0.8) opacity(0.4);
  }
}

.news_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.news_cont:is(:not(a)) {
  border: 1px solid #d7d7d7;
}
.news_cont .pgs_badge {
  position: absolute;
  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;
  min-width: 83px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  border-radius: 0 8px 0 8px;
  right: -1px;
  top: -1px;
  z-index: 10;
}
.news_cont .pgs_badge.blue {
  background-color: #0095f2;
}
.news_cont .pgs_badge.green {
  background-color: #52a302;
}
.news_cont .pgs_badge.gray {
  background-color: #666;
}
.news_cont .pgs_badge.lightgray {
  background-color: #888;
}
.news_cont .img_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 230px;
  overflow: hidden;
  text-align: center;
}
.news_cont .img_box img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.news_cont .img_box ~ .info {
  border-top: 1px solid #d7d7d7;
  border-radius: 0;
}
.news_cont .img_box ~ .info .gall_tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_cont .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 17px 20px;
}
.news_cont .info .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #52a302;
}
.news_cont .info .cate::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.news_cont .info .cate.busi::before {
  background-image: url(../images/ico_newscon_busi.png);
}
.news_cont .info .cate.noti::before {
  background-image: url(../images/ico_newscon_noti.png);
}
.news_cont .info .cate.prac::before {
  width: 11px;
  background-image: url(../images/ico_newscon_prac.png);
}
.news_cont .info .gall_tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 7px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
}
.news_cont .info .date_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  margin-top: auto;
  padding-top: 15px;
  line-height: 1;
  border-top: 1px dashed #d7d7d7;
  color: #888;
}
.news_cont .info .date_box > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.news_cont .info .date_box > span::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  margin-bottom: 1px;
  margin-right: 7px;
  background-image: url(../images/ico_date.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.news_cont .info .list01 > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_cont .info .list01 > li::before {
  left: 1px;
}
.news_cont .info .txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.news_cont:is(a) {
  overflow: hidden;
  border-radius: 8px;
}
.news_cont:is(a) .img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: initial;
  max-height: 100%;
  border-radius: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.news_cont:is(a) .img_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  left: 0;
  top: 0;
}
.news_cont:is(a) .info {
  border-style: none !important;
  position: relative;
  z-index: 5;
}
.news_cont:is(a) .info .cate {
  color: #fff;
}
.news_cont:is(a) .info .cate::before {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
.news_cont:is(a) .info .gall_tit {
  color: #fff;
  display: -webkit-box !important;
  white-space: initial !important;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_cont:is(a) .info .date_box {
  border: none;
  text-align: right;
  color: #fff;
}
.news_cont:is(a) .info .date_box > span::before {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}
@media screen and (min-width: 1024px) {
  .news_cont .pgs_badge {
    min-width: 98px;
    height: 38px;
    padding: 0 15px;
    font-size: 16px;
  }
  .news_cont .img_box {
    height: 250px;
  }
  .news_cont .info {
    padding: 25px 30px;
  }
  .news_cont .info .cate {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .news_cont .info .cate::before {
    width: 20px;
    height: 20px;
  }
  .news_cont .info .cate.prac::before {
    width: 14px;
  }
  .news_cont .info .gall_tit {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .news_cont .info .date_box {
    padding-top: 20px;
  }
  .news_cont .info .date_box > span {
    font-size: 16px;
  }
  .news_cont .info .date_box > span::before {
    width: 16px;
    margin-bottom: 0px;
  }
  .news_cont .info .txt {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}

.news-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-controller .swiper-scrollbar {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.news-controller .swiper-scrollbar-horizontal {
  background-color: #d7d7d7;
  height: 2px;
  border-radius: 2px;
}
.news-controller .swiper-scrollbar-drag {
  position: relative;
  height: 16px;
  border-radius: 4px;
  top: -7px;
  background: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.news-controller .swiper-scrollbar-drag::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.news-controller .swiper-scrollbar-lock {
  display: inherit;
}
.news-controller .news-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 20px;
}
.news-controller .news-buttons [class^=swiper-button] {
  position: static;
  margin: 0;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.news-controller .news-buttons [class^=swiper-button] + [class^=swiper-button] {
  margin-left: 20px;
}
.news-controller .news-buttons .swiper-button-prev {
  background-image: url(../images/ico_main_swiper_prev.png);
}
.news-controller .news-buttons .swiper-button-next {
  background-image: url(../images/ico_main_swiper_prev.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-controller .news-buttons .swiper-button-pause {
  width: 9px;
  background-image: url(../images/ico_main_swiper_pause.png);
}
.news-controller .news-buttons .swiper-button-play {
  width: 9px;
  background-image: url(../images/ico_main_swiper_play.png);
}
@media screen and (min-width: 1024px) {
  .news-controller {
    margin-top: 40px;
    padding: 0;
  }
  .news-controller .news-buttons {
    margin-left: 30px;
  }
  .news-controller .news-buttons [class^=swiper-button] {
    width: 13px;
    height: 24px;
  }
  .news-controller .news-buttons [class^=swiper-button] + [class^=swiper-button] {
    margin-left: 30px;
  }
  .news-controller .news-buttons .swiper-button-pause {
    width: 10px;
  }
  .news-controller .news-buttons .swiper-button-play {
    width: 10px;
  }
}

.none_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1280px;
  height: 370px;
  margin: 0 auto;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.none_data::before {
  display: block;
  content: "";
  width: 238px;
  height: 179px;
  margin-bottom: 40px;
  background: url(../images/bg_none_data.jpg) no-repeat 50% 50%;
}
.none_data > strong {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #222;
}
@media screen and (min-width: 768px) {
  .none_data {
    height: 540px;
  }
  .none_data > strong {
    font-size: 22px;
  }
}