@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;
	font-weight: 400!important;
}
.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: 400!important;
  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; letter-spacing: -1px;} 
.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; 
	}
}



 


  
.editor-button { display:none; }
 








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

  기본폼1 - 이미지
  
--------------------------------------------------------------------------------------*/
.basic-gallery > .row { display:flex; justify-content: center; align-items: start;}
.basic-gallery > .row > .col, 
.basic-gallery > .row  > [class*="col-"]  { }

.basic-gallery {
  position: relative;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1rem;
  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)); 
}
.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%;  
} 

.basic-gallery.w1 .basic-gall-img { 
  width: 100%; 
}

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

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

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

.basic-gallery.w6 .basic-gall-img { 
  width: 16.666%; 
}  

.basic-gall-img h6 {  
} 
.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); 
}
.basic-gall-txt  { 
  padding:6px 0; 
  text-align:center;
}
.basic-gall-txt h6  { 
  margin:2px 0; 
}  
.basic-gall-txt p { 
  margin:2px 0; 
	font-size: 95%;
}
  
@media (max-width: 1240px) { 
	.basic-gallery.w6 .basic-gall-img { 
	  width: 20%; 
	} 
}
@media (max-width: 992px) {
  .basic-gall-img {
    width: 50%;
  }
	.basic-gallery.w5 .basic-gall-img { 
	  width: 33.3333%; 
	}   
	.basic-gallery.w6 .basic-gall-img { 
	  width: 25%; 
	} 
}
@media (max-width:767px) { 
	.basic-gallery.w2 > .basic-gall-img { 
	  width: 100%; 
	} 
	.basic-gallery.w4 .basic-gall-img { 
 	 width: 50%; 
	}  
	.basic-gallery.w5 .basic-gall-img { 
	  width: 33.333333%; 
	} 
	.basic-gallery.w6 .basic-gall-img { 
	  width: 33.333333%; 
	} 

}
@media (max-width:576px) {
  .basic-gall-img {
    width: 50%;
  }
  .basic-gallery.w3 .basic-gall-img {
    width: 50%;
  }
	.basic-gallery.w5 .basic-gall-img { 
	  width: 50%; 
	} 
	.basic-gallery.w6 .basic-gall-img { 
	  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:center; 
	justify-content:space-between;  
}
.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.widex3 { 
  --bs-gutter-x: 3rem; 
}

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

.basic-LR-con.w50 .basic-LR-img  { 
	width:50%;   
}

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









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

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

.comm_tabs .tabWrap {
	margin-bottom: 40px;
}
.comm_tabs .tabWrap ul {
	display:table;
	width:100%
}
.comm_tabs .tabWrap ul li {	display:table-cell;	}
.comm_tabs .tabWrap ul li {	width:10%;}
.comm_tabs .nav-tabs {
	justify-content: center; 
	border-bottom: none;
	display:table;
	text-align:  ;
	width:100%;
} 
.comm_tabs .tabWrap2 ul li { display:inline-block; width:16.666%; }

.comm_tabs .nav-item a{ 
	text-align:center;   
	border-radius: 0;
	background-color: #fff;
	background-color: #f6f6f6;
	color: #666;  
	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: 500;
	font-family: 'Noto Sans KR', 'Spoqa Han Sans','Sans-serif'  ;
	line-height: 1
} 
 

.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: #000; 
    border-color: #ccc #ccc #fff; 
}
.comm_tabs .nav-tabs .nav-link { padding:15px 5px;}
.comm_tabs .nav-tabs .nav-link.active,
.comm_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:inline-block; width:50%; }
	.comm_tabs .nav-tabs .nav-link { padding:10px 5px;}
}








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

  기본폼1 - 순서도
  
