﻿
/* 회사연혁 */
.history > div > div {
    float: left;
}
.history .history_list {
    width: 100%;
}
.history_list > dl > dt, .history_list > dl , .history_list > dl > dd {
    float: left;
}
.history_list > dl {
    width: 100%;
}
.history_list > dl > dt {
    font-size: 1.5rem;
    line-height: 17px;
    padding-right: 40px;
    position: relative;
    font-weight: 500;
    color: #393939;
}
.history_list > dl > dt:after {
    content: "";
    display: block;
    position: absolute;
    right: -9px;
    top: 1px;
    width: 18px;
    height: 20px;
    background: url(/cbnudm/images/history_icon.png) no-repeat;
}
.history_list > dl dd {
    border-left: 1px solid #e3e3e3;
    padding-left: 40px;
    padding-bottom: 50px;
    width: 75%;
}

.history_list > dl dd ul li {
    /* margin-bottom: 12px; */
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.history_list > dl dd ul li span {
    /* font-weight: bold; */
    color: #000;
    display: inline-block;
    margin-right: 30px;
    float: left;
    height: 24px;
}
.history_list > dl dd ul li p {
    padding-left:75px;
}
.history_photos dl dd {
    text-align: right;
    font-weight: 500;
    color: #252525 !important;
}
.history {
    margin-top: 100px;
}
.history_photos dl {
    margin-bottom: 30px;
}

@media screen and (max-width:1270px) {
	.history_list > dl dd ul li p {
		padding-left:70px;
	}
}
@media screen and (max-width: 800px) {
	
	.history_list > dl > dt {
		font-size: 1.5rem;
		line-height: 17px;
		padding-right: 30px;
		position: relative;
		font-weight: 500;
		color: #393939;
	}
	.history_list > dl > dt:after {
		content: "";
	}
	.history_list > dl dd {
		border-left: 1px solid #e3e3e3;
		padding-left: 20px;
		padding-bottom: 50px;
		padding-top:30px;
		width: 97%;
	}
	.history_list > dl dd ul li {
		/* margin-bottom: 12px; */
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.history_list > dl dd ul li span {
		/* font-weight: bold; */
		color: #000;
		display: inline-block;
		margin-right: 30px;
		float: left;
		height: 24px;
	}
	.history_list > dl dd ul li p {
		padding-left:65px;
	}

}