/* ---------------------------------------
    회원가입 : user_regist01.jsp
--------------------------------------- */
.member-join {
    font-size: 13px;
}
.member-join .btn-area {
    text-align: center;
}

/* user_regist01.jsp */
.join-confirm {
    width: 100%;
    margin: 30px auto 50px;
    max-width: 640px;
    padding: 30px;
    text-align: center;
    border: 5px solid #ededed;
    /*border-left: 3px solid #195992;*/
    /*background-color: #f7f7f7;*/
}

.join-confirm form div.form-inline label {
    width: 70px;
}
.join-confirm form div.form-inline p {
    margin: 10px 0;
    text-align: center;
    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 h3 {
    margin: 30px 0 10px;
    font-weight: bold;
}
.text-box > p {
    margin: 0;
}

.member-join .checkbox,
.member-join .radio {
    margin: 0;
}

.member-join .checkbox{
    min-width: 100px;
    text-align: right;
}

/* user_resist03.jsp */
.btn-committee-info {
    margin: 5px auto;
}

/* table */
.tb-join {

}
.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: 50px !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 {
    border-left: 0;
    border-right: 0;
    border-color: #eee;
}
.table-bordered.tb-join  > tbody > tr > th {
    letter-spacing: -1px;
}

/* radio-list */
.radio-list {

}
.radio-list li {
    float: left;
    width: 25%;
    margin: 5px 0;
}

/* 회원검색 */
.tb-user-search {
    table-layout: auto !important;
}
.tb-user-search th {
    text-align: center;
    font-weight: 600;
    color: #333;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fefefe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.tb-user-search td {
    text-align: center;
    font-size: 13px;
    border: 1px solid #dfdfdf;
}

/* ---------------------------------------
    로그인 : user_login.jsp
--------------------------------------- */
.user-login-area {
    width: 70%;
    margin: 50px auto;
    padding: 30px;
    text-align: center;
    border: 5px solid #eee;
    /*border-left: 3px solid #195992;*/
    /*background-color: #f7f7f7;*/
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .btn-primary {
    background-color: #385194;
    border-color: #385194;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    font-size: 15px;
}
.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;
}
.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 {
    width: 100%;
    max-width: 640px;
    margin: 30px auto 50px;
    padding: 30px;
    text-align: center;
    border: 5px solid #ededed;
}

.search-confirm form div.form-inline label {
    width: 70px;
}
.search-confirm form div.form-inline p {
    margin: 10px 0;
    text-align: center;
    font-size: 15px;
}
.search-confirm form div.form-inline p small {
    font-size: 13px !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;
    padding: 5px 20px;
    font-size: 16px;
}

/* ---------------------------------------
    modify
--------------------------------------- */
.table-responsive > table {
    table-layout: fixed;
}
.btn {
    border-radius: 2px;
}
.panel-title {
    font-size: 15px;
}
.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: 30px;
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
}
.label {
    padding: 4px 6px 3px;
    font-weight: 300;
    border-radius: 0;
}

/**************************************************************************************
    ime-mode
**************************************************************************************/
.ime-disabled { ime-mode:disabled !important; }

.checkbox-grid li {
    display: block;
    float: left;
    width: 25%;
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {
    .user-login-area {
        width: 100% !important;
        margin: 20px auto !important;
    }

    /* ---------------------------------------
        modify
    --------------------------------------- */
    .table-responsive > table {
        table-layout: initial;
    }
    .table-responsive > table td {
        position: relative;
    }

}
