@charset "utf-8";

.title_p{position:relative; width:100%; margin:0 auto 15px auto; overflow:hidden; text-align:center;}
.title_p img{width:300px;}

.con_p{position:relative; width:100%; margin:0 auto 50px 0; overflow:hidden; text-align:center;}
.con_p img{width:300px;}

.con_p02{position:relative; width:100%; margin:0 auto 20px 0; overflow:hidden; text-align:center;}
.con_p02 img{width:300px;}

.bedding ul{overflow:hidden;}
.bedding li{float:left; height:150px; margin:0 10px 10px 0; /*  border:1px solid #cdcdcd;  */}
.bedding li.last{margin-right:0;}
.bedding li p.txt{font-size:10px;}


/* 태블릿: 1024 이하 */
@media handheld, only screen and (max-width: 1023px) {

}
/* 스마트 폰: 767px 이하 */
@media handheld, only screen and (max-width: 767px) {
	
}
/* 스마트 폰: 480px 이하 */
@media handheld, only screen and (max-width: 480px) {

}

/* 아이폰 4 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}