.sec1{
	padding: 7.08% 0 4.2%;
}
.sec1 .inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .left-part{
	width: 10.6%;
}
.sec1 .left-part h5{
	font-size: 1.125em;
	color: #3d3d3d;
	font-weight: bold;
}
.sec1 .left-part .line{
	height: 1px;
	background-color: #000;
	opacity: 0.1;
	margin: 1.625em 0;
}
.sec1 .left-part li{
	font-size: 1em;
	color: #3d3d3d;
	cursor: pointer;
	margin-bottom: 1.25em;
}
.sec1 .left-part li:last-child{
	margin-bottom: 0;
}
.sec1 .left-part li::before{
	content: "";
	width: 1.25em;
	height: 1.25em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.9375em;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/project/md8.png);
}
.sec1 .left-part li.on::before{
	background-image: url(../images/project/md7.png);
}



.sec1 .right-part{
	width: 81%;
}
.sec1 .right-part .part-box{
	margin-bottom: 10%;
}
.sec1 .right-part .part-box .moredetail{
	line-height: normal;
	font-weight: bold;
}
.sec1 .right-part .part-box .moredetail:hover{
	color: #00a4ff;
}
.sec1 .right-part .part-box .moredetail span{
	vertical-align: middle;
}
.sec1 .right-part .part-box .moredetail::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.875em;
	height: 0.875em;
	background-repeat: no-repeat;
	background-image: url(../images/icon20.png);
	background-size: contain;
	margin-left: 0.5em;
}
.sec1 .right-part .part-box .moredetail:hover::after{
	background-image: url(../images/icon20-1.png);
}
.sec1 .right-part h2{
	font-size: 2em;	
	color: #3d3d3d;
	font-weight: bold;
	margin-bottom: 1.375em;
}
.sec1 .list-box.default{
	margin-bottom: 6.5%;
	border-top: 1px solid rgba(0,0,0,0.25);
}
.sec1.all .list-box.default,.sec1.all .ul-imgtxt1{
	margin-bottom: 3%;
}
.sec1.all .ul-imgtxt1 li:last-child{
	margin-bottom: 0;
}
.sec1.all .g-result .a-down{
	margin-top: 0 !important;
}
.sec1 .list-box.default a{
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 2.25em 0;
}
.sec1 .list-box.default h5{
	font-size: 1.375em;
	color: #3d3d3d;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1em;
	line-height: 1.2;
}
.sec1 .list-box.default p{
	font-size: 1em;
	color: #343434;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
}
.sec1 .list-box.default h5 .keywords,.sec1 .list-box.default p .keywords,.ul-imgtxt1 h3 .keywords{
	color: #00a4ff;
}


@media only screen and (min-width:1024px){
}

@media only screen and (max-width:1024px) {

	.sec1{
		padding: 15% 0 5%;
	}
	.sec1 .inner{
		display: block;
	}
	.sec1 .left-part{
		width: 100%;
		margin-bottom: 5%;
	}
	.sec1 .left-part .line{
		margin: 5% 0;
	}
	.sec1 .left-part ul{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.sec1 .left-part li{
		width: 40%;
	}
	.sec1 .left-part li:nth-child(3n){
		width: auto;
	}


	.sec1 .right-part{
		width: 100%;
	}
	.sec1 .right-part h2{
		font-size: 1.75em;	
	}
	.sec1 .list-box.default{
		margin-bottom: 10%;
	}
	.sec1.all .list-box.default,.sec1.all .ul-imgtxt1{
		margin-bottom: 5%;
	}
	.sec1 .list-box.default a{
		padding: 2em 0;
	}
	.sec1 .list-box.default h5{
		font-size: 1.25em;
		margin-bottom: 1em;
	}
}