@charset "utf-8";

/* 로그인 { */

#onLogin {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}

#onLogin .login_form {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 80px;
}

#onLogin form {
    width: 350px;
    margin: 0 auto;
}

#onLogin h1 {
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    color: #222;
}

#onLogin #login_fs dl {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

#onLogin #login_fs dl dt {
    width: 35px;
    float: left;
    margin-right: 15px;
    margin-top: 8px;
    line-height: 34px;
}

#onLogin #login_fs dl dt i {
    padding-right: 10px;
    font-size: 20px;
}

#onLogin #login_fs dl dd {
    width: 300px;
    float: left;
}

#onLogin #login_fs dl dd input {
    width: 100%;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    border: none;
}

#onLogin #login_fs dl dd input:focus {
    outline: none;
}
#onLogin #login_fs input[type=submit] {
    width: 100%;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50px;
    height: 50px;
    margin: 40px 0 5px;
    font-size: 16px;
}
#onLogin #login_fs label {
    font-size: 14px;
    cursor: pointer;
}
#onLogin #login_fs label input {
    vertical-align: middle;
    margin-right: 5px;
    text-indent: 5px;
}
#onLogin #login_info {
    margin-top: 20px;
}
#onLogin #login_info ul {
    overflow: hidden;
}
#onLogin #login_info ul li {
    float: left;
    width: 49%;
    font-size: 13px;
}
#onLogin #login_info ul li:first-child {
    margin-right: 2%;
}
#onLogin #login_info ul li a {
    width: 100%;
}
#onLogin .btn_confirm {
    display: table;
    margin: 50px auto 0;
}

/* } 로그인 */

/* 비밀번호 { */
#onPassword {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 80px;
    text-align: center;
    color: #222;
}

#onPassword .pw_tit {
    padding: 30px 0;
    border-top: 2px solid #aaa;
    border-bottom: 1px solid #ddd;
}

#onPassword .pw_tit h3 {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 20px;
}

#onPassword .pw_tit .pw_lock {
    margin-bottom: 15px;
    font-size: 30px;
}

#onPassword .pw_tit p {
    font-weight: bold;
    font-size: 15px;
}

#onPassword .pw_tit p span {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

#onPassword form {
    margin: 55px 0;
}

#onPassword form h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
}

#onPassword form p {
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

#onPassword form input {
    float: left;
    margin-left: 5px;
}

#onPassword form input[type=password] {
    margin: 0;
    width: 235px;
    height: 40px;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    text-indent: 10px;
}
#onPassword form input[type=password]:focus {
    outline: none;
    border-color: #222;
}

#onPassword > .on_btn {
    margin: 0 auto;
}
/* } 비밀번호 */

