

/* Start:/local/components/app.module/faq.list/templates/.default/style.css?174811365744*/
.otherheader{
font-weight:bold !important;
}
/* End */


/* Start:/local/components/kkbank/form/templates/.default/style.css?177964554010139*/
.kkb-f input:focus-visible{
    outline: none;
}
.kkb-f input:-internal-autofill-selected{
	background: white;
}
.kkb-f input{
	border: none;
	padding: 0px;
}
.kkb-f{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}
.kkb-f .f-sendTo{
	display: none;
}
.kkb-f .f-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
}
.kkb-f .f-title{
	color: var(--TEXT-Main-Primary, #262626);
    text-align: center;
    font-family: Stem;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    align-self: stretch;
}
.kkb-f .f-subtitle{
	font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(92, 92, 92, 1);
}
.kkb-f .f-body{
	display: flex;
	width: 1044px;
	padding-bottom: 100px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 36px;
	background: #EEEFF0;
}
.kkb-f .form{
	width: 100%;
}
.kkb-f .step-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.kkb-f .step-header{
	padding: 0px 132px;
	margin-bottom: 24px;
	display: flex;
    flex-direction: column;
	gap: 12px;
}
.kkb-f .step-subtitle{
	color: var(--TEXT-Main-Primary, #262626);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.kkb-f .step-body{
    margin-bottom: 80px;
	padding: 0px 132px;
}
.kkb-f .step-bottom{
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	padding: 0px 132px;
	gap: 32px;
}

.kkb-f .step-title {
    color: rgba(0, 0, 0, 0.8);
    font-family: Stem;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.4px;
}
.kkb-f .step-number {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(53, 75, 202, 1);
}

.kkb-f .field{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
	position: relative;
}
.kkb-f .input{
	display: flex;
    min-height: 60px;
    max-height: 60px;
    padding: 0 16px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--BASE-02, #C9C9C9);
    background: var(--BG-Main-White, #FFF);
}
.kkb-f .outsider{
	width: 100%;
    overflow: hidden;
    color: var(--TEXT-Main-Seconadary, #AEAEAE);
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.kkb-f .insider{
	width: 100%;
	display: none;
}
.kkb-f .string{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}
.kkb-f .string label{
	color: var(--BASE-01, #5C5C5C);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	align-self: stretch;
}
.kkb-f .string input{
	overflow: hidden;
	color: var(--TEXT-Main-Primary, #262626);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
}
.kkb-f .error{
	color: var(--TEXT-Main-Error_light, #E0001A);
	font-variant-numeric: slashed-zero;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	padding: 0 16px;
	display: none;
}
.kkb-f .error-input{
	border: 2px solid var(--TEXT-Main-Error_light, #E0001A);
}
.kkb-f .success{
	width:24px;
	height:24px;
	display: none;
}

.kkb-f .agreement, .kkb-f .agreement a {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(174, 174, 174, 1);
    width: 100%;
    min-width: 373px;
	max-width: 373px;
}
.kkb-f .form-button {
    height: 60px;
    padding: 18px 48px;
    border-radius: 16px;
    background: rgba(53, 75, 202, 1);
	width: 100%;
    text-align: center;
    align-content: center;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    cursor: pointer;
	min-width: 382px;
}

.kkb-f .form-main,
.kkb-f .form-phone{
	padding-top: 100px;
}

.kkb-f .step-back{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 32px;
    padding-bottom: 36px;
}

.kkb-f .step-back label{
    color: var(--BG-Main-Blue, #354BCA);
    text-align: center;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.kkb-f .m-step-back{
	display: none;
}
.kkb-f .form-main .step-body{
    margin-bottom: 44px;
}

.kkb-f .step-body{
	display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    align-self: stretch;
}
.kkb-f .angle{
	width:24px;
	height:24px;
}
.kkb-f .list-tab{
	padding: 4px;
	border-radius: 16px;
	border: 1px solid var(--BASE-02, #C9C9C9);
	background: var(--BG-Main-White, #FFF);
	position: absolute;
    top: 100%;
    margin-top: 4px;
	right: 0;
    width: 100%;
	z-index: 1;
	box-shadow: 0 8px 40px 0 rgba(218, 223, 226, 0.50);
	display: none;
	max-height: 316px;
	overflow: auto;
	z-index: 99;
}
.kkb-f .list{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
    align-items: flex-start;
	gap: 4px;
	align-self: stretch;
	overflow: auto;
	min-height: 60px;
	max-height: 360px;
}
.kkb-f .list-option{
	display: flex;
	padding: 13px 12px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 12px;
	cursor: pointer;
}
.kkb-f .list-option:hover{
	background: var(--BG-Main-Grey, #EEEFF0);
}
.kkb-f .list::-webkit-scrollbar {
	width:5.5px;
}
.kkb-f .list::-webkit-scrollbar-track {
	margin-top: 14px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0);
}
.kkb-f .list::-webkit-scrollbar-thumb {
	border-radius: 26px;
	background: rgba(148,148,148,.5);
}

.kkb-f .icon{
	width: 100px;
    height: 100px;
    justify-self: center;
    margin-bottom: 40px;
}
.kkb-f .success-title{
	color: var(--TEXT-Main-Primary, #262626);
    text-align: center;
    font-family: Stem;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 20px;
}
.kkb-f .success-subtitle{
	color: var(--TEXT-Main-Primary, #262626);
    text-align: center;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
	margin-bottom: 44px;
}
.kkb-f .body-success .step{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.kkb-f .body-success{
    padding-top: 100px;
    padding-left: 132px;
    padding-right: 132px;
    width: 100%;
}

.kkb-f .js-disabled{
	color: #262626;
	background: var(--BRAND-Private-Primary, #FBDAA6);
}

@media (max-width: 1000px){
	.kkb-f{
		padding-left: calc(16px + (70 - 16) * (100vw - 375px) / (1680 - 375));
        padding-right: calc(16px + (70 - 16) * (100vw - 375px) / (1680 - 375));
		gap: 32px;
	}
	.kkb-f  .step-header,
	.kkb-f  .step-body,
	.kkb-f  .step-bottom{
		padding:0px 20px;
	}

	.kkb-f .form-main, .kkb-f .form-phone, .kkb-f .form-code {
		padding-top: 20px
	}

	.kkb-f .f-title{
		font-size: 24px;
		line-height: 100%;
		letter-spacing: -0.2px;
		gap: 16px;
	}
	.kkb-f .f-subtitle{
		font-size: 12px;
		line-height: 130%;
		text-align: center;
	}
	.kkb-f .f-body{
		width:100%;
		border-radius: 20px;
		padding-bottom: 20px;
	}
	.kkb-f .step {
		padding:20px;
	}
	.kkb-f .agreement{
		min-width:0px;
	}
	.kkb-f .step-title{
	    font-size: 18px;
    	letter-spacing: -0.2px;
	}
	.kkb-f .step-number{
		font-size: 12px;
		text-wrap-mode: nowrap;
	}
	.kkb-f .step-body{
		margin-bottom: 84px;
	}
	.kkb-f .step-bottom{
		flex-direction: column-reverse;
		gap: 12px;
	}
	.kkb-f .input{
		padding: 7px 12px;
		border-radius: 16px;
		font-size: 14px;
		min-height: 50px;
		max-height: 50px;
	}
	.kkb-f .js-place{
		font-size: 12px;
	}
	.kkb-f .form-button{
		height: 52px;
    	padding: 12px 16px;
		font-size: 14px;
		width: 100%;
		min-width: 0px;
	}
	.kkb-f .agreement, 
	.kkb-f .agreement a{
		font-size: 11px;
    	line-height: 130%;
		text-align: center;
	}
	.kkb-f .body-back{
		display: flex;
    	flex-direction: column-reverse;
	}
	.kkb-f .step-back{
		display: none;
	}
	.kkb-f .m-step-back{
		display: block;
		font-family: Inter;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 140%;
		color: var(--BG-Main-Blue, #354BCA);
	}
	.kkb-f .step-subtitle{
		font-size: 12px;
    	line-height: 130%;
	}
	.kkb-f .form-lines{
		gap: 24px;
	}
	.kkb-f .body-form .step-body {
		margin-bottom: 84px;
	}
	.kkb-f .list{
		max-height: 300px;
	}
	.kkb-f .icon img{
		width: 64px;
    	height: 64px;
	}
	.kkb-f .icon{
		margin-bottom: 44px;
		width: 64px;
        height: 64px;
	}
	.kkb-f .success-title{
		font-size: 18px;
		line-height: 100%;
		letter-spacing: -0.2px;
	}
	.kkb-f .success-subtitle{
		color: var(--TEXT-Main-Seconadary, #5C5C5C);
		align-content: center;
		font-size: 12px;
		line-height: 130%;
		text-align: center;
	}
	.kkb-f .outsider{
		font-size: 14px;
		line-height: 130%;
	}
	.kkb-f .string label{
		font-size: 12px;
		line-height: 130%;
	}
	.kkb-f .string input{
		font-size: 14px;
		line-height: 130%;
	}
	.kkb-f .step-body{
		gap:24px;
	}
	.kkb-f .body-success{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* End */


/* Start:/local/components/app.module/footer/templates/.default/style.css?1766341898209*/
@media screen and (max-width: 1679px) {
	.main-search__form .input__button {
		right: 20px;
	}
	.main-search__empty{
		min-height:350px;
	}
	.main-search__body:has(.main-search__item){
		min-height:350px;
	}
}
/* End */


/* Start:/local/components/kkbank/cookie-banner/templates/.default/style.css?1775539554709*/
.kkb-cb{
    width: 580px;
    padding: 12px 16px;
    border-radius: 16px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    z-index: 10;
    position: fixed;
    bottom: 110px;
    left: 18px;
    background: var(--brand-white);
	display: flex;
    align-items: center;
}
.cb-textbox{
	font-size: 12px;
	font-weight: 500;
}
.cb-button{
	padding: 12px 16px;
    background: var(--brand-primary);
    color: var(--brand-white);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

@media (max-width: 1000px){
	.kkb-cb{
		max-width: 90%;
    	flex-direction: column;
	   bottom: 100px;
	}
	.cb-button{
		margin-top: 16px;
		width: 100%;
		text-align: center;
	}
}
/* End */
/* /local/components/app.module/faq.list/templates/.default/style.css?174811365744 */
/* /local/components/kkbank/form/templates/.default/style.css?177964554010139 */
/* /local/components/app.module/footer/templates/.default/style.css?1766341898209 */
/* /local/components/kkbank/cookie-banner/templates/.default/style.css?1775539554709 */
