@charset "utf-8";

html.fixed{
	/* position: fixed; */
	width: 100%;
	overflow: hidden;
}

/* menu beta 표시  */
.menubar .menu > ul{
	align-items: baseline;
}
/* .menu li:nth-child(6) a::after, */
.menu li a[title="K-Info Hub" i]::after{
	content: "\03B2";
	padding: 0 0 0 2px;
	text-transform: initial;
	vertical-align: super;
	color: var(--second-color);
	font-size: 12px;
	font-style: italic;
}
/* .side-bar .menu .item:nth-child(6)  a::after, */
.side-bar .menu .item a[title="K-INFO HUB" i]::after{
	content: "\03B2";
	padding: 0 0 0 3px;
	vertical-align: super;
	color: var(--second-color);
	font-size: 12px;
	font-style: italic;
}
.breadcrumbs-wrap.K-InfoHub .breadcrumbs ul li{
	font-size: 1.2rem;
}

@media only screen and (max-width:1024px){
	.menubar .menu{
		width: 85%;
	}
	.side-bar .menu{
		width: 100%;
	}
}
@media only screen and (max-width:768px){
	.breadcrumbs-wrap.K-InfoHub .breadcrumbs ul li{
		font-size: 1.5rem;
	}
	.breadcrumbs-wrap.K-InfoHub .breadcrumbs ul li.home{
		font-size: 0;
	}
	.breadcrumbs-wrap.K-InfoHub > div > ul > li:nth-child(2){
		display: inline-block;
	}
}
/******** K-InfoHub SUB MAIN PAGE ********/
#K-InfoHub{
	word-break: break-word;
	letter-spacing: -0.25px;
	font-size: 1.6rem;
}
#K-InfoHub .search-words{
	position: relative;
	display: block;
	margin-top: 1rem;
	padding: 1rem 0; 
	text-align: center; 
	font-size: 2rem; 
	font-weight: 700;
}
#K-InfoHub .color-burgundy{
	color: #eb003b;
}
#K-InfoHub .no-result {
	min-height: 45rem; 
	margin: 4rem 0 0 0; 
	padding: 8rem 0 2rem; 
	border-top: 2px solid #333; 
	border-bottom: 1px solid #ddd; 
	background: url('/renewal2021/images/common/bg/bg-no-result.png') top 3rem center no-repeat;
	text-align: center;
}

