/* 공통 */

#zero-phone-wrap {
    background: #f3f6ff;
    border-top: 2px solid #7d1ba6;
}

.zero-phone-wrap {
    width: 100%;
    position: relative;
}

.pupple-bg {
    background: #580a79;
}


/* 온리 PC */

@media screen and (min-width:1367px) {
    .zero-phone-wrap img {
        /* margin-bottom:10px; */
        width: 10rem;
        /* -webkit-transition: width .5s;
      transition: width .5s;
      -moz-transition: width .5s;
      -ms-transition: width .5s;
      -o-transition: width .5s; */
    }
    .zero-phone-wrap img:hover {
        /* width:11rem !important; */
        cursor: pointer;
    }
    .usim-ment {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 20px;
        letter-spacing: -2px;
        font-weight: bold;
    }
    .point-value {
        font-family: 'Roboto', sans-serif;
        color: #7d1ba6;
        font-weight: bold;
        font-size: 48px;
    }
    .usim-next-btn,
    .usim-prev-btn {
        position: absolute;
        top: 35%;
        z-index: 100;
        color: #e1e1e1;
    }
    .usim-prev-btn {
        left: -3%;
    }
    .usim-next-btn {
        right: -3%;
    }
}


/* 모바일 테블릿 */

@media screen and (max-width:1366px) {
    .img-wrap img {
        width: 6rem !important;
    }
    .sub-ment {
        font-size: 1.2rem !important;
    }
    .usim-ment {
        font-size: 30px;
        padding: 0;
        margin: 0;
        letter-spacing: -2px;
        font-weight: bold;
    }
    .point-value {
        font-family: 'Roboto', sans-serif;
        color: #7d1ba6;
        font-weight: bold;
        font-size: 46px;
    }
    .usim-next-btn,
    .usim-prev-btn {
        position: absolute;
        top: 35%;
        z-index: 100;
        color: #666;
    }
    .usim-prev-btn {
        left: -3%;
    }
    .usim-next-btn {
        right: -3%;
    }
}