/* 카카오 본인인증 */
#cert-modal {}
#cert-modal .modal-dialog-scrollable .modal-content {
    width: 100%;
}
#cert-modal .modal-body {
    padding-top: 7px;
    padding-bottom: 7px;
}
#cert-modal .modal-header {
    height: auto;
    padding-top: calc(var(--ct-padding) / 2);
}
#cert-modal .custom-form-control:nth-child(1) .form-control {
    border-radius: 10px 10px 0 0 !important;
}
#cert-modal .custom-form-control:nth-child(2) .form-control {
    border-radius: 0px !important;
}
#cert-modal .custom-form-control:nth-child(3) .form-control {
    border-radius: 0 0 10px 10px !important;
}
#cert-modal.modal .modal-dialog {
    max-width: 100%;
    width : 500px;
}
.modal-footer .btn-kakaotalk {
    border-radius: 12px !important;
    background: #FEE500 !important;
    border-color: #FEE500 !important;
    color: rgba(0,0,0,0.85) !important;
    height: 45px;
    width:100%;
}
.modal-footer .btn-kakaoVerify {
    border-radius: 12px !important;
    background: #3c1e1e !important;
    border-color: #3c1e1e !important;
    color: #ffffff !important;
    height: 45px;
    width:100%;
}
.kakaotalk-symbol {
    width: 25px;
    margin-right: 2px;
}
.btnVerified {
    background: #FEE500 !important;
    border-color: #FEE500 !important;
    color: rgba(0,0,0,0.85) !important;
    padding-left : 10px;
    padding-right: 10px;
    border-radius: var(--ct-bdrad) !important;
    line-height: var(--ct-btn-h);
    height: var(--ct-btn-h);
    order-width: 1px;
    border-style: solid;
    text-align: center;
    font-weight: 500;
    font-size: var(--nm-fz);
    display: inline-block;
}
.custom-form-control {
    position: relative;
}
.custom-form-control-title {
    position: absolute;
    top: 10px;
    left: 0.9rem;
}
.custom-form-control .form-control {
    height: 68px !important;
    padding-top: 25px !important;
}
.custom-profile-edit-option .custom-type-kakaoPh {
    flex : 1 1 0;
}
/* id 찾기 */
.custom-user-id {
    color: var(--point);
}