#K-InfoHub .top_wording{
	display: block;
	margin-bottom: 3rem;
	text-align: center;
}
#K-InfoHub .top_wording .kih-logo{
	display: block;
	max-width: 48rem;
	margin:0.5rem auto 4rem;
}
#K-InfoHub .top_wording p{
	width: 109rem;
	max-width: 100%;
	margin: 0 auto;
}
#K-InfoHub .kih-SearchArea{
	display: block;
	margin-bottom: 3rem;
	padding: 4rem 2rem;
	background-color: #091530;
	border-radius: 10px;
}
#K-InfoHub .kih-SearchArea .kih-s-sec{
	width: 121rem;
	max-width: 100%;
	margin: 0 auto;
	padding: 1.5rem 3rem;
	background-color: #fff;
	border-radius: 4rem;
	transition: all 0.4s;
}
#K-InfoHub .kih-SearchArea .kih-s-box{
	display: flex;
	align-items: center;
	gap: 1rem 3rem;
}
#K-InfoHub .kih-SearchArea .kih-s-select{
	width: 16rem;
	padding: 0 2rem 0 0;
	text-align: left;
	text-box: trim-both cap alphabetic; /* 위,아래 공간 제어 :: 파이어폭스는 지원안함 */
	line-height: 1.1;
	color: #eb003b;
	font-size: 2rem;
	font-weight: 700;
}
#K-InfoHub .kih-SearchArea .kih-s-select:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	border-top: 1.1rem solid #eb003b;
	border-bottom: 0rem solid transparent;
	border-left: 0.7rem solid transparent;
	border-right: 0.7rem solid transparent;
	transition: all 0.2s;
}
#K-InfoHub .kih-SearchArea.active .kih-s-sec{
	padding: 2rem 3rem;
	transition: all 0.4s;
}
#K-InfoHub .kih-SearchArea .kih-s-select.active:after{
	transform: scaleY(-1) translateY(50%);
	transition: all 0.2s;
}
#K-InfoHub .kih-SearchArea.active .kih-s-box{
	border-radius: 4rem 4rem 0 0;
}
#K-InfoHub .kih-s-select-box{
	height: 0;
	color: #eb003b;
	font-size: 2rem;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: all 0.2s;
}
#K-InfoHub .kih-s-select-box ul > li{
	margin: 0.5rem 0;
}
#K-InfoHub .kih-SearchArea.active .kih-s-select-box{
	height: 35rem;
	margin-top: 1rem;
	overflow-y: auto;
	visibility: visible;
	opacity: 1;
	transition: all 0.2s;
}
#K-InfoHub .kih-s-input-area{
	position: relative;
	display: flex;
	align-items: center;
	gap: 3rem;
	width: calc(100% - 16rem);
}
#K-InfoHub .kih-s-input-area .kih-s-input-box{
	position: relative;
	width: 100%;
}
#K-InfoHub .kih-s-input-area .kih-s-tit{
	white-space: nowrap;
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
}
#K-InfoHub .kih-SearchArea .kih-s-input{
	width: calc(100% - 5rem);
	border: none;
	outline: none;
}
#K-InfoHub .kih-SearchArea .kih-s-button{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 3.7rem;
	height: 3.7rem;
	line-height: 0;
}
#K-InfoHub .kih-trendword{
	display: flex;
	width: 121rem;
	max-width: 100%;
	margin: 2rem auto 0;
	font-style: italic;
	color: #6e97c5;
}
#K-InfoHub .kih-trendword em{
	display: inline-block;
	width: 20rem;
	margin-right: 3rem;
	text-align: center;
	font-weight: 600;
	font-style: italic;
}
#K-InfoHub .kih-trendword em + .word-list{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	width: calc(100% - 20rem - 3rem);
}
#K-InfoHub .CategoryArea .category-list{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	text-align: center;
}
#K-InfoHub .CategoryArea .category-list > li{
	flex: calc(100% / 5 - 1.6rem) 0;
}
#K-InfoHub .CategoryArea .category-list > li > a{
	position: relative;
	display: block;
	height: 100%;
	border: 1px #ddd solid;
	padding: 1rem;
	border-radius: 10px;
	font-size: 2.4rem;
	line-height: 1.2;
	overflow: hidden;
}
#K-InfoHub .CategoryArea .category-list > li > a:hover,
#K-InfoHub .CategoryArea .category-list > li > a:focus{
	text-decoration: none;
}
#K-InfoHub .CategoryArea .category-list .icon{
	display: block;
	max-width: 11.5rem;
	margin: 0 auto;
}
#K-InfoHub .CategoryArea .category-list span{
	position: relative;
	display: block;
	z-index: 9;
	transition: all 0.2s;
}
#K-InfoHub .CategoryArea .category-list .img-thumb{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.2s;
	visibility: hidden;
}
#K-InfoHub .CategoryArea .category-list .img-thumb:after{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);
	visibility: hidden;
	opacity: 0;
}
#K-InfoHub .CategoryArea .category-list .img-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* hover */
#K-InfoHub .CategoryArea .category-list a.hover{
	color: #fff;
	opacity: 1;
	transition: all 0.2s;
}
#K-InfoHub .CategoryArea .category-list a.hover .icon{
	opacity: 0;
}
#K-InfoHub .CategoryArea .category-list a.hover .img-thumb{
	visibility: visible;
	opacity: 1;
	transition: all 0.2s;
}
#K-InfoHub .CategoryArea .category-list .img-thumb:after{
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width:1024px){
	#K-InfoHub .kih-SearchArea .kih-s-sec{
		padding: 1rem 4rem;
	}
	#K-InfoHub .CategoryArea .category-list > li > a{
		font-size: 2rem;
	}
}
@media only screen and (max-width:768px){
	#K-InfoHub .kih-SearchArea .kih-s-sec{
	}
	#K-InfoHub .kih-SearchArea .kih-s-select{
		width: auto;
		min-width: 5rem;
	}
	#K-InfoHub .kih-s-input-area .kih-s-tit{
		display: none;
	}
	#K-InfoHub .kih-s-input-area{
		width: 100%;
	}
	#K-InfoHub .kih-trendword em{
		display: none;
	}
	#K-InfoHub .kih-trendword em + .word-list{
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	#K-InfoHub .CategoryArea .category-list > li{
		flex: calc(100% / 4 - 1.5rem) 0;
	}
	#K-InfoHub .CategoryArea .category-list > li > a{
		font-size: 1.8rem;
	}
}
@media only screen and (max-width:550px){
	#K-InfoHub .kih-SearchArea .kih-s-box{
		gap: 2rem;
	}
	#K-InfoHub .kih-SearchArea .kih-s-sec {
		padding: 1rem 2rem;
	}
	#K-InfoHub .CategoryArea .category-list > li{
		flex: calc(100% / 2 - 1rem) 0;
	}
}

