@media (min-width: 768px) {
	.div1 {
		max-width: calc(788px);
	}
}

body {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgb(209, 246, 255);
	background-image: url('./image/background-desktop.png');
	height: 100vh;
	margin: 0;
	font-family: Inter, sans-serif;
}

.all {
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 64px 16px 32px;
	height: 100vh;
	box-sizing: border-box;
}

.all .body {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}


.div1 {
	display: flex;
	width: calc(100% - 24px);
	left: 0px;
	right: 0px;
	grid-template-columns: 1fr auto 1fr;
	border: 1px solid transparent;
	border-radius: 72px;
	background-color: transparent;
	transition: background-color 150ms ease 0s, -webkit-transform 150ms ease 0s, -webkit-backdrop-filter 150ms ease 0s;
	backdrop-filter: blur(10px);
	position: fixed;
	width: 100%;
	margin: 8px auto;
	-webkit-box-align: center;
	align-items: center;
	padding: 8px 12px;
	z-index: 10;
	top: 0px;
	justify-content: space-between;
	box-sizing: border-box;
}

.div1.scrolled {
	border-color: rgb(235, 238, 241);
	background-color: rgba(255, 255, 255, 0.5);
}

.div1.scrolled .mid {
	background-color: transparent;
	border-color: transparent;
	opacity: 1;
}

.div1.scrolled .right .upload {
	border: 1px solid black;
	background-color: black;
	color: #fff;
}

.div1.scrolled .left {
	background-color: transparent;
	border-color: transparent;
	opacity: 1;
}

.div1 .right .upload {
	padding: 0px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 0px;
	justify-self: flex-end;
	grid-column-start: 3;
	visibility: visible;
	border: 1px solid rgb(226, 226, 226);
	background-color: rgb(240, 240, 240);
	color: rgb(0, 0, 0);
}

.div1 .mid {
	grid-column-start: 2;
	grid-row-start: 1;
	opacity: 0;
	transition: all 0.2s ease;
	color: rgb(8, 49, 112);
}

.div1 .mid p {
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

.div1 .left {
	width: 44px;
	height: 44px;
	opacity: 0;
	transition: all 0.2s ease;
}

.div1 .left img {
	border-radius: 50%;
	width: 100%;
	display: block;
	object-fit: contain;
	object-position: initial;
	filter: none;
}

.div2 {
	text-align: center;
	width: 100%;
}

.div2 .avatar {
	/* border-radius: 50%; */
	width:360px;
	max-width: 100% - 30px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 16px;
}

.div2 .avatar img {
	width: 100%;
	display: block;
	object-fit: contain;
	object-position: initial;
	filter: none;
}

.div2 .title h1 {
	margin: 0px;
	color: rgb(8, 49, 112);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.div2 .sup_title h2 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: rgb(8, 49, 112);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 4px;
}

.div_all {
	width: 100%;
	max-width: 680px;
	margin-top: 32px;
}

.div_all a {
	z-index: 0;
	overflow: hidden;
	margin-bottom: 16px;
	border: 2px solid rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
	color: rgb(8, 49, 112);
	box-shadow: rgb(8 49 112 / 24%) 0px 2px 8px 0px;
	transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
	border-radius: 30px;
	width: 100%;
	display: block;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
}

.div_all a .upload {
	padding: 0px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 0px;
	justify-self: flex-end;
	grid-column-start: 3;
	visibility: visible;
	border: 1px solid rgb(226, 226, 226);
	background-color: rgb(240, 240, 240);
	color: rgb(0, 0, 0);
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease;
	opacity: 0;
}

.div_all a:hover {
	transform: scale(1.03);
}

.div_all a:hover .upload {
	opacity: 1;
}

.div_all a p {
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
}

.footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-image-timeline{
	text-align: center;
	display: inline-block;
	max-width: 800px;
}
.section-image-timeline img{
	max-width: 100%;
}