@charset "utf-8";


.content-inbody {
	width: 100%;
}

.content-inbody .box {
	color: #FFF;
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 100px;
}

.box-case {
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	height: auto;
	margin-bottom: 0px;
}

.box-case .box-list {
	width: calc(100% / 3);
	transition: .6s;
	margin-bottom: 40px;
	position: relative;
}

@media(max-width:1000px){
	.box-case .box-list {
	  width: 50%;
	}
}
@media(max-width:600px){
	.box-case .box-list {
	  width: 100%;
	}
}
.box-thum {
	overflow: hidden;
	border-radius: 0;
	position: relative;
}
/*
.box-thum::before,
.box-thum::after {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	width: 0%;
}*/
/*
.active-f .box-thum::after {
	animation: bg-par1 .2s ease-in-out forwards;
}
@keyframes bg-par1 {
  0% {
    width: 0%;
  }
  80% {
    width: 60%;
  }
  100% {
    width: 50%;
  }
}*/
/*
.active-f .box-thum::before {
	z-index: 2;
	animation: bg-par2 .2s ease-in-out forwards;
}
@keyframes bg-par2 {
  0% {
    width: 0%;
  }
  80% {
    width: 30%;
  }
  100% {
    width: 20%;
  }
}*/

.box-thum img {
	width: 100%;
	transition: .3s ease-out;
	position: relative;
	z-index: 3;
	opacity: 0;
	transform: scale(1.07);
	filter: brightness(300%)
}

.active-f .box-thum img {
	opacity: 1;
	transform: scale(1.0);
	filter: brightness(100%)
}

.box-info {
	position: relative;
	left: 0px;
	z-index: 10;
	padding-bottom: 10px;
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
}

.box-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
  }

.box-info h3 small {
	font-size: 13px;
	display: block;
	line-height: 1.6;
	padding: 5px 0;
}

.box-info p {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.list-profile {
	padding: 0 0;
	position: relative;
	display:flex;
	flex-wrap: wrap;
}

.list-profile li {
	margin-right: 10px;
}

.list-profile li:last-child {
	margin-right: 0;
}

.list-profile li .icon {
	padding: 10px;
	border: 2px solid #FFF;
	border-radius: 4px;
	font-size: 10px;
	display: inline-block;
	line-height: 1;
	margin-bottom: 10px;
}

/***************************************************/


/***************************************************/


@media(max-width:1000px){
	.content-inbody .box h2 br {
	  display: none;
	}
	.box-message .box-txt {
	  margin: 0 0 80px 0 !important;
	  min-height: inherit;
	}
	.box-message .box img {
	  position: relative;
	  width: 100%;
	  max-width: 100%;
	}
	.content-inbody .box-txt p {
	  width: 100%;
	}
	.content-inbody .list-txt ul {
	  display: block;
	}
	.content-inbody .list-txt li,
	.content-inbody .list-txt li:first-child {
	  margin-right: 0;
	  width: 100%;
	}
	.box-message img {
	  position: relative;
	  width: 100%;
	  max-width: 100%;
	}
}
@media(max-width:600px){
	.content-inbody .box {
		margin-bottom: 50px;
	}
	.box-info {
		padding-top: 10px;
		padding-bottom: 0px;
		margin-bottom: 0;
	}
	.box-info h3 {
		margin-bottom: 5px;
	  }
}

