.nonmember {
    text-align: center;
    min-height: calc(100vh - 5rem);
    padding: 6.6rem 1.6rem 7.5rem;
}

.cart {
    margin-bottom: 1.8rem !important;
}

.nonmember .cart {
    display: block;
    width: 2.2rem;
    height: 2.7rem;
    margin: 0 auto;
}

.nonmember .txt {
    font-size: 1.3rem;
    line-height: 2rem;
}

.nonmember .subtxt {
    margin: 0.3rem 0 3rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #666;
}

.ico_mem {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.ico_mem:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.balaan.co.kr/mobile/img/ico/ico_mem.png) no-repeat;
    background-size: 32rem;
}

.nonmember .cart:after {
    background-position: -26.8rem -2.4rem;
}


.input-wrapper button.btn_clear {
    position: absolute;
    visibility: hidden;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    opacity: 0;
    transition-duration: .3s;
}

.input-wrapper button.btn_clear.on {
    visibility: visible;
    opacity: 1;
}

.input-wrapper button.btn_clear:after {
    top: 50%;
    left: 50%;
    width: 1.8rem;
    height: 1.8rem;
    margin: -0.9rem 0 0 -0.9rem;
    background-position: 100% 0.2rem;
}

.nonmember .inp_text {
    margin-top: 0.6rem;
}

.nonmember input {
    width: 100%;
    height: 4rem;
    padding: 1rem 0.9rem 1rem 0.9rem;
    border: 0.1rem solid #dedede;
    border-radius: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
    caret-color: #000;
    letter-spacing: -0.05rem;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.nonmember .btnSizeM span {
    height: 4.5rem;
    line-height: 4.5rem;
    font-family: hs, Noto !important;
    font-weight: 500;
    font-size: 1.3rem;
}

.nonmember input::placeholder {
    color: #dbdbdb;
}

.nonmember input::-webkit-input-placeholder{font-size:1.3rem;color:#ccc;line-height:normal}
.nonmember input::-moz-input-placeholder{font-size:1.3rem;color:#ccc;line-height:normal}
.nonmember input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}

.inp_text {
    position: relative;
}

.caption:first-child {
    margin-top: 1.3rem;
    margin-bottom: 0.3rem;
}

.caption {
    color: #666;
    font-size: 1rem;
    text-align: left;
}
