@charset "utf-8";
.download.btn::after {
  content: "\F356";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.15s ease-in-out;
  font-family: 'bootstrap-icons';
  font-size: 1.6rem;
}
.btn-excel {
  background-color: #268c52 !important;
  color: #fff !important;
}
.btn-hwp {
  background-color: #b52626 !important;
  color: #fff !important;
}
.privacy {
  background: #fff;
  border: 1px solid #afafaf;
  height: auto;
  overflow-y: scroll;
  padding: 30px;
}
.privacy h5 {
  margin: 10px 0 10px;
  font-weight: 600;
}
.privacy h6 {
  margin: 30px 0 10px;
  font-weight: 500;
}
.privacy p {
  margin-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1.7;
}
.protect {
  background: #fff;
  border: 1px solid #afafaf;
  height: 170px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
}
.protect p {
  color: #333;
  font-weight: 400;
  line-height: 1.7;
}
.zipcode.btn::after {
  display: none;
}






/*------------------------------------------------------------------------------------

  공통 컨텐츠 구분 타이틀
  
--------------------------------------------------------------------------------------*/ 
 
.con-common-title { position: relative;  }
.con-common-title h1, 
.con-common-title h2, 
.con-common-title h3, 
.con-common-title h4, 
.con-common-title h5, 
.con-common-title h6 {  position: relative; }
.con-common-title h1,
.con-common-title h2 { font-weight:200; line-height: 1.2; } 
.con-common-title h3 { font-weight:300; line-height: 1.5; }  
.con-common-title h4 { font-weight:300; line-height: 1.5; }  
.con-common-title h5 { font-weight:400; line-height: 1.5; } 
.con-common-title h6 { font-weight:400; line-height: 1.5; }  
.con-common-title h1 strong, 
.con-common-title h2 strong, 
.con-common-title h3 strong, 
.con-common-title h4 strong, 
.con-common-title h5 strong, 
.con-common-title h6 strong { font-weight: 700 !important;  } 
.con-common-title p {}
.con-common-con { position: relative; text-align: center;  }
.con-common-con h1,
.con-common-con h2 { margin-bottom: 30px; } 
.con-common-con h3 { margin-bottom: 30px; }  
.con-common-con h4 { margin-bottom: 30px; }  
.con-common-con h5 { margin-bottom: 30px; } 
.con-common-con h6 { margin-bottom: 30px; }  

@media (max-width: 767px) {
	.con-common-con { } 
	.con-common-con br { display:none; } 
}
 
.sub .main-title strong { font-weight: 700; }  



.deshes-area h1 { 
  position: relative
}
.deshes-area h1:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 90px;
  width: 200px;
  height: 1px;
  background: #fff
}
.deshes-area .deshes-text {
  padding-left: 90px
}

@media (max-width: 992px) {
  .deshes-area .deshes-text {
    padding-left: 50px
  }
	.deshes-area h1:after { 
	  left: 60px;
	  width: 150px; 
	}
}

@media (max-width: 767px) {
  .deshes-area .deshes-text {
    padding-left: 0
  }
	.deshes-area h1:after { 
	  left: 40px;
	  width: 100px; 
	}
}




 
/*------------------------------------------------------------------------------------

  회사소개 - 인사말 (공통)
  
--------------------------------------------------------------------------------------*/ 
.intro { 
  position: relative; 
}  
.intro-bg {  
	position: relative;  
	background-color: #666;
	background-image:url(../img/sungji/intro-bg.jpg);  
	background-position: top right;
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-size:cover;
}  
.b01-bg {   
	background-image:url(../img/business/01/b01-bg.jpg);  
	background-position: center center; 
}   
.b02-bg {   
	background-image:url(../img/business/01/b02-bg.jpg);  
	background-position: center center; 
} 
.b03-bg {   
	background-image:url(../img/business/03/b01-bg.jpg);  
	background-position: center center; 
} 

.info-bg {   
	background-image:url(../img/info/info-bg.jpg); 
	background-position: center center; 
}  

.result-bg {   
	background-image:url(../img/result/result-bg.jpg); 
	background-position: center center; 
} 

.data-bg { 	 
	background-image:url(../img/data/data-bg.jpg); 
	background-position: center center; 
} 
 

.intro-bg.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, .65);
	background-blend-mode : overlay;
      z-index: 1; }  
 