/******** K-InfoHub SUB PAGE ********/
#K-InfoHub .sub-logo .kih-logo{
	display: block;
	width: 28rem;
	margin: 0 auto 3rem;
	line-height: 0;
}
#K-InfoHub .nav_menu{
	display: block;
	padding: 1rem;
	background-color: #f0f2f4;
	border-radius: 10px;
}
#K-InfoHub .nav_menu .dep2-tit,
#K-InfoHub .nav_menu .dep3-tit{
	display: none;
}
#K-InfoHub .nav_menu .dep2-nav{
	display: flex;
	flex-wrap: wrap;
}
#K-InfoHub .nav_menu .dep2-nav > li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 calc(100% / 5 + 1px);
	width: 100%;
	margin: -0.5px;
	padding: 1rem;
	background-color: #fff;
	border: 1px #ddd solid;
}
#K-InfoHub .nav_menu .dep2-nav > li a{
	display: block;
	text-align: center;
	line-height: 1.2;
	font-size: 2rem;
	font-weight: 700;
}
#K-InfoHub .nav_menu .dep2-nav > li.active a{
	color: #eb003b;
}
#K-InfoHub .nav_menu .dep2-nav + .dep3-nav{
	margin-top: 1rem;
}
#K-InfoHub .nav_menu .dep3-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	padding: 2rem 1rem 1rem 1rem;
}
#K-InfoHub .nav_menu .dep3-nav li{
	display: inline-block
}
#K-InfoHub .nav_menu .dep3-nav li a{
	display: inline-block;
	padding: 0.8rem 1.5rem;
	border-radius: 50rem;
	background-color: #878d93;
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
}
#K-InfoHub .nav_menu .dep3-nav li.active a{
	background-color: #eb003b;
}

