/*--------------------------------------------
/*		cat_feature - valentine2023
/*--------------------------------------------*/
#color {
	margin: 0 auto;
	background: #F7F7F7;
	color: #000;
	    padding: 5%;
}
#color .top {
	padding: 6% 10%;
	text-align: center;
}
#color .top img {
	    margin-bottom: 4%;
}
#color .top h2 {
	font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
        margin-bottom: 4%;
}
#color .top h2 span {
	font-weight: bold;
    margin-left: 6px;
}
#color .top .text {
	margin-bottom: 1%;
	font-size: 18px;
	letter-spacing: 0.05em;
}
#color .top .text span {
	border-bottom: 1px dotted #000;
	background: #fff;
}
#color .rank-box ul {
	display: flex;
	flex-wrap: wrap;
}
#color .rank-box ul li {
	width: 46%;
    margin: 2%;
	    background: #fff;
    padding: 2%;
	text-align: center;
}

#color .rank-box h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 4%;
}
#color h3 {
	font-size: 14px;
	margin-bottom: 2%;
	line-height: 1.6;
}

.img-box {
	margin-bottom: 4%;
}
.ranking {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 2%;
    text-align: left;
}
.ranking .number.one {
	background: #bea66b;
    border-color: #bea66b;
    color: #fff;
    color: #ffffff;
    padding: 2%;
    font-size: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
}
.ranking .number.two {
	background: #9a968f;
    border-color: #9a968f;
    color: #fff;
    color: #ffffff;
    padding: 2%;
    font-size: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
}
.ranking .number.three {
	background: #975e39;
    border-color: #975e39;
    color: #fff;
    color: #ffffff;
    padding: 2%;
    font-size: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
}
.number {
	margin-right: 6%;
}
.c-text {
	width: 40%;
}
.c-img {
	width: 20%;
}
.btn_all {
    background: #000;
    display: inline-flex;
    text-align: center;
    margin-top: 4%;
    font-size: 12px;
}
.btn_all a {
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: bold;
    width: 160px;
}

@media (max-width: 767px) {
	#color {
		width: 100%;
	}
	#color .top {
    padding: 6% 0;
}
	.text-box {
		width: 100%;
		    text-align: center;
	}
	#color h3 {
		text-align: left;
		    margin-bottom: 4%;
	}
	#color .rank-box ul li { 
		width: 100%;
        margin: 0 0 6% 0;
    padding: 6%;
	}
	.img-box {
		width: 100%;
		margin-bottom: 6%;
	}
	#color .top h2 {
    font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0;
		margin-bottom: 8%;
	}
	#color .top .text {
		font-size: 14px;
	}
	.c-text {
		width: 45%;
	}
	.ranking {
		justify-content:center;
		text-align: left;
	}
	.ranking .number {
		font-size: 16px !important;
	}
	.c-img {
		width: 22%;
	}
	.btn_all {
    width: 60%;
    margin: 8% auto 8%;
}
	
	.btn_all a {
    width: 100%;
}
	
	#color .rank-box {
		margin-bottom: 8%;
	}
	
}
