.attendance dl + dl {
    margin-top: 15px;
}
.total-wrap {
    margin-top: 40px;
}
.total-wrap dl + dl {
    margin-top: 15px;
}
.kim_point {
    font-size: 1.88rem; /* 30px */
    color:#287EFF;
    font-weight: bold;
    line-height: 38px;
}
.kim_point .won {
    display: inline-block;
    margin-left: 4px;
    font-size: 1.5rem;
    vertical-align: bottom;
}
.listgroup.type2>li>*:after {
    content: '';
    background: none;
    display: none;
}
.listgroup.type2>li.on {
    background-color: #f8f8f8;
}
.listgroup.type2>li.on>*:after {
    content:'선택';
    display: inline-block;
    position: absolute;
    right: 24px;
    width: 30px;
    font-size: 0.88rem;
    color: #58a700;
    font-weight: 700;
    background: none;
}

/* 출석체크 캘린더 */

/* w-calendar */
.calendar-data.kim_point .w-calendar td {
    height: 64px;
}
.calendar-data.kim_point .w-calendar td .kim_point {
    display: block;
}
.calendar-data.kim_point .w-calendar td .kim_point_c {
    display: block;
}
.w-calendar-wrap {
    position: relative;
    width: 100%;
    padding: 24px;
    background-color: #f8f8f8;
}
.w-calendar-head {
    height: 48px;
    padding: 0 26px;
    font-size: 20px;
    line-height: 48px;
    color: #222;
    font-weight: bold;
    text-align: left;
}
.w-calendar-month::after {
    content: '';
    display: inline-block;
    position: relative;
    right: -15px;
    top: 5px;
    width: 12px;
    height: 24px;
    background: url('../images_kiwi/icon-old/btn_arr_r.svg') no-repeat 50% 50%;
    transform: rotate(90deg);
}
.w-calendar {
    position: relative;
    width: 100%;
    border-collapse: collapse;
}

.w-calendar th {
    position: relative;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    color: #3e3e3e;
    opacity: 0.5;
    text-align: center;
}
.w-calendar td {
    position: relative;
    width: 44px;
    height: 44px;
    font-size: 14px;
    color: #bebebe;
    text-align: center;
    vertical-align: top;
}
.w-calendar td .state {
    position: relative;
    display: block;
    width: 100%;
    line-height: 44px;
    color: #bebebe;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.w-calendar td .kim_point {
    font-size: 0.75rem;
    color: #6bc41a;
    line-height: 16px;
    font-weight: normal;
    display: none;
}
.w-calendar td .kim_point_c {
    font-size: 0.75rem;
    color: #6bc41a;
    line-height: 16px;
    font-weight: normal;
    display: none;
}
.w-calendar td .kim_point::after {
    content:'p';
    font-size: 0.75rem;
    color: #6bc41a;
    line-height: 16px;
}
.w-calendar td.today .state::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url('../images_kiwi/icon-old/ico_att_today.png');
    background-size: 36px;
    text-align: center;
}
.w-calendar .ui-state-disabled span {
    position: relative;
    color: #bebebe;
}
.w-calendar td.attend .state::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url('../images_kiwi/icon-old/ico_att_after.svg');
    text-align: center;
}

.w-calendar td.attendClick .state::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url('../images_kiwi/icon-old/ico_att_after_click.svg');
    text-align: center;
}

.w-calendar td.today-attend .state::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url('../images_kiwi/icon-old/ico_att_today_after.svg');
    text-align: center;
}

.item {
    padding: 21px 24px;
}
.item .form-toggle>label {
    display: block;
}
.bar-t8 {
    position: relative;
	margin-top: 8px;
}
.bar-t8:before
{
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	height: 8px;
	background: #f8f8f8;
}

.attendance-calendar .ui-widget-content:after {
    content:'';
    display:none;
}
.calendar-top {
    padding: 21px 26px;
    width: 100%;
    top: 58px;
    left: 0;
    z-index: 101;
}
.calendar-top + .w-calendar-wrap {
    margin-top: 20px;
}
.calendar-top .interest {
    display: block;
    position: relative;
    font-size: 1.125rem;
    color: #000;
}
.calendar-top .interest + .top-desc {
    margin-top: 9px;
}
.calendar-top .top-desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.top-desc .kim_point {
    position: relative;
    padding-left: 38px;
    font-size: 2rem;
    color: #222;
}
.top-desc .kim_point::before {
    content:'';
    display: inline-block;
    position: absolute;
    left: 0; 
    top: 6px;
    width: 32px;
    height: 32px;
    background: url('../images_kiwi/icon-old/ico_point.svg') no-repeat;
    background-size: 32px;
}
.top-desc .check {
    font-size: 0.875rem;
    color:#707070;
}
.top-desc .big-txt {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
}

