@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,900;1,400;1,900&display=swap');
.guild_main{
    background: url("/frontend/images/sharefb/bg_v3.jpg");
    font-family: 'Montserrat', sans-serif;
    background-size: 100% 100%;
}
header{
    display: none;
}
.header_guild{
    padding: 10px 0;
}
.header_guild .container{
    position: relative;
}
.header_guild-logo img{
    position: absolute;
    top: -10px;
    left: 15px;
    max-width: 95%;
    z-index: 1;
}
.header_guild-icon img{
    height: 50px;
}
.mg-top{
    max-width: 70%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 40px;
}
.ld_btn-taigame{
    display: block;
    width: 240px;
    max-width: 30%;
    position: absolute;
    right: 0;
    top: 50px;
    -webkit-animation: flashShare 0.5s infinite;
    animation: flashShare 0.5s infinite;
}
@-webkit-keyframes flashShare {
    0% {
        filter: brightness(120%);
    }
    50% {
        filter: brightness(100%);
    }
    100% {
        filter: brightness(120%);
    }
}
@keyframes flashShare {
    0% {
        filter: brightness(120%);
    }
    50% {
        filter: brightness(100%);
    }
    100% {
        filter: brightness(120%);
    }
}
.ld_btn-taigame:hover img,.btn-taigame:hover img{
    filter: brightness(120%);
}
.ld_btn-tay {
    position: absolute;
    right: -55px;
    top: 235px;
    max-width: 20%;
}
.btn-taigame{
    display: block;
    margin: 0 auto;
    width: 550px;
    max-width: 70%;
}
.c-text {
    position: relative;
}
.c-text-title{
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-70%);
}
.c-text-desc{
    padding: 40px 20px;
    color: white;
    font-weight: bold;
}
.c-text-desc img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.border-gold{
    border: 8px solid #d4a32c;
    border-radius: 25px;
    background: rgba(37, 7, 45, 0.78);
}
.btn-taigame-pc{
    display: block!important;
}
.btn-taigame-mb{
    display: none!important;
}
@media only screen and (max-width: 1024px) {
    .ld_btn-tay{
        display: none;
    }
    .guild_main{
        background: url("/frontend/images/sharefb/bg_v3.jpg") no-repeat center top fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        overflow: hidden;
    }
    .ld_btn-taigame{
        top: 30px;
    }
    .btn-taigame-pc{
        display: none!important;
    }
    .btn-taigame-mb{
        display: block!important;
    }
    .mg-top{
        max-width: 100%;
    }
}
@media only screen and (max-width: 500px) {

}