.android {
	display: none;
	background-color: #ffffff;
}
.android .logo {
	width: 64%;
	text-align: center;
}
.android .logo img {
	width: 30%;
	margin: 6%;
}
.android .page {
	width: 100%;
}
.android .page img {
	width: 100%;
}
.android .page video {
	width: 100%;
	height: 200px;
}
.android .icon-youtube {
	width: 100%;
	text-align: right;
	margin-top: -50px;
}
.android .icon-youtube img {
	width: 13%;
	margin-right: 20px;
}

.android .header .lang {
	width: 35%;
}

.android .header .lang button.to-kr-button {
	display: inline-block;
	cursor: pointer;
	width: 50%;
	height: 40%;
	background: #0091D9;
	color: white;
	border: none;
	border-radius: 10%;
	margin: 12%;
	font-size: 0.7rem;
	font-weight: bold;
}

.android .header .lang button.to-kr-button:hover {
	background: #0171AA;
}

.android .header {
	width: 100%;
	height: fit-content;
	margin: 0 auto;
	display: flex;
}
