@charset "utf-8";

:root {
		--primary: #0028a5;
		--secondary: #2d2b74; 
		--success: #72bf44; 
		--info: #007fff;
		--warning: #ffd800;
		--danger: #ed0000;
		--light: #dde1ed; 
		--darkblue:#05296d; 
		--font-color-base:#000;
		--font-color-heading:#000;
		--font-color-primary:#00209f;
		--font-color-secondary:#22347c;
		--font-color-warn:#ec2a1d;
		--font-color-success:#009f16;    
		--shadow:0 5px 10px 0px rgba(0, 0, 0, .05);
}

/* 기본 속성 */
background-blend-mode : normal; 
background-blend-mode : multiply;
background-blend-mode : screen;
background-blend-mode : overlay; 
background-blend-mode : darken; 
background-blend-mode : lighten; 
background-blend-mode : color-dodge; 
background-blend-mode : color-burn;
background-blend-mode : hard-light;
background-blend-mode : soft-light;
background-blend-mode : difference;
background-blend-mode : exclusion;
background-blend-mode : hue;
background-blend-mode : saturation;
background-blend-mode : color;
background-blend-mode : luminosity;

/* 다중 속성 */
background-blend-mode : color-dodge, exclusion; 
background-blend-mode : color-dodge, hue; 

/* 전역 속성 */
background-attachment : inherit;   /* 상속 */
background-attachment : initial;   /* 초기화 */
background-attachment : revert;    /* 원래대로 돌리기 */
background-attachment : unset;     /* 설정 해제 */
/* 출처: https://webstoryboy.tistory.com/1825 [WEBSTORYBOY:티스토리] */




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

  공통클래스
  
--------------------------------------------------------------------------------------*/  
.area{margin:0 auto;} /* width 홈페이지 컨텐츠 가로값에 맞게 변경 */
.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}
.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.text-ellipsis{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}    

.clfix:after	{content: "."; display: block; height:0px; clear:both; visibility:hidden}
.clfix	{display: inline-block}
.clfix	{display: block}
* html	.clfix	{height:1%} /* Hides from IE-mac */
.clfix	{zoom:1} /* for IE 5.5-7 */
 

#wrap {
  width: 100%; /*min-width:320px;*/ overflow: hidden;
}
.wrap  {
  position: relative;
  width: 100%;
}
.wrap:before {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: #111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.container:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.subcontainer {
  width: 100%;
  min-width: 320px;
  padding: 3em 0;
}
.subcontainer {
  position: relative;
  width: 100%;
}
.subcontainer:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.contents {
  position: relative;
  width: 100%;
}
.contentWrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.layout {
  position: relative;
  width: 100%;
  clear: both;
  height: 0
}
@media screen and (max-width:992px) {
  .container {
    position: relative;
  }
  .area {
    width: 100%;
  }
  .wrap:before {
    display: none;
  }
}

.container .wrap .spaceWrap, 
.container .wrap.spaceWrap, 
.container .wrap:not(.noSpaces), 
.container-fluid .wrap .spaceWrap, 
.container-fluid .wrap.spaceWrap, 
.container-fluid .wrap:not(.noSpaces) {
  padding: 120px calc(0% + 15px);
  padding: 100px 0 !important;
	margin-top: 50px;
}
@media (max-width: 992px) {
  .container .wrap .spaceWrap, 
	.container .wrap.spaceWrap, 
	.container .wrap:not(.noSpaces),
  .container-fluid .wrap .spaceWrap, 
	.container-fluid .wrap.spaceWrap, 
	.container-fluid .wrap:not(.noSpaces) { 
  	padding: 60px calc(0% + 15px);  
  	padding: 60px 0 !important;
  }
}

.sub-wrap .container .wrap .spaceWrap, 
.sub-wrap .container .wrap.spaceWrap, 
.sub-wrap .container .wrap:not(.noSpaces), 
.sub-wrap .container-fluid .wrap .spaceWrap, 
.sub-wrap .container-fluid .wrap.spaceWrap, 
.sub-wrap .container-fluid .wrap:not(.noSpaces) { 
  padding: 60px 0 !important; 
	margin-top: 20px !important
}
@media (max-width: 992px) {
  .sub-wrap .container .wrap .spaceWrap, 
	.sub-wrap .container .wrap.spaceWrap, 
	.sub-wrap .container .wrap:not(.noSpaces),
  .sub-wrap .container-fluid .wrap .spaceWrap, 
	.sub-wrap .container-fluid .wrap.spaceWrap, 
	.sub-wrap .container-fluid .wrap:not(.noSpaces) {  
  	padding: 40px 0 !important; 
	margin-top: 0 !important
  }
}


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

  레이아웃
  
--------------------------------------------------------------------------------------*/     
section{position:relative; clear:both;}
.site-section {  padding: 6em 0; }
.layout{position:relative; width:100%; clear:both; height:0}
.blank{position:relative; clear:both; height:8em;}
.blank10{position:relative; clear:both; height:10em;}
.clear{position:relative; clear:both; height:4em;}
.clear2{position:relative; clear:both; height:3em;}
.clear3{position:relative; clear:both; height:2em;}

@media (max-width: 768px) {  
	.blank{position:relative; clear:both; height:6em;}
	.blank10{position:relative; clear:both; height:8em;}
	.clear{position:relative; clear:both; height:3em;}
	.clear2{position:relative; clear:both; height:2em;}
	.clear3{position:relative; clear:both; height:1em;}
}

.site-wrap {  }
.sub-wrap { }  
.subM { margin-top:80px;}

@media (max-width: 992px) { 
	.sub-wrap {   }  
	.subM { margin-top:60px;}
}

@media (max-width: 768px) { 
	.sub-wrap {   }  
}

@media (max-width: 576px) { 
	.sub-wrap {   }  
}

  

