.func_type2_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
}
.func_type2_box {
	width: 19.5%;
	background-color: #fff;
	border-radius: 3px;
	padding: 35px 25px;
	box-shadow: 0px 7px 8px 1px #f5f5f5;		
}
.func_type2_box_img_text_box {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.func_type2_box_img_text_box_img_retina {
	width: 57px;
	height: 57px;
	object-fit: cover;
	border-radius: 4px;
}
.func_type2_box_img_text_box_title {
	margin-left: 20px;
	font-family: ilaria, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}
.func_type2_box_img_text_box_desc {
	font-family: ilaria, sans-serif;
	font-weight: 400;
	line-height: 1.8;
	color: #202020;
}
.func_type2_video_frame_box {
	padding-bottom: 40px;
}


.func_type2_video_frame > .yt-video > img {
  height: 650px;
}

.yt-video > iframe {
	height: 650px;
}

.func_type2_gallery_bigbox {
	width: 48%;
	position: absolute;
	right: 0%;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.func_type2_gallery_row {
  overflow: hidden;
  padding: 0 0 60px 0;
  white-space: nowrap;
  position: relative;
}

.func_type2_gallery_row:before,
.func_type2_gallery_row:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.func_type2_gallery_row:before {
  left: 0;
}



.func_type2_gallery_row:hover .func_type2_gallery_box {
  /**animation-play-state: paused; */
}

.func_type2_gallery_box {
  display: inline-block;
  animation: 27s slide infinite linear;
}


.func_type2_gallery_box img {
  height: 450px;
  width: 380px;
  margin: 0 5px;
  object-fit: cover;
}

.func_type2_new_row {
	display: flex;
	height: 550px;
}

.func_type2_new_title_box {
	display: flex;
	align-items: center;
    margin-bottom: 15px;	
}
.func_type2_new_title {
	margin-left: 15px;
    font-family: ilaria, sans-serif;
    font-weight: 700;
    color: #202020;
    font-size: 19px;
    line-height: 1.5;
}
.func_type2_new_desc {
    font-family: ilaria, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #202020;
    margin-bottom: 65px;	
    width: 60%;
}
.func_type2_box_title {
	font-family: ilaria, sans-serif;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.4;
}
.func_type2_video_frame_desc {
    font-family: 'ilaria', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
    margin-top: 15px;	
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
}

.func_type2_gallery_bigbox_mobile {
	display: none;
}

/* mobile slide */
.func_type2_gallery_bigbox_mobile_row {
  overflow: hidden;
  padding: 0 0 60px 0;
  white-space: nowrap;
  position: relative;
}

.func_type2_gallery_bigbox_mobile_row:before,
.func_type2_gallery_bigbox_mobile_row:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.func_type2_gallery_bigbox_mobile_row:before {
  left: 0;
}



.func_type2_gallery_bigbox_mobile_row:hover .func_type2_gallery_box {
  /**animation-play-state: paused; */
}

.func_type2_gallery_box {
  display: inline-block;
  animation: 27s slide infinite linear;
}


.func_type2_gallery_box img {
  height: 450px;
  width: 380px;
  margin: 0 5px;
  object-fit: cover;
}

.func_type2_gallery_bigbox_mobile {
	width: 48%;
	position: absolute;
	right: 0%;
}


@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
	.func_type2_box {width: 18.5%;}
}
@media screen and (max-width: 992px) {
	.func_type2_box {width: 42%; margin-bottom: 20px;}
	.func_type2_gallery_bigbox {display: none; width: 100%; position: static;}
	.func_type2_gallery_bigbox_mobile {width: 100%; position: static; margin-top: 30px;}
	.func_type2_gallery_bigbox_mobile {display: block;}	
  .func_type2_video_frame > .yt-video > img {height: 420px;}
  .yt-video > iframe {height: 420px;}
}
@media screen and (max-width: 767px) {
	.func_type2_box {width: 100%;}
  .func_type2_video_frame > .yt-video > img {height: 300px;}
  .yt-video > iframe {height: 300px;}  
	.func_type2_new_desc {width: 100%;}
	.func_type2_video_frame_desc {text-align: center;}
	.func_type2_new_desc {margin-bottom: 55px;}
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {
	.func_type2_new_desc {margin-bottom: 45px;}
}
@media screen and (max-width: 320px) {}

