@charset "utf-8";
/*-------------------------------------------------
Author : myeong-hee park / 2014. 9. 10.
-------------------------------------------------*/
@import url(../../css/common/xeicon.min.css);
@import url(../../css/common/general.css);
@import url(../../css/scroll/jquery.mCustomScrollbar.css);


@charset "utf-8";
/*-------------------------------------------------
Last update : 2025. 12. 24.
-------------------------------------------------*/

html,
body {
	overflow: hidden;
	height: 100%;
}

#wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
}

#container {
	flex: 1;
	overflow: hidden;
}

#krds-masthead {
	position:fixed;
	top:0;
	width:100%;
}
#krds-header .header-in {
	position:fixed;
	top:0;
	width:100%;
	background:#fff;
}


/* swiper-기본 */
.swiper {
	display: block;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	box-sizing: initial;
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	display: block;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-controls {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}

.swiper-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	position:relative;
}

.swiper-arrow::before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	width:1px;
	height:1.4rem;
	background:#1E2124;
	transform:translate(-50%,-50%);
	opacity: 0.4;
}

.swiper-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-controls .swiper-autoplay .svg-icon {
	width: 2.4rem;
	height: 2.4rem;
}

.swiper-pagination.swiper-pagination-fraction {
	border: none;
	background: transparent;
}

.swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
	color: #FD5E10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	background: transparent
}

