.modal_box {
    max-width: 640px !important;
    padding: 32px !important;
    height: auto;
    border-radius: 12px;
    background-color: #ffffff;
    /*border: 1px solid red;*/
}
.modal_box p {
    margin-left:0 !important;
}
.modal_box table{
    margin-top: 32px;
    border-top:1px solid black;
}
.modal_box table th{
    width: 160px;
    height: 64px;
    background-color: #f9f9f9;
    /*box-shadow: inset 0 -1px 0 0 #cecece;*/
    border-bottom: 1px solid #cecece;
    vertical-align: middle;
    padding-left: 32px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.26px;
    color: #5e5e5e;
    border-right: 1px solid #bdbdbd;
}
.modal_box table td{
    padding:11px 16px 13px 16px;
    width: 416px;
    height: 32px;
    /*box-shadow: inset 0 -1px 0 0 #cecece;*/
    border-bottom: 1px solid #cecece;
    background-color: #ffffff;
}
/*.modal_box table tr:nth-child(2) td:nth-child(2),.modal_box table tr:nth-child(3) td:nth-child(1) {*/
/*    padding-right:0px;*/
/*}*/
.modal_box table td button{
    float: right;
}
.modal_box table input{
    padding-left:16px;
    width: 224px;
    height: 40px;
    border: solid 1px #cecece;
    /*background-color: #ffffff;*/
    padding-right: 0px;
}
.modal_box table input:disabled{
    background-color: #eeeeee;
}
.modal_box table input[type=password] {
    width: calc(100% - 16px);
}
.modal_box table input::placeholder{
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #b4b4b4;
}
.modal_pw_change_title {
    margin-left: 0;
    width: 213px;
    height: 36px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #6d7278;
}

.modal_pw_change_sub_title {
    margin-top:8px;
    width: 466px;
    height: 18px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #878787;
}


.modal a.close-modal{
    display:none;
}
.icn_close_default{
    width: 20px;
    height: 20px;
    object-fit: contain;
    float:right;
}
.text_login_modal_error{
    display:none;
    height:auto !important;
    padding-top:0px !important;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #525252;
}
.text_login_modal_error img{
    vertical-align: middle;
}

table tr:last-child td{
    border-bottom: 1px solid #cecece !important;
}


.btn_search_default{
    border:none;
    width: 128px;
    height: 40px;
    border-radius: 20px;
    object-fit: contain;
    background-image: url("/img/button/btn-search-default.svg");
    vertical-align: middle;
}
.btn_search_default.active{
    background-image: url("/img/button/btn-search-active.svg");
}
.btn_search_default.active:active {
    background-image: url("/img/button/btn-search-press.svg");
}


.btn_sendsms_default{
    border-radius: 4px;
    border:none;
    vertical-align: middle;
    width: 128px;
    height: 40px;
    object-fit: contain;
    background-image: url("/img/button/btn-sendsms-default.svg");
    vertical-align: middle;
}

.btn_sendsms_default.active{
    background-image: url("/img/button/btn-sendsms-active.svg");
}
.btn_sendsms_default.active:active{
    background-image: url("/img/button/btn-sendsms-press.svg");
}


.btn_confirmsms_default {
    border-radius: 4px;
    border:none;
    vertical-align: middle;
    width: 128px;
    height: 40px;
    object-fit: contain;
    background-image: url("/img/button/btn-confirmsms-default.svg");
    vertical-align: middle;
}

.btn_confirmsms_default.active {
    background-image: url("/img/button/btn-confirmsms-active.svg");
}
.btn_confirmsms_default.active:active{
    background-image: url("/img/button/btn-confirmsms-press.svg");
}

.btn_changepw_default {
    border:none;
    margin-top:24px;
    width: 576px;
    height: 64px;
    object-fit: contain;
    object-fit: contain;
    background-image: url("/img/button/btn-changepw-default.svg");
    vertical-align: middle;
}


.btn_changepw_default.active {
    background-image: url("/img/button/btn-changepw-active.svg");
}

.btn_changepw_default.active:active {
    background-image: url("/img/button/btn-changepw-press.svg");
}

.btn_block_confirm_default{
    background: url("/img/button/btn-block-confirm-default.svg") !important;
}
.btn_block_confirm_default.active {
    background: url("/img/button/btn-block-confirm-active.svg") !important;
}
.btn_block_confirm_default.active:active {
    background: url("/img/button/btn-block-confirm-press.svg") !important;
}

.area_button_opt_confirm button{
    background-image: url("/img/button/btn-block-confirm-active.svg");
}
.area_button_opt_confirm button:active{
    background-image: url("/img/button/btn-block-confirm-press.svg");
}