@charset "UTF-8";


#header .inner {
	width : 100%;
	max-width : 100% !important;
	/*padding: 0 5.208333333333333% 0 0 !important;*/
	margin: 0;
}
.sub-header {
	/*padding: 0px 5.208333333333333% 0 0 !important;*/
}
.sub-header ul {
	max-width: 100% !important;
	margin: 0 !important;
	
}
.logo {
	/*padding: 0px 5.208333333333333% !important;*/
}
.logo .logo-cover {
	max-width: 100% !important;
	margin: 0 !important;
}
#header .krds-main-menu {
	padding: 0 !important;
}
#header .krds-main-menu .gnb-toggle-wrap .gnb-main-list {
	max-width: 100% !important;
	margin: 0 !important;
	/*padding: 0 5.208333333333333%;*/
}
/* main  */
#container {
	flex: 1;
}
/* section1 */
/* swiper  */

.sec1 {
	padding: 0 5%
}
.sec1 .main-sect .inner {
	padding: 0;
	max-width: 100%;
} 
.sec1 .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec1 .swiper .swiper-slide img {
	width: 100%;
	object-fit : cover;
	border-radius: 15px;
}
.sec1 .swiper .swiper-slide .im {
	position: relative;
}
.sec1 .swiper .swiper-slide .swiper-text {
	position: absolute;
	left: 10%;
	top : 45%;
	transform : translateY(-50%);
	z-index: 1;
}
.sec1 .swiper .swiper-slide .swiper-text h2 {
	font-size: 56px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	line-height: 70px;
}
.sec1 .swiper-button-next, 
.sec1 .swiper-button-prev {
	width: 40px;
	height: 40px;
}

.sec1 .swiper-pagination.swiper-pagination-fraction {
	border: none;
	color: #fff;
	background-color: transparent;
	left: 39px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.sec1 .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.sec1 .swiper-indicator {
	position: absolute;
	left: 10%;
	bottom: 50px;
}
.sec1 .swiper-navigation {
	position: absolute;
	left: 0;
	top: -18px;
}
.sec1 .swiper-navigation .swiper-button-next {
	left: 55px;
}
.sec1 .swiper-controller {
	position: absolute;
    left: 158px;
    top: -18px;
    z-index: 2;
}
.sec1 .swiper .swiper-wrapper {
	will-change : transform;
}
/* .sec1 .swiper-button-prev {
	background: url("../images/main/swiper/s_left.png") no-repeat center;
	background-size: contain;
	top: auto !important;
	bottom: 20px !important;
	left: 80px;
	width: 50px;
	margin-top: 0
	
}
.sec1 .swiper-button-next {
	background: url("../images/main/swiper/s_right.png") no-repeat center;
	background-size: contain;
	top: auto !important;
	bottom: 20px !important;
	left: 187px;
	width: 50px;
	margin-top: 0
}
.sec1 .swiper-button-prev:after,
.sec1 .swiper-button-next:after {
	display: none;
}

.sec1 .swiper-pagination {
	color: #fff;
	bottom: 27px;
    left: 141px;
	width: 36px;
}

.sec1 .swiper-pause {
	background: url("../images/main/swiper/s_stop.png") no-repeat center;
	background-size: contain;
	position: absolute;
	bottom : 20px;
	left : 245px;
	width: 50px;
	height: 44px;
	z-index: 10;
	cursor: pointer;
}
#container .sec1 [class^=swiper-button-] {
	border-radius: 0;
	border: none;
} */


/* section2 */
.sec2 {
	margin-top: 50px;
	padding: 0 5%
}
.sec2 .sec2-cover {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.sec2 .sec2-cover .left-area {
	width: 45%;
}

.sec2 .sec2-cover .left-top-area {
	width : 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}

.sec2 .sec2-cover .left-top-area .left-title {
	font-size: 25px;
}

.sec2 .sec2-cover .left-top-area .left-more {
	width: 25px;
	height: 25px;
}

.sec2 .sec2-cover .left-top-area .left-more img {
	width: 100%;
}

.sec2 .sec2-cover .left-bot-area {
	width: 100%;
}


.sec2 .sec2-cover .left-bot-area ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 20px 10px;
	margin-bottom: 11px;
	cursor: pointer;
}

.sec2 .sec2-cover .left-bot-area ul li:hover {
	background-color: #fffce5
}

.sec2 .sec2-cover .left-bot-area ul li:nth-child(5) {
	margin-bottom: 0;
}
.sec2 .sec2-cover .left-bot-area ul li .tit {
	position: relative;
	padding-left : 12px; 
	font-size: 14px;
}

.sec2 .sec2-cover .left-bot-area ul li .date {
	font-size: 14px;
}
.sec2 .sec2-cover .left-bot-area ul li .tit:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color : #000;
	border-radius : 50%;
	display: block;
	position: absolute;
	top: 51%;
	transform : translateY(-50%);
	left: 2px;
}

