@media screen and (max-width: 993px) {
    .jcover {
        width: 90%;
        height: 96%;
        position: absolute;
        top: 0px;
        left: 5%;
        border: 2px solid #1980EC;
    }

    .broj video {
        margin-top: 80px;
    }

    #oontalk-payment {
        margin-left: 0px !important;
        width: 100% !important;
        margin-bottom: -120px !important;
    }
    .event-div {
        display: none;
        margin-top: -10px;
        height: 70px;
        width: 100%;
        background: black;
        opacity: 0.8;
        cursor: pointer;
    }

    .event-div h4 {
        visibility: hidden;
    }

    .event-img {
        display: none !important;
        cursor: pointer;
        width: 130px !important;
    }
}

@media screen and (min-width: 994px) {
    .jcover {
        width: 90%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 5%;
        border: 2px solid #1980EC;
    }

    .broj video {
        margin-top: 80px;
    }

    .event-div {
        position: absolute;
        bottom: 5px;
        height: 100px;
        width: 100%;
        background: black;
        opacity: 0.8;
        cursor: pointer;
    }

    .event-div h4 {
        visibility: visible;
        margin-left: 400px !important;
        margin-top: 15px !important;
        font-size: 16pt !important;
    }

    .event-img {
        cursor: pointer;
        width: 200px !important;
    }
}

.broj {
    position: relative;
}

.oontalk-title {
    font-family: "Pretendard ExtraBold", "Pretendard ExtraBold Placeholder", sans-serif;
    font-size: 50px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: 0em !important;
    line-height: 85px !important;
    paragraph-spacing: 40px !important;
    text-alignment: start !important;
    decoration: none !important;
    text-transform: none !important;
}

.broj video {
    margin-top: 80px;
    width: 100%;
}

.broj img {
    display: block;
}

.broj .slogan {
    position: absolute;
    left: 37%;
    width: 25%;
    bottom: 40%;
    webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 10s; /* Firefox < 16 */
    -ms-animation: fadein 10s; /* Internet Explorer */
    -o-animation: fadein 10s; /* Opera < 12.1 */
    animation: fadein 10s;
    opacity: 0;
}

@keyframes fadein {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
}

.b-border-bottom {
    border-bottom: 1px solid black;
}

#Wix-iframe {
    display: block;
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
}

#footer-info-list > p{
    font-weight: 400;
}

#footer-menu-list > li {
    font-weight: bold;
}

#footer-menu-sublist > li {
    font-weight: 300;
    font-size: 12px;
    margin: 12px 0;
}

.section-2-content-title {
    font-family: Noto Sans KR;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    font-size: 32px !important;
    color: #FA6400;
}

.section-2-content-text {
    font-family: Noto Sans KR;
    font-weight: 500;
    color: #000000;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
}

.floating-grandparent {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.floating-parent {
    position: fixed;
    bottom: 20px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    margin: auto 0px;
    transition: opacity 0.4s ease 0s;
}

.floating-btn {
    font-weight: 700;
    font-size: 22px;
    display: flex;
    flex: 1 1 0%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 288px;
    height: 64px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(208deg, #ff6300, rgb(252 129 31 / 90%) 107.33%);
    box-shadow: rgba(16, 26, 46, 0.4) 0px 4px 12px;
    cursor: pointer;
}

/* Tablet */
@media (max-width: 980px) {
    h2 {
        font-size: 1.5rem;
    }

    .floating-parent {
        width: 90%;
    }

    .floating-btn {
        width: 30%;
        font-weight: 600;
        font-size: 13px;
    }

    #footer-menu-list {
        display: none !important;
    }
    #footer-info-list {
        margin-left: 24px;
    }
    .section-4-oontalk_img-wrap {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }

    .ftco-footer {
        height: 600px;
    }

    #subscription-bg{
        background-size: contain;
        height: 250px;
    }

    #golf-bg{
        background-size: contain;
        height: 250px;
    }

    #oontalk-payment {
        margin-left: 0px !important;
        width: 70% !important;
        margin-bottom: -350px !important;
    }

    #section-oontalk {
        margin-top: 200px !important;
    }
}

/* Mobile*/
@media (max-width: 500px) {
    #oontalk-payment {
        margin-left: 0px !important;
        width: 100% !important;
        margin-bottom: -150px !important;
    }

    .section-2-content-text {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.home-section-4-icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
}

.home-section-4-icon-wrap > img {
    width: 50px;
    height: 50px;
}

.home-section-4-icon-wrap > p {
    font-weight: 400;
}

#section-oontalk {
    text-align: center;
}

#section-oontalk > h2 {
    color: #fa6400;
}

.connenct-banner-section {
    padding: 3em 0;
}

.broj-connect-banner-zone {
    padding: 0 15px;
}
.broj-connect-banner-zone > img:hover {
    cursor: pointer;
}
@media (min-width: 768px) {
    .broj-connect-banner-zone {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /*width: 100%;*/

    }
    .broj-connect-banner-zone > img {
        width: 50%;
    }
}

#logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
}
.image-box {
    width:5478px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    animation: bannermove 70s linear infinite;
}
.image-box > div {
    margin: 0px -1px 0px 0px;
}
@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

.detail-btn {
    border: 2px solid #FA6400;
    background: white;
    color: #FA6400 !important;
    padding: 20px !important;
    font-weight: 600;
    /*width: 200px;*/
    height: 50px !important;
    border-radius: 10px;
    position: absolute;
    bottom: 10px !important;
    right: 5px !important;
    text-align: center;
    line-height: 5px;
}