/* banner-area */
.banner-area {
    position: relative;
    padding: 20px 24px;
}
.banner-area .banner-wrap {
    position: relative;
    width: 100%;
    background-color: #f0f9e7;
    padding: 10px 12px;
    border-radius: 20px;
}
.banner-txt {
    font-size: 0.875rem;
    color:#58a700;
    padding-left: 32px;
}
.banner-txt::before {
    content:'';
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -10px;
    width: 22px;
    height: 20px;
    background: url('../images_kiwi/icon-old/ico_banner.png') no-repeat;
    background-size: 22px;
}
.banner-area .banner-wrap .layer-close {
    top: 50%;
    right: 12px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.link-type2 {
    position: relative;
    font-size: 0.75rem;
    color: #707070;
    padding-right: 12px;
}
.link-type2::before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url('../images_kiwi/icon-old/ico_arrow_link_type2.svg') no-repeat;
}

.bottom-notice-list {
    position: relative;
}
.bottom-notice-list li + li {
    margin-top: 35px;
}
.mt6 {
    margin-top: 6px;
}

/* checkMessage */
.check-message {
    position: relative;
    padding-top: 157px;
    background: url('../images_kiwi/icon-old/ico_check_character1.png') no-repeat 50% 24px;
    background-size: 98px;
}
.check-message.type2 {
    position: relative;
    padding-top: 157px;
    background: url('../images_kiwi/icon-old/ico_check_character2.png') no-repeat 50% 24px;
    background-size: 98px;
}
.check-message.type3 {
    position: relative;
    padding-top: 157px;
    background: url('../images_kiwi/icon-old/ico_check_character3.png') no-repeat 50% 24px;
    background-size: 98px;
}
.check-message .desc {
    text-align: center;
    font-size: 1rem;
    color: #222;
    line-height: 22px;
}

/* font-size */
p[class^="text"][class*="-12"],[class*="font-"][class*="-12"]
{
	font-size: 0.75rem;
} /* 12px */
/* 우대 금리 테이블 */
.interest-tate-wrap {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}
.interest-tate-wrap .interest-tate-table .list-bullet-cir li{
    color: #fff;
    opacity: 1;
    font-size: 0.813rem;
}
.interest-tate-txt {
    position: relative;
    text-align: left;
}
.interest-tate-txt p + p {
    margin-top: 5px;
}
.fc-caf98c {
    color: #caf98c;
}
.fc-white {
    color: #fff!important;
    opacity: 1;
}
.interest-tate-txt + .interest-tate-table {
    margin-top :20px;
}
.interest-tate-table table{
    background-color: #58a700;
    border-radius: 6px;
}
.interest-tate-table table th, .interest-tate-table table td{
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #6bc41a;
    font-weight: normal;
}
.interest-tate-table table td {
    font-size: 0.75rem;
}
.interest-tate-table table tr td:first-child {
    letter-spacing: -0.3px;
}
.fixed-area.fixed .interest-tate-wrap{
    visibility: hidden;
    position: absolute;
}
.btn-rate {
    position: relative;
    display: block;
    border:1px solid #fff;
    border-radius: 8px;
    padding: 4px 7px 6px;
    letter-spacing: -0.28px;
}
.fixed-area.fixed .check-block{
    visibility: hidden;
    position: absolute;
}
.check-item .check-block-tit.on {
    display: none;
}
.check-item.allChk .check-block-tit.on {
    display: block;
}
.check-item.allChk .check-block-tit {
    display: none;
}
.check-item .block-wrap {
    display: flex;
    gap: 5px;
    margin-top: 16px;
}
.check-item .block-wrap .block {
    position: relative;
    display: flex;
    width: 33.3%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    border-radius: 6px;
    background-color: #F8F8F8;
    box-sizing: border-box;
    font-size: 0.75rem;
}
.check-item .block-wrap .block.on {
    border: 2px solid #FFD338;
}
.check-item .check-block-tit {
    display: inline-block;
    width: 100%;
    color: #222222;
    font-size: 1rem;
    text-align: left;
}
.check-item .check-block-tit>b {
    color: #666666;
}
.check-item .block .desc {
    display: inline-flex;
    align-items: center;
    height: 73px;
    line-height: 18px;
    word-break:break-all;
}
.check-item .block .line {
    position: relative;
    width: calc(100% - 4px);
    border-top: 1px solid #EEEEEE;
    margin: 0 auto;
    padding-bottom: 10px;
}
.check-item .block .line > span {
    display: inline-block;
}
.check-item .block .line .receive {
    position: relative;
    display: block;
    width: calc(100% - 13px);
    margin: 0 auto;
    color: #222222;
    text-align: center;
    
}
.check-item .block .line .receive::after {
    content:'우대금리받기';
    display: block;
    margin-top: 13px;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 0;
    background-color: #FFD338;
    border-radius: 10px;
}

