.scroll{
	font-size: 1.25rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	color: #c1272d;
	transform: rotate(90deg);
	position: fixed;
	right: 0;
	top: 50%;
	transition: 0.5s;
	z-index: -1;
}

.scroll::after{
	content: '';
	display: block;
	background: #c1272d;
	height: 1px;
	width: 80px;
	position: absolute;
	bottom: 45%;
	left: 180%;
	animation: scroll_line 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scroll_line{
	0%{
		transform-origin: left;
		transform: scaleX(0);
	}
	50%{
		transform-origin: left;
		transform: scaleX(1);
	}
	51%{
		transform-origin: right;
		transform: scaleX(1);
	}
		100%{
		transform-origin: right;
		transform: scaleX(0);
}
}
#top_main{
	margin: 6.25vh auto 0;
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.work_container{
	height: 35vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.work_container h1{
		font-family: kawoszeh;
	font-weight: 100;
	font-size: 5.625rem;
}
.work_info{
		font-size: 0.75rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
		display: flex;
	justify-content: space-between;
}
.p_container:nth-child(2){
	margin-right: 20%;
}
.work_info p:first-child{
	color: #9b9b9b;
}
.img_00{
	width: 50vw;
	height: 62.5vh;
	background: url("../img/wall_logo_mockup.png") no-repeat center center/contain;
	z-index: -2;
}
#content{
	margin: 0 auto;
	max-width: 1600px;
	overflow: hidden;
}
.summary{
		font-size: 0.75rem;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}
#content h2{
	margin: 18.75vh auto 0;
	width: 43.75vw;
}
text2{
margin: 0 auto;
	}
.img_01{
	margin: 18.75vh auto 0;
	width: 50vw;
}
.img_02{
	margin:18.75vh auto 0;
	width: 20vw;
}
.img_group_01{
	margin: 18.75vh 0 auto;
	height: 80vh;
	position: relative;
}
.img_03{
	position: absolute;
	top: 0;
left: 12.5vw;
	width: 40vw;
	height: 62.5vh;
	background: url( "../img/logo_sketch.jpg") no-repeat center center/contain;
}
.img_04{
	width: 31.8vw;
	height: 48.125vh;
background: url( "../img/logo_framwork02.svg") no-repeat center center/contain;
	position: absolute;
	bottom: 0;
	right: 12.5vw;
	z-index: -2;
}

.img_group_03{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 18.75vh;
}
.img_07{
	width: 700px;
	height: 62.5vh;
	background: url( "../img/idea01.png") no-repeat center center/cover;
	z-index: -2;
}
.img_07_02{
		width: 700px;
	height: 62.5vh;
	background: url( "../img/idea02.png") no-repeat center center/cover;
	margin-top: 50px;
	z-index: -2;
}

.img_11{
	margin-top: 18.75vh;
	width: 100vw;
	height: 70vh;
	background: url("../img/logo_display.png")no-repeat center center/cover;
	z-index: -2;
}

@media(max-width:1024px){
	#top_main{
		flex-direction: column-reverse;
		margin-top: 0;
	}
	.img_group_03{
		margin-top: 50px;;
	}
	.img_07,.img_07_02{
		width: 500px;
		background-size: contain;
	}
	
}
@media(max-width:768px){
	.work_container{
		height: 30vh;
	}
		.work_container h1{
	font-size: 4rem;
}
	.work_info{
		flex-flow: wrap;
	}
	.p_container:nth-child(3){
		margin-top: 10px;
	}
	.img_03{
		width: 42.5vw;
		left: 5vw;
	}
.img_04{
		width: 42.5vw;
		right: 5vw;
	}
	.img_11{
	height: 50vh;
	}
}
@media(max-width:625px){
	#top_main{
		margin: 6.25vh auto 0;
	}
	.work_container{
				height: 200px;
		margin-top: 6.25vh;
		padding: 0 5vw;
	}
	.img_00{
		width: 100vw;
		height: 40vh;
		background-size: contain;
	}
	#content h2{
		width: 100vw;
		padding: 0 10vw;
	}
	.img_01{
	width: 70vw;
}
	.img_02{
		width: 40vw;
	}
	.img_group_01{
		height: 70vh;
	}
	.img_03{
		height: 50vh;
	}
.img_07,.img_group_03 div:nth-child(2){
	height: 35vh;
}
	.img_11{
	height: 30vh;
	}
}