/* 보안인증 */


/* *************************************** 보안 인증 *************************************** */
/* >>>>> 인증수단관리 >>>>> */
/* 아이디인증관리 */
.user-info-search
{
	text-align: right;
}

.user-info-search a
{
	color: #222;
}
/* <<<<< 인증수단관리 <<<<< */


/* *************************************** 목소리 인증 *************************************** */

/* certi-voice-box */
.certi-voice-box
{
	padding-top: 106px;
	text-align: center;
}

.certi-voice-box p.read
{
	margin-top: 37px;
	font-family: Noto Sans;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -2px;
	color: #222;
}

.certi-voice-box p.read em
{
	color: #F46600;
	text-decoration: underline;
}

.certi-voice-box p.read:before
{
	content: '"';
}

.certi-voice-box p.read:after
{
	content: '"';
}

.certi-voice-box p.read .word
{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 4px;
	border-radius: 50%;
	background: #F46600;
}

/* voice-step */
.ui-step.voice
{
	margin-top: 107px;
	text-align: center;
}

.ui-step.voice ul li.complete
{
	background-color: #F46600;
}

.ui-step.voice ul li.active
{
	width: 24px;
	height: 24px;
	font-size: 0;
	background: url('../images_kiwi/icon-old/check_step_active.svg') no-repeat center center;
}

/* waves */
.waves-wrap
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 -24px;
	text-align: center;
	z-index: 1;
}

.waves-wrap svg
{
	vertical-align: top;
}

.waves-wrap .waves
{
	position: relative;
	width: 100%;
	height: 80px;
}
  
/* waves animation */
.waves-wrap.active .parallax>use
{
	-webkit-animation: move-forever 1s cubic-bezier(.55, .5, .45, .5) infinite;
	animation: move-forever 1s cubic-bezier(.55, .5, .45, .5) infinite;
}