.bg-light { background:#fafafa !important; } 
.bg-black { background:#121212 !important; } 
.bg-primary {    background-color: var(--primary) !important; }
.bg-secondary {    background-color: var(--secondary) !important; }
.bg-blue { background:#004fc6 !important; } 
.bg-blue2 { background:#0083b9 !important; }  
.bg-darkblue { background:#05296d !important; }  
.bg-skyblue { background:#f8fbff !important; } 
.bg-mint { background:#40c5e3 !important; } 
.bg-green { background-color:#53bb2c!important } 
.bg-bgreen  {  background-color: #059d94 !important; }
.bg-ygreen  {  background-color: #5e9704 !important; }
.bg-organe { background-color:#ee3b02!important }  
.bg-yellow2 { background-color:#fff662!important }   

.bg-green { background-color:#53bb2c!important } 


.border-gray {	border-color:#ccc!important; }

.text-primary,
.text-primary a:not(.btn),
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary .h1,
.text-primary .h2,
.text-primary .h3,
.text-primary .h4,
.text-primary .h5,
.text-primary .h6,
.text-primary .display-1,
.text-primary .display-2,
.text-primary .display-3,
.text-primary .display-4,
.text-secondary:hover,
.text-secondary:focus 
a.text-secondary:hover,
a.text-secondary:focus {  color: var(--primary) !important; }

.text-secondary,
.text-secondary a:not(.btn),
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary .h1,
.text-secondary .h2,
.text-secondary .h3,
.text-secondary .h4,
.text-secondary .h5,
.text-secondary .h6,
.text-secondary .display-1,
.text-secondary .display-2,
.text-secondary .display-3,
.text-secondary .display-4,
.text-secondary:hover,
.text-secondary:focus 
a.text-secondary:hover,
a.text-secondary:focus {   color: var(--secondary) !important; }

.text-darkblue,
.text-darkblue a:not(.btn),
.text-darkblue h1,
.text-darkblue h2,
.text-darkblue h3,
.text-darkblue h4,
.text-darkblue h5,
.text-darkblue h6,
.text-darkblue .h1,
.text-darkblue .h2,
.text-darkblue .h3,
.text-darkblue .h4,
.text-darkblue .h5,
.text-darkblue .h6,
.text-darkblue .display-1,
.text-darkblue .display-2,
.text-darkblue .display-3,
.text-darkblue .display-4,
.text-darkblue:hover,
.text-darkblue:focus 
a.text-darkblue:hover,
a.text-darkblue:focus {   color: var(--darkblue) !important; }

.text-primary .text-muted {  color: rgba(23, 79, 132, 0.7) !important; }
 
.text-orange  {  color: #fd7e14 !important; }
.text-pink  {  color: #ed0c7b !important; }
.text-purple  {  color: #6f42c1 !important; }
.text-bgreen  {  color: #059d94 !important; }
.text-ygreen  {  color: #5e9704 !important; } 
.text-blue  {  color: #004fc6 !important; }
.text-blue2  {  color: #006cdb !important; }
.text-skyblue { color:#3bb5f0 !important; } 
.text-mint { color:#4edaf9 !important; } 
.text-warning  {  color: #ffd800 !important; } 
.text-warning:hover  {  color: #ffd800 !important; } 
 

strong { font-weight: 700;  } 

.divide { display: none;  }




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

  섹션-공통
  
--------------------------------------------------------------------------------------*/     
.section {  
	position: relative; 
	display: -webkit-box;
	display: flex;  
	flex-wrap:wrap;
	align-items: center !important; 
	justify-content: center !important; 
	padding: 0;
}
 
 
.area {
	  padding-top:120px;
	  padding-bottom:120px;  
} 
.main-contents {position:relative;   padding : 50px 0; } 

@media (max-width: 992px) {  
	.area { 
		padding-top:100px;
		padding-bottom:100px; 
	}
}

@media (max-width: 768px) {
	.area { 
		padding-top:80px;
		padding-bottom:80px;  
	} 
}

@media (max-width: 576px) {
	.area { 
		padding-top:60px;
		padding-bottom:60px;
	}    
}

 

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

  메인 타이틀-공통
  
--------------------------------------------------------------------------------------*/   
.MTC { 
  	position: relative; 
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	margin-top:calc(-1 * var(--bs-gutter-y));
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x)); 
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between ;
	align-items: flex-start ;
}
.MTC > * {
  flex-shrink: 0;
  width: 100%; 
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}
.MTC.align-stretch {
	align-content: stretch;
}
.MTC.align-center {  
	align-items: center ;
}
.MTC.align-end {  
	align-items: flex-end;
}	
.main-title { 
  position: relative;  
  z-index:9;   
  margin-bottom:50px;  
} 
.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6  { position: relative; font-weight: 200; } 
 
.main-title .section-area { line-height:1.4;  font-weight: 600;  margin-bottom:20px;  }  
.main-title .section-area span { color: var(--primary); }  
.main-title .section-title { letter-spacing:-.5px;  font-weight: 200;  }
.main-title .section-title span { color: var(--secondary); }   
.main-title .section-text { line-height:1.6;  font-weight: 400;  margin-top:20px;  } 
.main-title strong { font-weight: 800; }   
.main-title strong > span { font-weight: 800; } 

.mleft {
	flex:0 0 auto;  
	width: 50%;
} 
.mright {
	flex:0 0 auto; 
	width: 50%;
} 
 

@media (max-width: 1240px) {  
	.main-title p {   }  
}

@media (max-width: 992px) {  
	.mleft { 
		width:100%;
	} 
	.mright {
		width:100%;
	}     
	.main-title {  
	  margin-bottom:40px; 
	}  
	.main-title .section-title br  {  display:block ; }   
	.main-title .section-text {   }   
}
@media (max-width: 768px) { 
	.main-title {  
	  margin-bottom:30px; 
	}  
	.main-title  br  {  }  
	.main-title h6 br { display: none;}  
	.main-title h6 .divide { display: block ;  } 
}
@media (max-width: 576px) {   
}



.sub .main-title {  
  margin-bottom:30px; 
  text-align: center; 
} 
 
 
 
 

 
 

 
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}






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

  컨텐츠 메인 서브 내용
  
--------------------------------------------------------------------------------------*/   
.text-title p,
.text-title .p,
.ttp {   font-size:1.3rem;  font-weight:500;  line-height:1.6; letter-spacing:-.5px;  } 

@media screen and (max-width: 1400px) {
    .text-title p,
    .text-title .p,
    .ttp  {  font-size: calc(0.95rem + 0.25vw) ;  }
} 
@media (max-width: 1400px) {  
    .text-title p br,
    .text-title .p br,
    .ttp br {	  }   
} 

.text-section p,
.text-section .p,
.tsp   {   font-size:1.2rem;  font-weight:500 ;  line-height:1.6; letter-spacing:-.5px;  } 

@media screen and (max-width: 1400px) {
    .text-section p,
    .text-section .p,
    .tsp  {  font-size: calc(0.85rem + 0.25vw) ; }
} 
@media (max-width: 1400px) {  
    .text-section p br,
    .text-section .p br,
    .tsp br  {  }  
}

.esti-txt {  }
.esti-txt p { }  
.essential { color:#e8006d !important; }









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

  오버레이 공통
  
--------------------------------------------------------------------------------------*/
.overlay {    position: relative; }
.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, .1);
      z-index: 1; }  
.overlay > div,
.overlay > .container,
.overlay  > .con_detail,
.overlay  > .board_detail, 
.overlay  > .sub-contents { 
	position: relative; 
	z-index: 5; }  





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

  기타 공통
  
--------------------------------------------------------------------------------------*/

.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  overflow:hidden; 
  border-radius:.3rem!important }

.hover-img { 
	position:relative; 
	overflow:hidden; 
}
.hover-img img { 
	transition: 0.3s;
}
.hover-img:hover img {
	transform: scale(1.1); 
}
  
 
 
.jm-sticky-top {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 120px; padding-top: ; 
	height:100%!important
}
 .jm-sticky-top.h-100 {
	height:100%!important
}
@media (max-width: 992px) { 
	.jm-sticky-top {
	  position:relative !important; 
	  top: 0; padding-top: 0; 
	  height:auto
	}
	.jm-sticky-top.h-100 {
	  height:auto !important
	}
}



hr {
	margin:1rem 0 2rem;
	color:inherit;
	background-color:currentColor;
	border:0;
	opacity:.15
}
hr:not([size]) {
height:1px
}





.rounded-15 {
    border-radius: 15px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}
 


/* a 링크 무효화시키기 
a {
    pointer-events: none;
} 
*/

 
 

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

  버튼 커스텀 공통
  
--------------------------------------------------------------------------------------*/ 
  
.btn-custom {
	color:#222;
	background-color:transparent; 
	border:1px solid #444;
	border-radius: 2px !important;  
	padding:15px 30px; 
	border-radius: 0;  
	font-size: calc(1rem + 0.15vw);
	letter-spacing: -.5px;
	font-weight:400; 
}
.btn-custom:hover {
	color:var(--primary); 
	border:1px solid var(--primary);
}
.btn-custom.focus, .btn-custom:focus {
	box-shadow:0 0 0 .2rem rgba(38, 93, 241, .5)
}
.btn-custom.disabled, .btn-custom:disabled {
	color:var(--primary);
	background-color:transparent
} 
 .btn-custom i{  
	margin-left: 15px !important; 
	margin-right: 15px;     
}  


.btn-custom.primary {
	color:var(--primary) !important;
	background-color:transparent !important; 
	border:1px solid var(--primary); 
}
.btn-custom.primary:hover {
	color:var(--primary) !important;  
	border:1px solid var(--primary);
}


.btn-custom.white {
	color:#fff !important;
	background-color:transparent !important; 
	border:1px solid #fff; 
}
.btn-custom.white:hover {
	color:var(--primary) !important;  
	border:1px solid var(--primary);
}



 








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

  화살표 공통
  
--------------------------------------------------------------------------------------*/ 
.arrow  { position: relative;  }
.arrow img,
.arrow svg { position: relative;  width:50%; max-width:26px; }
.arrow path { fill:#222;  width:100%; 
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; } 
.arrow:hover path { fill:var(--primary);   }  






  
  






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

  Product
  
--------------------------------------------------------------------------------------*/
#product {  
}
#product .main-title .section-title strong > span { color:inherit; font-weight: 800; } 

.testimonial-slider {
  position: relative
}
.testimonial-slider .testimonial-item {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  position: relative; 
	background-color: #093b74;
	background-image: url("../img/main/p-bg.jpg");
	background-size:cover;
	padding: 20px 0 ;
}
.testimonial-slider .testimonial-item .ta-pic {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  position: relative;  
	padding: 20px 10px ;
}
.testimonial-slider .testimonial-item .ta-pic.hover-img {}
.testimonial-slider .testimonial-item .ta-pic.hover-img img {
  /* object-fit: cover; */
  margin: auto;
	
}
.testimonial-slider .testimonial-item .ta-text {
  width: 100%;
  box-sizing: border-box; 
	padding: 30px 50px 0;
  z-index: 999
}
.testimonial-slider .testimonial-item .ta-text h3,
.testimonial-slider .testimonial-item .ta-text h4,
.testimonial-slider .testimonial-item .ta-text h5 {
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  text-align: left;
	text-transform: uppercase
} 
@media screen and (max-width:992px) { 
}
@media screen and (max-width:767px) { 
	.testimonial-slider {
		padding: 0 20px ;
	}
	.testimonial-slider .testimonial-item { 
		padding: 20px 0 ;
	}
	.testimonial-slider .testimonial-item .ta-pic { 
  		width: 95%;
		padding: 15px 10px ;
	} 
	.testimonial-slider .testimonial-item .ta-text { 
		padding: 0px 30px 0; 
	}
}
@media screen and (max-width:576px) {
  .testimonial-slider .testimonial-item .ti-author {
    text-align: center;
  }
  .testimonial-slider .testimonial-item .ta-text h5 {
    text-align: center;
  }
}


#product .owl-carousel .owl-nav {
	position: absolute; 
	justify-content:flex-end;
	align-items: center;
	width:100%;  
	left:auto; right:0; 
	top:-120px; 
} 
#product .owl-carousel .owl-nav .owl-prev {
	left: 0; }
#product .owl-carousel .owl-nav .owl-next {
	right: 0;  } 

@media screen and (max-width:992px) { 
	#product .owl-carousel .owl-nav {
		position: relative; 
		justify-content:center;
		align-items: center;
		 right:auto; 
		top:10px; 
	} 
	.owl-carousel .owl-nav .owl-prev i:before,
	.owl-carousel .owl-nav .owl-next i:before {  
	}
}






.prod-logo { position: absolute; 
	width:50%;  min-width:300px;  max-width:600px;   
	top:100%; 
	right:0; left:auto;
	z-index: 2;  
	overflow: visible;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%); 
}
.prod-logo img,
.prod-logo svg { position: relative;  width:100%;  min-width:300px;  max-width:600px;   opacity: .3}
.prod-logo path { fill:#8e9ab6;  width:100%; 
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }     
 
@media screen and (max-width:767px) {   
	.prod-logo img,
	.prod-logo svg { display: none }   
} 
@media screen and (max-width:576px) { 
}












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

  adsol
  
--------------------------------------------------------------------------------------*/
#adsol {  
}
#adsol .background {
  background-color: #111; 
  background-image: url(../img/main/adsol-bg.jpg); 
  background-position:  center center;
  background-size: cover; 
}    
#adsol .contents { 
	position: relative;
	width:auto;
	display: inline-block;
	padding:80px ;
	background: #fff; 
	clip-path: polygon(0% 0, 100% 0%, 100% 90%, 90% 100%, 00% 100%);
}    
#adsol .container {  
	z-index: 9; 
}

#adsol .Title { 
	position:absolute;
	z-index: 5; bottom:-20px; left:0; right:0;  
	width: auto; 
	padding-right:5%;
	padding-left:5%;
}
#adsol .Title h1.display-b1 {  
	line-height: 1; font-weight: 900;  
	color: #fff; letter-spacing: -5px; text-align:right;
    font-size: 11rem;  
        font-size: calc(7rem + 3vw);
} 
#adsol .Title h1.display-b1 span { 
	position: relative;   
	margin-bottom: -30px; 
    font-size: 12rem;  
        font-size: calc(8rem + 3vw);
} 
 
@media (max-width: 1600px) {   
    #adsol .Title h1.display-b1 {
        font-size: 6rem;  
        font-size: calc(5rem + 2vw);
    }
    #adsol .Title h1.display-b1 span {
        font-size: 7rem;  
        font-size: calc(6rem + 2vw);
    }
}
 
@media (max-width: 1240px) {   
    #adsol .Title h1.display-b1 {
        font-size: 6rem;  
        font-size: calc(4rem + 2vw);
    }
    #adsol .Title h1.display-b1 span {
        font-size: 7rem;  
        font-size: calc(5rem + 2vw);
    }
}
 
@media (max-width: 1024px) {  
	#adsol .contents {  
		padding:60px;  
	}  
	#adsol .Title {  
		bottom:-10px;  
	}
    #adsol .Title h1.display-b1 { 
    }
    #adsol .Title h1.display-b1 span { 
    }
}
 
