@charset "utf-8";

/* CSS Document */
.company-intro {
	background: #ffffff;
	width: 500px;
	padding: 0 50px;
}

.culture-cell {
	width: 300px;
}

.culture-cell-title {
	color: #ffffff;
	font-size: 20px;
	margin-top: 30px;
}

.culture-cell-txt {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 16px;
}

.history-part {
	width: 600px;
	height: 450px;
	margin-bottom: 60px;
	margin-top: 40px;
	position: relative;

}

.history-title {
	color: #333;
	font-size: 32px;
	margin-top: 20px;
	margin-left: 40px;
}

.history-txt {
	font-size: 14px;
	line-height: 40px;
	margin-left: 40px;
}

.time-content {
	margin: 20px 0;
}

.time-point {
	height: 16px;
	width: 16px;
	background: #ccc;
	border-radius: 999px;
	border: 10px solid #f1f2f5;
}

.time-history {
	font-size: 36px;
	color: rgb(153, 153, 153);
	line-height: 1.083;
	margin-left: 10px;
}

.history-small-txt {
	font-size: 12px;
	color: #333;
	margin-left: 36px;
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 1px;
}


.scroll-box {
	-ms-overflow-style: none;
}

.scroll-box {
	overflow: -moz-scrollbars-none;
}

.culture-box {
	width: 1920px;
	height: 500px;
	background-image: url(../img/bg-about.png);
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
