/*-- section: Main Image ---------------------------------*/
.main_img_area { height:500px; background: rgba(0, 0, 0, 0.35);}
.main_img_area a { color:#fff; font-weight:bold;}

.main_img_area h1 { font-size: 30px; margin: 100px 0 20px 30px;}
.main_img_area p { margin: 10px 30px;}

@media (max-width: 480px) {
	.main_img_area { height:500px;background: rgba(0, 0, 0, 0.2);}
	.main_img_area h1 {
		margin: 40px 0 20px 30px;
	}
}

/*-- section: Services ---------------------------------*/
#service{
	/* background: rgba(52, 210, 147, 0.85);*/
	background-color:#ffffff;
	padding: 30px 0 30px 0;
	text-align:center;
	}

.service_area{ padding:0;}
.service_block{ 	text-align:center; padding-left: 15px; padding-right: 15px; margin-bottom:15px;}
.service_icon{
	border:2px solid #f56eab;
	border-radius:50%;
	width:90px;
	height:90px;
	margin:0px auto 25px;
	}
	
.service_icon.icon2{border:2px solid #7cc576;}
.service_icon.icon3{border:2px solid #49b5e7;}
	
.service_icon span {
    background:#f56eab;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}
.service_icon.icon2 span { background:#7cc576; }
.service_icon.icon3 span{ background:#49b5e7;	}
.service_icon i{
	color: #fff;
    font-size: 40px;
    margin-top: 5px;
    position: relative;
    top: 14px;
    z-index: 20;
	}
	
.service_block h1{	color:#111111;margin:25px 0 18px;}
.service_block h1 a {color:#111111; text-decoration:none;}
.service_block h1 a:visited, .service_block h1 a:active{color:#111111;}

.service_block p { font-size:14px;color:#888888;	margin:0px;}
.service_block p a {color:#888888; text-decoration:none;}
.service_block p a:visited, .service_block p a:active{color:#888888;}	

/*-- section: Board Row ---------------------------------*/
.board_row { 
	height: auto;
	padding-top: 50px; 
	padding-bottom: 40px;
	background: rgba(240, 240, 240, 0.85);
}

.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.info-card {
	width: 100%;
	border: 1px solid rgb(215, 215, 215);
	position: relative;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	overflow: hidden;
}
.info-card > img {
	width: 100%;
	margin-bottom: 60px;
}

.info-card p {
	  font-family: NanumGothic, ng, gulim, dotum, tahoma;
	  font-size:14px;
}

.info-card .info-card-details,
.info-card .info-card-details .info-card-header  {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	padding: 0 15px;
	background: rgb(255, 255, 255);
	text-align: center;
}
.info-card .info-card-details::-webkit-scrollbar {
	width: 8px;
}
.info-card .info-card-details::-webkit-scrollbar-button {
	width: 8px;
	height: 0px;
}
.info-card .info-card-details::-webkit-scrollbar-track {
	background: transparent;
}
.info-card .info-card-details::-webkit-scrollbar-thumb {
	background: rgb(160, 160, 160);
}
.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
	background: rgb(130, 130, 130);
}           

.info-card .info-card-details .info-card-header {
	height: auto;
	bottom: 100%;
	padding: 37px 5px;
}

.info-card:hover .info-card-details {
	bottom: 0px;
	overflow: auto;
	padding-bottom: 25px;
}
.info-card:hover .info-card-details .info-card-header {
	position: relative;
	bottom: 0px;
	padding-top: 45px;
	padding-bottom: 25px;
}
.info-card .info-card-details .info-card-header h1,
.info-card .info-card-details .info-card-header h3 {
	color: rgb(62, 62, 62);
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 0 !important;
}
.info-card .info-card-details .info-card-header h3 {
	color: #666;
	font-size: 12px;
	margin-top: 5px;
}
.info-card .info-card-details {
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
}

.info-card-details p { 	padding-left:15px;	padding-right:15px; }

/* CRM LIST  */
.crm-list {
	width: 100%;
	border: 1px solid rgb(215, 215, 215);
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.crm-list h1 {
	font-family: 'Lato', NanumBarunGothicBold, nbgbold, sans-serif;
	font-weight:bold;
	padding-left: 10px;
}

.crm-list .in_contents {
	padding: 20px;
}

.crm-list table { font-size:12px;}


/*-- section: company --*/
.company {
	background: url(../../img/bg/solution_pattern.png) 80% repeat;
}
.company .color-overlay {
	margin: -100px 0;
	background: rgba(39,144,176, 0.85);
}

/*-- section: timeline --*/
.history {
	/* background: rgba(52, 210, 147, 0.85);*/
	background-color:#ffffff;
	padding: 50px 0 50px 0;
	text-align:center;
	}
/*-- bootstrap original change --*/

.page-header {
  font-family: 'Lato', sans-serif !important;
  padding-bottom: 9px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
.}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,.timeline > li:after {
	content: " ";
    display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
	font-family: 'Lato', sans-serif !important;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -35px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-badge2 {
	font-family: 'Lato', sans-serif !important;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 18px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -35px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {background-color: #2e6da4 !important;}
.timeline-badge.success {background-color: #3f903f !important;}
.timeline-badge.warning {background-color: #f0ad4e !important;}
.timeline-badge.danger {background-color: #d9534f !important;}
.timeline-badge.info {background-color: #5bc0de !important;}
.timeline-badge2.info {background-color: #5bc0de !important;}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	text-align: left;
    margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}
/*----*/
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-badge2 {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

	ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}


/*-- section: googlemap --*/
.routemap {
	/* background: rgba(52, 210, 147, 0.85);*/
	background-color:#eee;
	padding: 30px 0 30px 0;
	text-align:center;
	}

#map_canvas { 	height:350px; border: 1px solid #ccc;}
.googlemap {	padding-top:0px;	padding-bottom:0px;}

.routemap .route { text-align:left;}

/* Twitter Feed
---------------------------------*/
.twitter-feed{
	background:#009cde;
	padding:40px 0;
	text-align:center;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.twitter-feed:hover {
	background: #00b8ff;
}

.twitter-feed .normal_font_16{
	font-size:16px;
	font-weight: 300;
	color:#ffffff;
	margin:0 0 15px 0;
}
	

.twitter-feed h1{
	font-family: NanumGothicBold, ngbold, gulim, dotum, tahoma; font-size:24px;
	font-weight: 300;
	color:#ffffff;
	margin:0 0 15px 0;
	}
	

.twitter-feed .span_italic{
	display:block;
	font-size:14px;
	font-style: italic;
	color:#ffffff;
	}

.twitter-feed span i{
	color:#ffffff;
	font-size: 38px;
	margin-bottom:15px;
}