/* style pc start */
body.is_web .list-concert .concert-item{
    width: 100%;
}
body.is_web  .modal.fade.slide_bottom .modal-dialog{
    left:0;
    right: 0;
    max-width:640px;
}
body.mobile.is_web main , body.web.is_web main{
    padding-top: 0px;
}

body.web #wrapper ,body.mobile.is_web #wrapper  {
    padding-top: 60px;
}
.is_web #wrapper{
    max-width: 640px;
    margin: auto;
    background: #fff;
}
.is_web{
    background: #F8F8F8;
}
.concert-item .tag-sold-out {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.tag-sold-out span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: block;
    min-width: 112px;
    height: 32px;
    background: #000000CC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
}