--------------------------------------------------------------------------------------*/ 
.basic-step { 
	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));  
}
.basic-step>* {
	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-step-con {
	display:flex;
	flex-wrap:wrap;
	align-self:stretch;
	flex: 0 0 auto;
	width: 25%;
}
.basic-step.w3 .basic-step-con{ 
	width: 33.3333%;
}
 
@media (max-width: 992px) { 
	.basic-step-con { 
		width: 33.3333%;
	} 
	.basic-step.w3 .basic-step-con { 
		width: 50%;
	}
}
@media (max-width: 767px) {
	.basic-step-con { 
		width: 50%;
	} 
	.basic-step.w3 .basic-step-con{ 
		width: 100%;
	}
}









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

  공통
  
--------------------------------------------------------------------------------------*/ 
.bg-ci { 
	position:absolute; 
	top:0;
	
	position: fixed; 
	top:600px;
	
	width:40%;
	min-width:400px;
	max-width:700px;
	height: 100%;
	display: block; 
	right:-30px;
	background-image:url("../img/common/logo_01.svg");  
	background-position: right 70px;
	background-repeat: no-repeat;  
	background-size:contain;
	opacity: .2
}

@media (max-width: 1400px) {
  .bg-ci {    
	top:550px;
	background-position: right 60px;
	opacity: .1;
	}
}

@media (max-width: 1240px) { 
}

@media (max-width: 992px) {
  .bg-ci {    
	top:460px;
	background-position: right 50px;
	opacity: .1;
	}
}

@media (max-width: 767px) {
  .bg-ci {  
	top:400px;
	background-position: right 40px; 
	min-width:300px;
	max-width:600px; 
	opacity: .075
	}
}

@media (max-width: 576px) {
  .bg-ci {  
	top:360px; 
	}
}



.bg-trans {
	background-color: rgba(248,251,255,.65)
} 










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

  순서도 
  
--------------------------------------------------------------------------------------*/ 
.arrow_step .sarrow  { 
	position: absolute; 
	display:block;  
	z-index:990;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right:-5px;
} 
.arrow_step .sarrow:after {  
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	text-align:center; 
	font-size: 1.2rem; 
	width:40px;
	height:40px;
	border-radius:50%;
	background: var(--primary);
	color: #fff; 
	font-family: "bootstrap-icons";
	content: "\F282";
} 
.arrow_step .sarrow.send:after {
	display: none;
} 

.arrow_step .sarrow.sdown:after { 
	left:0; right:0;
	bottom:-20px; 
}  
	   
.arrow_step .sarrow.sright:after {
	right: -20px; 
	content: "\F285";  
}  
	   
.arrow_step .sarrow.sleft:after {
	left: -20px;  
	transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); 
} 







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

  회사소개 - 인사말 (공통)
  
--------------------------------------------------------------------------------------*/ 
.intro { 
  position: relative; 
}  
.intro-bg {  
	position: relative;  
	background-color: #666;
	background-image:url(../img/common/intro-bg.jpg);  
	background-position: top right;
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-size:cover;
}  
.b01-bg {   
	background-image:url(../img/business/b01-bg.jpg);  
	background-position: center center; 
}   
.b02-bg {   
	background-image:url(../img/business/b02-bg.jpg);  
	background-position: center center; 
} 
.b03-bg {   
	background-image:url(../img/business/b03-bg.jpg);  
	background-position: center center; 
} 
.b04-bg {   
	background-image:url(../img/business/b04-bg.jpg);  
	background-position: center center; 
} 
.b05-bg {   
	background-image:url(../img/business/b05-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;
	}  
}








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

  회사소개
  
--------------------------------------------------------------------------------------*/
 
.intro-contents {
  position: relative; 
	margin-top: 20px ; 
}  
.intro-about  {
  position: relative;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1rem;
  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)); 
	justify-content: space-between;  
}  
.intro-about  > * {
  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)
}
.intro-txt {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 55%;  
} 

.imageblock {
	position:relative; 
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;  
	margin-bottom: 30px ; 
	background-color: ;
	 
    overflow: hidden;
	 
	--bs-gutter-x:0;
	--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));   
	justify-content: center; 
	margin-top: 20px;
} 
   
.imageblock>* {
	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); 
}  
.about-image {	
	position: relative;
	flex:0 0 auto;
	width:100%;    
}

.intro-txt h1 {
	font-weight: 300;
	margin-bottom: 30px;
}     
.intro-txt h5 { 
	margin-bottom: 20px;
} 
.intro-txt h1 strong,
.intro-txt h2 strong {
	font-weight: 800;
}    
.intro-txt h6 {
  font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}   
.intro-txt h6 span {
  text-transform: uppercase;
	letter-spacing: 3px;
}   
.intro-txt p  { 
	margin-top: 30px;
}   
.intro-txt p i {
  font-size:1.3rem;
	letter-spacing: 8px;
	margin-left: 10px;
} 
.about-image { 
	position:relative;  
	width: 100%;
    overflow: hidden;
}  
.about-image 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; 
}
.about-image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/karta/bg-about-img.png) top left no-repeat;
    background-size: contain;
}
.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: 992px) {  
	.intro-txt { 
	  width: 100%;  
	} 

	.imageblock { 
	  width: 100%;   
	}

	.about-image {	 
		width:50%;    
	} 
	.intro-txt h6 br { display:none;}  
	.intro-txt p i {
	  font-size:1.1rem; 
	} 
}       
@media (max-width: 767px) { 
    /* .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; }

 






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

  연혁 
  
--------------------------------------------------------------------------------------*/ 

.history .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 20px;
} 
  
