/* ---------------------------------------
    회원가입 : Step
--------------------------------------- */
.quick-menu {
    display: none;
}
.join-step {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.join-step ul {
    text-align: center;
}
.join-step ul > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 50px;
    line-height: 46px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    color: #999;
    border: 3px solid #dfdfdf;
}
.join-step ul > li.active {
    color: #006EF3;
    border: 3px solid #006EF3;
}
.join-step ul > li.arrow {
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 50px;
    line-height: 53px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #ccc;
    border: none;
}
.join-step ul > li.active + li.arrow {
    color: #1578c4;
}

/* ---------------------------------------
    회원가입 : user_regist00.jsp
--------------------------------------- */
.section.page0 {
    min-height: 500px;
}
.section.page0 .highlight-box {
    margin: 30px 0 40px;
}
.btn-cert-area {

}
.btn-cert-area  h5 {
    margin: 0 0 30px;
    text-align: center;
    font-weight: 600;
    color: #333;
}
.btn-cert {
    float: left;
    display: block;
    width: 46%;
    margin: 0;
    padding: 20px 15px 20px 130px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #fafafa;
}
.btn-cert .title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #163e99;
}
.btn-cert p {
    margin: 0 0 5px;
    font-size: 13px;
}
.btn-cert p b {
    color: #163e99;
}
.btn-cert a.btn {
    margin: 15px 0 0;
}
.btn-cert-area .btn-mobile {
    margin-right: 4%;
    padding: 20px 15px 20px 120px;
    background: #fafafa url(/images/bg/bg_mobile.jpg) 20px 57px no-repeat;
    background-size: 80px 80px;
}
.btn-cert-area .btn-ipin {
    margin-left: 4%;
    padding: 20px 15px 20px 125px;
    background: #fafafa url(/images/bg/bg_ipin.jpg) 20px 57px no-repeat;
    background-size: 80px 80px;
}


/* ---------------------------------------
    회원가입 : user_regist01.jsp
--------------------------------------- */

