/* BASIC css start */
/*************************/
/* 부위별 건강식품
/*************************/
.category-menu {
	position: relative;
	width: 100%;
	height: 400px;
	padding-top: 40px;
	margin-bottom: 40px;
	box-sizing: border-box;
	background: url('/design/holidays/2020_renewal/mobile/goods_list_effect_bg.jpg') center center no-repeat;
	background-size: auto 400px;
	background-position: center top;
	text-align: center;
}
.category-menu h2 {
	height: 50px;
	font-size: 26px;
	font-weight: 500;
	color: #333;
	letter-spacing: -3px;
}

.category-menu ul {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.category-menu ul li {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.category-menu ul li a {
	display: block;
	width: 100%;;
	height: 100%;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	color: #333;
	border: 4px solid #fff;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
	-o-border-radius: 55px;
	border-radius: 55px;
	background: #fff;
}
.category-menu ul li a:hover,
.category-menu ul li a.now {
	color: #9c019c;
	border-color: #9c019c;
}

.category-menu ul li a i {
	display: inline-block;
	width: 49px;
	height: 40px;
	margin-bottom: 3px;
	background: url('/design/holidays/2020_renewal/mobile/pagemenu_icon_goods_effect.gif') no-repeat;
	background-size: 490px 40px;
}
.category-menu ul li:nth-child(1) a i {
	background-position: 0 0;
}
.category-menu ul li:nth-child(2) a i {
	background-position: -49px 0;
}
.category-menu ul li:nth-child(3) a i {
	background-position: -98px 0;
}
.category-menu ul li:nth-child(4) a i {
	background-position: -147px 0;
}
.category-menu ul li:nth-child(5) a i {
	background-position: -196px 0;
}
.category-menu ul li:nth-child(6) a i {
	background-position: -245px 0;
}
.category-menu ul li:nth-child(7) a i {
	background-position: -294px 0;
}
.category-menu ul li:nth-child(8) a i {
	background-position: -343px 0;
}
.category-menu ul li:nth-child(9) a i {
	background-position: -392px 0;
}
.category-menu ul li:nth-child(10) a i {
	background-position: -441px 0;
}





/* *********************** */
/* 가로화면
/* *********************** */
@media only screen and (orientation:landscape){
	.category-menu {
		height: 310px;
		background-repeat: repeat-x;
		background-size: auto 310px;
	}
	.category-menu ul {
		max-width: 500px;
	}
}






/* BASIC css end */

