/*------------------------------------------------------------------
디자인 CSS

가로 구분바
폰트 색상 굵기
버튼
풀스크린 full-screen
테이블 table
온라인 폼 form-control
들여쓰기 Blockquote
위로가기 back-to-top

회원가입 member
게시판 board

배경어둡게 overlay10 / overflow
애니메이션 
table-layout:fixed;
------------------------------------------------------------------*/
.sha{-webkit-box-shadow: inset 0 0px 10px rgba(0,0,0,.075), 0 0 18px rgba(175, 175, 175, .1);
          box-shadow: inset 0 0px 10px rgba(0,0,0,.075), 0 0 18px rgba(175, 175, 175, .7);
}

.sound_only { display:none; }
.test{border:1px solid red;}
.box01 {border:1px solid #ddd}

/*------------------------------------------------------------------
가로 구분바
------------------------------------------------------------------*/
.bar-center{width:30px; height:1px; margin:20px auto; background: #342A20;}
.bar-left{width:60px; height:2px; background: #BEB858;}
.bar-right{position:absolute; right:15px; width:60px; height:2px; background: #BEB858;}
.bar-white{width:60px; height:1px; margin:20px auto; background:rgba(255,255,255,0.5);}


/*------------------------------------------------------------------
폰트 색상 굵기
------------------------------------------------------------------*/
.white{color:#fff;}
.white-t{color:rgba(255,255,255,0.5)}
.black {color:#000}
.c1{color: #045b9b;}
.c2{color: #a6a7aa;}
.c3{color: #555;}
.c4{color: #342A20;}
.c5{color: #634D38;}
.c6 {color:#C7C2AC}

.b400{font-weight:400;}
.b500{font-weight:500;}
.b600{font-weight:600;}
.b700{font-weight:700 !important;}
/*------------------------------------------------------------------
버튼
------------------------------------------------------------------*/
.btn-md{font-size:13px; border-radius:0px; padding:12px 26px 12px; border:0px;}
.btn-sm{font-size:13px; border-radius:0px; padding:6px 15px 6px; border:0px;}


.btn-ok{background-color:#db1d27; color:#fff; border:0px solid #fff;}
.btn-ok:hover{background-color:#f53649; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

.btn0{background-color:#fff; color:#515769; border:0px solid #fff;}
.btn0:hover{background-color:#000; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

.btn1{background-color:#999; color:#fff; border:0px solid #fff;}
.btn1:hover{background-color:#666; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

.btn2{background-color:#555; color:#fff; border:0px solid #fff;}
.btn2:hover{background-color:#88882B; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

.btn3{background-color:transparent; color:#fff; border:1px solid rgba(255,255,255,0.5);}
.btn3:hover{background-color:#fff; color:#000; border:1px solid rgba(255,255,255,1); transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

.btn4{background-color:#17bed2; color:#fff; border:0px solid #fff;}
.btn4:hover{background-color:#1EA5B5; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

.btn5{background-color:#0B80CA; color:#fff; border:1px solid #ADD0E6;}
.btn5:hover{background-color:#fff;  border:2px solid #fff; color:#0B80CA;  transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}


.btn6{background-color:#fff; color:#000; border:1px solid #fff; border:2px solid #111}
.btn6:hover{background-color:#76C79E; border:1px solid #fff;  color:#fff;  transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

.btn7{background-color:#88872B; color:#fff; border:1px solid #88872B;}
.btn7:hover{background-color:#5E5D13; color:#fff; border:1px solid #5E5D13 transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

.btn8{background-color:#f8f8f8; color:#777; border:1px solid #ddd;}
.btn8:hover{background-color:#333;  border:1px solid #333; color:#fff;  transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

/*------------------------------------------------------------------
풀스크린
------------------------------------------------------------------*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
테이블
------------------------------------------------------------------*/
.table1 {border-top:3px solid #000; border-bottom:3px solid #000;}
.table1 th{text-align:center; padding: 20px 20px 22px !important; font-weight:400;  border-bottom:1px solid #000;}
.table1 td{padding: 20px 20px 22px !important;}



.box02 {border:1px solid #E6E6E6}

/*------------------------------------------------------------------
온라인 폼
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #f1f1f1;
  
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

textarea{padding:15px !important;}

/*------------------------------------------------------------------
Blockquote
------------------------------------------------------------------*/
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #17bed2;
  content: '“';
}


/*--------------------------------------------------
솔루션 탭
----------------------------------------------------*/



.cateInfo ul {
	padding: 0;
	margin: 0;
	list-style: none;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
}
.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cate-item {
	border:1px solid #ddd;
	background: #fff;
	padding:0;
	width: -webkit-calc(100%/4);
	width: -moz-calc(100%/4);
	width: calc(100%/4);
	height: 52px;
	margin-left: -1px;
	line-height: 52px;
	color: #000;
	font-size: 20px;
	text-align: center;
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cate-item {
		width: -webkit-calc(100%/3);
		width: -moz-calc(100%/3);
		width: calc(100%/3);
	}

}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.cate-item {
		width: -webkit-calc(100%/2);
		width: -moz-calc(100%/2);
		width: calc(100%/2);
		margin-top: -1px;
	}
}

.cate-item-ov { border:1px solid #C2DDE9; background-color: #C2DDE9; font-weight: bold;}
.cate-item-ov a { color:#fff; font-weight: bold; font-size: 20px; }




/*--------------------------------------------------
제품 탭
----------------------------------------------------*/



.cateInfo02 ul {
	padding: 0;
	margin: 0;
	list-style: none;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
}
.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cate-item02 {
	border:1px solid #ddd;
	background: #fff;
	padding:0;
	width: -webkit-calc(100%/2);
	width: -moz-calc(100%/2);
	width: calc(100%/2);
	height: 52px;
	margin-left: -1px;
	line-height: 52px;
	color: #000;
	font-size: 20px;
	text-align: center;
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cate-item02 {
		width: -webkit-calc(100%/2);
		width: -moz-calc(100%/2);
		width: calc(100%/2);
	}

}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.cate-item02 {
		width: -webkit-calc(100%/2);
		width: -moz-calc(100%/2);
		width: calc(100%/2);
		margin-top: -1px;
	}
}

.cate-item-ov02 { border:1px solid #C2DDE9; background-color: #C2DDE9; font-weight: bold;}
.cate-item-ov02 a { color:#fff; font-weight: bold; font-size: 20px; }




.box01 {border:1px solid #ddd}
.box01_ov {border:1px solid #C2DDE9; color:#fff; background-color: #C2DDE9}
.con_con li{list-style:disc; margin-left:-20px; padding:5px 0px 5px 0px}/* list-style:disc -> li 점 노출 */

.box02 {border:1px solid #0093D4}
.box03 {border:6px solid #E7F3F7}

/*--------------------------------------------------
위로가기
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 60px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}



/*------------------------------------------------------------------
회원가입
------------------------------------------------------------------*/
#member .btn-md{font-size:15px; border-radius:0px; padding:13px 26px 14px; border:0px;}
#member .btn1{background-color:#666; color:#fff !important; border:0px solid #fff;}
#member .btn1:hover{background-color:#999; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

#member .btn2{background-color:#999; color:#fff !important; border:0px solid #fff;}
#member .btn2:hover{background-color:#666; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

#member label{margin:0 10px;}

#member .table-layout table {table-layout:fixed;}
#member table th{background-color:#515769; text-align:center; color:#fff; font-size:15px;}
#member table td{color: #999999; font-size:13px; vertical-align:middle;}
#member textarea{min-height:200px; padding:20px;}

@media only screen and (max-width: 767px) {
	#member .table-layout table {table-layout:auto;}
}

/*------------------------------------------------------------------
게시판
------------------------------------------------------------------*/

#board a{font-size:14px;}


#board .board-btn{border:0; background:none;}
#board .btn-md{font-size:15px; border-radius:0px; padding:13px 26px 14px; border:0px;}


#board .admin{background-color:#f65e3b; color:#fff !important; border:0px solid #fff;}
#board .admin:hover{background-color:#f57559; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}


#board .btn1{background-color:#666; color:#fff !important; border:0px solid #fff;}
#board .btn1:hover{background-color:#999; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}

#board .btn2{background-color:#999; color:#fff !important; border:0px solid #fff;}
#board .btn2:hover{background-color:#666; color:#fff; border:0px solid #fff; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);}


#board span{color:#515769;}
#board label{font-weight: 400; margin-right:20px; color:#999;}

#board table {border-top:3px solid #000; border-bottom:1px solid #999;}
#board table th{text-align:center; padding: 20px 20px 17px; font-weight:400;}
#board table td{padding: 20px 20px 17px;}
#board textarea{min-height:200px; padding:20px;}
#board .notice {background-color:#f1f1f1;}



#board .check{width:5%;}
#board .num{width:8%;}
#board .name{width:15%;}
#board .hit{width:8%;}
#board .date{width:10%;}

#board .cate{list-style:none;}



@media only screen and (max-width: 991px) {
	#board .check{display:none;}
	#board .num{display:none;}
	#board .name{display:none;}
	#board .hit{display:none;}
	#board .date{display:none;}
	#board .pull-right{float: left !important; width:100% !important;}
	#board .form-group{display:block; width:100% !important;;}
}


#bo_cate a:before {
	content: "\f016";
	font-size:14px;
	font-family: FontAwesome;
	color: #000;
	padding-right:10px;
}

#bo_cate {margin-bottom:20px;}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both; }
#bo_cate li {display:inline-block;}
#bo_cate a {display:block; margin-right:20px;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;}
#bo_cate #bo_cate_on {color:red;}



/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #e4e4e4}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:0px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#999;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:0px;
}



/*------------------------------------------------------------------
배경어둡게
------------------------------------------------------------------*/
.overflow{overflow: hidden; position: relative;  word-break:keep-all !important;}

.overlay10{background-color: rgba(0,0,0,0.10);position: absolute;left:0;top:0;width:100%;height: 100%;}
.overlay20{background-color: rgba(0,0,0,0.20);position: absolute;left:0;top:0;width:100%;height: 100%;}
.overlay30{background-color: rgba(0,0,0,0.30);position: absolute;left:0;top:0;width:100%;height: 100%;}
.overlay40{background-color: rgba(0,0,0,0.40);position: absolute;left:0;top:0;width:100%;height: 100%;}
.overlay50{background-color: rgba(0,0,0,0.50);position: absolute;left:0;top:0;width:100%;height: 100%;}
.overlay60{background-color: rgba(0,0,0,0.60);position: absolute;left:0;top:0;width:100%;height: 100%;}
.overlay70{background-color: rgba(0,0,0,0.70);position: absolute;left:0;top:0;width:100%;height: 100%;}
.overlay80{background-color: rgba(0,0,0,0.80);position: absolute;left:0;top:0;width:100%;height: 100%;}
.overlay90{background-color: rgba(0,0,0,0.90);position: absolute;left:0;top:0;width:100%;height: 100%;}





/*------------------------------------------------------------------
애니메이션
------------------------------------------------------------------*/

@-webkit-keyframes rain-Top {
    from {-webkit-transform: translateY(-100%);}
    to {-webkit-transform: translateY(0%);}
}
@-moz-keyframes rain-Top {
    from {-moz-transform: translateY(-100%);}
    to {-moz-transform: translateY(0%);}
}
@-ms-keyframes rain-Top {
    from {-ms-transform: translateY(-100%);}
    to {-ms-transform: translateY(0%);}
}

@-webkit-keyframes rain-Left{
    from {-webkit-transform: translateX(-100%);}
    to {-webkit-transform: translateX(0%);}
}
@-moz-keyframes rain-Left{
    from {-moz-transform: translateX(-100%);}
    to {-moz-transform: translateX(0%);}
}
@-ms-keyframes rain-Left{
    from {-ms-transform: translateX(-100%);}
    to {-ms-transform: translateX(0%);}
}

@-webkit-keyframes rain-Right {
    from {-webkit-transform: translateX(100%);}
    to {-webkit-transform: translateX(0%);}
}
@-moz-keyframes rain-Right {
    from {-moz-transform: translateX(100%);}
    to {-moz-transform: translateX(0%);}
}
@-ms-keyframes rain-Right {
    from {-ms-transform: translateX(100%);}
    to {-ms-transform: translateX(0%);}
}

@-webkit-keyframes rain-Bottom {
    from {-webkit-transform: translateY(100%);}
    to {-webkit-transform: translateY(0%);}
}
@-moz-keyframes rain-Bottom {
    from {-moz-transform: translateY(100%);}
    to {-moz-transform: translateY(0%);}
}
@-ms-keyframes rain-Bottom {
    from {-ms-transform: translateY(100%);}
    to {-ms-transform: translateY(0%);}
}





/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #FF6B6B;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}



