html {font-size:62.5%; font-family: pretendard-400;-webkit-text-size-adjust: 100%; scroll-behavior: smooth;word-break: auto-phrase;}
@media (max-width: 1600px) and (min-width: 767px) {
	html {font-size: 58.5%;}
}
.mobr{display:none;}
@media (max-width:767px) {
	.mobr {display:block!important;}
}

/* div {transition:all 0.1s ease-in;} */
/* header {transition:all 0.1s ease-in;} */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
la
bel, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button,
article, aside, canvas, details, embed, figure, figcaption, footer, header, menu,
nav, output, ruby, section, summary, time, mark, audio, video
{ margin:0;padding:0;border:0;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block;}
html {height:auto;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none; }
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content:none;}
table {border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;color:#231815;}
a:hover {text-decoration:none;}
legend, caption, hr {display:none;}
img {vertical-align:top;max-width: 100%;}
input {vertical-align:middle;}
body {width:100%;height:auto;font-family: pretendard-400;}
p,h3,h2,h1{letter-spacing: normal;}
input,textarea,button,select{ font-family: pretendard-400;}
em {font-style:normal; color:#f37321;}

/* KB금융 제목체 */
/* @font-face{ font-family:"KBFGDisplay", "KBFGDisplay-fb"; font-weight:300; font-display:swap; */
  /* src:local('KBfgDisplayL'), url(/public/font/KBfgDisplayL.woff2) format('woff2'), */
      /* url(/public/font/KBfgDisplayL.woff) format('woff'); } */
/* @font-face{ font-family:"KBFGDisplay", "KBFGDisplay-fb"; font-weight:500; font-display:swap; */
  /* src:local('KBfgDisplayM'), url(/public/font/KBfgDisplayM.woff2) format('woff2'), */
      /* url(/public/font/KBfgDisplayM.woff) format('woff'); } */
/* @font-face{ font-family:"KBFGDisplay", "KBFGDisplay-fb"; font-weight:700; font-display:swap; */
  /* src:local('KBfgDisplayB'), url(/public/font/KBfgDisplayB.woff2) format('woff2'), */
      /* url(/public/font/KBfgDisplayB.woff) format('woff'); } */

/* KB금융 본문체 */
/* @font-face{ font-family:"KBFGText", "KBFGText-fb"; font-weight:300; font-display:swap; */
  /* src:local('KBfgTextL'), url(/public/font/KBfgTextL.woff2) format('woff2'), */
      /* url(/public/font/KBfgTextL.woff) format('woff'); } */
/* @font-face{ font-family:"KBFGText", "KBFGText-fb"; font-weight:500; font-display:swap; */
  /* src:local('KBfgTextM'), url(/public/font/KBfgTextM.woff2) format('woff2'), */
      /* url(/public/font/KBfgTextM.woff) format('woff'); } */
/* @font-face{ font-family:"KBFGText", "KBFGText-fb"; font-weight:700; font-display:swap; */
  /* src:local('KBfgTextB'), url(/public/font/KBfgTextB.woff2) format('woff2'), */
      /* url(/public/font/KBfgTextB.woff) format('woff'); } */


/*-----------------------------------------
# ??
-------------------------------------------*/
#header{
	transition:all .4s;
position: fixed;
	left:0;
	top:0;
	width:100%;
	z-index:100;
}
#header.fixed{
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(255, 255, 255, 0.01);
backdrop-filter: blur(7.5px);
}
#header.fixed:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #F8F6F2;
}
#header.down_header{
	transform: translateY(-100%);
}

.headInner{
	position:relative;
	width:100%;
	height:9rem;
	padding:0 6rem;
}
.headBox{
	position:relative;
	width:100%;
	height:100%;
}

.headLogo{
	z-index:10;
	position:absolute;
	left:0;
	top:50%;
    transform: translateY(-50%);
}
.headLogo img{
	height:3.8rem;
}

