.section-img{
    margin: 0 50px;
    overflow: hidden;
    text-align: center;
}

.section-img img{
    object-fit: cover;
}

.section-desc{
	position: relative;
	margin: 30px 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c0a470;
}

.section-desc .tp{
	font-size: 1.6rem;
	color: #003825;
}

.section-desc .desc{
	font-size: .8rem;
	width: 90%;
	line-height: 2;
}

.section-desc img{
	position: absolute;
	top: 40px;
	right: 0;
	width: 50px;
}

.wrap1{
	margin-bottom: 30px;
}

.wrap1 .tp{
    font-size: 1.2rem;
    color: #003825;
    line-height: 2;
    padding: 10px 0 0 0;
    text-align: center;
}

.wrap1 .desc{
    font-size: .8rem;
    color: #595757;
    line-height: 2;
    text-align: center;
}

.wrap1 .icon{
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: .5;
}

.wrap1 .icon img{
	width: 30px;
}

.wrap1 .year{
	color: #c5ac6d;
	display: flex;
	width: 80%;
	margin: auto;
	padding-bottom: 30px;
}

.wrap1 .year .num{
	flex: 0 0 20%;
}

.wrap1 .year .line{
	flex: 0 0 40%;
}

.wrap1 .year .readmore{
	flex: 0 0 40%;
}

.wrap1 img{
	transition: all .5s ease-out;
	transform: scale(1,1);
}

.wrap1 a:hover img{
	transition: all .5s ease-out;
	transform: scale(1.1,1.1);
}


.section-img{
    margin: 0 50px;
    overflow: hidden;
    text-align: center;
}

.section-img img{
    object-fit: cover;
}

.section-desc{
	position: relative;
	margin: 30px 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c0a470;
}

.section-desc .tp{
	font-size: 1.6rem;
	color: #003825;
}

.section-desc .desc{
	font-size: .8rem;
	width: 90%;
	line-height: 2;
}

.section-desc img{
	position: absolute;
	top: 40px;
	right: 0;
	width: 50px;
}

.wrap1{
	margin-bottom: 30px;
}

.wrap1 .tp{
    font-size: 1.2rem;
    color: #003825;
    line-height: 2;
    padding: 10px 0 0 0;
    text-align: center;
}

.wrap1 .desc{
    font-size: .8rem;
    color: #595757;
    line-height: 2;
    text-align: center;
}

.wrap1 .icon{
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: .5;
}

.wrap1 .icon img{
	width: 30px;
}

.wrap1 .year{
	color: #c5ac6d;
	display: flex;
	width: 80%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

.wrap1 .line img{
	width: 50px;
}

.wrap1 .year .num{
	flex: 0 0 20%;
}

.wrap1 .year .line{
	flex: 0 0 40%;
}

.wrap1 .year .readmore{
	flex: 0 0 40%;
	justify-content: flex-end;
	text-align: right;
	color: #c5ac6d;
}

.wrap1 .year .readmore img{
	width: 5px;
}

.readmore a{
	color: #c5ac6d;
}

.readmore a:hovr{
	color: #c5ac6d;
}


@media (max-width: 576px) {
	.wrap1 {
		margin-bottom: 0px
	}

	.wrap1 .year .num {
		flex: 0 0 30%;
	}
	
	.wrap1 .year .line{
		flex: 0 0 10%;
	}

	.wrap1 .line img {
		width: 30px;
		padding-bottom: 2px;
	}
	
	.wrap1 .year .readmore {
		flex: 0 0 60%;
	}	
}