.history  {  
	position: relative;
	width: 100%;
	/* --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));   
	justify-content:space-between; 
	align-content: stretch;
}
.history >* {
	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);  
} 

.history-img {
	flex:0 0 auto;
	width:38%;   
	background-color: #eee;
    background-image: url(../img/company/history.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    position: relative;
    min-height:300px;
    max-height:100vh;
}

.history-img .h-100,
.history-img .h-100 {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.image-holder { 
	overflow:hidden;
}

.history-wrap {
	flex:0 0 auto;
	width:55%;   
	padding: 0 50px 0 0;
}

.history-item {  
	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));    
	background-color: rgba(255,255,255,0.0);
	border-top:1px solid #cbd1dc;
	border-bottom:1px solid #fff; 
	padding: 20px 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;  
}

.history-item .h-year {  
	flex:0 0 auto;
	width:20%;   
	font-weight:  ; 
	font-family: 'Noto Sans KR', 'Spoqa Han Sans','Sans-serif'  ;
}
.history-item:first-child { border-top: none; }
.history-item:last-child { border-bottom: none; }
.history-item:hover {  background-color: #f8f9fa;  /* border-bottom: 1px solid rgba(0, 0, 0, 1); */ }
.history-item:last-child:hover  { }

.history-list {   
	flex:0 0 auto;
	width:75%;  
	padding: 10px 0;
}


.his-form {  
	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));     
    justify-content: flex-start;
    margin-bottom: 5px;
}  

.his-form >* {
	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);  
} 
.h-month {   
	flex:0 0 auto;
	width:15%;
	text-align: right;
	color:#5C90C7;
	font-family: 'Noto Sans KR', 'Spoqa Han Sans','Sans-serif'  ;
	line-height: 1;
	padding:0 20px ;
}
.h-con {   
	flex:0 0 auto;
	width:70%;    
}

.h-con p { 
    margin-bottom: 5px;
}
.h-con p:last-child {  
    margin-bottom: 0;
}
   
@media (max-width: 992px) {  
	.history-wrap {
		width:100%; 
		padding: 0 20px ;
	}
	.history-img { 
		width:100%;     
		max-height:30vh;
		max-height:250px; 
    	margin-bottom: 30px;
	}
	
	.image-holder { 
		overflow:hidden;
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom: 0;
		margin: 0 auto;
		object-fit: cover;
	}
 
}       
@media (max-width: 767px) {  
	.history-item {   
		padding: 10px 10px; 
	}
	.history-item .h-year {   
		width:15%;    
	}  

	.history-list {    
		width:85%;  
		padding: 10px 0;
	}
	.h-month {    
		width:15%; 
		padding:0 10px;
	}
	.h-con {   
		flex:0 0 auto;
		width:85%;    
	}
} 





 


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

  브랜드
  
--------------------------------------------------------------------------------------*/   
.client_wrap .single_client {
  border: 1px solid rgba(0, 0, 0, .2); 
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;  
  background:#fff;
  border-radius:10px;
  padding: 10px;
  text-align:center;
}
.client_wrap .single_client:hover {
  border: 1px solid rgba(0, 0, 0, 1); 
}
.client_wrap .single_client img{
  width:100%; 
}
.client_wrap > .row > .col, 
.client_wrap > .row  > [class*="col-"]  { margin-bottom:20px; }
 








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

  회사소개 - 인증서
  
--------------------------------------------------------------------------------------*/   
.brand_wrap .single_brand {
  border: 1px solid rgba(0, 0, 0, .2);  
}
.brand_wrap .single_brand:hover { 
} 
.certifi .basic-gall-img { margin-bottom:20px; }


.certifi .basic-gall-img h6 {  
	padding: 10px 0;
	text-align: center
} 









 






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

  회사소개 - 오시는 길
  
--------------------------------------------------------------------------------------*/ 
.map { 
  position: relative;
  width: 100%;
  padding:40px 50px;  
} 
.map .text-info { margin-bottom: 10px;} 
.map h5 {  
	margin-bottom: 20px;
} 
.map_wrap {
  position: relative;
   --bs-gutter-x: 1.5rem; 
  --bs-gutter-y: .25rem; 
  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: 10px;
} 
.map_wrap > * {
  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)
}
.map_item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;  
} 
.map_item.first_item  {
  width: 100%;  
} 
.map_item p a{
	 color: var(--primary); 
}

.map_item p i {  
	margin-right: 10px;
}
 
.map-area {
	height: 420px;  
	overflow:hidden;
}
.map-area iframe {	width: 100%; height:100%; } 
 

@media (max-width: 992px) { 
	.map {  
		padding:30px 40px; 
	} 
	.map_item { 
 	 width: 50%; 
	} 
}
@media (max-width:767px) {  
	.map {  
		padding:20px 30px; 
	} 

}
@media (max-width:576px) {
	.map {  
		padding:25px; 
	} 
	.map_item { 
 	 width: 100%; 
	}   
}


 

 








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

 주력제품

