/* BASIC css start */
/***************************
  스와이프
****************************/
html, body {
	position: relative;
	height: 100%;
}
.swiper-container {
	width: 100%;
    height:100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {

	font-size: 18px;
	background: #fff;
    
	/* Center slide text vertically */
     
     

	
}
.swiper-slide img {
height:100%;
width:100%;

}



/***************************
  4번째섹션
****************************/
.section_4 {}
.section_4 .main_foot_bn_wrapper {
    width: 100%;
    text-align:center;
margin-top:50px;
}




.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap {width:1200px; margin:20px auto 100px; height: 400px;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap:after {content: ""; display: block; clear: both;}

.section_4 .main_foot_bn_wrapper .main_foot_bn_title{font-style:italic; font-size:20px; font-weight:bold; padding-top:50px;}

.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn {width:380px; height:380px; float:left; margin-right:30px;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn:last-child {margin-right:0px;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .img_area {width:380px; height:380px;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .img_area a img {width:100%;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .txt_area {height:30px; padding:10px 20px;text-align:center;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .txt_area a {color:#000000;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .txt_area .price {font-weight:bold;}
.section_4 .main_foot_bn_wrapper .main_foot_bn_wrap .main_foot_bn .txt_area .price_discount {padding:2px; font-weight:bold; color:tomato;}



#foot {
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    text-align: center;
    
}
#foot ul {text-align:center; margin-bottom:20px;}
#foot ul li {display:inline-block; margin:0 20px;}
#foot ul li a {
    font-family:'LatoBold', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#foot .info {margin-bottom:20px;}
#foot .info span {font-family: 'Noto sans', sans-serif; font-size:13px; margin:0 10px; color:#000000; display:inline-block; line-height:20px;}

#foot .copyright {text-align:center; margin:40px 0 10px 0; font-size:13px; color:#a4a4a4;}
}
/* BASIC css end */

