.pd_signup {
    flex: 0 0 auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.signup_wrap {
    width: 100%;
}

.signup_con {
    overflow: hidden;
    width: 1140px;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    margin: 0 auto;
    min-height: 500px;
   border-bottom: 1px solid #ddd;
}

.signup_header {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: baseline !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 1.5rem 1.7rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent;
}

.signup_header h1 {
    font-size: 35px;
    font-weight: 900;
}

.signup_header .header_list {
    margin-left: auto !important;
    margin-top: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.signup_header .header_list li {
    margin-right: 1.25rem;

}

.signup_header .header_list li.on {
    font-weight: bold;
    color: #333;
}

.signup_header .header_list li {
    color: #ddd;
    margin-bottom: -1px;
    transition: all .2s;
    padding: 0;
    border-width: 0;
    display: block;
    position: relative;
}

#check_uniqueID,#btn_addr,#agent_selectImg {
    padding: 9px 18px;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #408e98;
    background: #408e98;
    cursor: pointer;
}

#agent_selectImg {
    display: inline-block;
}

.terms_area {
    border: 1px solid #ddd;
    padding: 30px;
    border-top: 2px solid #333;
}


.terms_area h4 {
    padding: 11px 5px;
}

.terms {
    padding: 18px;
    border: 1px solid #ccc;
    height: 298px;
    background: #fff;
    overflow-y: scroll;
}

.terms_chk {
    padding: 10px 0;
    text-align: left;
}

.button_box {
    width: 100%;
    margin-top: 40px;
    table-layout: fixed;
}

.button_box button {
    width: 100%;
    min-height: 100px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;

    border-radius: 5px;
}

.customer_btn {
    background: #4A68A1;
}

.agent_btn {
    background: #2e5270;
}

.doctor_btn {
    background: #4eb1ac;
}

.button_box td+td  {
    padding-left: 10px;
}


/*폼*/

#signup_join {
    display: none;
    border: 1px solid #ddd;
    padding: 30px;
    border-top: 2px solid #333;
}

#signup_join h4 {
    padding: 0 5px 11px 5px;
    font-size: 14px;
}

.join_box {

}

.basic_info_box,
.agent_info_box,
.doctor_info_box{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.basic_info_box th,
.agent_info_box th,
.doctor_info_box th{
    padding-left: 20px;
    width: 118px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.basic_info_box td,
.agent_info_box td,
.doctor_info_box td{
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.basic_info_box td table td,
.agent_info_box td table td,
.doctor_info_box td table td{
    padding: 0;
    border: none;
}

.basic_info_box td table td+td,
.agent_info_box td table td+td,
.doctor_info_box td table td+td{
    padding-left: 10px
}

.basic_info_box input[type="text"],
.basic_info_box input[type="password"],
.basic_info_box select,
.agent_info_box input[type="text"],
.agent_info_box input[type="password"],
.agent_info_box select,
.doctor_info_box input[type="text"],
.doctor_info_box input[type="password"],
.doctor_info_box select{
    border: 1px solid #b3b3b3;
    height: 35px;
    padding: 5px;
    border-radius: 3px;
    width: 150px;
}

#user_addr1 {
    width : 250px;
}

.basic_info_box textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
}


.signup_btn_box {
    text-align:center;
    margin:30px 0 80px 0;
    display: none;
}

.signup_re_btn {
    padding: 19px 34px;
    color:#fff;
    font-weight:bold;
    border: 1px solid #aaaaaa;
    background: #bbb;
    cursor:pointer;
    vertical-align:middle;
    border-radius: 5px;
}

.signup_back_btn {
    padding: 19px 34px;
    color:#fff;
    font-weight:bold;
    border: 1px solid #737373;
    background: #737373;
    cursor:pointer;
    vertical-align:middle;
    border-radius: 5px;
}

.signup_submit_btn,
.signup_complete_btn{
    padding:19px 34px;
    color:#fff;
    font-weight:bold;
    border:1px solid #408e98;
    background:#408e98;
    cursor: pointer;
    vertical-align:middle;
    border-radius: 5px;
}

.signup_complete_box {
    display: none;
}

.complete_box {
    border: 1px solid #ddd;
    padding: 30px;
    border-top: 2px solid #333;
}

.complete_box .inbox {
    width:430px; margin:0 auto;
}

.complete_box .inbox h1 {
    color:#408e98;
    font-size:50px;
    text-align: center;
}

.complete_box .inbox h3 {
    margin:0 0 5px;
    font-size:30px;
    color:#008bcc;
    font-weight:bold;
    text-align: center;
}

.signup_login_btn {
    padding:19px 34px;
    color:#fff;
    font-weight:bold;
    border:1px solid #408e98;
    background:#408e98;
    cursor: pointer;
    vertical-align:middle;
    border-radius: 5px;
}


.signup_main_btn {
    padding:19px 34px;
    color:#fff;
    font-weight:bold;
    border:1px solid #2ca170;
    background:#2ca170;
    cursor: pointer;
    vertical-align:middle;
    border-radius: 5px;
}


.memberInfo {
    overflow:hidden;
    border:1px solid #d6d4d4;
    text-align:left;
}
.info {
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
}


#search_com_addr {
    position: absolute!important;
}

#search_com_addr header {
    background: #fff;
    overflow: hidden;
}

#search_com_addr header button {
    background: transparent;
    border: none;
    padding: 5px;
    font-size: 20px;
    float: right;
}