.content1 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.content1 > div:first-of-type, .content1 > div:nth-of-type(2) {
	border-bottom: 2px solid #f3f3f3;
}
.bar {
	height: 65vw;
    width: 2px;
    background-color: #f3f3f3;
    margin-top: 6vw;
}
.wrap {
	width: 49%;
    text-align: center;
}
.wrap > img:first-of-type {
    width: 12vw;
	margin-top: 8vw;
}
.wrap > img:nth-of-type(2) {
	width: 35vw;
	margin: 5vw 0;
}
.banner {
	width: 100%;
}
.content1 {
	padding: 0 2.66667vw;
}
.welcom {
	color: #666666;
	font-size: 2.66667vw;
	text-align: center;
	margin-top: 10vw;
}
.title {
	color: #247cef;
	font-size: 6.4vw;
	text-align: center;
	margin: 1vw 0 6vw;
}
.titleText {
	color: #247cef;
	font-size: 3.2vw;
	margin-top: 3vw;
}
.text {
	color: #666666;
	font-size: 2.66667vw;
}
.button {
	background-color: #247cef;
    color: #FFFFFF;
    font-size: 3.2vw;
    padding: 3vw 0;
    width: 35vw;
    text-align: center;
    margin: 11vw auto 0;
	cursor: pointer;
}
.number {
	text-align: center;
    font-size: 2.66667vw;
    margin-bottom: 5vw;
}
.number > span {
	color: #247cef;
    font-weight: bold;
}
section {
    height: calc(100vh - 5vw);
    overflow: auto;
}