
.intro-btn-cont1.textStyle>div {
    display: block;
    width: 354px;
    height: 120px;
    cursor: pointer;
    border: 1px solid #af8453;
    background: #0c5e40;
    display: flex;
}

.intro-btn-cont1.textStyle>div:hover {
    filter: brightness(130%);
}

.intro-btn-cont1.textStyle>div .left{
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
}

.intro-btn-cont1.textStyle>div .left i{
    display: inline-block;
    background: url(/static/images/mobile/res_menu.png);
    width: 50px;
    height: 50px;
    background-size: 500%;
}

.intro-btn-cont1.textStyle>div.deposit .left i {
    background-position: 50% 0;
}
.intro-btn-cont1.textStyle>div.withdraw .left i {
    background-position: 75% 0;
}
.intro-btn-cont1.textStyle>div.qna .left i {
    background-position: 50% 25%;
}
.intro-btn-cont1.textStyle>div.roulette .left i {
    background-position: 75% 50%;
}

.intro-btn-cont1.textStyle>div .right .subTitle{
    height: 50px;
    color: #e0ae75;
    font-family: 'scdream6';
    font-size: 17px;
    padding-top: 25px;
}

.intro-btn-cont1.textStyle>div .right .text{
    font-family: 'scdream2';
    font-size: 13px;
    color: #ffffff;
}