/******** K-InfoHub LIST PAGE ********/
#K-InfoHub .thumb-list.thumb-kih{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	gap: 2rem;
	margin: 5rem 0;
	padding: 0;
	border: 0;
}
#K-InfoHub .thumb-list.thumb-kih .list-box{
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 calc(100% / 2 - 1rem);
	min-height: 33rem;
	margin: 0;
	padding: 2rem;
	border-radius: 5px;
}
#K-InfoHub .thumb-list.thumb-kih .list-box a{
	position: relative;
	display: block;
}
#K-InfoHub .thumb-list.thumb-kih .list-box .tit{
	position: relative;
	display: block;
	margin-bottom: 1rem;
	line-height: 1.2;
	font-size: 2.2rem;
	font-weight: 700;
	z-index: 1;
}
#K-InfoHub .thumb-list.thumb-kih .list-box .tit + .txt{
	position: relative;
	line-height: 1.5;
	color: inherit;
	font-size: 1.4rem;
	z-index: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: calc((1.4rem * 1.5) * 2);
	font-weight: 400;
	overflow: hidden;
}
#K-InfoHub .thumb-list.thumb-kih .list-box .keyword{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.5rem;
	margin-top: 1.5rem;
	letter-spacing: -0.5px;
	color: inherit;
	font-weight: 700;
	font-size: 1.4rem;
	opacity: 0.65;
	z-index: 1;
}
#K-InfoHub .thumb-list.thumb-kih .list-box .pic-item{
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}
#K-InfoHub .thumb-list.thumb-kih .list-box .pic-item img{
	display: inline-block;
	max-width: 15rem;
}
/* background images 있을때 */
#K-InfoHub .thumb-list.thumb-kih .list-box.img-active{
	justify-content: flex-end;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#K-InfoHub .thumb-list.thumb-kih .list-box.img-active > a:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	width: calc(100% + 2rem + 2rem);
	height: 120%;
	backdrop-filter: blur(5px);
	mask: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 30%);
}
#K-InfoHub .thumb-list.thumb-kih .list-box.img-active:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 70%;
	backdrop-filter: blur(5px);
	background: linear-gradient(180deg, transparent, #fff);
	mask: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 40%);
}
#K-InfoHub .ListMore{
	display: block;
	margin: 6rem 0;
	text-align: center;
}
#K-InfoHub .ListMore .btn-more{
	display: inline-block;
	width: 6.2rem;
	height: 6.2rem;
	margin: 0 auto;
	background-color: #ededee;
	border-radius: 50rem;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 700;
	border: 0;
}
#K-InfoHub .ListMore .btn-more i{
	display: flex;
	width: 2.2rem;
	height: 1.5rem;
	margin: 0 auto 0.2rem;
	line-height: 0;
	align-items: center;
	justify-content: center;
}

#K-InfoHub .RelatedContents{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 6rem;
	padding: 1rem 0 0;
	color: #a0a0a0; 
	font-size: 2rem;
}
#K-InfoHub .RelatedContents .thumb-list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	gap: 3rem;
	padding: 0;
	border: 0;
}
#K-InfoHub .RelatedContents .thumb-list > div{
	flex: calc(100% / 4 - 3rem);
}
#K-InfoHub .RelatedContents h2{
	position: relative;
	display: block;
	margin-bottom: 2.5rem;
	text-align: center;
	color: #999; 
	font-size: 2.6rem;
}
#K-InfoHub .RelatedContents h2 span{
	display: inline-block;
	padding: 0 2rem;
	background-color: #fff;
	z-index: 1;
}
#K-InfoHub .RelatedContents h2:after{
	content: '';
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e0e0e7;
	z-index: -1;
}
#K-InfoHub .RelatedContents .list-box{
	display: block;
	min-height: 40rem;
	margin: 0;
	padding: 2rem;
	border: 1px solid #e0e0e7;
	border-radius: 5px;
	text-align: center;
	color: #000;
}
#K-InfoHub .RelatedContents .list-box .thumb{
	position: relative;
	display: block;
	width: 10rem;
	height: 10rem;
	margin: 0 auto 1.2rem;
	background: #ddd;
	border-radius: 10rem;
	overflow: hidden;
}
#K-InfoHub .RelatedContents .list-box .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#K-InfoHub .RelatedContents .list-box .tit{
	display: block;
	padding: 0;
	line-height: 1.2;
	color: #111;
	font-size: 2.2rem;
	font-weight: 700;
}
#K-InfoHub .RelatedContents .list-box p.txt{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: calc((12px * 1.3) * 3);
	margin: 1.2rem 0 0 0;
	line-height: 1.3;
	letter-spacing: 0;
	color: inherit;
	font-size: 12px;
	font-weight: 400;
	overflow: hidden;
}
#K-InfoHub .RelatedContents .keyword{
	display: block;
	margin-top: 1.2rem;
	text-align: left;
}
#K-InfoHub .RelatedContents .keyword li{
	display: inline-block;
	margin: 0.5rem 0.5rem 0 0; 
}
#K-InfoHub .RelatedContents .keyword li a{
	display: block;
	padding: 0.2rem 1.2rem;
	border:1px solid #ddd; 
	background-color: #fff;
	border-radius: 2rem;
	color: #999;
	font-size: 1.4rem;
	font-weight: 700;
}