/* Fullpage 컨테이너 */
.main.fullpage {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fullpage-sections {
	height: 100%;
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-section {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

/* fullpage-Pagination */
.fullpage-pagination {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: flex;
	flex-direction: column;
}

.fullpage-pagination .fp-bullet {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	position: relative;
	width: auto;
	height: auto;
	padding: 0.45rem 0;
	background: transparent;
	opacity: 1;
	transition: all 0.3s ease;
	cursor: pointer;
}

.fullpage-pagination .fp-bullet::before {
	content: '';
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	transition: all 0.3s ease;
	flex-shrink: 0;
	box-sizing: border-box;
}

.fullpage-pagination .fp-bullet::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 1.2rem;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
}

.fullpage-pagination .fp-bullet .bullet-text {
	color: #1E2124;
	font-size: 1.5rem;
	font-weight: 600;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.fullpage-pagination .fp-bullet.active::before {
	border: 2px solid rgba(255, 95, 17, 0.3);
}

.fullpage-pagination .fp-bullet.active::after {
	background: #FD5E10;
}

/* service button */
.main-service {
	display:block !important;
}
.fp-service {
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	z-index: 100;
	padding:0.4rem 1.2rem 0;
	overflow: hidden;
}

.fp-service button {
	position:relative;
	display: inline-block;
	min-width: 17.6rem;
	padding:1.1rem 0.8rem;
	border-radius: 2.4rem 2.4rem 0 0;
	background: #243060;
	color: #fff;
	font-size:1.7rem;
	font-weight:700;
	line-height:1.5;
}

.fp-service button::before {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:-4rem;
	width:4rem;
	height:4rem;
	border-radius: 50%;
	box-shadow: 1.6rem 1.6rem 0 0 #243060;
}

.fp-service button::after {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	right:-4rem;
	width:4rem;
	height:4rem;
	border-radius: 50%;
	box-shadow: -1.6rem 1.6rem 0 0 #243060;
}

.fp-service button .svg-icon {
	vertical-align: middle;
	margin-left: 0.4rem;
	background:#fff;
}

.service-list {
	display: none;
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: calc(100% - 3.2rem);
	max-width: 120rem;
	background: #fff;
	padding: 5rem 9rem;
	border-radius: 2.4rem;
	background: linear-gradient(145deg, #243060 39.3%, #F4671B 92.19%);
	box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
	transform: translate(-50%, -50%);
}

.service-list::after {
	content:"";
	display:block;
	position:fixed;
	top:50%;
	left:50%;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.4);
	transform:translate(-50%, -50%);
	z-index: -1;
}

.service-list .text {
	color:#fff;
}

.service-list .text h2 {
	display:inline-block;
	position:relative;
	padding-right:1.75rem;
	font-size:4rem;
	line-height:1.2;
}
.service-list .text h2::after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:1rem;
	height:1rem;
	border-radius: 50%;
	background:#FD5E10;
}

.service-list .text p {
	margin-top:1.6rem;
	font-size:1.8rem;
	opacity: 0.8;
}

.service-list .list {
	display:flex;
	flex-wrap:wrap;
	gap:4rem;
	margin-top:4.8rem;
}
.service-list .list > li {
	width:calc(33.3% - 2.66rem);
}
.service-list .list > li:nth-child(2) {
	margin-top:-12rem;
}
.service-list .list > li:nth-child(3) {
	margin-top:-7.2rem;
}
.service-list .list .bxes {
	width: 100%;
	border-radius:2.4rem;
	background:#fff;
	overflow: hidden;
	text-align: left;
}
.service-list .list .bxes + .bxes {
	margin-top:4rem;
}
.service-list .list .bxes strong {
	display:block;
	width:100%;
	padding:3rem 3rem 2rem;
	background:#ddd;
	color:#fff;
	font-size:2.4rem;
	font-weight:700;
	background-size:cover;
	background-position:50% 50%;
	box-sizing: border-box;
}
.service-list .list .bxes strong::before {
	content:"";
	display:flex;
	align-items: center;
	justify-content: center;
	width:2.2rem;
	height:2.2rem;
	margin-bottom:1rem;
	border-radius: 0.4rem;
	background:#FD5E10;
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
	text-align: center;
	line-height:1;
}
.service-list .list .bxes[data-service="1"] strong {
	background:url('/resources/images/kps/new_main/img_service1.jpg');
}
.service-list .list .bxes[data-service="2"] strong {
	background:url('/resources/images/kps/new_main/img_service2.jpg');
}
.service-list .list .bxes[data-service="3"] strong {
	background:url('/resources/images/kps/new_main/img_service3.jpg');
}
.service-list .list .bxes[data-service="4"] strong {
	background:url('/resources/images/kps/new_main/img_service4.jpg');
}
.service-list .list .bxes[data-service="5"] strong {
	background:url('/resources/images/kps/new_main/img_service5.jpg');
}
.service-list .list .bxes[data-service="1"] strong::before {
	content:"1";
}
.service-list .list .bxes[data-service="2"] strong::before {
	content:"2";
}
.service-list .list .bxes[data-service="3"] strong::before {
	content:"3";
}
.service-list .list .bxes[data-service="4"] strong::before {
	content:"4";
}
.service-list .list .bxes[data-service="5"] strong::before {
	content:"5";
}
.service-list .item {
	padding:2rem 3rem;
}
.service-list .item > li {
	position:relative;
	padding:0.4rem 0 0.4rem 2.2rem;
}
.service-list .item > li::before {
	content:"";
	display:block;
	position:absolute; 
	top:1.4rem;
	left:0;
	width:0.6rem;
	height:0.6rem;
	border-radius: 50%;
	background:rgba(255, 103, 29, 0.49);	
}
.service-list .item > li > a {
	color:#1E2124;
	font-size:1.8rem;
	font-weight:500;
	line-height:1.5;
	transition: all 0.3s ease;
}
.service-list .item > li > a:hover {
	text-decoration: underline;
	text-underline-offset: 0.4rem;
}

.service-list .btn-close {
	position:absolute;
	top:2.3rem;
	right:3rem;
}

.service-list .btn-close .svg-icon {
	width:3rem;
	height:3rem;
	background:#fff;
}

/* 공통 */
.fp-section .container {
	display: flex;
	flex-direction: column;
	gap: 8rem;
	width: 100%;
	max-width: 1200px;
	min-width: auto;
	margin: 0 auto;
}

.section-tit {
	margin-bottom:3.4rem;
	text-align: center;
}

.section-tit h2 {
	display:inline-block;
	position:relative;
	padding-right:1.75rem;
	color: #1E2124;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.3;
}

.section-tit h2::after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:1rem;
	height:1rem;
	border-radius: 50%;
	background:#FD5E10;
}

.section-tit .txt {
	margin-top: 0.8rem;
	color: #464C53;
	font-size: 2.4rem;
	font-weight: 500;
}

.section-tit .txt.small {
	font-size: 2rem;
}

.h3-tit {
	font-size: 2.4rem;
	color: #000;
	margin-bottom: 1.6rem;
}

.ico-new::before {
	content: 'N';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	background: #FD5E10;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 50%;
}

.btn-more {
	display: flex;
	width: 3.6rem;
	height: var(--number-13, 3.6rem);
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-max, 100rem);
	border: 1px solid var(--color-border-gray-light, #CDD1D5);
	transition: all 0.25s ease;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.btn-more:hover {
	transform: rotate(180deg);
}

.main .ico-arr {
	width: 2rem;
	height: 2rem;
	display: block;
	background: #fff;
	border-radius: 50%;
	mask: url('/resources/images/kps/new_main/ico_more.svg') no-repeat center center;
}

.arr-circle-more {
	width: 5.2rem;
	height: 5.2rem;
	border-radius: 2.6rem 0 0 0;
	background: #fff;
}

.arr-circle-more::before {
	content: "";
	position: absolute;
	left: -5.2rem;
	bottom: 0;
	width: 5.2rem;
	height: 5.2rem;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 2.6rem 2.6rem 0 0 #fff;
}

.arr-circle-more::after {
	content: "";
	position: absolute;
	right: 0;
	top: -5.2rem;
	width: 5.2rem;
	height: 5.2rem;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 2.6rem 2.6rem 0 0 #fff;
}

.arr-circle-more .circle {
	width: 4.4rem;
	height: 4.4rem;
	background: #000;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-wrap {
	position: relative;
}

/* section1 */

.section1 {
	padding-top:19.4rem;
	background:url('/resources/images/kps/new_main/s1_bg.jpg') no-repeat center center / cover;
}

.section1 .visual {
	position:relative;
	margin-bottom: 1rem;
}

.section1 .visual .section-tit {
	margin-bottom:0;
}

.section1 .visual .section-tit h2 {
	font-size: 4.8rem;
	padding-right:0;
}

.section1 .visual .section-tit h2 .color2 {
	color:#fd5e10;
}

.section1 .visual .section-tit h2::after {
	display:none;
}

.section1 .visual .character {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	max-width: 22.9rem;
	background: url('/resources/images/kps/new_main/s1_character_bg.png') 50% 100% / 100% no-repeat;
}
.section1 .visual .icon_group::after {
	content:"";
	display:block;
	position:absolute;
	left: 50%;
	top:50%;
	width:100%;
	height: 100%;
	background:url('/resources/images/kps/new_main/s1_icon_bg.png') no-repeat center center / cover;
	transform:translate(-50%, -50%);
	z-index: -1;
}



.section1 .visual .icon_group {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 23rem;
	height: 17rem;
}

.section1 .visual .icon_group::after {
	content:"";
	display:block;
	position:absolute;
	left: 50%;
	top:50%;
	width:100%;
	height: 100%;
	background:url('/resources/images/kps/new_main/s1_icon_bg.png') no-repeat center center / cover;
	transform:translate(-50%, -50%);
	z-index: -1;
}

.section1 .visual .icon_group .icon1 {
	position: absolute;
	bottom: 10%;
	left:0;
	max-width: 15.3rem;
	animation: float1 3s ease-in-out infinite;
}

.section1 .visual .icon_group .icon2 {
	position: absolute;
	top: 0%;
	left: 50%;
	max-width:4.7rem;
	transform: translateX(-80%);
	animation: float2 3.5s ease-in-out infinite;
}

.section1 .visual .icon_group .icon3 {
	position: absolute;
	top:2.7rem;
	left: 50%;
	max-width:4.1rem;
	transform: translateX(50%);
	animation: float3 4s ease-in-out infinite;
}

/* 떠다니는 애니메이션 */
@keyframes float1 {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes float2 {
	0%, 100% {
		transform: translateX(-80%) translateY(0);
	}
	50% {
		transform: translateX(-80%) translateY(-8px);
	}
}

@keyframes float3 {
	0%, 100% {
		transform: translateX(50%) translateY(0);
	}
	50% {
		transform: translateX(50%) translateY(-12px);
	}
}

.section1 .main-search {
	display: block;

}

.section1 .sec-cont {
	display: flex;
	gap: 3.2rem;
}

.section1 .sec-cont .report-wrap {
	border-radius: 2.4rem;
	background: linear-gradient(145deg, #243060 39.3%, #F4671B 92.19%);
	padding: 4rem 0 0 4.8rem;
	width: calc(100% - 35.1rem);
	/* height: 42.6rem; */
}

.section1 .sec-cont .report-wrap .title {
	margin-bottom: 2.4rem;
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
}

.section1 .report-wrap .btn-more {
	top: -7.3rem;
	right:4.8rem;
	transition: all 0.3s ease;
}

.section1 .report-wrap .btn-more .svg-icon.ico-plus {
	background: #fff;
}

.section1 .report-wrap .tab {
	width:100%;
	padding-right:9rem;
	overflow-x: auto;
}

.section1 .report-wrap .tab::-webkit-scrollbar {
	display: none;
}

.section1 .report-wrap .tab ul {
	display: flex;
	gap: 1.6rem;
}

.section1 .report-wrap .tab ul li {
	display: flex;
}

.section1 .report-wrap .tab ul li + li::before {
	content:"";
	display:inline-block;
	width: 0.6rem;
	height: 0.6rem;
	margin-right:1.6rem;
	background: #fff;
	border-radius: 50%;
	opacity: 0.5;
}

.section1 .report-wrap .tab .btn-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height:4rem;
	color: var(--color-surface-white, #FFF);
	font-size: var(--font-size-heading-medium, 2.4rem);
	font-weight: 700;
	opacity: 0.6;
	transition: all 0.3s ease;
}

.section1 .report-wrap .tab .btn-tab:hover,
.section1 .report-wrap .tab .active .btn-tab {
	opacity: 1;
	background: transparent;
}

.section1 .report-wrap .tab-conts {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	position: relative;
	display: none;
}

.section1 .report-wrap .tab-conts.active {
	display: block;
}

.section1 .report-wrap .tab-conts .swiper {
	padding-bottom: 5.8rem;
	/* min-height: 32.5rem; */
}

.section1 .report-wrap .tab-cont-item {
	display: flex;
	gap: 2.4rem;
	padding-right:4.8rem;
}

.section1 .report-wrap .item-link {
	display: block;
}

.section1 .report-wrap .item-thumb {
	width: 41.2rem;
	height: 31.6rem;
	min-width: 18.4rem;
	border-radius: 1rem;
	background: #FFF;
	overflow: hidden;
}

.section1 .report-wrap .item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section1 .report-wrap .item-info {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	flex: 1;
	min-width: 0;
}

.section1 .report-wrap .item-info .item-link {
	display: block;
	cursor: auto;
}

.section1 .report-wrap .item-link .item-tit {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: 700;
}

.section1 .report-wrap .item-link .item-txt {
	display: block;
	color: rgba(255, 255, 255, 0.80);
	font-size: 1.9rem;
	margin-top: 1.2rem;
}

.section1 .report-wrap .item-info .btn-wrap {
	display: flex;
	gap: 1.6rem;
	justify-content: flex-start;
}

.section1 .report-wrap .btn-wrap .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.40);
	padding: 0.8rem 1.6rem;
	gap: 0.4rem;
	color: rgba(255, 255, 255, 0.80);
	font-size:1.6rem;
	line-height:1.5;
}

.section1 .report-wrap .btn-wrap .btn .svg-icon {
	width: 2rem;
	height: 2rem;
	background: #fff;
}

.section1 .report-wrap .btn-wrap .btn:hover,
.section1 .report-wrap .btn-wrap .btn:focus {
	background:#000;
	border-color:#000;
}

.section1 .report-wrap .swiper-controls {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #fff;
	padding: 0.8rem 2rem;
	border-radius: 2.6rem 0 0 0;
}

.section1 .report-wrap .swiper-controls::before {
	content: "";
	position: absolute;
	left: -5.2rem;
	bottom: 0;
	width: 5.2rem;
	height: 5.2rem;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 2.6rem 2.6rem 0 0 #fff;
}

.section1 .report-wrap .swiper-controls::after {
	content: "";
	position: absolute;
	right: 0;
	top: -5.2rem;
	width: 5.2rem;
	height: 5.2rem;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 2.6rem 2.6rem 0 0 #fff;
}

/* section1 > trend-wrap */
.section1 .trend-wrap {
	flex: 1 0 31.9rem;
	min-width: 31.9rem;
	position: relative;
}

.section1 .video {
	position:relative;
}

.section1 .video .h3-tit {
	padding-right:4.2rem;
	color:#1E2124;
	font-size:2.4rem;
}

.section1 .video .item {
	display:block;
}

.section1 .video .item .img {
	display:block;
	position:relative;
	padding-top:56.25%;
	border-radius:2.4rem;
	overflow: hidden;
}

.section1 .video .item .img img {
	position:absolute;
	left:50%; top:50%;
	transform:translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s ease;
}

.section1 .video .item:hover .img img {
	transform:translate(-50%, -50%) scale(1.05);
}

.section1 .video .item .tit {
	display:block;
	margin-top:1.2rem;
	padding:0 1.6rem;
	color:#1E2124;
	font-size:1.9rem;
	font-weight:400;
}

.section1 .trend {
	position:relative;
	margin-top:3.2rem;
}

.section1 .trend .item {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	padding: 2.4rem;
	border-radius: 2.4rem;
	height: 100%;
	background: #F6F6F6;
}

.section1 .trend .item .img {
	display:inline-block;
	vertical-align: middle;
	border-radius: 1.2rem;
	width:11.6rem;
	height:12.9rem;
	overflow: hidden;
}

.section1 .trend .item .img img {
	min-height:100%;
}

.section1 .trend .item:hover .item-tit {
	text-decoration: underline;
}

.section1 .trend .arr-circle-more {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 0 0 2.6rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.section1 .trend .arr-circle-more .circle {
	bottom: auto;
	top: 0;	
}

.section1 .trend .arr-circle-more::before {

	box-shadow: 2.6rem -2.6rem 0 0 #fff;
}

.section1 .trend .arr-circle-more::after {
	top: 5.2rem;
	box-shadow: 2.6rem -2.6rem 0 0 #fff;
}

.section1 .trend .item-cate {
	display: block;
	font-size:1.7rem;
	font-weight:700;
}

.section1 .trend .item:hover {
	background: #E3ECF8;
}

.section1 .trend .item-tit {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 2.4rem;
	font-weight:700;
	line-height:1.5;
}

.section1 .trend .item:hover .arr-circle-more {
	opacity: 1;
	visibility: visible;
}

/* //section1 */

/* section2 */
.section2 {
	background: linear-gradient(122deg, #F5F3F3 16.37%, #F6F3F3 94.1%), linear-gradient(122deg, #F5F3F3 16.37%, #F6F3F3 94.1%), #FFF;
}

.section2 .sec-cont {
}

.section2 .sec-cont ul {
	display:flex;
	gap:1.6rem;
	height:72rem;
	counter-reset: number 0;
}

.section2 .sec-cont li {
	padding:3.2rem;
	border-radius: 2.4rem;
	background: linear-gradient(158deg, #FFF 64.93%, #D0D8EA 87.62%);
	color:#1E2124;
	overflow: hidden;
	transition: flex 0.3s ease, width 0.3s ease, background 0.3s ease, color 0.3s ease;
	will-change: flex, width;
	cursor: pointer;
}

.section2 .sec-cont li .item-info {
	overflow: hidden;
	/* transition: all 0.2s ease; */
}

.section2 .sec-cont li .img {
	position:relative;
	display:block;
	width:100%;
	height:26rem;
	border-radius: 1rem;
	overflow: hidden;
} 

.section2 .sec-cont li .img img {
	position:absolute;
	left:50%; top:50%;
	transform:translate(-50%, -50%);
	min-height:100%;
	object-fit: cover;
}

.section2 .sec-cont li strong {
	display:block;
	margin-top:2.4rem;
	margin-bottom:0.8rem;	
	font-size:2.4rem;
}

.section2 .sec-cont li strong::before {
	counter-increment: number 1;
	content: counter(number);
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:0.8rem;
	border-radius: 0.4rem;
	width: 2.2rem;
	background:#FD5E10;
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
	line-height:2.2rem;
}

.section2 .sec-cont li p {
	font-size:1.7rem;
	transform: translateY(2rem);
	opacity: 0;
	transition: all 0.4s ease 0.3s;
}

.section2 .sec-cont li.active {
	flex:1;
	background: linear-gradient(145deg, #243060 39.3%, #F4671B 92.19%);
	color:#fff;
}

.section2 .sec-cont li.active .item-info {}

.section2 .sec-cont li.active p {
	transform: translateY(0);
	opacity: 1;
}

.section2 .sec-cont li:not(.active) {
	width:21.5rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
}

.section2 .sec-cont li:not(.active) p {
	overflow: hidden;
	max-height: 0;
}

/* //section2 */

/* section3 */
.section3 {
	background:url('/resources/images/kps/new_main/s3_bg.jpg') no-repeat center center / cover;
}

.section3 .item-tit {
	font-size: 2.4rem;
	color: #1E2124;
	margin-bottom: 0.8rem;
}

.section3 .sec-cont {
	position:relative;
	border-radius: 2.4rem;
	overflow: hidden;
}

.section3 .sec-cont .arr-circle-more {
	display:block;
	position: absolute;
    top: 0;
    right: 0;
	border-radius: 0 0 0 2.6rem;
}

.section3 .sec-cont .arr-circle-more:hover .circle {
	background:#FD5E10;
	transform: rotate(360deg);
}

.section3 .sec-cont .arr-circle-more .circle {
	bottom:auto;
	top:0;
	transition: all 0.3s ease;
}

.section3 .sec-cont .arr-circle-more::before {
	box-shadow: 3rem -3rem 0 0 #fff;
}

.section3 .sec-cont .arr-circle-more::after {
	right:0;
	top:5.2rem;
	box-shadow: 3rem -3rem 0 0 #fff;
}

.section3 .map-wrap {
	position:relative;
	width:100%;
	padding-bottom:5.6rem;
	background:linear-gradient(122deg, #F8E3D0 9.19%, #D0D8EA 96.33%);
	overflow: hidden;
}

.section3 .map-wrap .map {
	padding:5rem 3rem 3.3rem; 
	text-align: center;
}

.section3 .map-wrap .map object {
	display: block;
	width: 100%;
	height: auto;
}

.section3 .map-wrap .txt {
	position:absolute;
	bottom:0; right:2.2rem;
	max-width:calc(100% - 4.8rem);
	padding:0.8rem 2.6rem;
	font-size:1.5rem;
}

.section3 .info-wrap {
	position:relative;
	padding:3.2rem 4.8rem;
	border-radius: 0 0 2.4rem 2.4rem;
	border-bottom: 2px solid rgba(36, 48, 96, 0.40);
	background:#fff;
	z-index: 1;
}

.section3 .info-wrap [data-country] {
	display: none;
}

.section3 .info-wrap .info-item {
}


.section3 .info-wrap .info-item::after {
	content:"";
	display:table;
	clear: both;
}

.section3 .info-wrap .info-item .info-nation {
	position:absolute;
	bottom:100%; left:0;
	width:100%;
	padding-right:36rem;
	color:#fff;
	overflow: hidden;
}

.section3 .info-wrap .info-item .info-nation > div {
	position:relative;
	display:inline-flex;
	background:#0D2457;
	padding:1.6rem 4.8rem;
	border-radius: 0 2.4rem 0 0;
}

.section3 .info-wrap .info-item .info-nation  > div::after {
	content: "";
    position: absolute;
    right: -5.4rem;
    bottom:-0.2rem;;
    width: 5.6rem;
    height: 5.6rem;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: -4rem 3rem 0 0 #0D2457;
}

.section3 .info-wrap .info-item .info-nation .country-name {
	color:#B1B8BE;
}

.section3 .info-wrap .info-item .info-nation .country-name img {
	display:inline-block;
	vertical-align: middle;
	max-width:3.5rem;
	margin-right:0.8rem;
}

.section3 .info-wrap .info-item .info-nation .country-txt {
	position:relative;
	padding-left: 3.2rem;
	font-weight:700;
}

.section3 .info-wrap .info-item .info-nation .country-txt::before {
	content:"";
	display:block;
	position:absolute;
	left:1.6rem;
	top:1.2rem;
	width:0.4rem;
	height:0.4rem;
	border-radius: 50%;;
	background:#fff;
}

.section3 .info-wrap .info-list {
	float: left;
	display:flex;
	flex-wrap:wrap;
	padding:1.6rem 0;
	color:#464C53; 
}

.section3 .info-wrap .info-list > li {
	position:relative;
	padding:0 4rem;
}

.section3 .info-wrap .info-list > li::before {
	content:"";
	display:block;
	position:absolute;
	left:0; top:0;
	width: 2.4rem;
	height:2.4rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

.section3 .info-wrap .info-list > li.call::before {
	background-image:url('/resources/images/eps/main/icon-phone.svg');
}

.section3 .info-wrap .info-list > li.address::before {
	background-image:url('/resources/images/eps/main/icon-location.svg');
}

.section3 .info-wrap .info-item .more {
	float: right;
	display:inline-flex;
	align-items: center;
	gap:0.8rem;
	padding:1rem 1.4rem 1rem 2rem;
	border:1px solid #B1B8BE;
	border-radius: 3rem;
	font-size:1.5rem;
}

.section3 .info-wrap .info-item .more .svg-icon {
	width: 2rem;
	height:2rem;
}

/* //section3 */

/* main familysite */
.main-familysite {
	padding:1.6rem 0;
	border-top:1px solid #CDD1D5;
	border-bottom:1px solid #CDD1D5;
	background:#fff;
}
.ft-banner-silde .swiper-slide a {
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height:8rem;
}

/* footer slide effect */
#krds-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transform: translateY(100%);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#krds-footer.is-visible {
	transform: translateY(0);
}



@media (max-width: 1940px) {
	.fp-section .container {
		gap:2.4rem;
	}
	.section1 .sec-cont .report-wrap {
		padding-top:4rem;
	}
	.section1 .report-wrap .item-thumb {
		width: 40.2rem;
		height:24.6rem;
	}
	.section1 .video .item .img {
		padding-top:48%;
	}
	.section1 .report-wrap .swiper-controls {
		padding: 0.4rem 2rem;
	}
	.section1 .trend {
		margin-top:2.4rem;
	}
	.section1 .trend .item .img {
		width:9.6rem;
		height:10.2rem;
	}
	.section1 .trend .item {
		padding:2rem;
	}

	.section2 .sec-cont ul {
		height:68rem;
	}
	.section2 .sec-cont li .img {
		height:22rem;
	}
	
}

@media (max-width: 1680px) { /* fullpage 비활성화 (노트북 사이즈) */
	html, body {
		overflow: visible;
		height: auto;
	}
	#wrap {
		height: auto;
	}
	.main.fullpage {
		height: auto;
		overflow: visible;
	}
	.fullpage-sections {
		height: auto;
		transform: none !important;
		transition: none !important;
	}
	.fp-section {
		height: auto;
		min-height: auto;
	}
	#krds-masthead {
		position: relative;
		transform: none !important;
	}
	#krds-header .header-in {
		position: relative;
		top: 0 !important;
	}
	#krds-footer {
		position: relative;
		transform: translateY(0) !important;
	}
	#krds-footer.is-visible {
		transform: translateY(0) !important;
	}
	.fullpage-pagination,
	.fullpage-assi {
		display: none;
	}
	section {
		padding: 8rem 2.4rem;
	}
	.section1 {
		padding-top: 6rem;
	}

	.service-list {
		padding:4rem 5rem;
	}
	.service-list .list {
		gap:2.4rem;
	}
	.service-list .list > li {
		width:calc(33.3% - 1.6rem);
	}
	.service-list .list .bxes + .bxes {
		margin-top:2.4rem;
	}

}

@media (max-width: 1240px) {
	.section1 .visual .character,
	.section1 .visual .icon_group {
		display:none;
	}
	.section1 .sec-cont {
		flex-direction: column;
	}
	.section1 .sec-cont .report-wrap {
		width:100%;
	}
	.section1 .trend-wrap {
		display:flex;
		width: 100%;
		gap:2.4rem;
	}
	.section1 .trend-wrap  > * {
		width: calc(50% - 1.2rem);
	}
	.section1 .trend .item .img {
		width: 14.6rem;
		height:16rem;
	}

	.section2 .sec-cont li .img {
		height:18rem;
	}
	.section2 .sec-cont li strong {
		font-size:2rem;
	}
	.section2 .sec-cont li:not(.active) {
		width: 19.5rem;
	}

	.section3 .info-wrap .info-list {
		flex-direction: column;
		gap:1.6rem;
	}

	.service-list {
		padding:3rem;
	}
	.service-list .text h2 {
		font-size:3.2rem;
	}
	.service-list .list {
		overflow-y: auto;
		height:calc(100vh - 36rem);
	}
	.service-list .list > li {
		width:100%;
	}
	.service-list .list > li:nth-child(2) {
		margin-top:0;
	}
	.service-list .list > li:nth-child(3) {
		margin-top:0;
	}
}

@media (max-width: 1024px) {
	.section2 .sec-cont ul {
		flex-wrap:wrap;
		height:auto;
	}
	.section2 .sec-cont li {
		transition:none;
	}
	.section2 .sec-cont li:not(.active) {
		width:calc(50% - 0.8rem);
	}
	.section2 .sec-cont li p {
		transition-delay: 0;
	}

	.section3 .map-wrap .map {
		padding:4rem 1.6rem 2rem;
	}
	.section3 .map-wrap .map svg {
		max-width:100%;
	}
	.section3 .map-wrap .txt {
		right:0;
	}
}

@media (max-width: 780px) {
	.fp-section .container {
		/* padding: 0 1.6rem; */
		gap: 3.2rem;
	}

	.section1 .sec-cont .report-wrap {
		padding:3rem 0 0 3.6rem;
	}
	.section1 .sec-cont .report-wrap .title {
		margin-bottom:1.6rem;
		font-size:2.8rem;
	}
	.section1 .report-wrap .item-thumb {
		width:35rem;
		height:23.6rem;
	}
	.section1 .report-wrap .btn-more {
		top:-6.4rem;
		right:2.8rem;
	}
	.section1 .report-wrap .tab-cont-item {
		padding-right:2.8rem;
	}

	/* Major Activities - Mobile Swiper */
	.section2 .sec-cont ul.swiper {
		display: block;
		height: auto;
		overflow: visible;
	}
	.section2 .sec-cont ul.swiper .swiper-wrapper {
		display: flex;
		flex-wrap: nowrap;
	}
	.section2 .sec-cont ul.swiper li.swiper-slide {
		width: 100% !important;
		flex-shrink: 0;
		padding: 2.4rem;
		border-radius: 1.2rem;
		min-height: 60rem;
		background: linear-gradient(145deg, #243060 39.3%, #F4671B 92.19%);
		color: #fff;
		display: flex;
		flex-direction: column;
	}
	.section2 .sec-cont ul.swiper li.swiper-slide p {
		transition:none;
	}
	.section2 .sec-cont ul.swiper li.swiper-slide.active {
		flex:none;
	}
	.section2 .sec-cont ul.swiper li.swiper-slide .item-info {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.section2 .sec-cont ul.swiper li.swiper-slide p {
		transform: translateY(0);
		opacity: 1;
		max-height: none;
		flex: 1;
	}
	.section2 .sec-cont ul.swiper li.swiper-slide .img {
		height: 20rem;
		flex-shrink: 0;
	}
	.section2 .sec-cont .major-pagination {
		display: flex;
		justify-content: center;
		gap: 0.8rem;
		height:auto;
		margin-top: 2.7rem;
	}
	.section2 .sec-cont .major-pagination .swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
		background: #D0D8EA;
		border-radius: 50%;
		opacity: 1;
	}
	.section2 .sec-cont .major-pagination .swiper-pagination-bullet-active {
		background: #FD5E10;
		width:4.8rem;
		border-radius: 2.4rem;
	}

	.section2 .sec-cont li {
		padding: 2.4rem;
		border-radius: 1.2rem;
	}
	.section2 .sec-cont li:not(.active) {
		width:100%;
	}

	.section3 .map-wrap .txt {
		bottom:auto; right:auto;
		top:0;
		left:0;
	}
	.section3 .info-wrap .info-item .info-nation {
		padding-right:4rem;
	}
	.section3 .info-wrap {
		padding:2.4rem 3rem;
	}

	.main-familysite {
		padding:0.8rem 0;
	}
}

@media (max-width: 540px) {
	.section1 .report-wrap .tab-cont-item {
		flex-direction: column;
		padding-bottom: 2.4rem;
	}
	.section1 .report-wrap .item-thumb {
		width:100%;
		height:30rem;
	}
	.section1 .trend-wrap {
		flex-direction: column;
	}
	.section1 .trend-wrap > * {
		width:100%;
	}

	.section2 .sec-cont li {
		padding: 2.4rem;
		border-radius: 1.2rem;
	}
	.section2 .sec-cont li:not(.active) {
		width:100%;
	}
	.section2 .sec-cont ul.swiper li.swiper-slide .img {
		height:16rem;
	}
	.section2 .sec-cont ul.swiper li.swiper-slide {
		min-height:64rem;
	}

	.section3 .map-wrap .map {
		overflow-x:auto;
	}
	.section3 .map-wrap .map::-webkit-scrollbar {
		display:none;
	}
	.section3 .map-wrap .map svg {
		min-width: 60rem;
		max-width:auto;
	}
	.section3 .info-wrap .info-item .info-nation > div {
		flex-direction: column;
		width: 100%;
		padding:1.6rem 2.4rem;
	}
	.section3 .info-wrap .info-item .info-nation .country-name img {
		display:block;
		margin-bottom: 0.4rem;
	}
	.section3 .info-wrap .info-item .info-nation .country-txt {
		margin-top:0.4rem;
		padding-left:0;
	}
	.section3 .info-wrap .info-item .info-nation .country-txt::before {
		display:none;
	}
}