.section h4.h4-bullet-05 {
    font-size: 20px !important;
    padding-left: 10px;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    border-left: 3px solid transparent;
    border-image: linear-gradient(to top, #003aff 0%, #9de3ff 90%);
    border-image-slice: 5;
    line-height: 1;
    color: #006EF3;
}

.member-join {

}
.member-join .btn-area {
    text-align: center;
}

/* user_regist01.jsp */
.join-confirm {
    width: 90%;
    /*margin: 30px 0 50px 17px;*/
    margin: 30px 0 0 0;
    padding: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
    /*border-left: 3px solid #051a32;*/
    background-color: #f7f7f7;
}

.join-confirm form div.form-inline label {
    width: 70px;
}
.join-confirm form div.form-inline p {
    margin: 10px 0;
    font-size: 15px;
}
.join-confirm form div.form-inline p small {
    font-size: 13px !important;
}
.join-confirm .btn-area,
.search-pw-id .btn-area {
    margin: 20px 0 0;
    text-align: center;
}
.join-confirm .btn-area .btn,
.search-pw-id .btn-area .btn {
    float: none;
    padding: 5px 20px;
    font-size: 16px;
}

/* user_regist02.jsp */
.text-box {
    height: 240px;
    margin: 0 0 10px;
    padding: 20px;
    overflow-y: scroll;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.text-box > p {
    margin: 0;
}

.member-join .checkbox,
.member-join .radio {
    margin: 0;
}

.member-join .checkbox{
    min-width: 100px;
    text-align: right;
}

/* table */
.tb-join.bd-tb {
    border-top: 2px solid #006EF3 !important;
}
.tb-join caption {
    margin: 0 0 5px;
    padding: 0;
    font-weight: bold;
    color: #1f67a6;
}
.tb-join th {
    background-color: #f7f7f7;
}
.tb-join th.bd-r {
    border-right: 1px solid #eee !important;
}
.tb-join th i {
    margin-right: 3px;
}

.tb-join td {
    text-align: left;
}
.tb-join td._phone input[type="text"] {
    width: 85px !important;
}
.table-bordered.tb-join,
.table-bordered.tb-join  > tbody > tr > td,
.table-bordered.tb-join  > tbody > tr > th,
.table-bordered.tb-join  > tfoot > tr > td,
.table-bordered.tb-join  > tfoot > tr > th,
.table-bordered.tb-join  > thead > tr > td,
.table-bordered.tb-join  > thead > tr > th {
    font-size: 15px;
    border-left: 0;
    border-right: 0;
    border-color: #f7f7f7;
}
.table-bordered.tb-join.bd-tb,
.table-bordered.tb-join.bd-tb > tbody > tr > td,
.table-bordered.tb-join.bd-tb > tbody > tr > th,
.table-bordered.tb-join.bd-tb > tfoot > tr > td,
.table-bordered.tb-join.bd-tb > tfoot > tr > th,
.table-bordered.tb-join.bd-tb > thead > tr > td,
.table-bordered.tb-join.bd-tb > thead > tr > th {
    border-bottom: 1px solid #dfdfdf !important;
}

/* ---------------------------------------
    로그인 : user_login.jsp
--------------------------------------- */
.user-login-area {
    width: 100%;
    margin: 0 0 50px;
    padding: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
    /*border-left: 3px solid #051a32;*/
    border-radius: 5px;
    background-color: #fafafa;
}
.form-signin {
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}
#contents .form-signin h2 {
    margin-bottom: 20px;
    font-size: 18px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    font-size: 18px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 7px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* ---------------------------------------
    ID/PW찾기 : idpasswd_find.jsp
--------------------------------------- */
.search-confirm {
    /*margin: 10px 0 50px 17px;*/
    margin: 10px 0 0 0;
    padding: 30px;
    text-align: center;
    border: 1px solid #fafafa;
    /*border-left: 3px solid #051a32;*/
    background-color: #f7f7f7;
}

.search-confirm form div.form-inline label {
    width: 95px;
}
.search-confirm form div.form-inline p {
    margin: 10px 0;
    text-align: center;
    font-size: 17px;
}
.search-confirm form div.form-inline p small {
    font-size: 14px !important;
}
.search-confirm .btn-area,
.search-pw-id .btn-area {
    margin: 20px 0 0;
    text-align: center;
}
.search-confirm .btn-area .btn,
.search-pw-id .btn-area .btn {
    float: none;
    display: inline-block;
    padding: 7px 27px;
    font-size: 17px;
    background-color:#08b1cd;
    border: 1px solid #0a8ba1;
    color:#fff;
}

/* ---------------------------------------
    회원탈퇴 : user_withdraw.jsp
--------------------------------------- */
.withdraw-form {
    margin: 20px 0 30px;
    padding: 30px 0;
    border: 1px solid #5bb2e4;
}
.withdraw-form .title {
    margin: 0 0 30px;
    text-align:center;
    font-size: 17px;
    font-weight: bold;
}
.withdraw-form .form-horizontal {
    width: 320px;
    margin: 0 auto;
}
.withdraw-form .form-horizontal .control-label {
    padding-top: 3px;
}
.withdraw-area .btn-area {
    margin: 0;
    text-align:center;
}

/* ---------------------------------------
    modify
--------------------------------------- */
.table-responsive > table {
    table-layout: fixed;
}
.section.member-join .table-responsive > table {
    /*table-layout: auto;*/
}
.section.member-join .table-responsive .label {
    display: inline-block;
    padding: 4px 7px;
    height: 38px;
    line-height: 29px;
    font-size: 15px;
    vertical-align: middle;
    border-radius: 2px;
}
.btn {
    border-radius: 2px;
}
.panel-title {
    font-size: 17px !important;
    margin: 0 !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    word-break: break-all;
}
.form-control {
    height: 40px;
    padding: 3px 6px;
    font-size: 15px;
    border-radius: 2px;
    box-shadow: none;
}

.label {
    padding: 2px 6px 5px;
    font-weight: 300;
    border-radius: 0;
    font-size: 15px;
    margin-top:4px;
    line-height: 1.2;
    padding:11px;
}

.w-textbox {
    width: 278px !important;
}

/**************************************************************************************
    ime-mode
**************************************************************************************/
.ime-disabled { ime-mode:disabled !important; }

/**************************************************************************************
    mobile
**************************************************************************************/
/* phone ~ 767px */
@media screen and (max-width: 767px) {

    .radio-inline input[type="radio"] {
        position: static;
    }

    .section.member-join .table-responsive > table {
        table-layout: auto;
    }

    .table-responsive > table {
        table-layout: initial;
    }

    /* ---------------------------------------
    회원가입 : Step
--------------------------------------- */
    .join-step ul > li {
        float: left;
        width: 120px;
        height: 36px;
        line-height: 32px;
        margin: 0 0 10px;
        border: 2px solid #dfdfdf;
    }
    .join-step ul > li.active {
        border: 2px solid #006EF3;
    }
    .join-step ul > li.arrow {
        float: left;
        width: 20px;
        height: 36px;
        line-height: 36px;
    }

    /* ---------------------------------------
        회원가입 : user_regist00.jsp
    --------------------------------------- */
    .section.page0 {
        min-height: 400px;
    }
    .btn-cert-area  h5 {
        font-size: 18px;
    }
    .btn-cert {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .btn-cert .title {
        font-size: 16px;
    }
    .btn-cert-area .btn-mobile {
        margin-right: 0;
        background: #fafafa url(/images/bg/bg_mobile.jpg) 20px 57px no-repeat;
        background-size: 80px 80px;
    }
    .btn-cert-area .btn-ipin {
        margin-left: 0;
        background: #fafafa url(/images/bg/bg_ipin.jpg) 20px 57px no-repeat;
        background-size: 80px 80px;
    }

    .btn-area .btn {
        display: inline-block;

    }

    /* ---------------------------------------
        회원탈퇴 : user_withdraw.jsp
    --------------------------------------- */
    .withdraw-form .title {
        padding: 0 20px;
        font-size: 16px;
    }
    .withdraw-form .title br {
        display: none;
    }
    .withdraw-form .form-horizontal {
        width: 100%;
        padding: 0 20px;
    }
}
