/*************** [board]basic ***************/
/*#section_type_board_9*/
#section_type_board_9 .section5{padding:70px 0; position:relative; width:100%; margin: 0 auto; overflow:hidden;}
#section_type_board_9 .section5 h2{font-size:30px; color:#222; text-align:center; margin-bottom:10px;}
#section_type_board_9 .section5 h3{font-size:20px; color:#545454; text-align:center; font-weight:400;}
#section_type_board_9 .swiper-container {
  margin-top:50px;
  width: 100%;

}
#section_type_board_9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#section_type_board_9 .swiper-slide img{width:100%;height:200px;object-fit:cover; }

#section_type_board_9 .swiper-slide p {height: 48px;overflow: hidden;line-height: 140%;}

#section_type_board_9 .swiper-button-prev,
#section_type_board_9 .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#section_type_board_9 .album-slider__button-prev,
#section_type_board_9 .album-slider__button-next{position:relative !important; display:inline-block !important; margin:0 20px !important; width: 43px !important; height: 43px !important; font-size:0;}
#section_type_board_9 .swiper-button-prev:after,
#section_type_board_9 .swiper-button-next:after{display:none;}


#section_type_board_9 .swiper-button{margin-top:20px; text-align:center;}

/*************** [board]responsive ***************/

@media screen and (max-width:480px){ 
    #section_type_board_9 .swiper-slide img{height:150px;}
}