@media (max-width: 992px) {  
	#adsol .contents {  
		padding:50px;  
	}   
}
 
@media (max-width: 767px) {  
	#adsol .contents {  
		padding:40px;  
	}    
    #adsol .Title   {
        display: none;
    }
}
@media (max-width: 576px) {  
	#adsol .contents {  
		padding:30px;  
	}   
}









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

  belief
  
--------------------------------------------------------------------------------------*/
#belief {  
  background-color: #fff; 
}
#belief .background {
  background-color: #fff; 
  background-image: url(../img/main/belief-bg.jpg); 
  background-position:  center center;
  background-size: cover;  
	background-repeat: no-repeat;
	border-width: 80px 60px 60px;
	border-color: #fff;
	border-style: solid;
}    
#belief .contents {  
	padding:80px;  
} 

#belief .main-title .section-area { color:#fff }     
#belief .main-title .section-title { color:#fff  }   
#belief .main-title .section-text { color:#fff  }    
#belief .main-title .section-title strong > span { color:#fff ; font-weight: 800; } 

 
@media (max-width: 1240px) {  
}
 
@media (max-width: 992px) {  
	#belief .background { 
		border-width: 80px 50px 50px;  
	}  
}
 
@media (max-width: 767px) {  
	#belief .background { 
		border-width: 60px 40px 40px; 
		border-width: 0; 
	}  
}
@media (max-width: 576px) {
	#belief .background { 
		border-width: 50px 30px 30px; 
		border-width: 0; 
	}  
}







 





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

  trust contact
  
