html {font-size: 10px}
/* header */
header.header_wrap .gnb_wrap:before {
	opacity: .4;
}
.pc {
	display: block;
}
.mobile {
	display: none;
}
.container.ver2025 * {
  box-sizing: border-box;
}
.container.ver2025 .indicator {
  position: fixed;
  right: 47px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.container.ver2025 .indicator a {
  display: block;
  margin-bottom: 1.6rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.45);
  font-size: 0;
}
.container.ver2025 .indicator a.on {
  background: #fff;
}
.container.ver2025 .indicator.dark a {
  background: #b1b1b1;
}
.container.ver2025 .indicator.dark a.on {
  background: #444;
}
/* top - visual */
.container.ver2025 .top_visual_box {
	position: relative;
	height: 107.8rem;
	margin: 0;
	animation: changeBg 2s ease forwards;
	background: #b7b2b6 url(../images/kli/2025/bg_main_kli2025.jpg) no-repeat center top;
	background-size:  cover;
	/* animation: blurEffect 2s ease-out forwards; */
}
.container.ver2025 .top_visual_box::before {
	position: absolute; 
	left: 0; right: 0; top: 0; bottom: 0;
	background: rgba(0,0,0,.25);
	content:""
}
@media screen and (min-width: 1981px) {
  .container.ver2025 .top_visual_box {
    background-size: 100% auto;
  }
}
.container.ver2025 .top_visual_box .top_header {
  position: relative;
  padding-bottom: 6.5rem;
}
.container.ver2025 .top_visual_box .top_header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  animation-name: bordertoright;
  animation-delay: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  content: "";
}
.container.ver2025 .top_visual_box .top_header h2 {
  display: block;
  padding-top: 17rem;
}
.container.ver2025 .top_visual_box .top_header h2 strong {
  font-family: 'NotoSansDemiLight' !important;
  font-size: 4.2rem;
  letter-spacing: .1rem;
}
.container.ver2025 .top_visual_box .top_header h2 div {
  font-family: 'NotoSansLight' !important;
  font-size: 1.9rem;
}
.container.ver2025 .top_visual_box .main_article_wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.container.ver2025 .top_visual_box .main_article_wrap .main_article_inner {
  position: relative;
  display: flex;
  width: 124rem;
  height: 63.2rem;
  margin: auto;
}
.container.ver2025 .top_visual_box .main_article_wrap .main_article_inner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  animation-name: bordertodown;
  animation-delay: .6s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  z-index: 1;
  content: "";
}
.container.ver2025 .top_visual_box .main_article_wrap .title_text {
  position: relative;
  flex: 1;
  padding: 2rem 1.3rem 2rem 2rem;
  text-align: left;
  width: 31.2rem;
  max-width: 31.2rem;
  min-width: 31.2rem;
  letter-spacing: -1.5px;
}
.container.ver2025 .top_visual_box .main_article_wrap .title_text::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  animation-name: bordertodown;
  animation-delay: .65s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  z-index: 1;
  content: "";
}
.container.ver2025 .top_visual_box .main_article_wrap .title_text h1 {
  position: relative; 
  margin: 0;
  font-size: 3rem;
  color: #fff;
  line-height: 4rem;
  font-weight: normal;
  font-family: 'NotoSansLight' !important;
  letter-spacing: -0.9px;
  opacity: 0;
  animation-name: showtext;
  animation-delay: .6s;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.container.ver2025 .top_visual_box .main_article_wrap .title_text p {
	position: relative; 
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	line-height: 2.2rem;
	margin-top: 3rem;
	font-family: 'NotoSansLight' !important;
	animation-name: showtext;
	animation-delay: .7s;
	animation-duration: .2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
	letter-spacing: 0;
}
.container.ver2025 .top_visual_box .main_article_wrap .title_text p .pcbr {
  display: block;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap {
  flex: 3;
  display: flex;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 63.2rem;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  animation-name: bordertodown;
  animation-delay: .7s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  z-index: 1;
  content: "";
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li {
  position: relative;
  flex: 1;
  min-width: 31rem;
  text-align: left;
  box-sizing: border-box;
  transition: all .15s;
  list-style: none;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li.audio a {
	background: url(../images/kli/2025/ico_audio_white.svg) no-repeat right 2.2rem top 3rem;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li.audio a:hover {
	background-image: url(../images/kli/2025/ico_audio_gray.svg)
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:hover + li {
	padding-top: 8.5rem;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:nth-of-type(1)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  animation-name: bordertoright;
  animation-delay: .3s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  content: "";
} 
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  transition: all 0.2s cubic-bezier(0.86, -0.01, 0.7, 1);
  content: "";
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:nth-of-type(2n)::before {
  top: auto;
  bottom: 0;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li a.hover {
	display: none;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li a {
  position: relative;
  display: block;
  padding: 2rem 1.8rem;
  font-size: 2rem;
  font-family: 'NotoSansDemiLight' ;
  color: #fff;
  line-height: 2.8rem;
  opacity: 0;
  animation-name: showtext;
  animation-delay: 1s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  transition: all .2s;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li a strong {
	font-weight: normal;
	letter-spacing: .5px;
	font-family: 'NotoSansRegular';
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li a p {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 4.2rem;
	font-size: 1.6rem;
	font-family: 'NotoSansLight';
	line-height: 2.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	display: none;
	opacity: 0;
}
/* top-visual - hover 효과 */
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:hover a {
	padding-right: 1.6rem !important;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:hover a strong {
	letter-spacing: -.1px;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:hover::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 42.9rem;
  background: #fff;
  content: "";
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li.a04:hover::before, 
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li.a05:hover::before, 
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li.a06:hover::before {
	top: auto; 
	bottom: 0;
	height: 44.9rem;
}

.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:hover a {
	display: flex;
	flex-direction: column;
	color: #000;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li.a04:hover a,
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li.a05:hover a, 
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li.a06:hover a {
	margin-top: -13rem;
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:hover a strong {
	font-family: 'NotoSansMedium'
}
.container.ver2025 .top_visual_box .main_article_wrap .article_wrap .article li:hover a p {
	display: -webkit-box;
	opacity: 0;
	animation-name: showSubText;
	  animation-duration: .2s;
	  animation-fill-mode: forwards;
	  animation-timing-function: ease-in; 
}
/* outlook */
.container.ver2025 .outlook_wrap {
  padding: 12rem 0;
  background: #eaeaea;
}
.container.ver2025 .outlook_wrap .outlook_inner {
   display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4개의 열 */
    gap: 2rem;
  width: 124rem;
  margin: auto;
  padding: 0;
}
.container.ver2025 .outlook_wrap .outlook_inner li {
  position: relative;
  list-style: none;
  background: #F4F4F4;
  text-align: left;
  transform: translateY(5rem);
  opacity: 0;
  transition: .2s all ease;
}
.container.ver2025 .outlook_wrap .outlook_inner li * {
  transition: .2s all ease;
}
.container.ver2025 .outlook_wrap .outlook_inner li::before {
	position: absolute; 
	left: 0; right: 0; top: 0; 
	height: .4rem; 
	background: #cecece;
	transition: all .2s;
	content:""
}
.container.ver2025 .outlook_wrap .outlook_inner li.ow::before {
	background: #E79F56;
}
.container.ver2025 .outlook_wrap .outlook_inner li.ow .category {
	color: #E79F56;
}

.container.ver2025 .outlook_wrap .outlook_inner li.ai::before {
	background: #2B9A91;
}
.container.ver2025 .outlook_wrap .outlook_inner li.ai .category {
	color: #2B9A91;
}
.container.ver2025 .outlook_wrap .outlook_inner li.empty::before {
	background: #fff;
}
.container.ver2025 .outlook_wrap .outlook_inner li.active {
  transform: translateY(0);
  opacity: 1;
}
.container.ver2025 .outlook_wrap .outlook_inner li a {
  position: relative; 
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 32rem;
  padding: 2rem;
}
.container.ver2025 .outlook_wrap .outlook_inner li .category {
	margin-bottom: 2rem;
	padding-right: 2rem;
	font-size: 1.5rem;
	line-height: 1.333;
	font-family: 'NotoSansRegular', 'Arial', sans-serif; 
	color: #000;
}
.container.ver2025 .outlook_wrap .outlook_inner li .title {
	 height: 17rem;
	 margin: 0 0 4rem 0;
	 padding: 0;
	 color: #000;
	 font-size: 2rem;
	 line-height: 1.3;
	 text-align: left;
	 font-family: 'NotoSansBold', 'Arial', sans-serif !important;
	 font-weight: normal;
	/* display: -webkit-box; overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical; */
}
.container.ver2025 .outlook_wrap .outlook_inner li .hashtag {
	margin: 0;
	margin-bottom: 1px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #7A7A7A;
	font-family: "Arial";
}
.container.ver2025 .outlook_wrap .outlook_inner li .hashtag span {
  display: inline-block;
  margin-right: .5rem;
  font-size: 1.3rem;
  line-height: 1.384;
  font-family: 'NotoSansRegular', 'Arial', sans-serif;
}
.container.ver2025 .outlook_wrap .outlook_inner li .hashtag span strong {
	font-weight: normal;
}
.container.ver2025 .outlook_wrap .outlook_inner li:hover .hashtag .ai, 
.container.ver2025 .outlook_wrap .outlook_inner li.hover .hashtag .ai {
	color: #00FFB3;
	font-weight: normal;
}
.container.ver2025 .outlook_wrap .outlook_inner li:hover .hashtag .ow, 
.container.ver2025 .outlook_wrap .outlook_inner li.hover .hashtag .ow {
	color: #FFFF00;
	font-weight: normal;
}
.container.ver2025 .outlook_wrap .outlook_inner li.x2 {
	grid-column: span 2; /
}
.container.ver2025 .outlook_wrap .outlook_inner li.x2::before {
	background: #5189C3;
}
.container.ver2025 .outlook_wrap .outlook_inner li.x2 .category {
	color: #5189C3;
}
.container.ver2025 .outlook_wrap .outlook_inner li a.audio {
	background-image: url(../images/kli/2025/ico_audio_gray.svg);
	background-repeat: no-repeat;
	background-position: right 1.8rem top 2rem;
}
.container.ver2025 .outlook_wrap .outlook_inner li a.video {
	background-image: url(../images/kli/2025/ico_video_gray.svg);
	background-repeat: no-repeat;
	background-position: right 1.8rem top 2rem;
}
/* hover */
.container.ver2025 .outlook_wrap .outlook_inner li:hover::before {
	bottom: 0; 
	height: 100%;
}
.container.ver2025 .outlook_wrap .outlook_inner li:hover a.audio {
	background-image: url(../images/kli/2025/ico_audio_white.svg);
	background-repeat: no-repeat;
	background-position: right 1.8rem top 2rem;
}
.container.ver2025 .outlook_wrap .outlook_inner li:hover a.video {
	background-image: url(../images/kli/2025/ico_video_white.svg);
}
.container.ver2025 .outlook_wrap .outlook_inner li.ow:hover .category, 
.container.ver2025 .outlook_wrap .outlook_inner li.ow:hover .hashtag, 
.container.ver2025 .outlook_wrap .outlook_inner li.ai:hover .category, 
.container.ver2025 .outlook_wrap .outlook_inner li.ai:hover .hashtag, 
.container.ver2025 .outlook_wrap .outlook_inner li.x2:hover .category,
.container.ver2025 .outlook_wrap .outlook_inner li.x2:hover .hashtag, 
.container.ver2025 .outlook_wrap .outlook_inner li.ow.hover .category, 
.container.ver2025 .outlook_wrap .outlook_inner li.ai.hover .category {
	color: #fff;
}
.container.ver2025 .outlook_wrap .outlook_inner li.ow.hover {
	background-color: rgba(231, 159, 86, .5);
}
.container.ver2025 .outlook_wrap .outlook_inner li.ow.hover::before {
	background-color: #e9c5a0;
}
.container.ver2025 .outlook_wrap .outlook_inner li.ai.hover {
	background-color: rgba(43, 154, 145, .5);
}
.container.ver2025 .outlook_wrap .outlook_inner li.ai.hover::before {
	background-color: #8EC6C2;
}
/* article */
.article_section, .hub_line_topics {
	position: relative;
	background: #ABABAB;
}
.hub_line_topics {
	padding-top: 12rem;
}
ul.board_list.hub_board {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6rem;
	border-top: 0;
}
.container.ver2025 ul.board_list li {
	position: relative; 
	padding: 2rem 2rem 3.3rem 2rem !important;
	border: 0;
	transition: all .2s;
}
.container.ver2025 ul.board_list li::before {
	position: absolute; 
	left: 0; right: 0; top: 0; 
	height: .4rem;
	background: #A28B6B;
	transition: all .2s;
	content: ""
}
.container.ver2025 ul.board_list li:hover::before {
	height: 100%;
}
.container.ver2025 ul.board_list li:hover * {
	color: #fff !important;
}
.container.ver2025 ul.board_list li a {
	position: relative; 
	z-index: 10;
}
ul.board_list.hub_board li .category {
	padding-bottom: 2.4rem; 
}
.container.ver2025 ul.board_list.hub_board li .category {
  font-family: 'NotoSansBold', 'Arial', sans-serif; 
  font-size: 1.5rem;
  line-height: 1.3;
  color: #A28B6B;
}
.container.ver2025 ul.board_list li a:hover p.title {
	color: #000;
}
.container.ver2025 ul.board_list li p.title {
	font-size: 2rem;
    font-family: 'NotoSansRegular', 'Arial', sans-serif;
    line-height: 1.3;
}
/* more select */
.container.ver2025 .topic_more {
	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;
}
/* animation effect */
@keyframes texttoRight {
  from {
    transform: translateX(-5rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes texttoLeft {
  from {
    transform: translateX(-5rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes blurEffect {
  0% { filter: blur(10px); }
  100% { filter: blur(0px); }
}
@keyframes changeBg {
  0% {
    background: #b7b2b6 url(../images/kli/2025/bg_main_kli2025.jpg) no-repeat center -10rem;
    background-color: #b7b2b6;
    background-size: cover;
  }
  
  100% {
    background: #b7b2b6 url(../images/kli/2025/bg_main_kli2025.jpg) no-repeat center top;
    background-size: cover;
  }
}

@keyframes bordertoright {
  from {
    left: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  to {
    right: 0;
    width: 100%;
  }
}

@keyframes bordertodown {
  from {
    height: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  to {
    height: 100%;
  }
}

@keyframes showtext {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showSubText {
	from {
		height: 5rem;
    	opacity: 0;
	} to {
		height: 15.5rem;
    	opacity: 1;
	}
}
@keyframes fillbg {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* tablet */
@media screen and (max-width: 1239px) {
	.container.ver2025 .indicator {
		right: 2.7rem; 
		display: none;
	}
	html {
		font-size: 8px;
	}
	.pc {
		display: block;
	}
	.mobile {
		display: none;
	}
	ul.board_list.hub_board {
		width: 124rem;
	}
}
/* mobile */
@media screen and (max-width: 1023px) {
	html {
		font-size: 10px;
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
	}
	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;
	}
	.top_visual_box_m {
		position: relative; 
	}
	.top_visual_box_m .bg::before {
		position: absolute; 
		left: 0; right: 0; top: 0; bottom: 0;
		background: rgba(0,0,0,.25);
		content:""
	}
	.top_visual_box_m .bg {
			position: fixed;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100vh; /* 패럴럭스 효과용 여유 */
		background: url(../images/kli/2025/bg_main_kli2025_mo.jpg) no-repeat center top; 
		  /* z-index: -1; */
		  will-change: transform;
		  background-size: cover;
			
	}
	.top_visual_box_m .top_content {
		  position: relative;
		  z-index: 1;
	}
	/* .ios .top_visual_box_m {
		background-attachment: unset;
	} */
  	.top_visual_box_m h2 {
  		position: relative; 
  		display: flex; 
  		flex-direction: column;
  		align-items: center; 
  		justify-content: flex-start; 
  		padding-top:30vh;
  		height: 100vh;
  		color: #fff;
  		box-sizing: border-box;
  		transition: all .3s;
  	}
  	.top_visual_box_m h2.on {
  		opacity: 0;
  	}
  	.top_visual_box_m h2 strong {
  		display: block;
  		padding-top: 5rem;
  		font-size: 3.2rem;
  		background: url(../../images/common/logo_white.svg) no-repeat center top; 
  		background-size: 16rem auto;
  	}
  	.top_visual_box_m h2 div {
  		font-size: 1.8rem;
  		font-family: 'NotoSansDemiLight' !important;
  		line-height: 2.4rem;
  	}
  	.top_visual_box_m h2 span {
  		display: block;
  		margin-top: 11rem;
  		padding-top: 4rem;
  		font-size: 1.2rem;
  		font-family: 'NotoSansDemiLight' !important;
  		line-light: 1.6rem;
  		background: url(../images/kli/2025/scroll_arrow.svg) no-repeat center top;
  	}
  	.top_visual_box_m .title_text {
  		position: relative;
  		padding: 2.8rem;
  		color: #fff;
  		font-size: 1.6rem;
  		font-family: 'NotoSansDemiLight' !important;
  		line-height: 2.4rem;
  	}
  	.top_visual_box_m .title_text h3 {
  		color: #fff;
  		font-size: 3rem;
  		font-family: 'NotoSansDemiLight' !important;
  		font-weight: normal;
  		line-height: 4rem;
  	}
  	.top_visual_box_m ul, 
  	.top_visual_box_m ul li {
  		position: relative;
  		margin: 0;
  		padding: 0; 
  		list-style: none;
  	}
  	.top_visual_box_m ul li {
  		border-top: 1px solid rgba(255,255,255,.4);
  	}
  	.top_visual_box_m ul li a {
  		display: block;
  		padding: 2.8rem;
  		font-size: 2rem;
  		color: #fff;
  		line-height: 2.8rem;
  		font-family: 'NotoSansMedium' !important;
  	}
  	.top_visual_box_m ul li.audio a {
  		padding-right: 5rem;
  		background: url(../images/kli/2025/ico_audio_white.svg) no-repeat right 2.2rem top 3.4rem;
  	}
  	
  	.top_visual_box_m ul li a:active {
  		background-color: rgba(0,0,0,.75)
  	}
  	.outlook_wrap_m {
  		position: relative;
  		padding: 5rem 0 6.5rem 0;
  		background: #EAEAEA;
  	}
  	.outlook_wrap_m_inner_wrap {
  		position: relative;
  		margin-left: 2.8rem;
  		
  	}
  	.outlook_wrap_m_inner_wrap .slider {
	  	display: flex;
	    transition: transform 0.5s ease;
	    overflow-x: scroll;
  		-webkit-overflow-scrolling: touch;
  		width: 100%;
  	}
	
  	.outlook_wrap_m_inner_wrap ul {
  		/* min-width: calc(100vw - 8rem); */
  		min-width: calc(100vw - 7rem);
  		margin: 0 1.6rem 0 0; 
  		padding: 0;
  		 transition: transform 0.3s ease; 
  		/* margin-left: -3.5rem; */
  	}
  	.outlook_wrap_m_inner_wrap li {
  		position: relative;
  		margin: 0 0 1.4rem 0; 
  		padding: 0;
  		list-style: none;
  		background: #f4f4f4;
  	}
  	.outlook_wrap_m_inner_wrap li a {
  		position: relative;
  		display: block;
  		margin: 0;
  		padding: 1.6rem;
  		border: 1px solid #CECECE;
  	}
  	
  	.outlook_wrap_m_inner_wrap li::before {
  		position: absolute;
  		left: 0; top: 0; right: 0; 
  		height: .4rem;
  		background: #CECECE;
  		transition: all .2s;
  		content:""
  	}
  	.outlook_wrap_m_inner_wrap li.x2::before {
		background: #5189C3;
	}
	.outlook_wrap_m_inner_wrap li.x2 .category {
		color: #5189C3;
	}

  	.outlook_wrap_m_inner_wrap li a.audio {
		background-image: url(../images/kli/2025/ico_audio_gray.svg);
		background-repeat: no-repeat;
		background-position: right 1.8rem top 1.8rem;
	}
	.outlook_wrap_m_inner_wrap li a.video {
		background-image: url(../images/kli/2025/ico_video_gray.svg);
		background-repeat: no-repeat;
		background-position: right 1.8rem top 1.8rem;
	}
	/* hover */
	.outlook_wrap_m_inner_wrap li:active::before {
		bottom: 0; 
		height: 100%;
	}
	.outlook_wrap_m_inner_wrap li:active a.audio {
		background-image: url(../images/kli/2025/ico_audio_white.svg);
		background-repeat: no-repeat;
		background-position: right 1.8rem top 2rem;
	}
	.outlook_wrap_m_inner_wrap li:active a.video {
		background-image: url(../images/kli/2025/ico_video_white.svg);
	}


  	.outlook_wrap_m_inner_wrap li a .category {
  		position: relative;
  		color: #000;
  		font-size: 1.5rem;
  		font-family: 'NotoSansDemiLight' !important;
  		line-height: 1.3;
  	}
  	.outlook_wrap_m_inner_wrap li a h2 {
  		position: relative;
  		display: -webkit-box;
  		-webkit-box-orient: vertical;
  		padding: 0;
  		margin: .5rem 0 2.4rem 0;
  		height: 5.5rem;
  		font-size: 2rem;
  		font-family: 'NotoSansBold', 'Arial', sans-serif !important;
  		text-align: left; 
  		line-height: 1.3;
  		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
  	}
  	.outlook_wrap_m_inner_wrap li a .hashtag {
  		position: relative;
  		font-size: 1.3rem;
  		color: #ABABAB;
  		font-family: 'NotoSansDemiLight';
  	}
  	.outlook_wrap_m_inner_wrap li a .hashtag span {
  		margin-left: .4rem;
  	}
  	.outlook_wrap_m_inner_wrap li.ow::before {
  		background: #E79F56;
  	}
  	.outlook_wrap_m_inner_wrap li.ow a .category {
  		color: #E79F56;
  	}
  	.outlook_wrap_m_inner_wrap li.ow:active .category, 
  	.outlook_wrap_m_inner_wrap li.ow:active .hashtag, 
  	.outlook_wrap_m_inner_wrap li.ai:active .category, 
  	.outlook_wrap_m_inner_wrap li.ai:active .hashtag {
  		color: #fff;
  	}
  	.outlook_wrap_m_inner_wrap li.ai::before {
  		background: #2B9A91;
  	}
  	.outlook_wrap_m_inner_wrap li.ai a .category {
  		color: #2B9A91;
  	}
  	.page {
  		margin-top: 1.6rem;
  		font-size: 1.2rem;
  		text-align: center; 
  		color: #7A7A7A;
  		font-family: 'NotoSansDemiLight'
  	}
  	.page strong {
  		font-weight: normal;
  		font-family: 'NotoSansMedium'
  	}
 .hub_line_topics {
 	padding: 2.8rem !important;
 }
 ul.board_list.hub_board {
 	display: block;
 	width: 100%;
 }
	ul.board_list.hub_board li {
		margin-bottom: 1.6rem;
		border: 1px solid #CECECE !important;
	}
	.container.ver2025 ul.board_list.hub_board li .category {
		font-size: 1.2rem;
	}
	.container.ver2025 ul.board_list li {
		min-height: 12rem;
	}
	ul.board_list.hub_board li .category {
		padding-bottom: .5rem;
	}
	.container.ver2025 ul.board_list li {
		padding: 1.6rem !important;
	}
	.container.ver2025 ul.board_list li p.title {
		font-size: 2rem;
  		font-family:'NotoSansRegular', 'Arial', sans-serif !important;
  		line-height: 2.6rem;
		font-weight: normal;
	}
	.hub_line_topics .topic_more {
		padding: 0 !important;
		width: auto !important;
	}
	.topic_more {
		width: 100%;
		margin-top: 2.6rem !important;
	}
}
@media screen and (max-height: 800px) {
	html {
		font-size: 9.5px;
	}
}

@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;
	}
}
