@charset "utf-8";

/*** 20231025 : 퇴직연금 : BR ***/

/* reset */
.retirement-pension-wrap a,
.retirement-pension-wrap button,
.retirement-pension-wrap ul,
.retirement-pension-wrap ol,
.retirement-pension-wrap li,
.retirement-pension-wrap div,
.retirement-pension-wrap p,
.retirement-pension-wrap span,
.retirement-pension-wrap strong,
.retirement-pension-wrap h1,
.retirement-pension-wrap h2,
.retirement-pension-wrap h3,
.retirement-pension-wrap h4,
.retirement-pension-wrap h5, 
.retirement-pension-wrap h6, 
.retirement-pension-wrap dl, 
.retirement-pension-wrap dt, 
.retirement-pension-wrap dd {
	line-height: initial;
	letter-spacing: -0.02em;
}
.retirement-pension-wrap ul,
.retirement-pension-wrap ol,
.retirement-pension-wrap li {
	margin: 0;
}
.retirement-pension-wrap .mt5 {
	margin-top: 5px !important;
}
.retirement-pension-wrap .mt10 {
	margin-top: 10px !important;
}
.retirement-pension-wrap .mt40 {
	margin-top: 40px !important;
}
.retirement-pension-wrap .mt50 {
	margin-top: 50px !important;
}

/* content header */
.retirement-pension-head {
	background: linear-gradient(270deg, #00854a 35.14%, rgba(0,133,74,0) 98.75%), #8bc53f;
}
.retirement-pension-head h2 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 45px;
}

/* content wrapper */
.retirement-pension-wrap {
	padding: 30px 20px;
}