.intro-bg.text-white {   color:#fff; }   
.intro .intro-top-img { position: relative; margin-bottom: 50px; text-align: center;  }
.intro .intro-top-img img { width: 100%; max-width: 240px;  margin: 0 auto;  } 
.intro .intro-mid-txt {  margin-bottom: 50px; text-align: center; }
.intro .intro-mid-txt h1 { margin-bottom: 20px;} 
.intro .intro-mid-txt h2 { margin-bottom: 20px;}  
.intro .intro-sub-txt h4, 
.intro .intro-sub-txt h5,
.intro .intro-sub-txt h6 { margin-bottom: 30px; }
.intro .intro-sub-txt h4 strong, 
.intro .intro-sub-txt h5 strong, 
.intro .intro-sub-txt h6 strong { margin-bottom: 30px;   }  
.intro-bg .con_detail { 
  padding: 100px 0;
}

@media screen and (max-width: 992px) { 	 
	.intro-bg {  background-attachment:scroll !important; } 
	.intro-bg .con_detail { 
	  padding: 80px 0;
	}  
} 
@media (max-width: 767px) { 
	.intro .sub-contents br{  	}
	.intro .intro-top-img img {  max-width: 180px; } 
	.intro .intro-sub-txt br { display: none;  }
	.intro .intro-sub-txt h5, 
	.intro .intro-sub-txt h6 { margin-bottom: 20px; }  
	.intro-bg .con_detail { 
	  padding: 60px 0;
	}  
}
 


 









/*------------------------------------------------------------------------------------

  기본폼1 - 이미지
  
--------------------------------------------------------------------------------------*/
.basic-gallery > .row { display:flex; justify-content: center; align-items: start;}
.basic-gallery > .row > .col, 
.basic-gallery > .row  > [class*="col-"]  { }
.basic-gallery p { 
  padding:10px 0;
  text-align:center;
}
  
.basic-gallery {
  position: relative;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  display: flex;
  flex-wrap: wrap; 
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
	margin-bottom: 20px;
}
.basic-gallery.center { justify-content: center; }
.basic-gallery.between { justify-content: space-between; }
.basic-gallery > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}
.basic-gall-img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
	margin-bottom: 20px;
} 

.basic-gall-img.w3 { 
  width: 33.333333%; 
}

.basic-gall-img.w4 { 
  width: 25%; 
} 

.basic-gall-img.w5 { 
  width: 20%; 
} 

.basic-gall-img h6 {
  padding:10px 0;
	text-align: center;
	font-weight: 500;
} 
.basic-gall-img .hover-img {
  width: 100%;
  /* overflow: hidden;
   aspect-ratio: 4 / 3; */ 
  border: 1px solid transparent; 
  border: 1px solid #fff; 
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;  
  background:#fff;  
  text-align:center;
}
.basic-gall-img.round .hover-img { 
  border-radius: .3rem !important;
  border: 1px solid rgba(0, 0, 0, .2); 
}
.basic-gall-img .hover-img img {
  display: block; /*img default display - inline-block*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-gall-img:hover .hover-img {
  border: 1px solid rgba(0, 0, 0, 1); 
}
@media (max-width: 992px) {
  .basic-gall-img {
    width: 50%;
  }
	.basic-gall-img.w5 { 
	  width: 33.3333%; 
	} 
}
@media (max-width:767px) { 
	.basic-gall-img.w4 { 
 	 width: 50%; 
	}  
	.basic-gall-img.w5 { 
	  width: 33.333333%; 
	} 

}
@media (max-width:576px) {
  .basic-gall-img {
    width: 50%;
  }
  .basic-gall-img.w3 {
    width: 50%;
  }
	.basic-gall-img.w5 { 
	  width: 50%; 
	} 
}







/*------------------------------------------------------------------------------------

  기본폼1 - 내용-이미지 좌우배치
  
--------------------------------------------------------------------------------------*/   
.basic-LR {
	position: relative;
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--bs-gutter-y));
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x)); 
	align-items: stretch; 
	align-items:center; 
	justify-content:space-between; 
	margin-bottom:50px; 
}
.basic-LR>* {
	position: relative;
	flex-shrink:0;
	padding-right:calc(var(--bs-gutter-x) * .5);
	padding-left:calc(var(--bs-gutter-x) * .5);
	margin-top:var(--bs-gutter-y);  
} 

