@charset "utf-8";

.xet-page-wrp .page-title {
	font-weight: 500;
	font-size: 18px !important;
}
.xet-page-wrp img {
	max-width: 100%;
}
.xet-page-wrp .xet-timeline-wrp .item {
	padding: 0 15px ;
}
.xet-page-wrp ul.xet-timeline {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
/* 세로 선 */
.xet-page-wrp ul.xet-timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	left: 15px;
	background-color: #004295;
}
.xet-page-wrp ul.xet-timeline > li {
	position: relative;
}
.xet-page-wrp ul.xet-timeline > li:before,
.xet-page-wrp ul.xet-timeline > li:after {
	content: " ";
	display: table;
}
.xet-page-wrp ul.xet-timeline > li:after {
	clear: both;
}
.xet-page-wrp ul.xet-timeline > li > .xet-timeline-badge {
	position: absolute;
	top: 0px;
	left: 0%;	
	width: 30px;
	height: 30px;
	margin-left: 0px;
	line-height: 30px;	
	z-index: 10;
	border-radius: 50%;
	background-color:#fff;
	border: 1px solid #004295;
}
.xet-page-wrp ul.xet-timeline > li > .xet-timeline-badge:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0,-50%);
	width: 30px;
	height: 1px;
	background-color: #004295;
}
.xet-page-wrp ul.xet-timeline > li > .xet-timeline-badge:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #004295;
}
/* 내용 */
.xet-page-wrp ul.xet-timeline > li > .xet-timeline-panel {
	position: relative;
	float: left;
	margin-left: 50px;
	min-height: 85px;
}
.xet-page-wrp ul.xet-timeline > li > .xet-timeline-panel .xet-timeline-body {
	padding-bottom: 10px;
	height: 280px;
	overflow-y: auto;
	 -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.xet-page-wrp ul.xet-timeline > li > .xet-timeline-panel .xet-timeline-body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.xet-page-wrp ul.xet-timeline > li > .xet-timeline-panel .xet-timeline-body:after {
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 20px;
    background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
	
/* Swiper Custom */
.xet-timeline-scroll {
	position: relative
}
.xet-page-wrp .xet-timeline-scroll .item {
	padding-top: 50px;
}
.xet-timeline-scroll.swiper-container-horizontal>.swiper-pagination-bullets, 
.xet-timeline-scroll.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: auto;
	top: 0;
}

.xet-timeline-scroll .swiper-pagination-bullet {
	width: 40px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	border-radius: 0;
	opacity: 1;
	font-family: 'Roboto';
	background: #fff;
	color: #5b5b5b;
}
.xet-timeline-scroll .swiper-pagination-bullet-active {
	opacity: 1;
	color: #004295 !important;
	font-weight: 700;
}
.xet-timeline-scroll.swiper-container-vertical>.swiper-pagination-bullets {
	right: auto;
	left: 0;
}


@media (min-width: 992px) {

	.xet-page-wrp .page-title {
		font-size: 24px !important;
	}

	.xet-page-wrp .xet-timeline-wrp .item {
		padding: 0 30px ;
	}

	.xet-page-wrp ul.xet-timeline > li > .xet-timeline-badge:after {
		width: 60px;
	}

	/* 내용 */
	.xet-page-wrp ul.xet-timeline > li > .xet-timeline-panel {
		margin-left: 80px;
	}
	.xet-page-wrp ul.xet-timeline > li > .xet-timeline-panel .xet-timeline-body {
		height: 400px;
	}

	/* Swiper Custom */
	.xet-page-wrp .xet-timeline-scroll .item {
		padding-top: 0;		
	}
	.xet-timeline-scroll .swiper-pagination-bullet {
		font-size: 15px;
		width: 60px;
		margin: 20px 0 !important;
	}
	.xet-timeline-scroll.swiper-container-vertical>.swiper-pagination-bullets {
		top: 40px;
		left: -14px;
		transform: translate3d(0px,0%,0);
	}

	
}
