/* about */
.sec-title {
	position: absolute;
	top: 0;
}

section p {font-size: 18px;}
.myeongjo-font {font-family: 'Nanum Myeongjo', serif; font-weight: 700;}


#about ul li {
	position: relative;
	padding-left: 15px;
	font-size: 18px;
}
#about ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 1px;
	background: #000;
}

#services a {
	display: block;
	position: relative;
	width: 100%;
	border: 0;
}

#services a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#services a:hover::before {
	opacity: .3;
}

#services a .display-table {min-height: 550px;}
#services a .display-table-cell {position: relative; z-index: 9;}
#services .collapse > .row h6 {
	margin-bottom: 0px;
	font-size: 20px;
	color: #000;
}

#services ul.li-margin {position: relative;}
#services ul.li-margin li {margin-bottom: 7px;}


/* clients */


#clients .swiper-slide {height: 140px; background: #fff;}
#clients .swiper-slide img {max-height: 110px;}
#clients .clients-button > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	z-index: 9;
	cursor: pointer;
}

#clients .clients-button > div.swiper-clients-button-next {right: -50px;}
#clients .clients-button > div.swiper-clients-button-prev {left: -50px;}



@media (min-width:1600px) {
	.sec-title {
		left: -180px;
	}
}


@media (min-width:992px) {
	/*p.text-indent {text-indent: 70px;}*/
  /* 회사소개 */
  #about .about-transform {
    transform: translateY(20px);
  }
}

@media (max-width:1600px) {
	#services .collapse > .row{
		margin-top: 100px;
	}
}


@media (min-width:1200px) {
	#services .award-img {
		position: absolute;
		bottom: 0;
		right: -160px;
		margin-bottom: 0 !important;
	}
	#services .award-img li {
		margin-top: 10px;
	}
	#services .award-img img {
		width: 85%;
	}
}

@media (max-width: 1199px) {
	#services a .display-table {min-height: 450px;}
	#services .award-img {
		position: relative;
		margin-top: 20px;
		margin-bottom: 0 !important;
	}

	#services .award-img ul::after {
		content: "";
		display: block;
		clear: both;
	}
	
	#services .award-img ul li {
		float: left;
		width: 33.3%;
	}

	#services .award-img img {
		width: 85%;
	}
	
}


@media (max-width: 991px) {
	section p {font-size: 16px;}
	p.text-indent {text-indent: 40px;}
	
  .html-video {
    height: 100%;
  }

	#about ul li {font-size: 16px;}

	#services a .display-table {min-height: 350px;}
	#services .collapse > .row h6 {font-size: 18px;}

	
	
	#clients .swiper-slide {height: 100px;}	
	#clients .swiper-slide img {max-height: 60px;}
	#clients .clients-button > div.swiper-clients-button-next {right: -20px;}
	#clients .clients-button > div.swiper-clients-button-prev {left: -20px;}
	
	
}

@media (max-width: 767px) {
	p.text-indent {text-indent: 30px;}
	section p {font-size: 14px;}

	#about ul li {font-size: 14px;}
  .portfolio-grid.work-4col li {
    width: 50%;
  }

	#services a .display-table {min-height: 200px;}
	#services .collapse > .row h6 {font-size: 16px;}

	#clients .row > div {padding: 0 15px;}
	#clients .clients-button > div.swiper-clients-button-next {right: 0px;}
	#clients .clients-button > div.swiper-clients-button-prev {left: 0px;}
}
