@charset "utf-8";

#slide-gallery4 {
    overflow: hidden;
}
#latest_image .swiper-slide {
    background: transparent !important;
    display: grid !important;
    height: 100%;
}
#latest_image .img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
#latest_image .img-wrap .date-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 0 0 33px;
    padding: 25px 25px 20px;
    background: #021f68;
    opacity: 0.7;
}
#latest_image .img-wrap .date-wrap * {
    color: #FFF;
    text-align: center;
    font-family: "GmarketSansMedium", sans-serif !important;
}
#latest_image .img-wrap .date-wrap .year {
    font-size: 2em;
    font-weight: 600;
    line-height: 100%;
}
#latest_image .img-wrap .date-wrap .date {
    font-size: 0.93em;
}
#latest_image .date-wrap {
    margin: 0 0 40px;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}
#latest_image .date-wrap i {
    font-size: 0.8em;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
#latest_image .date-wrap,
#latest_image .date-wrap * {
    color: #FFF;
    font-weight: 600;
}
#latest_image .date-wrap .date-tag:after {
    content: '|';
    display: inline-block;
    opacity: 0.5;
    color: #FFF;
    font-weight: 300;
    margin: 0 5px 0 10px;
    transform: scale(0.7);
}
#slide-gallery4 + .swiper-nav-wrap {
    position: absolute;
    width: calc(100vw - 40px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
}
#slide-gallery4 + .swiper-nav-wrap [class^='swiper-button-prev'],
#slide-gallery4 + .swiper-nav-wrap [class^='swiper-button-next'] {
    display: none;
    margin: 0 !important;
    background: transparent !important;
    color: #FFF;
    font-size: 5em;
    width: fit-content !important;
    font-family: "Ysabeau Office", sans-serif;
    font-weight: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease-out;
}
#slide-gallery4 + .swiper-nav-wrap [class^='swiper-button-prev'] {
    left: 0;
}
#slide-gallery4 + .swiper-nav-wrap [class^='swiper-button-next'] {
    right: 0;
}
#slide-gallery4 + .swiper-nav-wrap [class^='swiper-button-prev']:hover,
#slide-gallery4 + .swiper-nav-wrap [class^='swiper-button-next']:hover {
    opacity: 1;
}
#latest_image .common-btn {
    display: block;
    width: fit-content;
    padding: 0 40px;
    margin: 4% auto 0 !important;
}
#latest_image .grid {
    gap: 5px;
}
#latest_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
#latest_image .txt  {
    margin: 10px 0 10px !important;
}

@media (max-width: 640px) {
    #latest_image .date-wrap {
        margin: 0 0 20px;
        font-size: 1.1em;
    }
}