﻿* {
    padding: 0;
    margin: 0;
}

.div_gd_date {
    width: 180px;
    position: relative;
    transform: rotateZ(-20deg);
    margin: 50px;
    position: absolute;
    right: 11%;
    top: 2%;
}

.div_gd_date>img {
    display: block;
    width: 100%;
    position: relative;
}

.p_gd_date {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 50px;
    font-weight: 600;
    color: #e8000f;
}
