/****
<목차>
- 공통
- .viewtimeline-container
- .vtl-options-wrap
	- .vtl-opt-category-wrap
- .vtl-timeline-wrap
/****

/* 공통 ***/
.viewtimeline-container,
.viewtimeline-container *,
.viewtimeline-container *:before,
.viewtimeline-container *:after {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}
.viewtimeline-container ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.viewtimeline-container ul li {
	list-style-type: none !important;
}
.vtl-hover-opacity {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.vtl-hover-opacity:hover {
	opacity: 0.7;
}
.vtl-hover-bgcolor {
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
}
.vtl-hover-bgcolor:hover {
	border-bottom: 2px solid;
}
.vtl-skin-dark .vtl-hover-bgcolor:hover {
	background-color: rgb(116, 96, 41);
}
/* .viewtimeline-container ***/
.viewtimeline-container {
	position: relative;	/* for perfect-scollbar */
	overflow: auto;		/* for perfect-scollbar */
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
}
.viewtimeline-container.vtl-skin-dark {
}
.viewtimeline-container:after {
	content: ''; display: block; clear: both;
}
.vtl-timeline-head {
	font-size: 50px;
	line-height: 1em;
	margin: 15px 0;
	color: rgb(133, 154, 238);
}
@media screen and (min-width: 560px) and (max-width: 999px) {
	.vtl-timeline-head {
		font-size: 40px;
	}
}
@media screen and (max-width: 559px) {
	.vtl-timeline-head {
		font-size: 20px;
	}
}

/* .vtl-options-wrap ***/
.vtl-options-wrap {
	float: left;
	width: 330px;
}
@media screen and (max-width: 999px) {
	.vtl-options-wrap {
		display: none;
	}
}
.vtl-opt-head {
	font-size: 15px;
	color: rgb(102, 102, 102);
	margin-bottom: 5px;
}
.vtl-skin-dark .vtl-opt-head {
	color: rgb(255, 255, 255);
}
.vtl-opt-head i {
	font-size: 20px;
}
.vtl-checkbutton {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
/* .vtl-opt-category-wrap ***/
.vtl-opt-category-wrap {
	position: relative;
	padding: 15px;
	margin-bottom: 30px;
	background-color: rgb(242, 242, 242);
}
.vtl-opt-category-wrap .vtl-opt-category {
	font-size: 15px;
}
.vtl-opt-category-wrap .vtl-opt-category[data-unfolded=unfolded] {
	color: rgb(255, 255, 255);
	background-color: rgb(133, 154, 238);
}
.vtl-opt-category-wrap .vtl-cat-depth-0,
.vtl-opt-category-wrap .vtl-cat-depth-1,
.vtl-opt-category-wrap .vtl-cat-depth-2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vtl-cat-depth-0 > li > .vtl-opt-category {
	width: 150px;
	line-height: 40px;
	padding-left: 15px;
	background-color: rgb(102, 102, 102);
	color: rgb(255, 255, 255);
}
.vtl-cat-depth-0 > li + li > .vtl-opt-category {
	margin-top: 15px;
}
.vtl-cat-depth-1 {
	position: absolute;
	top: 15px;
	left: 180px;
}
.vtl-cat-depth-1 > li > .vtl-opt-category {
	width: 135px;
	line-height: 25px;
	padding-left: 10px;
	color: rgb(102, 102, 102);
}
.vtl-cat-depth-1 > li > .vtl-opt-category[data-unfolded=unfolded] {
	line-height: 30px;
}
ul.vtl-cat-depth-2 {
	margin-left: 15px;
}
.vtl-cat-depth-2 > li > .vtl-opt-category {
	width: 120px;
	line-height: 25px;
	padding-left: 10px;
	margin: 5px 0;
	color: rgb(102, 102, 102);
	font-weight: normal;
}
.vtl-cat-depth-2 > li > .vtl-opt-category[data-unfolded=unfolded] {
	line-height: 30px;
}

/* .vtl-opt-tag-wrap ***/
.vtl-opt-tag-wrap {
	padding: 15px;
	background-color: rgb(242, 242, 242);
	color: rgb(102, 102, 102);
}
.vtl-opt-tag {
	position: relative;
	font-size: 15px;
}
.vtl-opt-tag span {
	margin-left: 25px;
}
.vtl-opt-tag i {
	position: absolute;
	top: 0; left: 0;
	font-size: 20px;
}
.vtl-opt-tag i.vtl-checked {
	display: none;
}
.vtl-opt-tag i.vtl-unchecked {
	display: inline;
}
.vtl-opt-tag[data-checked=checked] i.vtl-checked {
	display: inline;
}
.vtl-opt-tag[data-checked=checked] i.vtl-unchecked {
	display: none;
}

/* .vtl-timeline-wrap ***/
.vtl-timeline-wrap {
	max-width: 900px;
}
.vtl-options-wrap + .vtl-timeline-wrap {
	margin-left: 380px;
}
@media screen and (max-width: 999px) {
	.vtl-options-wrap + .vtl-timeline-wrap {
		margin-left: 0;
	}
}
.vtl-order-by {
	font-size: 15px;
	cursor: pointer;
	color: rgb(102, 102, 102);
}
.vtl-skin-dark .vtl-order-by {
	color: rgb(242, 242, 242);
}
.vtl-order-by + .vtl-order-by {
	margin-left: 20px;
}
.vtl-order-by[data-checked] i {
	display: none;
}
.vtl-order-by[data-checked=checked] i {
	display: inline;
}
.vtl-post-year {
	font-size: 50px;
	color: rgb(102, 102, 102);
	padding: 20px 0 10px 0;
}
@media screen and (min-width: 560px) and (max-width: 999px) {
	.vtl-post-year {
		font-size: 40px;
	}
}
@media screen and (max-width: 599px) {
	.vtl-post-year {
		font-size: 30px;
	}
}
.vtl-skin-dark .vtl-post-year {
	color: rgb(255, 255, 255);
}
.vtl-post-date {
	position: relative;
}
.vtl-post-date > div {
	position: absolute;
	top: 0; left: 0;
	background-color: #ffffff;
	margin-top: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	border: solid 2px #999;
	border-radius: 50px;
	color: #999;
}
.vtl-skin-dark .vtl-post-date > div {
	border-color: rgb(255, 255, 255);
}
.vtl-post {
	padding: 5px 0 10px 50px;
	border-left: solid 2px #999;
}
.viewtimeline-container > .vtl-timeline-wrap > ul > li.vtl-post {
	margin-left: 25px !important;
}
.vtl-new-date-post {
	padding-top: 30px;
}
.vtl-post-year + .vtl-post-date > div {
	margin-top: 0;
}
.vtl-post-year + .vtl-post-date + .vtl-new-date-post {
	padding-top: 10px;
}
.vtl-post-categories {
	line-height: 0;
}
.vtl-post-categories a,
.vtl-post-categories span {
	font-size: 14px;
	line-height: 1em;
}
.vtl-post-title {
	color: rgb(102, 102, 102);
}
.vtl-skin-dark .vtl-post-title {
	color: rgb(255, 255, 255);
}
.vtl-more-button-wrap {
	margin-top: 5%;
	text-align: center;
}
.vtl-more-button {
	display: inline-block;
	cursor: pointer;
	background-color: rgb(133, 154, 238);
	color: rgb(255, 255, 255) !important;
	font-size: 15px;
	padding: 10px 40px;
}
.vtl-isloading i {
	font-size: 35px;
}