/* RelatedContents :: issue */
#K-InfoHub .RelatedContents .list-box.issue{
	height: auto;
	background-color: #a6b5d0;
	color: #fff;
}
#K-InfoHub .RelatedContents .list-box.issue .tit{
	color: inherit;
}
#K-InfoHub .RelatedContents .issue .keyword li a{
	color: #4c6087;
}

@media only screen and (max-width:1024px){
	#K-InfoHub .RelatedContents .thumb-list{
		flex-wrap: wrap;
		padding: 0;
	}
	#K-InfoHub .RelatedContents .thumb-list > div{
		flex: calc(100% / 2 - 3rem);
	}
}
@media only screen and (max-width:768px){
	#K-InfoHub .nav_menu{
		width: calc(100% + 20px + 20px);
		margin: 0 -20px;
		padding: 10px;
		border-radius: 0;
	}
	#K-InfoHub .nav_menu 	.dep2 .dep2-nav,
	#K-InfoHub .nav_menu 	.dep3 .dep3-nav{
		display: none;
	}
	#K-InfoHub .nav_menu .dep2-tit, 
	#K-InfoHub .nav_menu .dep3-tit{
		position: relative;
		display: block;
		width: 100%;
		padding:1rem 5.5rem 1rem 1.5rem;
		border-radius: 0;
		text-align: left;
		font-weight: 700;
		color: #eb003b;
		font-size: 2rem;
	}
	#K-InfoHub .nav_menu .dep2-tit{
		border: 1px #dadada solid;
		background-color: #fff;
	}
	#K-InfoHub .nav_menu .dep2-tit:after,
	#K-InfoHub .nav_menu .dep3-tit:after{
		content: '';
		position: absolute;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		border-top: 1.2rem solid #eb003b;
		border-bottom: 0rem solid transparent;
		border-left: 0.8rem solid transparent;
		border-right: 0.8rem solid transparent;
		transition: all 0.2s;
	}
	#K-InfoHub .nav_menu .dep2-nav{
		display: block;
		padding: 1rem 0;
		background-color: #fff;
		border-radius: 0;
		text-align: left;
	}
	#K-InfoHub .nav_menu .dep2-nav > li{
		display: block;
		padding: 0.5rem 1.5rem;
		border: none;
	}
	#K-InfoHub .nav_menu .dep2-nav > li a{
		font-weight: 400;
		text-align: left;
	}
	#K-InfoHub .nav_menu .dep3-nav{
		display: block;
		color: #111;
	}
	#K-InfoHub .nav_menu .dep3-nav li{
		display: block;
		padding: 1rem 0;
		border-top: 1px #d9e1e9 solid;
	}
	#K-InfoHub .nav_menu .dep3-nav li a{
		display: block;
		padding: 0;
		background-color: transparent;
		border-radius: 0;
		color: inherit;
		font-weight: 400;
		font-size: 2rem;
	}
	#K-InfoHub .nav_menu .dep3-nav li.active a{
		background-color: transparent;
		color: #eb003b;
		text-decoration: 
	}
	
	/* nav_menu active */
	#K-InfoHub .nav_menu 	.dep2.active .dep2-nav,
	#K-InfoHub .nav_menu 	.dep3.active .dep3-nav{
		display: block;
	}
	#K-InfoHub .nav_menu .dep2-tit.active:after,
	#K-InfoHub .nav_menu .dep3-tit.active:after{
		transform: scaleY(-1) translateY(50%);
		transition: all 0.2s;
	}
	
	#K-InfoHub .thumb-list.thumb-kih .list-box{
		flex: 100%;
	}
	#K-InfoHub .RelatedContents .thumb-list > div{
		flex: 100%;
	}
}

