﻿@charset "utf-8";

/* 로그인 */

/* input */
.input_row input:-webkit-autofill,
.input_row input:-webkit-autofill:hover,
.input_row input:-webkit-autofill:focus,
.input_row input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #222 !important;
    background-color: #fff !important;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: 'Malgun Gothic','맑은고딕','Dotum','돋움','Gulim',AppleGothic,sans-serif !important;
}

input {
    height: 100%;
    font-family: 'Malgun Gothic','맑은고딕','Dotum','돋움','Gulim',AppleGothic,sans-serif !important;
}

.full {
    background-color: #fff;
    height: 100%;
}

.loginWrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    font-family: 'Malgun Gothic','맑은고딕','Dotum','돋움','Gulim',AppleGothic,sans-serif;
}

.login_bg {
    display: table-cell;
    width: 43.3%;
    background: #3469bd url(/images/login/login-bg-logo.png) 100% 100% no-repeat;
    margin-left: 0;
}

.login_cont {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.login_cont #loginFrm {
    position: relative;
    display: block;
    width: 450px;
    padding-left: 20%;
}

.loginWrap .logo {
    margin-bottom: 65px;
}

.input_row_tit {
    color: #4C4D51;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.input_row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 20px;
    padding-top: 17px;
    box-sizing: border-box;
    position: relative;
    height: 60px;
    border: 1px solid #d6dae1;
    border-radius: 5px;
    text-align: left;
    background: #fff;
}

.input_row.fst {
    margin-bottom: 25px;
}

.login_cont .tit_bi {
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    font-family: 'Malgun Gothic','맑은고딕','Dotum','돋움','Gulim',AppleGothic,sans-serif;
}

.screen_out {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    text-indent: -9999px;
}

.input_row + .input_row {
    margin-top: -1px;
    border-radius: 0px 0px 6px 6px;
}

input[type=text]::placeholder,
input[type=password]::placeholder {
    color: #a8a8a8;
    font-weight: normal;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
    color: #a8a8a8;
    font-weight: normal;
}

.input_row .input_text {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: -.5px;
    color: #222;
    box-sizing: border-box;
    z-index: 4;
    border: none;
    text-indent: 0px;
}

.login_cont .btn_join,
.login_cont .btn_login {
    display: block;
    height: 65px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 64px;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #3469bd;
}

.login_cont .chk_choice {
    margin: 15px 0 30px 0;
    position: relative;
}

.login_cont .save_check_box {
    position: relative;
    margin-bottom: 0;
    padding-right: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #555;
    letter-spacing: -0.5px;
    height: 20px;
    padding-left: 27px;
    line-height: 18px;
    vertical-align: middle;
}

.save_check_box input {
    position: absolute;
    left: -9999px;
}

.save_check_box .check_style {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #bec3cd;
    background: #fff;
    border-radius: 3px;
}

.save_check_box input:checked + .check_style i {
    display: block;
    width: 12px;
    height: 10px;
    margin: 3px 0 0 2px;
    background: url(../images/login/login_check.png) no-repeat 0px 0px;
}

.save_check_box input:checked + .check_style {
    border: 1px solid #343686;
}

.login_cont .find_line {
    text-align: center;
    border-top: 1px solid #f2f2f5;
    padding: 20px 0 0px;
}

.login_cont .find_line a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.login_cont .find_line a:hover {
    text-decoration: underline;
    color: #343686;
    font-weight: bold;
}

.find_line a + a {
    padding-left: 28px;
}

.find_line a + a::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 12px;
    width: 1px;
    height: 12px;
    border-radius: 0.5px;
    background-color: #c5c5c5;
}

/*꼬리말*/

.hOrder {
    display: inline-block;
    font-weight: bold;
    color: #343686;
    font-size: 17px;
    /* letter-spacing: -0.5px; */
}
.tail .footer-info  {
    position: absolute;
    right: 17px;
    bottom: 28px;
}
.tail .footer-info p,
.tail .footer-info span {
    display: inline-block;
    font-size: 14px;
    color: #9FA1B1;
    text-align: right;
}
.tail .footer-info p.copyright {
    display: block;
}


