﻿

.bold {
    font-weight:700;
}

input {
    border: none;
    box-shadow:none;
}

input:focus {
    outline:none;
}
button:focus {
    box-shadow:none;
}


#wrap {
    background: #eee;
    padding-top: 80px;
}

.banner {
    width: 100%;
    margin: auto;
    height: 200px;
    background: url('../images/service/login_banner.jpg') no-repeat center center/cover;
    position: relative;
    top: 0;
    left: 0;
}


/* banner bottom title*/

.banner_title01 {
    width: 640px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    word-spacing: 8px;
    letter-spacing: 2.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    font-weight: 700;
}

    .banner_title01 span {
        display: block;
        font-size: 30px;
        font-weight: 400;
        color: #fff;
    }



.banner_title div:nth-of-type(1){
    width:50px;
    height:100%;
    border:1px solid lightgrey;
    border-right:1px solid lightgrey;
    word-spacing: 8px;
    letter-spacing: 2.5px;
}

.banner_title div:nth-of-type(2){
    width:100%;
    height:100%;
    border:1px solid lightgrey;
    border-left:none;
    display:flex;
    align-items:center;
    padding-left:20px;
}

main {
    /*width:1300px;*/
    margin: 0 auto;
    background: #eee;
    padding: 60px 0;
}


.login_wrap {
    text-align:center;
}

.login_wrap h2 {
    color: #666;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 30px;
}

.login_wrap p  {
    padding-top:50px;
    padding-bottom:50px;
    font-weight:500;
}


.login_form {
    /*width:1300px;*/
    height: auto;
    margin: auto;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.login_form table {
    margin: 0 auto;
    width: 30%;
}


.login_form > div > a {
    width: 47%;
    display: inline-block;
    height: 60px;
    color: #666;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    border: 1px solid grey;
}

.login_form > div > a.active {
    background:#eee;
}

/*.login_form > div > a:not(:last-child){
    border-right:none;
}
*/
.login_form table {
    margin:auto;
}

.btnWrap {
    width: 75%;
    margin: 0 auto;
}

.btn {
    width: 250px;
    height: 65px;
    border-radius: unset;
    color: #58595B;
    background: white;
    border: 1px solid #58595B;
    font-size: 22px;
}

.btn:focus {
    box-shadow:none;
}

.btn.active {
    background: #58595B;
    color:#fff;
}

.btn:hover {
    color: #58595B;
    background: white;
}

#find_btn {
    width: 250px;
    height: 65px;
    border-radius: unset;
    border: 1px solid #58595B;
    background: #00508f;
    color: #fff;
    cursor:pointer;
    font-size:22px;
    transition:0.15s ease-in-out;
}
/*
.login_btn:hover {
    color: #58595B;
    background: white;
}*/


/*
.type_tr td {
    padding-top:75px;
    padding-bottom:75px;
}
    */

.id_tr td {
    padding-bottom:30px;
}

.pw_tr td {
    padding-bottom: 30px;
}

.id_tr input {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid grey;
    text-indent: 20px;
    margin-top: 30px;
    font-size: 16px;
}


.pw_tr input {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid grey;
    text-indent: 20px;
    font-size: 16px;
}

.find_tr div {
    font-size:0px;
    padding-top:30px;
}

.find_tr div > a {
    width:50%;
    display:inline-block;
    height:60px;
    color:#666;
    font-weight:700;
    line-height:60px;
    text-align:center;
    background:#fff;
    font-size:16px;
    border:1px solid grey;
}

.find_tr div > a.active {
    border-left:none;
    background:#eee;
}














/* modal */

#check_modal {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.5);
}

#check_modal> div {
    width:700px;
    height:auto;
    padding:20px;
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
}

#check_modal > div:nth-of-type(1) > p {
    color: #666;
    /* padding-bottom: 5px; */
    border-bottom: 2px solid grey;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}

#check_modal > div p:nth-of-type(2) {
    color: #666;
    font-weight: 700;
    text-align: center;
}

#check_modal table {
    margin: 20px;
    /*overflow: hidden;*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

#check_modal table tr th{
    padding: 10px;
    background-color: #eee;
    width: 150px;
    text-align: center;
}


#check_modal input[type='button'] {
     display: inline-block;
    background: #00508f;
    width: 100px;
    text-align: center;
    /* height: 50px; */
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #00508f;
    cursor: pointer;
    font-size: 14px;

}
   

#check_modal table tr td {
    padding: 15px;
    width: 500px;
    position:relative;
    box-sizing: border-box;
}

#alertHpMessage {
    display: block;
    color: red;
    position: absolute;
    top: 81px;
    z-index: 9999999999;
}

#pwPhone {
    display: inline-block;
    width: 350px;
    padding-right: 10px;
}


.numberOnly {
    display:inline-block;
    width: 350px;
    padding-right: 10px;
}