--------------------------------------------------------------*/
.product-list {
  position: relative;  
}  
.product-list > div:first-child { 
} 
.product-list > div:last-child { 
	/* border-bottom:1px solid var(--gray); */
} 
.product-wrap {
  position: relative;
  /* --bs-gutter-x: 1.5rem; 
  --bs-gutter-y: 1rem;*/
  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)); 
	justify-content: space-between;
	align-items: flex-start;
	padding:40px 30px;
	background: #f8f9fa;
	background: #fff;
	margin-bottom: 0px;
	border-top:1px solid var(--gray); 
} 
.product-wrap > * {
  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);
}

.product-img { 
    background: #fff;  
	position: relative;
  flex: 0 0 auto;
  width: 40%;  
} 
.product-img  p{
    text-align:center;
}   
.product-body { 
  flex: 0 0 auto;
  width: 55%;   
}  
.p-Number {   
  position: relative;
  width: 100%;    
}  
.p-Number h5,
.p-Number h6 { 
  position: relative;
  width: auto;
	display: inline-block;
	font-weight: 400;
	color: #666;
	line-height: 1;
	margin-bottom: 15px;   
	letter-spacing: -1px;
	font-family: 'Noto Sans KR', 'Spoqa Han Sans','Sans-serif'  ;
}
.p-Number h5:after,
.p-Number h6:after  {
      position:absolute; 
	display: block; 
	  bottom: -2px;  
	width: 100%;
	height: 1px;
	background: #666;
      content: "";  
}
.product-name { 
  position: relative;
  width: 100%;    
}  
.product-con {  
  position: relative;
  width: 100%; 
	padding-top: 15px;
}  
.product-name h4,
.product-name h5  {
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 500; 
	padding-left: 0; 
} 
.product-name h4:before,
.product-name h5:before  {
      position: absolute; 
      left: 0; 
	  top:3px;
	  top: 50%;
	  left:-25px;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%); 
      font-family: "bootstrap-icons";
      content: "\F309"; 
	display: none;
	color: #006CC5
}
.product-name h6 {
	font-weight: 600;
	color:#24365b;
} 
.product-name h6 span {
	font-weight: 500; 
	color:#fff;
	font-size: 90%;
	padding:1px 5px;
	border-radius:2px;
	background: #778aae;
	margin-right: 5px;
	margin-bottom: 12px;
}  
.product-con h6 {
	position: relative;
	font-weight: 600; 
	margin: 5px 0;
	padding-left: 12px;
	color: var(--secondary)
} 
.product-con h6:before  {
      position: absolute;  
	display: block;
	  top: 50%;
	  left:1px;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);  
      content: "";  
	  width: 3px;
	height: 60%;
	background: var(--secondary); 
} 
.product-con p {
	font-weight: 400; 
	color:#333;
	font-family: 'Noto Sans KR', 'Spoqa Han Sans','Sans-serif' ; 
	
	position: relative; 
	display: flex;
	flex-wrap: wrap;   
	align-items: flex-start;
	margin-bottom: 2px;
	font-size: 100%;
	letter-spacing: 0;
} 
.product-con p span {  
  flex: 0 0 auto;
  width: auto;
} 
.product-con h6 span,
.product-con p span {
	font-weight: 400;
	color:#555;
	font-size: 90%;
	padding:1px 5px 0 6px;
	background: #eee;
	margin-right: 10px;
	letter-spacing: -.5px;
	font-family: 'Noto Sans KR', 'Spoqa Han Sans','Sans-serif' ;
}  
.product-con .pc-title { display: none }
.product-con .table-responsive { padding-bottom: 10px;}
.product-con .table  tbody tr th:last-child { border-right:0;}   
.product-con .table thead th, 
.product-con .table thead td, 
.product-con .table thead th p, 
.product-con .table thead td p, 
.product-con .table tbody th, 
.product-con .table tbody td, 
.product-con .table tbody th p, 
.product-con .table tbody td p, 
.product-con .table th, 
.product-con .table td, 
.product-con .table th p, 
.product-con .table td p { 
  font-size: calc(0.9rem + 0.2vw); 
}
 
.e-img { 
	position: relative;
}
.e-img img {
  display: block; /*img default display - inline-block*/
  width: 100%;
  height: 100%;
  object-fit: cover;
	top:0; left:0; bottom:0; right:0
}

