.about_base {
  padding:30px 15px 30px 15px;
}

.about-title-line {
  border-bottom: 2px solid #212121 !important;
  width:70px;
}
  	
.about-img-list-body {
  	background-color: #FFFFFF;
  	padding:5px 5px 0px 5px;
  	text-align:center;
  	}

.about-img-list img {
  	width:100%;height:auto;
  	}
	  
.about-img-list-title {
  color:#282828 !important;
  font-family: "Roboto", "Spoqa Han Sans", sans-serif !important;
}
.about-img-list-line {
	width:92%;
	border-top:1px solid #dee2e6 !important;
	margin: 0 auto !important;
}
.about-img-list-info {
  color:#333333 !important;
  font-family: "Roboto", "Spoqa Han Sans", sans-serif !important;
}
  	
.about-slide-img-prev {
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	padding: 5px 15px 5px 15px;
  	left: 0;
  	top: 50%;
	transform:translateY(-50%);
	font-size: 36px;

}
.about-slide-img-prev:hover {
	background-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 0.9);

}

.about-slide-img-next {
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	padding: 5px 15px 5px 15px;
	right: 0px;
	top: 50%;
	transform:translateY(-50%);
	font-size: 36px
}
.about-slide-img-next:hover {
	background-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
	.about-img-list {
		-webkit-box-flex: 0;
  		-ms-flex: 0 0 50%;
  		flex: 0 0 50%;
  		max-width: 50%;
  	}
}

@media (min-width: 992px) {
	.about-img-list {
  		-webkit-box-flex: 0;
  		-ms-flex: 0 0 33.333%;
  		flex: 0 0 33.333%;
  		max-width: 33.333%;
  	}
}

@media (max-width: 767px) {

  .about-slide-img-prev {
	display:none;
  }
	
  .about-slide-img-next {
	display:none;
  }

}

@media (max-width: 767.98px) {
	.about_base {
  		padding:10px 15px 20px 15px;
	}
}

@media (min-width: 768px) {

	.section-pr-3 {
  		padding-right:3rem;
	}

}

/*************************
      Background
***********************/
.about-bg-color {
  background-color: #FAFAFA !important;
}

.about-text-color {
  color: #212121 !important;
}

.about-bg-img {
  position: relative;
  background: url();
  background-clip: initial;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-attachment: fixed;
}

.about-bg-img:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  background-attachment: fixed;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