--------------------------------------------------------------------------------------*/
#techno {   
} 

.techno-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap; 
	justify-content: center; 
	padding: 0;
	width: calc(100vw);
	height: calc(100vh);
} 
.techno-wrap > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.techno {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;  
  background-image: url(../img/main/trust-bg.jpg); 
  background-position:  center center;
  background-size: cover; 
	padding: 50px 100px 0 100px;
} 

.contact {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;  
  background-image: url(../img/main/cust-bg.jpg); 
  background-position:  center center;
  background-size: cover; 
	padding: 50px 100px 0 100px;
} 

#techno .background {  
	display: none;
} 

#techno .MTC { }   
#techno .main-title .section-area { color:#fff }     
#techno .main-title .section-title { color:#fff  }   
#techno .main-title .section-text { color:#fff  }   
#techno .main-title .section-title strong > span { color:#fff ; font-weight: 800; }  

#techno .contents { 
} 

#techno .input_field input, 
#techno .input_field textarea { 
  border: transparent !important;  
}

#techno .nice-select { 
  border: transparent !important; 
} 

#techno .esti-item  { padding:4px 0 !important;  }

@media screen and (max-width:1240px) {  
	.techno {  
		padding: 0 50px 0 50px;
	} 

	.contact {   
		padding: 0 50px 0 50px;
	} 
 
}  

@media screen and (max-width:992px) {  
	.techno { 
	  width: 100%;    
	}  
	.contact {  
		display: none;
	} 

	#techno .background{  
		 display: block;
	  background-color: #fff;  
	  background-image: url(../img/main/trust-bg.jpg); 
	  background-position:  center center;
	  background-size: cover; 
	}
	.trust,
	.contact {
	  background: none;   
	} 
}  

@media screen and (max-width:576px) { 
} 




 








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

  footer
  
