section{
    padding : 50px 0;
}
section h2{
    font-family: 'GmarketSansMedium';
    margin-bottom : 50px;
}

.app-title-wrap{
    text-align : center;
    font-size : 2em;
    font-family: 'GmarketSansMedium';
    font-weight : 400;
    background-image : url('/images/app/bg.png');
    background-size : cover;
    background-repeat : no-repeat;
    background-position : center;
    padding-top : 100px;
}

.app-title-wrap > p{
    margin-bottom : 50px;
}

.app-title-image{
    width : 300px;
    margin : auto;
   
}

.app-detail-wrap{
    background-color : #9D7D52;
    display : flex;
    align-items : center;
    justify-content : space-around;
    flex-wrap : wrap;
    padding : 50px 0 100px;
}

.app-detail{
    width:300px;
}

.btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.android{
    margin-right:20px;
}

@media screen and (max-width : 768px){
    section h2{
        text-align : center;
    }

    .btn-wrap{
        flex-direction: column;
    }

    .android{
        margin-right : 0;
        margin-bottom : 20px;
    }
}