.basic-LR-item {
	position: relative;
}
.basic-LR-con  {
	flex:0 0 auto;
	width:55%;  
	padding:40px;  
}
.basic-LR-img  {
	flex:0 0 auto;
	width:45%;     
}
.basic-LR-con.w50  { 
	width:50%;   
}
.basic-LR-img.w50  { 
	width:50%;   
}
.basic-LR-img img {
	width: 100%
}


@media screen and (max-width: 992px) {  
	.basic-LR	{ 
		margin-bottom:40px; } 
	.basic-LR-con  { 
		width:100%;   
		padding:25px 20px;   
	}
	.basic-LR-img  {
		width:100%;    
	}
	.basic-LR-con.w50  { 
		width:100%;     
	}
	.basic-LR-img.w50  {
		width:100%;    
	}
	.basic-LR br {	display:none } 
}
@media screen and (max-width: 767px) {  
	.basic-LR	{ 
		margin-bottom:30px; } 
	.basic-LR-img  {  
	}
}






/*------------------------------------------------------------------------------------

  기본폼1 - 탭
  
--------------------------------------------------------------------------------------*/   

.comm_tabs .tabWrap {
	margin-bottom: 50px;
}
.comm_tabs .tabWrap ul {
	display:table;
	width:100%
}
.comm_tabs .tabWrap ul li {	display:table-cell;	}
.comm_tabs .tabWrap ul li {	width:20%;}
.comm_tabs .nav-tabs {
	justify-content: center; 
	border-bottom: none;
	display:table;
	width:100%;
} 
.comm_tabs .nav-item a{ 
	text-align:center;   
	border-radius: 0;
	background-color: #fff;
	background-color: #f6f6f6;
	color: #333;  
	text-decoration: none;
	transition: all 0.2s ease; 
	border:1px solid #ccc;
	border-width:1px 0 1px 1px;
	line-height: 1.1;
	margin-bottom: 1px;
}  
.comm_tabs .nav-item h5,
.comm_tabs .nav-item h6,
.comm_tabs .nav-item p { 
	font-weight: 600;
}  
.comm_tabs .nav-item:last-child a {	border-right-width:1px}
.comm_tabs .nav-item a:hover,
.comm_tabs .nav-item a.active { 
	background-color:#fff;
	color: var(--primary); 
    border-color: #ccc #ccc #fff; 
}
.comm_tabs .nav-tabs .nav-link { padding:15px 5px;}
.comm_tabs .nav-tabs .nav-link.active,
.comm_tabs .nav-tabs .nav-item.show .nav-link { 
    background-color: #fff;}
	
.comm_tabs ul li.on, .comm_tabs ul li:last-child.on {	border-color:var(--primary)}
.comm_tabs ul li.on.on+li {	border-left-color:var(--primary)}
.comm_tabs ul li.on a {	background-color:var(--primary);	color:#fff}
.comm_tabs .tab-content { position: relative; padding-top:20px;}

@media (max-width:992px) { 
	.comm_tabs .tabWrap {
		margin-bottom: 30px;
	}  
}

@media (max-width:767px) { 
	.comm_tabs .tabWrap {
		margin-bottom: 20px;
	} 
	.comm_tabs .nav-item a{  
		border-width:1px 1px 1px 1px; 
	} 
	.comm_tabs .nav-item a:hover,
	.comm_tabs .nav-item a.active {  
		border-color: #ccc #ccc; 
	}
	.comm_tabs .tabWrap ul li {	display:block; width:100%;}
	.comm_tabs .nav-tabs .nav-link { padding:10px 5px;}
}








/*------------------------------------------------------------------------------------

  회사소개
  
--------------------------------------------------------------------------------------*/

.intro {
  position: relative; 
}

.intro-contents {
  position: relative; 
} 
 
.intro-contents .intro-txt { 
	margin-top: 30px ; 
}   
.intro-contents .intro-txt h1 {
	font-weight: 300;
	margin-bottom: 50px;
}     
.intro-contents .intro-txt h2 {
	font-weight: 300;
	margin-bottom: 30px;
} 
.intro-contents .intro-txt h1 strong,
.intro-contents .intro-txt h2 strong {
	font-weight: 800;
}    
.intro-contents .intro-txt h6 {
  font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}   
.intro-contents .intro-txt h6 span {
  text-transform: uppercase;
	letter-spacing: 3px;
}   
.intro-contents .intro-txt p  {
  text-align:right;
	margin-top: 50px;
}   
.intro-contents .intro-txt p i {
  font-size:1.3rem;
	letter-spacing: 8px;
	margin-left: 10px;
} 
.intro-contents .imageblock { 
	position:relative;  
	width: 100%
}
.intro-contents .imageblock img {
	position: absolute; 
	position:relative;  
	object-fit: cover; 
	margin:auto; 
	top:0; bottom:0; left:0; right:0;  
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
}
.intro .table {  
  border-top: 2px solid var(--secondary) !important;
  border-bottom: 1px solid var(--secondary) !important;  
}  
.intro .table tbody th  { 
  font-weight: 600;
  line-height: 1.2;
  font-size: calc(.9rem + 0.3vw);
  letter-spacing: -0.5px;    
  border-right: 1px solid #98bbe0; 
  background-color: #f8fcff;
  color: var(--secondary); 
  color: #2b486d;
}        
@media (max-width: 1240px) { 
  
	.intro-contents .intro-txt br { display:none;}
}      
@media (max-width: 992px) { 
 
	.intro-contents .intro-txt {  
	}    
}       
@media (max-width: 767px) { 
    .intro-contents .imageblock { 
		height : 400px;
		overflow: hidden;
		margin-top: 30px;
	}  
	.intro-contents .imageblock img {
		position: absolute; 
		top:0; bottom:0; left:0; right:0; 
	}
} 

.intro-contents .tech-item  { 
	position:relative;   }
.intro-contents .tech-item .tech-h5 { 
	position:absolute; top:0; left:0; 
	background: #121212; padding:10px 15px; color: #fff; z-index: 2; }

 


/*------------------------------------------------------------------------------------

  연혁 
  
--------------------------------------------------------------------------------------*/ 
.intro-history { }    
.intro-history h5{ font-weight:600;}  
.timeline {    position: relative;    width: 100%;}
.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #ccc;
    top: 0;
    bottom: 0;
    left: 15%;
    margin-left: 3px;
	z-index: 0}
.timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 85%;
    margin-bottom: 2em;
	z-index: 3} 
.timeline .timeline-item.left {    left: 0;    padding-right: 2em;}
.timeline .timeline-item.right {    left: 15%;    padding-left: 2em;}
.timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: -12px;
    background: var(--secondary);
    border: 4px solid #e1f2ff;
    border-radius: 16px; 
    z-index: 1;}
