/* product-search */
.guideProductsContent {
	width: 73%;
}
.guideProductsButtonBox {
	align-items: normal;
	margin-bottom: 3em;
}
a.guideProductsBtnMore.no-mb {
	margin-bottom: 0;
}
/* a.guideProductsBtnMore.one-line {
	line-height: 3.2em;
} */
a.guideProductsBtnMore.halal {
	line-height: 1.6em;
}
a.spGuideProductsBtnMore.halal {
	margin-top: 1em;
}
.guideProductsProfile {
	padding-top: 2em;
}
.guideProductsSideMenuTab {
	padding-top: 0.8em;
}

/* customer */
@media only screen and (max-width: 640px) {
	.productsCategorySelectGenre a {
		padding-left: 15px;
	}
}
.productsCategorySelectGenre a {
	width: auto;
}

/* riceoil-feed-fertilizer */
.productsCategoryTitle2.underline > span {
	background: none;
	text-decoration: underline;
	text-decoration-color: #ffb73b;
	text-decoration-thickness: 4px;
	text-underline-offset: 10px;
	line-height: 1.5;
}

/* home */
.guideProductsProfile {
	padding-top: 2.5em;
}
.guideProductsProfileItem {
	display: block;
}
.guideProductsProfileItem:not(:last-child) {
	margin-bottom: 0.8em;
}
.guideProductsMenuTab {
	padding-top: 0.8em;
}

/* search */
a.searchNoMatchBtnMore.halal {
	line-height: 1.6em;
}

/* development */
.developmentCategoryBoxList div .deveCateBoxLink .contentWrap .cateList {
	flex-wrap: wrap;
}

/* production-technoloogy-development */
.oemViewDataDescBody {
	height: auto;
}
@media only screen and (max-width: 640px) {
    .oemViewDataDescBody:nth-child(n+4) {
        margin-bottom: 2em;
    }
}
.oemViewDataDescBody > div {
	all: revert;
}
.oemViewDataDescTitle2 {
	padding: 7px;
}
@media only screen and (min-width: 640px) {
	.oemViewDataDescTitle2.one-line {
		line-height: 1.8em;
	}
}

/* top */
.aboutOryzaGuide {
    justify-content: flex-start;
    gap: 50px;
}
@media only screen and (max-width: 640px) {
    .aboutOryzaGuide {
        justify-content: space-between;
        gap: 0;
    }
}