@charset "utf-8";
/*** 2020.10.08 퇴직연금 DC/IRP 경쟁력 강화 PRJ ***/

/* 퇴직연금 시뮬레이션 아이콘 변경 및 추가 */
.sm-list-box li.list4:before {
	background: url('/resources/images/retfund/img-retfund-bg2.png') no-repeat;
	background-position: 0px 0px;
}
.sm-list-box li.list5:before {
	background: url('/resources/images/retfund/img-retfund-bg2.png') no-repeat;
	background-position: -140px 0px;
}

.t-point {color:#ff7b05;}

.tbl-wrap.retfund .tbl-base thead tr:first-child th,
.tbl-wrap.retfund .tbl-base thead th {padding:12px 10px; font-weight: 600; text-align:left;}
.tbl-wrap.retfund .tbl-base tbody th {text-align:left;background:#fff;}
.tbl-wrap.retfund .tbl-base td {text-align:right;border-left:none;}
.tbl-wrap.retfund .tbl-base .tbl-tfoot-bg th {padding: 12px 10px; background:#fffbf7!important; font-weight: 600; border-left:none; text-align:left;}
.tbl-wrap.retfund .tbl-base .tbl-tfoot-bg td {color: #ff7b05; font-weight: 500; border-left:none;}
.tbl-wrap.retfund .tbl-base .tbl-tfoot-bg td .txt {color: #222;}

.box2 {width: 100%; display: flex; justify-content: space-between}
.box2 .box-wrap {flex-basis: 49%;}
.box2+.caution {margin-top: 10px;}

/* 회사검색 Popup  */
.box-searchresult-list {
    overflow: auto;
    height: 368px;
    border: 1px solid #ccc;
}
.box-searchresult-list > .tbl-wrap {
	border-top: none;
    border-bottom: 1px solid #e9e9e9;
}
.box-searchresult-list > .tbl-wrap td.no-data {
	text-align: center;
	height:364px;
}