.timeline .timeline-item.right::after {    left: -6px;}
.timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: .8em;
  z-index: 1;
  border: 8px solid;
  border-color: transparent transparent transparent var(--secondary);}
.timeline .timeline-item.right::before {  left: 1em;  border-color: transparent var(--secondary) transparent transparent;}
.timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: -.4em !important;
    font-weight: 300 ;
    color: #111; 
    z-index: 1;
	margin:0 !important; }
.timeline .timeline-item.left .timeline-date {    text-align: left;    left: calc(100% + 55px);}
.timeline .timeline-item.right .timeline-date {    text-align: right;    right: calc(100% + 80px);}
.timeline .timeline-text {
    padding: 20px 30px 30px 60px;
    background: #ffffff;
    position: relative;
	border-top:0px solid #c8c8c8;
	border-left:0px solid #c8c8c8;
	border-bottom:0px solid #c8c8c8;
    border-right: 2px solid var(--secondary); }
.timeline .timeline-item.right .timeline-text {    border-right: 0px solid #ccc;   border-left: 1px solid var(--secondary);} 
.timeline .timeline-text h4 {   margin: .6em 0 .3em 0;   color: #111;}
.timeline .timeline-text h5 {   margin: .6em 0 .3em 0;   color: #222;}
.timeline .timeline-text h6 {   margin: .6em 0 .3em 0;   color: #222;}
.timeline .timeline-text p {  margin: 0;  font-weight: 500;   }
.timeline .timeline-text span{ color: var(--secondary); font-weight:600; margin-top:10px;  display:block;
	font-size:1.3rem;  }

@media (max-width: 1400px) {  
    .timeline .timeline-text span {	 font-size: calc(0.95rem + 0.25vw) ;  }   
} 

.timeline-text .ul-check li { 
    padding-left: 0;  }
.timeline-text .ul-check li p {
    position: relative;
    padding-left: 20px;  }
.timeline-text .ul-check li:before { 
	  display: none !important; 
	}
.timeline-text .ul-check li p:before {
      position: absolute; 
	  display: block !important;
      left: 0;  
	  top:3px;
      font-family: "bootstrap-icons";
      content: "\F309";
	color: var(--secondary); 
	  line-height:1.4;
	}


@media screen and (max-width:767px){ 
	.timeline::after { left: 7px;  }
	.timeline .timeline-date { 
		top: 0em !important; 
		padding-bottom:0px;
		font-weight: 500; }
	.timeline .timeline-item {  width: 100%;  padding-left: 2em;  }
	.timeline .timeline-item.left {  padding-right: 0;  }
	.timeline .timeline-item.right {  left: 0%;  padding-left: 2em;  }
	.timeline .timeline-item.left::after, 
	.timeline .timeline-item.right::after { left: 0;  }
	.timeline .timeline-item.left::before,
	.timeline .timeline-item.right::before { left: 1em;  border-color: transparent var(--secondary) transparent transparent; }
	.timeline .timeline-item.left .timeline-date,
	.timeline .timeline-item.right .timeline-date {
			position: relative;
			top: 0;
			right: auto;
			left: 0;
			text-align: left;
			margin-bottom: 1em;    }
	.timeline .timeline-item.left .timeline-text,
	.timeline .timeline-item.right .timeline-text {  }
	.timeline .timeline-text {    padding: 20px 15px 20px 20px; }
	.timeline .timeline-text p { }
}









/*------------------------------------------------------------------------------------

  회사소개 - 오시는 길
  
--------------------------------------------------------------------------------------*/ 
.contact_wrap { padding:30px 40px; }
.contact_item {
	position: relative;
	margin: 10px;
} 
.contact_item:after {
	position: absolute;
	right: 30px;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #cddfee;
	content: "";
	display: block;
}

.contact_item.last_item:after {
	display: none;
} 

.contact_text {
	overflow: hidden;
}
.contact_text p { 
	font-weight:500;
} 
.contact_text p a{
	 color: var(--secondary);
	font-weight:500;
}

.contact_text h6 { 
	font-weight:600;
	text-transform: uppercase; 
	margin-bottom: 5px;
}

.contact_text span { 
	display: block;
}
.map2 {
	height: 500px;  
	/* -webkit-box-shadow: 0px 3px 15px rgba(0, 59, 85, 0.1);
	box-shadow: 0px 3px 15px rgba(0, 59, 85, 0.1); */
}
.map2 iframe {	width: 100%; height:100%; } 
 
@media (max-width: 992px) { 
    .map2 { height:400px; }
} 
 @media (max-width: 767px) {
	.contact_wrap { padding:20px; }
	 .contact_item { 
		margin-bottom: 10px;
	} 
	 .contact_item:after {
		position: absolute;
		right: 50px;
		top: 0px;
		width: 0px;
		height: 50px;
		background: #e1e1e1;
		content: "";
		}  

	.contact_text h6 { 
		margin-bottom: 0px;
	}
    .map2 { height:350px; }
} 



 




/*--------------------------------------------------------------

  사업분야 중요포인트

--------------------------------------------------------------*/

.why {
	justify-content: center; 
} 

.why .why-item { 
	position:relative; 
	height:100%;
	background-color: rgba(0,0,0,.65);
	padding: 40px;
	border-radius:5px;
	overflow: hidden;
	transition: 0.3s;   
} 

.why .why-item .why-title { 
  color: var(--info);
	font-weight: 300; 
}

.why .why-item .why-title strong { 
  font-weight: 700;
}
  
.why .why-item:hover {
  background-color: var(--info);
}

.why .why-item:hover .why-title {
  color: #fff;
} 

@media screen and (max-width: 767px) { 	  
	.why .why-item { 
		padding: 20px 30px; 
	}
	.why >div {margin-bottom: 5px;}	
} 
@media (max-width: 576px) { 
	.why .why-item { 
		padding: 15px 20px; 
	}
}

.business .basic-LR-con .ul-check li { margin-bottom: 20px; }
.business .basic-LR-con .ul-check li h5,
.business .basic-LR-con .ul-check li h6 { font-weight:500; line-height: 1.2 }
.business .basic-LR-con .ul-check li h5 strong,
.business .basic-LR-con .ul-check li h6 strong { font-weight:800; color:var(--darkblue) !important}

@media screen and (max-width: 767px) { 	  
	
	.business .basic-LR-con .ul-check li { margin-bottom: 10px; }
} 








/*------------------------------------------------------------------------------------

 장비소개
  
--------------------------------------------------------------------------------------*/ 
.info .service-item {
    background: #f8f9fa;
    border-radius: 10px;
    transition: 0.5s;
}

.service-equ {
  position: relative;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  display: flex;
  flex-wrap: wrap; 
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); 
	align-content: stretch;
}
.service-equ.center { justify-content: center; }
.service-equ.between { justify-content: space-between; }
.service-equ > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%; 
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.service-equ-wrap {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%; 
	margin-bottom: 20px;
} 

.info .service-item:hover {
    box-shadow: 5px 5px 10px 0  rgba(0, 0, 0, .1);
}

.info .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.info .service-item .service-img img {
    transition: 0.5s;
}

.info .service-item:hover .service-img img {
    transform: scale(1.1);
}
.info .service-txt  { position: relative; padding: 30px;  }
.info .service-txt h5 { margin-bottom: 10px; font-weight: 500; }
.info .service-txt p {  line-height: 1.2; }

@media (max-width: 992px) {
	.service-equ-wrap { 
	  width: 33.3333%;  
	} 
	.info .service-txt  { padding: 20px;  }
}

@media (max-width: 767px) {
	.service-equ-wrap { 
	  width: 50%;  
	} 
}






/*------------------------------------------------------------------------------------

 시공장비 - 전후
  
--------------------------------------------------------------------------------------*/ 
.ba {} 
.ba-item { position: relative; }
.ba-item .hover-img {  }
.ba-item .before,
.ba-item .after { 
	position: absolute; 
	bottom:0px;  
	padding:3px 8px; 
	border-radius:0px; 
	color:#fff; 
	font-weight: 600; 
	letter-spacing: 1px; 
}
.ba-item .before { 
	left: 0px; right: auto; background: var(--dark)
}
.ba-item .after { 
	left: auto; right: 0px; background: var(--primary) 
}



.b-license { position: relative; }
.b-license ul { position: relative; }
.b-license li { position: relative; 
	background: #fff; padding: 6px 20px;  margin-bottom: 2px;  }
.b-license li h6,
.b-license li p { color: var(--secondary);}
.b-license li i { margin-right: 10px; }




/*------------------------------------------------------------------------------------

  렌탈창업 장점
  
--------------------------------------------------------------------------------------*/
.busi-intro {}
.busi-intro .main-title * {
  color: #fff;
}
.busi-intro .main-title span {
  color: #fff !important;
}
.busi-intro .best-item {
  background: rgba(255, 255, 255, .9);
  margin-bottom: 80px;
}
.busi-intro .table h6 {
  font-weight: 500 !important;
}
@media (max-width: 992px) {}
@media (max-width: 767px) {
  .busi-intro .best-content .row {
    justify-content: flex-end
  }
  .busi-intro .best-item {
    margin-bottom: 50px;
  }
}
.busi-intro .main-title * {
  color: #fff;
}
.busi-intro .main-title span {
  color: #fff !important;
}
.busi-intro-text {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin: 80px 0;
  flex-direction: column;
}
.busi-intro-text .display-1 {
  margin: 40px 0;
  font-weight: 800;
}
.busi-intro-text h5, .busi-intro-text h6 {
  font-weight: 500;
  line-height: 1.6;
}
.busi-intro .busi-benefit {
  align-items: stretch;
  justify-content: center
}
.busi-intro .busi-benefit > div > div {
  background: var(--primary);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center
}
.busi-intro .busi-benefit > div:nth-child(2n) > div {
  background: var(--secondary);
}
.busi-intro .busi-benefit > div:nth-child(3n) > div {
  background: var(--info);
}
.busi-intro .benefit-box h6 {
  width: 100%;
}
.busi-intro-text {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin: 80px 0;
  flex-direction: column;
}
.busi-intro-text .display-1 {
  margin: 40px 0;
  font-weight: 800;
}
.busi-intro-text h5, .busi-intro-text h6 {
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 992px) { 
	.busi-intro-text br  {
		display: none;
	}
}



 