@media (max-width: 1240px) { 
	.product-wrap { 
		padding:35px 0;  
	} 
	.product-img {
		width: 45%;
	}
	.product-body {
		width: 50%;
	} 
} 
@media (max-width: 992px) { 
	.product-wrap { 
		padding:30px 0;  
	} 
	.product-img {
		width: 50%;
	}
	.product-body {
		width: 45%;
	} 
}
@media (max-width:767px) { 
	.product-img {
		width: 80%;
		margin: 0 auto 30px;
	}
	.product-body {
		width: 90%;
		margin: 0 auto;
	}  
	.product-con {   
		padding-top: 10px;
	}  
}

@media (max-width:576px) { 
	.product-img {
		width:100%; 
	}
	.product-body {
		width: 100%; 
	}  
}
 




/* 제품 나열 폼 1 - 프로파일 스타일 */  
.pp-form1 .product-list  {
  position: relative; 
  display: flex;
  flex-wrap: wrap;  
	justify-content: space-between;
	align-items: flex-start
} 
.pp-form1 .product-list > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;   
}
.pp-form1 .product-wrap {  
  flex: 0 0 auto;
  width: calc(50% - 15px);   
	padding:40px 0px; 
}  
.pp-form1 .product-img {  
  width: 54%;  
} 
.pp-form1 .product-body {  
  width: 42%;   
}  
.pp-form1 .product-con p span { 
	font-size: 85%; 
} 
@media (max-width: 1240px) { 
	.pp-form1 .product-wrap {  
		width: 80%;
		margin: 0 auto;
		padding:35px 0;  
	}   
	.pp-form1 .product-img {
		width: 55%;
	}
	.pp-form1 .product-body {
		width: 40%;
	} 
} 
@media (max-width: 992px) {  
	.pp-form1 .product-wrap {  
		width: 100%;
		padding:30px 0;  
	}  
	.pp-form1 .product-img {
		width: 50%;
	}
	.pp-form1 .product-body {
		width: 45%;
	} 
}
@media (max-width:767px) { 
	.pp-form1 .product-wrap {   
		width: 100%;   
	}  
	.pp-form1 .product-img {
		width: 80%;
		margin: 0 auto 30px;
	}
	.pp-form1 .product-body {
		width: 90%;
		margin: 0 auto;
	}  
}
 
@media (max-width:576px) { 
	.pp-form1 .product-img { 
		width:100%; 
	}
	.pp-form1 .product-body { 
		width: 100%; 
	}   
}





/* 제품 나열 폼 2 - 프로파일 스타일 */   
.pp-form2 .product-wrap {  
  flex: 0 0 auto;
  width: calc(33.3333% - 15px);  
	padding:40px 10px; 
}  
.pp-form2 .product-img {  
  width: 100%;  
	margin-bottom: 30px;
} 
.pp-form2 .product-body { 
  width: 100%;  
}  
@media (max-width: 1240px) { 
	.pp-form2 .product-wrap {  
  		width: calc(33.3333% - 15px);  
		margin: 0 auto;
		padding:35px 0;  
	}    
} 
@media (max-width: 992px) {  
	.pp-form2 .product-wrap { 
  		width: calc(50% - 15px);  
		padding:30px 0;  
	}  
	.pp-form2 .product-img { 
		width: 80%;
		margin: 0 auto 30px;
	}
	.pp-form2 .product-body { 
		width: 90%;
		margin: 0 auto;
	} 
}
@media (max-width:767px) { 
	.pp-form2 .product-img {
		width: 80%;
		margin: 0 auto 30px;
	}
	.pp-form2 .product-body {
		width: 90%;
		margin: 0 auto;
	}  
}
 
@media (max-width:576px) { 
	.pp-form2 .product-wrap {   
		width: 100%;   
	}  
	.pp-form2 .product-img { 
		width: 100%; 
	}
	.pp-form2 .product-body { 
		width: 100%; 
	}   
}





/* 제품 이미지 다중 컷 */
.pitem-carousel { 
	position:relative ; 
  border:1px solid #aaa;  
} 
.pitem-carousel .owl-carousel-item { 
	position:relative ;   
} 
.pitem-carousel .owl-carousel-item p { 
	display: none;
} 
.pitem-carousel.owl-carousel .owl-nav {
	position: absolute;
	z-index:10; 
    display: flex; 
    flex-direction: column; 
	justify-content:flex-end;
	align-items: flex-start;
	width:auto;  
	left:auto;  
    top: 0;
    right: 0; 
	margin:0 auto;
}
.pitem-carousel.owl-carousel .owl-nav .owl-prev,
.pitem-carousel.owl-carousel .owl-nav .owl-next { 
	position:relative;  
	color: #121212 ; 
    margin: -1px -1px 0 0;
	opacity: 1;   
    width: 35px;
    height: 35px; 
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);   
}
.pitem-carousel.owl-carousel .owl-nav .owl-prev i:before,
.pitem-carousel.owl-carousel .owl-nav .owl-next i:before {
	font-size: calc(1rem + 0.2vw); 
    width: 100%;
    height: 100%;   
    border:1px solid #888 ;
	background-color: #fff;
	border-radius: 2px;
}
 