/******** K-InfoHub VIEW PAGE ********/
#K-InfoHub .detail-post{
	margin: 2rem 0;
}
#K-InfoHub .detail-post h2.tit{
	display: block;
	padding: 0 0 2rem 0;
	line-height: initial;
	word-break: break-word;
	font-weight: 700;
	font-size: 3.2rem;
}
#K-InfoHub .detail-post p.date{
	display: block;
	margin: 0;
	color: #999;
	font-size: 1.4rem;
}
#K-InfoHub .post-half{
	display: flex;
	justify-content: space-between;
}
#K-InfoHub .post-half:before,
#K-InfoHub .post-half:after{
	content: none;
}
#K-InfoHub .post-half .post-main-cont{
	float: none;
	width: 100%;
}
#K-InfoHub .post-half .right-cont{
	float: none;
	width: 100%;
	max-width: 36rem;
	padding: 2.5rem 0 0 4rem;
}
#K-InfoHub .post-txt{
	border: 0;
}
#K-InfoHub .util-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
#K-InfoHub .post-util .txt-size-ctrl{
	display: inline-block;
}
#K-InfoHub .post-util .txt-size-ctrl ul:after{
	display: block;
	content: '';
	clear: both;
}
#K-InfoHub .post-util .txt-size-ctrl ul li{
	float: left;
	margin-left: -1px;
}
.post-util .txt-size-ctrl ul li button{
	width: 32px;
	height: 32px;
	padding: 0;
	border-radius: 0;
	border: 1px solid #e2e2e2;
	background: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
}
#K-InfoHub .al-list .txt-another-lang .lang-wrap-inner{
	display: block;
	width: auto;
	margin: 1.25rem 0;
	color: #000;
	font-size: 11px;
}
#K-InfoHub .al-list .txt-another-lang .lang-bot ul{
	display: flex; 
	gap: 1rem 1.5rem;
}
#K-InfoHub .others-function{
	float: right;
}
#K-InfoHub .others-function ul{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
#K-InfoHub .others-function ul li {
	float:left;
	}
