@charset "utf-8";

.main{
  margin-top: 75px;
}

main > .m_section{
  width: 100%; height: calc(100vh - 60px);
  /* position: relative; */
}
main > .m_section > .m_banner{
  background: #DCE3F2;
  width: 93%; height: 85vh;
  margin: 35px auto;
  /* position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%); */
  border-radius: 100px;
}
main > .m_section > .m_banner > .m_banner_txt{
  width: 60%;
  padding: 0 150px;
  box-sizing: border-box;
}
.m_banner_txt > p{
  font-size: 20px;
  font-weight: 500;
  color: #999;
  margin-bottom: 30px;
}
.m_banner_txt > h2{font-size: 50px;}
.m_banner_txt > span{
  display: block;
  font-size: 16px;
  color: #777;
  margin: 60px 0;
  line-height: 20px;
}
.m_banner_txt > a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #F2F4F8;
  padding: 13px 17px;
  border-radius: 100px;
  /* border: 1px solid var(--point-color); */
  transition: .5s;
  width: max-content;
  
  > span{
	  font-size: 18px;
	  color: var(--point-color);
	  font-weight: 700;
  }
  
  > .feather{
  	color: var(--point-color);
  }
}
.m_banner_txt > a:hover{
	background: #E9EDF4;
}

main > .m_section > .m_banner > img{
  width: 50%;
}






/* section 서식 */
.article{
  width: 100% !important; height: calc(100vh - 60px);
  display: flex;
}
.article > div.art_inner{
  width: 100%; height: 70%;
  max-width: 1000px;
  margin: auto auto;
}

.sec_art{background: var(--background);}

.art_inner > div{
  /* position: relative; */
  width: 50%;
}
.art_txt > div > p{
  color: var(--point-color);
  font-size: 18px;
  font-weight: 700;
}
.art_txt > div > h2{
  font-size: 45px;
  line-height: 70px;
  margin: 40px 0 20px 0;
}
.art_txt > div > a{
  font-size: 14px;
  padding: 20px 20px 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
  > span{
  	font-size: 14px;
  	font-weight: 600;
  	color: #777;
  }
  > .feather{
  	width: 21px; height: 21px;
  	margin-left: 5px;
  	color: #777;
  }
}
/* art_img */
.art_img > div{
  width: 350px; height: 350px;
  text-align: center;
  background: #F4F5F9;
  border-radius: 60px;
  overflow: hidden;
  margin-left: auto;
  
	  > ul{
	  width: 1600px; height: 350px;
	  
	  	> li{
	  	padding-right: 50px;
	  	width: 400px;
	  	
		  	> span{
			  color: #777;
			  padding: 11px 13px;
			  border-radius: 100px;
			  font-weight: 900;
			  font-size: 14px;
			  display: inline-block;
			  margin-bottom: 15px;
			}
			> img{width: 350px;}
	  	}
	}
}

.sol_slide > div > ul{width: 2000px;}