/*
#check_modal tr:first-child td:first-child {
    color:#666;
    font-weight:500;
}


#check_modal td:first-child {
    text-align:center;
    padding:10px;
}

#check_modal td:last-child {
    
}

#check_modal td{
    padding:10px;
}
#check_modal input[type="text"]{
    height:40px;
    border:1px solid #aaa;
    text-indent:10px;
}*/
.confirm_btn_wrap {
    display: flex;
    justify-content: center;
    padding-top: 30px;
} 


.confirm_btn {
    display:inline-block;
    background:#00508f;
    width:200px;
    text-align:center;
    height:50px;
    line-height:50px;
    color:#fff;
}


.confirm_btn:hover {
    color:#fff;
}


.verify_num {
    display: inline-block;
    color: #fff;
    background: #00508f;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
}


.verify_btn {
    display: inline-block;
    color: #fff;
    background: #00508f;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-left:10px;
}




/*  email_modal */

#email_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

#email_modal > div {
    width: 500px;
    height: auto;
    padding: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
}

#email_modal > div > p:nth-of-type(1) {
    color:#666;
    padding-bottom: 5px;
    border-bottom: 2px solid grey;
}

#email_modal > div > p:nth-of-type(2){
    color:#666;
    font-weight:700;
    text-align:center;
    padding-top:20px;
}


#email_modal > div > p:nth-of-type(3) {
    color: #666;
    text-align: center;
    padding: 20px 0px;
}


.email_btn_wrap {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.email_btn {
    display: inline-block;
    background: #00508f;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}


.email_btn:hover {
    color:#fff;
}

/*  alarm_modal  임시 비빌번호 알람 안내*/

#alarm_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

#alarm_modal > div {
    width:500px;
    height:auto;
    padding:20px;
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
}

#alarm_modal > div > h3 {
    text-align:center;
    color:#666;
    border-bottom:2px solid grey;
    font-weight:700;
    padding-bottom:20px;
}

#alarm_modal > div > h4 {
    text-align:center;
    color:#666;
    font-weight:700;
    padding-top:20px;
    padding-bottom:20px;
}

#alarm_modal > div > p {
    text-align:center;
    color:#999;
    font-weight:500;
    padding-bottom:10px;
    line-height:2.5;
}

.email_num {
    width:90%;
    margin:auto;
    background:#eee;
    color:red;
    padding:10px;
}

.email_num label {
    width:auto;
    margin:auto;
    padding:10px;
    margin-bottom:0px;
    margin-left:30px;
    font-weight:500;
    color:#666;
}
.email_num input {
    text-indent:10px;
    margin-left:10px;
    background:#eee;
    color:#00508f;
    font-weight:500;
    padding-top:10px;
    padding-bottom:10px;
    margin-left:30px;
}


.login_btn_wrap {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.login_btn {
    display: inline-block;
    background: #00508f;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}


.login_btn:hover {
    color:#fff;
}





/* password modal 비밀번호를 확인해주세요. */

#password_modal {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.5);
}

#password_modal> div {
    width:500px;
    height:auto;
    padding:20px;
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
}

#password_modal > div p:nth-of-type(1) {
    color:#666;
    padding-bottom: 5px;
    border-bottom: 2px solid grey;
}

#password_modal > div p:nth-of-type(2) {
    color:#666;
    font-weight:700;
    text-align:center;
    padding:20px 0px;
}

#password_modal > div p:nth-of-type(3) {
    color:#666;
    text-align:center;
    padding:20px 0px;
}


.password_confirm_btn_wrap {
    display:flex;
    justify-content:center;
    padding-top:10px;
}


.password_confirm_btn {
    display: inline-block;
    background: #00508f;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
}


.password_confirm_btn:hover {
    color:#fff;
}






/*  id modal 비밀번호를 확인해주세요. */

#id_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

#id_modal> div {
    width:500px;
    height:auto;
    padding:20px;
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
}

#id_modal > div p:nth-of-type(1) {
   color: #666;
    /* padding-bottom: 5px; */
    border-bottom: 2px solid grey;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}

#id_modal > div p:nth-of-type(2) {
    color:#666;
    font-weight:700;
    text-align:center;
}

#id_modal > div p:nth-of-type(3) {
    color:#666;
    text-align:center;
    padding:20px 0px;
}


#id_modal table {
    margin: 20px;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

#id_modal table tr th:nth-of-type(1) {
    padding: 10px;
    background-color: #eee;
    width: 150px;
    text-align: center;
}


#id_modal table tr th#IdResult {
    padding: 15px;
    width: 300px;
    box-sizing: border-box;
}


.id_confirm_btn_wrap {
    display: block;
    /* justify-content: center; */
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
}


.id_confirm_btn {
    display: inline-block;
    background: #00508f;
    width: 180px;
    text-align: center;
    /* height: 50px; */
    line-height: 55px;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #00508f;
    margin-bottom: 10px;
}


.id_confirm_btn:hover {
    color: #fff;
}




input[type="text"]::placeholder,
input[type="tel"]::placeholder {
    color: #ddd;
}


#id_confirm {
    background-color: #fff;
    border: 1px solid #00508f;
    color: #00508f;
    margin-right: 10px;
}