/* dl,dt,dd */
.retirement-pension-wrap .description-box {
	display: -ms-flexbox; 
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.retirement-pension-wrap .description-box dt,
.retirement-pension-wrap .description-box dd {
	width: 50%;
	min-height: 34px;
	margin: 0;
	font-size: 13px;
	padding: 8px 10px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox; 
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
}
.retirement-pension-wrap .description-box dd {
	color: #000;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
/* linetype */
.retirement-pension-wrap .description-box.linetype {
	border-top: 1px solid #b6b6b6;
}
.retirement-pension-wrap .description-box.linetype dt,
.retirement-pension-wrap .description-box.linetype dd {	
	border-bottom: 1px solid #e7e7e7;
}
.retirement-pension-wrap .description-box.linetype dt {
	color: #878787;
	border-right: 1px solid #e7e7e7;
	background-color: #f6f6f6;
}
/* green linetype */
.retirement-pension-wrap .description-box.green-linetype {
	border: 1px solid #00854a;
	border-radius: 5px;
	overflow: hidden;
}
.retirement-pension-wrap .description-box.green-linetype dt,
.retirement-pension-wrap .description-box.green-linetype dd {	
	border-bottom: 1px solid #e7e7e7;
}
.retirement-pension-wrap .description-box.green-linetype dt:nth-last-child(-n+2),
.retirement-pension-wrap .description-box.green-linetype dd:nth-last-child(-n+1) {	
	border-bottom: none;
}
.retirement-pension-wrap .description-box.green-linetype dt {
	color: #878787;
	border-right: 1px solid #e7e7e7;
	background-color: #f6f6f6;
}
.retirement-pension-wrap .description-box.green-linetype dd {
	color: #00854a;
}
/* button */
.retirement-pension-wrap .square-line-btn {
	width: 160px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	color: #333;
	font-weight: bold;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	margin: 0 auto;
}
.retirement-pension-wrap .btn-wrap {
	margin-top: 50px;
}
.retirement-pension-wrap .btn-wrap.full {
	display: flex;
}
.retirement-pension-wrap .btn {
	height: 45px;
	border: 1px solid;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	margin-right: 10px;
}
.retirement-pension-wrap .btn:last-child {
	margin-right: 0;
}
.retirement-pension-wrap .btn.green {
	color: #fff;
	background-color: #00854a;
	border-color: #00854a;
}
.retirement-pension-wrap .btn.green:disabled {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
}
.retirement-pension-wrap .btn.greenline {
	color: #00854a;
	background-color: #fff;	
	border-color: #00854a;
}
.retirement-pension-wrap .btn.gray {
	color: #333;
	background-color: #fff;	
	border-color: #c9c9c9;
}
/* text */
.retirement-pension-wrap .cont-tit {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.retirement-pension-wrap .cont-tit + .level-sticker {
	margin-top: 40px;
}

/* level sticker */
.retirement-pension-wrap .level-sticker {
	width: 200px;
	height: 70px;
	margin: 20px auto 0;
	padding: 12px;
	border-radius: 140px;
	border: 1px solid rgba(0,0,0,0.20);
	text-align: center;
}
/* level sticker - level */
.retirement-pension-wrap .level-sticker.level1 {
	background-color: #fe504f;
}
.retirement-pension-wrap .level-sticker.level2 {
	background-color: #f86120;
}
.retirement-pension-wrap .level-sticker.level3 {
	background-color: #fe8f3e;
}
.retirement-pension-wrap .level-sticker.level4 {
	background-color: #7cbf23;
}
.retirement-pension-wrap .level-sticker.level5 {
	background-color: #00854a;
}
.retirement-pension-wrap .level-sticker > span {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
/* level sticker - parenthesis */
.retirement-pension-wrap .level-sticker .parenthesis {
	display: inline-block;
}
/* 결과없음 */
.retirement-pension-wrap .noresult {
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #878787;
	text-align: center;
	font-size: 16px;	
}
.retirement-pension-wrap .noresult-icon {
	margin-bottom: 0;
	margin-top: 26px;
	padding-top: 80px;
	padding-bottom: 20px;
	color: #878787;
	text-align: center;
	font-size: 18px;
	background-image: url('../images/icon-retire-warning.png');
	background-size: 60px 60px;
	background-position: top center;
	background-repeat: no-repeat;
}
/* 정보제공 안내 */
.retirement-pension-wrap .border-box {
	padding: 24px 10px;
	border: 1px solid #e7e7e7;
	background-color: #f6f6f6;
	box-sizing: border-box;
}
.retirement-pension-wrap.tabs-wrap {
	padding-top: 20px;
	padding-bottom: 0;
}
.retirement-pension-wrap .order-list li {
	font-size: 12px;
	color: #282828;
}
.retirement-pension-wrap .order-list li + li {
	margin-top: 20px;
}
.retirement-pension-wrap .choice-title {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-top: 25px;
}
.retirement-pension-wrap .cont-tit + .choice-title {
	margin-top: 0;
}
.retirement-pension-wrap .choice-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 10px;
}
.retirement-pension-wrap .choice-wrap.half {
	flex-direction: row;
}
.retirement-pension-wrap .choice-wrap .fac {
	line-height: 30px;
	margin-top: 10px;
}
.retirement-pension-wrap .choice-wrap .fac label {
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
}
.retirement-pension-wrap .choice-wrap.half .fac {
	width: 50%;
}
.retirement-pension-wrap .title_radio.fac {
	margin-bottom: 0;
}
.retirement-pension-wrap .fac-radio > input[type=radio] + label:before {
	width: 22px;
	height: 22px;
	margin-top: 1px;
}
.retirement-pension-wrap .fac-radio > span::after {
	margin-top: 1px;
}
.retirement-pension-wrap .underline-box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c0c0c0;
	font-size: 13px;
	color: #282828;
	line-height: 1.6em;
}
.retirement-pension-wrap .login-tabs {
	position: relative;
	list-style: none;
	display: flex;
	text-align: center;
	font-size: 15px;
	color: #00854a;
	border-radius: 10px;
	padding: 0;
}
.retirement-pension-wrap .login-tabs li {
	flex: 1;	
}
.retirement-pension-wrap .login-tabs li a {
	display: block;	
	padding: 8px 0;
	color: #00854a;
}
.retirement-pension-wrap .login-tabs li {
	border: 1px solid #00854a;
}
.retirement-pension-wrap .login-tabs li:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.retirement-pension-wrap .login-tabs li:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.retirement-pension-wrap .login-tabs li.active {
	background-color: #00854a;	
}
.retirement-pension-wrap .login-tabs li.active a {
	color: #fff;
}
.retirement-pension-wrap .login-msg {
	color: #000;
	font-size: 15px;
	letter-spacing: -0.45px;
}
.retirement-pension-wrap .input-wrap {
	margin-top: 6px;
}
.retirement-pension-wrap .input-box {
	margin-top: 22px;
}
.retirement-pension-wrap .input-box label {
	font-size: 16px;
	font-weight: bold;
	color: #00854a;
	display: block;
}
.retirement-pension-wrap .inp-box {
	min-height: 36px;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}
.retirement-pension-wrap .inp-box.phone  {
	display: flex;
}
.retirement-pension-wrap .inp-box .select-box {
	width: 59px;
	flex-shrink: 0;
}
.retirement-pension-wrap .inp-box input,
.retirement-pension-wrap .inp-box select {
	width: 100%;
	line-height: 36px;
	padding: 0 10px;
	color: #000;
	font-size: 16px;
}
.retirement-pension-wrap .inp-box input::placeholder {
	color: #d0d0d0;
}
.retirement-pension-wrap .login-info {
	margin-top: 26px;
}
/* accordion */
.retirement-pension-wrap .accordion-filp {
	position: relative;
	border-top: 1px solid #b6b6b6;
}
.retirement-pension-wrap .accordion-filp:first-child {
	border-top: 0;
}
.retirement-pension-wrap .accordion-content {
	padding: 0 0 20px;
}
.retirement-pension-wrap .accordion-item {
	position: initial;
}
.retirement-pension-wrap .accordion-filp-title {
	line-height: 52px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding: 0;
}
.retirement-pension-wrap .accordion-toggle {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0;
	top: 14px;
	line-height: initial;
    padding: 0;
}
.retirement-pension-wrap .icon-green-down {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url('../images/icon-retire-green-down-arrow.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}
.retirement-pension-wrap .astar-list {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
}
.retirement-pension-wrap .astar-list li {
	position: relative;
	font-size: 11px;
	color: #878787;
	padding-left: 10px;
	letter-spacing: -0.2px;
}
.retirement-pension-wrap .astar-list li:after {
	position: absolute;
	content: '*';
	left: 0;
	top: 1px;
}
.retirement-pension-wrap .retirement-info {
	font-size: 12px;
	color: #878787;
	letter-spacing: -0.22px;
}
.retirement-pension-wrap .icon-tel {
	width: 25px;
	height: 25px;
	background-image: url('../images/icon-retire-tel.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.retirement-pension-wrap .btn > i,
.retirement-pension-wrap .btn > span,
.retirement-pension-wrap a > i,
.retirement-pension-wrap a > span {
	display: inline-block;
}
.retirement-pension-wrap .btn > i,
.retirement-pension-wrap .btn > span {
	vertical-align: middle;	
}
.retirement-pension-wrap .icon-more {
	width: 6px;
	height: 10px;
	background-image: url('../images/icon-retire-black-right-arrow.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.retirement-pension-wrap .cont-info {
	margin-top: 30px;
	font-size: 15px;
	color: #333;
	text-align: center;
}
.retirement-pension-wrap .cont-info + .btn-wrap {
	margin-top: 30px;
}
.retirement-pension-wrap .cont-right-msg {
	text-align: right;
	font-size: 13px;
	color: #868686;
	margin-bottom: 5px;
}
/* datepicker */
.retirement-pension-wrap .datepicker-box label {
	display: inline-block;
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
.retirement-pension-wrap .datepicker-box .date-pick-box {	
	position: relative;
	margin-top: 20px;
	padding: 0 45px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	overflow: hidden;
}
.retirement-pension-wrap .datepicker-box .icon-date-pick {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	background-image: url('../images/icon-retire-calendar.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.retirement-pension-wrap .datepicker-box .date-pick-box input {
	line-height: 50px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #000;
}
/* 운용적립금 변경 */
.retirement-pension-wrap .product-wrap {
	margin-top: 20px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}
.retirement-pension-wrap .product-head {
	border-bottom: 1px solid #c9c9c9;
	padding: 0 20px;
}
.retirement-pension-wrap .product-body {
	padding: 10px 10px 17px;
}
.retirement-pension-wrap .product-head input[type=checkbox] + label:before,
.retirement-pension-wrap .product-head .fac-checkbox > span::after {
	top: 50%;
	margin-top: -10px;
}
.retirement-pension-wrap .product-head input[type=checkbox]:disabled + label:before,
.retirement-pension-wrap .product-head .fac-disabled > span::after {
	border-color: #d0d0d0;
	background-color: #f4f4f4;
}
.retirement-pension-wrap .product-head .fac-checkbox {
	display: table;
    width: 100%;
    min-height: 50px;
	text-align: center;
	font-weight: bold;
}
.retirement-pension-wrap .product-head .fac label {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	font-size: 14px;
}
.retirement-pension-wrap .product-body .description-box dd {
	font-weight: bold;
}
.retirement-pension-wrap .product-body .description-box dt,
.retirement-pension-wrap .product-body .description-box dd {
	min-height: 30px;
	padding: 4px 10px;
	margin-bottom: 8px;
	letter-spacing: -0.08em;
}
.retirement-pension-wrap .product-body .description-box dt strong {
	color: #000;
}
.retirement-pension-wrap .product-body .description-box .price,
.retirement-pension-wrap .product-body .description-box .select-box {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}
.retirement-pension-wrap .product-body .description-box .price input {
	font-size: 14px;
	text-align: right;
	width: 100%;
}
.retirement-pension-wrap .product-body .description-box .price.inp-disabled,
.retirement-pension-wrap .product-body .description-box .price input:disabled {
	background-color: #f4f4f4;
	color: #d0d0d0;
}
.retirement-pension-wrap .product-body .description-box .won {
	font-weight: normal;
	font-size: 13px;
	margin-top: -2px;
	color: #d0d0d0;
}
.retirement-pension-wrap .product-body .description-box input::placeholder {
	color: #d0d0d0;
}
.retirement-pension-wrap .product-body .description-box .price.active input,
.retirement-pension-wrap .product-body .description-box .price.active input::placeholder,
.retirement-pension-wrap .product-body .description-box .price.active .won,
.retirement-pension-wrap .product-body .description-box .price input:focus::placeholder,
.retirement-pension-wrap .product-body .description-box .price input:focus + .won,
.retirement-pension-wrap .product-body .description-box .price input:active::placeholder,
.retirement-pension-wrap .product-body .description-box .price input:active + .won {
	color: #00854a;
	font-weight: bold;
}
.retirement-pension-wrap .product-body .description-box .select-box {
	height: 30px;
	padding: 0;
}
.retirement-pension-wrap .product-body .select-box select {
	height: 100%;
	font-weight: bold;
    text-align: center;
    padding: 2px 28px 0;
    font-size: 13px;
}
.retirement-pension-wrap .product-body .description-box dt.percentage {
	border: 1px solid #c9c9c9;
	border-right: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.retirement-pension-wrap .product-body .description-box dd.percentage {
	border: 1px solid #c9c9c9;
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.retirement-pension-wrap .product-body .description-box .percentage.active {
	border-color: #00854a;
}
.retirement-pension-wrap .product-body .description-box dd.percentage input {
	width: 100%;
	text-align: right;
	color: #00854a;
	font-weight: bold;
	font-size: 14px;
}
.retirement-pension-wrap .product-body .description-box dd.percentage .percent {
	width: 63px;
	flex-shrink: 0;
	margin-top: -2px;
	color: #717171;
}
/* 상품약관 */
.retirement-pension-wrap .product-wrap.terms:first-child {
	margin-top: 0;
}
.retirement-pension-wrap .product-wrap.terms .product-head {
	display: flex;
	justify-content: space-between;
	align-items: center;	
	height: 50px;
}
.retirement-pension-wrap .product-wrap.terms .product-head h4 {
	font-size: 14px;
	font-weight: bold;
}
.retirement-pension-wrap .product-wrap.terms .product-head > span {
	font-size: 13px;
	color: #878787;
}
.retirement-pension-wrap .product-wrap .btn.sm {
	width: 70px;
	border-radius: 5px;
	height: 30px;
	font-size: 13px;
}
.retirement-pension-wrap .product-wrap.terms dt:nth-last-child(-n+2),
.retirement-pension-wrap .product-wrap.terms dd:nth-last-child(-n+1) {
	margin-bottom: 0;
}
.retirement-pension-wrap .product-wrap.terms .product-body {
	padding: 14px 10px;
}
.retirement-pension-wrap .info-box {
	margin-top: 20px;
	padding: 15px 10px 20px;
	border: 1px solid #e7e7e7;
	background-color: #f6f6f6;	
}
.retirement-pension-wrap .info-box > strong {
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	background: url('../images/icon-retire-warning.png') left center / 20px 20px no-repeat;
	line-height: 20px;
	color: #282828;
}
.retirement-pension-wrap .info-box .astar-list li,
.retirement-pension-wrap .info-box p {
	font-size: 12px;
	color: #282828;
	margin-top: 20px;
}
.retirement-pension-wrap .info-box .astar-list li:first-child {
	margin-top: 0;
}
.retirement-pension-wrap .info-box p {
	margin-bottom: 0;
}
.retirement-pension-wrap .mt70 {
	margin-top: 70px;
}
/* 투자설명서 수령확인 */
.retirement-pension-wrap .terms-item {
	padding: 6px 10px;
}
.retirement-pension-wrap .terms-item span,
.retirement-pension-wrap .terms-item strong {
	display: block;
}
.retirement-pension-wrap .terms-item strong {
	line-height: 24px;
	font-size: 15px;
	color: #000;
}
.retirement-pension-wrap .terms-item span {
	margin-top: 5px;
	font-size: 13px;
	color: #282828;
}
.retirement-pension-wrap .terms-item input[type=checkbox] + label:before,
.retirement-pension-wrap .terms-item .fac-checkbox > span::after {
	margin-top: 0;
}
.retirement-pension-wrap #checkall + label {
	color: #00854a;
}


