.sub0601-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color:#f1f9fb;
}

.sub0601-section .pr {
    width: 100%;
    margin: 0 auto;
}

.sub0601-section .fdb {
    width: 100%;
    height: auto;
    display: block;
}

.sub0601-section .section-title {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.sub0601-row {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: -20px;
    pointer-events: none;
}

.sub0601-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 60px;
    background: url('/assets/images/sub0601/pc/saeron_full_sign.png') repeat-x bottom left;
    z-index: 1;
    animation: scrollLeft 20s linear infinite;
}

@keyframes scrollLeft {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -100% bottom;
    }
}

.sub0601-section#section2 .overlay-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 2;
    width: 100%;
    justify-content: center;
    pointer-events: auto;
    margin: auto;
    margin-top: -24%;
    margin-bottom: 6%;
    white-space: nowrap;
}

.sub0601-section#section2 .overlay-wrap img {
    width: auto;
    height: auto;
    display: block;
    pointer-events: auto;
    transition: opacity 0.3s ease;
}

.hvr-shutter-in-horizontal {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    transition: color 0.3s ease-out;
    z-index: 1;
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--hover-image, linear-gradient(rgba(32, 152, 209, 0.35), rgba(32, 152, 209, 0.35)));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    z-index: 2;
    pointer-events: none;
}

.hvr-shutter-in-horizontal.dir-left:before {
    transform-origin: left center;
    transform: scaleX(0);
}

.hvr-shutter-in-horizontal.dir-right:before {
    transform-origin: right center;
    transform: scaleX(0);
}

.hvr-shutter-in-horizontal.dir-top:before {
    transform-origin: center top;
    transform: scaleY(0);
}

.hvr-shutter-in-horizontal.dir-bottom:before {
    transform-origin: center bottom;
    transform: scaleY(0);
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal.hvr-hover.dir-left:before,
.hvr-shutter-in-horizontal.hvr-hover.dir-right:before {
    transform: scaleX(1);
    opacity: 1;
}

.hvr-shutter-in-horizontal.hvr-hover.dir-top:before,
.hvr-shutter-in-horizontal.hvr-hover.dir-bottom:before {
    transform: scaleY(1);
    opacity: 1;
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal.hvr-hover {
    color: #fff;
}

@media (max-width: 768px) {
    .sub0601-section .section-title {
        font-size: 18px;
        top: 8%;
    }
}
