.iphone {
	display: none;
}
.iphone .header .lang button.to-kr-button {
	display: inline-block;
	cursor: pointer;
	width: 70px;
	height: 25px;
	background: #0091D9;
	color: white;
	border: none;
	border-radius: 10%;
	margin: 36px;
	font-size: 0.7rem;
	font-weight: bold;
}

.iphone .header .lang button.to-kr-button:hover {
	background: #0171AA;
}
