@charset "UTF-8";
/*컨테이너 css 시작*/
.wrap .content {
	text-align: center;
}
.wrap .content-2-1 {
	background-position: center -26px;
	background-repeat: no-repeat;
	background-size: 960px 450px;
    background-color: #23232d;
    background-image: URL("/img/ezmon/ezmon_top.png");
}
.wrap .content-2-2 {
	/* background-position: center 41px;
	background-repeat: no-repeat;
	background-size: 960px 450px; */
    background-color: #23232d;
    
}
.wrap .content-2 {
	/* background-position: center 41px;
	background-repeat: no-repeat;
	background-size: 960px 450px; */
    background-color: #23232d;   
}
.content-2-1 .container_main h1{
	font-size: 2em ; 
    color: white ;
    font-weight: bold ;
    padding-top: 85px ;
    line-height: 150%;   
}
.content-2 .container_main h1{
	font-size: 2em ; 
    color: white ;
    font-weight: bold ;
    padding-top: 10px ;
    line-height: 150%;   
}
.content-2-2 .container_main h1{
	font-size: 2em ; 
    color: white ;
    font-weight: bold ;
    padding-top: 10px ;
    line-height: 150%;   
}
.container_main .content-2-1-bar{
	background-color: #f7941d;
	width: 50px;
	height: 3px;
	margin: 0px auto;
	margin-top:10px;
	/* float: left;    
    display: inline-block; */
}
.container_main h3{
	font-size: 1.2em ;
    letter-spacing: -0.5px ;
    font-weight: bold ;
    padding-bottom: 20px ;   
    color: white ;
    line-height: 130%;
}
.container_main h3 span{
	font-size: 2.0em ;
}
@media only screen and (max-width: 340px) {
	.wrap .content h3 {
		width: auto;
		max-width: 100%;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content h3 {
		width: auto;
		max-width: 100%;
	    text-align: left;
    	padding: 5px 10px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content h3 {
		width: auto;
		max-width: 100%;
	}
}
.wrap .description {
	margin-top: 15px;	
}
/*컨테이너 가운데 정렬*/
@media only screen and (max-width: 340px) {
	.wrap .content-2 .container_main h1{
	    margin: 0px auto;
    	padding-top: 53px;    
	}
	.wrap .content-2-2 .container_main h1{
	    margin: 0px auto;
    	padding-top: 53px;    
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-2 .container_main h1{
	    margin: 0px auto;
    	padding-top: 53px;    
	}
	.wrap .content-2-2 .container_main h1{
	    margin: 0px auto;
    	padding-top: 53px;    
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .container_main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrap .bg{
		background-image: none;	
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-2-1 .container_main {
		padding-left: 20px;
		padding-right: 20px;
		width: 980px;
		height: 415px;
		margin: 0 auto;
	}
	.wrap .content-2-2 .container_main {
		padding-left: 20px;
		padding-right: 20px;
		width: 980px;		
		margin: 0 auto;
	}
	.wrap .content-2 .container_main {
		width: 980px;		
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-2-1 .container_main {
		width: 980px;
		height: 415px;
		margin: 0 auto;
	}
	.content-2-1 .description{
		margin-top: 25px;
	}
	.wrap .content-2-2 .container_main {
		width: 980px;		
		margin: 0 auto;
	}
	.wrap .content-2 .container_main {
		width: 980px;		
		margin: 0 auto;
	}
}
/*----------컨테이너 가운데 정렬*/

/*ezwork 상단*/
.wrap .content-3 {
	background: #23232d;
	text-align: center;	
}
/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3{
		height: 750px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-3{
		height: 670px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-3{
		height: 670px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-3{
		height: 355px;
	}
}
@media only screen and (min-width: 1201px) {	
	.wrap .content-3{
		height: 355px;
	}
}
/*------크기에 따른 글자변화*/
.wrap .content-3 .description {
	margin-top: 0px;
	font-size: 20px;
	letter-spacing: -1px;
	color: white;
	font-weight: 500;
	margin-bottom: 45px;
    width: 465px;
    text-align: right;
    word-spacing: 2px;
    line-height: 175%;
    display: inline-block;
}
.wrap .content-3 .description span{
	color: #1abc9c;
	font-weight: 800;
}
.wrap .content-3 .ezwork_monitor {
	/* display: inline-block; */	
}
.wrap .content-3 .ezwork_monitor img{
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;		
}
@media only screen and (max-width: 340px) {
	.wrap .content-3 .description{
	    max-width: 100%;
    	margin: 0px 0px 0px 0px;
    	text-align: left;		
	}
	.wrap .content-3 .ezwork_monitor {		
		margin: 0px auto;	    
	}		
	.wrap .content-3 .ezwork_monitor img{
		width: 95%;				
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3 .description{
	    max-width: 100%;
    	margin: 0px 0px 0px 0px;
    	text-align: left;		
	}
	.wrap .content-3 .ezwork_monitor {		
		margin: 0px auto;	    
	}		
	.wrap .content-3 .ezwork_monitor img{
		width: 95%;			
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-3 .description{
	    max-width: 100%;
    	margin: 0px 0px 0px 0px;
    	text-align: center;		
	}
	.wrap .content-3 .ezwork_monitor {		
		margin: 0px auto;	    
	}		
	.wrap .content-3 .ezwork_monitor img{
		display: inline-block;
		overflow: auto;					
	}		
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-3 .description{
	    max-width: 100%;
    	margin: 0px 0px 0px 0px;
    	text-align: center;		
	}
	.wrap .content-3 .ezwork_monitor {			
		margin: 0px auto;	    
	}		
	.wrap .content-3 .ezwork_monitor img{
		display: inline-block;
		overflow: auto;				
	}		
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {	
	.wrap .content-3 .ezwork_monitor {
		display: inline-block;
		float: left;
		margin: 25px 0px 0px 0px;
	}
	.wrap .content-3 .ezwork_monitor img{
		display: inline-block;
		overflow: auto;
		padding-top: 10px;				
	}	
	.wrap .content-3 .description{
	    max-width: 100%;
    	margin: 70px 15px 0px 0px;		
	}		
}
@media only screen and (min-width: 1201px) {	
	.wrap .content-3 .ezwork_monitor {
		display: inline-block;
		float: left;
		margin: 25px 0px 0px 0px;
	}
	.wrap .content-3 .ezwork_monitor img{
		display: inline-block;
		overflow: auto;
		padding-top: 10px;				
	}	
	.wrap .content-3 .description{
	    max-width: 100%;
    	margin: 70px 15px 0px 0px;
	}
}

/*스마트팜 컨텐츠*/
.wrap .content-4 {
	background: #eef1f7;
	text-align: center;
	position: relative;		
}
@media only screen and (max-width: 340px) {
	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-4 {
		height: 1000px;
		padding-top:30px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-4 {
		height: 600px;		
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-4 {
		height: 600px;		
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-4 {
		height: 400px;		
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-4 {
		height: 400px;		
	}
}
.wrap .content-4-img{
	display: inline-block;		
}
.wrap .content-4-img-1{
	position: relative;	
}
.wrap .content-4-img-2{
	position: relative;	
}
.wrap .content-4-img-3{
	position: relative;	
}
.wrap .content-4-img-4{
	position: relative;	
}

/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-4-img-1 .ezwork-img1{
		position: absolute;
		top:20px;
		right:20px;
	}	
	.wrap .content-4-img-2 .ezwork-img2{
		position: absolute;
		top:285px;
		right:20px;
	}
	.wrap .content-4-img-3 .ezwork-img3{
		position: absolute;
		top:20px;
		right:-220px;
	}
	.wrap .content-4-img-4 .ezwork-img4{
		position: absolute;
		top:285px;
		left:35px;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-4-img-1 .ezwork-img1{
		position: absolute;
		top:20px;
		right:20px;
	}	
	.wrap .content-4-img-2 .ezwork-img2{
		position: absolute;
		top:285px;
		right:20px;
	}
	.wrap .content-4-img-3 .ezwork-img3{
		position: absolute;
		top:20px;
		right:-220px;
	}
	.wrap .content-4-img-4 .ezwork-img4{
		position: absolute;
		top:285px;
		left:35px;
	}			
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-4-img-1 .ezwork-img1{
		position: absolute;
		top:80px;
		right:255px;
	}
	.wrap .content-4-img-2 .ezwork-img2{
		position: absolute;
		top:80px;
		right:20px;
	}
	.wrap .content-4-img-3 .ezwork-img3{
		position: absolute;
		top:80px;
		right:-220px;
	}
	.wrap .content-4-img-4 .ezwork-img4{
		position: absolute;
		top:80px;
		left:255px;
	}		
}
@media only screen and (min-width: 1201px) {
	.wrap .content-4-img-1 .ezwork-img1{
		position: absolute;
		top:80px;
		right:255px;
	}
	.wrap .content-4-img-2 .ezwork-img2{
		position: absolute;
		top:80px;
		right:20px;
	}
	.wrap .content-4-img-3 .ezwork-img3{
		position: absolute;
		top:80px;
		right:-220px;
	}
	.wrap .content-4-img-4 .ezwork-img4{
		position: absolute;
		top:80px;
		left:255px;
	}	
}

/*이지웍 중간*/
.wrap .content-5 {
	background: #eef1f7;
	text-align: center;	
}
.wrap .content-5 h1 {
	color: black;
	font-size: 30px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
.content-5-bar_1{
	background-color: black;
	width: 60px;
	height: 4px;	
}
.content-5-price h2{
	display: inline-block;
	color: black;
	font-size: 30px;	
	max-width: 100%;
	font-weight: bold;
}

/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-5{
		height: 970px;
	}
	.wrap .content-5 h1 {
		margin: 0px auto;
		padding-top: 10px;    	
	}	
	.wrap .content-5 .content-5-price h2{
    	overflow: hidden;
    	padding-bottom: 14px;
	}
	.wrap .content-5 .content-5-bar_1{
	    margin-left: 274px;
    	margin-top: 20px;
    	margin: 15px auto;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-5{
		height: 1050px;
	}
	.wrap .content-5 h1 {
		margin: 0px auto;
		padding-top: 10px;    	
	}	
	.wrap .content-5 .content-5-price h2{
    	overflow: hidden;
    	padding-bottom: 14px;
	}
	.wrap .content-5 .content-5-price span{
		margin-left: 50px;
	}
	.wrap .content-5 .content-5-bar_1{
	    margin-left: 274px;
    	margin-top: 20px;
    	margin: 15px auto;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-5{
		height: 970px;
	}
	.wrap .content-5 h1 {
		margin: 0px auto;
		padding-top: 10px;    	
	}	
	.wrap .content-5 .content-5-price h2{
    	overflow: hidden;
    	padding-bottom: 14px;
	}
	.wrap .content-5 .content-5-bar_1{
	    margin-left: 274px;
    	margin-top: 20px;
    	margin: 15px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-5{
		height: 970px;
	}
	.wrap .content-5 h1 {
		margin: 0px auto;
		padding-top: 10px;    	
	}	
	.wrap .content-5 .content-5-price h2{
    	overflow: hidden;
    	padding-bottom: 14px;
	}
	.wrap .content-5 .content-5-bar_1{
	    margin-left: 274px;
    	margin-top: 20px;
    	margin: 15px auto;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-5{
		height: 650px;
	}
	.wrap .content-5 h1 {		
		padding-top: 50px;    	
	}	
	.wrap .content-5 .o1 span{
		padding-top: 30px;
	}
	.wrap .content-5 .content-5-price h2{
    	overflow: hidden;
    	padding-bottom: 14px;
	}
	.wrap .content-5 .content-5-bar_1{
        margin: 20px auto;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-5{
		height: 650px;
	}
	.wrap .content-5 h1 {		
		padding-top: 50px;    	
	}	
	.wrap .content-5 .o1 span{
		padding-top: 30px;
	}
	.wrap .content-5 .content-5-price h2{
    	overflow: hidden;
    	padding-bottom: 14px;
	}
	
	.wrap .content-5 .content-5-bar_1{
        margin: 20px auto;
	}
}

.content-5 .ezwork-basic{	
	display: inline-block;
}
.wrap .content-5 .top-box{
	background-color: white;
	width: 450px;
	height: 95px;
	border-radius: 10px;
}
.wrap .content-5 .top-box span{	
	color: black;
	font-size: 50px;	
	max-width: 100%;
	font-weight: bold;	
	line-height: 2.0;	
	text-align: center;
}
.description-ezwork {
	color: black;
	font-size: 18px;	
	max-width: 100%;
	font-weight: 500;	
	line-height: 1.40;	
	text-align: left;
	width: 450px;
	height: 100px;
    padding-left: 10px;
    padding-top: 15px;
}
.wrap .ezwork-multiple .top-box{
	position: relative;
}
.wrap .ezwork-multiple .top-box img{
	position: absolute;
    top: -40px;
    right: 0px;
}
.wrap .ezwork-img img{
	float: left;
    padding-left: 15px;     
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

/*------크기에 따른 글자변화*/

@media only screen and (max-width: 340px) {
	.content-5 .ezwork-basic{					
		width: 320px;
		margin-bottom: 55px;			
	}
	.content-5 .ezwork-multiple{				
		width: 320px;
		margin-bottom: 20px;
		display: inline-block;	    			
	}	
	.wrap .content-5 .top-box{		
		width: 100%;		
	}
	.content-5 .description-ezwork {		
		width: 100%;		
	}
	.wrap .content-5 .ezwork-img img{
		width: 100%;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.content-5 .ezwork-basic{					
		width: 320px;
		margin-bottom: 55px;			
	}
	.content-5 .ezwork-multiple{				
		width: 320px;
		margin-bottom: 20px;
		display: inline-block;	    			
	}	
	.wrap .content-5 .top-box{		
		width: 100%;		
	}
	.content-5 .description-ezwork {		
		width: 100%;		
	}
	.wrap .content-5 .ezwork-img img{
		width: 100%;
	}
	.wrap .content-5 .ezwork-multiple .ezwork-img img{
		margin-top: 80px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-5 .ezwork-basic{					
		width: 450px;
		margin-bottom: 55px;			
	}
	.content-5 .ezwork-multiple{				
		width: 450px;
		margin-bottom: 20px;
		display: inline-block;	    			
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.content-5 .ezwork-basic{					
		width: 450px;
		margin-bottom: 55px;			
	}
	.content-5 .ezwork-multiple{				
		width: 450px;
		margin-bottom: 20px;
		display: inline-block;	    			
	}	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-5 .ezwork-basic{		
		float: left;		
		width: 450px;
		margin-right: 15px;
		margin-top: 20px;			
	}
	.content-5 .ezwork-multiple{		
		float: left;		
		width: 450px;
		margin-top: 20px;		    			
	}	
	.content-5 .bar-02{
		background-color: #d7d7d7;
		width: 1px;
		height: 390px;	    
	    display: inline-block;
	    float: left;
	    margin-right: 15px;
	}	
}
@media only screen and (min-width: 1201px) {
	.content-5 .ezwork-basic{		
		float: left;		
		width: 450px;
		margin-right: 30px;
		margin-top: 20px;			
	}
	.content-5 .ezwork-multiple{		
		float: left;		
		width: 450px;
		margin-top: 20px;		    			
	}	
	.content-5 .bar-02{
		background-color: #d7d7d7;
		width: 1px;
		height: 390px;	    
	    display: inline-block;
	    float: left;
	    margin-right: 29px;
	}	
}
/*중간2*/
.wrap .content-6 {
	background: #eef1f7;		
}
.wrap .content-6 .top-pic h1 {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
@media only screen and (max-width: 340px) {
	.wrap .content-6 {
		height: 730px;		
	}
	.wrap .content-6 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-6 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-6 {
		height: 770px;		
	}
	.wrap .content-6 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-6 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-6 {
		height: 560px;		
	}
	.wrap .content-6 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-6 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-6 {
		height: 560px;		
	}
	.wrap .content-6 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-6 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-6 {
		height: 565px;		
	}
	.wrap .content-6 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-6 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-6 {
		height: 565px;		
	}
	.wrap .content-6 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-6 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}	
}
.description-product{	
	text-align: left;		
}
.description-product .description{
	font-weight: 800;
	font-size: 17px;
}
.description-product span{
	font-size: 18px;
	color: #1adc9c;
	font-weight: 800;
}
.ezwork-character{
	display: inline-block;
	float: right;
}
@media only screen and (max-width: 340px) {
	.description-product{
		width: 90%;
		margin: 0px auto;
	}
	.description-product .description{
		padding-bottom: 10px;		
	}
	.description-product span{
		font-size: 18px;
		color: #1adc9c;
		font-weight: 800;
		float: left;
	}
	.ezwork-character{
		width: 335px;
		margin-top: 0px;
		margin-left: 0px;
		display: none;
	}
	.ezwork-character img{
		width: 90%;
		height: 315px;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.description-product{
		width: 90%;
		margin: 0px auto;
	}
	.description-product .description{
		padding-bottom: 10px;		
	}
	.description-product span{
		font-size: 18px;
		color: #1adc9c;
		font-weight: 800;
		float: left;
	}
	.content-6 .description-product .description span{
		padding-right: 5px;	
	}
	.content-6 .description-product .product_1 span{
	    padding-bottom: 18px;    	
	}
	.content-6 .description-product .product_2 span{
	    padding-bottom: 65px;    	
	}
	.content-6 .description-product .product_3 span{
	    padding-bottom: 18px;    	
	}
	.content-6 .description-product .product_4 span{
	    padding-bottom: 18px;    	
	}
	.content-6 .description-product .product_5 span{
	    padding-bottom: 18px;    	
	}
	.content-6 .description-product .product_6 span{
	    padding-bottom: 88px;    	
	}
	.content-6 .description-product .product_7 span{
	    padding-bottom: 38px;    	
	}
	.ezwork-character{
		width: 335px;
		margin-top: 0px;
		margin-left: 0px;
		display: none;
	}
	.ezwork-character img{
		width: 90%;
		height: 315px;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.description-product{
		width: 475px;
		margin: 0px auto;
	}
	.description-product .description{
		padding-bottom: 10px;		
	}
	.description-product span{
		font-size: 18px;
		color: #1adc9c;
		font-weight: 800;
	}
	.ezwork-character{
		width: 335px;
		margin-top: 0px;
		margin-left: 0px;
		display: none;
	}
	.ezwork-character img{
		width: 90%;
		height: 315px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.description-product{
		width: 475px;
		margin: 0px auto;
	}
	.description-product .description{
		padding-bottom: 10px;		
	}
	.description-product span{
		font-size: 18px;
		color: #1adc9c;
		font-weight: 800;
	}
	.ezwork-character{
		width: 250px;
		margin-top: 0px;
		margin-left: 0px;
		display: none;
	}
	.ezwork-character img{
		width: 90%;
		height: 315px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.description-product{
		width: 475px;
		display: inline-block;
		float: left;
	}
	.description-product .description{
		padding-bottom: 10px;		
	}
	.ezwork-character{
		width: 400px;
		margin-right:65px;
	}
}
@media only screen and (min-width: 1201px) {
	.description-product{
		width: 475px;
		display: inline-block;
		float: left;	    
	}
	.description-product .description{
		padding-bottom: 10px;		
	}
	.content-6 .description-product .description span{
		padding-right: 5px;
		float: left;	
	}
	.content-6 .description-product .product_1 span{
	    padding-bottom: 18px;    	
	}
	.content-6 .description-product .product_2 span{
	    padding-bottom: 15px;    	
	}
	.content-6 .description-product .product_3 span{
	    padding-bottom: 18px;    	
	}
	.content-6 .description-product .product_4 span{
	    padding-bottom: 18px;    	
	}
	.content-6 .description-product .product_5 span{
	    padding-bottom: 18px;    	
	}
	.content-6 .description-product .product_6 span{
	    padding-bottom: 48px;    	
	}	
	.content-6 .description-product .product_7 span{
	    padding-bottom: 40px;    	
	}
	.ezwork-character{
		margin-top:40px;
	}
}

/*중간4*/
.wrap .content-7{
	background-color: #ffffff;	
}
.wrap .content-7 .top-pic h1 {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
@media only screen and (max-width: 340px) {
	.wrap .content-7 {
		height: 4400px;		
	}
	.wrap .content-7 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-7 {
		height: 4510px;		
	}
	.wrap .content-7 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-7 {
		height: 4400px;		
	}
	.wrap .content-7 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-7 {
		height: 4100px;		
	}
	.wrap .content-7 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-7 {
		height: 2900px;		
	}
	.wrap .content-7 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-7 {
		height: 2900px;		
	}
	.wrap .content-7 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}	
}
.content-7 .bar-number{	
	float: left;
	width: 95px;
	height: 25px;
}
.content-7 .content-5-bar{
    background-color: black;
    width: 60px;
    height: 2px;
    display: inline-block;
    margin-bottom: 9px;    
}
.content-7 .number{
	font-size: 25px;
	font-weight: 600;	    
	letter-spacing: -1px;
	color: black;    
}
.content-7 .title-description{	
	width: 325px;
	margin-left: 20px;
}
.content-7 .title-description h1{
	float: left;
	padding-bottom: 20px;
}
.wrap .content-7 .description{
	text-align: left;
	font-size: 18px;
	font-weight: 600;	    
    letter-spacing: -1px;
    color: black;     
    word-spacing: 1px;
    line-height: 180%;
    display:inline-block;     	
}
.wrap .content-7 .view-row{
	width: 980px;
	margin: 20px auto;
	height: 330px;
}
.wrap .ezwork-1{
	display: inline-block;		
}
/*04와이파이*/
.wrap .ezwork-2,.ezwork-3,.ezwork-4,.ezwork-5,.ezwork-6,.ezwork-7,.ezwork-8{
	display: inline-block;		
}
@media only screen and (max-width: 340px) {
	.wrap .content-7 .view-row{
		width: 90%;
		margin: 20px auto;
		height: 330px;
		position: relative;
	}
	.content-7 .bar-number{
		position: absolute;
		display: none;
	}	
	.content-7 .title-description{
		position: absolute;
		width: 90%;
	}
	.content-7 .ezwork-img{
		width: 100%;
	}	
	.content-7 .ezwork-img img{
		width: 100%;
	}	
	.content-7 .bar-number-1{
		top:0px;
		left:10%;
	}
	.content-7 .title-description-1{
		top:0px;
		left:0%;
	}
	.content-7 .ezwork-1{
		position: absolute;
		top:85%;
		left:0%;
	}	
	.content-7 .bar-number-2{
		top:40%;
		left:10%;
	}
	.content-7 .title-description-2{
		top:50%;
		left:0%;
	}
	.content-7 .ezwork-2{
		position: absolute;
		top:160%;
		left:0%;
	}	
	.content-7 .bar-number-3{
		top:90%;
		left:10%;
	}
	.content-7 .title-description-3{
		top:115%;
		left:0%;
	}
	.content-7 .ezwork-3{
		position: absolute;
		top:225%;
		left:0%;
	}	
	.content-7 .bar-number-4{
		top:115%;
		left:10%;
	}
	.content-7 .title-description-4{
		top:175%;
		left:0%;
	}
	.content-7 .ezwork-4{
		position: absolute;
		top:280%;
		left:0%;
	}	
	.content-7 .bar-number-5{
		top:135%;
		left:10%;
	}
	.content-7 .title-description-5{
		top:230%;
		left:0%;
	}
	.content-7 .ezwork-5{
		position: absolute;
		top:335%;
		left:0%;
	}	
	.content-7 .bar-number-6{
		top:160%;
		left:0%;
	}
	.content-7 .title-description-6{
		top:280%;
		left:0%;
	}
	.content-7 .ezwork-6{
		position: absolute;
		top:380%;
		left:0%;
	}	
	.content-7 .bar-number-7{
		top:190%;
		left:10%;
	}
	.content-7 .title-description-7{
		top:340%;
		left:0%;
	}
	.content-7 .ezwork-7{
		position: absolute;
		top:420%;
		left:0%;
	}	
	.content-7 .bar-number-8{
		top:210%;
		left:0%;
	}
	.content-7 .title-description-8{
		top:370%;
		left:0%;
	}
	.content-7 .ezwork-8{
		position: absolute;
		top:470%;
		left:0%;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-7 .view-row{
		width: 90%;
		margin: 20px auto;
		height: 330px;
		position: relative;
	}
	.content-7 .bar-number{
		position: absolute;
		display: none;
	}	
	.content-7 .title-description{
		position: absolute;
		width: 90%;
	}
	.content-7 .ezwork-img{
		width: 100%;
	}	
	.content-7 .ezwork-img img{
		width: 100%;
	}	
	.content-7 .bar-number-1{
		top:0px;
		left:10%;
	}
	.content-7 .title-description-1{
		top:0px;
		left:0%;
	}
	.content-7 .ezwork-1{
		position: absolute;
		top:85%;
		left:0%;
	}	
	.content-7 .bar-number-2{
		top:40%;
		left:10%;
	}
	.content-7 .title-description-2{
		top:50%;
		left:0%;
	}
	.content-7 .ezwork-2{
		position: absolute;
		top:160%;
		left:0%;
	}	
	.content-7 .bar-number-3{
		top:90%;
		left:10%;
	}
	.content-7 .title-description-3{
		top:127%;
		left:0%;
	}
	.content-7 .ezwork-3{
		position: absolute;
		top:245%;
		left:0%;
	}	
	.content-7 .bar-number-4{
		top:115%;
		left:10%;
	}
	.content-7 .title-description-4{
		top:205%;
		left:0%;
	}
	.content-7 .ezwork-4{
		position: absolute;
		top:310%;
		left:0%;
	}	
	.content-7 .bar-number-5{
		top:135%;
		left:10%;
	}
	.content-7 .title-description-5{
		top:270%;
		left:0%;
	}
	.content-7 .ezwork-5{
		position: absolute;
		top:365%;
		left:0%;
	}	
	.content-7 .bar-number-6{
		top:160%;
		left:0%;
	}
	.content-7 .title-description-6{
		top:325%;
		left:0%;
	}
	.content-7 .ezwork-6{
		position: absolute;
		top:410%;
		left:0%;
	}	
	.content-7 .bar-number-7{
		top:190%;
		left:10%;
	}
	.content-7 .title-description-7{
		top:370%;
		left:0%;
	}
	.content-7 .ezwork-7{
		position: absolute;
		top:460%;
		left:0%;
	}	
	.content-7 .bar-number-8{
		top:210%;
		left:0%;
	}
	.content-7 .title-description-8{
		top:420%;
		left:0%;
	}
	.content-7 .ezwork-8{
		position: absolute;
		top:520%;
		left:0%;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-7 .view-row{
		width: 90%;
		margin: 20px auto;
		height: 330px;
		position: relative;
	}
	.content-7 .bar-number{
		position: absolute;
	}	
	.content-7 .title-description{
		position: absolute;
	}	
	.content-7 .bar-number-1{
		top:0px;
		left:10%;
	}
	.content-7 .title-description-1{
		top:0px;
		left:30%;
	}
	.content-7 .ezwork-1{
		position: absolute;
		top:60%;
		left:22%;
	}	
	.content-7 .bar-number-2{
		top:40%;
		left:10%;
	}
	.content-7 .title-description-2{
		top:40%;
		left:30%;
	}
	.content-7 .ezwork-2{
		position: absolute;
		top:130%;
		left:22%;
	}	
	.content-7 .bar-number-3{
		top:115%;
		left:10%;
	}
	.content-7 .title-description-3{
		top:115%;
		left:30%;
	}
	.content-7 .ezwork-3{
		position: absolute;
		top:210%;
		left:22%;
	}	
	.content-7 .bar-number-4{
		top:180%;
		left:10%;
	}
	.content-7 .title-description-4{
		top:180%;
		left:30%;
	}
	.content-7 .ezwork-4{
		position: absolute;
		top:270%;
		left:22%;
	}	
	.content-7 .bar-number-5{
		top:230%;
		left:10%;
	}
	.content-7 .title-description-5{
		top:230%;
		left:30%;
	}
	.content-7 .ezwork-5{
		position: absolute;
		top:320%;
		left:22%;
	}	
	.content-7 .bar-number-6{
		top:270%;
		left:10%;
	}
	.content-7 .title-description-6{
		top:270%;
		left:30%;
	}
	.content-7 .ezwork-6{
		position: absolute;
		top:360%;
		left:22%;
	}	
	.content-7 .bar-number-7{
		top:330%;
		left:10%;
	}
	.content-7 .title-description-7{
		top:330%;
		left:30%;
	}
	.content-7 .ezwork-7{
		position: absolute;
		top:400%;
		left:22%;
	}	
	.content-7 .bar-number-8{
		top:350%;
		left:10%;
	}
	.content-7 .title-description-8{
		top:350%;
		left:30%;
	}
	.content-7 .ezwork-8{
		position: absolute;
		top:440%;
		left:22%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-7 .view-row{
		width: 90%;
		margin: 20px auto;
		height: 330px;
		position: relative;
	}
	.content-7 .bar-number{
		position: absolute;
	}	
	.content-7 .title-description{
		position: absolute;
	}	
	.content-7 .bar-number-1{
		top:0px;
		left:22%;
	}
	.content-7 .title-description-1{
		top:0px;
		left:33%;
	}
	.content-7 .ezwork-1{
		position: absolute;
		top:53%;
		left:32%;
	}	
	.content-7 .bar-number-2{
		top:40%;
		left:22%;
	}
	.content-7 .title-description-2{
		top:40%;
		left:33%;
	}
	.content-7 .ezwork-2{
		position: absolute;
		top:130%;
		left:32%;
	}	
	.content-7 .bar-number-3{
		top:100%;
		left:22%;
	}
	.content-7 .title-description-3{
		top:100%;
		left:33%;
	}
	.content-7 .ezwork-3{
		position: absolute;
		top:190%;
		left:32%;
	}	
	.content-7 .bar-number-4{
		top:150%;
		left:22%;
	}
	.content-7 .title-description-4{
		top:150%;
		left:33%;
	}
	.content-7 .ezwork-4{
		position: absolute;
		top:240%;
		left:32%;
	}	
	.content-7 .bar-number-5{
		top:200%;
		left:22%;
	}
	.content-7 .title-description-5{
		top:200%;
		left:33%;
	}
	.content-7 .ezwork-5{
		position: absolute;
		top:280%;
		left:32%;
	}	
	.content-7 .bar-number-6{
		top:230%;
		left:22%;
	}
	.content-7 .title-description-6{
		top:230%;
		left:33%;
	}
	.content-7 .ezwork-6{
		position: absolute;
		top:315%;
		left:32%;
	}	
	.content-7 .bar-number-7{
		top:280%;
		left:22%;
	}
	.content-7 .title-description-7{
		top:280%;
		left:33%;
	}
	.content-7 .ezwork-7{
		position: absolute;
		top:345%;
		left:32%;
	}	
	.content-7 .bar-number-8{
		top:290%;
		left:22%;
	}
	.content-7 .title-description-8{
		top:290%;
		left:33%;
	}
	.content-7 .ezwork-8{
		position: absolute;
		top:380%;
		left:32%;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-7 .bar-number{
		display: inline-block;
	}
	.content-7 .title-description{
		display: inline-block;
		float: left;
	}
	.wrap .ezwork-2{		
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7 .bar-number-2{
		margin: 0px 0px 0px 0px;
	}
	.content-7 .title-description-2{
		margin: 0px 0px 0px 20px;
	}	
	.wrap .ezwork-4{
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7 .bar-number-4{
		margin: 0px 0px 0px 0px;
	}
	.content-7 .title-description-4{
		margin: 0px 0px 0px 20px;
	}
	.wrap .ezwork-6{
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7 .bar-number-6{
		margin: 0px 0px 0px 0px;
	}
	.content-7 .title-description-6{
		margin: 0px 0px 0px 20px;
	}	
	.wrap .ezwork-8{
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7 .bar-number-8{
		margin: 0px 0px 0px 0px;
	}
	.content-7 .title-description-8{
		margin: 0px 0px 0px 20px;
	}
}
@media only screen and (min-width: 1201px) {
	.content-7 .bar-number{
		display: inline-block;
	}
	.content-7 .title-description{
		display: inline-block;
		float: left;
	}
	.wrap .ezwork-2{		
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7 .bar-number-2{
		margin: 0px 0px 0px 0px;
	}
	.content-7 .title-description-2{
		margin: 0px 0px 0px 20px;
	}	
	.wrap .ezwork-4{
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7 .bar-number-4{
		margin: 0px 0px 0px 0px;
	}
	.content-7 .title-description-4{
		margin: 0px 0px 0px 20px;
	}
	.wrap .ezwork-6{
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7 .bar-number-6{
		margin: 0px 0px 0px 0px;
	}
	.content-7 .title-description-6{
		margin: 0px 0px 0px 20px;
	}	
	.wrap .ezwork-8{
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7 .bar-number-8{
		margin: 0px 0px 0px 0px;
	}
	.content-7 .title-description-8{
		margin: 0px 0px 0px 20px;
	}	
}

/*중간 모바일*/
.wrap .content-7-m{
	background-color: #ffffff;	
}
.wrap .content-7-m .top-pic h1 {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
@media only screen and (max-width: 340px) {
	.wrap .content-7-m {
		height: 4400px;		
	}
	.wrap .content-7-m .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7-m .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-7-m {
		height: 3000px;		
	}
	.wrap .content-7-m .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7-m .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-7-m {
		height: 4400px;		
	}
	.wrap .content-7-m .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7-m .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-7-m {
		height: 4100px;		
	}
	.wrap .content-7-m .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7-m .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-7-m {
		height: 2900px;		
	}
	.wrap .content-7-m .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7-m .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-7-m {
		height: 1900px;		
	}
	.wrap .content-7-m .content-5-bar_1{
		margin: 0px auto;
	}
	.content-7-m .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}	
}
.content-7-m .bar-number{	
	float: left;
	width: 95px;
	height: 25px;
}
.content-7-m .content-5-bar{
    background-color: black;
    width: 60px;
    height: 2px;
    display: inline-block;
    margin-bottom: 9px;    
}
.content-7-m .number{
	font-size: 25px;
	font-weight: 600;	    
	letter-spacing: -1px;
	color: black;    
}
.content-7-m .title-description{	
	width: 325px;
	margin-left: 20px;
}
.content-7-m .title-description h1{
	float: left;
	padding-bottom: 20px;
}
.wrap .content-7-m .description{
	text-align: left;
	font-size: 18px;
	font-weight: 600;	    
    letter-spacing: -1px;
    color: black;     
    word-spacing: 1px;
    line-height: 180%;
    display:inline-block;     	
}
.wrap .content-7-m .view-row{
	width: 980px;
	margin: 20px auto;
	height: 330px;
}
.wrap .ezwork-1-m{
	display: inline-block;		
}
/*04와이파이*/
.wrap .ezwork-2-m,.ezwork-3-m,.ezwork-4-m,.ezwork-5-m{
	display: inline-block;		
}
@media only screen and (max-width: 340px) {
	.wrap .content-7-m .view-row{
		width: 90%;
		margin: 20px auto;
		height: 330px;
		position: relative;
	}
	.content-7-m .bar-number{
		position: absolute;
		display: none;
	}	
	.content-7-m .title-description{
		position: absolute;
		width: 90%;
	}
	.content-7-m .ezwork-img{
		width: 100%;
	}	
	.content-7-m .ezwork-img img{
		width: 100%;
	}	
	.content-7-m .bar-number-1{
		top:0px;
		left:10%;
	}
	.content-7-m .title-description-1{
		top:0px;
		left:0%;
	}
	.content-7-m .ezwork-1-m{
		position: absolute;
		top:85%;
		left:0%;
	}	
	.content-7-m .bar-number-2{
		top:40%;
		left:10%;
	}
	.content-7-m .title-description-2{
		top:50%;
		left:0%;
	}
	.content-7-m .ezwork-2-m{
		position: absolute;
		top:160%;
		left:0%;
	}	
	.content-7-m .bar-number-3{
		top:90%;
		left:10%;
	}
	.content-7-m .title-description-3{
		top:115%;
		left:0%;
	}
	.content-7-m .ezwork-3-m{
		position: absolute;
		top:225%;
		left:0%;
	}	
	.content-7-m .bar-number-4{
		top:115%;
		left:10%;
	}
	.content-7-m .title-description-4{
		top:175%;
		left:0%;
	}
	.content-7-m .ezwork-4-m{
		position: absolute;
		top:280%;
		left:0%;
	}	
	.content-7-m .bar-number-5{
		top:135%;
		left:10%;
	}
	.content-7-m .title-description-5{
		top:230%;
		left:0%;
	}
	.content-7-m .ezwork-5-m{
		position: absolute;
		top:335%;
		left:0%;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-7-m .view-row{
		width: 90%;
		margin: 20px auto;
		height: 330px;
		position: relative;
	}
	.content-7-m .bar-number{
		position: absolute;
		display: none;
	}	
	.content-7-m .title-description{
		position: absolute;
		width: 90%;
	}
	.content-7-m .ezwork-img{
		width: 100%;
	}	
	.content-7-m .ezwork-img img{
		width: 100%;
	}	
	.content-7-m .bar-number-1{
		top:0px;
		left:10%;
	}
	.content-7-m .title-description-1{
		top:0px;
		left:0%;
	}
	.content-7-m .ezwork-1-m{
		position: absolute;
		top:85%;
		left:0%;
	}	
	.content-7-m .bar-number-2{
		top:40%;
		left:10%;
	}
	.content-7-m .title-description-2{
		top:50%;
		left:0%;
	}
	.content-7-m .ezwork-2-m{
		position: absolute;
		top:140%;
		left:0%;
	}	
	.content-7-m .bar-number-3{
		top:90%;
		left:10%;
	}
	.content-7-m .title-description-3{
		top:115%;
		left:0%;
	}
	.content-7-m .ezwork-3-m{
		position: absolute;
		top:225%;
		left:0%;
	}	
	.content-7-m .bar-number-4{
		top:115%;
		left:10%;
	}
	.content-7-m .title-description-4{
		top:190%;
		left:0%;
	}
	.content-7-m .ezwork-4-m{
		position: absolute;
		top:280%;
		left:0%;
	}	
	.content-7-m .bar-number-5{
		top:135%;
		left:10%;
	}
	.content-7-m .title-description-5{
		top:240%;
		left:0%;
	}
	.content-7-m .ezwork-5-m{
		position: absolute;
		top:365%;
		left:0%;
	}		
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-7-m .view-row{
		width: 90%;
		margin: 20px auto;
		height: 330px;
		position: relative;
	}
	.content-7-m .bar-number{
		position: absolute;
	}	
	.content-7-m .title-description{
		position: absolute;
	}	
	.content-7-m .bar-number-1{
		top:0px;
		left:10%;
	}
	.content-7-m .title-description-1{
		top:0px;
		left:30%;
	}
	.content-7-m .ezwork-1-m{
		position: absolute;
		top:60%;
		left:22%;
	}	
	.content-7-m .bar-number-2{
		top:40%;
		left:10%;
	}
	.content-7-m .title-description-2{
		top:40%;
		left:30%;
	}
	.content-7-m .ezwork-2-m{
		position: absolute;
		top:130%;
		left:22%;
	}	
	.content-7-m .bar-number-3{
		top:115%;
		left:10%;
	}
	.content-7-m .title-description-3{
		top:115%;
		left:30%;
	}
	.content-7-m .ezwork-3-m{
		position: absolute;
		top:210%;
		left:22%;
	}	
	.content-7-m .bar-number-4{
		top:180%;
		left:10%;
	}
	.content-7-m .title-description-4{
		top:180%;
		left:30%;
	}
	.content-7-m .ezwork-4-m{
		position: absolute;
		top:270%;
		left:22%;
	}	
	.content-7-m .bar-number-5{
		top:230%;
		left:10%;
	}
	.content-7-m .title-description-5{
		top:230%;
		left:30%;
	}
	.content-7-m .ezwork-5-m{
		position: absolute;
		top:320%;
		left:22%;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-7-m .view-row{
		width: 90%;
		margin: 20px auto;
		height: 330px;
		position: relative;
	}
	.content-7-m .bar-number{
		position: absolute;
	}	
	.content-7-m .title-description{
		position: absolute;
	}	
	.content-7-m .bar-number-1{
		top:0px;
		left:22%;
	}
	.content-7-m .title-description-1{
		top:0px;
		left:33%;
	}
	.content-7-m .ezwork-1-m{
		position: absolute;
		top:53%;
		left:32%;
	}	
	.content-7-m .bar-number-2{
		top:40%;
		left:22%;
	}
	.content-7-m .title-description-2{
		top:40%;
		left:33%;
	}
	.content-7-m .ezwork-2-m{
		position: absolute;
		top:130%;
		left:32%;
	}	
	.content-7-m .bar-number-3{
		top:100%;
		left:22%;
	}
	.content-7-m .title-description-3{
		top:100%;
		left:33%;
	}
	.content-7-m .ezwork-3-m{
		position: absolute;
		top:190%;
		left:32%;
	}	
	.content-7-m .bar-number-4{
		top:150%;
		left:22%;
	}
	.content-7-m .title-description-4{
		top:150%;
		left:33%;
	}
	.content-7-m .ezwork-4-m{
		position: absolute;
		top:240%;
		left:32%;
	}	
	.content-7-m .bar-number-5{
		top:200%;
		left:22%;
	}
	.content-7-m .title-description-5{
		top:200%;
		left:33%;
	}
	.content-7-m .ezwork-5-m{
		position: absolute;
		top:280%;
		left:32%;
	}	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-7-m .bar-number{
		display: inline-block;
	}
	.content-7-m .title-description{
		display: inline-block;
		float: left;
	}
	.wrap .ezwork-2-m{		
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7-m .bar-number-2{
		margin: 0px 0px 0px 0px;
	}
	.content-7-m .title-description-2{
		margin: 0px 0px 0px 20px;
	}	
	.wrap .ezwork-4-m{
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7-m .bar-number-4{
		margin: 0px 0px 0px 0px;
	}
	.content-7-m .title-description-4{
		margin: 0px 0px 0px 20px;
	}
	
}
@media only screen and (min-width: 1201px) {
	.content-7-m .bar-number{
		display: inline-block;
	}
	.content-7-m .title-description{
		display: inline-block;
		float: left;
	}
	.wrap .ezwork-2-m{		
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7-m .bar-number-2{
		margin: 0px 0px 0px 0px;
	}
	.content-7-m .title-description-2{
		margin: 0px 0px 0px 20px;
	}	
	.wrap .ezwork-4-m{
		float: left;
		margin: 0px 35px 0px 80px;	
	}
	.content-7-m .bar-number-4{
		margin: 0px 0px 0px 0px;
	}
	.content-7-m .title-description-4{
		margin: 0px 0px 0px 20px;
	}
		
}

.wrap .content-8 {
	background: white;
	height: 600px;		
}
.wrap .content-8 .top-pic h1 {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
@media only screen and (max-width: 340px) {
	.wrap .content-8 {		
		height: 980px;		
	}
	.wrap .content-8 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-8 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-8 {		
		height: 980px;		
	}
	.wrap .content-8 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-8 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
	.wrap .content-8 .ezwork-product img{
		width: 320px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-8 {		
		height: 980px;		
	}
	.wrap .content-8 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-8 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
	.wrap .content-8 .ezwork-product img{
		width: 320px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-8 {		
		height: 980px;		
	}
	.wrap .content-8 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-8 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-8 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-8 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
	.wrap .content-8 .ezwork-product{
		
	}
}
@media only screen and (min-width: 1201px) {	
	.wrap .content-8 .content-5-bar_1{
		margin: 0px auto;
	}
	.content-8 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
	.wrap .content-8 .ezwork-product{
		
	}
}
.content-8 .spec-list{
	width: 450px;	
}
.content-8 .spec-list .list-row{
	border: 1px solid #eef1f7;
	border-radius: 5px;
	height: 40px;
	width: 450px;
	display: inline-block;
	margin-bottom: 5px;
	color: black;
    font-size: 17px;   
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
.content-8 .spec-list .row-title{
	background: #eef1f7;
	width: 130px;
	height: 40px;
	display: inline-block;
	float: left;
	color: #1abc9c;
}
.content-8 .spec-list .row-content{
	display: inline-block;
	height: 40px;
	font-size: 15px;
}
.content-8 .spec-list .row-big{
	height: 85px;
	line-height: 3;
}
.content-8 .spec-list .row-big .row-title{	
	line-height: 4;
}
.content-8 .spec-list .row-big .row-title, .row-conten{
	height: 85px;
}
@media only screen and (max-width: 340px) {
	.content-8 .spec-list-1{
		margin-right: 10px;
	}
	.content-8 .spec-list-2{
		margin-left: 10px;
	}
	.content-8 .spec-list{
		width: 90%;
		margin: 20px auto;
	}
	.content-8 .spec-list .list-row{		
		width: 305px;		
	}
	.content-8 .spec-list .row-content{
		display: block;
		height: 40px;
		font-size: 11px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.content-8 .spec-list-1{
		margin-right: 10px;
	}
	.content-8 .spec-list-2{
		margin-left: 10px;
	}
	.content-8 .spec-list{
		width: 90%;
		margin: 20px auto;
	}
	.content-8 .spec-list .list-row{		
		width: 305px;		
	}
	.content-8 .spec-list .row-content{
		display: block;
		height: 40px;
		font-size: 11px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-8 .spec-list-1{
		margin-right: 10px;
	}
	.content-8 .spec-list-2{
		margin-left: 10px;
	}
	.content-8 .spec-list{
		width: 450px;
		margin: 20px auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.content-8 .spec-list-1{
		margin-right: 10px;
	}
	.content-8 .spec-list-2{
		margin-left: 10px;
	}
	.content-8 .spec-list{
		width: 450px;
		margin: 20px auto;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-8 .spec-list-1{
		margin-right: 10px;
	}
	.content-8 .spec-list-2{
		margin-left: 10px;
	}
	.content-8 .spec-list{
		width: 450px;
		display: inline-block;
	}
}
@media only screen and (min-width: 1201px) {	
	.content-8 .spec-list-1{
		margin-right: 20px;
	}
	.content-8 .spec-list-2{
		margin-left: 20px;
	}
	.content-8 .spec-list{
		width: 450px;
		display: inline-block;
	}
}
/*ezmon 상단*/
.wrap .content-3-1 {
	background: white;		
}
.wrap .content-3-1 .top-pic h1 {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
.content-3-1 .bar-01{
	background-color: black;
	width: 60px;
	height: 4px;	    
    display: inline-block;
}
/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-3-1{
		height: 1360px;
	}
	.content-3-1 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3-1{
		height: 1600px;
	}
	.content-3-1 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-3-1{
		height: 1000px;
	}
	.content-3-1 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-3-1{
		height: 700px;
	}
	.content-3-1 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-3-1{
		height: 480px;
	}
	.content-3-1 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
@media only screen and (min-width: 1201px) {	
	.wrap .content-3-1{
		height: 420px;
	}
	.content-3-1 .top-pic {
		 padding-top: 25px;
	     padding-bottom: 25px;
	}
}
/*------크기에 따른 글자변화*/
.wrap .content-3-1 .block-list {
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
	display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-3-1 .block-list {
		width: 530px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-3-1 .block-list {
		width: 763px;
	}
}
@media only screen and (max-width: 340px) {
	.wrap .content-3-1 .block-list {
		margin-left: 0px;
		margin-right: 0px;
		display: block;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3-1 .block-list {
		margin: 0 auto;
		width: 80%;
		display: block;
		text-align: center;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-3-1 .block-list {
		width: 1024px;
		margin-left: -32px;
	}
	.wrap .content-3-1 .block-list .row {
		display: inline-block;
		margin-right: 20px;
	}
	.wrap .content-3-1 .block-list .row:first-child {
		margin-right: 0px;
	}
	.wrap .content-3-1 .block-list .row .block {
		margin-right: 10px;
	}
	.wrap .content-3-1 .block-list .row:last-child .block:last-child {
		margin-right: 0px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-3-1 .block-list {
		width: 1024px;
		margin-left: -32px;
	}
	.wrap .content-3-1 .block-list .row {
		display: inline-block;
	}
	.wrap .content-3-1 .block-list .row:first-child {
		margin-right: 0px;
	}
	.wrap .content-3-1 .block-list .row .block {
		margin-right: 10px;
	}
	.wrap .content-3-1 .block-list .row:last-child .block:last-child {
		margin-right: 0px;
	}
}
.wrap .content-3-1 .block {
	margin-bottom: 50px;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 35px;
	background-clip: padding-box;
	box-shadow: 1px 20px 13px 1px #eef1f7;
}
.wrap .content-3-1 .block .title {
	color: #ffffff;		
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-topright: 5px;
	-moz-background-clip: padding;
	border-top-right-radius: 5px;
	background-clip: padding-box;
}
.wrap .content-3-1 .block .title .main-title {
	line-height: 100%;
	margin-bottom: 10px;
}
.wrap .content-3-1 .block-1 .title {
    padding-top: 20px;
}
.wrap .content-3-1 .block-2 .title {
	padding-top: 10px;
}
.wrap .content-3-1 .block-3 .title {
	padding-top: 10px;
}
.wrap .content-3-1 .block-4 .title {
	padding-top: 10px;
}
.wrap .content-3-1 .block-5 .title {
	padding-top: 10px;
}

.wrap .content-3-1 .block .body {
	min-height: 150px;
	padding: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	background: #ffffff;
	color: #555;
	font-weight: 300;
	text-align: left;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius-bottomright: 5px;
	-moz-background-clip: padding;
	border-bottom-right-radius: 5px;
	background-clip: padding-box;
}
@media only screen and (max-width: 340px) {
	.wrap .content-3-1 .block .body {
		min-height: 30px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3-1 .block .body {
		min-height: 30px;
	}
}
.wrap .content-3-1 .block .body p {
	margin: 0px;
	height: 130px;	
    font-weight: bold;
    line-height: 1.6;
}
.wrap .content-3-1 .block{
	background: #eef1f7;
}
@media only screen and (max-width: 340px) {
	.wrap .content-3-1 .block {
		width: 100%;
		height: 226px;
	}
	.wrap .content-3-1 .block .body {
		/* display: none; */
	}
	.wrap .content-3-1 .block:last-child {
		padding-bottom: 0px;
	}
	.wrap .content-3-1 .block.block-2 {
		padding-top: 10px;
	}
	.wrap .content-3-1 .block.block-4 {
		padding-top: 10px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3-1 .block {
		display: block;
		width: 100%;		
		float: left;
	}
	.wrap .content-3-1 .block .title {
		font-size: 18px;
	}
	.wrap .content-3-1 .block .title .main-title {
		line-height: 25px;
	}
	.wrap .content-3-1 .block .title .sub-title {
		font-size: 14px;
	}
	.wrap .content-3-1 .block .body {
		/* display: none; */
		padding: 10px;
		font-weight: normal;
	}
	.wrap .content-3-1 .block:last-child {
		margin-right: 0px;
	}
	.wrap .content-3-1 .block.block-2 {
		
	}
	.wrap .content-3-1 .block.block-4 {
		
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-3-1 .block {
		display: block;
		margin-right: 10px;
		width: 235px;
		float: left;
	}
	.wrap .content-3-1 .block:last-child {
		margin-right: 0px;
	}
	.wrap .content-3-1 .block .title {
		height: 82px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-3-1 .block {
		display: inline-block;
		margin-right: 10px;
		width: 235px;
		float: left;
	}
	.wrap .content-3-1 .block:last-child {
		margin-right: 0px;
	}
	.wrap .content-3-1 .block .title {
		height: 82px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-3-1 .block {
		display: block;
		margin-right: 10px;
		width: 170px;
		float: left;
	}
	.wrap .content-3-1 .block:last-child {
		margin-right: 0px;
	}
	.wrap .content-3-1 .block .title {
		height: 80px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-3-1 .block {
		display: block;
		margin-right: 10px;
		width: 170px;
		float: left;
	}
	.wrap .content-3-1 .block:last-child {
		margin-right: 0px;
	}
	.wrap .content-3-1 .block .title {
		height: 80px;
	}
}

/*ezmon 컨텐츠*/
.wrap .content-4-1 {
	background: #eef1f7;
	height: 645px;		
}
.content-4-1 .description{
	color: black;
    font-size: 18px;
    max-width: 100%;
    font-weight: bold;
    text-align: left;    
    display: inline-block; 
}
@media only screen and (max-width: 340px) {
	.wrap .content-4-1{
		height: 720px;
	}		
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-4-1{
		height: 870px;
	}		
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-4-1{
		height: 645px;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-4-1{
		height: 660px;
	}		
}
@media only screen and (min-width: 1201px) {
	.wrap .content-4-1{
		height: 660px;
	}	
}
.content-4-1 .description-product{
	display: inline-block;
	float: left;
	text-align: left;		
}
.content-4-1 .description-product .description{
	font-weight: 800;
	font-size: 17px;
	line-height: 1.5;
}
.content-4-1 .description-product .number{
	font-size: 18px;
	color: #f7941d;
	font-weight: 800;
	float: left;
}
.content-4-1 .ezmon-character{
	display: inline-block;
	float: right;
	position: relative;
}
.wrap .content-4-1 .top-pic h1 {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
.content-4-1 .bar-01{
	background-color: black;
	width: 60px;
	height: 4px;	    
    display: inline-block;
}
@media only screen and (max-width: 340px) {
	.content-4-1 .description-product{
			
	}
	.content-4-1 .description-product .description{
		padding-bottom: 10px;		
	}
	.content-4-1 .ezmon-character{
		display: none;
	}
	.wrap .content-4-1 .top-pic {
		 padding-top: 25px;
	}
	.content-4-1 .ezmon-character img{
		position: absolute;
		top: -56px;
	    right: 10px;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.content-4-1 .description-product{
				
	}
	.content-4-1 .description-product .description{
		padding-bottom: 10px;		
	}
	.content-4-1 .description-product .description span{
		padding-right: 5px;	
	}
	.content-4-1 .description-product .product_1 span{
	    padding-bottom: 18px;    	
	}
	.content-4-1 .description-product .product_2 span{
	    padding-bottom: 42px;    	
	}
	.content-4-1 .description-product .product_3 span{
	    padding-bottom: 135px;    	
	}
	.content-4-1 .description-product .product_4 span{
	    padding-bottom: 38px;    	
	}
	.content-4-1 .description-product .product_5 span{
	    padding-bottom: 58px;    	
	}
	.content-4-1 .description-product .product_6 span{
	    padding-bottom: 98px;    	
	}
	.content-4-1 .ezmon-character{
		display: none;
	}
	.wrap .content-4-1 .top-pic {
		 padding-top: 25px;
	}
	.content-4-1 .ezmon-character img{
		position: absolute;
		top: -56px;
	    right: 10px;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-4-1 .description-product{
		width: 484px;		
	}
	.content-4-1 .description-product .description{
		padding-bottom: 10px;		
	}
	.content-4-1 .ezmon-character{
		display: none;
	}
	.wrap .content-4-1 .top-pic {
		 padding-top: 25px;
	}
	.content-4-1 .ezmon-character img{
		position: absolute;
		top: -56px;
	    right: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.content-4-1 .description-product{
		width: 484px;		
	}
	.content-4-1 .description-product .description{
		padding-bottom: 10px;		
	}
	.content-4-1 .ezmon-character{
		width: 29%;
		margin-top: 180px;
	}
	.wrap .content-4-1 .top-pic {
		 padding-top: 25px;
	}
	.content-4-1 .ezmon-character img{
		position: absolute;
		top: -56px;
	    right: 10px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-4-1 .description-product{
		width: 484px;		
	}
	.content-4-1 .description-product .description{
		padding-bottom: 10px;		
	}
	.content-4-1 .ezmon-character{
		width: 400px;
		margin-top: 32px;
	}
	.wrap .content-4-1 .top-pic {
		 padding-top: 25px;
	}
	.content-4-1 .ezmon-character img{
		position: absolute;
		top: 107px;
	    right: 10px;
	}
}
@media only screen and (min-width: 1201px) {
	.content-4-1 .description-product{
		width: 484px;	   
	}
	.content-4-1 .description-product .description{
		padding-bottom: 10px;		
	}	
	.content-4-1 .description-product .description span{
		padding-right: 5px;	
	}
	.content-4-1 .description-product .product_1 span{
	    padding-bottom: 10px;    	
	}
	.content-4-1 .description-product .product_2 span{
	    padding-bottom: 10px;    	
	}
	.content-4-1 .description-product .product_3 span{
	    padding-bottom: 50px;    	
	}
	.content-4-1 .description-product .product_4 span{
	    padding-bottom: 10px;    	
	}
	.content-4-1 .description-product .product_5 span{
	    padding-bottom: 10px;    	
	}
	.content-4-1 .description-product .product_6 span{
	    padding-bottom: 40px;    	
	}
	.content-4-1 .ezmon-character{
	    padding-top: 0px;
	}
	.content-4-1 .top-pic {
		 padding-top: 25px;
	}
	.content-4-1 .ezmon-character img{
		position: absolute;
		top: 139px;
	    right: 10px;
	}
}

/*ezmon 중간*/
.wrap .content-5-1 {
	background: #eef1f7;
	text-align: center;	
}
.wrap .content-5-1 .top-pic h1 {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
.content-5-1 .bar-01{
	background-color: black;
	width: 60px;
	height: 4px;	    
    display: inline-block;
}
/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-5-1{
		height: 2100px;
	}
	.wrap .content-5-1 h1 {
		margin: 0px auto;
		padding-top: 5px;
	}
	.wrap .content-5-1 .top-pic{
	    padding-top: 30px;
        padding-bottom: 30px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-5-1{
		height: 2150px;
	}
	.wrap .content-5-1 h1 {
		margin: 0px auto;
		padding-top: 5px;
	}
	.wrap .content-5-1 .top-pic{
	    padding-top: 30px;
        padding-bottom: 30px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-5-1{
		height: 2000px;
	}
	.wrap .content-5-1 h1 {
		margin: 0px auto;
		padding-top: 5px;
	}
	.wrap .content-5-1 .top-pic{
	    padding-top: 30px;
        padding-bottom: 30px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-5-1{
		height: 2000px;
	}
	.wrap .content-5-1 h1 {
		margin: 0px auto;
		padding-top: 5px;
	}
	.wrap .content-5-1 .top-pic{
	    padding-top: 30px;
        padding-bottom: 30px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-5-1{
		height: 1270px;
	}
	.wrap .content-5-1 h1 {
		margin: 0px auto;
		padding-top: 5px;    	
	}	
	.wrap .content-5-1 .top-pic{
	    padding-top: 30px;
        padding-bottom: 30px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-5-1{
		height: 1270px;
	}
	.wrap .content-5-1 .top-pic{
	    padding-top: 25px;
        padding-bottom: 25px;
	}
	.wrap .content-5-1 .top-pic h1 {
		margin: 0px auto;
		padding-top: 5px;    	
	}
	.wrap .content-5-1 .bar-01{
		margin: 0px auto;
	}
	
}
.content-5-1 .ezmon-basic{	
	display: inline-block;
}
.wrap .top-box{
	background-color: white;
	width: 290px;
	height: 72px;
	border-radius: 10px;
}
.wrap .top-box span{	
	color: black;
	font-size: 35px;	
	max-width: 100%;
	font-weight: bold;	
	line-height: 2.0;	
	text-align: center;
}
.ezmon-money{
	color: black;
	font-size: 29px;	
	max-width: 100%;
	font-weight: 500;	
	line-height: 2.0;
	width: 290px;
}
.ezmon-money span {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	line-height: 1.15;	
	text-align: center;
}
.description-ezmon {
	color: black;
	font-size: 18px;	
	max-width: 100%;
	font-weight: 500;	
	line-height: 1.40;	
	text-align: left;
	width: 290px;
	height: 125px;
    padding-left: 21px;
    padding-top: 15px;
}
.wrap .ezmon-img{
	margin-top: 30px;
}
.wrap .ezmon-img img{
	float: left;
    padding-left: 15px;
}
.description-ezmon-use{
	color: #f7941d;
	font-size: 14px;	
	max-width: 100%;
	font-weight: 500;	
	line-height: 1.40;	
	text-align: left;
	display: inline-block;
}
.tec-name{
	color: #454545;
	font-size: 18px;	
	max-width: 100%;
	font-weight: 700;
	display: inline-block;
    padding-bottom: 20px;
    padding-top: 25px;
}
.tredio-tec-name{
	width: 195px;
	height: 40px;
	border: 1px solid #454545;
	border-radius: 20px;
	color: #454545;
	font-size: 18px;	
	max-width: 100%;
	font-weight: 700;	
	line-height: 2.3;	
	text-align: center;
	display: inline-block;
}
.tredio-tec-name span{
	color: #f7941d;
	font-size: 18px;	
	max-width: 100%;
	font-weight: 500;	
	line-height: 2.0;	
	text-align: left;	
}

/*------크기에 따른 글자변화*/

@media only screen and (max-width: 340px) {
	.content-5-1 .ezmon-basic{					
		width: 290px;
		margin-bottom: 20px;			
	}
	.content-5-1 .ezmon-standard{				
		width: 290px;
		margin-bottom: 20px;
		display: inline-block;	    			
	}		
	.content-5-1 .ezmon-premium{			
		width: 290px;
		margin-bottom: 20px;
		display: inline-block;    			
	}	
	.description-ezmon-use{
		margin-top: 40px;				
	}
	.wrap .tredio-tec{
		width: 960px;
		display: none;
	    float: left;
	    margin-top: 40px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.content-5-1 .ezmon-basic{					
		width: 290px;
		margin-bottom: 20px;			
	}
	.content-5-1 .ezmon-standard{				
		width: 290px;
		margin-bottom: 20px;
		display: inline-block;	    			
	}		
	.content-5-1 .ezmon-premium{			
		width: 290px;
		margin-bottom: 20px;
		display: inline-block;    			
	}	
	.description-ezmon-use{
		margin-top: 40px;				
	}
	.wrap .tredio-tec{
		width: 960px;
		display: none;
	    float: left;
	    margin-top: 40px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-5-1 .ezmon-basic{					
		width: 290px;
		margin-bottom: 20px;			
	}
	.content-5-1 .ezmon-standard{				
		width: 290px;
		margin-bottom: 20px;
		display: inline-block;	    			
	}		
	.content-5-1 .ezmon-premium{			
		width: 290px;
		margin-bottom: 20px;
		display: inline-block;    			
	}	
	.description-ezmon-use{
		margin-top: 40px;			
	}
	.wrap .tredio-tec{
		width: 960px;
		display: none;
	    float: left;
	    margin-top: 40px;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.content-5-1 .ezmon-basic{					
		width: 290px;
		margin-bottom: 20px;			
	}
	.content-5-1 .ezmon-standard{				
		width: 290px;
		margin-bottom: 20px;
		display: inline-block;	    			
	}		
	.content-5-1 .ezmon-premium{			
		width: 290px;
		margin-bottom: 20px;
		display: inline-block;    			
	}	
	.description-ezmon-use{
		margin-top: 40px;				
				
	}
	.wrap .tredio-tec{
		width: 960px;
		display: none;
	    float: left;
	    margin-top: 40px;
	}
	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-5-1 .ezmon-basic{		
		float: left;		
		width: 290px;
		margin-right: 10px;			
	}
	.content-5-1 .ezmon-standard{		
		float: left;		
		width: 290px;
		margin-right: 10px;	    			
	}		
	.content-5-1 .ezmon-premium{		
		float: left;		
		width: 290px;    			
	}
	.bar-02{
		background-color: #d7d7d7;
		width: 1px;
		height: 500px;	    
	    display: inline-block;
	    float: left;
	    margin-right: 10px;
	}		
	.description-ezmon-use{
		margin-top: 40px;
		float: left;		
	}
	.wrap .tredio-tec{
		width: 960px;
		display: inline-block;
	    float: left;
	    margin-top: 40px;
	}
	.content-5-1 .tredio-tec .tredio-tec-name{
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.content-5-1 .tredio-tec .tech-names{
		width: 960px;
	}
	.content-5-1 .tredio-tec .tec05{
		margin-left: 100px;
		line-height: 1;	
	}
	.content-5-1 .tredio-tec .tec06{
		margin-right: 100px;
		font-size: 14px	
	}
	
}
@media only screen and (min-width: 1201px) {
	.content-5-1 .ezmon-basic{		
		float: left;		
		width: 290px;
		margin-right: 20px;			
	}
	.content-5-1 .ezmon-standard{		
		float: left;		
		width: 290px;
		margin-right: 20px;	    			
	}		
	.content-5-1 .ezmon-premium{		
		float: left;		
		width: 290px;    			
	}
	.bar-02{
		background-color: #d7d7d7;
		width: 1px;
		height: 550px;	    
	    display: inline-block;
	    float: left;
	    margin-right: 20px;
	}		
	.description-ezmon-use{
		margin-top: 40px;
		float: left;		
	}
	.wrap .tredio-tec{
		width: 960px;
		display: inline-block;
	    float: left;
	    margin-top: 40px;
	}
	.content-5-1 .tredio-tec .tredio-tec-name{
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.content-5-1 .tredio-tec .tech-names{
		width: 960px;
	}
	.content-5-1 .tredio-tec .tec05{
		margin-left: 100px;
		line-height: 1;		
	}
	.content-5-1 .tredio-tec .tec06{
		margin-right: 100px;
		font-size: 14px;	
	}
	
}

/*ezmon 중간*/
.wrap .content-6-1 {
	background: white;
	text-align: center;	
}
.wrap .content-6-1 .top-pic h1 {
	color: black;
	font-size: 32px;	
	max-width: 100%;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 1.15;	
	text-align: center;
}
.content-6-1 .bar-01{
	background-color: black;
	width: 60px;
	height: 4px;	    
    display: inline-block;
}
/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-6-1{
		height: 1900px;
		display: none;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-6-1{
		height: 1900px;
		display: none;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-6-1{
		height: 1900px;
		display: none;
	}
	.wrap .content-6-1 h1 {
		margin: 0px auto;
		padding-top: 5px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-6-1{
		height: 1900px;
		display: none;
	}
	.wrap .content-6-1 h1 {
		margin: 0px auto;
		padding-top: 5px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-6-1{
		height: 1000px;
	}
	.wrap .content-6-1 .top-pic{
	    padding-top: 25px;
        padding-bottom: 25px;
	}
	.wrap .content-6-1 .top-pic h1 {
		margin: 0px auto;
		padding-top: 5px;    	
	}
	.wrap .content-6-1 .bar-01{
		margin: 0px auto;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-6-1{
		height: 1000px;
	}
	.wrap .content-6-1 .top-pic{
	    padding-top: 25px;
        padding-bottom: 25px;
	}
	.wrap .content-6-1 .top-pic h1 {
		margin: 0px auto;
		padding-top: 5px;    	
	}
	.wrap .content-6-1 .bar-01{
		margin: 0px auto;
	}
	
}
.content-6-1 .gallery-list{
	width: 980px;
	height: 805px;
}
.content-6-1 .gallery-title{
	color: #05121f;
	font-size: 15px;	
	max-width: 100%;
	font-weight: bold;		
	line-height: 1.15;
	padding-top: 5px;
	text-align: center;
}
/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-6-1 .gallery{
		display: inline-block;
		margin: 0px 5px 10px 5px;
		height: 260px;
		float: left;		
	}
}
@media only screen and (min-width: 1201px) {	
	.wrap .content-6-1 .gallery{
		display: inline-block;
		margin: 0px 5px 10px 5px;
		height: 260px;
		float: left;		
	}
}

/*ezdev 상단*/
.wrap .content-3-2 {
	background: #23232d;		
}
/*크기에 따른 글자변화*/
@media only screen and (max-width: 340px) {
	.wrap .content-3-2{
		height: 750px;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3-2{
		height: 750px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-3-2{
		height: 620px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-3-2{
		height: 620px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-3-2{
		height: 350px;
	}
}
@media only screen and (min-width: 1201px) {	
	.wrap .content-3-2{
		height: 355px;
	}
}
/*------크기에 따른 글자변화*/
.wrap .content-3-2 .description {
	margin-top: 0px;
	font-size: 21px;
	letter-spacing: -1px;
	color: white;
	font-weight: 500;
	margin-bottom: 45px;
    width: 465px;
    text-align: right;
    word-spacing: 2px;
    line-height: 200%;   
}
.wrap .content-3-2 .description .vstab{
	color: #ffffff;
	font-weight: 600;
}
.wrap .content-3-2 .description .vstab1{
	color: #006cff;
	font-weight: 600;
}
.wrap .content-3-2 .ezdev-vstab {
	display: inline-block;
	
}
.wrap .content-3-2 .ezdev-vstab img{
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;		
}
@media only screen and (max-width: 340px) {
	.wrap .content-3-2 .description{
	    max-width: 100%;
    	margin: 40px auto;
    	text-align: center;		
	}
	.wrap .content-3-2 .ezdev-vstab {
		display: inline-block;		
		margin: 0px auto;
	    margin-top: 50px;
	}		
	.wrap .content-3-2 .ezdev-vstab img{
		display: inline-block;
		overflow: auto;
		width: 95%;					
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-3-2 .description{
	    max-width: 100%;
    	margin: 40px auto;
    	text-align: left;		
	}
	.wrap .content-3-2 .ezdev-vstab {
		display: inline-block;		
		margin: 0px auto;
	    margin-top: 50px;
	}		
	.wrap .content-3-2 .ezdev-vstab img{
		display: inline-block;
		overflow: auto;
		width: 95%;					
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-3-2 .description{
	    max-width: 100%;
    	margin: 0px auto;
    	text-align: center;		
	}
	.wrap .content-3-2 .ezdev-vstab {
		display: inline-block;		
		margin: 0px auto;
	    margin-top: 50px;
	}		
	.wrap .content-3-2 .ezdev-vstab img{
		display: inline-block;
		overflow: auto;				
	}				
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-3-2 .description{
	    max-width: 100%;
    	margin: 0px auto;
    	text-align: center;		
	}
	.wrap .content-3-2 .ezdev-vstab {
		display: inline-block;		
		margin: 0px auto;
	    margin-top: 50px;
	}		
	.wrap .content-3-2 .ezdev-vstab img{
		display: inline-block;
		overflow: auto;		
				
	}		
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {	
	.wrap .content-3-2 .description{
	    max-width: 100%;
    	margin: 45px 0px 0px 0px;
   		display: inline-block;		
	}
	.wrap .content-3-2 .ezdev-vstab {
		display: inline-block;
		float: left;
	}
	.wrap .content-3-2 .ezdev-vstab img{
		display: inline-block;
		overflow: auto;
		padding-top: 35px;		
	}		
}
@media only screen and (min-width: 1201px) {	
	.wrap .content-3-2 .ezdev-vstab {
		display: inline-block;
		float: left;
		margin: 10px 0px 0px 0px;
	}
	.wrap .content-3-2 .ezdev-vstab img{
		display: inline-block;
		overflow: auto;		
		padding-top: 20px;					
	}	
	.wrap .content-3-2 .description{
	    max-width: 100%;
    	margin: 50px 0px 0px 0px;
   		display: inline-block;	
	}	
}

/*ezmon 컨텐츠*/
.wrap .content-4-2 {
	background: #eef1f7;		
}
.content-4-2 .description{
	color: black;
    font-size: 18px;
    max-width: 100%;
    font-weight: bold;
    text-align: left;   
}
@media only screen and (max-width: 340px) {
		
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
		
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-4-2{
		height: 715px;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-4-2{
		height: 410px;
	}		
}
@media only screen and (min-width: 1201px) {
	.wrap .content-4-2{
		height: 410px;
	}	
}
.content-4-2 .description-product{
	display: inline-block;
	float: left;
	text-align: left;		
}
.content-4-2 .description-product .description{
	font-weight: 800;
	font-size: 17px;
}
.content-4-2 .description-product span{
	font-size: 18px;
	color: #006cff;
	font-weight: 800;
}
.content-4-2 .ezdev-character{
	display: inline-block;
	float: left;
}
@media only screen and (max-width: 340px) {
		
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
		
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-4-2 .description-product{
		width: 250px;
	}
	.content-4-2 .description-product .description{
		padding-bottom: 10px;		
	}
	.content-4-2 .description-product span{
		font-size: 18px;
		color: #006cff;
		font-weight: 800;
	}
	.content-4-2 .ezdev-character{
		width: 300px;
		margin-top: 20px;
		margin-left: 125px;
	}
	.content-4-2 .ezdev-character img{
		width: 100%;
		height: 315px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-4-2 .description-product{
		width: 484px;
		padding-top: 45px;
	}
	.content-4-2 .description-product .description{
		padding-bottom: 10px;		
	}
	.content-4-2 .ezdev-character{
		width: 400px;
		padding-top: 45px;
	}
}
@media only screen and (min-width: 1201px) {
	.content-4-2 .description-product{
		width: 484px;
	    padding-top: 45px;
	}
	.content-4-2 .description-product .description{
		padding-bottom: 10px;		
	}
	.content-4-2 .description-product span{
		
	}
	.content-4-2 .ezdev-character{
	    padding-top: 45px;
	}
}
.wrap .content-5-2 {
	background: #ffffff;		
}
.content-5-2 .topic-top-bar01{
	background-color: black;
    width: 40px;
    height: 3px;
    float: left;
    display: inline-block;
}
.content-5-2 .topic-top-number{
	color: black;
    font-size: 24px;
    max-width: 100%;
    font-weight: bold;
    float: left;
}
.content-5-2 .topic-top-title{
    color: black;
    font-size: 30px;
    max-width: 100%;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 1.15;
    text-align: center;
}
.content-5-2 .topic-top-title span{
	color: black;
    font-size: 32px;
    max-width: 100%;
    font-weight: bold;
}
.content-5-2 .topic-top-bar02{
    background-color: black;
    width: 60px;
    height: 4px;
    display: inline-block;
}
.content-5-2 .description{
	color: black;
    font-size: 18px;
    max-width: 100%;
    font-weight: 300;
    text-align: justify;
    letter-spacing: -1px;
    word-spacing: 2px;
    line-height: 200%;   
}
.content-5-2 .description span{
	color: #006cff;   
}
@media only screen and (max-width: 340px) {
	.content-5-2 .topic-top{		
		padding-top: 40px;
	}
	.content-5-2{
		margin-bottom: 20px;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.content-5-2 .topic-top{		
		padding-top: 40px;
	}
	.content-5-2{
		margin-bottom: 20px;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-5-2 .topic-top{		
		padding-top: 40px;
	}
	.content-5-2{
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.content-5-2 .topic-top{		
		padding-top: 40px;
	}
	.content-5-2{
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-5-2 .topic-top{
		width: 960px;
		padding-top: 40px;
	}
	.content-5-2 .topic-top-bar01{
		margin-top:20px;
		margin-right: 10px;
	}
	.content-5-2 .topic-top-number{
		padding-top:5px;
	}
	.content-5-2 .description{
		height: 350px;
	}
	.content-5-2 .description span{
		
	}
}
@media only screen and (min-width: 1201px) {
	.content-5-2 .topic-top{
		width: 960px;
		padding-top: 40px;
	}
	.content-5-2 .topic-top-bar01{
		margin-top:20px;
		margin-right: 10px;
	}
	.content-5-2 .topic-top-number{
		padding-top:5px;
	}
	.content-5-2 .description{
		height: 350px;
	}
	.content-5-2 .description span{
		
	}
}
.wrap .content-6-2 {
	background: #eef1f7;		
}
.content-6-2 .topic-top-bar01{
	background-color: black;
    width: 40px;
    height: 3px;
    float: left;
    display: inline-block;
}
.content-6-2 .topic-top-number{
	color: black;
    font-size: 24px;
    max-width: 100%;
    font-weight: bold;
    float: left;
}
.content-6-2 .topic-top-title{
    color: black;
    font-size: 30px;
    max-width: 100%;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 1.15;
    text-align: center;
}
.content-6-2 .topic-top-title span{
	color: black;
    font-size: 32px;
    max-width: 100%;
    font-weight: bold;
}
.content-6-2 .topic-top-bar02{
    background-color: black;
    width: 60px;
    height: 4px;
    display: inline-block;
}

@media only screen and (max-width: 340px) {
	.wrap .content-6-2 {
		height: 900px;		
	}
	.content-6-2 .topic-top{		
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-6-2 .topic-top-bar02{
		margin:0px auto;
	}
	.content-6-2 .topic-top-number{
		padding-top:5px;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-6-2 {
		height: 900px;		
	}
	.content-6-2 .topic-top{		
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-6-2 .topic-top-bar02{
		margin:0px auto;
	}
	.content-6-2 .topic-top-number{
		padding-top:5px;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-6-2 {
		height: 900px;		
	}
	.content-6-2 .topic-top{		
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-6-2 .topic-top-bar02{
		margin:0px auto;
	}
	.content-6-2 .topic-top-number{
		padding-top:5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-6-2 {
		height: 900px;		
	}
	.content-6-2 .topic-top{		
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-6-2 .topic-top-bar02{
		margin:0px auto;
	}
	.content-6-2 .topic-top-number{
		padding-top:5px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-6-2 {
		height: 460px;		
	}
	.content-6-2 .topic-top{
		width: 960px;
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-6-2 .topic-top-bar01{
		margin-top:20px;
		margin-right: 10px;
	}
	.content-6-2 .topic-top-number{
		padding-top:5px;
	}
}
@media only screen and (min-width: 1201px) {
	.wrap .content-6-2 {
		height: 460px;		
	}
	.content-6-2 .topic-top{
		width: 960px;
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-6-2 .topic-top-bar01{
		margin-top:20px;
		margin-right: 10px;
	}
	.content-6-2 .topic-top-number{
		padding-top:5px;
	}
	
}
.content-6-2 .spec-area{
	width: 300px;	
}
.content-6-2 .spec-box{
	width: 290px;
	height: 72px;
	border-radius: 10px;
	background-color: #d6e3f8;
	margin-bottom: 5px;
}
.content-6-2 .spec-box span{
	color: #00367f;
    font-size: 24px;    
    font-weight: bold;
    text-align: justify;
    letter-spacing: -1px;
    word-spacing: 2px;
    line-height: 2.9;
}
.content-6-2 .spec-area-02 .spec-box span{
	line-height: 1.5;
}
.content-6-2 .spec{
	text-align: left;
	width: 290px;
	float: left;
    line-height: 200%;
}
.content-6-2 .spec span{
	color: #00367f;
    font-size: 17px;   
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    word-spacing: 2px;
    line-height: 200%;
    float: right;
}
.content-6-2  .span{
	color: #00367f;
    font-size: 17px;   
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    word-spacing: 2px;
    line-height: 200%;
    float: right;
}
@media only screen and (max-width: 340px) {
	.content-6-2 .spec-area{
		margin: 0px auto;
	}
	.content-6-2 .spec-area-01{
		height: 240px;
	}
	.content-6-2 .spec-area-02{
		height: 270px;
	}
	.content-6-2 .spec-area-03{
		height: 270px;
	}
	.content-6-2 .spec-box{
		
	}
	.content-6-2 .spec-box span{
		
	}
	.content-6-2 .spec{
		
	}
	.content-6-2 .spec span{
			
	}
	.content-6-2 .spec-bar{
		display: none;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.content-6-2 .spec-area{
		margin: 0px auto;
	}
	.content-6-2 .spec-area-01{
		height: 240px;
	}
	.content-6-2 .spec-area-02{
		height: 270px;
	}
	.content-6-2 .spec-area-03{
		height: 270px;
	}
	.content-6-2 .spec-box{
		
	}
	.content-6-2 .spec-box span{
		
	}
	.content-6-2 .spec{
		
	}
	.content-6-2 .spec span{
			
	}
	.content-6-2 .spec-bar{
		display: none;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-6-2 .spec-area{
		margin: 0px auto;
	}
	.content-6-2 .spec-area-01{
		height: 240px;
	}
	.content-6-2 .spec-area-02{
		height: 270px;
	}
	.content-6-2 .spec-area-03{
		height: 270px;
	}
	.content-6-2 .spec-box{
		
	}
	.content-6-2 .spec-box span{
		
	}
	.content-6-2 .spec{
		
	}
	.content-6-2 .spec span{
			
	}
	.content-6-2 .spec-bar{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.content-6-2 .spec-area{
		margin: 0px auto;
	}
	.content-6-2 .spec-area-01{
		height: 240px;
	}
	.content-6-2 .spec-area-02{
		height: 270px;
	}
	.content-6-2 .spec-area-03{
		height: 270px;
	}
	.content-6-2 .spec-box{
		
	}
	.content-6-2 .spec-box span{
		
	}
	.content-6-2 .spec{
		
	}
	.content-6-2 .spec span{
			
	}
	.content-6-2 .spec-bar{
		display: none;
	     
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-6-2 .spec-area{
		display: inline-block;
		float: left;	
	}
	.content-6-2 .spec-area-01, .spec-area-02{
		margin-right: 4px;
	}
	.content-6-2 .spec-box{
		
	}
	.content-6-2 .spec-box span{
		
	}
	.content-6-2 .spec{
		
	}
	.content-6-2 .spec span{
			
	}
	.content-6-2 .spec-bar{
		background-color: #d7d7d7;
	    width: 1px;
	    height: 250px;
	    display: inline-block;
	    float: left;
	    margin-right: 14px;	    
	}	
}
@media only screen and (min-width: 1201px) {
	.content-6-2 .spec-area{
		display: inline-block;
		float: left;	
	}
	.content-6-2 .spec-area-01, .spec-area-02{
		margin-right: 5px;
	}
	.content-6-2 .spec-box{
		
	}
	.content-6-2 .spec-box span{
		
	}
	.content-6-2 .spec{
		
	}
	.content-6-2 .spec span{
			
	}
	.content-6-2 .spec-bar{
		background-color: #d7d7d7;
	    width: 1px;
	    height: 250px;
	    display: inline-block;
	    float: left;
	    margin-right: 15px;	    
	}
	
}
.wrap .content-7-2 {
	background: #ffffff;		
}
.content-7-2 .topic-top-bar01{
	background-color: black;
    width: 40px;
    height: 3px;
    float: left;
    display: inline-block;
}
.content-7-2 .topic-top-number{
	color: black;
    font-size: 24px;
    max-width: 100%;
    font-weight: bold;
    float: left;
}
.content-7-2 .topic-top-title{
    color: black;
    font-size: 30px;
    max-width: 100%;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 1.15;
    text-align: center;
}
.content-7-2 .topic-top-title span{
	color: black;
    font-size: 32px;
    max-width: 100%;
    font-weight: bold;
}
.content-7-2 .topic-top-bar02{
    background-color: black;
    width: 60px;
    height: 4px;
    display: inline-block;
}

@media only screen and (max-width: 340px) {
	.wrap .content-7-2 {
		height: 900px;		
	}
	.content-7-2 .topic-top{		
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-7-2 .topic-top-bar01{
		margin:0px auto;
	}
	.content-7-2 .topic-top-number{
		padding-top:5px;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.wrap .content-7-2 {
		height: 900px;		
	}
	.content-7-2 .topic-top{		
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-7-2 .topic-top-bar01{
		margin:0px auto;
	}
	.content-7-2 .topic-top-number{
		padding-top:5px;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.wrap .content-7-2 {
		height: 900px;		
	}
	.content-7-2 .topic-top{		
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-7-2 .topic-top-bar01{
		margin:0px auto;
	}
	.content-7-2 .topic-top-number{
		padding-top:5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.wrap .content-7-2 {
		height: 900px;		
	}
	.content-7-2 .topic-top{		
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-7-2 .topic-top-bar01{
		margin:0px auto;
	}
	.content-7-2 .topic-top-number{
		padding-top:5px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.wrap .content-7-2 {
		height: 520px;		
	}
	.content-7-2 .topic-top{
		width: 960px;
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-7-2 .topic-top-bar01{
		margin-top:20px;
		margin-right: 10px;
	}
	.content-7-2 .topic-top-number{
		padding-top:5px;
	}	
}
@media only screen and (min-width: 1201px) {
	.wrap .content-7-2 {
		height: 520px;		
	}
	.content-7-2 .topic-top{
		width: 960px;
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-7-2 .topic-top-bar01{
		margin-top:20px;
		margin-right: 10px;
	}
	.content-7-2 .topic-top-number{
		padding-top:5px;
	}	
}
.content-7-2 .spec-area{
	width: 440px;	
}
.content-7-2 .product-box{
	width: 437px;
	height: 72px;
	border-radius: 10px;
	background-color: #d6e3f8;
    margin-bottom: 5px;
}
.content-7-2 .product-box span{
	color: #00367f;
    font-size: 24px;    
    font-weight: bold;
    text-align: justify;
    letter-spacing: -1px;
    word-spacing: 2px;
    line-height: 2.9;
}
.content-7-2 .spec{
	text-align: left;
	width: 437px;
	float: left;
	line-height: 200%;
}
.content-7-2 .spec span{
	color: #00367f;
    font-size: 17px;   
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    word-spacing: 2px;
    line-height: 200%;
    float: right;        
}
@media only screen and (max-width: 340px) {
	.content-7-2 .spec-area{
	    margin: 0px auto;
	    height: 350px;
	    width: 90%;		
	}
	.content-7-2 .product-box{
		width: 90%;		
	}	
	.content-7-2 .spec-box{
		
	}
	.content-7-2 .spec-box span{
		
	}
	.content-7-2 .spec{
		width: 90%;
	}
	.content-7-2 .spec span{
		
	}
	.content-7-2 .spec-bar{
		display: none;  
	}
	.content-7-2 .ezdev-related{
		width: 100%;
	}
	.content-7-2 .ezdev-related img{
		width: 100%;
	}	
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.content-7-2 .spec-area{
	    margin: 0px auto;
	    height: 350px;
	    width: 90%;		
	}
	.content-7-2 .product-box{
		width: 90%;		
	}	
	.content-7-2 .spec-box{
		
	}
	.content-7-2 .spec-box span{
		
	}
	.content-7-2 .spec{
		width: 90%;
	}
	.content-7-2 .spec span{
		
	}
	.content-7-2 .spec-bar{
		display: none;  
	}
	.content-7-2 .ezdev-related{
		width: 100%;
	}
	.content-7-2 .ezdev-related img{
		width: 100%;
	}	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-7-2 .spec-area{
	    margin: 0px auto;
	    height: 350px;		
	}	
	.content-7-2 .spec-box{
		
	}
	.content-7-2 .spec-box span{
		
	}
	.content-7-2 .spec{
		
	}
	.content-7-2 .spec span{
		
	}
	.content-7-2 .spec-bar{
		display: none;  
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.content-7-2 .spec-area{
	    margin: 0px auto;
	    height: 350px;
	}	
	.content-7-2 .spec-box{
		
	}
	.content-7-2 .spec-box span{
		
	}
	.content-7-2 .spec{
		
	}
	.content-7-2 .spec span{
		
	}
	.content-7-2 .spec-bar{
		display: none;    
	}
	.content-7-2 .ezdev-related{
		margin-top: 20px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.content-7-2 .spec-area{
		display: inline-block;
		float: left;	
	}	
	.content-7-2 .spec-box{
		
	}
	.content-7-2 .spec-box span{
		
	}
	.content-7-2 .spec{
		
	}
	.content-7-2 .spec span{
		
	}
	.content-7-2 .spec-bar{
		background-color: #d7d7d7;
	    width: 1px;
	    height: 304px;
	    display: inline-block;
	    float: left;
	    margin-right: 30px;	    
	    margin-left: 30px;	    
	}	
}
@media only screen and (min-width: 1201px) {
	.content-7-2 .spec-area{
		display: inline-block;
		float: left;	
	}	
	.content-7-2 .spec-box{
		
	}
	.content-7-2 .spec-box span{
		
	}
	.content-7-2 .spec{
		
	}
	.content-7-2 .spec span{
		
	}
	.content-7-2 .spec-bar{
		background-color: #d7d7d7;
	    width: 1px;
	    height: 304px;
	    display: inline-block;
	    float: left;
	    margin-right: 40px;	    
	    margin-left: 40px;	    
	}
	
}
.top-botton{
	height: 125px;
	background-color:#23232d;		
	padding-top:75px;	
}
.top-botton-content{
	width: 960px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}    
.top-botton .top-botton-img{
	display: inline-block;
	float: left;
	cursor: pointer;
}
@media only screen and (max-width: 340px) {
	.top-botton{
		display: none;
	}
}
@media only screen and (min-width: 341px) and (max-width: 480px) {
	.top-botton{
		display: none;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.top-botton{
		height: 125px;
		background-color:#23232d;		
		padding-top:75px;
		width: 100%;
		margin: 0px auto;	
	}
	.top-botton-content{
		width: 100%;
	    margin: 0px auto;
	    margin-left: 3%;
	}
	.top-botton .top-botton-img{
		width: 32%;		
	}	   
	.top-botton .top-botton-img img{
		width: 90%;		
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.top-botton{
		height: 125px;
		background-color:#23232d;		
		padding-top:75px;
		width: 100%;
		margin: 0px auto;	
	}
	.top-botton-content{
		width: 100%;
	    margin: 0px auto;
	    margin-left: 3%;
	}
	.top-botton .top-botton-img{
		width: 32%;
	}	   
	.top-botton .top-botton-img img{
		width: 100%;		
	}
}
/*슬라이더용*/
.wrap .slick-slide  .first , .second{
	display: none;
}
.wrap .slick-cloned .first , .second{
	display: none;
}
.wrap .slick-active .first{
	display: block;
}
.wrap .slick-active .second{
	display: block;
}