.hide-nav-header .stickyNavWrap,.hide-nav-header .headerNav{
	display: none;
}
.headerTop {
    border-bottom: 1px solid #d9d9d9;
}
.group-btn a.custome {
    background: linear-gradient(130deg,#e6002d,#953c90 50%,#00479d 89.05%); 
    border: none;
    color: #fff; 
    padding: 16px 25px 16px 14px;  
    line-height: 1;
    font-size: 1.6rem;
    width: 290px;
    height: 57px;
    transition: all 0.2s ease-in-out;
}

.group-btn a.custome:hover::after{
    border-color: #fff;
} 
.group-btn [class*="tpl-btnMove"]{
   margin-right: 0;
}
.group-btn [class*="tpl-btnMove"]{
    margin-bottom: 20px;
    width: 100%;
}
.group-btn a.custome {
    position: relative;
    padding: 20px 25px 19px 14px;  
}
.group-btn a.custome::before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(130deg,#e6002d,#953c90 50%,#00479d 89.05%);
    z-index: -1;

}

.group-btn .tpl-btnMove02 a, .group-btn .tpl-btnMove03 a{
    font-size: 1.6rem;
    padding: 20px 25px 19px 14px;  
    line-height: 1; 
    width: 290px;
    height: 57px;
}
.tpl-campaignListTagWinner{
    background-color: #d6e7f0;
    color:#000
}
.tpl-campaignListTag span{
    margin-bottom: 5px;
}
.group-btn.big-font a {
    font-size: 1.6rem !important;
    width: 290px;
    height: 57px;
} 
@media print,screen and (max-width: 767px) {
    .group-btn .tpl-btnMove02 a, .group-btn .tpl-btnMove03 a{  
        width: 290px; 
    }
}
@media print,screen and (min-width: 768px) {
    .group-btn a.custome:hover::before{ 
        transition: all 0.4s ease-in-out;
        z-index: 100;
        opacity: 0;
    }
    .group-btn a.custome:hover{ 
        transition: all 0.2s ease-in-out;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
        border: 1px solid;
        border-image-slice: 1;
        border-width: 1px; 
        border-image-source: linear-gradient(130deg,#e6002d,#953c90 50%,#00479d 89.05%); 
        color:rgba(0,0,0,0);
    } 
    .group-btn .tpl-btnMove02:hover a.custome:after { 
        transition: all 0.4s ease-in-out;
        border-top: 2px solid;
        border-right: 2px solid;
        border-image-slice: 2;
        border-width: 2px;
        border-image-source: linear-gradient(130deg,#e6002d,#953c90 50%,#00479d 89.05%);
    }
    .tpl-campaignListTag span{
        margin-bottom: 0;
    }
    .group-btn.big-font a {
        font-size: 2rem !important;
        width: 100%;
    }
    .group-btn.big-font a { 
        padding: 17px 30px 19px 25px !important; 
    }
    .group-btn.big-font a.custome {
        padding: 17px 30px 19px 25px !important; 
    }
    .group-btn{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .group-btn [class*="tpl-btnMove"]{ 
        margin-bottom: 0;
        width: 32%;
    }
    .group-btn a.custome {
        width: 100%;
        padding:20px 30px 19px 25px; 
        line-height: 1.3;  
    }
    .group-btn .tpl-btnMove02 a, .group-btn .tpl-btnMove03 a{
        width: 100%;
        font-size: 1.6rem;
        padding:20px 30px 19px 25px;  
        line-height: 1.3;
    } 
}

