/*================================
   ¸ÞÀÎÀÌ¹ÌÁö-±âº»¼³Á¤
================================*/
@media (min-width: 768px){
	.main_img{
		width: 100%;
		height: 500px;
	}
}
@media (min-width: 992px){
	.main_img{
		width: 100%;
		height: 700px;
	}
}

/*================================
   ¸ÞÀÎÀÌ¹ÌÁö-ÅØ½ºÆ®
================================*/
@media (min-width: 768px){
	.main_img_text{
		padding: 150px 0 0 100px;
	}
	.main_img_text h3{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 300;
		font-size: 30px;
		color: #FFFFFF;
		line-height: 30px;
	}
	.main_img_text h5{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 50px;
		color: #FFFFFF;
		line-height: 50px;
		padding: 15px 0 30px 0;
	}
	.main_img_text p{
		font-size: 19px;
		color: #FFFFFF;
		line-height: 28px;
	}
	.main_img .square1_dots{
		width: auto;
		left: 100px;
		top: 370px;
		text-align: left;	
	}
}
@media (min-width: 992px){
	.main_img_text{
		padding: 200px 0 0 120px;
	}
	.main_img_text h3{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 300;
		font-size: 35px;
		color: #FFFFFF;
		line-height: 35px;
	}
	.main_img_text h5{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 57px;
		color: #FFFFFF;
		line-height: 57px;
		padding: 15px 0 30px 0;
	}
	.main_img_text p{
		font-size: 20px;
		color: #FFFFFF;
		line-height: 28px;
	}
	.main_img .square1_dots{
		width: auto;
		left: 120px;
		top: 440px;
		text-align: left;	
	}
}

/*================================
   ¸ÞÀÎÁ¦Ç°-Å¸ÀÌÆ²
================================*/
@media (min-width: 768px){
	.main_product{
		width: 100%;
		overflow: hidden;
	}
	.main_product .main_product_title{
		width: 100%;
		text-align: center;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 38px;
		color: #000000;
		line-height: 38px;
		padding: 40px 0 10px 0;
	}
	.main_product .main_product_text{
		width: 100%;
		text-align: center;
		font-size: 20px;
		color: #646464;
		line-height: 30px;
		padding: 0 0 10px 0;
	}
}
@media (min-width: 992px){
	.main_product{
		width: 100%;
		overflow: hidden;
	}
	.main_product .main_product_title{
		width: 100%;
		text-align: center;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 40px;
		color: #000000;
		line-height: 40px;
		padding: 50px 0 20px 0;
	}
	.main_product .main_product_text{
		width: 100%;
		text-align: center;
		font-size: 20px;
		color: #646464;
		line-height: 30px;
		padding: 0 0 10px 0;
	}
}

/*================================
   ¸ÞÀÎÁ¦Ç°-¸®½ºÆ®
================================*/
.main_product .main_product_list{
	width: 102%;
	overflow: hidden;
}
.main_product .main_product_list li{
	width: 25%;
	overflow: hidden;
	float: left;
	padding: 2% 2% 0 0;
}

@media (min-width: 768px){
	.main_product .main_product_list li a{
		width: 100%;
		height: 200px;
		display: block;
		font-weight: 500;
		font-size: 22px;
		color: #ffffff;
		text-align: center;
		padding: 80px 0 0 0;
	}
}
@media (min-width: 992px){
	.main_product .main_product_list li a{
		width: 100%;
		height: 220px;
		display: block;
		font-weight: 500;
		font-size: 24px;
		color: #ffffff;
		text-align: center;
		padding: 90px 0 0 0;
	}
}