/* 회원가입 { */
#onRegister {
    width: 1200px;
    margin: 80px auto 120px;
}
#onRegister h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #222;
}
#onRegister > p {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}
#onRegister .step-wrap {
    position: relative;
    margin: 40px 0 80px;
}
#onRegister .step-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1;
}
#onRegister .step-wrap ul {
    position: relative;
    display: table;
    margin: 0 auto;
}
#onRegister .step-wrap ul li {
    float: left;
    display: table;
    width: 100px;
    height: 100px;
    margin-left: 80px;
    background: #ddd;
    border-radius: 100%;
    font-size: 13px;
    color: #999;
}
#onRegister .step-wrap ul li:first-child {
    margin: 0;
}
#onRegister .step-wrap ul li.on {
    background: #2a4dab;
    color: #fff;
}
#onRegister .step-wrap ul li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#onRegister .step-wrap ul li i {
    display: block;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 22px;
}
#onRegister .rgt_term {
    overflow: hidden;
}
#onRegister .rgt_term section {
    float: left;
    width: 580px;
}
#onRegister .rgt_term section:first-child {
    margin-right: 40px;
}
#onRegister .rgt_term section h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #222;
}
#onRegister .rgt_term section textarea {
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #666;
    resize: none;
}
#onRegister .rgt_allchk {
    margin-top: 60px;
    text-align: center;
    height: 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
}
#onRegister .rgt_allchk label {
    line-height: 58px;
}
#onRegister .rgt_confirm {
    display: table;
    margin: 80px auto 0;
}
#onRegister .rgt_confirm {
    display: table;
    margin: 60px auto 0;
}
#onRegister .rgt_confirm li {
    float: left;
    margin-left: 10px;
}
#onRegister .rgt_confirm li:first-child {
    margin: 0;
}
#onRegister label {
    font-size: 13px;
    color: #222;
}
#onRegister input[type="checkbox"] {
    vertical-align: middle;
}
#onRegisterForm .required {
    position: relative;
}
#onRegisterForm .required:before {
    content: '* ';
    color: #ff0101;
}
#onRegisterForm h3 {
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    color: #222;
}
#onRegisterForm h3 span {
    float: right;
    font-size: 13px;
}
#onRegisterForm table {
    width: 100%;
    border-collapse: collapse;
}
#onRegisterForm table tbody {
    border-top: 2px solid #aaa;
}
#onRegisterForm table th, #onRegisterForm table td {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
#onRegisterForm table th {
    width: 180px;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    color: #222;
}
#onRegisterForm table td {
    width: 1020px;
    font-size: 13px;
    color: #666;
}
#onRegisterForm table td .frm_refer {
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}
#onRegisterForm table td label {
    color: #666;
}
#onRegisterForm table td input[type=text], #onRegisterForm table td input[type=password] {
    width: 360px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    text-indent: 5px;
}
#onRegisterForm table td input[type=checkbox] {
    vertical-align: middle;
}
#onRegisterForm table td.ipt_name .frm_refer, #onRegisterForm table td.ipt_nickname .frm_refer {
    display: block;
    margin-top: 5px;
    padding: 0;
}
#onRegisterForm table td.ipt_mbchk label {
}
#onRegisterForm table td.ipt_mbchk_no .frm_refer {
    padding: 0;
}
#onRegister .rgt_result {
    margin-bottom: 40px;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 35px;
    color: #222;
}
#onRegister .rgt_email {
    display: table;
    width: 640px;
    height: 180px;
    margin: 20px auto;
    border: 2px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#onRegister .rgt_email ul {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#onRegister .rgt_email ul li {
    line-height: 30px;
    font-size: 15px;
    color: #222;
}
#onRegister .rgt_email ul li span, #onRegister .rgt_email ul li strong {
    display: inline-block;
    text-align: left;
}
#onRegister .rgt_email ul li span {
    width: 100px;
}
#onRegister .rgt_email ul li strong {
    font-weight: bold;
    min-width: 200px;
}
/* } 회원가입 */

/* 회원정보찾기 { */
#onLost {
    width: 100%;
    height: 500px;
    display: table;
}
#onLost > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#onLost h1 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #222;
}
#onLost .txtbox p {
    margin: 25px 0 60px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
#onLost .txtbox > div {
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
#onLost .txtbox > div label, #onLost .txtbox > div input {
    float: left;
}
#onLost .txtbox > div label {
    width: 120px;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
}
#onLost .txtbox > div input {
    width: 380px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-indent: 10px;
}
#onLost .captchabox {
    width: 500px;
    margin: 10px auto 0;
    overflow: hidden;
}
#onLost .captchabox p, #onLost #captcha {
    float: left;
}
#onLost .captchabox p {
    width: 120px;
    line-height: 60px;
    font-weight: bold;
    font-size: 15px;
}
#onLost .btnbox {
    display: table;
    margin: 70px auto 0;
    overflow: hidden;
}
#onLost .btnbox input, #onLost .btnbox button {
    float: left;
}
#onLost .btnbox input {
    margin-right: 10px;
}
/* } 회원정보찾기 */