@media (min-width: 768px) {
#page_category_top .ec-layoutRole .ec-layoutRole__contents {
	display: block;
}

.smart-nursing {
    border: 1px solid #dcdcdc;
    width: 200px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #fff;
    display: flex;
    height: 90px;
    align-items: center;
    box-sizing: border-box;
	justify-content: center;
}

.smart-nursing a {
	display: flex;
    padding: 10px 20px;
}

.smart-nursing > div:first-child {
    width: 60px;
    flex-shrink: 0;
    justify-content: center; 
}

.smart-nursing > div:last-child {
    flex: 1;
    min-width: 0;
}

.smart-nursing img {
    display: block;
    width: 50px;
    height: auto;
    margin-left: -30px;
}

.smart-nursing-text {
	display: flex;
	align-items: center;
}

.smart-nursing p {
	font-size: 13px;
	font-weight: bold;
	margin-left: -15px;
	padding-top: 5px;
	text-align: left;
}

.ec-layoutRole__contents .ec-layoutRole__main .kv-area .category-box .inner-box .smart-nursing a:hover {
    background: #fcf0f0;
}
}

@media (max-width: 768px) {
#page_category_top .ec-layoutRole .ec-layoutRole__contents {
	display: block;
}

.smart-nursing {
    border: 1px solid #dcdcdc;
    width: 48%;
    background: #fff;
    display: flex;
    height: 63px;
    align-items: center;
    box-sizing: border-box;
	min-height: 63px;
	justify-content: center;
	margin-bottom: 50px;
}

.smart-nursing a {
	display: flex;
	width: 90%;
}

.smart-nursing > div:first-child {
    flex-shrink: 0;
    justify-content: center;
}

.smart-nursing > div:last-child {
    flex: 1;
    min-width: 0;
}

.smart-nursing img {
    display: block;
    width: 45px !important;
    height: auto;
    margin-left: -70% !important;
}

.smart-nursing-text {
	display: flex;
	align-items: center;
}

.smart-nursing p {
	font-size: 12px;
	font-weight: bold;
	margin-left: -50px;
	text-align: left;
}
}