@charset "utf-8";

:root {
		--primary: #023692;
		--secondary: #0369e7; 
		--success: #1ec800; 
		--info: #0097ff;
		--warning: #ffd800;
		--danger: #ed0000;
		--light: #dde1ed; 
		--darkblue:#05296d; 
		--font-color-base:#000;
		--font-color-heading:#000;
		--font-color-primary:#023692;
		--font-color-secondary:#0369e7;
		--font-color-info:#0097ff;
		--font-color-warn:#ffd800;
		--font-color-success:#1ec800;    
		--shadow:0 5px 10px 0px rgba(0, 0, 0, .05);
}
 
/*------------------------------------------------------------------------------------

  공통클래스
  
--------------------------------------------------------------------------------------*/  
.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;} 
.overlay {    position: relative; }


.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 */
 
 /* 기본 속성 */
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:티스토리] */
 

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

  레이아웃
  
--------------------------------------------------------------------------------------*/     
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:65px;}
	.subM.pt30 { margin-top:100px;}
}

@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-success {    background-color: var(--success) !important; }  
.bg-yellow { background-color:#ffaa00!important } 
.bg-red { background-color:#ed1c24!important }   
.bg-blue { background:#0083b9 !important; }
.bg-bluesky { background:#f5faff !important ;}  
.bg-darkblue { background:#001478 !important; }  
.bg-lightblue { background:#dcefff !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-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 {  color: var(--primary) !important; }
.text-primary .text-muted {  color: rgba(23, 79, 132, 0.7) !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 {  color: var(--secondary) !important; } 
.text-secondary:hover,
.text-secondary:focus 
a.text-secondary:hover,
a.text-secondary:focus {
    color: var(--secondary) !important;
}

.text-yellow,
.text-yellow a:not(.btn),
.text-yellow h1,
.text-yellow h2,
.text-yellow h3,
.text-yellow h4,
.text-yellow h5,
.text-yellow h6,
.text-yellow .h1,
.text-yellow .h2,
.text-yellow .h3,
.text-yellow .h4,
.text-yellow .h5,
.text-yellow .h6,
.text-yellow .display-1,
.text-yellow .display-2, 
.text-yellow .display-3,
.text-yellow .display-4 {  color: #ffaa00 !important; } 

.text-orange  {  color: #fd7e14 !important; }
.text-yellow2  {  color: #ffff00 !important; }
.text-pink  {  color: #ed0c7b !important; }
.text-purple  {  color: #6f42c1 !important; }
.text-bgreen  {  color: #059d94 !important; }
.text-ygreen  {  color: #5e9704 !important; }
.text-darkblue  {  color: #0083b9 !important; }
.text-blue  {  color: #004fc6 !important; } 
.text-skyblue { color:#3bb5f0 !important; } 
.text-mint { color:#4edaf9 !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; 
  }
 
.area-top {
	  padding-top:6em;
}
.area-bottom {
	  padding-bottom:6em;  
}
@media (max-width: 992px) {  
	.area-top { 
		padding-top:5em; 
	} 
	.area-bottom {  
		padding-bottom:5em; 
	} 
}

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

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


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

  섹션-공통
  
--------------------------------------------------------------------------------------*/     
.section {  
	position: relative; 
	display: -webkit-box;
	display: flex;  
	flex-wrap:wrap;
	align-items: center !important; 
	justify-content: center !important; 
}

.area {
	  padding-top:100px;
	  padding-bottom:100px;  
} 
.main-contents {position:relative;   padding : 30px 0; } 

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

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

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






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

  메인 타이틀-공통
  
--------------------------------------------------------------------------------------*/   
.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;   
	text-align: center;
  margin-top: ;  
  margin-bottom:30px;  
}  
.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6, 
.main-title h1 *,
.main-title h2 *,
.main-title h3 *,
.main-title h4 *,
.main-title h5 *,
.main-title h6 *  { 
	position: relative; 
	color:#141414;
	font-weight: 200; 
	font-family: 'SchoolSafetyNotification', 'Noto Sans KR', 'Spoqa Han Sans', 'Sans-serif';
	font-weight: 400; 
} 
 
.main-title .section-title { letter-spacing:-1px;  font-weight: 200;  } 
.main-title .section-area { line-height:1.4;  font-weight: 500; margin-bottom:10px;  }  
.main-title .section-text { line-height:1.5;  font-weight: 400;  margin-top:15px; color: #333 } 
.main-title strong { font-weight: 700; }    
.main-title span {  color: #fff000; } 
.main-title span > strong,  
.main-title strong > span { font-weight: 700; color: #fff000; }
.main-title .section-text strong { font-weight: 800; }   
.main-title .section-text strong > span { font-weight: 800; }    
 

@media (max-width: 992px) {   
	.main-title .section-title br  {  display:block ; }    
}
@media (max-width: 768px) { 
	.main-title {  
	  margin-bottom:20px; 
	}   
	.main-title h6 br { display: none;}  
	.main-title h6 .divide { display: block ;  } 
}
 
 





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

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

@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:400 ;  line-height:1.6;   } 

@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, .65);
      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); 
}
  

.border-img { 
  border: 1px solid rgba(0, 0, 0, .4);    
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;  
  background:#fff;  
} 
*:hover > .border-img,
.border-img:hover  {
  border: 1px solid rgba(0, 0, 0, 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:1.5rem 0 2rem 0; 
	color:inherit;
	background-color:currentColor;
	border:0;
	opacity:.15
}
hr:not([size]) {
	height:1px
}




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

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

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

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


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


 
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
@media (max-width: 992px) { 
	.back-to-top { 
		right: 5px;
		bottom: 45px; 
	}
}





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

 Pre-loader Style
  
--------------------------------------------------------------------------------------*/ 
.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 12px;
  left: 15px;
  background: var(--info);
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: var(--info);
  border-radius: 50%;
}




 






.btn-arrow {
	display:inline-block;  
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color:transparent; 
	padding:.4em; 
	border-radius:10px; 
	background: var(--dark);
	color:#fff !important; 
	font-size: calc(0.85rem + 0.2vw) ;
	font-weight:600; 
	line-height:1; 
	margin-left: 5px;
}
  




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

  비주얼 하단 아이콘
  
--------------------------------------------------------------------------------------*/ 
.vfoot-wrap {
	position: absolute; 
	bottom:0; 
	right:0; 
	z-index: 99; 
	
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.vfoot-vb { 
	position: relative;
	/*
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap;  
	flex-direction: column;
	margin-top:calc(-1 * var(--bs-gutter-y));
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x));  
	align-content: stretch;
	justify-content: flex-end;
	*/
	text-align: center;  
}
.vfoot-vb > div { 
	position: relative; 
	/*display: inline-block;
	flex:0 0 auto; */
	width: 140px;  
	padding: 20px 10px 15px; 
	border-radius: 10px; 
	/* -webkit-box-shadow:  3px -3px 10px rgba(0, 0, 0, .2);
	box-shadow:  3px -3px 10px rgba(0, 0, 0, .2); */
} 
.vfoot-vb a h6,
.vfoot-vb a h5,
.vfoot-vb a h6 *,
.vfoot-vb a h5 * { 
	font-weight:400; 
	color:#212121;
	font-family: 'SchoolSafetyNotification', 'Noto Sans KR', 'Spoqa Han Sans', 'Sans-serif' ;
} 
.vfoot-vb  span {   
	display: block !important;
} 
.vfoot-vb .v1 {  
	background-color:var(--secondary);   
} 
.vfoot-vb .v1 * {   
	color:#fff;
} 
.vfoot-vb .v1 * span {   
	color:#fff228;  
	font-size:1.1rem !important;
	margin-top: 5px;
} 
.vfoot-vb .v2 { 
	background: var(--success);    
} 
.vfoot-vb .v2 * {    
} 
.vfoot-vb .v3 { 
	background: var(--warning);    
} 
.vfoot-vb .v3 * {   
} 
.vfoot-vb .v4 { 
	background: var(--dark);    
	color:var(--success); 
} 
.vfoot-vb .v4 * {    
	color:var(--success); 
} 

.vfoot-vb .v4 .btn-arrow { 
	background: var(--success);
	color: #fff !important;  
}

 @media (max-width: 1240px) { 
	.vfoot-vb > div {       
	} 
} 

@media (max-width: 992px) { 
}
@media (max-width: 767px) {  
	.vfoot-wrap { display: none; }    
	.vfoot-vb {  width: 100%  } 
}
  
#st-vfoot { 
	position: fixed; 
	bottom: 0; right:0; 
	text-decoration: none;  
	z-index: 98;  
} 







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

 main-program 프로그램 

--------------------------------------------------------------*/ 
.main-program { 
	position:relative;  
	background-color: #e1faff;
	background-image:url("/img/main/main-program-bg-.png"); 
	background-repeat: no-repeat;
	background-position: right bottom; 
	background-attachment:; 
	background-size:100%;    
}
.main-program .main-title {    }  
.main-program .main-title span {  color: #24c000; } 
.main-program .main-title span > strong,  
.main-program .main-title strong > span { color: #24c000; }  

.basic-gallery.program_wrap {
  position: relative;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
  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;
} 
.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)
}
.program_wrap .basic-gall-img {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%; 
} 
 
.program_wrap .basic-gall-img h5,
.program_wrap .basic-gall-img h6 {  
	color:#fff;
	letter-spacing: -1px;
} 
.program_wrap .basic-gall-img .single_program {
  position: relative;
  width: 100%; 
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;   
  background-color: var(--info); 
  text-align:center;
  border-radius: 20px !important;
  padding: 30px 15px;
	background-image: url("../img/common/icon-program.svg");
	background-position: 5% 90%;
	background-repeat: no-repeat;
	background-size: 40px;  

}  
.program_wrap .basic-gall-img:hover .single_program {
  background-color: var(--primary);
}
 
.program_wrap .basic-gall-img .single_program span { 
	position: absolute;
	bottom:-10px; 
	right:10px; 
} 
.program_wrap .basic-gall-txt  { 
  text-align:center;
}
.program_wrap .basic-gall-txt h6, 
.program_wrap .basic-gall-txt p { 
  margin:10px 0; 
}

.program_wrap .basic-gall-img .btn-arrow {  
	padding:.65em; 
	border-radius:15px; 
	background: var(--dark);
	color:#fff !important; 
	font-size: calc(0.85rem + 0.2vw) ;  
}

.program_wrap .basic-gall-img:hover .btn-arrow {   
	background: #ff4e00; 
}
   
@media (max-width: 992px) {
  .program_wrap .basic-gall-img {
	  width: 33.3333%; 
  }  
}
@media (max-width:767px) {  
	.basic-gallery.program_wrap { 
	  --bs-gutter-y: 1rem; 
	} 
	.program_wrap .basic-gall-img { 
 		width: 50%; 
	}    
	.program_wrap .basic-gall-img .single_program { 
	  border-radius: 10px !important;
	  padding: 20px 10px;
	}  
}
@media (max-width:576px) {  
	.basic-gallery.program_wrap { 
	  --bs-gutter-y: .5rem; 
	} 
	.program_wrap .basic-gall-img .single_program { 
	  padding: 15px 5px 10px 5px;
	}  
	.program_wrap .basic-gall-img .single_program span { 
		position: absolute;
		bottom:-3px; 
		right:0; 
	} 
}








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

 main-info 지식교육정보 

--------------------------------------------------------------*/ 
.main-info { 
	position:relative;  
	background-color: #fff;
	background-image:url("/img/main/main-info-bg.jpg"); 
	background-repeat: no-repeat;
	background-position: 50% bottom; 
	background-attachment:; 
	background-size:cover;    
}
.main-info .main-title {  }  
.main-info .main-title span {  color: #ff2d5e; } 
.main-info .main-title span > strong,  
.main-info .main-title strong > span { color: #ff2d5e; } 


 
.main-info .info-wrap {
    position: relative;  
	width: 100% !important;
} 
.main-info .info-carousel {	position: relative; }  
.main-info .info-item { 
	position: relative;
	z-index: 1;  
}
.main-info .info-item .info-img{
	position: relative;
	width: 100%; 
	overflow:hidden; 
	border-radius:10px;  
} 
.main-info .info-item .info-text  {  
}
.main-info .info-item:hover .info-text h6,
.main-info .info-item:hover .info-text p { 
}    
@media screen and (max-width: 767px) {  
	.main-info .info-item { 
	} 
} 

.main-info .info-item.active {	 }











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

 main-event 이벤트 

--------------------------------------------------------------*/ 
.main-event { 
	position:relative;  
	background-color: var(--secondary);
	background-image:url("/img/main/main-event-bg.png"); 
	background-repeat: no-repeat;
	background-position: 50% top; 
	background-attachment: ; 
	background-size:cover;    
}
.main-event .main-title h1, 
.main-event .main-title h1 * { 
	 color:#fff; 
}  
.main-event .main-title span { color: #fff000; } 
.main-event .main-title span > strong,  
.main-event .main-title strong > span { color: #fff000;  } 


 
.main-event .event-wrap {
    position: relative;  
	width: 100% !important;
} 
.main-event .event-carousel {	position: relative; }  
.main-event .event-item { 
	position: relative;
	z-index: 1;  
}
.main-event .event-item .event-img{
	position: relative;
	width: 100%; 
	overflow:hidden; 
	border-radius:10px;  
} 
.main-event .event-item .event-text  {  
}
.main-event .event-item:hover .event-text h6,
.main-event .event-item:hover .event-text p { 
}    
@media screen and (max-width: 767px) {  
	.main-event .event-item { 
	} 
} 

.main-event .event-item.active {	 }









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

 main-video 홍보영상 

--------------------------------------------------------------*/ 
.main-video { 
	position:relative;  
	background-color: #f7ebfd;
	background-image:url("/img/main/main-video-bg.png"); 
	background-repeat: no-repeat;
	background-position: 50% bottom; 
	background-attachment:; 
	background-size:cover;    
}
.main-video .main-title {   }  
.main-video .main-title span {  color: #b223d1; } 
.main-video .main-title span > strong,  
.main-video .main-title strong > span { color: #b223d1; } 
 
.main-video .container {
    position: relative;   
} 
.main-video .main-contents {
    z-index: 5; 
} 
.main-video .video-wrap {
    position: relative;  
	width: 100% !important;
} 
.main-video .video-carousel {	position: relative; }  
.main-video .video-item { 
	position: relative;
	z-index: 1;  
}
.main-video .video-item .video-img{
	position: relative;
	width: 100%; 
	overflow:hidden;  
} 
.main-video .video-item .video-text  {  
}
.main-video .video-item:hover .video-text h6,
.main-video .video-item:hover .video-text p { 
}  
 
.video-bg-img { 
	position: absolute;
	bottom: -20px;
	left:0;
	width: 30%; 
}
.video-bg-img img { 
	max-width: 430px;
}  
@media screen and (max-width: 767px) {   
	.video-bg-img {  
		width: 20%; 
	}
	.video-bg-img img { 
		max-width: 250px;
	} 
} 

  
@media (max-width: 992px) { 
	.main-video .basic-gallery.w3 .basic-gall-img { 
 	 width: 50%; 
	} 
}
@media (max-width:767px) {  
	.main-video .basic-gallery.w3 .basic-gall-img { 
 	 width: 50%; 
	}    
}
@media (max-width:576px) { 
  .main-video .basic-gallery.w3 .basic-gall-img {
    width: 50%;
  } 
}






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

 main-banner 배너 

--------------------------------------------------------------*/ 
.main-banner { 
	position:relative;  
	background-color: #27aedb;
	background-image:url("/img/main/main-banner-bg.png"); 
	background-repeat: no-repeat;
	background-position: 50% bottom; 
	background-attachment:; 
	background-size:100%;    
} 











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

  main-intro 인사말
  
--------------------------------------------------------------------------------------*/ 
.main-intro {  position: relative;  overflow: hidden }
.main-intro  > .container { 
	position: relative; 
	z-index: 3; }  
.main-intro > div > .row { align-items:flex-end; justify-content:space-between; }	
.main-intro .main-intro-con	{ z-index: 7 }

/*
.main-intro-con h1 { 
	font-weight:500; 
	line-height: 1.2;
	margin-bottom: 30px; 
}
.main-intro-con h3 { 
	font-weight:500; line-height: 1.2;
	margin-bottom: 20px; 
}*/
.main-intro-con h6 { 
	font-weight:500; 
	line-height: 1.4;
	color:var(--success);
	margin-bottom: 20px; 
	letter-spacing: -1px;
}
.main-intro-con	p { 
	margin-bottom: 15px; }
 .main-intro-con p i {
   font-size:1.3rem;
	letter-spacing: 8px;
	margin-left: 10px;
} 

.main-intro-img {
    position: relative;
	overflow:hidden;
	border-radius:20px;
	} 
.main-intro .ceo-ci { 
	position: relative; z-index: 0; padding-left: 4%; }
.main-intro .ceo  { 
	position: relative; z-index: 1; }
.main-intro .ci  { 
	position:absolute; bottom: -5px; left:-35%; width: 90%; z-index: 0 }

@media screen and (max-width: 992px) {   
	.main-intro .main-intro-con	br {  display: none;  }  
	.main-intro .ceo-ci {  padding:0 20%; } 
	.main-intro .ci  { display: ;}
}

@media screen and (max-width: 767px) {   
	.main-intro .ceo-ci {  padding:0 15%; }
	.main-intro .divide { display: block !important;  } 
	
}







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

 main-we 완벽한 기업 

--------------------------------------------------------------*/ 
.main-we { 
	position:relative;  
	background:url("/img/main/main-we-bg.jpg") center center; 
	background-attachment:fixed; 
	background-size:cover;    }

.main-we.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;  }  

.best-wrap {
	position: relative;
	--bs-gutter-x:1.5rem; 
	display:flex;
	flex-wrap:wrap; 
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x));  
	 align-content: stretch !important;   
}
.best-wrap>* {  
	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);  
}  

.best-con {  
	flex:0 0 auto;
	width:25%;    
  text-align: center; 
	margin-bottom: 1rem;
}
.best-wrap.w3 > .best-con {  
	width:33.3333%;    
}

.best-item {
	position: relative;
  background-color: rgba(255,255,255,1);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--primary), transparent 85%);
  border: 1px solid transparent;
	border-radius: 10px;
  padding: 20px 20px 40px;
  transition: border ease-in-out 0.3s;
  -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; 
  height: 100% ;  
}
 
.best-item.mt30 {
	margin-top: 30px;
}

.best-item > span {
	font-weight: 700;
	color:#999;
}
.best-con .icon {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
	margin-top: -50px;
}
.best-con:nth-child(1) .icon,
.best-con:nth-child(6) .icon,
.best-con:nth-child(11) .icon { 
  background: #; 
}
.best-con:nth-child(2) .icon,
.best-con:nth-child(7) .icon,
.best-con:nth-child(12) .icon  { 
  background: #004a65 ; 
}
.best-con:nth-child(3) .icon,
.best-con:nth-child(8) .icon,
.best-con:nth-child(13) .icon  { 
  background: #0e3073; 
}
.best-con:nth-child(4) .icon,
.best-con:nth-child(9) .icon,
.best-con:nth-child(14) .icon  { 
  background: #362157; 
}
.best-con:nth-child(5) .icon,
.best-con:nth-child(10) .icon,
.best-con:nth-child(15) .icon  { 
  background: #; 
} 

.best-con:hover .icon { 
  background: rgba(20,20,20,1); 
	border-radius: 0px;
}
  
.best-item .icon img,
.best-item .icon svg { 
	position: relative;  width:55%; max-width:90px; margin:0 auto; text-align: center; opacity: 1;   
}
.best-item:hover .icon img,
.best-item:hover .icon svg { opacity:1; }

.best-item .icon path { 
	fill:#fff;  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; 
} 
.best-item:hover .icon path { fill:#ffff00; }  

.best-item h5,
.best-item h6 {
  font-weight: 600;
  margin: 15px 0 10px 0; 
  transition: 0.3s;
	line-height: 1.4
}
.best-item h6 { 
  color: var(--secondary);
}

.best-item p {  
	line-height: 1.4
}

.best-item:hover {
	border-radius: 0px;
  background-color: rgba(255,255,255,1); 
  /* border-color: var(--primary); */
}
 
.best-item:hover h6 {
  color: var(--primary);
}

@media (max-width: 992px) { 
	.best-con {  
		width:50%;   
	} 
	.best-item { 
	  padding: 30px 20px ; 
	}
	
	.best-item.mt30 {
		margin-top: 0px;
	}
	.best-item h6 br { 
	  display: block !important;
	}

}       
@media (max-width: 767px) {   
	.best-con {  
		width:50%;    
	}
	.best-wrap.w4 > .best-con {  
		width:50%;     
	}
	.best-item h6 br { 
	  display: block !important;
	}

}  





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

  main-board 하단배너 
  
--------------------------------------------------------------------------------------*/ 
.main-board  { position: relative; overflow: hidden; height: calc(100vh); min-height: 900px;} 
.main-board > div > .row { align-content:stretch; justify-content:space-between }
.main-qna,
.main-ceri {  position: relative; 
  width: 100%; display: flex; align-items: center; justify-content: center; }
.main-qna-con,
.main-ceri-con { position: relative; z-index: 9; }
.main-qna-list { position: relative; } 
.main-qna-list a { 
	position: relative; 
	padding:10px 0 ; 
	display:block; 
	display:flex; 
	align-items: center;
}
.main-qna-list a p { 
	text-overflow: ellipsis; overflow: hidden;
	white-space: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; color:#fff; 
}	
.main-qna-list a:hover p { color:#fff }
.main-qna-list a p { font-weight:500; vertical-align:middle;}
.main-qna-list a .qna-q {
	text-overflow: ellipsis; overflow: hidden;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	position: relative;  
	display:inline-block;  
	width:30%; 
	min-width:150px;  
	max-width:200px; 
	text-align:center;
	margin-right:20px; 
	background:#3e4d88; 
	padding:5px 15px;
	color: #b6bcd4;
	font-weight:600 !important; 
} 
.main-board > div > .row > .col, 
.main-board > div > .row > [class*="col-"]  {   
} 

 @media screen and (max-width: 992px) { 
	.main-board  {  overflow:visible; height: auto; min-height: auto;}
	.main-qna-list a {   
		padding:5px 0 10px;  
	}		
	.main-board > div > .row > .col, 
	.main-board > div > .row > [class*="col-"]  {   
	} 
	.main-qna-list a .qna-q { 
		width:20%; 
		min-width:100px;  
		max-width:150px;  
		margin-right:15px;  
		padding:5px 10px; 
	}
} 
 
.board-content {
	position: relative; 
  width: 100%;
  padding:40px 120px 40px 100px;
} 
 @media screen and (max-width: 1240px) {  
	.board-content { 
	} 
} 
 @media screen and (max-width: 992px) {  
	.board-content {
	  padding:30px 40px 30px 40px;
	} 
} 
 @media screen and (max-width: 767px) {  
	.board-content {
	  padding:20px 30px 20px 30px;
	} 
} 
	  
.main-image {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 40%;
  min-height: 900px;
  height: calc(100vh);
  background: url("../img/company/main-image.jpg") no-repeat center center;
  background-size: cover;
} 
.main-image2 {  
	position: relative;  
  min-height: 900px;
  height: calc(100vh);
  background: url("../img/company/main-image.jpg") no-repeat center center;
  background-size: cover;
}
.main-qna {
	position: relative;  
  min-height: 450px;
  height: calc(50vh); } 

.main-ceri {
	position: relative;  
  min-height: 450px;
  height: calc(50vh); 
  background: url("../img/company/main-board-ceri.jpg") no-repeat center center;
  background-size: cover;} 

 @media screen and (max-width: 992px) {   
	.main-image2 {  
	  min-height: 400px;
	  height: calc(40vh);
	  background: url("../img/company/main-image.jpg") no-repeat top center;
	  background-size: cover;
	}
} 
 @media screen and (max-width: 767px) {   
	.main-image2 {  
	  min-height: 350px;
	  height: calc(30vh);
	  background: url("../img/company/main-image.jpg") no-repeat top center;
	  background-size: cover;
	}
	.main-qna {
		position: relative; 
	  min-height: auto;  
	  height: auto; 
	 padding:20px 15px;} 

	.main-ceri {
		position: relative;  
	  min-height: auto;
	  height: auto; 
	 padding:20px 15px; } 
} 
.ceri-item {
    position: relative;  
	margin-bottom: 20px;
	}    
.ceri-img {
    position: relative; 
	overflow:hidden; 
	}  
.ceri-carousel {
	position: relative; }
.ceri-carousel.owl-carousel {
	position: relative; 
	}
.ceri-carousel.owl-carousel .ceri-item {
	position: relative; 
	opacity: 1; z-index:10;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease; 
	overflow:hidden; 
	}
.ceri-carousel.owl-carousel .ceri-item:hover { }
.ceri-carousel.owl-carousel .ceri-item.active {
	opacity: 1; } 








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

  main-service 집수리분야
  
--------------------------------------------------------------------------------------*/ 
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  --bs-gutter-x: 0!important;
  --bs-gutter-y: 0!important;
}

.service-item { 
	border: 1px solid rgba(0, 0, 0, .03) !important;
	padding: 30px;
}
.service-item .sic { padding:20px 10px 0 }
.service-item .sic h4,
.service-item .sic h5,
.service-item .sic h6 { 
	font-weight:500;
	margin-bottom: 10px;
}
.service-item .btn2 {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center; 
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    padding: .375rem .5rem;
}

.service-item:hover .btn2 {
    width: 140px;
} 
.service-item .service-img {
  width: 100%; 
  border: 0px solid transparent;  
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;  
  background:#fff;  
  text-align:center; 
	position:relative; 
	overflow:hidden; 
}  
.service-item .service-img img {
  display: block; /*img default display - inline-block*/
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: 0.3s;
}
.service-item:hover .service-img img { 
	transform: scale(1.1);
}

.sic .btn2 .bi { 
	color: #fff; 
	margin-right: 10px;}

@media (max-width: 767px) { 
	.service-item { 
		padding: 12px; 
	}
	.service-item .sic { padding:10px 0 } 
	.service-item .btn2 {
		width: 28px;
    	height: 28px;
    	padding: .375rem .35rem;
	}
	.service-item:hover .btn2 {
		width: 28px; 
	}
}












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

  main-partner 거래업체
  
--------------------------------------------------------------------------------------*/

.logo_carousel  { 
	position: relative;
	border-width: 1px 0 ;
	border-style: solid;
	border-color: rgba(255,255,255,.2);
	padding: 10px ;
}
.logo_carousel .logo_carousel_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
} 
.logo_carousel.owl-carousel .owl-item img {
	display: inline-block;
	width: auto; 
	border-width: 1px ;
	border-style: solid;
	border-color: rgba(0,0,0,.2);
}







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

  quote 상담문의
  
--------------------------------------------------------------------------------------*/
.quote-bg {
	position: relative; 
    background:url("../img/online/subvisual.jpg") center center; 
	background-size: cover; 
	background-attachment: fixed;
	 }
.container.quote {
	position: relative; z-index:5;
}
.quote-text  { 
	background:#fff; 
	border-radius: 10px; 
	padding:60px;
}
@media (max-width: 991.98px) { 
	.quote-text  {  padding:30px;	}  
    /* .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }*/
}
@media (min-width: 992px) {  
    .container.quote {
        max-width: 100% !important;
    } 
    /* .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }*/
}

@media (min-width: 1200px) {
   /* .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }*/
}

@media (min-width: 1400px) {
    /*.quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }*/
}









 

  










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

  footer
  
--------------------------------------------------------------------------------------*/ 
footer  { 
  box-sizing: border-box;
  z-index: 90;
  background: #2b2b2b;  
}  
#footer { 
	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: space-between; 
	align-content: stretch;  
} 
#footer>* {
	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); 
} 

#copyright {  
	position: relative;
	flex:0 0 auto; 
	width:55%;   
} 
#foot-cust {  
	position: relative;
	flex:0 0 auto;
	width:35%;   
} 
.copy_con  {
	padding: 60px 30px 100px 0;
} 
.copy_con h5 { 
	text-transform: uppercase;
	color:#c9c9ca;
	font-weight: 600; 
	margin-bottom: 15px;
}
.copy_con ul:after {
  display: block;
  content: "";
  clear: both;
}
.copy_con ul li { 
  color: #6c6c6c ;
  line-height: 1.6; 
  margin:0 1.5em 0 0;
  word-break: keep-all;
  display: inline-block; 
  font-size: calc(.85rem + 0.1vw) !important;
}
.copy_con ul li a {
  color: #c9c9ca ;
} 
.copy {
  position: relative;
  padding-top: 1em;
  color: #6c6c6c ;   
  font-size: calc(.85rem + 0.1vw) !important;
}

#foot-cust {   
  margin: 0 1.5em 0 0;
  word-break: keep-all;
  display: inline-block;  
}
.foot-cust {  
  background: #212121;
	padding: 60px 50px 100px; 
}
.foot-cust h6 { 
  color: #c9c9ca ;
	font-weight: 500;  
}
.foot-cust h5 { 
	margin-bottom: 10px;
}
.foot-cust h5 a { 
  color: #fff; 
}
.foot-cust p { 
  color: #6c6c6c ;
  font-size: calc(.85rem + 0.1vw) !important;
  line-height: 1.6; 
  word-break: keep-all;
  display: inline-block; 
}
   
@media screen and (max-width:992px) {  
  #footer { 
	flex-direction: column-reverse
  }   
	#copyright {   
		width:100%;   
	} 
	.copy_con  {
		padding: 30px 0 60px;
	} 
	#foot-cust {   
		width:100%;  
	}
	.foot-cust {   
		padding: 40px 0 30px;
		background: transparent;
		border-bottom: 1px solid #6c6c6c
	}  
}
 





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

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

.footer-menu-bottom{  display:none; } 

 @media (max-width: 767px) { 
	.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:10px 0%;  border-radius:100px; text-align:center; margin:auto;  
		font-family: 'SchoolSafetyNotification', 'Noto Sans KR', 'Spoqa Han Sans', 'Sans-serif' ;
	 }
	.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:var(--primary); color:#fff; }
	.footer-menu-bottom a:nth-child(2){ background:var(--primary); color:#fff;  }
	.footer-menu-bottom a:nth-child(1) 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 0%; background:rgba(0,0,0,.0); z-index:91; }
	.footer-menu-wrap{ width:100%; max-width:900px; margin: 0 auto;  }
	.footer-menu-bottom a span { 
		font-family: 'SchoolSafetyNotification', 'Noto Sans KR', 'Spoqa Han Sans', 'Sans-serif' ;  
		color:#fff228;  
	} 
 }
 

 

 

 









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

  Right - Tel / Inquiry / Top
  
--------------------------------------------------------------------------------------*/ 
#st-backtotop { 
	position: fixed; 
	bottom: 50px; right:5px; 
	text-decoration: none; 
	z-index: 99; 
	cursor: pointer; 
	display: none!important; 
}
	
.st-wrap > div { 
	width:90px; 
	min-height:70px;  
	padding:12px 0 5px;
	text-align:center;  
	border-radius:15px;
	display:-ms-flexbox!important;
	display:flex!important;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.st-wrap > div a,
.st-wrap > div h6,
.st-wrap > div p { 
	 line-height:1;   
	margin-bottom: 0;
	font-family: 'SchoolSafetyNotification', 'Noto Sans KR', 'Spoqa Han Sans', 'Sans-serif' ;  
}
.st-wrap > div i{ 
	display: block;
	font-size: calc(1.1rem + 0.2vw);  
	line-height:1; 
}
	
.st-cafe { background:var(--success);  }  
.st-cafe a { 
	color:#111;   
} 
.st-kakao { background:var(--warning);  }  
.st-kakao a { 
	color:#111;   
} 
.st-blog { background:var(--dark); color:var(--success);   }  
.st-blog a,
.st-blog * { color:var(--success);   } 
	
.st-tel { background:var(--primary);  } 
.st-tel:hover {   background-color: rgba(0,0,0,1);} 
	
.st-inqu { background-color: var(--primary); } 
.st-inqu i{ color: #fff;  }
.st-inqu:hover {  background:rgba(255,255,255,1);  }
.st-inqu:hover i{   color: var(--primary); } 

.st-top { background: #eee;  }
.st-top i{ font-size: calc(1.5rem + 0.3vw);  color: #444; }
.st-top:hover {   background-color: rgba(255,255,255,1);}
.st-top:hover i{   color: var(--primary); } 

 @media (max-width: 1240px) {  
	.st-wrap > div { 
		width:80px; 
	 } 
 }
 
 @media (max-width: 992px) { 
 }
 
  @media (max-width: 768px) {  
	#st-backtotop { 
		display: block!important;
	 }   
	.st-wrap > div { 
		width:60px;  
		min-height:60px;  
		padding:10px 0 5px;  
		border-radius:10px;
	 }  
 }
 

	
	
	
	
	
	

	






 
 
 
 
  





 



 



 


 
 



 

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

  문의
  
--------------------------------------------------------------------------------------*/
.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: 400; }
.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;
}
.esti-ct p { position:relative;  }
.esti-ct p .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;
}

.nice-select { 
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
	float:none !important;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	background: transparent;
	border: 1px solid #afafaf!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
	margin-bottom: ;
	width: 100%;
	color: #111;
	font-size: calc(1rem + 0.1vw); 
} 

.nice-select .option {  color: #111;  font-size: calc(1rem + 0.1vw); }
.nice-select .list {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #afafaf ;
	margin-top: 0px;
	z-index:93;
	font-size: calc(1rem + 0.1vw); 
}
	

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {      background-color: #f6f6f6; }
.nice-select .option.selected {     font-weight: 400 !important;   }
	 
.nice-select::after {
	content: "\f107";
	display: block; 
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transition: all 0.15s ease-in-out;
	font-family:'bootstrap-icons';
  font-family: 'icomoon';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #222;
	font-size: 1.4rem; 
}


.esti-item  { padding:8px 0; display: flex; }
.esti-item.fdc  { flex-direction: column !important;}
.esti-item.fdr  { flex-direction: row !important;}
.esti-item.row  {  align-items: center; } 
.esti-item > div { }
.esti-item.row .row {  align-items: center;  	} 
.esti-item p { font-weight: 400!important }



.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.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; 
	}
}

/*
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; 
	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.1rem;
	font-weight: 400;
	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.2em;
	height:1.2em;
	position:relative; 
	margin-right:10px;
	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;   
	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:1em;
} 
.a_group .radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:before { 
	width:1em;
	height:1em; 
}

.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:1em;
}
.a_group .checkbox-wrapper .select-checkbox .checkbox input[type="checkbox"]+.checkbox-label:before { 
	width:1em;
	height:1em; 
}
@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.2rem 1rem;
	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: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-control:focus ~ label, 
.form-floating > .form-control:not(:placeholder-shown) ~ label, 
.form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	font-weight: 500;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  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(1rem + 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: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-control-sm:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-select-sm {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

 
/*---------------------
  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);  
	}
}
 
 
 
 
 
 
 

.get-started .estimate .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .estimate .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .estimate .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-started .estimate .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
} 
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:90%;}


.video-area {
	position: ;
	margin:0 auto; 
	z-index:999
}
.video-icon {
	position:;
	transform:translateY(-50%);
	margin:0 auto;
	text-align:center
}
.video-icon a {
	background:#fff;
	color:#2851d7;
	width:80px;
	height:80px;
	display:inline-block;
	text-align:center;
	line-height:80px;
	border-radius:50%
}
.video-icon a::after {
	position:absolute;
	border:60px solid rgba(255, 255, 255, 0.2);
	content:"";
	border-radius:50%;
	left:-20px;
	top:-20px;
	right:0;
	z-index:-1;
	}
 @media (max-width: 575px) {
	.video-icon a {
	width:60px;
	height:60px;
	line-height:60px
	}
	.video-icon a::after {
	border:50px solid rgba(255, 255, 255, 0.2);
	left:-20px;
	top:-20px;
	right:0
	}
}
.video-icon a i {
	font-size:1.2rem;
	line-height:1;
	position:relative;
	right:-1px;
	top:3px
}
.video-icon a.btn-icon {
	position:relative
}
.video-icon a.btn-icon::before {
	content:'';
	display:inline-block;
	position:absolute;
	top:-2px;
	left:-2px;
	bottom:-2px;
	right:-2px;
	border-radius:inherit;
	border:1px solid #fff;
	-webkit-animation:btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation:btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite
}
@-webkit-keyframes btnIconRipple {
	0% {
	border-width:4px;
	-webkit-transform:scale(1);
	transform:scale(1)
	}
	50% {
	border-width:1px;
	-webkit-transform:scale(1.5);
	transform:scale(1.5)
	}
	80% {
	border-width:1px;
	-webkit-transform:scale(1.9);
	transform:scale(1.9)
	}
	100% {
	opacity:0
	}
}





 

 


 
 