#K-InfoHub .others-function ul li a {
	display:block; 
	width:32px; 
	height:32px; 
	line-height:30px; 
	text-align:center; 
	border:1px solid #e2e2e2; 
	box-sizing:border-box; 
	border-radius: 5px
}
#K-InfoHub .others-function ul li a i{
	display: inline-block;
	margin: -1px 3px 0;
	padding: 0;
	vertical-align: middle;
	background-position: 0 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
	line-height: 0;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	font-size: 1px;
	overflow: hidden;
}
#K-InfoHub .al-list.al-list-typeA{
	display: inline-block;
	width: auto;
	max-width: inherit;
	margin: 0;
	padding: 0 2rem;
	background: #e8eff6;
	border-radius: 5px;
	vertical-align: middle;
}
#K-InfoHub .al-list.al-list-typeA:before{
	display: none;
}
#K-InfoHub .al-list.al-list-typeA .txt-another-lang .lang-ctrl{
	display: none;
}
#K-InfoHub .util-btn{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	vertical-align: middle;
}
#K-InfoHub .util-btn .btn-pdf{
	display: inline-block;
	padding: 1.25rem 3rem;
	border: 1px #ddd solid;
	color: #eb003b;
	font-weight: 700;
	font-size: 1.4rem;
}
#K-InfoHub .al-list .txt-another-lang .lang-bot ul li{
	font-size: 1.4rem;
	font-weight: 700;
}
#K-InfoHub .al-list .txt-another-lang .lang-bot ul li button{
	color: #969696;
}
#K-InfoHub .al-list .txt-another-lang .lang-bot ul li.on button{
	color: #000;
}
#K-InfoHub #content_text_ALLBOX{
	color: #111;
}
#K-InfoHub #content_text_ALLBOX outline p + p,
#K-InfoHub #content_text_ALLBOX p + p{
	margin: 1.5rem 0;
}
#K-InfoHub #content_text_ALLBOX p i{
	font-style: italic;
}
#K-InfoHub .tags-wrap{
	border: none;
}
#K-InfoHub .related{
	padding-top: 3rem;
	border-top: 1px solid #f1f1f1;
	word-break: break-word;
}
#K-InfoHub .related h3.tit{
	display: block;
	margin-top: 1rem;
	padding: 0 0 1rem 0;
	color: #111;
	font-size: 2rem;
}
#K-InfoHub .related .lstyle-dot + h3.tit{
	margin-top: 3rem;
}
#K-InfoHub .related .lstyle-dot{
	position: relative;
}
#K-InfoHub .related .lstyle-dot > li{
	position: relative;
	padding-left: 1rem;
}
#K-InfoHub .related .lstyle-dot > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 1rem;
	display: block;
	width: 2px;
	height: 2px;
	background-color: #000;
}
#K-InfoHub .related .lstyle-dot > li + li{
	margin-top: 0.5rem;
}
#K-InfoHub .related .iconset{
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}
#K-InfoHub .related .related-img{
	display: flex;
	flex-wrap: wrap;
	margin: 3rem 0 5rem;
}
#K-InfoHub .related .related-img .pic{
	position: relative;
	height: 24.5rem;
}
#K-InfoHub .related .related-img .pic img{
	height: 100%;
}
#K-InfoHub .related .related-img .pic .pic-btn-box{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
}
#K-InfoHub .related .related-img .pic.active .pic-btn-box{
	display: flex;
}
#K-InfoHub .related .related-img .pic .pic-btn{
	display: block;
	width: 4rem;
	height: 4rem;
}
#K-InfoHub .related .related-img .pic .pic-btn .icon{
	display: flex;
	width: 4rem;
	height: 4rem;
	background: #fff;
	border-radius: 50rem;
	overflow: hidden;
}
#K-InfoHub .related .related-img .pic .pic-btn .icon img{
	transform: scale(1.5);
}
#K-InfoHub .related .related-img .pic .pic-btn.pic-btn-down .icon{
	background: #eb003b;
}
#K-InfoHub .related .related-img .photo_view{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	gap: 2rem;
	width: 100%;
	height: 100%;
	padding: 2rem 0;
	text-align: center;
	z-index: 9999;
}
#K-InfoHub .related .related-img .photo_view:after{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}
#K-InfoHub .related .related-img .photo_view.active{
	display: flex;
}
#K-InfoHub .related .related-img .photo_view .img{
	display: block;
	width: 98%;
	max-height: calc(100% - 5rem - 2rem);
	margin: 0 auto;
}
#K-InfoHub .related .related-img .photo_view .photo_close .icon{
	display: flex;
	width: 5rem;
	height: 5rem;
	border-radius: 50rem;
	background-color: #ddd;
}
#K-InfoHub .tags-wrap{
	margin-top: 3rem; 
	padding: 0 0 3rem 0; 
	/* border-bottom: 1px solid #f1f1f1; */
}
#K-InfoHub .tags-wrap h3.tit{
	display: none;
}
#K-InfoHub .tags-wrap ul{
	display: flex; 
	flex-wrap: wrap; 
	gap: 1rem;
}
#K-InfoHub .tags-wrap ul li{
	display: inline-block;
}
#K-InfoHub .tags-wrap ul li a{
	display: block; 
	padding: 1rem 1.4rem; 
	background: #f1f1f1;
	border-radius: 5px; 
	text-decoration: none; 
	color: #111; 
	font-size: 1.4rem;
}
#K-InfoHub .tags-wrap ul li a.avtive,
#K-InfoHub .tags-wrap ul li a:hover{
	background-color: #ba3444; 
	color: #fff;
}