.waves-wrap.error .parallax>use
{
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.waves-wrap.active .parallax>use:nth-child(1)
{
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.waves-wrap.active .parallax>use:nth-child(2)
{
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.waves-wrap.active .parallax>use:nth-child(3)
{
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

.waves-wrap.active .parallax>use:nth-child(4)
{
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@-webkit-keyframes move-forever
{
	0%
	{
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
	}

	100%
	{
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0);
	}
}

@keyframes move-forever
{
	0%
	{
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
	}

	100%
	{
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0);
	}
}

.waves-wrap .mic
{
	height: 170px;
	background: rgba(139,211,59,0.9);
}

.waves-wrap .mic .btn-mic
{
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #fff url('../images_kiwi/icon-old/ico_mic_active.svg') no-repeat center center;
}

.waves-wrap.error .mic .btn-mic
{
	background: #fff url('../images_kiwi/icon-old/ico_mic.svg') no-repeat center center;
}

.waves-wrap .voice-txt, 
.waves-wrap .voice-txt .status
{
	font-size: 0.875rem;
	color: #fff;
}

/* 간편비밀번호 등록 완료 */
.form-check-group.ui-login-type {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-check-group.ui-login-type .form-check input[type="radio"]:disabled + label
{
	background: #fff;
    box-shadow: inset 0 0 0 1px #dcdcdc;
	color: #141414;
}
.form-check-group.ui-login-type .form-check>label
{
	height: auto;
	line-height: normal;
	text-align: left;
	padding: 16px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-check-group.ui-login-type .form-check>label>span
{
	display: flex;
    align-items: center;
    /* background-repeat: no-repeat; */
    /* padding-left: 52px; */
    /* background-position: 50% 50%;
    background-size: contain; */
    height: 40px;
	
	
}
.form-check-group.ui-login-type .form-check>label>span::before
{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-color: #f5f5f5;
	border-radius: 999px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 12px;
}
.form-check-group.ui-login-type .form-check>label>span[class^="btn-"][class*="-func4"]::before
{
	content: none;
}

.form-check-group.ui-login-type .form-check>label>span[class^="btn-"][class*="-func4"]
{
	height: 30px;
	width: 70px;
	white-space: nowrap;
}
/* .form-check-group.ui-login-type .form-check>input:checked +label>span[class^="btn-"][class*="-func4"]
{
	background-color: #ffbc00;
	border: 0;
} */
.form-check-group.ui-login-type .form-check>input:disabled +label>span[class^="btn-"][class*="-func4"]
{
	background-color: #545860;
	color: #fff;
	border: 0;
}

.form-check-group.ui-login-type .form-check>label>span.finger::before
{
	background-image: url('../images_kiwi/icon/ic_m_fingerprint.svg');
	background-size: 24px auto;
}

.form-check-group.ui-login-type .form-check>label>span.face::before
{
	background-image: url('../images_kiwi/icon/ic_m_faceid.svg');
	background-size: 24px auto;
}

.form-check-group.ui-login-type .form-check>label>span.sample::before
{
	background-image: url('../images_kiwi/icon/ic_m_sample.svg');
	background-size: 24px auto;
}
.form-check-group.ui-login-type .form-check>label>span.pattern::before
{
	background-image: url('../images_kiwi/icon/ic_m_pattern.svg');
	background-size: 24px auto;
}

.form-check-group.ui-login-type .form-check>label>span.finger::before
{
	background-image: url('../images_kiwi/icon/ic_m_fingerprint.svg');
	background-size: 24px auto;
}
/* Face ID */
.form-check-group.ui-login-type .form-check>label>span.face::before
{
	background-image: url('../images_kiwi/icon/ic_m_faceid.svg');
	background-size: 24px auto;
}
/* 패턴 */
.form-check-group.ui-login-type .form-check>label>span.pattern::before
{
	background-image: url('../images_kiwi/icon/ic_m_pattern.svg');
	background-size: 24px auto;
}
/* 지문 */
.form-check-group.ui-login-type .form-check>input:checked+label > span.finger::before
{
	background-image: url('../images_kiwi/icon/ic_m_fingerprint.svg');
	background-size: 24px auto;
}

.form-check-group.ui-login-type .form-check>input:checked+label > span.face::before
{
	background-image: url('../images_kiwi/icon/ic_m_faceid.svg');
	background-size: 24px auto;
}

.form-check-group.ui-login-type .form-check>input:checked+label > span.pattern::before
{
	background-image: url('../images_kiwi/icon/ic_m_pattern.svg');
	background-size: 24px auto;
}
.form-check-group.ui-login-type .form-check>label>span.pattern::before
{
	background-image: url('../images_kiwi/icon/ic_m_pattern.svg');
	background-size: 24px auto;
}

.form-check-group.ui-login-type.type2 .form-check>input + label
{
	background: #fff;
	border-color: #ffbc00;
}

.form-check-group.ui-login-type.type2 .form-check>input + label > span
{
	color: #141414;
	background: none;
}

.form-check-group.ui-login-type.type2 .form-check>input + label > span:before
{
	content: '';
	position: absolute;
	top: 8px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 68% auto;
	background-position: center center;
}

.form-check-group.ui-login-type.type2 .form-check>input + label > span.finger:before
{
	background-image: url('../images_kiwi/icon-old/ic_m_fingerprint.svg');
}

.form-check-group.ui-login-type.type2 .form-check>input + label > span.face:before
{
	background-image: url('../images_kiwi/icon-old/ic_m_faceid.svg');
}

.form-check-group.ui-login-type.type2 .form-check>input + label > span.pattern:before
{
	background-image: url('../images_kiwi/icon-old/ic_m_pattern.svg');
}

/* .form-check-group.ui-login-type.type2 .form-check>input:checked +label
{
	background: #7bcd20;
} */

.form-check-group.ui-login-type.type2 .form-check>input:checked+label > span
{
	color: #141414;
	background: none;
}
/* 
.form-check-group.ui-login-type.type2 .form-check>input:checked+label > span:before
{
	background-color: #fff;
} */

.app-download.none-link.type2
{
	padding: 24px 110px 24px 16px;
}

/* 공인인증서 보내기 */
.certification-network
{
	display: flex;
	position: relative;
	width: 100%;
	padding: 32px;
	align-items: center;
	justify-content: center;
	background: #fff8e0;
	border-radius: 8px;
}
.certification-network::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 278px;
	height: 120px;
	background: #ffefb9;
	border-radius: 999px;
	box-shadow: 0 0 2px 0 rgba(20,20,20,0.08), 0 2px 8px 0 rgba(20,20,20,0.10);
}
.certification-network > * {
	z-index: 1;
}
.certification-network .network-cir
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 999px;
	background: #fff;
	align-items: center;
	text-align: center;
}

.certification-network .network-cir > span
{
	display: block;
	width: 100%;
	text-align: center;
}
.certification-network .network-cir > span > b
{
	display: block;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 40px 40px;
}

.certification-network .network-cir.pc > span > b
{
	background-image: url('../images_kiwi/icon/ico_certification_pc.svg');
}

.certification-network .network-cir.mo > span > b
{
	background-image: url('../images_kiwi/icon/ico_certification_mo.svg');
}

.certification-network .network-send
{
	width: 60px;
	height: 30px;
	background: url('../images_kiwi/icon/arrow_line.png') no-repeat 50% 50%;
	background-size: 28px auto;
}

.certification-number-send
{
	margin-bottom: 20px;
}

.certification-number
{
	display: flex;
	align-items: center;
	width: 100%;
}

.certification-number span.num 
{
	flex: 1;
	display: inline-block;
	border-bottom: 2px solid #dcdcdc;
	text-align: center;
	font-size: 24px;
	height: 40px;
}
.certification-number .gab {
	width: 36px;
	text-align: center;
}
/* .certification-number .gab
{
	position: relative;
	width: 36px;
	color: #fff;
	text-align: center;
}
.certification-number .gab::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background-color: #ddd;
	
} */

.certification-number {
	
	margin-top: 12px;
}

/* .certification-number .gab::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background-color: #ddd;
	transform: translateX(-50%);
}  */
.certification-number .form-control-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.certification-number .form-control-group .gap {
	border-bottom: 0 !important;
	position: relative;
	width: 36px;
	text-align: center;
}
.certification-number dd:not(.msg-area),
.certification-number dd:not(.gab) {
	width: calc(50% - 18px);
}
.certification-number dd.msg-area {
	width: 100%;
	flex: none;
}
.certification-network + .ui-tab.mt16 {

}
.certification-network + .ui-tab .tab-menu {
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #dcdcdc;
}
.certification-number-send.mt20,
.certification-network + .ui-tab .tab-container,
.certification-network + .ui-tab .tab-contents,
.certification-network + .ui-tab .tab-contents .title-d3.mt20,
.certification-network + .ui-tab .tab-contents div.mt40  {
	margin-top: 0 !important;
}
.certification-number-send div.mt40 {
	margin-top: 36px !important;
}

/* .certification-network + 
.ui-tab .tab-menu.table {
	margin: 0;
	padding: 0;
	padding-bottom: 36px;
}
.ui-tab .tab-menu.table > .page-btns {
	display: flex;
	gap: 8px;
}
.ui-tab .tab-menu.table > .page-btns button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #dcdcdc !important;
	color: #141414 !important;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;

}
.ui-tab .tab-menu.table > .page-btns .btn-lg-primary {
	border: 2px solid #ffbc00 !important;
	color: #141414 !important;
}
.ui-tab .tab-menu.table > .page-btns .btn-lg-secondary {
	border: 1px solid #dcdcdc !important;
	color: #141414 !important;
} */

/* 공인인증서 */
.certi-option li + li
{
	margin-top: 10px;
}

.certi-option li.form-check label
{
	display: block;
	padding-left: 0;
}

.certi-option li.no-data
{
	padding: 0;
}

.certi-option .form-check>input[type=radio]+label:before,.certi-option .form-check>input[type=radio]:checked+label:after
{
	display: none;
}

/* .certi-option .form-check>input[type=radio]:checked+label .panel
{
	border-color: #7BCD20;
} */
.certi-option .form-check>input[type=radio]:checked+label .panel
{
	background: #ffd338;
    box-shadow: 0px 2px 8px 0px rgb(20, 20, 20, 0.16);
    border: none;
}

.certifi-cont
{
	position: relative;
	padding-left: 85px;
}

.certifi-cont + .certifi-cont
{
	margin-top: 8px;
}

.certifi-cont:before
{
	content: '';
	position: absolute;
	top: 20px;
	left: 24px;
	width: 40px;
	height: 40px;
	background: url('../images_kiwi/icon-old/ico_certification.svg') no-repeat 0 0;
}

.certifi-cont .text
{
	margin-bottom: 8px;
	
}

.certifi-cont .dl-contents>dl>*
{
	padding: 2px 0;
}

.certifi-cont .delete
{
	position: absolute;
	top: 18px;
	right: 24px;
	width: 24px;
	height: 24px;
	background: url('../images_kiwi/icon-old/ico_m_del_24.svg') no-repeat 0 0;
}

@media screen and (max-width: 320px)
{
	.certification-network .network-cir, .certification-number-send
	{
		padding: 0 14px;
	}
}

/* 인증화면 - 보안카드 */
.seu-prt
{
	position: relative;
}
.seu-prt h3.title-d1{
	margin-top: 28px;
}
.layer-contents .seu-prt .head-copy {
	padding-top: 0;
}
.seu-prt .flex-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seu-prt .flex-area .btn-area .btn-link span {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.3125rem;
}
.seu-prt .tooltip-layer {
	left: 0;
	right: 0;
}
.seu-prt .tooltip-layer .title-d4 {
	margin-bottom: 16px;
}
.seu-prt .ui-tooltip .btn-tooltip {
	height: auto;
	padding: 0;
	background: none;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.375rem;
}
.seu-prt .ui-tooltip .btn-tooltip i {
	margin-left: 4px !important;
	background: #858585;
	mask: url(../images_kiwi/icon/ico_tooltip_ex2.svg) no-repeat;
}
.align-center .form-check >label {
	padding-right: 0;
}
div .ui-tooltip,
.align-center .form-check + .ui-tooltip {
	display: inline-block;
	vertical-align: middle;
}

.se-card-con
{
	text-align: center;
}

.se-card-input
{
	margin-top: 10px;
}

.se-card-input.col2 dl
{
	float: left;
	width: 50%;
}

.se-card-input.col2 dl + dl
{
	border-left: 1px solid #eee;
}

.se-card-input.col2:after
{
	content: '';
	display: block;
	clear: both;
}

.se-card-input dl dt .se-num-loc
{
	font-weight: 700;
}

.se-card-input dl dd
{
	margin-top: 20px;
}

.se-card-input dl dd span
{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	text-align: center;
	line-height: 12px;
	color: #222;
	vertical-align: middle;
}

.se-card-input dl dd span.se-pw.disable
{
	width: 13px;
	height: 13px;
	line-height: 13px;
}

.se-card-input dl dd span.se-pw.disable:after
{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	margin-left: -7px;
	background: url('../images_kiwi/icon-old/ico_secret_disabled.svg');
	border-radius: 100%;
}

.se-card-input dl dd span.se-pw.before:after
{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background: #222;
	border-radius: 50%;
	opacity: .2;
}

.se-card-input dl dd span.se-pw.after:after
{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background: #7bcd20;
	border-radius: 50%;
}

/* 인증화면 - 계좌1원 */
.se-accout-cont
{
	border-radius: 8px;
    background-color: #ffefb9;
    padding: 20px 20px 0;
}
.se-accout-cont .box-account .title
{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
	font-size: 0.75rem; line-height: 1.25rem; color: #666; text-align: center;margin: 12px 0 6px ;}
.se-accout-cont .box-account .title::before
{
	content: '';
	width: 8px;
	height: 8px;
	background-color: #b4b4b4;
	border-radius: 999px;
	display: inline-block;

}
.se-accout-cont .box-account
{
	background: #fff;
    border-radius: 32px 32px 0 0;
    border: 6px #ebebeb solid;
    border-bottom: none;
    padding: 0px 20px 20px;
}
.se-accout-cont .account-logo
{
	padding: 12px 20px;
	border: 1px solid #dcdcdc;
    border-radius: 8px;
	margin-bottom: 4px;
}
.se-accout-info
{
	position: relative;
	margin-bottom: 10px;
	height: 48px;
	padding: 0 90px 0 60px;
}


.se-accout-info .logo
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 48px;
	height: 48px;
	padding: 9px;
	border: 1px solid #eee;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.se-accout-info .name
{
	display: block;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.se-accout-info .btn-link
{
	position: absolute;
	bottom: 7px;
	right: 0;
}

.se-accout-cont + .form .form-control-group:only-of-type
{
	border-radius: 0 0 8px 8px;
	border-top: 0;
}

/* 인증화면 - ars */
.ars-call-center
{
	text-align: center;
}
.ars-call-center .panel{background-color: #fff8e0;padding: 28px 20px; border-radius: 8px; border: none;box-shadow: none;}
.ars-call-center .panel.between{display: flex; align-items: center; justify-content: center; gap: 20px; }
.ars-call-center .ars-ico
{
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url('../images_kiwi/ncontents/banner-img-openbanking.png') no-repeat 50% 50%;
	background-image: 120px auto;
	background-size: contain;
}
.ars-call-center .size-l .ars-ico{
	background-image: 172px auto;
	width: 172px;
	height: 172px;
}
.ars-call-center .panel.size-l{
	padding: 36px 20px;
}
.ars-call-center .val
{
	display: block;
	padding: 4px 16px;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	border: 2px dashed #ffbc00;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 16px;
}

/* 인증화면 - 신분증 */
.credit-capther
{
	position: relative;
	width: 100%;
	height: 218px;
	padding: 26px 20px 26px 22px;
	background: url('../images_kiwi/bg/bg_camera_credit.svg') no-repeat 50% 50%;
	background-size: 100% 100%;
	text-align: center;
}

.credit-capther p[class^=text], .credit-capther img
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.vertical-capther
{
	text-align: center;
}

.vertical-capther a
{
	display: inline-block;
	border-bottom: 1px solid #222;
}

.credit-capther-result
{
	width: 100%;
}

.credit-capther-result img
{
	width: 100%;
}

/* 스마트atm서비스 */
[class^="title-"] + .smart-atm-serivce {
	margin-top: 12px;
}
.smart-atm-serivce
{
	overflow: hidden;
	position: relative;
	padding: 24px;
	background: #fbf7ef;
	background-size: 91px;
	border-radius: 8px;
	-webkit-transition: .2s;
	transition: .2s;
}
.smart-atm-serivce::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 35%;
	right: 3%;
	width: 100px;
	height: 100px;
	background: url('../images_kiwi/ncontents/img-bibi-s2.png') no-repeat 0 0;
	background-size: 110px;
	overflow: hidden;
}

.smart-atm-serivce p
{
	color: #60584c;
}

.smart-atm-serivce ul[class^="list"]>li
{
	color: #80786d;
}

.smart-atm-serivce ul[class^="list"]>li + li
{
	margin-top: 4px;
}

.smart-atm-serivce .form-check
{
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #f3e7d2;
}

.smart-atm-serivce .form-check label
{
	font-size: 0.875rem;
	line-height: 1.313rem;
	color: #222;
}



/*-------------------- 모바일 인증서 --------------------*/ 
.cert-box li {display:block}
.cert-box span:first-child {float:left; line-height:30px; font-size:0.875rem;}
.cert-box span:last-child {float:right;}

.cert-accor.ui-accordion {
	margin: 36px 21px 0;
	padding-top: 36px;
	border-top: 1px solid #ebebeb;
}
.pd-b + .cert-accor.ui-accordion {
	margin-top: 0;
}
.cert-accor > dl { }
.cert-accor > dl:last-child {}
.cert-accor > dl > dt.acc-title {}
.cert-accor > dl > dt.acc-title > button {height:59px; font-size:1rem;}
.cert-accor > dl > dd { 
	border-radius: 8px;
	background-color: #f5f5f5;
}
.cert-accor > dl > dd.acc-cont > div {
	padding: 20px;
	line-height:2em;
}
.cert-accor > dl > dd.acc-cont > div >  ul {
	margin-top: 0;
}
.cert-accor > dl > dd.acc-cont > div h4.font-20 {
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
}
.cert-accor > dl > dd.acc-cont > div p + .list {
	margin-top: 8px;
}

.cert-ico{display:flex; justify-content:center;margin-bottom: 36px;}
.cert-ico > li{margin-right:15px;}
.cert-ico > li:last-child{margin-right:0px;}
.cert-ico > li img {width:80px; height:80px;}

.cont-link {
	margin-top: 16px;
	text-align:center;}
.cont-link > a {
	padding: 4px 12px;
	background: #fff;
	border-radius: 999px;
	border: 1px solid #dcdcdc;
}
.cont-link + ul.regreen {
	margin-top: 20px !important;
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}
.cert .text-lightgray-16 {
	font-size: 0.875rem !important;
	font-weight: 300;
	line-height: 1.375rem;
	color: #141414;
}
.cert p.text-20 b,
.cert p.text-20 .highlighter {
	color: #f46600 !important
}
.depthlist > li > span {width:100%; display:block; height:56px; padding: 0 21px; font-weight:bold;}
.depthlist > li > span.bg-gray {
	font-size:  1.25rem;
	font-weight: 700;
	line-height: 1.625rem;
	background-color: #fff !important;
	line-height: 56px;
}
.depthlist > li > span + .listgroup {border:none}
.depthlist > li + li  {
	padding-top: 36px;
	margin-top: 36px;
	border-top: 1px solid #dcdcdc ;
}
.cert > .agreement-of-terms ul.agreement-of-terms {
	padding: 0;
	border: 0;
}
.title-d2 + .agreement-of-terms {
	margin-top: 12px;
}

.ui-toggle.panel .check-toggle + .toggle-contents {
	margin-top: 16px;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 8px;
}





/* .inp-cert {margin-top: 68px;} */
.inp-cert .inp-cert-num-wrap {position: relative;}
.inp-cert .inp-cert-btn {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1;}
.inp-cert .inp-cert-btn .txt {position: absolute; left: -9999vw;}
.inp-cert .inp-cert-row {display: flex; justify-content: center; gap: 0 8px;}
.inp-cert .inp-cert-num {display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; color: #5C5C5C; font-weight: 700; font-size: 32px; background: #f0f0f0; border-radius: 8px;}
.inp-cert .inp-cert-num.active {border: none; font-family: 'lato', sans-serif; font-weight: 700; background-color: #ffd338;color: #141414; font-size: 1.25rem; line-height: 38px;}
.inp-cert .inp-cert-re {display: flex; justify-content: center; margin-top: 30px;}
.inp-cert .inp-cert-re-btn {padding-right: 14px; font-weight: 500; font-size: 14px; line-height: 19px; background: url(../images_kiwi/icon-old/ico_arr_r.svg) 100% 50%/auto 11px no-repeat;}

.identity-verification {height: calc(100vh - 80px);}
.identity-verification .verify-list {margin-top: 26px;}
.identity-verification .verify-list .vl-item {margin-bottom: 12px;}
.identity-verification .verify-list .vl-item:last-child {margin-bottom: 0;}
.identity-verification .verify-list .vl-label {display: flex; align-items: center; height: 64px; padding: 0 24px 0 80px; color: #888; font-size: 16px; background-color: #F3F4F6; border-radius: 15px; background-repeat: no-repeat; background-position: 24px 50%; background-size: 32px;}
.identity-verification .verify-list .vl-label.kb {background-image: url(../images_kiwi/icon-old/ic_cert_kb.png);}
.identity-verification .verify-list .vl-label.cellphone {background-image: url(../images_kiwi/icon-old/ic_cert_phone.png);}
.identity-verification .verify-list .vl-label.kakao {background-image: url(../images_kiwi/icon-old/ic_cert_kakao.png);}
.identity-verification .verify-list .vl-label:has(> input:checked) {background-color: #fff; border: 1px solid #000;}

.seu-renewal .head-copy + p.text b.highlighter {
	font-weight: 300;
	color: #f46600 !important;
}
.seu-renewal .head-copy + p.text b.highlighter > span {
	font-weight: inherit;
}

.seu-renewal .ui-tab {

}
.seu-renewal .ui-tab .tab-menu.table {
	
}
.seu-renewal .ui-tab .tab-menu.table .page-btns {
	display: flex;
	width: 100%;
	padding: 0 12px;
	/* gap: 8px; */
	justify-content: space-between;
}
.seu-renewal .ui-tab .tab-menu .page-btns button {
	position: relative;
    display: block;
	width: calc(50% - 4px);
    height: auto;
    padding: 16px 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px #dcdcdc;
    border-radius: 8px;
    color: #141414;
    line-height: 1.5rem;
	float: none;
	flex: none;
}
.seu-renewal .ui-tab .tab-menu .page-btns button.active {
	box-shadow: inset 0 0 0 2px #ffbc00;
}
/* .seu-renewal .ui-tab .tab-menu .page-btns button:first-child {
	margin-right: 4px;
}*/
.seu-renewal .ui-tab .tab-menu .page-btns button:last-child {
	/* margin-left: 4px; */
	margin-left: auto;
} 

.seu-renewal #android_authCode > div {
	display: flex;
	margin-top: 12px;
	align-items: center;
}
.seu-renewal #android_authCode .text-warning-16 {
	margin-top: 12px;
	font-size: 0.875rem !important;
	font-weight: 500;
	line-height: 1.375rem;

}
.seu-renewal #android_authCode .text-center {
	position: relative;
	border-bottom: 2px solid #dcdcdc;
}
.seu-renewal #android_authCode .text-center::after {
	
}
.seu-renewal #android_authCode .text-center:focus-within::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffbc00;
	animation: expandLeft 0.5s ease-in-out forwards;
	z-index: 1;
}
@keyframes expandLeft {
	0% { width: 0; opacity: 1;}
	100% { width: 100%; opacity: 1;}
}
.seu-renewal #android_authCode .gap {
	width: 36px;
	text-align: center;
}

.seu-renewal #android_authCode .text-center .form-control {
	width: 100%;
	min-height: 56px;
	padding: 10px 0;
	font-size: 24px;
	font-family: 'lato';
	font-weight: 700;
}

/* 외국인등록증 */
.takePhoto-wrap .takePhoto img {
	width: 100%;
}

.takePhoto-wrap .btn-wrap {
	width: 100%;
	margin-top: 20px;
}

.takePhoto-wrap .btn-wrap button:only-child {
	width: 100%;
}

.panel.certifi-cont .text {padding-right:30px}
.seu-prt .panel.certifi-cont .text {padding-right:0}
.certi-option .panel.certifi-cont .text {padding-right:0}
.certi-option .form-check>label {padding-right:0}