.headInqBtn{
	z-index:10;
	position:absolute;
	right:0;
	top:50%;
    transform: translateY(-50%);
}
.headInqBtnInner{
	display:flex;
	gap:1rem;
}
.mableBtn a {
	position:Relative;
	display: flex;
	padding:1rem 2rem;
	justify-content: center;
	align-items: center;
	gap: 0.8rem;
	border-radius: 1rem;
	background: #FFBC00;
	color: #111;
	font-family: "KBFGDisplay", "KBFGDisplay-fb";
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem;
}
.mableBtn a span{
	position: Relative;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(/public/img/kb/common/download_icon.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mableBtn a::before {
	border-radius:1rem;
	content: "";
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}
.mableBtn a:hover::before {
	opacity: 0.05;
}  
/* .mableBtn a:after{ */
	/* content:none; */
	/* position:absolute; */
	/* left:0; */
	/* top:0; */
	/* width:100%; */
	/* height:100%; */
	/* background:rgba(0,0,0,0.05); */
/* } */
/* .mableBtn a:hover:after{ */
	/* content:''; */
/* } */

.seaGoicon{
	position:Relative;
	width:5rem;
	height:5rem;
}
.seaGoicon a{
	position:Relative;
	display:flex;
	width:100%;
	height:100%;
	background-image: url(/public/img/kb/common/sea_icon.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2rem;
}

.headNav{
	position:relative;
	width:100%;
	height:100%;
}
.headNav ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	gap:6rem;
}
.headNav ul li{
	position:relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
}
.headNav ul li a{
	position:relative;
	color: #111;
	font-family: pretendard-400;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
}
.headNav ul li a:hover{
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}


/* 햄버거 버튼 */
.hamBtn{
	display:none;
	cursor:pointer;
	position:Relative;
	width:3.6rem;
	height:4.8rem;
	background-image: url(/public/img/common/hammenu_icon_black.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.hamArea.show {
	background: rgba(0,0,0,0.4);
	z-index: 210;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
.hamAreaInner {
    width: 50rem;
    height: 100%;
    position: fixed;
    right: -110%;
    top: 0;
    display: none;
    background: #FFF;
    padding: 0rem;
    transition: all 0.4s ease-in-out;
}
.hamArea.show .hamAreaInner {
	right: 0;
	display:block;
}
.hamLogo{
	display:none;
}
.hamBtn {
	z-index: 10;
    top: 0;
    right: 1rem;
    display: none;
    cursor: pointer;
    position: absolute;
    width: 6rem;
    height: 6rem;
    background-image: url(/public/img/kb/common/hamBtn.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.hamContBox {
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    margin: 0 0 8rem 0;
    padding: 0rem;
    gap: 0rem;
    display: flex;
    width: 100%;
    height: calc(100% - 6rem);
    position: Relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.hamAreaheadBox{
	position:Relative;
	width:100%;
	height: 6rem;
	padding: 0 3rem;
}
.hamAreahead {
    position: relative;
    width: 100%;
    height: 100%;
}
.hamAreaheadLogo{
	z-index: 10;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hamAreaheadLogo img {
    height: 3.8rem;
}
.hamseaGo {
    right: 7rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hamCloseBtn{
	z-index: 10;
    top: 0;
    right: 1rem;
    cursor: pointer;
    position: absolute;
    width: 6rem;
    height: 6rem;
    background-image: url(/public/img/kb/common/hamCloseBtn.webp);
	background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
}
.hamnav{
	position:Relative;
	width:100%;
	padding: 1rem 3rem 0 3rem;
}
.hamnav ul{
	position:Relative;
	width:100%;
}
.hamnav li {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    display: flex;
    position: Relative;
    width: 100%;
}
.hamnav li:last-child{
	border-bottom:none;
}
.hamnav li a{
	font-family: "KBFGText", "KBFGText-fb";
	color: #111;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.6rem;
}
.hamnav li a:hover{
	color: #FFBC00;
}

.hamnBotBox{
	position:Relative;
	width:100%;
	padding:2rem 3rem 3rem 3rem;
}
.hamnBotInner{
	width:100%;
	position:Relative;
}
.hamnBotBtn{
	width:100%;
	position:Relative;
}
.hamnBotBtn a {
    border-radius: 99px;
    background: #FFBC00;
    display: flex;
	padding:1.4rem 2.6rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #111;
    font-family: "KBFGDisplay", "KBFGDisplay-fb";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
.hamnBotBtn a span{
    width: 5rem;
    height: 5rem;
    background-image: url(/public/img/kb/common/mkb_icon.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
	box-shadow: 0.75rem 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.10);
}
@media (max-width:1800px) {
	.headInner {
		padding: 0 4rem;
	}
}
@media (max-width:1600px) {
	.headNav ul {
		gap: 4rem;
	}
	.mableBtn a {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.seaGoicon {
		width: 4.6rem;
		height: 4.6rem;
	}
}
@media (max-width:1300px) {
	.headInner {
		padding: 0 3rem;
	}
}
@media (max-width:991px) {
	.headInner {
		height: 6rem;
		padding: 0 3rem;
	}
	.headInqBtn {
		right: 4rem;
	}
	.headNav{display:none;}
	.hamBtn{
		background-size: 80%;
		display:inline-block;
	}
}
@media (max-width:768px) {
	.headInner {
		height: 6.4rem;
		padding: 0rem;
	}
	.headLogo {
		left: 2rem;
	}
	.headLogo img {
		height: 2.2rem;
	}
	.headInqBtn {
		right: 6.1rem;
	}
	.headInqBtnInner {
		gap: 0;
	}
	.mableBtn{display:none;}
	.seaGoicon {
		width: 3.8rem;
		height: 3.8rem;
	}
	.seaGoicon a {
		background-size: 1.6rem;
	}
	
	
	.hamBtn {
		background-size: 100%;
		top: 1.3rem;
		right: 1.3rem;
		width: 3.8rem;
		height: 3.8rem;
	}
	/* .hamAreahead { */
		/* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
	/* } */
	.hamAreaInner {
		width: 100%;
	}
	.hamAreaheadBox {
		height: 6.4rem;
		padding: 0;
	}
	.hamAreaheadLogo {
		left: 2rem;
	}
	.hamAreaheadLogo img {
		height: 2.2rem;
	}
	.hamseaGo {
		right: 6.1rem;
	}
	.hamCloseBtn {
		background-size: 100%;
		top: 1.3rem;
		right: 1.3rem;
		width: 3.8rem;
		height: 3.8rem;
	}
	.hamnav {
		padding: 0rem 2rem 0 2rem;
	}
	.hamnav li:nth-child(1){
		padding:0 0 1rem 0;
	}
	.hamnav li a {
		font-size: 2rem;
		line-height: 4.6rem;
	}
	.hamnBotBox {
		padding: 2rem 1.6rem 2rem 1.6rem;
	}
	.hamnBotBtn a {
		padding: 1rem 2.6rem;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.hamnBotBtn a span {
		width: 3.2rem;
		height: 3.2rem;
		box-shadow: 0.75rem 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.10);
	}
}

.testmain{
	position:Relative;
	width:100%;
	height:100vh;
	background:#fff;
}
/*-----------------------------------------
# ??
-------------------------------------------*/

.footerInner{
	position:relative;
	background: #fff;
	padding:6rem 0 6rem 0;
	z-index:10;
}
.footerSideBox{
	max-width:138rem;
	padding:0 4rem;
	margin:0 auto;
	position:Relative;
}
.ftInner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
	position: relative;
}
.fi_leBox{
	position:Relative;
}
.fi_leBox img.logo{
	height:3.8rem;
}
.fi_letext {
    margin: 2rem 0 1.6rem 0;
    justify-content: center;
    align-items: center;
    display: flex;
	gap: 1.6rem;
}
.fi_leBox p{
	color: #888;
	font-family: pretendard-300;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.8rem;
}
.fi_leBox dl {
	gap: 1.6rem;
	display: flex;
	color: #888;
	font-family: pretendard-300;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.8rem;
	justify-content: center;
	align-items: center;
}
.fi_leBox dl span{
	display:inline-block;
	width: 1px;
	height: 1rem;
	background: #D9D9D9;
}
.fi_lepri dl {
    gap: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fi_lepri dl a{
	color: #111;
    font-family: pretendard-500;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
}
.fi_lepri dl span{
	display:inline-block;
	width: 1px;
	height: 1rem;
	background: #D9D9D9;
}
.fi_riBox{
	position:Relative;
}
.ftcusbox{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 1.6rem;
	align-self: stretch;
}
.ftcusbox p{
	color: #111;
	font-family: "KBFGText", "KBFGText-fb";
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.4rem;
}
.ftcusbox a{
	color: #111;
	font-family: "KBFGDisplay", "KBFGDisplay-fb";
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.8rem;
}
.ftsns_box {
    margin: 1.8rem 0 0 0;
    gap: 3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ftsns_box a{
	display:flex;
}
.ftsns_box a img{
	height:3.2rem;
}
.ftinfodropBox{
	margin:4rem 0 0 0;
	position:Relative;
	width:100%;
}
.ftdropInner{
	border-radius: 1.6rem;
	position:Relative;
	width:100%;
	overflow:hidden;
}
.ftdropInner.show{
	background: #F8F6F2;
}
.ftdropInner.show .ftdropInfo{
	display:block;
}
.ftdropInner.show .ftdroptext span{
	background-image: url(/public/img/kb/common/minus_icon.webp);
}
.ftdroptext {
    display: flex;
    cursor: pointer;
    padding: 2rem 3rem;
    position: Relative;
    width: 100%;
    background: #F8F6F2;
    overflow: hidden;
    color: #111;
    text-overflow: ellipsis;
    font-family: "KBFGText", "KBFGText-fb";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.6rem;
    justify-content: space-between;
    align-items: center;
}
.ftdroptext span{
    position: Relative;
	display:inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(/public/img/kb/common/puls_icon.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ftdropInfo{
	display:none;
	padding: 0rem 3rem 2rem 3rem;
}


/* ===== ftinfo : 유의사항 박스 ===== */
.ftinfo {
  box-sizing: border-box;
  width: 100%;
  max-width: 129.1rem;      /* PC 기준 폭(1231 + 좌우 30) */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  /* padding: 2rem 3rem 3rem; */
  background: #f8f6f2;
  border-radius: 1.6rem;
  font-family: "KBFGText", "KBFGText-fb", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  color: #666;
}
.ftinfo * { box-sizing: border-box; }

/* 메인 타이틀 (버튼-토글) */
.ftinfo__title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #111;
  text-align: left;
}

/* 본문 래퍼 */
.ftinfo__body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.ftinfo.is-open .ftinfo__body { display: flex; }
.ftinfo:not(.is-open) .ftinfo__body { display: none; }

/* 그룹 */
.ftinfo__group {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.ftinfo__group-title {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #111;
}

/* 서브 그룹 (소제목 + 리스트) */
.ftinfo__subgroup {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ftinfo__subhead {
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #666;
}

/* 리스트 */
.ftinfo__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ftinfo__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #666;
}
.ftinfo__item p { margin: 0; }

/* 여러 줄 블록 (불릿 1개 + 하위 라인들) */
.ftinfo__lines {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

/* 불릿(점) */
.ftinfo__bul {
  flex: 0 0 0.3rem;
}
.ftinfo__bul::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #666;
  margin-top: 0.8rem;   /* 1.9rem 행간 기준 수직 중앙 */
}

/* 불릿 없는 항목(①②③④) : 텍스트 정렬 맞춤 */
.ftinfo__item--plain {
  padding-left: 0.9rem;  /* 불릿(0.3) + gap(0.6) */
}
@media (max-width: 1300px) {
	.footerSideBox {
		padding: 0 3rem;
	}
}
@media (max-width: 991px) {
	.fi_letext {
		margin: 2rem 0 1.6rem 0;
		justify-content: center;
		align-items: flex-start;
		display: flex;
		gap: 1rem;
		flex-direction: column;
	}
	.fi_letext dl span.nonelin{display: none;}
}
@media (max-width: 768px) {
	.footerInner {
		margin: -1.6rem 0 0 0;
		border-radius: 1.6rem 1.6rem 0 0;
		padding: 4rem 0 24rem 0;
	}
	.footerSideBox {
		padding: 0 2rem;
	}
	
	.fi_leBox {
		width: 100%;
		position: Relative;
	}
	.fi_leBox img.logo {
		height: 2.2rem;
	}
	.ftcusbox p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.ftcusbox {
		align-items: center;
		gap: 0.8rem;
	}
	.ftcusbox p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.ftcusbox a {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.fi_letext {
		margin: 0;
		align-items: center;
		justify-content: center;
		gap: 0.6rem;
		top: 10.4rem;
		width: 100%;
		position: absolute;
	}
	.fi_letext p {
		text-align: center;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.fi_letext dl {
		gap: 1rem;
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.fi_lepri{
		top: 15.3rem;
        width: 100%;
        position: absolute;
	}
	.fi_lepri dl{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fi_lepri dl a {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	.fi_riBox {
		width: 100%;
		top: 0;
		position: absolute;
		right: 0;
	}
	.ftsns_box {
		top: 5.7rem;
		width: 100%;
		position: absolute;
		margin: 0;
		gap: 3rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ftsns_box a img {
		height: 2.2rem;
	}
	
	.ftinfodropBox {
		margin: 15.4rem 0 0 0;
	}
	.ftdropInner {
		border-radius: 0.8rem;
	}
	.ftdroptext {
		padding: 1.4rem 2rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.ftdroptext span {
		width: 1.2rem;
		height: 1.2rem;
	}
	.ftdropInfo {
		padding: 0rem 2rem 2rem 2rem;
	}
	.ftinfo {
		max-width: none;
		gap: 1.6rem;
		border-radius: 0.8rem;
	}
	.ftinfo__title      { font-size: 1.4rem; line-height: 2.2rem; }
	.ftinfo__body       { gap: 1.6rem; }
	.ftinfo__group-title{ font-size: 1.3rem; line-height: 2rem; }
	.ftinfo__subhead    { font-size: 1.2rem; line-height: 1.6rem; }
	.ftinfo__item       { font-size: 1.2rem; line-height: 1.6rem; }
	.ftinfo__bul::before{ margin-top: 0.65rem; } /* 1.6rem 행간 기준 */
}



/*-----------------------------------------
# 고지 페이지 (개인정보처리방침 / 서비스 이용자 지침)
  사용처: /cs/policy/current, /cs/serviceterm — 테마 밖 실제 PHP 파일
  사이즈 기준은 .kbblog(서브페이지)와 동일: inner 98rem / 상단 19rem
-------------------------------------------*/
.kbcs {
  box-sizing: border-box;
  background: #fff;
  padding: 19rem 0 10rem 0;
  font-family: pretendard-400, sans-serif;
  color: #111;
}
.kbcs *, .kbcs *::before, .kbcs *::after { box-sizing: border-box; }

.kbcs__inner {
  max-width: 98rem;
  padding: 0 4rem;
  margin: 0 auto;
}

/* ===== 타이틀 ===== */
.kbcs__head {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 0.2rem solid #111;
}
.kbcs__title {
  margin: 0;
  font-family: "KBFGDisplay", "KBFGDisplay-fb", pretendard-400, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 5.2rem;
  color: #111;
  word-break: auto-phrase;
}
.kbcs__date { font-size: 1.5rem; line-height: 2.2rem; color: #767676; }

/* ===== 본문 ===== */
.kbcs__lead {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #444;
  word-break: auto-phrase;
}
.kbcs__sec { margin-top: 5rem; }
.kbcs__stitle {
  margin: 0 0 1.6rem;
  font-family: "KBFGDisplay", "KBFGDisplay-fb", pretendard-400, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #111;
  word-break: auto-phrase;
}
.kbcs__p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #444;
  word-break: auto-phrase;
}
.kbcs__p + .kbcs__p { margin-top: 1.2rem; }
.kbcs__p strong { font-weight: 700; color: #111; }
.kbcs__p a { color: #111; text-decoration: underline; }
.kbcs__sub {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #111;
}

/* ===== 목록 ===== */
.kbcs__list { margin-top: 1.2rem; display: flex; flex-direction: column; gap: 0.4rem; }
.kbcs__list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #444;
  word-break: auto-phrase;
}
.kbcs__list li::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  top: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #999;
}
/* 번호·기호가 본문에 포함된 목록(①, 1), ㅇ 등) — 마커 없이 들여쓰기만 */
.kbcs__list--plain li { padding-left: 0; }
.kbcs__list--plain li::before { display: none; }
.kbcs__list--indent { padding-left: 1.4rem; }

/* ===== 표 ===== */
.kbcs__table-wrap { margin-top: 2rem; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.kbcs__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.2rem solid #111;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.kbcs__table th,
.kbcs__table td {
  padding: 1.6rem 1.4rem;
  border-bottom: 0.1rem solid #e5e5e5;
  text-align: left;
  vertical-align: top;
  word-break: auto-phrase;
}
.kbcs__table thead th { background: #f8f6f2; font-weight: 700; color: #111; }
.kbcs__table tbody th { background: #fbfaf8; font-weight: 700; color: #111; white-space: nowrap; }
.kbcs__table td { color: #444; }
.kbcs__table a { color: #111; text-decoration: underline; }
/* 열이 많은 표 — 좁은 화면에서 눌리지 않도록 최소폭 유지 후 가로 스크롤 */
.kbcs__table--wide { min-width: 76rem; }
.kbcs__hint { display: none; }

/* ===== 반응형 ===== */
@media (max-width: 1300px) {
  .kbcs { padding: 16rem 0 10rem 0; }
  .kbcs__inner { padding: 0 3rem; }
}
@media (max-width: 768px) {
  .kbcs { padding: 9.4rem 0 6rem; }
  .kbcs__inner { padding: 0 2rem; }

  .kbcs__head { gap: 0.8rem; margin-bottom: 3rem; padding-bottom: 2rem; }
  .kbcs__title { font-size: 2.2rem; line-height: 3rem; }
  .kbcs__date { font-size: 1.3rem; line-height: 2rem; }

  .kbcs__lead { font-size: 1.5rem; line-height: 2.6rem; }
  .kbcs__sec { margin-top: 3.6rem; }
  .kbcs__stitle { font-size: 1.8rem; line-height: 2.6rem; margin-bottom: 1.2rem; }
  .kbcs__p,
  .kbcs__list li,
  .kbcs__sub { font-size: 1.5rem; line-height: 2.6rem; }

  .kbcs__table { font-size: 1.4rem; line-height: 2.2rem; }
  .kbcs__table th,
  .kbcs__table td { padding: 1.2rem 1rem; }
  .kbcs__hint { display: block; margin-top: 1rem; font-size: 1.3rem; line-height: 2rem; color: #888; }
}


/*-----------------------------------------
# 404 페이지
-------------------------------------------*/
.subpage.nxt404 {
    display: flex;
    position: Relative;
    height: 100vh;
    align-items: center;
    justify-content: center;
}