/* ---------------------------------------
    회원가입 : Step
--------------------------------------- */
.quick-menu {
    display: none;
}
.join-step {
    padding-bottom: 40px;
}
.join-step ul {
    overflow: hidden;
    text-align: center;
}
.join-step ul > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
    color: #939393;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
}
.join-step ul > li.active {
    color: #14C847;
    border: 2px solid #14C847;
}
.join-step ul > li.arrow {
    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: #14C847;
}

/* ---------------------------------------
    회원가입 : 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_regist00.jsp
--------------------------------------- */
.member-join > #container #contents .inner-wrap {
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
}
/*.member-join #contents {*/
/*    max-width: 640px;*/
/*    width: 100%;*/
/*    padding: 60px 0 100px;*/
/*}*/
.member-join .article .section p {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 500;
}
.member-join .article .section p.highlight {
    color: #9321E4;
}
.member-join .article .section .checkbox label {
    line-height: 22px;
}
.member-join .btn-area {
    text-align: center;
}

/* user_regist01.jsp */
.join-confirm {
    width: 90%;
    margin: 30px 0 0 0;
    padding: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
    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;
}
.member-join .search-pw-id.flex {
    display: flex;
    justify-content: space-between;
    gap: 4%;
}
.member-join .search-pw-id.flex .search-confirm form .form-inline {
    align-items: flex-start;
    gap:0;
}
.search-confirm-wrap {
    width: 48%;
}
.member-join .search-confirm {
    max-width: 640px;
    width: 100%;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
}
.member-join .search-confirm form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.member-join .search-confirm form .form-inline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 90%;
}
.member-join .search-confirm form .form-inline .form-control {
    max-width: 100%;
    height: 50px;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 400;
}
.member-join .search-confirm form .form-inline .form-control::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #A7A7A7;
}
.member-join .search-confirm .btn-area {
    margin-top:0;
}
.member-join .search-confirm .btn {
    height: 45px;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 5px !important;
}
.member-join .article .section .search-confirm p {
    font-size: 17px;
    margin-bottom: 15px;
}

.member-join .search-confirm p span.highlight {
    color: #2a8aff;
}
/* user_regist02.jsp */
.text-box {
    height: 250px;
    margin: 15px 0;
    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 {
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background-color: #f8f8f8;
}
.user-login-area .login-help {
    font-weight: 500;
    font-size: 16px;
}
.form-signin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 auto 10px;
}
#contents .form-signin h2 {
    margin:0;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.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;
    margin-bottom: 7px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}
.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;
}
/* ---------------------------------------
    ID/PW찾기 : idpasswd_find.jsp
--------------------------------------- */
.search-confirm {

}
.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: #2a8aff;
    border: 1px solid #1877e9;
    color:#fff;
}
.search-confirm .btn-area .btn:hover,
.search-pw-id .btn-area .btn:hover {
    background-color: #004293;
    border-color: #013b81;
}


/* ---------------------------------------
    회원탈퇴 : 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: 20px !important;
    margin: 0 !important;
    border: none !important;
}
.member-join h4.panel-title {
    margin: 30px 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: 5px;
    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 ~ 768px */
@media screen and (max-width: 768px) {

    .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 {
        padding-bottom: 40px;
    }
    .join-step ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 7px;
        max-width: 640px;
        margin: 0 auto;
    }
    .join-step ul > li:not(.arrow) {
        flex-basis: 20%;
        padding: 0 10px;
        text-align: center;
        font-size: 15px;
    }
    .join-step ul > li.arrow {
        width: 12px;
        font-size: 15px;
    }

    /* ---------------------------------------
        회원가입 : 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;

    }
    .member-join .search-confirm form .form-inline,
    .member-join .search-confirm .btn {
        width: 100%;
    }
    .member-join .search-pw-id.flex {
        flex-direction: column;
    }
    .member-join .search-confirm {
        margin: 0 auto;
    }
    .search-confirm-wrap {
        width: 100%;
    }
    /* ---------------------------------------
        회원탈퇴 : 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;
    }
    /* ---------------------------------------
     마이페이지
    --------------------------------------- */
    #contents .article.snb-top-margin {
        margin-top: 50px;
    }
    .article .section h4.h4-bullet-05 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}


/* phone ~ 520px */
@media screen and (max-width: 520px) {

    /* ---------------------------------------
        회원가입 : Step
    --------------------------------------- */
    .join-step {
        padding-bottom: 32px;
    }
    .join-step ul {
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 5px 2%;
    }

    .join-step ul > li:not(.arrow) {
        flex-basis: 48%;
    }

    .join-step ul > li.arrow {
        display: none;
    }

}
