/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2026 | 08:36:30 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.greenedu-box .jl_box_label {
	font-family: 'DB Helvethaica' !important;
}
.greenedu-box .jl_radus_e {
	border-radius: 10px;
}
.greenedu-box .jl_box_info {
	
}

.greenedu-box .jl_box_txtw {
	top : 80%;
	width: 90%;
}

.greenedu-box .jl_box_bg {
    position: relative;
    overflow: hidden;
}

.greenedu-box .jl_box_bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%; /* ปรับความสูงของ fade ได้ */
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.55) 40%,
        rgba(0,0,0,0) 100%
    );
    pointer-events: none;
}