/* cctv */
.cctv_wrap, .upcs_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cctv_wrap, .upcs_wrap{
  background: #1b1b1b;
}
.cctv_wrap h2, .upcs_wrap h2, .upcs_wrap h2 > span{
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.cctv_wrap span{color: #fff;}
.cctv_img{
  display: flex;
  justify-content: right;
  align-items: center;
}
.cctv_img > img{width: 400px;}

.upcs_wrap h2{
  text-align: center; 
  margin-bottom: 40px;
  line-height: 70px;
}
.upcs_wrap h2 > span{color: var(--point-color);}
.upcs_wrap > div{
  width: 100%; height: auto;
  align-items: center;
}
.upcs_wrap > div > p{
  color: #eee; 
  text-align: center;
  font-size: 20px;
}









/* 견적의뢰 팝업 */
.contact-pop{
	background: #fff;
	position: fixed;
	bottom: 90px; right: 10px;
	padding: 20px 15px;
	border-radius: 15px;
	z-index: 9999;
	box-shadow: var(--box-shadow);
	/* border: var(--light-border); */
	
	> div{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		
		> div > h2{
			font-size: 20px;
			margin-left: 7px;
		}
		> div> .feather{width: 23px; height: 23px;}
		
		> .feather{
			width: 23px; height: 23px;
			padding: 5px;
			cursor: pointer;
			transform: translateX(5px);
		}
	}
	
	> ul{
		margin: 25px 0;
	
		> li{
			margin-bottom: 15px;
			
			&:last-child{margin-bottom: 0px;}
		
			> input{
			  min-width: 400px;
			  font-size: 16px;
			}	
		} 
	}
	
	> button{
	  margin: 5px 0;
	  transition: .3s;
	}
}

.contact-btn{
	position: fixed;
	bottom: 20px; right: 20px;
	width: 60px; height: 60px;
	border-radius: 100px;
	box-shadow: var(--box-shadow);
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	transition: .5s;
	
	> p{
		color: var(--middle-font);
		font-weight: 600;
		display: none;
		margin-left: 11px;
		transition: .5s;
		position: absolute;
		top: 50%; right: 11px;
		transform: translateY(-50%);
	}
	
	> .feather{
		position: absolute;
		top: 50%; left: 50%;
		transform: translate(-50%, -50%);
	}
}

.hover{
	width: 180px;
	/* justify-content: flex-start;
	padding: 0 11px; */
}
.hover-i{
	left: 11px !important;
	transform: translate(0, -50%) !important;
}













@media (hover:hover) {
  .art_txt > div > span:hover a > i{
    animation: go 2s infinite; 
    color: var(--point-color);
	}
}









/* tablet 해상도 */
@media screen and (min-width:767px) and (max-width:1536px) {

  .main{margin-top: 60px;}
  main > .m_section{
  height: fit-content;
  
	  > .m_banner {
	  	display: block;
	    height: fit-content;
	    padding: 60px;
	    box-sizing: border-box;
	    border-radius: 60px;
	    
	    > .m_banner_txt {
		    width: 100%;
		    padding: 0;
		    box-sizing: border-box;
		    
		    > p{margin-bottom: 20px;}
		    > span{margin: 42px 0;}
		}
		
		> img{width: 100%;}
	}
}
  



  /* section 서식 */
  .article{height: calc(100dvh - 50px);}
  .art_inner{
  	display: block;
  	width: 93%;
  	margin: 0 auto;
  	
  	> div{
  		width: fit-content; 
  		margin: 0 auto;
  		
 		&.art_txt{
 			margin-bottom: 35px;
 			
 			> div > a > span{font-size: 17px;}
	  }
  	}
  }
}









/* mobile 해상도 */
@media screen and (max-width:767px) {

  .main{margin-top: 50px;}
  main > .m_section{
  height: fit-content;
  
	  > .m_banner {
	  	display: block;
	    height: fit-content;
	    padding: 25px;
	    box-sizing: border-box;
	    border-radius: 25px;
	    
	    > .m_banner_txt {
		    width: 100%;
		    padding: 0;
		    box-sizing: border-box;
		    margin-bottom: 20px;
		    
		    > p{
		    	font-size: 14px;
		    	margin-bottom: 11px;
		    }
		    > h2{font-size: 23px;}
		    > span{
		    	display: none;
		    }
		    > a {
			    padding: 13px 17px;
			    border-radius: 100px;
			    width: max-content;
			    margin: 20px auto 0 auto;
			    
			    > span{
			    	font-size: 15px;
			    }
			}
		}
		
		> img{width: 100%;}
	}
}
  



  /* section 서식 */
  .article{height: clac(100% - 50px);}
  .article > div.art_inner{
  	display: block;
  	width: 93%; height: fit-content;
  	margin: auto auto;
  	
  	> div{
  		width: fit-content; 
  		margin: 0 auto;
  		
 		&.art_txt{
 			width: 93%;
 			margin-bottom: 20px;
 			
 			> div{
 				text-align: center;
 				
 				> p{font-size: 16px;}
 				> h2{
 					font-size: 28px;
 					line-height: 35px;
 					margin: 20px 0 11px 0;
 				}
 				
 				> a{display: none;}
 			}
  		}
		&.art_img > div{
		  width: 250px; height: 250px;
		  margin-top: 60px;
		  border-radius: 40px;
		  
			  > ul{
			  height: 250px;
			  
			  	> li{
			  	padding-right: 150px;
			  	width: 300px;
			  		
					> img{width: 250px;}
			  	}
			}
		}
		
  	}
}

.sol_slide > div > ul{width: 1250px;}

/* .art_img > div > ul > li > img{width: 200px;} */



.cctv_wrap h2, .upcs_wrap h2, .upcs_wrap h2 > span {
    font-size: 23px;
    font-weight: 700;
}
.upcs_wrap > div > h2 {
    margin-bottom: 60px;
    line-height: 35px;
}
.upcs_wrap > div > p{font-size: 15px;}





.contact-pop{display: none;}
.contact-btn{display: none;}



}

