/* guide */

#guide div{
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom:1px solid #ccc;
}

#guide h2{
    text-align:left;
}

.guide-time li{
    font-size:0.9rem;
    margin-right:10px;
    text-align:center;
    color:#1e1a66;
}

.guide-time li img{
    width:75%;
}

.guide-card{
    width:40%;
    margin-bottom:10px;
}

#guide div div.guide-bank{
    background:#ebebeb;
    padding:30px 50px;
    display: table;
    border:none;
    margin:0 auto 30px;
}


/* resposive */
@media screen and ( max-width:800px )
{
.guide-card{
    width:100%;
}


}