.check-item .block.on .line .receive::after {
    content: '';
    display: inline-block;
    margin-top: 10px;
    width: 24px;
    height: 24px;
    background: url(../images_kiwi/icon-old/ic_m_check.svg?ver=20241015) no-repeat;
}
.check-item .block .line .percent {
    margin-top: 6px;
}

.kim_banner {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.05);
	padding-right: 0 !important;
	margin-bottom: 8px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #EEEEEE;
}
.kim_banner:last-of-type {
	margin-bottom: 0;
}
.kim_banner>.inner {
	padding: 0px 24px;
}
.kim_banner .top {
	position: relative;
}	
.kim_banner .top:before,
.kim_banner .top:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	transform: translateY(50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.kim_banner .top .txt-wrap-all {
	padding: 7px 0px 0px 50px;
	margin: 10px 0 10px 0;
	min-height: 44px;
	background: url('../images_kiwi/icon-old/character_bn_A01x2.png') no-repeat 0 0;
	background-size: 44px;
	background-position-x: left;
    background-position-y: center;
}
.kim_banner .top .txt-wrap {
	padding: 7px 0px 0px 50px;
	margin: 10px 0 10px 0;
	min-height: 44px;
	background: url('../images_kiwi/icon-old/character_bn_A02x2.png') no-repeat 0 0;
	background-size: 44px;
	background-position-x: left;
    background-position-y: center;
}
.kim_banner .top .detail {
	content: "";
	display: block;
	position: absolute;
	top: 25%;
	right: 0px;
	width: 20px;
	height: 28px;
	background: url(../images_kiwi/icon-old/ico_arrow.svg) no-repeat 0 0;
	text-indent: -9999px;
}
.kim_banner .bottom {
	padding-top: 20px;
}
.kim_banner .bottom .tit {
	position: relative;
	padding-right: 5px;
}
.kim_banner .bottom .tit:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: 0px;
	width: 1px;
	height: 10px;
	background: #EEEEEE;
}
.kim_banner .bottom .nb {

}
.kim_banner .bottom .link {
	float: right;
    font-size: 0.813rem;
    font-weight: normal;
    color: #222222;
	letter-spacing: 0;	
	text-decoration: underline;
}


.dl-contents2.justify2
{
	display: block;
}

.dl-contents2.justify2>dl, .dl-contents2.justify2>span
{
	display: table;
	width: 100%;
}

.dl-contents2.justify2 dd, .dl-contents.justify > span > span
{
	text-align: right;
	overflow-wrap: break-word;
	word-break: break-word; 
}

.dl-contents2>dl>dt, .dl-contents>span>strong
{
	width: 40px;
	padding: 3px 14px 0 0;
	color: #999;
	letter-spacing: normal;
	font-size: 0.875rem;
	white-space: nowrap;
	text-align: left;
	font-weight: 400;
}

.dl-contents2>dl>*, .dl-contents>span>*
{
	display: table-cell;
	padding: 2px 0;
	vertical-align: top;
	line-height: 1.5rem;
}



.mt13 {margin-top: 13px;}
.dl-contents2.justify2 dl.subItem {
    width: calc(100% - 13px);
    margin-left: 13px;
}
.dl-contents2.justify2 dl.subItem.listType {
    padding: 5px 0;
}
.dl-contents2.justify2 dl.subItem.listType + dl.subItem.listType {
    border-top: 1px solid #eee;
}
.dl-contents2.justify2 dl.subItem.listType .form-check.cir>label {
    padding-left: 24px;
}

