@charset "utf-8";

/* #fs_container_wrap {}

#fs_header input::-ms-input-placeholder {color:#efefef;}
#fs_header input::-webkit-input-placeholder {color:#efefef;}
#fs_header input::-moz-placeholder {color:#efefef;}

/*html, body {overflow-x:hidden;}*/

#fs_header{background:rgba(255,255,255,1);}
#fs_header.on{border-bottom: 1px solid #EDEDED;}
#fs_header .fs_head .logo {display:none;}
#fs_header .fs_head .m_logo {display:inline-block;}
#fs_header.on .fs_head .logo {display:inline-block;}
#fs_header.on .fs_head .m_logo {display:none;}
#fs_header.on .global_box > ul > .glo6 > a {color:#fff;}
#fs_header.on .global_box > ul > .glo6 > a {color: #566071;}
#fs_header.on .global_box > ul > .glo6 > input::-webkit-input-placeholder {color:#fff;}
#fs_header .global_box > ul > li.glo6 > input:focus::-webkit-input-placeholder {color:transparent;}/* WebKit browsers */
#fs_header .global_box > ul > li.glo6 > input:focus:-moz-placeholder {color:transparent;}/* Mozilla Firefox 4 to 18 */
#fs_header .global_box > ul > li.glo6 > input:focus::-moz-placeholder {color:transparent;}/* Mozilla Firefox 19+ */
#fs_header .global_box > ul > li.glo6 > input:focus:-ms-input-placeholder {color:transparent;}/* Internet Explorer 10+ */
#fs_header.on .global_box > ul > li.glo6 > input:focus::-webkit-input-placeholder {color:transparent;}/* WebKit browsers */
#fs_header.on .global_box > ul > li.glo6 > input:focus:-moz-placeholder {color:transparent;}/* Mozilla Firefox 4 to 18 */
#fs_header.on .global_box > ul > li.glo6 > input:focus::-moz-placeholder {color:transparent;}/* Mozilla Firefox 19+ */
#fs_header.on .global_box > ul > li.glo6 > input:focus:-ms-input-placeholder {color:transparent;}/* Internet Explorer 10+ */

/*태블릿*/
@media only screen and (max-width:1023px){
	/*모바일 버튼*/
	.fs_head {border-bottom:1px solid rgba(255,255,255,0.2);}
	.fs_head .mbtn_box .search_icon {font-size:0;position:absolute;z-index:11;display:block;width:32px;height:26px;margin:-18px 10px 0 0;right:68px;top:48px}
	.fs_head .mbtn_box .search_icon > img {width:90%}
	
	.fs_head .mbtn_box .menu_open:after {background:#fff;}/* 가운데 */
	.fs_head .mbtn_box .menu_open span:after {background:#fff;}/* 하단 */
	.fs_head .mbtn_box .menu_open span:before {background:#fff;}/* 위 */
	#fs_header.on .fs_head .mbtn_box .menu_open:after {background:#3e4242;}/* 가운데 */
	#fs_header.on .fs_head .mbtn_box .menu_open span:after {background:#3e4242;}/* 하단 */
	#fs_header.on .fs_head .mbtn_box .menu_open span:before {background:#3e4242;}/* 위 */
	/*모바일 버튼_on*/
	.fs_head .mbtn_box .menu_open.on:after {background:#3e4242;}/* 가운데 */
	.fs_head .mbtn_box .menu_open.on span:after {background:#3e4242;}/* 하단 */
	.fs_head .mbtn_box .menu_open.on span:before {background:#3e4242;}/* 위 */
	
	#fs_header.on {}
	
	#fs_header .fs_head .m_logo {padding:22px 20px 0 20px;margin-top:0;}
	#fs_header .fs_head .m_logo a img {height:45px;}
	
	#fs_header.on .fs_head {border-bottom:1px solid #ddd}
	#fs_header.on .fs_head .mbtn_box {margin:0;}
	
	#fs_header.on .fs_head .mbtn_box .search_icon {display:none;}
	#fs_header.on .fs_head .mbtn_box .search_icon.mo {display:inline-block;}
	
}
/*모바일*/
@media only screen and (max-width:767px){
	#fs_header .fs_head .m_logo {padding:18px 20px 0 20px;}
	#fs_header .fs_head .m_logo a img {height:35px;}
	.fs_head .mbtn_box .search_icon {right:48px;width:26px;margin:-26px 10px 0 0;}
	.fs_head .mbtn_box .search_icon > img {width:85%}
}

/* 2025메인개편 */

#main{
	padding-top: 165px;
	overflow-x: hidden;
}
section button{
	background: none;
	padding: 0;
}
.layout {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
  }
h2 {
	color: #111;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.4;
	font-family: Pretendard;
  }
  
  .viewmore {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
  }
  .viewmore a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-family: Pretendard;
  }
  .viewmore a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/resource/www/img/main/new/viewmore-arrow.svg) no-repeat center center;
	transition: transform .2s 
	linear;
  }
  
  .section {
	position: relative;
  }
  .section .layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	font-family: Pretendard;
  }
  
  .section01 .visual{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
  }
  .section01 .visual img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .section01 .layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 81px;
	position: relative;
  }
  .section01 .search {
	padding: 0 117px 85px 0;
	position: relative;
	top: 130px;
	z-index: 2;
  }
  .section01 .search-title {
	color: #fff;
	word-break: break-word;
  }
  .section01 .search-title p {
	font-family: "play";
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.4);
  }
  .section01 .search-title h2 {
	font-family: "HDHyundai";
	padding-top: 8px;
	font-size: 54px;
	font-weight: 400;
	line-height: 1.35;
	word-break: break-word;
	white-space: normal;
	color: #fff;
  }
  .section01 .search-title h2 em {
	color: #c6fff6;
  }
  .section01 .search-area {
    margin-top: 24px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    padding: 9px;
    position: relative;
}