.pitem-carousel.owl-carousel .owl-nav .owl-prev {
	left: 0; }
.pitem-carousel.owl-carousel .owl-nav .owl-next {
	right: 0;  } 
.pitem-carousel.owl-carousel .owl-nav .owl-prev:hover i:before,
.pitem-carousel.owl-carousel .owl-nav .owl-next:hover i:before { 
    background:var(--info);
    border:1px solid var(--info);
}

.pitem-carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom:-20px; 
} 
.pitem-carousel.owl-carousel .owl-dots .owl-dot { 
	margin: 0 5px; 
}

@media screen and (max-width: 992px) {     
	.pitem-carousel.owl-carousel .owl-nav .owl-prev ,
	.pitem-carousel.owl-carousel .owl-nav .owl-next  {  
		width: 30px;
		height: 30px;   
	}
}	 



 







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

 주요실적

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

/*------  주요실적 - Main-Tab 스타일 ------*/

.Tab1.comm_tabs .nav-item.tab1 a,
.Tab2.comm_tabs .nav-item.tab2 a,
.Tab3.comm_tabs .nav-item.tab3 a,
.Tab4.comm_tabs .nav-item.tab4 a,
.Tab5.comm_tabs .nav-item.tab5 a { 
	background-color:#fff;
	color: #000; 
    border-color: #ccc #ccc #fff; 
}
.Tab1.comm_tabs .nav-item.tab1 .nav-link, 
.Tab2.comm_tabs .nav-item.tab2 .nav-link,  
.Tab3.comm_tabs .nav-item.tab3 .nav-link,  
.Tab4.comm_tabs .nav-item.tab4 .nav-link,  
.Tab5.comm_tabs .nav-item.tab5 .nav-link { 
    background-color: #fff;
}

@media (max-width:767px) { 
	.Tab1.comm_tabs .nav-item.tab1 a,
	.Tab2.comm_tabs .nav-item.tab2 a,
	.Tab3.comm_tabs .nav-item.tab3 a,
	.Tab4.comm_tabs .nav-item.tab4 a,
	.Tab5.comm_tabs .nav-item.tab5 a {  
		border-color: #ccc #ccc #ccc #ccc; 
	}
}


/*------  주요실적 - Sub-Tab 스타일 ------*/

.comm_subtabs .nav-item a { 
    background-color: #f4f4f4; 
		border-color: #fff; 
	color: #444; 
	border-radius: 5px;
	border-width:2px;
} 
.comm_subtabs .nav-item a:hover, 
.comm_subtabs .nav-item a.active { 
    background-color: var(--info);
		border-color: #fff; 
	color: #fff; 
}
.SubTab1.comm_tabs .nav-item.subtab1 a,
.SubTab2.comm_tabs .nav-item.subtab2 a,
.SubTab3.comm_tabs .nav-item.subtab3 a,
.SubTab4.comm_tabs .nav-item.subtab4 a,
.SubTab5.comm_tabs .nav-item.subtab5 a,
.SubTab6.comm_tabs .nav-item.subtab6 a,
.SubTab7.comm_tabs .nav-item.subtab7 a,
.SubTab8.comm_tabs .nav-item.subtab8 a,
.SubTab9.comm_tabs .nav-item.subtab9 a,
.SubTab10.comm_tabs .nav-item.subtab10 a,
.SubTab11.comm_tabs .nav-item.subtab11 a,
.SubTab12.comm_tabs .nav-item.subtab12 a,
.SubTab13.comm_tabs .nav-item.subtab13 a  { 
	background-color:#fff;
	color: #000; 
    border-color: #fff; 
}
.SubTab1.comm_tabs .nav-item.subtab1 .nav-link, 
.SubTab2.comm_tabs .nav-item.subtab2 .nav-link,  
.SubTab3.comm_tabs .nav-item.subtab3 .nav-link,  
.SubTab4.comm_tabs .nav-item.subtab4 .nav-link,  
.SubTab5.comm_tabs .nav-item.subtab5 .nav-link,  
.SubTab6.comm_tabs .nav-item.subtab6 .nav-link,  
.SubTab7.comm_tabs .nav-item.subtab7 .nav-link,  
.SubTab8.comm_tabs .nav-item.subtab8 .nav-link,  
.SubTab9.comm_tabs .nav-item.subtab9 .nav-link,  
.SubTab10.comm_tabs .nav-item.subtab10 .nav-link,  
.SubTab11.comm_tabs .nav-item.subtab11 .nav-link,  
.SubTab12.comm_tabs .nav-item.subtab12 .nav-link,  
.SubTab13.comm_tabs .nav-item.subtab13 .nav-link { 
    background-color: var(--info);
		border-color: #fff; 
	color: #fff; 
}