/* 보유예적금거래내역 팝업 */
.input-wrap.input-normal {
    height: 50px;
    padding: 12px 24px;
    border: 1px solid #eee;
    border-radius: 8px;
}
dl.form-control-group2 {
    min-height: 50px;
}
.form-control-group2.valued .label {
    display: none;
}
.form-control-group2 dd,
.form-control-group2.valued dd {
    padding: 13px 0 0;
}
.btn-link.btn-search {
    font-size: 14px;
}
.form-control-group2 {
    position: relative;
    border-radius: 8px !important;
}
.form-control-group2 dd {opacity: 1;}

.btn-link.btn-search::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background: url(../images_kiwi/icon/ico_search.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.mt13 {margin-top: 13px;}
.dl-contents.justify dl.subItem {
    width: calc(100% - 13px);
    margin-left: 13px;
}
.dl-contents.justify dl.subItem.listType {
    padding: 5px 0;
}
.dl-contents.justify dl.subItem.listType + dl.subItem.listType {
    border-top: 1px solid #eee;
}
.dl-contents.justify dl.subItem.listType .form-check.cir>label {
    padding-left: 24px;
}

.panel-border-green { 
    border: 2px solid #deecc6; 
} 
.request-state-foreign {position: relative;} 
.request-state-foreign .ico { 
    height: 104px; 
    background-image: url('../images_kiwi/ncontents/bibi-banner4.png'); 
    background-size: auto 104px; 
} 
.request-state-foreign .ico-kiwi { 
    display: block; 
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 100%; 
    width: 57px; 
    height: 20px; 
    background: url('../images_kiwi/ncontents/bibi5-lg.png') right center no-repeat; 
    background-size: auto 20px; 
} 

.hashtag-wrap { 
    margin: 30px 0 4px; 
} 
.hashtag-wrap a { 
    font-size: 14px; 
    color: #666; 
    line-height: 20px; 
} 

.btn-check { 
    width: 82px; 
    height: 28px; 
    text-align: center; 
    line-height: 28px; 
    padding: 0; 
    border-radius: 14px; 
} 
 
.btn-wrap-right { 
    width: 100%; 
    text-align: right; 
} 
 
.loan-foreigner-counsel .head-copy { 
    padding-top: 10px; 
    font-weight: normal; 
} 
.loan-foreigner-counsel .head-copy em {font-weight: bold;} 
 
 
.loan-foreigner-counsel .ico-counselors { 
    width: 100%; 
    height: 159px; 
    margin-top: 84px; 
    background: url(../images_kiwi/contents/ico_counselors.png) center center no-repeat; 
    background-size: auto 159px;
} 
.loan-foreigner-counsel .ico-greeting { 
    width: 80px; 
    height: 149px; 
    margin: 10px 0 20px; 
    background: url(../images_kiwi/contents/ico_greeting.png) center center no-repeat; 
    background-size: 80px 149px;
} 
.loan-foreigner-counsel .ico-svcprpr {
	width: 100%;
	height: 300px;
	margin-top: 84px;
	background: url(../images_kiwi/contents/icon_svc_prpr.png) center center no-repeat;
}
 
.tab-menu.scroll-fix.fixed { 
    position: fixed; 
    top: 0; 
    left: 0; 
    z-index: 10; 
    width: 100%; 
    height: 52px; 
    background-color: #fff; 
} 
 
.deposit-main-list-group .list-group { 
    position: relative; 
    padding-top: 24px; 
} 
.deposit-main-list-group .list-group + .list-group { 
    border-top: 1px solid #eee; 
} 
.deposit-main-list-group .list-group h4 { 
    font-size: 20px; 
    font-weight: 700; 
    padding-left: 24px; 
    color: #222; 
} 
.deposit-main-list-group .list-group .deposit-main-list { 
    border-bottom: 0; 
}

.chk-foreigner-id .img-foreigner-id {
    margin-top: 30px;
}
.chk-foreigner-id .how-to-list {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 30px;
}
.chk-foreigner-id .how-to-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 3px;
}
.chk-foreigner-id .how-to-item em {
    font-size: 1em;
    line-height: initial;
}