body {
    -webkit-touch-callout: none;
}
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
    color: var(--Greyscale4);
    font-size: 16px;
    font-weight: 400;
}

.inputField.sign {
    margin-bottom: 0;
    padding: 10px 0;
    background: inherit;
    border-radius: 0;
    box-shadow: none;
}
.inputField.sign .signBox {
    width: 100%;
    height: 130px;
    background: var(--Greyscale3);
    border-radius: 12px;
}
.confirm .signBox {
    width: 100%;
    height: 130px;
    background: var(--Greyscale3);
    border-radius: 12px;
}
.customAlert .conTxt {
    text-align: center;
    font-size: 20px;
    padding-bottom: 16px;
}
.ins_icon_wrap.selected img {
    opacity: 0.2;
}

#loadDataWrap {
    min-height:360px;
}

.popupWrap .subBtn,
.popupWrap .clsBtn
{
    cursor:pointer;
}

body.style_for_pc {
    background-color:#efefef;
}
body.style_for_pc .body_wrap {
    max-width:640px;
    min-height:100vh;
    margin:auto;
    background-color:#fff;
    box-shadow: 0px 0px 12px 0px rgba(39, 114, 255, 0.10);
}

body.style_for_pc #header {
    max-width:640px;
    left:50%;
    margin-left:-320px;
}
body.style_for_pc .footerNav {
    max-width:640px;
    left:50%;
    margin-left:-320px;
}
body.style_for_pc .topBtn {
    right:50%;
    margin-right:-300px;
}


.footer_link a {
    color:rgb(134, 142, 150)!important;
}


/* 서명 모달팝업 */
.popupInner.sign .popupCon .signBox {
    width: 100%;
    height: 130px;
    background: var(--Greyscale3);
    border-radius: 12px;
}

.popupInner.sign .popupCon .conTxt {
    margin-top: 16px;
    color: var(--Greyscale9);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.billCrItem.onBox .rightItem a {
    flex-shrink: 0;
    display: block;
    width: 170px;
    color: var(--Greyscale7);
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.headerBox.kakaoBtn .rightItem a {
    flex-shrink: 0;
    display: block;
    width: 170px;
    color: var(--Greyscale7);
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.headerBox.kakaoBtn .rightItem a.kakaoCh {
    padding: 7px 0;
    background-color: #FEE500;
    background-image: url(../assets/icon/common/kakao.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center left 10px;
    border-radius: 4px;
}

.headerBox.kakaoBtn .rightItem a.kakaoCh span {
    display: block;
    padding-left: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}


.billCrItem.onBox .rightItem a.kakaoCh {
    padding: 7px 0;
    background-color: #FEE500;
    background-image: url(../assets/icon/common/kakao.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center left 10px;
    border-radius: 4px;
}

.billCrItem.onBox .rightItem a.kakaoCh span {
    display: block;
    padding-left: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

header {
    z-index:980!important;
}

.popup_close_bg {
    background-color:#ffffff;
    opacity:0.0001;
    position:fixed;
    width:100vw;
    height:100vh;
    left:0;
    top:0;
}
@media (max-width: 800px) {

    .popupInner.sign .popupCon .signBox {
        width: 100%;
        height: 130px;
        background: var(--Greyscale3);
        border-radius: 12px;
    }

}
@media (min-width: 800px) {

    .bodyItem .btnBox .camera_wrap {
        display:none;
    }
}