.main_product .main_product_list .li_1 a{	
	background: url('../images/main/main_product01.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_product .main_product_list .li_2 a{	
	background: url('../images/main/main_product02.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_product .main_product_list .li_3 a{	
	background: url('../images/main/main_product03.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_product .main_product_list .li_4 a{	
	background: url('../images/main/main_product04.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_product .main_product_list .li_5 a{	
	background: url('../images/main/main_product05.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_product .main_product_list .li_6 a{	
	background: url('../images/main/main_product06.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_product .main_product_list .li_7 a{	
	background: url('../images/main/main_product07.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_product .main_product_list .li_8 a{	
	background: url('../images/main/main_product08.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

/*================================
   ¸ÞÀÎÇÏ´Ü-±âº»·¹ÀÌ¾Æ¿ô
================================*/
.main_bottom .copyright{
	width: 100%;
	overflow: hidden;
	background: #121212;
}

.main_bottom .main_bottom_top .wrap{
	max-width: 100%;
	height: 100%;
	padding-right: 0;
}

@media (min-width: 768px){
	.main_bottom .main_bottom_top{
		width: 100%;
		height: auto;
		background: url('../images/main/main_bg_bottom.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	.main_bottom{
		width: 100%;
		overflow: hidden;
		padding: 50px 0 0 0;
	}
}
@media (min-width: 992px){
	.main_bottom .main_bottom_top{
		width: 100%;
		height: 400px;
		background: url('../images/main/main_bg_bottom.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	.main_bottom{
		width: 100%;
		overflow: hidden;
		padding: 70px 0 0 0;
	}
}

/*================================
   ¸ÞÀÎÇÏ´Ü-¹è³Ê-±âº»·¹ÀÌ¾Æ¿ô
================================*/
@media (min-width: 768px){
	.main_bottom .main_bottom_top .mbt_info{
		width: 100%;
		float: left;
		padding: 0 0 0 30px;
	}
	.main_bottom .mbt_banner{
		width: 50%;
		float: left;
		text-align: center;
		padding: 0 0 30px 0;
	}
}
@media (min-width: 992px){
	.main_bottom .main_bottom_top .mbt_info{
		width: 33.33333333333333%;
		height: 100%;
		float: left;
		padding: 0 0 0 50px;
	}
	.main_bottom .mbt_banner{
		width: 33.33333333333333%;
		height: 100%;
		float: left;
		text-align: center;
	}
}

/*================================
   ¸ÞÀÎÇÏ´Ü-È¸»ç¼Ò°³
================================*/
@media (min-width: 768px){
	.main_bottom .main_bottom_top .mbt_info{
		border-right: 0;
		border-bottom: 1px solid; 
		border-color: rgba(255,255,255,0.2);
	}
	.main_bottom .main_bottom_top .mbt_info .mbt_info_stitle{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 500;
		font-size: 30px;
		color: #2f3f97;
		line-height: 30px;
		padding: 30px 0 10px 0;
	}
	.main_bottom .main_bottom_top .mbt_info .mbt_info_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 40px;
		color: #ffffff;
		line-height: 40px;
	}
	.main_bottom .main_bottom_top .mbt_info .mbt_info_title b{
		font-weight: 700;
		color: #6fb92c;
	}
	.main_bottom .main_bottom_top .mbt_info .mbt_info_text{
		font-size: 18px;
		color: #e9e9e9;
		line-height: 26px;
		padding: 10px 0 20px 0;
	}
}
@media (min-width: 992px){
	.main_bottom .main_bottom_top .mbt_info{
		border-right: 1px solid;
		border-bottom: 0;
		border-color: rgba(255,255,255,0.2);
	}
	.main_bottom .main_bottom_top .mbt_info .mbt_info_stitle{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 500;
		font-size: 40px;
		color: #2f3f97;
		line-height: 40px;
		padding: 70px 0 13px 0;
	}
	.main_bottom .main_bottom_top .mbt_info .mbt_info_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 50px;
		color: #ffffff;
		line-height: 50px;
	}
	.main_bottom .main_bottom_top .mbt_info .mbt_info_title b{
		font-weight: 700;
		color: #6fb92c;
	}
	.main_bottom .main_bottom_top .mbt_info .mbt_info_text{
		font-size: 19px;
		color: #e9e9e9;
		line-height: 28px;
		padding: 20px 0 0 0;
	}
}

/*================================
   ¸ÞÀÎÇÏ´Ü-¹è³Ê-³»¿ë
================================*/
.main_bottom .mbt_banner1{
	border-right: 1px solid; 
	border-color: rgba(255,255,255,0.2);
}

@media (min-width: 768px){
	.mbt_banner .mbt_banner_img{
		padding: 30px 0 20px 0;
	}
	.mbt_banner .mbt_banner_img img{
		height: 60px;
	}
	.mbt_banner .mbt_banner_title{
		font-weight: 500;
		font-size: 30px;
		color: #ffffff;
		line-height: 30px;
	}
	.mbt_banner .mbt_banner_text{
		font-size: 18px;
		color: #e9e9e9;
		line-height: 26px;
		padding: 10px 0 20px 0;
	}
	.mbt_banner .mbt_banner_more{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 13px;
		color: #a7a5a4;
	}
	.mbt_banner .mbt_banner_more span{
		width: 80px;
		height: 1px;
		margin: 0 auto;
		background: #a7a5a4;
		display: block;
	}
}
@media (min-width: 992px){
	.mbt_banner .mbt_banner_img{
		padding: 70px 0 30px 0;
	}
	.mbt_banner .mbt_banner_img img{
		height: 70px;
	}
	.mbt_banner .mbt_banner_title{
		font-weight: 500;
		font-size: 40px;
		color: #ffffff;
		line-height: 40px;
	}
	.mbt_banner .mbt_banner_text{
		font-size: 19px;
		color: #e9e9e9;
		line-height: 28px;
		padding: 20px 0 30px 0;
	}
	.mbt_banner .mbt_banner_more{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 14px;
		color: #a7a5a4;
	}
	.mbt_banner .mbt_banner_more span{
		width: 80px;
		height: 1px;
		margin: 0 auto;
		background: #a7a5a4;
		display: block;
	}
}