
/* 가로형 */
@media all and ( max-width:1850px ){
	.slide__bg{
		width:600px;
		transform: translate(0, -40%);
	}
	.topText__title__black{
		font-size: 46px;
	}
}	

@media all and ( max-width:1100px ){
	.bottomText_text{
		width:770px;
	}
}

@media all and ( max-width:1400px ){
	.slide__bg{
		width:400px;
		height:400px;
		transform: translate(0, -50%);
	}
	

	.topText__title,
	.topText__title__black{
		font-size: 32px;
	}
	.bottomText_text,
	.bottomText_text_black,
	.bottomText_text_horizontal{
		font-size: 14px;
	}
}	

@media all and ( max-width:1140px ){
	.header{
		height:60px;
	}
	
    .header__container__wrap{
       padding: 0 ;
    }
	.logo{
	    padding:20px 0;
	}
	
	.logo__link{
	    width: 130px;
	    height: 20px;
	}
	.slide__bg{
		position:relative;
		left:50%;
		transform: translate(-50%, -75%);
	}
	.section1__topText,
	.section2__topText,
	.section3__topText,
	.section4__topText{
		position:relative;
		top:30%;
	}
	.topText__title__black{
		display:inline-block;
	}
	
	.bottomText_text_horizontal{
		display:block;
		margin-bottom:15px;
	}
	.textBr{
		display:none;
	}
}	





@media all and ( max-width:900px ){
	.menu__box{
		display:none;
	}
	.menu__manuBar{
		display:block;
	}
	.bottomText_text{
		width:250px;
	}
	
}





@media all and ( max-width:770px ){
	.textBr{
		display:block;
		height:10px;
	}
	.pageBt{
		display:none;
	}
	.slide__text{
		width:80%;
	}
	.slide__bottom__customer{
		width:90%;
		height:400px;
		overflow:auto;
	}
	.customerBox{
		display:block;
		margin-bottom:20px;
	}
	.row1__left{
		float:none;
		width:155px;
		margin:0 auto 10px auto;
	}
	.mentLeft{
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:45px;
	}
	.mentRight,
	.row1__right,
	.footer__row2__left,
	.footer__row2__right{
		float:none;
		width:100%;
		text-align:center;
	}
	.row2__right__contents{
		display:block;
	}
	.mentLeft_text{
		font-size:15px;
	}
	.mentRight__warp{
		text-align:center;
	}
	.footer__row1{
		margin-bottom:40px;
	}
	.bottomContainer__warp{
		padding:35px 0;
	}
}

@media all and ( max-height:750px ){
	.menu__box{
		display:none;
	}
	.menu__manuBar{
		display:block;
	}
	
	.topText__title,
	.topText__title__black{
		font-size: 25px;
	}
	
	.topText__marginBottom{
		margin-bottom:30px;
	}
	.slide__bg{
		position:relative;
		transform: translate(-50%, -95%);
		width:250px;
		height:250px;
	}
	.section1__topText,
	.section2__topText,
	.section3__topText,
	.section4__topText{
		position:relative;
		top:35%;
	}
	.bottomText_text{
		width:250px;
	}
	.section5__topText{
		position:relative;
		top:15%;
		transform: translate(0%, 0%);
	}
	

	
}	
	
	
/* responsive.css */