.section01 .search-area > div {
    display: flex;
    align-items: center;
}
.section01 .search-area > div input {
    flex: 1;
    position: relative;
    padding-left: 21px;
    border: none;
}

.section01 .search-area > div input::placeholder,
.section01 .search-area > div input::-webkit-input-placeholder,
.section01 .search-area > div input::-moz-placeholder,
.section01 .search-area > div input:-ms-input-placeholder,
.section01 .search-area > div input::-ms-input-placeholder {
    color: #767676;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    font-family: Pretendard;
}

.section01 .search-area > div .search-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: Pretendard;
    margin-left: 10px;
}

.section01 .search-area > div .search-more-btn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/resource/www/img/main/new/search-more-btn.svg) no-repeat center center;
}

.section01 .search-area > div .search-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #00068c;
    border-radius: 8px;
    color: #fff;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: Pretendard;
    margin-left: 15px;
}

.section01 .search-area > div .search-btn i {
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url(/resource/www/img/main/new/search-btn.svg) no-repeat center center;
}
  .section01 .search-ranking {
	padding: 0 9.5px;
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #fff;
  }
  .section01 .search-ranking .ranking-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	font-family: Pretendard;
  }
  .section01 .search-ranking .ranking-title i {
	display: inline-block;
	width: 16px;
	height: 24px;
	background: url(/resource/www/img/main/new/ranking-title-icon.svg) no-repeat center center;
  }
  .section01 .search-ranking .ranking-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-left: 16px;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  .section01 .search-ranking .ranking-slide .swiper {
	height: 24px;
	margin-left: 0;
  }
  .section01 .search-ranking .ranking-slide .swiper .swiper-slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	font-family: Pretendard;
  }
  .section01 .search-ranking .ranking-slide .swiper .swiper-slide a span {
	font-weight: 700;
	font-family: Pretendard;
  }
  .section01 .search-ranking .ranking-slide .swiper .swiper-slide a p {
	font-weight: 400;
	font-family: Pretendard;
  }
  .section01 .search-ranking .ranking-more {
	position: relative;
  }
  .section01 .search-ranking .ranking-more .ranking-more-btn {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(50px);
			backdrop-filter: blur(50px);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	font-family: Pretendard;
  }
  .section01 .search-ranking .ranking-more-view {
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;
	padding: 20px 22px;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
			box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	min-width: 220px;
	display: none;
  }
  .section01 .search-ranking .ranking-more-view > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	font-family: Pretendard;
  }
  .section01 .search-ranking .ranking-more-view > div .close{
	opacity: 1;
  }
  .section01 .search-ranking .ranking-more-view > div .close i {
	display: inline-block;
	width: 100%;
	height: 100%;
	width: 19px;
	height: 27px;
	background: url(/resource/www/img/main/new/ranking-more-close-btn.svg) no-repeat center center;
  }
  .section01 .search-ranking .ranking-more-view ul {
	margin-top: 14px;
  }
  .section01 .search-ranking .ranking-more-view ul li {
	width: 100%;
  }
  .section01 .search-ranking .ranking-more-view ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 5px;
	height: 100%;
  }
  .section01 .search-ranking .ranking-more-view ul li a span {
	display: inline-block;
	min-width: 21px;
	color: #ff2559;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	font-family: Pretendard;
  }
  .section01 .search-ranking .ranking-more-view ul li a p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	font-family: Pretendard;
  }
  .section01 .search-ranking .ranking-more-view ul li a:hover p {
	color: #111;
	font-weight: 700;
	text-decoration: underline;
  }
  .section01 .search-ranking .ranking-more-view ul li + li {
	margin-top: 4px;
  }
  .section01 .search-ranking .ranking-more-view.active {
	display: block;
  }
  .section01 .report {
	padding-top: 63px;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
			z-index: 1;
			padding-bottom: 70px;
  }
  .section01 .report .tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .section01 .report .tab-list li button {
	padding: 14px 22px;
	border-radius: 8px 8px 0 0;
	background: rgba(255, 255, 255, 0.15);
	-webkit-backdrop-filter: blur(50px);
			backdrop-filter: blur(50px);
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.36px;
	font-family: Pretendard;
  }
  .section01 .report .tab-list li button.active {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
  }
  .section01 .report .tab-con .tab-con-item {
	padding: 39px 64px;
	display: none;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 26px;
	border-radius: 0 8px 8px 8px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: blur(50px);
			backdrop-filter: blur(50px);
	position: relative;
  }
  .section01 .report .tab-con .tab-con-item .tab-con-anchor {
	display: inline-block;
	width: calc((100% - 52px) / 3);
	position: relative;
  }
  .section01 .report .tab-con .tab-con-item .tab-con-anchor .img {
	position: relative;
	aspect-ratio: 16/23.5;
	position: relative;
	overflow: hidden;
  }
  .section01 .report .tab-con .tab-con-item .tab-con-anchor .img::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 1px);
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 23, 74, 0)), to(rgb(13, 23, 74)));
	background: linear-gradient(180deg, rgba(13, 23, 74, 0) 0%, rgb(13, 23, 74) 100%);
	content: "";
	z-index: 1;
	transition: opacity .2s linear;
  }
  .section01 .report .tab-con .tab-con-item .tab-con-anchor .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 4px;
  }
  .section01 .report .tab-con .tab-con-item .tab-con-anchor .title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	font-family: Pretendard;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	padding-top: 8px;
	text-align: center;
  }
  .section01 .report .tab-con .tab-con-item .more {
	position: absolute;
	top: -44.5px;
	right: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(/resource/www/img/main/new/more-btn.svg) no-repeat center center;
	border-radius: 50%;
	transition: transform .2s linear;
  }
  .section01 .report .tab-con .tab-con-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .section01 .visual-slide-ctrl{
	position: absolute;
	top: 95px;
	left: 50%;
	width: 100%;
	height: 22px;
	max-width: 1400px;
	display: flex;
	align-items: center;
	transform: translateX(-50%);
	z-index: 10;
	align-items: center;
	display: none;
  }
  .section01 .visual.active .visual-slide-ctrl{
	display: flex;
  }
  .section01 .visual-slide-ctrl .swiper-pagination{
	color: rgba(255, 255, 255, 0.60);
	display: inline-flex;
	align-items: center;
	gap: 1px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	font-family: Pretendard;
	position: relative;
	bottom: unset;
	left: unset;
	width: fit-content;
  }
  .section01 .visual-slide-ctrl .swiper-pagination .swiper-pagination-current{
	color: #fff;
	font-weight: 600;
  }
  .section01 .visual-slide-ctrl .progress-bar{
	width: 162px;
	height: 2px;
	position: relative;
	background: rgba(255, 255, 255, 0.3);
	float: none;
	margin-left: 10px;
	margin-right: 7px;
  }
  .section01 .visual-slide-ctrl .progress-bar span{
	display: block;
	position: absolute;
	height: 2px;
	background: #fff;
  }
  .section01 .visual-slide-ctrl button{
	display: inline-block;
	width: 22px;
	height: 22px;
  }
  .section01 .visual-slide-ctrl button.play,
  .section01 .visual-slide-ctrl button.stop{
	display: none;
  }
  .section01 .visual-slide-ctrl button.play.active, .section01 .visual-slide-ctrl button.stop.active{
	display: inline-block;
  }
  .section01 .visual-slide-ctrl button + button{
	margin-left: 1px;
  }
  .section01 .visual-slide-ctrl button i{
	display: inline-block;
	width: 100%;
	height: 100%;
  }
  .section01 .visual-slide-ctrl button.prev i{
	background: url(/resource/www/img/main/new/visual-slide-prev-btn.svg) no-repeat center center;
  }
  .section01 .visual-slide-ctrl button.next i{
	background: url(/resource/www/img/main/new/visual-slide-next-btn.svg) no-repeat center center;
  }
  .section01 .visual-slide-ctrl button.play i{
	background: url(/resource/www/img/main/new/visual-slide-pause-play.svg) no-repeat center center;
  }
  .section01 .visual-slide-ctrl button.stop i{
	background: url(/resource/www/img/main/new/visual-slide-pause-btn.svg) no-repeat center center;
  }
  .section02 {
	padding-top: 100px;
	z-index: 10;
  }
  body:has(.ranking-more-view.active) .section02 {
	z-index: 0;
  }
  .section02::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	content: '';
	background: linear-gradient(178deg, #EEF4FE 14.79%, rgba(238, 244, 254, 0.00) 91.9%);
  }
  .section02 .layout{
	z-index: 1;
  }
  .section02 .board {
	position: relative;
	width: calc((100% - 80px) / 2);
  }
  .section02 .board .tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 18px;
  }
  .section02 .board .tab-list .tab-item button {
	color: #767676;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.6px;
	font-family: Pretendard;
  }
  .section02 .board .tab-list .tab-item button.active {
	color: #111;
  }
  .section02 .board .tab-con {
	padding-top: 22px;
  }
  .section02 .board .tab-con-item {
	display: none;
  }
  .section02 .board .tab-con-item .board-con .first {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 18px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .section02 .board .tab-con-item .board-con .first span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 78px;
	height: 78px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border-radius: 50%;
	background: #01afb2;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: Pretendard;
	-ms-flex-negative: 0;
		flex-shrink: 0;
  }
  .section02 .board .tab-con-item .board-con .first + ul{
	border-top: none;
  }
  .section02 .board .tab-con-item .board-con .first ul {
	margin-left: 14px;
	flex: 1;
  }
  .section02 .board .tab-con-item .board-con .first ul .title {
	color: #111;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	font-family: Pretendard;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
  }
  .section02 .board .tab-con-item .board-con .first ul .txt {
	padding-top: 10px;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	font-family: Pretendard;
  }
  .section02 .board .tab-con-item .board-con .first i {
	display: inline-block;
	width: 56px;
	height: 56px;
	background: url(/resource/www/img/main/new/board-arrow.svg) no-repeat center center;
	margin-left: 50px;
	-ms-flex-negative: 0;
		flex-shrink: 0;
		transition: transform .2s linear;
  }
  @keyframes moveX {
	0%   { transform: translateX(0); }
	100% { transform: translateX(10px); }
  }
  .section02 .board .tab-con-item .board-con-list {
	padding-top: 20px;
	border-top: 1px solid #dedede;
  }
  .section02 .board .tab-con-item .board-con-list li {
	position: relative;
	padding-left: 33px;
  }
  .section02 .board .tab-con-item .board-con-list li::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
	content: "";
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  .section02 .board .tab-con-item .board-con-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 12px;
  }
  .section02 .board .tab-con-item .board-con-list li a span {
	color: #767676;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	font-family: Pretendard;
	flex-shrink: 0;
  }
  .section02 .board .tab-con-item .board-con-list li a p {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	font-family: Pretendard;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	position: relative;
  }
  .section02 .board .tab-con-item .board-con-list li a p::before{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #333;
	content: '';
	transition: width .2s linear;
  }
  .section02 .board .tab-con-item .board-con-list li + li {
	margin-top: 14px;
  }
  .section02 .board .tab-con-item .viewmore {
	position: absolute;
	top: 22px;
	right: 0;
  }
  
  .section02 .board .tab-con-item.active {
	display: block;
  }
  .section02 .media {
	-ms-flex-negative: 0;
		flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 660px;
	margin-top: 0;
	align-items: flex-end;
  }
  .section02 .media-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 20px;
  }
  .section02 .media-list li {
	-ms-flex-negative: 0;
		flex-shrink: 0;
	width: calc((100% - 10px) / 2);
  }
  .section02 .media-list li a .img {
	position: relative;
	width: 100%;
	height: 186px;
	overflow: hidden;
  border-radius: 6px;
  }
  .section02 .media-list li a .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 6px;
	transition: transform .4s ease-in-out;
  }
  .section02 .media-list li a .title {
	padding-top: 12px;
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	font-family: Pretendard;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	min-height: 62.38px;
	margin-bottom: 10px;
	width: 100%;
  }
  .section02 .media-list li a .date {
	color: #777;
	font-size: 16px;
	font-weight: 500;
	font-family: Pretendard;
  }
  
  .section03 {
	padding-top: 94px;
  }
  .section03 .slide-ctrl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding-right: 26px;
	gap: 7px;
  }
  .section03 .slide-ctrl .slide-ctrl-paging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
  }
  .section03 .slide-ctrl .slide-ctrl-paging::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	background: #333;
	content: "";
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .section03 .slide-ctrl .slide-ctrl-paging span {
	display: inline-block;
	text-align: center;
	width: 20px;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	font-family: Pretendard;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  .section03 .slide-ctrl .slide-ctrl-paging span:first-of-type {
	color: #00068C;
	font-weight: 700;
  }
  .section03 .slide-ctrl .slide-ctrl-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 6px;
  }
  .section03 .slide-ctrl .slide-ctrl-btn button i {
	display: inline-block;
	width: 15px;
	height: 15px;
  }
  .section03 .slide-ctrl .slide-ctrl-btn button.prev i {
	background: url(/resource/www/img/main/new/slide-prev-btn.svg) no-repeat center center;
  }
  .section03 .slide-ctrl .slide-ctrl-btn button.next i {
	background: url(/resource/www/img/main/new/slide-next-btn.svg) no-repeat center center;
  }
  .section03 .slide-ctrl .slide-ctrl-btn button.play i {
	background: url(/resource/www/img/main/new/slide-play-btn.svg) no-repeat center center;
  }
  .section03 .slide-ctrl .slide-ctrl-btn button.stop i {
	background: url(/resource/www/img/main/new/slide-pause-btn.svg) no-repeat center center;
  }
  .section03 .slide-ctrl .slide-ctrl-btn:has(.play.active) .stop {
	display: none;
  }
  .section03 .slide-ctrl .slide-ctrl-btn:has(.stop.active) .play {
	display: none;
  }
  .section03 .anchorzone {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 13px;
	width: calc((100% - 80px) / 2);
  }
  .section03 .anchorzone .cardnews {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 325px;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	overflow: hidden;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-negative: 0;
		flex-shrink: 0;
	position: relative;
  }
  .section03 .anchorzone .cardnews > a {
	position: absolute;
	top: 12px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(/resource/www/img/main/new/viewmore-arrow.svg) no-repeat center center;
	display: inline-block;
	font-size: 0;
	line-height: 0;
  }
  .section03 .anchorzone .cardnews .swiper {
	width: 100%;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
  }
  .section03 .anchorzone .cardnews .swiper .swiper-slide a {
	position: relative;
	display: block;
	aspect-ratio: 32.5/32;
	overflow: hidden;
  }
  .section03 .anchorzone .cardnews .swiper .swiper-slide a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .section03 .anchorzone .anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 9px;
	width: 321px;
	margin-top: 65px;
  }
  .section03 .anchorzone .anchor li {
	width: calc((100% - 9px) / 2);
	background: #ECF6FD;
	border-radius: 8px;
	overflow: hidden;
  }
  .section03 .anchorzone .anchor li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	gap: 17px;
	text-align: center;
  }
  .section03 .anchorzone .anchor li a img {
	display: inline-block;
	width: 48px;
	transition: transform .4s linear;
  }
  .section03 .anchorzone .anchor li a p {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	font-family: Pretendard;
	word-break: keep-all;
  }
  .section03 .popup {
	position: relative;
	width: calc((100% - 80px) / 2);
  }
  .section03 .popup > a {
	position: absolute;
	top: 15px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(/resource/www/img/main/new/viewmore-arrow.svg) no-repeat center center;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	z-index: 1;
  }
  .section03 .popup > a , .section03 .anchorzone .cardnews > a{
	transition: transform .2s linear;
  }
  .section03 .popup .slide-ctrl {
	position: absolute;
	top: 12px;
	right: 0;
  }
  .section03 .popup .swiper {
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
  }
  .section03 .popup .swiper .swiper-slide a {
	position: relative;
	aspect-ratio: 66/32;
	display: block;
	background: #C1DEFE;
  }
  .section03 .popup .swiper .swiper-slide a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
  }
  
  .section04 {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .section04 .layout {
	padding: 0 60px;
	position: relative;
	display: block;
  }
  .section04 .swiper .swiper-slide {
	border: 1px solid #eee;
	border-radius: 8px;
  }
  .section04 .swiper .swiper-slide a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	height: 80px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .section04 .swiper .swiper-slide a img{
	width: 100%;
  }
  .section04 .slide-ctrl-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 9px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-top: 24px;
  }
  .section04 .slide-ctrl-btn > button.next, .section04 .slide-ctrl-btn > button.prev {
	position: absolute;
	top: 20px;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #E4E4E4;
  }
  .section04 .slide-ctrl-btn > button.next i, .section04 .slide-ctrl-btn > button.prev i {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(/resource/www/img/main/new/banner-slide-btn.svg) no-repeat center center;
  }
  .section04 .slide-ctrl-btn > button.next.next, .section04 .slide-ctrl-btn > button.prev.next {
	left: unset;
	right: 0;
  }
  .section04 .slide-ctrl-btn > button.next.next i, .section04 .slide-ctrl-btn > button.prev.next i {
	-webkit-transform: scaleX(-1);
			transform: scaleX(-1);
  }
  .section04 .slide-ctrl-btn > button.play, .section04 .slide-ctrl-btn > button.stop {
	display: none;
  }
  .section04 .slide-ctrl-btn > button.play i, .section04 .slide-ctrl-btn > button.stop i {
	display: inline-block;
	width: 15px;
	height: 15px;
  }
  .section04 .slide-ctrl-btn > button.play i {
	background: url(/resource/www/img/main/new/banner-play-btn.svg) no-repeat center center;
  }
  .section04 .slide-ctrl-btn > button.stop i {
	background: url(/resource/www/img/main/new/banner-pause-btn.svg) no-repeat center center;
  }
  .section04 .slide-ctrl-btn > button.play.active, .section04 .slide-ctrl-btn > button.stop.active {
	display: inline-block;
  }
  .section04 .swiper-pagination {
	position: relative;
	bottom: unset !important;
	left: unset !important;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  .section04 .swiper-pagination span {
	margin: 0 4px !important;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8E8E8E;
	opacity: 1;
  }
  .section04 .swiper-pagination .swiper-pagination-bullet-active {
	background: #246BEB;
	width: 20px;
	border-radius: 8px;
  }
  
  @media only screen and (max-width: 1540px) {
	.section .layout {
	  gap: 40px;
	  padding: 0 20px;
	}
	.section01 .layout {
	  gap: 40px;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	}
	.section01 .visual-slide-ctrl{
		padding: 0 30px;
		top: 65px;
	}
	.section01 .search {
	  padding: 0 60px 0 0;
	  width: 45%;
	top: 100px;
	}
	.section01 .search-title h2 {
	  font-size: 40px;
	}
	.section01 .report {
	  -webkit-box-flex: unset;
		  -ms-flex: unset;
			  flex: unset;
	  width: 50%;
	}
	.section02 .board {
	  width: calc((100% - 40px) / 2);
	}
	.section02 .media {
	  width: calc((100% - 40px) / 2);
	}
	.section03 .anchorzone {
	  width: calc((100% - 40px) / 2);
	}
	.section03 .popup {
	  width: calc((100% - 40px) / 2);
	}
	.section04 .layout {
	  padding: 0 80px;
	}
	.section04 .slide-ctrl-btn > button.prev {
	  left: 20px;
	}
	.section04 .slide-ctrl-btn > button.next.next {
	  right: 20px;
	}
  }
  @media only screen and (max-width: 1280px) {
	
	h2 {
	  font-size: 26px;
	}
	.section01 .search {
	  padding: 0;
	}
	.section01 .report .tab-con .tab-con-item {
	  padding: 25px 40px;
	}
	.section01 .report .tab-con .tab-con-item .tab-con-anchor.hot::before {
	  top: 10px;
	}
	.section01 .report .tab-con .tab-con-item .tab-con-anchor.hot::after {
	  top: 38px;
	}
	.section02 {
	  padding-top: 80px;
	}
	.section02 .board .tab-list .tab-item button {
	  font-size: 26px;
	}
	.section02 .board .tab-con {
	  padding-top: 32px;
	}
	.section02 .board .tab-con-item .viewmore {
	  top: 42px;
	}
	.section02 .board .tab-con-item .board-con .first i {
	  width: 30px;
	  height: 30px;
	  padding-top: 30px;
	}
	.section03 {
	  padding-top: 80px;
	}
  }
  @media only screen and (max-width: 1023px) {
	#main{
		padding-top: 80px;
	}
  }
  @media only screen and (max-width: 1280px) and (min-width: 1001px) {
	/* .section03 .layout {
	  padding-bottom: 150px;
	}
	.section03 .anchorzone {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.section03 .anchorzone .cardnews {
	  width: 100%;
	}
	.section03 .anchorzone .cardnews .swiper .swiper-slide a {
	  background: #ECF6FD;
	}
	.section03 .anchorzone .cardnews .swiper .swiper-slide a img {
	  -o-object-fit: contain;
		 object-fit: contain;
	}
	.section03 .anchorzone .anchor {
	  position: absolute;
	  bottom: 0;
	  margin-top: 0;
	  width: calc(100% - 40px);
	}
	.section03 .anchorzone .anchor li {
	  width: calc((100% - 27px) / 4);
	}
	.section03 .anchorzone .anchor li a {
	  padding: 15px 0;
	} */
	.section03 .layout{
		flex-direction: column;
	}
	.section03 .anchorzone{
		width: 100%;
	}
	.section03 .anchorzone .cardnews{
		width: calc((100% - 13px) / 2);
	}
	.section03 .anchorzone .anchor{
		width: calc((100% - 13px) / 2);
	}
	.section03 .anchorzone .cardnews .swiper .swiper-slide a img{
		border-radius: 8px;
	}
	.section03 .popup{
		width: 100%;
	}
	.section03 .anchorzone .anchor li a{
		padding: 10px 0;
	}
	.section03 .popup .swiper .swiper-slide a img{
		border-radius: 8px;
	}
}
  @media only screen and (max-width: 1000px) {
	.section .layout {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.section01 .layout {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  gap: 40px;
	}
	.section01 .search-title h2 br {
	  display: none;
	}
	.section01 .search {
	  padding: 20px 0 0 0;
	  width: 100%;
	  margin-bottom: 80px;
	}
	.section01 .search-ranking .ranking-more-view {
	  right: 0;
	  left: unset;
	}
	.section01 .report {
	  width: 100%;
	  padding: 0 0 40px 0;
	}
	.section01 .report .tab-con .tab-con-item {
	  gap: 35px;
	}
	.section01 .report .tab-con .tab-con-item .tab-con-anchor {
	  width: calc((100% - 70px) / 3);
	}
	.section01 .report .tab-con .tab-con-item .tab-con-anchor .title {
	  padding-top: 10px;
	}
	.section02 .board {
	  width: 100%;
	}
	.section02 .board .tab-con {
	  padding-top: 22px;
	}
	.section02 .board .tab-con-item .viewmore {
	  top: 22px;
	}
	.section02 .media {
	  width: 100%;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.section03 .anchorzone {
	  width: 100%;
	  gap: 30px;
	}
	.section03 .anchorzone .cardnews {
	  width: calc((100% - 30px) / 2);
	}
	.section03 .anchorzone .anchor {
	  width: calc((100% - 30px) / 2);
	}
	.section03 .popup {
	  width: 100%;
	}
	.section04 {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
  }
  @media only screen and (max-width: 768px) {
	h2 {
	  font-size: 22px;
	}
	.section01 .search-title h2 {
	  font-size: 32px;
	  word-break: keep-all;
	}
	/* wrap 처리 */
.section01 .search-area > div {
    flex-wrap: wrap;
    row-gap: 10px;
}

/* input 전체 너비 */
.section01 .search-area > div input {
    flex: unset;
    width: 100%;
    height: 40px;
}

/* 검색 버튼 */
.section01 .search-area > div .search-btn {
    flex: unset;
    justify-content: center;
    width: calc((100% - 5px) / 2);
    margin-left: 5px;
}

/* 상세검색 버튼 */
.section01 .search-area > div .search-more-btn {
    justify-content: center;
    width: calc((100% - 5px) / 2);
	margin-left: 0;
}
	.section01 .report .tab-con .tab-con-item {
	  padding: 20px;
	  gap: 15px;
	}
	.section01 .report .tab-con .tab-con-item .tab-con-anchor {
	  width: calc((100% - 30px) / 3);
	}
	.section01 .report .tab-list li button {
	  font-size: 17px;
	  padding: 14px;
	}
	.section02 {
	  padding-top: 40px;
	}
	.section02 .board .tab-list .tab-item button {
	  font-size: 20px;
	  gap: 15px;
	}
	.section03 {
	  padding-top: 40px;
	}
	.section02 .board .tab-con {
	  padding-top: 42px;
	}
	.section02 .board .tab-con-item .viewmore {
	  top: 42px;
	}
	.section02 .board .tab-con-item .board-con .first {
	  padding: 15px 0;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  row-gap: 10px;
	}
	.section02 .board .tab-con-item .board-con .first ul {
	  margin-left: 0;
	  width: 100%;
	  flex: unset;
	}
	.section02 .board .tab-con-item .board-con .first i {
	  display: none;
	}
	.section02 .board .tab-con-item .board-con .first span {
	  height: 30px;
	  border-radius: 8px;
	}
	.section02 .board .tab-con-item .board-con .first ul .txt {
	  padding-top: 5px;
	}
	.section02 .board .tab-con-item .board-con-list li {
	  padding-left: 20px;
	}
	.section02 .board .tab-con-item .board-con-list li::before {
	  left: 5px;
	}
	.section02 .media-list {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  gap: 20px;
	  margin-top: 20px;
	}
	.section02 .media-list li {
	  width: 100%;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.section02 .media-list li a .img{
		height:auto;
		aspect-ratio: 32.5/18.6;
	}
	.section03 .anchorzone {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.section03 .anchorzone .cardnews {
	  width: 100%;
	}
	.section03 .anchorzone .cardnews > a {
	  top: 6px;
	}
	.section03 .anchorzone .anchor {
	  margin-top: 0;
	  width: 100%;
	}
	.section03 .anchorzone .anchor li a {
	  padding: 20px 0;
	}
	.section03 .slide-ctrl .slide-ctrl-btn {
	  gap: 7px;
	}
	.section04 .slide-ctrl-btn > button.prev, .section04 .slide-ctrl-btn > button.next {
	  width: 25px;
	  height: 25px;
	}
	.section04 .slide-ctrl-btn > button.next i, .section04 .slide-ctrl-btn > button.prev i {
	  background-size: 25px;
	}
	.section04 .swiper .swiper-slide a {
	  height: 70px;
	}
	.section04 .swiper .swiper-slide a img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
  }
  @media (hover: hover) {
    .section01 .report .tab-con .tab-con-item .tab-con-anchor:hover .img::before{
		opacity: 0;
	  }
	  .section01 .report .tab-con .tab-con-item .more:hover{
		transform: rotate(180deg);
	  }
	  .section02 .board .tab-con-item .board-con .first:hover i {
		animation: moveX .7s linear infinite alternate;
	  }
	  .section02 .board .tab-con-item .board-con-list li a:hover p::before{
		width: 100%;
	  }
	  .section02 .media-list li a .img img{
		transition: transform .4s ease;
	  }
	  .section02 .media-list li a:hover img{
		transform: scale(1.2);
	  }
	  .section03 .popup > a:hover , .section03 .anchorzone .cardnews > a:hover{
		transform: rotate(180deg);
	  }
	  .section03 .anchorzone .anchor li a:hover img{
		transform: rotateY(360deg);
	  }
	  .viewmore a:hover i{
		transform: rotate(180deg);
	  }
}
/* 2026 접근성갱신 수정 */
.swiper .swiper-slide a{
	position: relative;
}
.swiper .swiper-slide a::before{
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #fff;
	outline: 2px solid #000;
	content: '';
	z-index: 1;
	border-radius: 8px;
	opacity: 0;
}
.swiper .swiper-slide a:focus::before,
.swiper .swiper-slide a:focus-visible::before {
	opacity: 1;
}