/* 오른쪽  */

.sec2 .right-area {
	width: 45%;
	position: relative;
	background-image: linear-gradient(135deg, #49525f, #4682e2);
	border-radius: 10px;
	padding: 50px 20px 50px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.sec2 .right-area .right-top {
	margin-bottom: 30px;
}
.sec2 .right-area h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}
.sec2 .right-area .r-sub-tit {
	font-size: 18px;
}
.sec2 .right-area .right-bot p{
	font-size: 16px;
	line-height: 1.5;
}


/* 미디어쿼리 */
@media screen and (max-width: 768px) {
	.sec2 .sec2-cover {
		display: block;
	}
	.sec2 .left-area {
		width: 100% !important;
		margin-bottom: 40px; 
	}
	.sec2 .right-area {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.sec2 .right-area {
		padding-left: 20px;
	}
}


/* sec3 */
.sec3 {
	margin-top: 50px;
	width: 100%;
	background-color: #f9f8fc;
}

.sec3 .sec3-bg {
	width: 100%;
	height : 100%;
	padding: 0 5%
}

.sec3 .sec3-bg .sec3-area {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	
}

/* .sec3 .sec3-bg .sec3-area h2 {
	padding: 58px 0 50px;
	text-align: center;
	width: 100%;
} */

.sec3 .sec3-bg .sec3-area .sec3-content {
	padding: 50px 0;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul {
	width : 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	
}

.sec3 .sec3-bg .sec3-area .sec3-content ul li {
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	cursor: pointer;
	background-color: transparent;
	border-top : 1px solid #d0d0d0; 
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}

.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(6) li:before,
.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(6) li:after {
	width: 0;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:before {
	content: "";
	width: 1px;
	height: 25px;
	background-color: #d0d0d0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:after {
	content: "";
	width: 1px;
	height: 25px;
	background-color: #d0d0d0;
	display: block;
	position: absolute;
	right: 0;
	bottom : 0;
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(5),
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(6),
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(7),
.sec3 .sec3-bg .sec3-area .sec3-content ul li:nth-child(8) {
	/* border-top: 0; */
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li:hover {
	background-color: #f1eff5
}
.sec3 .sec3-bg .sec3-area .sec3-content ul li p {
	min-width : 100px;
	min-height: 50px;
	/* margin-top: 20px; */
	/* display: inline-block; */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 600;
}


/* 미디어 쿼리 */

@media screen and (max-width: 1024px) {
	.sec3 .sec3-bg .sec3-area .sec3-content ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(4) li,
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(5) li,
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(6) li {
		border-top: 0px;
	}
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li::before,
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li::after {
		width: 0;
	}
}

@media screen and (max-width: 768px) {
	.sec3 .sec3-bg .sec3-area .sec3-content ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li {
		border-top: 0;
	}
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(2n) li::before,
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(2n) li::after {
		width: 0;
	}
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li::before,
	.sec3 .sec3-bg .sec3-area .sec3-content ul a:nth-child(3) li::after {
		width: 1px;
	}
}


/* sec4 */
.sec4 {
	width: 100%;
	margin: 40px 0;
	/*padding: 0 5.208333333333333%;*/
}

.sec4 .sec4-cover {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.sec4 .sec4-cover .swiper-slide {
	border: 1px solid #e6e8e8;
}
.sec4 .swiper {
  width: calc(100% - 87px);
  height: 70px;
  margin-left: 0;
  margin-right: 0;
}

.sec4 .swiper .swiper-slide .img-cover{
	height : 100%;
	display: flex;
	align-items: center;
	justify-content: center; 
}
.sec4 .sec4-cover .swiper-button-lock {
	display: block !important;
}
/* .sec4 .sec4-cover .swiper-button-prev3 {
	width: 35px;
	height: 35px;
	padding : 5px;
	border: 1px solid #e3e3e2 !important;
	position: absolute;
	right: 35px;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.sec4 .sec4-cover .swiper-button-prev3:after {
	content: "";
	background: url("../images/main/swiper2/right.png") no-repeat 100% center;
	background-size: contain;
	width: 8px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform : translate(-50%,-50%);
}

.sec4 .sec4-cover .swiper-button-next3 {
	width: 35px;
	height: 35px;
	padding : 5px;
	border: 1px solid #e3e3e2 !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.sec4 .sec4-cover .swiper-button-next3:after {
	content: "";
	background: url("../images/main/swiper2/left.png") no-repeat 100% center;
	background-size: contain;
	width: 8px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform : translate(-50%,-50%);
}

.sec4 .sec4-cover .swiper-pause {
	position: absolute;
	top: 35px;
    right: 0;
    width: 70px;
    height: 35px;
    padding : 5px;
	z-index: 10;
	cursor: pointer;
	border-bottom: 1px solid #e3e3e2;
	border-left : 1px solid #e3e3e2;
	border-right : 1px solid #e3e3e2
}

.sec4 .sec4-cover .swiper-pause:after {
	content: "";
	background: url("../images/main/swiper2/pause.png") no-repeat center;
	background-size: contain;
	width : 8px;
	height : 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform : translate(-50%,-50%);
} */
.sec4 .main-sect .inner {
	padding-left: 4px;
	padding-right: 0px;
}
.sec4 .swiper-slide .im {
	height: 100%;
}
.sec4 .swiper-slide .im a {
	display: block;
	height: 100%;
}
.sec4 .main-d-ban-swiper {
	display: flex;
	justify-content: space-between;
}
.sec4 .swiper-button-next, 
.sec4 .swiper-button-prev {
	width: auto;
	height: auto;
}
.sec4 .swiper-indicator .swiper-navigation {
	gap : 0;
}
.sec4 .swiper-indicator {
	flex-direction: column-reverse;
	gap : 0;
}
#container .sec4 [class^=swiper-button-] {
	border-radius: 0;
	width: 35px;
	height: 35px;
}
.sec4 .swiper-button-stop,
.sec4 .swiper-button-play {
	width: 70px !important;
	border-top: none;
}
.sec4 [class^=swiper-button-]::after {
	align-items: center;
}



/* 미디어 쿼리  */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.sec1 .swiper .swiper-slide .swiper-text h2{
		font-size: 40px;
		line-height: 50px;
	}
	.sec1 [class^=swiper-button-] {
		width: 30px;
		height: 30px;
	}
	.sec1 .swiper-pagination.swiper-pagination-fraction {
		left: 32px;	
	}
}


@media screen and (max-width: 768px) {
	body {
		font-size: var(--krds-mobile-font-size-body-small);
	}

	.sec1 [class^=swiper-button-] {
		width: 20px;
		height: 20px;
	}
	.sec1 .swiper-navigation .swiper-button-next {
		left: 30px;
	}
	.sec1 .swiper-controller {
		left: 96px;
	}
	.sec1 .swiper-pagination.swiper-pagination-fraction {
		left: 8px;
		font-size: 14px;
		top: -27px;
	}
	.sec2 {
		margin-top: 20px;
	}
	.sec1 .swiper-slide img {
		width: 100%;
		height: 300px;
		object-fit : cover;
	}

	.sec1 .swiper .swiper-slide .im {
		position: relative;
	}
	.sec1 .swiper .swiper-slide .swiper-text h2{
		font-size: 30px;
		line-height: 35px;
		
	}
	.sec1 .swiper-indicator {
		bottom: 30px;
	}
	
}