--------------------------------------------------------------------------------------*/ 
#footer { 
  box-sizing: border-box;
  z-index: 90;
  background: #111111;
}
#footer footer {}
#fnb {
  width: 100%;
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
#fnb:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: #4c4c4c;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#fnb .foot_logo {
  position: relative;
  width: 100%;
  text-align:left;
	margin-bottom: 20px;
}
#fnb .foot_logo img {
  width: 30%;
  max-width: 80px;
  opacity: 1; 
}
#fnb .foot_menu {
  position: relative;
  width: 60%;
  text-align: right;
}
#fnb .foot_menu li {
  position: relative;
  display: inline-block;
  text-align: right;
  color: #a8a8a8;
  line-height: 1.6;
  margin: 0 1em;
  word-break: keep-all;
  font-weight: 300;
}
#fnb .foot_menu li:last-child {
  margin: 0 0 0 1em;
}
#fnb .foot_menu li a {
  color: #fff;
  font-size: 1.1rem;
}
#fnb .foot_menu li a:hover {
  color: #fff;
}
#fnb .foot_menu li + li:after {
  position: absolute;
  display: inline-block;
  content: "/";
  color: #ddd;
  left: -1em;
}
#copyright {
  margin-bottom: 3em;
}
.copy_con {
	margin: 30px ;
	padding-left: 150px;
}
.copy_con:after {
  display: block;
  content: "";
  clear: both;
}
.copy_con ul { 
  text-align: ;
}
.copy_con ul:after {
  display: block;
  content: "";
  clear: both;
}
.copy_con ul li {
  font-size: 1.15rem;
  color: #a8a8a8 !important;
  line-height: 1.2;
  margin:.25em 1.5em .25em 0;
  word-break: keep-all;
  display: inline-block;
  text-align:  ;
}
.copy_con ul li a {
  color: #fff; 
}
.bottom .copy {
  display: none;
}
main .bottom .copy {
  display: none;
}
main .copy {
  display: block;
  display: none;
}

footer .copy {
  position: relative;
  padding-top: 1em;
  color: #c1c1c1 !important; 
  font-size: 1.1rem;
  display: block !important;
  text-align: ;
}
  
@media (max-width: 1240px) { 
	.copy_con { 
		padding-left: 100px;
	}
	.copy_con ul li {
	  font-size:  calc(.85rem + .1vw); 
	}
	footer .copy { 
	  font-size:  calc(.85rem + .1vw);  
	}
}

@media screen and (max-width:992px) {
  #fnb {
    padding: 2em 0;
  }
  #fnb .foot_logo {
    width: 100%;
    text-align: center;
	margin-bottom: 0;
  }
  #fnb .foot_logo img { 
  	max-width: 60px; 
  }
 
  #fnb .foot_menu {
    width: 100%;
    text-align: center;
  } 
  #fnb .foot_menu li:first-child {
    margin: 0;
  }
	.copy_con { 
		margin: 20px;
		padding-left: 0;
	}
}
@media screen and (max-width:767px) { 
  #fnb .foot_menu li {
    margin: 0 .5em;
  } 
	.copy_con {
		margin: 15px ; 
	}
} 
@media screen and (max-width:576px) { 
  #footer {
    padding-bottom: 3em;
  }  
 
}
	
	
	
	
  


 






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

  Right - Tel / Inquiry / Top
  