#K-InfoHub .kogl-box{
	display: flex;
	align-items: center;
	gap: 2rem 1rem;
	margin: 5rem 0;
	padding: 2rem;
	border: 1px #eaeaea solid;
	border-radius: 5px;
	background-color: #eaeaea;
	color: #999;	
}
#K-InfoHub .kogl-box .img{
	display: inline-block;
	max-width: 14rem;
}
#K-InfoHub .kogl-box .img + .txt{
	width: calc(100% - 14rem);
}
#K-InfoHub .related-headword-area .tab-menu{
	width: 100%;
	display: flex;
}
#K-InfoHub .related-headword-area .nav-wrapper .swiper-slide{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	max-width: 100%;
}
#K-InfoHub .related-headword-area .nav-wrapper{
	position: relative;
	display: flex;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 2px #000 solid;
}
#K-InfoHub .related-headword-area .nav-wrapper .tab-item{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
	max-height: calc((1.6rem * 1.1) * 3);
	padding-right: 1rem;
	letter-spacing: -0.5px;
	line-height: 1.1;
	text-align: left;
	color: #acacac;
	font-weight: 700;
	overflow: hidden;
}
#K-InfoHub .related-headword-area .nav-wrapper .swiper-slide-thumb-active .tab-item{
	color: #111;
}
#K-InfoHub .related-headword-area .nav-btn{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.5rem;
}
#K-InfoHub .related-headword-area .nav-btn .swiper-button-prev,
#K-InfoHub .related-headword-area .nav-btn .swiper-button-next{
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: 0;
}
#K-InfoHub .related-headword-area .swiper-button-prev:after, 
#K-InfoHub .related-headword-area .swiper-rtl .swiper-button-next:after,
#K-InfoHub .related-headword-area .swiper-button-next:after, 
#K-InfoHub .related-headword-area .swiper-rtl .swiper-button-prev:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 2rem;
	height: 2rem;
	background:url('/renewal2024/images/K-InfoHub/ico_swiper_button.svg')  no-repeat 50% 50% / 100%;
}
#K-InfoHub .related-headword-area .nav-btn .swiper-button-prev{
	transform: scale(-1);
}
#K-InfoHub .related-headword-area .nav-btn .swiper-button-next.swiper-button-disabled, 
#K-InfoHub .related-headword-area .nav-btn .swiper-button-prev.swiper-button-disabled{
	opacity : 0.2;
}

#K-InfoHub .headword-contents .headword-list{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	color: #111;
	font-size: 1.4rem;
}
#K-InfoHub .headword-contents .txt{
	display: flex;
	gap: 1rem;
	padding: 1rem;
	background-color: #f0f2f4;
	border-radius: 5px;
}
#K-InfoHub .headword-contents .img{
	display: inline-block;
	width: 6rem;
}
#K-InfoHub .headword-contents .img + p{
	width: calc(100% - 6rem);
}


@media only screen and (max-width:1024px){
	#K-InfoHub .post-half{
		display: block;
		width: 100%;
	}
	#K-InfoHub .post-half .right-cont{
		width: 100%;
		max-width: 100%;
		margin: 2rem 0 4rem;
		padding: 0;
	}
	#K-InfoHub .tags-wrap{
		border-bottom: 1px solid #f1f1f1;
	}
	#K-InfoHub .related{
		margin-top: 4rem;
	}
}
@media only screen and (max-width:768px){
	#K-InfoHub .al-list.al-list-typeA{
		all: unset;
		position: relative;
		display: inline-block;
		padding: 1rem 3rem;
		background: #e8eff6;
		border-radius: var(--round01-radius);
	}
	#K-InfoHub .al-list.al-list-typeA .txt-another-lang .lang-wrap-inner{
		margin: 0;
		border: 0;
	}
	#K-InfoHub .al-list .txt-another-lang .lang-bot{
		padding: 0;
	}
	#K-InfoHub .al-list .txt-another-lang .lang-bot ul{
		justify-content: flex-start;
	}
	#K-InfoHub .al-list .txt-another-lang .lang-bot ul li{
		float: none;
		margin: 0;
	}
	#K-InfoHub .util-btn .btn-pdf{
		padding: 1rem 3rem;
	}
	
	#K-InfoHub .kogl-box{
		flex-direction: column;
	}
	#K-InfoHub .kogl-box .img + .txt{
		width: 100%;
	}
	
	.related-headword-area .nav-wrapper .tab-item{
		-webkit-line-clamp: 2;
		max-height: calc((1.6rem * 1.3) * 2);
	}
}


@media only screen and (max-width:580px){
	#K-InfoHub .util-btn .btn-pdf{
		display: none;
	}
}