/* 2024gd */
.gd-2024-box.gl-content {
overflow: unset;
}
.gd-2024 {
position: relative;
}
.gd-2024-box.gl-content::after,
.gd-2024-box.gl-content::before {
content: '';
display: table;
clear: both;
}
.gd-2024-time {
user-select: none;
display: none;
position: absolute;
width: 148px;
height: 147px;
right: 6.75%;
top: -34px;
z-index: 11;
background: url(../images/2024-gd.png) no-repeat center;
}
.gd-2024-time span {
position: absolute;
transform: rotate(14deg);
bottom: 32px;
left: 17px;
color: #dc1e1e;
font-size: 16px;
font-weight: bold;
}