/* 회원가입 */
.regist {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.regist select, .regist input {
    font-family: 'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif;
}
.regist > h4 {
    color: #333;
    font-size: 26px;
    text-align: center;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 15px;
}
.regist >.msg {
    text-align: center;
    font-size: 15px;
    color: #555;
    letter-spacing: -0.5px
}
.regist >.msg >  span {
    color: #e5242c; 
}
.idInfo {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    margin: 30px 0px 10px;
    padding-top: 20px;
}
.idInfo ul {
    list-style: none;
}
.join-line {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 10px;
}
.join-line dt {
    display: block;
    width: 120px;
}
.join-line dt label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #444; 
}
.join-line dd {
    width: calc(100% - 120px);
    font-size: 0;
}
.join-line input[type=text], 
.join-line input[type=number],
.join-line input[type=password] {
    width: 100%;
    border: 1px solid #d5d5d5;
    color: #444;
    font-size: 14px;
    padding: 0 0 0 3px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    margin-bottom: 0px;
    box-sizing: border-box;
    vertical-align: top;
}
.join-line input[type=text].col-75 {
    width: 75%;
}
.join-line a.btn-certifi,
.join-line #btn_srchZipCode.btn-zipCode {
    display: inline-block;
    width: 24%;
    height: 35px;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #9e9fa1;
    border: none;
    border-radius: 4px;
    padding: 0;
    margin-left: 1%;
    vertical-align: top;
}
.userInfo {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    margin: 50px 0px 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.join-business dd {
    font-size: 13px;
}
.join-business input[type=text] {
    width: auto;
}
.member-type {
    justify-content: left;
    height: 45px;
}
.member-type select {
    font-size: 14px;
    font-weight: bold;
}
.join-line.tel dd,
.join-line.fax dd,
.join-line.email dd {
    font-size: 13px;
}
.join-line.tel input[type=text],
.join-line.fax input[type=text] {
    width: auto;
}
.regist .select-wrap select {
    border: 1px solid #d5d5d5;
    height: 35px;
    background: #fff url(../images/arrow.png) center right no-repeat;
    font-size: 14px;
    color: #444;
    padding-right: 30px;
    text-indent: 8px;
    border-radius: 4px;
}
.w65 {
    width: 65px;
}
.join-line input.email-type1 {
    width: 35%;
    margin-right: 1%;
}
.join-line input.email-type2 {
    width: 29%;
    margin-right: 1%;
}
.join-line select.email-type3 {
    width: 30%;
}


/* Footer */
#wrap-footer-login {
    width: 100%;
    margin: 0 auto;
    padding-top: 27px;
}

#wrap-footer-login #area-footer {
    display: inline-block;
    margin: 0 auto;
}

#wrap-footer-login #area-footer .footer-info p {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}


@media screen and (max-width: 1280px) {
    #Header_wrap .header .logo a {
        margin-left: 50px;
    }
}


/* 로그인 - 아이디 찾기 */
#layerFindInfo .layer-content {
    display: inline-block;
    height:;
    margin-left: -226px;
    margin-top: -200px;
    color: #555;
}

#layerFindInfo h3 {
    height: 50px;
    line-height: 50px;
    background-color: #f26522;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-indent: 25px;
}

#layerFindInfo .find-form {
    padding: 30px 35px 40px;
}

#layerFindInfo .find-form h4 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#layerFindInfo .find-form h4 + div {
    padding: 25px;
    border: 1px solid #e3e2e8;
    font-size: 13px;
    color: #333;
}

#layerFindInfo .find-form h4:first-child + div {
    margin-bottom: 30px;
}

#layerFindInfo .find-form ul {
    float: left;
    margin-right: 10px;
}

#layerFindInfo .find-form li:first-child {
    margin-bottom: 10px;
}

#layerFindInfo .find-form label {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    font-size: 13px;
    color: #333;
}

#layerFindInfo .find-form input#tx_ven_nm {
    width: 179px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
}

#layerFindInfo .find-form input#tx_ven_num1 {
    width: 42px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
}

#layerFindInfo .find-form input#tx_ven_num2 {
    width: 34px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
}

#layerFindInfo .find-form input#tx_ven_num3 {
    width: 70px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
}

#layerFindInfo .find-form #btnFind {
    float: left;
    width: 65px;
    /* 2023.08.24 height: 57px;*/
    background-color: #f26522;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    height: 70px;
    border-radius: 3px;
    text-indent: 0px;
    cursor: pointer;
}

.call-center {
    color: #333;
}

.id-data-area > span {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.id-data {
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
}

/* // 로그인 - 아이디 찾기 */
