/* BASIC css start */
#contents {
    position: relative;
    margin-top: 80px;
    padding: 0 7px;
}


iframe[name=namecheck_frame] {display:none !important; width:0px !important; height:0px !important; bottom:0 !important; right:0 !important;}
#passimg { width : 100%; border-top: 2px solid #dadada; background-color: #fff; border-bottom: 2px solid #dadada; top: 280px; text-align: center;}
#passimg .popups .head h5 {padding: 10px 0; margin: 0; color: #000; font-weight: bold; border-bottom: 1px solid #979797; }
#passimg .popups .contents {position: relative; padding: 15px 0; }
#passimg .popups .contents table {background-color: #f1f1f1; margin: 0 auto; }
#passimg .popups .contents table td {vertical-align: middle; padding: 5px 0; border: 1px solid #979797; text-align: center; font-weight: bold; color: #000; }
#passimg .popups .contents .btns { text-align: center; padding: 10px 0; }
#passimg .popups .btns a.btn-gray-h25 {width:80%; height:35px; line-height:35px; background-color:#393939; color:#fff; text-align:center; display:block; border:1px solid #393939; margin: 0 auto;}



/* =============================================================================
   아이디/비밀번호 찾기 find_idpw.html 
   ========================================================================== */
/* 버튼 */
.btn_White {width:100%; height:35px; line-height:35px; background-color:#fff; text-align:center; display:block; border:1px solid #c6c6c6; box-sizing: border-box; vertical-align: middle;}
.btn_Black {width:100%; height:35px; line-height:35px; background-color:#393939; color:#fff; text-align:center; display:block; border:1px solid #393939; box-sizing: border-box; vertical-align: middle;}
.btn_Red {width:100%; height:40px; line-height:40px; background-color:#ab3e41; color:#fff; text-align:center; display:block; border:1px solid #ab3e41; box-sizing: border-box; vertical-align: middle;}

#findIdpw input[type="text"],#findIdpw  input[type="email"],#findIdpw  select {height:35px; border:1px solid #bbb; vertical-align: middle; padding-left:10px; box-sizing: border-box; -webkit-border-radius:0; border-radius: 0;}
#findIdpw input[type="radio"] { vertical-align:middle; }

#findIdpw .txt-input { display: block; max-width: 100%; width: 100%; height: 100%; border: 0 none; padding: 0; }
#passimg { width : 100%; border-top: 2px solid #dadada; border-bottom: 2px solid #dadada; top: 280px; }
#findIdpw { font-size:.75em; }
#findIdpw .h_title { border-top:1px solid #464646; border-bottom:1px solid #464646; padding:10px; }
#findIdpw .h_title h3 { font-weight:bold; font-size:1em; }
#findIdpw .member { padding:0 15px; margin:20px 0;}
#findIdpw .radio-wrap { margin:10px 0; }
#findIdpw .radio-wrap label { margin-right:30px; color:#575757; font-weight:bold; }
#findIdpw .loginInput,
#findIdpw .loginBottom { margin:0; }
#findIdpw .loginInput input {width:100%; display:block; margin-bottom:10px;}
#findIdpw .loginMiddle .btn_Red {font-size:1.167em; margin:10px 0;}
#findIdpw .loginMiddle .btn_White {font-size:1.167em;}
#findIdpw .loginBottom p { padding:18px 15px; text-align:center; font-weight:bold; background:#eaeaea; }
#findIdpw .loginBottom p a.btn_auth { display: block; margin-top:10px; font-size: 14px; border:1px solid #cdcdcd; color:#3e3e3e; line-height:44px; letter-spacing:-1px; text-align:left; background:#fff; font-weight:400; }
#findIdpw .loginBottom p a.btn_auth span { display: inline-block; width:44px; margin-right:10px; border-right:1px solid #cdcdcd; }
#findIdpw .loginBottom p a.btn_auth img { width: 44px; height: 44px; }
#findIdpw .loginBottom p a.btn_Red { margin-top:10px; font-size:14px; }



.ec-base-table {
    border: 1px solid #d5d5d5;
    word-break: break-all;
    word-wrap: break-word;
    color: #555;
    background: #fff;
}

.ec-base-table table {
    position: relative;
}

.ec-base-table table:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
}

.ec-base-table th,.ec-base-table td {
    border-top: 1px solid #d5d5d5;
    font-size: 9px;
    vertical-align: top;
}

.ec-base-table th {
    font-weight: normal;
    color: #555;
}

.ec-base-table td {
    padding: 12px 13px;
}

.ec-base-table tbody th {
    padding: 12px 0 12px 13px;
    text-align: left;
}

.ec-base-table td.clear {
    padding: 0 !important;
}

.ec-base-table.typeWrite td {
    padding: 7px 13px 6px;
}

.ec-base-table.typeWrite tr td:first-child {
    padding: 12px 13px;
}

.ec-base-table.typeWrite img {
    max-width: 100% !important;
    height: auto !important;
}

.ec-base-table.gCellNarrow tbody th {
    padding: 7px 0 7px 13px;
}

.ec-base-table.gCellNarrow td {
    padding: 7px 13px;
}

.ec-base-table.gClearBorderTop {
    border-top-width: 0;
}

.ec-base-table.gClearBorder {
    border-width: 0;
}

.ec-base-table.gClearCell {
    padding: 4px 0;
}

.ec-base-table.gClearCell table:after {
    display: none;
}

.ec-base-table.gClearCell th,.ec-base-table.gClearCell td,.ec-base-table.typeWrite.gClearCell th {
    border-width: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ec-base-table.typeWrite.gClearCell td {
    padding-top: 3px;
    padding-bottom: 4px;
}

.ec-base-table .gLine {
    border-top: 1px solid #ececec !important;
}

.ec-base-table.gClearCell tbody.gLine tr:first-child th,.ec-base-table.gClearCell tbody.gLine tr:first-child td {
    padding-top: 10px;
}

.ec-base-table.typeList {
    border-width: 0;
}

.ec-base-table.typeList table:after {
    display: none;
}

.ec-base-table.typeList thead th {
    text-align: center;
}

.ec-base-table.typeList th,.ec-base-table.typeList td {
    padding: 9px 10px;
    vertical-align: middle;
    border: 1px solid #d7d5d5;
}

.ec-base-table.typeList.gClearBorderTop thead th {
    border-top-width: 0;
}

.ec-base-table .left {
    text-align: left;
}

.ec-base-table .center {
    text-align: center;
}

.ec-base-table .right {
    text-align: right;
}

.ec-base-table .top th,.ec-base-table th.top,.ec-base-table .top td,.ec-base-table td.top {
    vertical-align: top;
}

.ec-base-table .middle th,.ec-base-table th.middle,.ec-base-table .middle td,.ec-base-table td.middle {
    vertical-align: middle;
}

.ec-base-table img {
    vertical-align: middle;
}

.ec-base-table td.clear .ec-base-help {
    margin-left: 13px;
    margin-right: 13px;
}

table {
    width: 100%;
    table-layout: fixed;
    border: 0 none;
    border-spacing: 0;
    border-collapse: collapse;
}


.ec-base-button.gFull {
    margin-bottom: 3px;
}

.ec-base-button.gFull [class*="btn"],[class*="btn"].gFull {
    width: 100%;
}


.btnSubmit {display:inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 11px;
    color: #fff;
    border: 1px solid #000;
    font-weight: normal;
    background: #000;margin:7px 0;text-align:center;
}
.loginInput input {width:100%;margin-top:5px;}
/* BASIC css end */

