@charset "utf-8";

body {
    font-size: 14px; /*160910 피드백*/
}

.wrap.winOpen.notify {
    overflow: hidden;
}

.wrap.winOpen .container.mainPopup {
    width: 100%;
}

.popBtd {
    position: absolute;
    top: 18px;
    left: 15px;
}

.popup #popupCon {
    padding: 20px;
    line-height: 1.5em;
}

#popupCon .account {
    border: 2px solid #d4d4d4; /*160910 피드백*/
    padding: 20px;
}

#popupCon h2 {
    text-align: center;
    padding: 20px 0 10px 0;
    margin: 0;
}

#popupCon h3 {
    text-align: left;
    padding: 20px 0 10px 0;
    margin: 0;
}

#popupCon h3.f {
    padding: 0 0 10px 0;
}

#popupCon h4 {
    padding: 3px 0 10px 15px;
    margin: 0;
}

#popupCon .guide h5 {
    font-weight: bold;
    color: #222;
    background: url(../images/new_main/popup/account_blt.gif) no-repeat 15px 5px;
    padding: 5px 0 0 35px;
    font-size: 14px; /*160910 피드백*/
    margin: 0;
}

#popupCon .account div {
    font-size: 14px;
    color: #222;
    padding: 0 0 0 20px;
}

#popupCon .account div strong {
    color: #37acff;
}

#popupCon .guide .blt {
    color: #444;
    font-size: 12px;
    margin: 3px 0 10px 35px;
}

#popupCon .blt {
    margin: 2px 0 0 12px;
}

#popupCon .blt li {
    background: url(../images/new_main/popup/list_blt.gif) no-repeat 0 6px;
    font-size: 14px;
    padding: 0 0 0 8px;
    color: #666;
}

#popupCon .blt3 {
    margin-top: 10px;
    background: url(../images/new_main/popup/account_img.gif) no-repeat 20px 27px;
}

#popupCon .blt3 dt {
    font-weight: bold;
    color: #37acff;
    background: url(../images/new_main/popup/account_blt.gif) no-repeat 0 0;
    padding: 0 0 15px 20px;
}

#popupCon .blt3 dd {
    background: url(../images/new_main/popup/list_blt.gif) no-repeat 192px 7px;
    padding: 0 0 13px 205px;
}

#popupCon .guide div.guide_img {
    padding: 0 0 20px 0;
}

#popupCon .guide div.guide_box {
    border: 3px solid #d4d4d4; /*160910 피드백*/
    padding: 20px;
}

.table_style {
    table-layout: fixed;
    border-collapse: 0;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #d4d4d4; /*160910 피드백*/
    color: #444;
}

#popupCon .table_style2_acc {
    margin: 10px 0 0 0;
}

.table_style thead tr th {
    border-bottom: 1px solid #d4d4d4; /*160910 피드백*/
    border-left: 1px solid #d4d4d4; /*160910 피드백*/
    border-right: 1px solid #d4d4d4; /*160910 피드백*/
    background: #eaeaea; /*160910 피드백*/
    padding: 1px 1px;
}

.table_style thead tr th:first-child, .table_style tbody tr th:first-child, .table_style tbody tr td:first-child {
    /*border-left: none;*/ /*160910 피드백*/
}

.table_style tbody tr th {
    border-bottom: 1px solid #d4d4d4; /*160910 피드백*/
    border-left: 1px solid #d4d4d4; /*160910 피드백*/
    background: #f6f6f6;
    padding: 1px 1px;
}

.table_style tbody tr td {
    border-bottom: 1px solid #d4d4d4; /*160910 피드백*/
    border-left: 1px solid #d4d4d4; /*160910 피드백*/
    border-right: 1px solid #d4d4d4; /*160910 피드백*/
    padding: 1px 2px;
}

/*////////////////////////////////////////////////////
                160910 추가 요소
////////////////////////////////////////////////////*/
.table_style_e {
    border-collapse: collapse;
}

.table_style_e thead tr th,
.table_style_e thead tr td,
.table_style_e tbody tr th,
.table_style_e tbody tr td {
    padding: 8px;
    word-break: keep-all;
}

.table_style_e tbody tr th {
    background-color: #fafafa;
}

.bg-colr th,
.bg-colr td {
    text-align: center;
    color: white;
    background-color: #aaa !important;
    border-color: #aaa !important;
}

.mg-top {
    margin-top: 20px;
}

.colr-pnt {
    color: #f71f1f;
}

.colr-pntb {
    color: #119cff;
}

#popupCon .table_style_e .blt {
    margin: 0;
}

.table_style_e em {
    font-size: 12px;
}
/*////////////////////////////////////////////////////
                160910 추가 요소 끝
////////////////////////////////////////////////////*/