@media (max-width:767px) { 
	.SubTab1.comm_tabs .nav-item.subtab1 a,
	.SubTab2.comm_tabs .nav-item.subtab2 a,
	.SubTab3.comm_tabs .nav-item.subtab3 a,
	.SubTab4.comm_tabs .nav-item.subtab4 a,
	.SubTab5.comm_tabs .nav-item.subtab5 a,
	.SubTab6.comm_tabs .nav-item.subtab6 a,
	.SubTab7.comm_tabs .nav-item.subtab7 a,
	.SubTab8.comm_tabs .nav-item.subtab8 a,
	.SubTab9.comm_tabs .nav-item.subtab9 a,
	.SubTab10.comm_tabs .nav-item.subtab10 a,
	.SubTab11.comm_tabs .nav-item.subtab11 a,
	.SubTab12.comm_tabs .nav-item.subtab12 a,
	.SubTab13.comm_tabs .nav-item.subtab13 a {  
		border-color: #ccc #ccc #ccc #ccc; 
		border-color: #fff; 
	}
}



.perform-body {  
  position: relative;
  width: 100%;  
	padding:5px 0;
	text-align:left !important;
} 

.perform-name { 
  position: relative;
  width: 100%;  
	padding-bottom: 10px;
	margin-bottom: 10px; 
}  
.perform-con {  
  position: relative;
  width: 100%; 
}  
.perform-name h4,
.perform-name h5  {
	position: relative;
	margin-top: 10px;
	font-weight: 500; 
	padding-left: 0; 
	letter-spacing:-1px;
} 
.perform-name h4:before,
.perform-name h5:before  {
      position: absolute; 
      left: 0; 
	  top:3px;
	  top: 50%;
	  left:-25px;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%); 
      font-family: "bootstrap-icons";
      content: "\F309"; 
	display: none;
	color: #006CC5
}
.perform-name h6 {
	font-weight: 600;
	color:#24365b
} 
.perform-name h6 span {
	font-weight: 500; 
	color:#fff;
	font-size: 90%;
	padding:2px 6px;
	border-radius:3px;
	background: #778aae;
	margin-right: 5px;
	margin-bottom: 12px;
} 
.perform-con h6,
.perform-con p {
	font-weight: 500; 
	color:#333;
} 
.perform-con h6 span,
.perform-con p span {
	font-weight: 500;
	color:#444;
	font-size: 90%;
	padding:2px 8px;
	background: #eee;
	margin-right: 8px;
}  
 
@media (max-width: 992px) {  
}
@media (max-width:767px) {   
	.perform .comm_tabs .tabWrap ul {	text-align: center;  }
	.perform .comm_tabs .tabWrap ul li {	display:inline-block; width:50%; }
	 
}









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

 주요실적 - 프로파일

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

.pprofile  {  
	margin-bottom: 20px;
} 
.pprofile .basic-gallery {  
  --bs-gutter-y: 2rem; 
} 
.comm_tabs .pprofile .tabWrap {
	margin-bottom: 30px;
}
.pprofile .nav-tabs {
    text-align:  ;
    margin: auto;
    display: block;  
}
.pprofile .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
}
.pprofile .nav-tabs a {
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 400;
    background-color: #E8E8E8 ;
    color: #444;
    padding: 5px 20px;
}
  
.comm_tabs .pprofile .nav-item h5,
.comm_tabs .pprofile .nav-item h6,
.comm_tabs .pprofile .nav-item p { 
	font-weight: 400;
}   
.comm_tabs .pprofile .nav-item a:hover,
.comm_tabs .pprofile .nav-item a.active { 
    background-color: var(--info) ;
    border: 1px solid #fff;
    color: #fff; 
}
.comm_tabs .pprofile .nav-tabs .nav-link { padding:10px;}
.comm_tabs .pprofile .nav-tabs .nav-link.active,
.comm_tabs .pprofile .nav-item.show .nav-link { 
    background-color: var(--info) ;
    border: 1px solid #fff;
    color: #fff;
} 

@media (max-width: 992px) {  
	.pprofile .basic-gallery {  
	  --bs-gutter-y: 1.5rem; 
	} 
	.comm_tabs .pprofile .tabWrap {
		margin-bottom: 20px;
	} 
	.comm_tabs .pprofile .tabWrap ul {	 text-align: center; }
	.comm_tabs .pprofile .tabWrap ul li {	display:inline-block; width:33.3333 %;}
}

