@media (hover: none) and (pointer: coarse) {
    /* Smartphone */
    .type2.page-verify .sec-verify .icon-kv {
        margin-bottom: 55px;
    }

    .type2.page-verify .sec-verify .btn-wrap {
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .page-verify.type2 .instruction-text {
        margin: 15px;
        background-color: #F8F8F8;
        height: 108px;
        font-size: 14px;
        line-height: 150%;
        color: #3C342F;
        text-align: center;
        margin-top: 80px;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

@media (hover: hover) and (pointer: fine) {
    /* Desktop */
    .page-verify.type2 .instruction-text {
        margin: 0 auto;
        background-color: #F8F8F8;
        height: 66px;
        width: 549px;
        font-size: 14px;
        line-height: 150%;
        color: #3C342F;
        text-align: center;
        margin-top: 80px;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

.page-verify.type2 .sec-verify .btn-wrap .input-code.m-top16 {
    margin-top: 16px;
}

.type2.page-verify .sec-verify {
    padding-bottom: 40px;
    border-bottom: 1px solid #C1C1C1;
}

    