--------------------------------------------------------------------------------------*/   
#st-backtotop { position: fixed; bottom: 5%; right:1%; text-decoration: none;  z-index: 92; cursor: pointer;  
	/* -webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, .25);
	box-shadow: 0 10px 20px 0px rgba(0, 0, 0, .25); 
	  background: rgba(0,0,0,.65);*/
	display: none;
} 
.sub-wrap #st-backtotop { display: block ; } 
.st-wrap { position: relative;  width:auto; }  
.st-wrap > div { position: relative;  border-bottom: 1px solid #595959 ;  }  
.st-wrap > div.none {   border-bottom: none;  }  
.st-wrap .st-btn,
.st-wrap .st-btn a{ text-align:center; margin-bottom:0px; 
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	 position: relative; 
	display: -webkit-box;
	display: flex;  
	flex-wrap:wrap;
	flex-direction:column;
	align-items: center !important; 
	justify-content: center !important; 
	font-size: calc(0.9rem + 0.2vw);  color: #fff ;  font-weight: 400;}

.st-wrap .st-btn a p {  font-weight: 400; line-height: 1.2; margin-bottom: 5px;}
	
.st-wrap .st-btn a h3,
.st-wrap .st-btn a h4 {  font-weight: 500; line-height: 1.1; color:var(--secondary)} 
.st-wrap .st-btn span { } 
.st-wrap .st-btn:hover a { color:var(--secondary) } 

.st-wrap .st-title { 
	  background: rgb(0,32,159,1);
	  background: linear-gradient(120deg,  rgba(0,155,40,1) 5%,  rgba(0,32,159,1) 95%)  !important;  text-align: center; }

.st-tel {   }
.st-tel i{ color: #fff;  display: none !important}	

.st-wrap .st-inqu {  color: #fff;  background: var(--primary); border-bottom: none !important;  padding:25px 15px 30px 20px !important;  }
.st-wrap .st-inqu a h5,
.st-wrap .st-inqu a h6 {  color: #fff;   font-weight: 400; }
.st-wrap .st-inqu:hover {  color: var(--secondary);  background: var(--primary) } 

.st-top {  width:65px; padding: 15px 15px 18px;  margin:auto;  text-align: center;
	  background: rgba(255,255,255, 1);
	border: 1px solid #666; 
	border-radius:3px;}
.st-top i,
.st-top a {   color: #666;  font-size: calc(0.9rem + 0.3vw) !important;  }  
.st-top img,
.st-top svg { position: relative;  width:20px; max-width:35px; margin: auto; }
.st-top path { fill:#222;  width:100%; 
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; } 
.st-top:hover path { fill:var(--primary);   } 
.st-top.white path { fill:#444; } 
.st-top.white:hover path { fill:#000; } 
.st-top.black path { fill:#000; }
.st-top.black:hover path { fill:var(--primary); }   
 
 @media (max-width: 992px) { 
	#st-backtotop { display: none !important ;} 
	#st-backtotop > div,
	#st-backtotop > div a{ }
	#st-backtotop > div i{ font-size:1.4rem;   } 
	#st-backtotop > div a span { } 
	.st-btn { } 
 }
 
  @media (max-width: 768px) { 
	#st-backtotop {  }  
	#st-backtotop > div,
	#st-backtotop > div a{ }
	#st-backtotop > div i{   } 
	.st-top { } 
 }
  
  @media (max-width: 576px) {  
	#st-backtotop > div,
	#st-backtotop > div a{ width:50px; height:50px; }
	#st-backtotop > div i{  font-size:1.5rem;   } 
 }
  
 
 
/*------------------------------------------------------------------------------------

  footer-menu-bottom
  
--------------------------------------------------------------------------------------*/ 

.footer-menu-bottom{  display:none; } 
 @media (max-width: 992px) { 
	.footer-menu-bottom{ padding-top:0px; height:50px; text-align:left; display: ; z-index:91;  display:block;  } 
	.footer-menu-bottom a{ height:;  line-height:; color:#fff;  padding:8px 0%;  border-radius:100px; text-align:center; margin:auto; }
	.footer-menu-bottom a i{ vertical-align:middle;   }
	.footer-menu-bottom.menu-num1 a{ }
	.footer-menu-bottom.menu-num2 a{ }  
	.footer-menu-bottom a:nth-child(1){ background: rgba(0,0,0,.9); border: 1px solid rgba(0,0,0,.95); color: #00a8ff; font-weight: 600; }
	.footer-menu-bottom a:nth-child(2){ background:var(--primary); border: 1px solid var(--primary); color:#fff; font-weight: 600; }
	.footer-menu-bottom a:nth-child(3){ background:var(--primary); border: 1px solid var(--primary); color:#fff; }
	.footer-menu-bottom a:nth-child(3) i{line-height:; text-align:center; background-color:#; color:#fff; margin-right:0px;  } 
	.footer-menu-fixed{position:fixed; bottom:0px; left:0; width:100%; padding:3px; background:rgba(0,0,0,.0); z-index:91; }
	.footer-menu-wrap{width:100%; max-width:900px; margin: 0 auto;  }
 }
 

 



 


 
 



 

 

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

  문의
  
--------------------------------------------------------------------------------------*/
.input_field  { position: relative; }
.input_field input, 
.input_field textarea {
  width: 100%;
  position: relative;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #afafaf;
  padding:0 15px; 
  background: transparent;
  color: #111; 
  line-height:;
  background:#fff;
  font-size: calc(1rem + 0.1vw);
}

.input_field textarea {  padding:18px;}
.input_field input::placeholder, 
.input_field textarea::placeholder {
  color: #444;
  font-weight: 400; 
}  
	
.input_field input:focus, 
.input_field textarea:focus {  outline: none;}
.input_field textarea {  height: 100px;}

 
.esti-ct  { position:relative; margin:10px 0 10px}
.esti-ct h6 { position:relative; font-weight: 500; }
.esti-ct h6 .check::after { 
	position:relative;
	content: "\F151";  
	right:auto;   
	color:#e8006d;
	font-weight:400; 
	font-size:.85rem;
	margin-left:5px;
	 font-family: 'bootstrap-icons';  
	 display:inline-block;
}
.input_field .check2::after { 
	position:absolute;
	content: "\F151"; 
	left:auto;    
	right:1rem;   
	top:50%;
	color:#e8006d;
	font-weight:400; 
	font-size:.85rem;
	margin-left:5px;
	 font-family: 'bootstrap-icons';  
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
  
.form-select::after {
	content: "\f107";
	display: block; 
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 60%;
	transition: all 0.15s ease-in-out; 
  	font-family: 'icomoon';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #222; 
}

/*
.esti-item  { display: flex; }
.esti-item > div { padding:8px 0; }
.esti-item.fdc  { flex-direction: column !important;}
.esti-item.fdr  { flex-direction: row !important;}
.esti-item.row  {  align-items: center; }  
.esti-item.row .row {  align-items: center;  	} 
.esti-item.row .row > .col, 
.esti-item.row .row > [class*="col-"]  {  
	padding-right: 5px;
    padding-left: 5px; 
}
@media screen and (max-width:768px){     
	.esti-item  { display:block; }
	.esti-item > div { padding:5px 0; }
	.esti-item.row .row {  
		align-items: center;  	
		margin-right: -2px;
		margin-left: -2px;
	} 
	.esti-item.row .row > .col, 
	.esti-item.row .row > [class*="col-"]  {  
		padding-right: 2px;
		padding-left: 2px; 
	}
	.esti-item > .w-50 {
		width: 100%!important; 
	}
} 
*/
.esti-item {
  position: relative;
  --bs-gutter-x: 1rem;
  --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)); 
}
.esti-item.center { justify-content: center; }
.esti-item.between { justify-content: space-between; }
.esti-item > * {
  position: relative;
  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); 
}

.esti-item.w2 > div { 
  width: 50%; 
}

.esti-item.w3 > div { 
  width: 33.333333%; 
}

.esti-item.w4 > div { 
  width: 25%; 
} 

.esti-item.w5 > div { 
  width: 20%; 
} 
  
@media (max-width: 992px) {
  .esti-item.w3 > div {
    width: 50%;
  }
  .esti-item.w4 > div {
    width: 50%;
  }
	.esti-item.w5 > div { 
	  width: 33.3333%; 
	} 
}
@media (max-width:767px) { 
	.esti-item.w3  > div { 
	  width: 100%; 
	} 
	.esti-item.w4  > div { 
 	 width: 50%; 
	}  
	.esti-item.w5  > div { 
	  width: 33.333333%; 
	} 

}
@media (max-width:576px) {
  .esti-item.w2 > div {
    width: 100%;
  } 
	.esti-item.w5 > div { 
	  width: 50%; 
	} 
}


.sort {
  position: relative;
  width: 100%;  
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: .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)); 
}
.sort.center { justify-content: center; }
.sort.between { justify-content: space-between; }
.sort > * {
  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)
}
.sort-con {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;  
} 
.sort-con .h6 {
  font-weight: 400;
	margin-left: 5px;
} 
.sort.w1 .sort-con { 
  width: 100%; 
}

.sort.w3 .sort-con { 
  width: 33.333333%; 
}

.sort.w4 .sort-con { 
  width: 25%; 
} 
  
@media (max-width:767px) { 
	.sort.w2 > .sort-con { 
	  width: 100%; 
	} 
	.sort.w4 .sort-con { 
 	 width: 50%; 
	}    
}
@media (max-width:576px) { 
  .sort-con {
    width: 100%;
  } 
  .sort.w3 .sort-con {
    width: 50%;
  } 
}






input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	font-weight: 500;
}
 
input,   
button  {  /*font-size:1.05rem;*/} 

@media screen and (max-width:768px){  
	input,   
	button  { /* font-size:1rem; */} 
}

@media screen and (max-width:576px){ 
	input, 
	button  {/*  font-size:.95rem; */} 
}
   
.radio-wrapper .select-radio .radio {
	margin:0.5rem; 
	margin:0.5rem 1rem 0.5rem 0.5rem; 
	display:inline-block
}

.radio-wrapper .form-check .form-check-label { 
    padding-left: 0; 
} 
.radio-wrapper .select-radio .radio label {
	cursor:pointer;
	margin-left:-2px; 
	color:#222;
	font-size:1.15rem;
	font-weight: 500;
	line-height:1.4em;
} 


.radio-wrapper .select-radio .radio input[type="radio"] {
	position:absolute;
	opacity:0;
	cursor:pointer
}
.radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:before {
	content:'';
	background:#fff;
	border-radius:100%;
	border:1px solid #afafaf;
	display:inline-block;
	width:1.3em;
	height:1.3em;
	position:relative; 
	margin-right:10px;
	margin-top: 3px;
	vertical-align:top;
	cursor:pointer;
	text-align: ;
	transition:all 250ms ease
}
.radio-wrapper .select-radio .radio input[type="radio"]:checked+.radio-label:before {
	background-color:var(--info);
	box-shadow:inset 0 0 0 2px #f4f4f4
}
.radio-wrapper .select-radio .radio input[type="radio"]:focus+.radio-label:before {
	outline:none;
	border-color:var(--info)
}
.radio-wrapper .select-radio .radio input[type="radio"]:disabled+.radio-label:before {
	box-shadow:inset 0 0 0 2px #f4f4f4;
	border-color:#afafaf;
	background:#b4b4b4
}
.radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:empty:before {
	margin-right:0
}
@media (max-width: 1240px) { 
	.radio-wrapper {		display:block	} 
}
@media screen and (max-width:992px){ 
	.estimate-wrapper { 		padding:50px; 	}
}
@media screen and (max-width:768px){ 
	.estimate-wrapper { 		padding:30px; 	}
	.radio-wrapper .select-radio .radio label { 
		font-size:1rem; 
	} 
}
@media screen and (max-width:576px){ 
	.estimate-wrapper { 		padding:20px; 	}
	.radio-wrapper .select-radio .radio label { 
		font-size:.95rem; 
	} 
}
@media screen and (max-width:340px){ 
	.estimate-wrapper { 		padding:10px; 	}
}
	
	
@media (prefers-reduced-motion:reduce) {
	.form-check-input {
	transition:none
	}
}
.checkbox-wrapper .select-checkbox .checkbox {
	margin:0.5rem; 
	margin:0.5rem 1rem 0.5rem 0.5rem; 
	display:inline-block
}

.checkbox-wrapper .form-check .form-check-label { 
    padding-left: 0; 
} 
.checkbox-wrapper .select-checkbox .checkbox label {
	cursor:pointer;
	margin-left:-2px; 
	color:#222;
	font-size:1.1rem;
	line-height:1.4em;
} 

.checkbox-wrapper .select-checkbox .checkbox input[type="checkbox"] {
	position:absolute;
	opacity:0;
	cursor:pointer
}
.checkbox-wrapper .select-checkbox .checkbox input[type="checkbox"]+.checkbox-label:before {
	content:'';
	background:#fff;
	border-radius:3px;
	border:1px solid #afafaf;
	display:inline-block;
	width:1.4em;
	height:1.4em;
	position:relative; 
	margin-right:10px;
	vertical-align:top;
	cursor:pointer;
	text-align: ;
	transition:all 250ms ease
}
.checkbox-wrapper .select-checkbox .checkbox input[type="checkbox"]:checked+.checkbox-label:before {
	box-shadow:inset 0 0 0 0px #f4f4f4; 
    content: '\F272';
    color: white;
	text-align: center;
    font-family: 'bootstrap-icons';
    background-color: var(--info);
    border-color:  var(--info); 

	
}
.checkbox-wrapper .select-checkbox .checkbox input[type="checkbox"]:focus+.checkbox-label:before {
	outline:none;
	border-color:#435ebe
}
.checkbox-wrapper .select-checkbox .checkbox input[type="checkbox"]:disabled+.checkbox-label:before {
	box-shadow:inset 0 0 0 4px #f4f4f4;
	border-color:#afafaf;
	background:#b4b4b4
}
.checkbox-wrapper .select-checkbox .checkbox input[type="checkbox"]+.checkbox-label:empty:before {
	margin-right:0
}
.form-check-input[type=checkbox] {
	border-radius:.3em
} 
.form-check-input:active {
	filter:brightness(90%)
}
.form-check-input:focus {
	border-color:#a1afdf;
	outline:0;
	box-shadow:0 0 0 .25rem rgba(67, 94, 190, .25)
}
.form-check-input:checked {
	background-color:#435ebe;
	border-color:#435ebe
}
.form-check-input:checked[type=checkbox] {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
}
.form-check-input[type=checkbox]:indeterminate {
	background-color:#435ebe;
	border-color:#435ebe;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}
.form-check-input:disabled {
	pointer-events:none;
	filter:none;
	opacity:.5
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	opacity:.5
}
	
@media screen and (max-width:768px){  
	.checkbox-wrapper .select-checkbox .checkbox label { 
		font-size:1rem; 
	} 
}
@media screen and (max-width:576px){  
	.checkbox-wrapper .select-checkbox .checkbox label { 
		font-size:.95rem; 
	} 
}


.a_group > .row ,
.a_group .row.addrow { padding:8px 0; background:#fff; margin:0; width:100%; border-bottom:1px solid #ccc; }
.a_group > .row:nth-child(2n) ,
.a_group .row.addrow:nth-child(2n)  {  }
.a_group .a_group_field   { background:#f2f9fd; border-top:1px solid #ccc; }
.a_group .esti-item  { padding:3px 0; }
.a_group .esti-item.row  { border-bottom:none !important; } 
.radio-wrapper .select-radio .radio { 
	margin:0.25rem 0.5rem 0.25rem 0.25rem;  
}
.a_group .radio-wrapper .select-radio .radio label {  
	font-size:1rem;
	line-height:1.2em;
} 
.a_group .radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:before { 
	width:1.2em;
	height:1.2em; 
}

.checkbox-wrapper .select-checkbox .checkbox { 
	margin:0.25rem 0.5rem 0.25rem 0.25rem;  
}
.a_group .checkbox-wrapper .select-checkbox .checkbox label {  
	font-size:1rem;
	line-height:1.2em;
}
.a_group .checkbox-wrapper .select-checkbox .checkbox input[type="checkbox"]+.checkbox-label:before { 
	width:1.2em;
	height:1.2em; 
}
@media screen and (max-width:992px){ 
	.a_group .a_group_field   { display:none !important; }
}


.file_input label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    width:;
    height:50px;
    background:#222;
    font-size:1rem;
    color:#fff;
    text-align:center;
    line-height:50px;
	top:3px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.file_input label input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden; 
	border:transparent;
}
.file_input input[type=text] {
    vertical-align:middle;
    display:inline-block;
    width:;
    height:50px;
    line-height:50px;
    font-size:1.1rem;
    padding:0;
    border:0;
    border:1px solid #afafaf;
  padding-left: 18px;
  padding-right: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input.disabled  {
	color:#222;
	background-color:#f4f4f4 !important
}
input:not(:disabled):not(.disabled).active  {
	color:#222;
	background-color:#f4f4f4;
	border-color:#f4f4f4
}
input:not(:disabled):not(.disabled).active:focus {
	box-shadow:0 0 0 .2rem rgba(0, 123, 255, .5)
}
input[readonly] {
	background-color:#e9ecef;
	opacity:1
}






.form-floating {
  position: relative
}
.form-floating > .form-control, 
.form-floating > .form-select,
.form-floating .nice-select {
  height: calc(4rem + 2px);
  	padding: 1.2rem 1rem ; 
	line-height: 1.3;
}
.form-floating  textarea.form-control {
  height: calc(8rem + 2px);
  padding: 1.2rem 1rem 
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1.625rem 1rem;
  padding: 1.25rem 1.5rem;
	font-weight: 400;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
	font-size: calc(1.1rem + 0.1vw) ; 
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, 
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-select {
  /* padding-top: .85rem;
  padding-bottom: .625rem*/
}
.form-floating > .form-control:focus ~ label, 
.form-floating > .form-control:not(:placeholder-shown) ~ label, 
.form-floating > .form-select ~ label {
  opacity: .5;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	font-weight: 500;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .5;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}



.form-floating > .form-control-sm, 
.form-floating > .form-select-sm  {
  height: calc(3.6rem + 2px);
  	padding: .85rem 1rem ; 
	line-height: 1.1;
} 
.form-floating.form-floating-sm > label { 
  padding: 1rem 1rem;
	font-weight:500;
	font-size: calc(.9rem + 0.1vw) ;  
}
.form-floating > .form-control-sm::placeholder {
  color: transparent;
}
.form-floating > .form-control-sm:focus, 
.form-floating > .form-control-sm:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: .625rem
}
.form-floating > .form-control-sm:-webkit-autofill {
  padding-top: 1rem;
  padding-bottom: .625rem
}
.form-floating > .form-select-sm { 
  padding-bottom: .625rem
}

 
/* 
@media (max-width: 992px) { 
	.form-floating > .form-control, 
	.form-floating > .form-select,
	.form-floating .nice-select {
	  height: calc(3rem + 2px);
		padding: 1rem 1rem ; 
		line-height: 1.3;
	}
	.form-floating  textarea.form-control {
	  height: calc(7rem + 2px);
	  padding: 1rem 1rem 
	}
	.form-floating > label { 
	  padding: .85rem 1rem; 
	}

	.form-floating > .form-control:focus, 
	.form-floating > .form-control:not(:placeholder-shown) {
	  padding-top: 1.25rem;
	  padding-bottom: .25rem
	}
	.form-floating > .form-control:-webkit-autofill {
	  padding-top: 1.25rem;
	  padding-bottom: .25rem
	}
	.form-floating > .form-select {
	  padding-top: 1.25rem;
	  padding-bottom: .25rem
	}
	
}
*/

/*---------------------
  form-control
-----------------------*/
.form-control {
	display:block;
	width:100%;
	height:calc(1.5em + .75rem + 2px);
	padding:.375rem .75rem;
	font-size: 1.2rem; 
	font-weight:400;
	line-height:1.5;
	color:#111;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #afafaf;
	border-radius:.25rem;
	transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control-sm { 
	height:calc(1.2em + .75rem + 2px);
	padding:.375rem .75rem;
	font-size: 1.2rem;  
	line-height:1.5;
}

@media (prefers-reduced-motion:reduce) {
.form-control {
	transition:none
}
}
.form-control::-ms-expand {
	background-color:transparent;
	border:0
}
.form-control:-moz-focusring {
	color:transparent;
	/* text-shadow:0 0 0 #111;*/
}
.form-control:focus {
	color:#111;
	background-color:#fff;
	border-color:#afafaf;
	outline:0;
	/* box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25); */
}
.form-control::-webkit-input-placeholder {
	color:#444;
	opacity:1
}
.form-control::-moz-placeholder {
	color:#444;
	opacity:1
}
.form-control:-ms-input-placeholder {
	color:#444;
	opacity:1
}
.form-control::-ms-input-placeholder {
	color:#444;
	opacity:1
}
.form-control::placeholder {
	color:#444;
	opacity:1
}
.form-control:disabled, .form-control[readonly] {
	background-color:#e9ecef;
	opacity:1
}
select.form-control:focus::-ms-value {
	color:#111;
	background-color:#fff
}

@media (max-width: 1240px) { 
	.form-control { 
		font-size: calc(0.9rem + 0.2vw);  
	}
}
 
  
  



 
.form-select { 
  width: auto; 
	display:block;
	width:100%;
	height:calc(1.5em + .75rem + 2px);
	padding:.375rem .75rem;
	font-size: 1.2rem; 
	font-weight:400;
	line-height:1.3;
	color:#111;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #afafaf;
	border-radius:.25rem;
	transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  .form-select:hover {
    border-color: #dbdbdb; }
  .form-select:active, .form-select.open, .form-select:focus {
    border-color: #999; }
  
  .form-select .list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none; 
    z-index: 99; }
    .form-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .form-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .form-select .option:hover, .form-select .option.focus, .form-select .option.selected.focus {
      background-color: #f6f6f6; }
    .form-select .option.selected {
      font-weight: bold; }
    .form-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .form-select .list {
  display: none; }

.no-csspointerevents .form-select.open .list {
  display: block; }





  /* ,,,,,,,,,,,,,,,, */


  .form-select:after {
    content: "\f107";
  display: block;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all 0.15s ease-in-out;
  font-family: 'icomoon';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  color: #222;
  font-size: 1.4rem; }

    .form-select.open:after {
 }
    .form-select.open .list {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scale(1) translateY(0);
          -ms-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0); } 