@media (max-width: 767px) {  
	.pprofile .basic-gallery {  
	  --bs-gutter-y: 1rem; 
	} 
	.comm_tabs .pprofile .tabWrap {
		margin-bottom: 10px;
	} 
	.comm_tabs .pprofile .tabWrap ul li {	display:inline-block;  width:33.3333%; }
}




/*------  주요실적 - Main-Tab 스타일 ------*/

.SubTab1.comm_tabs .pprofile .nav-item.subtab1 a,
.SubTab2.comm_tabs .pprofile .nav-item.subtab2 a,
.SubTab3.comm_tabs .pprofile .nav-item.subtab3 a,
.SubTab4.comm_tabs .pprofile .nav-item.subtab4 a,
.SubTab5.comm_tabs .pprofile .nav-item.subtab5 a,
.SubTab6.comm_tabs .pprofile .nav-item.subtab6 a,
.SubTab7.comm_tabs .pprofile .nav-item.subtab7 a,
.SubTab8.comm_tabs .pprofile .nav-item.subtab8 a,
.SubTab9.comm_tabs .pprofile .nav-item.subtab9 a,
.SubTab10.comm_tabs .pprofile .nav-item.subtab10 a  { 
    background-color: var(--info) ;
    border: 1px solid #fff;
    color: #fff; 
}
.SubTab1.comm_tabs .pprofile .nav-item.subtab1 .nav-link, 
.SubTab2.comm_tabs .pprofile .nav-item.subtab2 .nav-link,  
.SubTab3.comm_tabs .pprofile .nav-item.subtab3 .nav-link,  
.SubTab4.comm_tabs .pprofile .nav-item.subtab4 .nav-link,  
.SubTab5.comm_tabs .pprofile .nav-item.subtab5 .nav-link,  
.SubTab6.comm_tabs .pprofile .nav-item.subtab6 .nav-link,  
.SubTab7.comm_tabs .pprofile .nav-item.subtab7 .nav-link,  
.SubTab8.comm_tabs .pprofile .nav-item.subtab8 .nav-link,  
.SubTab9.comm_tabs .pprofile .nav-item.subtab9 .nav-link,  
.SubTab10.comm_tabs .pprofile .nav-item.subtab10 .nav-link { 
    background-color: var(--info) ;
    border: 1px solid #fff;
    color: #fff;
}

@media (max-width:767px) { 
	.SubTab1.comm_tabs .pprofile .nav-item.subtab1 a,
	.SubTab2.comm_tabs .pprofile .nav-item.subtab2 a,
	.SubTab3.comm_tabs .pprofile .nav-item.subtab3 a,
	.SubTab4.comm_tabs .pprofile .nav-item.subtab4 a,
	.SubTab5.comm_tabs .pprofile .nav-item.subtab5 a,
	.SubTab6.comm_tabs .pprofile .nav-item.subtab6 a,
	.SubTab7.comm_tabs .pprofile .nav-item.subtab7 a,
	.SubTab8.comm_tabs .pprofile .nav-item.subtab8 a,
	.SubTab9.comm_tabs .pprofile .nav-item.subtab9 a,
	.SubTab10.comm_tabs .pprofile .nav-item.subtab10 a {   
	}
}





 



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

 시설장비

--------------------------------------------------------------*/
.facility .basic-gallery { 
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 3rem; 
} 
.facility .basic-gall-txt  { 
	background-color:#f8fbff;
  text-align:left;
    padding:25px; 
  	margin-top: 5px;
}
.facility .basic-gall-txt span { 
	display: block;
  	margin-bottom: 5px;
	font-weight: 700;
	color: #555;
	text-transform: uppercase;
}
.facility .basic-gall-txt h5 {  
	position: relative; 
	font-weight: 600;
	padding-left: 12px;
	color: var(--secondary);
  	margin-bottom: 5px;
}
.facility .basic-gall-txt p {   
	color: #555;
}
 
.facility .basic-gall-txt h5:before  {
	position: absolute;  
	display: block;
	top: 50%;
	left:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);  
	content: "";  
	width: 3px;
	height: 60%;
	background: var(--secondary); 
}

@media (max-width:992px) { 
	.facility .basic-gallery { 
	  --bs-gutter-x: 1.5rem;
	  --bs-gutter-y: 3rem; 
	} 
}

@media (max-width:767px) { 
	.facility .basic-gallery {  
	  --bs-gutter-y: 1.5rem; 
	} 
	.facility  .basic-gallery.w3 .basic-gall-img {
		width: 50%;
	}  
	.facility .basic-gall-txt  { 
		background-color:#fff; 
		padding:15px 0;  
	}
}

 
 