html {font-size: 10px}
/* web font */
@font-face {
  font-family: "NotoSansKR-Black";
  src: url('../../fonts/NotoSansKR-Black.eot');
  src: local('※'), url('../../fonts/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSansKR-Black.woff') format('woff'), url('../../fonts/NotoSansKR-Black.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansKR-Regular";
  src: url('../../fonts/NotoSansKR-Regular.woff');
  font-style: normal;
  font-weight: normal;
}
@font-face { 
  font-family: "NotoSansKR-Bold";
  src: url('../../fonts/NotoSansKR-Bold.eot');
  src: local('※'), url('../../fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/NotoSansKR-Bold.woff') format('woff'), url('../../fonts/NotoSansKR-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}
@font-face { 
  font-family: "NotoSansKR-Dl";
  src: url('../../fonts/NotoSansKR-DemiLight-Hestia.woff');
  font-style: normal;
  font-weight: normal;
}
/* header */
header.header_wrap .gnb_wrap:before {
	opacity: .4;
}
.pc {
	display: block;
}

/* 공통 header 이미지 변경 */
header.header_wrap {
	border-bottom: 1px solid #D1D1D1;
}
header.header_wrap.fixed {
	border-bottom: 0;
}
header.header_wrap .header .btn_menu {
	background: url(../images/kli/2026/btn_menu_kli.svg) no-repeat 0 0;
	background-size: 3rem 2.4rem;
}
header.header_wrap.fixed .header .btn_menu {
	background: url(../images/common/pc/img_sprite.png) no-repeat -260px 0;
	background-size: 60rem 60rem;
}
header.header_wrap .header .logo {
	background: url(../images/kli/2026/kclogo_kli.svg) no-repeat 0 0;
	background-size: 100% auto;
}
header.header_wrap.fixed .header .logo {
	background: url(../images/common/pc/img_sprite.png) no-repeat 0 0;
	background-size: 60rem 60rem;
}
header.header_wrap .header .search_top_area .btn_search {
	background: url(../images/kli/2026/btn_search_kli.svg) no-repeat 0 0;
	background-size: 100% auto;
} 
header.header_wrap.fixed .header .search_top_area .btn_search {
	background: url(../images/common/pc/img_sprite.png) no-repeat -90px -60px;
	background-size: 60rem 60rem;
}
.content_hub {
	min-height: 100vh;
}
.container .breadcrumb.main {
    top: 13.5rem;
    padding-bottom: 1.7rem;
	border-bottom: 1px solid #D1D1D1;
}
.container .breadcrumb li a {
	margin-right: 0;
	padding-right: 0;
}
.container .breadcrumb li a, 
.container .breadcrumb li span {
	color: #000 !important;
	font-weight: normal !important;
	font-size: 1.5rem !important;
}
.container .breadcrumb li a::after {
	display: none;
}
.top_header {
	padding-top: 13.5rem;
}
.container h2 {
	padding-bottom: 4.5rem;
	
}
.top_header h2 strong {
	color: #595959;
	font-size: 4.2rem;
	font-family:'NotoSansKR-Bold';
	font-weight: normal;
}
.top_header h2 div {
	font-size: 2rem;
	color: #595959;
	font-family: 'NotoSansKR-Regular';
}
.featured_area {
	padding-top: 3rem;
	background: rgba(247, 247, 247, .8);
}
.featured_area .item_wrap {
	width: 124rem;
	margin: 0 auto;
	padding: 3.5rem 0 8.4rem 0 ; 
}
.featured_area .item_wrap h3 {
	padding: 0 0 2.85rem 0; 
	font-size: 3rem;
	text-align: center;
	color: #000;
}
.featured_area .item_wrap h3 strong {
	font-family: 'NotoSansKR-Bold';
	font-weight: normal;
}
.featured_content_wrap {
	display: flex;
}
.featured_content_wrap .left_area, 
.featured_content_wrap .right_area {
	flex: 1;
}
.featured_content_wrap .left_area {
	margin-right: 4rem;
}
.featured_content_wrap .item {
	display: block;
	position: relative;      
	padding: 2.8rem 0 0 3.2rem;     
	border-top: 1px solid #D1D1D1;
	transition: all .3s;
}
.featured_content_wrap .item01, 
.featured_content_wrap .item02 {
	height: 26.2rem;
	box-sizing: border-box;
}
.featured_content_wrap .item strong {
	font-size: 2.4rem;
	font-family: 'NotoSansKR-Black';
	line-height: 2.8rem;
}
.featured_content_wrap .item span {
	display: block;
	margin-top: .4rem;
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-family: 'NotoSansKR-Dl'
}
.featured_content_wrap .item p {
	margin-top: 1.8rem;
	color: #fff;
	font-size: 1.4rem;
	font-family: 'NotoSansKR-Regular';
	line-height: 1.8rem;
	opacity: 0;
}
.featured_content_wrap .item01 strong {
	color: #2E509C;
}
.featured_content_wrap .item01 p {
	width: 27.6rem;
}
.featured_content_wrap .item01:hover {
	background-color: #2E509C;
}
.featured_content_wrap .item01:hover * {
	color: #fff;
	opacity: 1;
}
.mobile .featured_content_wrap .item01 p,
.mobile .featured_content_wrap .item01:hover p, 
.mobile .featured_content_wrap .item02 p,
.mobile .featured_content_wrap .item02:hover p, 
.mobile .featured_content_wrap .item03 p, 
.mobile .featured_content_wrap .item03:hover p {
	display: none;
}
.featured_content_wrap .item01 .obj01 {
	position: absolute;
	right: 2rem; bottom: 2rem;
	width: 21rem; height: 4rem;
	background: url(../images/kli/2026/bg_item01_obj01.svg) no-repeat 0 0;
	background-size: 100% 100%;
	transform-origin: right center;
	transition: all .3s;
}
.featured_content_wrap .item01:hover .obj01 {
	transform: scaleX(1.3048);
}
.featured_content_wrap .item01 .obj02 {
	position: absolute;
	right: 12rem; bottom: 4rem;
	width: 10rem; height: 13.6rem;
	background: url(../images/kli/2026/bg_item01_obj02.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform-origin: right center;
	transition: all .3s;
}
.featured_content_wrap .item01:hover .obj02 {
	transform: translate(-2.5rem);
}
.featured_content_wrap .item01 .obj03 {
	position: absolute;
	right: 1.7rem; bottom: 3.5rem;
	width: 15.5rem; height: 18rem;
	background: url(../images/kli/2026/bg_item01_obj03.svg) no-repeat 0 0;
	background-size: 100.5% auto;
	transform-origin: right bottom;
	transition: all .3s;
	background-position: center;
}
.featured_content_wrap .item01:hover .obj03 {
	transform: scaleY(1.3);
}
.featured_content_wrap .item02 {
	padding-left: 18rem;
	padding-right: 4rem;
}
.featured_content_wrap .item02:hover {
	background-color: #BD483F;
}
.featured_content_wrap .item02 strong, 
.featured_content_wrap .item02 span {
	color: #BD483F
}

.featured_content_wrap .item02:hover  * {
	color: #fff;
	opacity: 1;
}
.featured_content_wrap .item02 .obj01 {
	position: absolute;
	left: -4.5rem; bottom: 0;
	width: 36.9rem; height: 3.1rem;
	background: url(../images/kli/2026/bg_item02_obj01.svg) no-repeat 0 0;
	background-size: 100.5% auto;
	background-position: center;
	transform-origin: left bottom;
	transition: all .3s;
}
.featured_content_wrap .item02:hover .obj01 {
	transform: scaleX(0.974); 
}
.featured_content_wrap .item02 .obj02 {
	position: absolute;
	left: 0; bottom: 1.3rem;
	width: 13rem; height: 19.1rem;
	background: url(../images/kli/2026/bg_item02_obj02.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform-origin: center bottom;
	transition: all .3s;
}
.featured_content_wrap .item02:hover .obj02 {
	transform: scale(1.15); 
}
.featured_content_wrap .item02 .obj03 {
	position: absolute;
	left: 5rem; bottom: 1rem;
	width: 3.4rem; height: 10.3rem;
	background: url(../images/kli/2026/bg_item02_obj03.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform-origin: right center;
	transition: all .3s;
}
.featured_content_wrap .item02:hover .obj03 {
	transform: scale(1.02); 
	transform: translate(.4rem); 
}
.featured_content_wrap .item02 .obj04 {
	position: absolute;
	left: 9.7rem; bottom: 1rem;
	width: 24.2rem; height: 6.6rem;
	background: url(../images/kli/2026/bg_item02_obj04.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform-origin: left bottom;
	transition: all .3s;
}
.featured_content_wrap .item02:hover .obj04 {
	transform: scale(1.02); 
	transform: translate(1rem); 
}
.featured_content_wrap .item03 {
	height: 52.5rem;
	padding-right: 24rem;
	box-sizing: border-box;
}
.featured_content_wrap .item03:hover {
	background-color: #AA7F34;
}
.featured_content_wrap .item03 strong, 
.featured_content_wrap .item03 span {
	color: #AA7F34
}
.featured_content_wrap .item03:hover * {
	color: #fff;
	opacity: 1;
}
.featured_content_wrap .item03 .obj01 {
	position: absolute;
	right: 0; bottom: 0;
	width: 43.7rem; height: 2.7rem;
	background: url(../images/kli/2026/bg_item03_obj01.svg) no-repeat 0 0;
	background-size: 100.5% auto;
	transform-origin: right center;
	transition: all .3s;
	background-position: center; 
}
.featured_content_wrap .item03:hover .obj01 {
	transform: translate(-13rem);
}

.featured_content_wrap .item03 .obj02 {
	position: absolute;
	right: 16rem; bottom: 1.5rem;
	width: 19.4rem; height: 9rem;
	background: url(../images/kli/2026/bg_item03_obj02.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform-origin: right bottom;
	transition: all .3s;
}
.featured_content_wrap .item03:hover .obj02 {
	transform: translate(3rem)
}
.featured_content_wrap .item03 .obj03 {
	position: absolute;
	right: 13.6rem; bottom: 10rem;
	width: 12.6rem; height: 9.6rem;
	background: url(../images/kli/2026/bg_item03_obj03.svg) no-repeat 0 0;
	background-size: 100.5% auto;
	background-position: center;
	transform-origin: right bottom;
	transition: all .3s;
}
.featured_content_wrap .item03:hover .obj03 {
	transform: translate(.5rem)
}
.featured_content_wrap .item03 .obj04 {
	position: absolute;
	right: 15rem; bottom: 18.7rem;
	width: 8.4rem; height: 10.2rem;
	background: url(../images/kli/2026/bg_item03_obj04.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform-origin: right bottom;
	transition: all .3s;
}
.featured_content_wrap .item03:hover .obj04 {
	transform: translate(2rem)
}
.featured_content_wrap .item03 .obj05 {
	position: absolute;
	right: -1px; bottom: -1px;
	width: 12.3rem; height: 45.3rem;
	background: url(../images/kli/2026/bg_item03_obj05.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform-origin: right bottom;
	transition: all .3s;
}
.featured_content_wrap .item03:hover .obj05 {
	transform: scale(1.07); 
}
.outlook_area {
	padding: 8.4rem 0;
	background: #F1F1F1;
}
.outlook_area .item_wrap {
	width: 124rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .5rem;
	
}
.outlook_area .item {
	position: relative;
	padding: 5.9rem  3.2rem 3.2rem 3.2rem;
	height: 40rem;
	background-color: #fff;
	color: #000;
	box-sizing: border-box;
	transition: all .3s;
}
.outlook_area .item.audio {
	background-image: url(../images/kli/2026/ico_audio_black.svg);
	background-repeat: no-repeat;
	background-position: right 3.2rem top 4.1rem;
}
.outlook_area .item.audio.cg {
	background-image: url(../images/kli/2026/ico_audio_blue.svg);
	background-repeat: no-repeat;
	background-position: right 3.2rem top 4.1rem;
}
.outlook_area .item.audio:hover, 
.outlook_area .item.audio.hover {
	background-image: url(../images/kli/2026/ico_audio_white.svg);
	background-repeat: no-repeat;
	background-position: right 3.2rem top 4.1rem;
}
.outlook_area .item .practice {
	position: absolute;
	left: 3.2rem; top: 3.2rem;
	font-size: 1.4rem;
	font-family: 'NotoSansKR-Black';
}
.outlook_area .item.acp .practice  {
	color: #BD483F;
}
.outlook_area .item.cg .practice  {
	color: #2E509C;
}
.outlook_area .item .practice_full {
	display: block;
	margin-bottom: 3.4rem;
	height: 3.8rem;
	font-size: 1.4rem;
	font-family: 'NotoSansKR-Regular'
}
.outlook_area .item strong {
	font-size: 1.8rem;
	color: #000;
	font-family: 'NotoSansKR-Bold';
	font-weight: normal;
	line-height: 2.4rem;
}
.outlook_area .item .hash {
	position: absolute;
	left: 3.2rem; bottom: 3.2rem;
}
.outlook_area .item .hash span {
	font-size: 1.2rem;
	font-family: 'NotoSansKR-Regular'
}
.outlook_area .item .hash span.blcok {
	display: block;
}
.outlook_area .item:hover {
	background-color: #B7B6B6;
	color: #fff;
}
.outlook_area .item:hover * {
	color: #fff !important;
}
.outlook_area .item.acp:hover {
	background-color: #BD483F;	
}
.outlook_area .item.acp.hover{
	background-color: rgba(189, 72, 63, .5);
}
.outlook_area .item.acp.hover *, 
.outlook_area .item.cg.hover * {
	color: #fff !important;
}
.outlook_area .item.cg:hover {
	background-color: #2E509C;	
}
.outlook_area .item.cg.hover {
	background-color: rgba(46, 80, 156, .5);	
}
.article_area {
	background: #D1D1D1;
}
.article_area .item_wrap {
	width: 124rem; 
	margin: auto;
	padding: 8.4rem 0 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: .5rem;
}
.article_area .item_wrap .item {
	padding: 3.2rem;
	height: 22rem;
	background: #fff;
	box-sizing: border-box;
	color: #000;
	transition: all .3s;
}
.article_area .item_wrap .item:hover {
	background: #28482D;
}
.article_area .item_wrap .item:hover * {
	color: #fff !important;
}
.article_area .item_wrap .item .category {
	display: block; 
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
	font-family: 'NotoSansKR-Regular'
}
.article_area .item_wrap .item strong {
	font-size: 1.8rem;
	font-family: 'NotoSansKR-Bold';
	line-height: 2.4rem;
}
.article_area .item_wrap .item strong em {
	margin: 0 .2rem 0 .6rem;
	font-style: normal;
	font-family: 'Segoe UI'; 
	font-weight: 200;
}
/* sub page */
body.sub {
	background: #F1F1F1; 
}
.top_header.sub {
	position: relative;
	height: 76.4rem;
	box-sizing: border-box;
	background: #fff;
}
.top_header.sub::before {
	position: absolute;
	left: 0; bottom: 0; 
	width: 29.1rem; height: 35.1rem;
	background: url(../images/kli/2026/bg_sub_left.svg) no-repeat 0 0;
	background-size: 100% auto;
	content: ""
}
.top_header.sub::after {
	position: absolute;
	right: 0; bottom: 0; 
	width: 70rem; height: 47.2rem;
	background: url(../images/kli/2026/bg_sub_right.svg) no-repeat 0 0;
	background-size: 100% auto;
	content: ""
}
.inner_text_wrap {
	position: relative;
	width: 124rem;
	margin: auto;
	padding: 12rem 0 0 0;
}
.inner_text_wrap a {
	color: #595959;
}
.inner_text_wrap a .center {
	width: 22rem;
	text-align: center;
}
.inner_text_wrap a strong {
	display: block;
	font-size: 2.2rem;
	font-family: 'NotoSansKR-Bold';
	line-height: 3.2rem;
}
.inner_text_wrap h3 {
	margin: 0; 
	padding: 7.5rem 0 0 0;
	font-size: 4.6rem;
	font-family: 'NotoSansKR-Black' !important;
	color: #AA7F34;
	line-height: 5.2rem;
}
.inner_text_wrap > span {
	display: block;
	margin-top: 2rem;
	font-size: 2.4rem;
	font-family: 'NotoSansKR-Bold'; 
	line-height: 2.2rem;
}
.inner_text_wrap > span em {
	font-style: normal;
}
.inner_text_wrap > p {
	position: relative;
	width: 76rem;
	margin: 2rem 0;
	font-size: 1.6rem;
	color: #595959;
	line-height: 2.4rem;
	z-index: 1;
}
.inner_text_wrap > p em {
	display: block;
	font-style: normal;
	font-family: 'NotoSansKR-Regular';
}
.sub_article_area {
	width: 124rem;
	margin: 0 auto;
	padding: 1rem 0 0 0;
}
.sub_article_area + .sub_article_area {
	padding: 0;
}
.sub_article_area h4 {
	margin: 6.3rem 0 2.1rem 0;
	color: #000;
	font-size: 2.2rem;
	font-family: 'NotoSansKR-Bold' !important;
}
.sub_article_area ul {
	margin: 0;
	padding: 0;
	border-top: 2px solid #595959;
}
.sub_article_area ul li {
	position: relative;
	padding: 3.6rem 3.2rem;
	border-bottom: 1px solid #595959;
	list-style: none;
	transition: all .3s;
}
.sub_article_area ul li:hover {
	background-color: #E4E3E3;
}
.sub_article_area ul li.audio {
	background-image: url(../images/kli/2026/ico_audio_black.svg);
	background-repeat: no-repeat;
	background-position: right 13.5rem center; 
}
.sub_article_area ul li a {
	font-size: 1.8rem;
	color: #000000;
	font-family: 'NotoSansMedium'
}
.sub_article_area ul li span {
	position: absolute;
	right: 3.2rem;
	top: 50%;
	margin-top: -.7rem;
	color: #595959;
	font-size: 1.2rem;
	font-family: 'NotoSansKR-Regular';
}
/* more select */
.container.ver2026 .topic_more {
	padding-bottom: 8.4rem;
	width: 124rem;
  display: flex;
  justify-content: flex-end;
}
.topic_more .btn_version:after {
  top: 43%;
  transform: rotate(90deg);
}
.topic_more .btn_version em {
  color: #929292;
}
.topic_more .form_select {
	display:inline-block;
	position:relative;
	vertical-align:top;
	width: calc(50% - .8rem)
}
.topic_more .form_select select {
	display:block; 
	width: 100%; 
	height:6rem;
	line-height:6rem;
	padding:0 3.5rem;
	font-size:1.6rem;
	color:#000; 
	font-family: "NotoSansDemiLight" !important; 
	vertical-align:top;
	border:0;
	box-sizing:border-box;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	cursor: pointer;  
}
.topic_more .form_select:after{
	position:absolute; 
	right: 1.3rem; 
	top:50%;
	width:3rem;
	height:3rem; 
	margin-top: -1.8rem; 
	z-index:1;
	background: url(../images/kli/select_arrow.svg) no-repeat center center; 
	content:'';
}
.topic_more .form_select select::-ms-expand{
	display:none;
}
.topic_more .form_select select option {
	padding: 1rem; 
	line-height: 6rem;
}
.topic_more .form_select select option:first-of-type {
	background: #ddd;
	font-family: 'NotoSansMedium'
}
.topic_more .form_select.mgl5{
	margin-left:5px;
}
.btn_area {
	width: 124rem;
	margin: 8.2rem auto;
}
.btn_area .btn_learn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40rem; height: 7rem;
	background: #AA7F34;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 2rem;
	line-height: 2.3rem;
}
/* mobile */
.pc_hide {
	display: none;
}
.mobile {
	background: #fff !important;
}
.mobile .pc_hide {
	display: block;
}
.mobile .mobile_hide {
	display: none;
}
.mobile .header_wrap {
	display: none;
}
.sub.mobile .header_wrap {
	display: block;
}
.mobile .header_wrap.fixed {
	display: block;
}

.mobile .item_wrap {
	width: 100% !important;
}
.mobile .top_header {
	position: relative;
	height: 76rem;
	padding-top: 13vh;
	box-sizing: border-box;
	background: #f2f2e2 url(../images/kli/2026/bg_mobile.png) no-repeat center top;
	background-size: 100% auto;
}
.mobile .top_header::after {
	position: absolute;
	left: 0; right: 0; bottom: 2rem;
	height: 2.5rem;
	background: url(../images/kli/2026/bg_scroll.png) no-repeat center center;
	background-size: auto 2.5rem;
	content:""
}
.mobile .container h2 {
	padding-top: 3rem !important;
	background: url(../images/kli/2026/kclogo_kli.svg) no-repeat center top;
	background-size: 16rem auto;
	padding: 0;
}
.mobile .container h2 strong {
	margin-bottom: .7rem;
	font-size: 2rem;
	color: #000;
}
.mobile .container h2 div {
	font-size: 1.4rem;
	color: #000;
}
.mobile .top_header h3 {
	padding-top: 12rem;
	font-size: 2.3rem;
	box-sizing: border-box;
	text-align: center;
}
.mobile .top_header h3 strong {
	display: block;
	padding: 0 5rem;
	font-family: 'NotoSansKR-Bold';
	font-weight: normal;
}
.mobile .featured_area {
	padding-top: 0;
	background: transparent;
}
.mobile .featured_area .item_wrap {
	padding: 0;
}
.mobile .featured_area .obj01, 
.mobile .featured_area .obj02, 
.mobile .featured_area .obj03, 
.mobile .featured_area .obj04, 
.mobile .featured_area .obj05 {
	display: none;
}
.mobile .featured_content_wrap {
	display: block;
}
.mobile .featured_content_wrap .left_area {
	display: flex;
	margin-right: 0;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}
.mobile .featured_content_wrap .item {
	padding: 2rem!important;
	height: 21rem;
	flex: 1;
	max-width: 50%;
	text-align: center;
	border-top: 0;
}
.mobile .featured_content_wrap .item span {
	font-size: 1.6rem;
	line-height: 1.8rem;
}
.mobile .featured_content_wrap .item01 {
	padding-top: 5.9rem !important;
}
.mobile .featured_content_wrap .item02 {
	padding: 4.9rem 3rem 3rem 3rem !important;
	border-left: 1px solid #D1D1D1;
}
.mobile .featured_content_wrap .item strong {
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.mobile .featured_content_wrap .item03 {
	max-width: 100vw;
	height: 19rem;
	padding-top: 5rem !important;
}
.mobile .outlook_area {
	padding: 2.8rem;
	background: #dadada;
}
.mobile .outlook_area .item_wrap {
	grid-template-columns : repeat(1, 1fr);
	grid-gap: .2rem;
}
.mobile .outlook_area .item strong {
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.mobile .outlook_area .item {
	height: 13.6rem;
	padding: 1.2rem 1.6rem;
}
.mobile .outlook_area .item .practice {
	position: static;
	font-size: 1.2rem;
}
.mobile .outlook_area .item .practice_full {
	display: inline-block;
	margin-bottom: 0;
	height: auto;
	font-size: 1.2rem;
}
.mobile .outlook_area .item .practice_full br {
	display: none;
}
.mobile .outlook_area .item strong {
	display: block;
	margin-top: .5rem;
}
.mobile .outlook_area .item .hash {
	left: 1.6rem; bottom: 1.3rem;
}
.mobile .outlook_area .item .hash span {
	font-size: 1rem;
}
.mobile .outlook_area .item .hash span.block {
	display: inline;
}
.mobile .outlook_area .item.audio {
	background-position: right 1.6rem top 1.6rem;
	background-size: 1.6rem auto;
}
.mobile .article_area {
	padding: 2.8rem;
}
.mobile .article_area .item_wrap {
	padding: 0;
	grid-template-columns : repeat(2, 1fr)
}
.mobile .article_area .item_wrap .item {
	padding: 1.1rem 1.6rem;
	height: 20rem;
}
.mobile .article_area .item_wrap .item strong {
	display: block;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.mobile .article_area .item_wrap .item .category {
	height: 3.2rem;
	margin-bottom: 3rem;
	font-size: 1.2rem;
}
.mobile .article_area .item_wrap .item strong br {
	display: none;
}
.mobile .top_header.sub {
	background: #fff url(../images/kli/2026/bg_sub_mobile.svg) no-repeat center bottom;
	background-size: 100% auto;
}
.mobile .top_header.sub::before, .mobile .top_header.sub::after {
	display: none;
}
/* mobile */
@media screen and (max-width: 1023px) {
	body *::-webkit-scrollbar-track {
		border-radius: 6px;
		background-color: #fff;
	}
	body *::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background-color: transparent;
	}
	body *::-webkit-scrollbar-thumb {
		border-radius: 6px;
		background-color: #7A7A7A;
	}
	.ios * {
		-apple-system,BlinkMacSystemFont,"Helvetica Neue","Apple SD Gothic Neo",Arial,sans-serif
	}
	header.header_wrap {
		display: none;
		height: 6.583rem;
	}
	header.header_wrap .header .logo {
		width: 19rem;
		height: 3.4rem;
  		background: url(../../images/common/logo_white.svg) no-repeat center center; 
		background-size: 100% auto;
	}
	header.header_wrap .header .btn_menu {
		top: 2.2rem;
		width: 3rem; height: 3rem;
		background-position: -17.17rem 0;
		background-size: 31rem 35rem;
	}
	header.header_wrap .header .search_top_area .btn_search {
		top: 2rem; 
		width: 3rem;
		height: 3rem;
		background-position: -21.67rem .25rem;
		background-size: 33rem 33rem;
	}
	header.header_wrap .header .search_top_area {
	  height: 5.5rem;
	}
	header.header_wrap.fixed {
		display: block;
	}
	.container.ver2025 .indicator {
		right: 2.7rem; 
	}
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
	
}

@media screen and (max-width: 700px) {
	body *::-webkit-scrollbar-track {
		border-radius: 2px;
		background-color: #fff;
	}
	body *::-webkit-scrollbar {
		width: 2px;
		height: 2px;
		background-color: transparent;
	}
	body *::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background-color: #7A7A7A;
	}
}

.mobile header.header_wrap.fixed .header .btn_menu, 
.mobile.sub header.header_wrap .header .btn_menu {
	top: 2.2rem;
    width: 3rem;
    height: 3rem;
    background: url(../images/common/mo/img_sprite.png) no-repeat -17.17rem 0;
    background-size: 31rem 35rem;
}
.mobile header.header_wrap .header .logo {
	width: 19rem;
    height: 3.4rem;
    background: url(../../images/common/logo_white.svg) no-repeat center center;
    background-size: 100% auto;
}
.mobile header.header_wrap .header .search_top_area .btn_search {
	top: 2rem;
    width: 3rem;
    height: 3rem;
    background: url(../images/common/mo/img_sprite.png) no-repeat -21.67rem .25rem;
    background-size: 33rem 33rem;
}
.mobile.sub .top_header.sub {
	height: 65rem;
	padding: 0 2.8rem;
}
.mobile header.header_wrap {
	background: rgba(0,0,0,.8);
}
.mobile.sub .inner_text_wrap {
	width: 100%;
	padding-top: 10.6rem;
}
.mobile.sub .inner_text_wrap a .center {
	width: auto;
	text-align: left;
	font-size: .8rem;
}
.mobile.sub .inner_text_wrap a span {
	line-height: 1.5rem;
}
.mobile.sub .inner_text_wrap a strong {
	font-size: 1.2rem;
	line-height: 1.7rem;
}
.mobile.sub .top_header h3 {
	padding-top: 2.62rem;
	font-size: 2.5rem;
	line-height: 2.8rem;
	text-align: left; 
}
.mobile.sub .inner_text_wrap > span {
	font-size: 1.6rem;
	line-height: 2rem;
}
.mobile.sub .inner_text_wrap > span em {
	display: block;
}
.mobile.sub .inner_text_wrap > p {
	width: 100%;
	margin: 1.6rem 0;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.mobile.sub .inner_text_wrap > p em {
	line-height: 1.8rem;
}
.mobile.sub .sub_article_area {
	width: 100%;
	padding: 2.8rem 2.8rem .8rem 2.8rem;
	background: rgba(241, 241, 241, .8);
	box-sizing: border-box;
}
.mobile.sub .sub_article_area:last-of-type {
	 padding: 2.8rem 2.8rem 5.6rem 2.8rem;
}
.mobile.sub .sub_article_area h4 {
	margin: 0;
	padding-bottom: .8rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
.mobile.sub .sub_article_area ul li {
	padding: 1.2rem 4.8rem 1.2rem 1.6rem;
}
.mobile.sub .sub_article_area ul li a {
	display: block;
	margin-bottom: 1.2rem;
	height: 5.6rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.mobile.sub .sub_article_area ul li span {
	position: static;
}
.mobile.sub .sub_article_area ul li.audio {
	background-position: right 1.6rem top 1.7rem;
}
.mobile .btn_area {
	width: 100%;
	margin: 5rem 0 -.6rem 0;
}
.mobile .btn_area a {
	display: flex;
	width: auto;
	height: 5.4rem;
	font-size: 1.5rem;
}
.mobile .topic_more {
	width: 100% !important;
	padding: 0 !important;
	margin-top: 2.6rem !important;
}
.mobile .topic_more .form_select {
	width: 100%;
}
.mobile footer.footer_wrap {
	min-height: 7.583rem;
	height: auto;
}
.mobile footer.footer_wrap .footer .address {
	display: flex;
	align-items: center; 
	justify-content: center; 
	width: auto;
}
.mobile footer.footer_wrap .footer .address li a {
	font-size: 1.4rem;
}
.mobile footer.footer_wrap .footer .address li:before, 
.mobile .internal_link li::before {
	top: .5rem;
	height: 1rem;
	width: .1rem;
}
.mobile .internal_link a {
	font-size: 1.4rem;
}
.mobile footer.footer_wrap .footer .copyright {
	font-size: 1.15rem;
	color: rgba(255,255,255,.3)
}

@media screen and (min-width: 600px) and (max-width: 779px) {
	.mobile.sub .top_header.sub {
		height: 72rem;
		padding: 0 3.5rem;
	}
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
	.sub .content_hub  {
		background: #F1F1F1;
	}
	.top_header.sub {
		height: 105rem;
	}
	.inner_text_wrap, .sub_article_area {
		padding-top: 0;
		width: 92vw;
		z-index: 1;
	}
	.inner_text_wrap > p {
		width: 100%;
	}
	.sub_article_area ul li {
		padding-right: 16rem;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.inner_text_wrap, .sub_article_area, .btn_area {
		width: 92vw;
	}
	.top_header.sub::before {
		zoom: 0.5;
	}
	.top_header.sub::after {
		zoom: 0.6;
	}
	.inner_text_wrap h3 {
		padding-top: 5.5rem;
		font-size: 4rem;
		line-height: 4.2rem;
	}
	.inner_text_wrap > span {
		font-size: 2.2rem;
		line-height: 2.2rem;
	}
	.inner_text_wrap > p {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
	.inner_text_wrap, .sub_article_area, .btn_area {
		width: 92vw;
	}
	.top_header.sub::before {
		zoom: 0.5;
	}
	.top_header.sub::after {
		zoom: 0.7;
	}
	
}