/* -----------------------------------------------
 * default
** ----------------------------------------------- */
.page-header {
    position: absolute;
    left: -999999px;
}



/* -----------------------------------------------
 * 공통
** ----------------------------------------------- */
.btn-go {
    display: inline-block;
    font-weight: 500;
    background-color: #333;
    color: #eee !important;
    padding: 10px 20px;
    border-radius: 20px 10px;
    border: 1px solid #000000;
    margin-top: 10px;
    box-shadow: inset -1px -2px 0px 2px #000000 !important;
    text-decoration: none !important;
}

.elementor-widget-image img {
    border-radius: 10px;
}

.elementor-widget-text-editor a {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.elementor-widget-text-editor strong {
    font-weight: bold;
}
.elementor-widget-text-editor ol, .elementor-widget-text-editor ul {
    line-height: 2.3;
}

.elementor-widget-image img {
    border: 8px solid #fff;
}

/* table */
table {
    background-color: #fff;
    box-shadow: 1px 1px 10px 3px rgba(65.16673583984377, 65.16673583984377, 65.16673583984377, 0.5);
}
th {
    background-color: #f39323;
    color: #fff;
}
tbody > tr:nth-child(2n) {
    background-color: #f6f6f6;
}


/* -----------------------------------------------
 * slide
** ----------------------------------------------- */
.elementor-slide-heading, .elementor-slide-description {
    text-shadow: .5px .5px #000;
}
.elementor-slide-button {
    box-shadow: inset 0px 0px 4px 2px #a1630f;
}

.elementor-swiper-button {
    /*background-color: #009688;*/
    padding: 5px;
    border-radius: 50%;
}

.main-section .e-con-inner {
    padding-top: 20px;
}
.swiper-pagination {
    position: relative;
    top: 10px;
}
.swiper-pagination-bullet {
    border: 1px solid #eee;
}
.elementor-slides-wrapper {
    padding-bottom: 15px !important;
}

/* main link */
.main-link-wrap {
    overflow: hidden;
    max-width: 96%;
    margin: 0 auto 20px;
}
.main-link {
    float: left;
    width: 32%;
    margin-right: 2%;
    background-color: #fff;
    padding: 10px 15px;
    position: relative;
    text-decoration: none !important;
    border-radius: 7px;
}
.main-link-wrap > .main-link:last-child {
    margin-right: 0;
}

.main-link > .before {
    margin-right: 6px;
    color: #484848;
}
.main-link > .after {
    float: right;
    background-color: #ff9914;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}

.swiper-slide-inner {
    box-shadow: inset 0px -199px 42px -7px #000000b8 !important;
}

/* 효과 */
@media only screen and (min-width: 961px) {
    .main-section {
        position: relative;
    }
    
    .main-section::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-image: url('https://188bet-jackpot.com/wp-content/uploads/2023/10/bg_rain.png');
        animation: rain 0.19s ease-in infinite;
    }
    
    @keyframes rain {
        0%{
            background-position: 10 0;
        }
        100%{
            background-position: 20% 80%;
        }
    }
}

/* 효과 2 */
.elementor-slide-button {
    transition: 0.3s;
    animation: glow 1s infinite;
    transition: 0.5s;
    position: relative;
}
.elementor-slide-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
}
.elementor-slide-button:hover::before {
    transition: 0.3s;
    opacity: 1;
}

.elementor-slide-button:hover {
    transform: translateX(-20px) rotate(30deg);
    border-radius: 5px;
    background-color: #c3bacc;
    transition: 0.5s;
}

@keyframes glow {
    0% {
        box-shadow: 5px 5px 20px rgb(93, 52, 168), -5px -5px 20px rgb(93, 52, 168);
    }

    50% {
        box-shadow: 5px 5px 20px rgb(81, 224, 210), -5px -5px 20px rgb(81, 224, 210);
    }
    100% {
        box-shadow: 5px 5px 20px rgb(93, 52, 168), -5px -5px 20px rgb(93, 52, 168);
    }
}


/* -----------------------------------------------
 * 결제 수단
** ----------------------------------------------- */
.bg-coin {
    background: url(https://188bet-jackpot.com/wp-content/uploads/2023/10/bitcoin-payment.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #eee;
    font-weight: 600;
    padding: 15px;
    text-shadow: 1px 1px #000;
    border: 8px solid #fff;
}
.bg-coin ol {
    margin-left: 30px;
}
.bg-coin li {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.bg-coin li::before {
    content: "";
    display: block;
    width: 20%;
    height: 36px;
    background-color: #3e0291;
    border-top: 3px solid #19023a;
    border-bottom: 5px solid #19023a;
    opacity: .3;
    position: absolute;
    left: -36px;
    border-radius: 20px 10px;
    z-index: -1;
}



/* -----------------------------------------------
 * 숏코드 > 최신 글
** ----------------------------------------------- */
.short_recent_thumb {
    margin: 0 !important;
}
.short_recent_thumb .wp-post-image {
    max-height: 170px;
}
.short_recent_thumb > li {
    width: 25%;
}
.cat-link {
    display: inline-block;
    background-color: #fff;
    box-shadow: 1px 1px 8px 1px #65b1d6 !important;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
}
.modify-date {
    display: none;
}
.thumb-title {
    text-align: left !important;
}

.more-search {
    display: block;
    font-weight: 600;
    text-align: center;
    width: 200px;
    padding: 7px 20px;
    margin: 0 auto 40px;
    border: 1px solid #333;
    color: #333 !important;
    background-color: #fff;
}





/* -----------------------------------------------
 * 미디어쿼리
** ----------------------------------------------- */
@media only screen and (min-width: 1281px) and (max-width: 1680px) {
    
}

@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 960px) {
    .main-link-wrap {
        margin: 0 auto 10px;
    }   
}
@media only screen and (max-width: 768px) {
    .main-link-wrap {
        margin: 0 auto 0;
    }

    .bg-coin li::before {
        width: 50%;
        opacity: .5;
    }

    .thumb-title {
        height: 50px;
    }

    .more-search {
        margin: 0 auto 20px;
    }
}
@media only screen and (max-width: 480px) {
    .main-section .elementor-slides-wrapper {
        width: 100% !important;
    }
    .main-section .elementor-widget-html {
        height: 54px;
    }    
    .main-link-wrap {
        font-size: 12px;
    }
    .main-link {
        padding: 10px;
    }
    .main-link > .before {
        margin-right: 0;
    }
    .main-link > .after {
        padding: 6px;
    }

    h2.elementor-heading-title {
        line-height: 1.2 !important;
    }

    .short_recent_thumb > li {
        width: 50%;
    }
}
@media only screen and (max-width: 420px) {
    .main-link {
        padding: 5px;
    }
}