@charset "UTF-8";

.Main-Download{
	margin-top: 5.8333333333rem;
  	margin-bottom: 5.8333333333rem;
}

.Download-intro-text{
	text-align: center;
	margin-bottom: 4.1666666667rem;
}

.Download-intro-headline{
	color: black;
	font-size: 90px;
	font-weight: 600;
	line-height: 1;
}

.Download-btn-group{
	text-align: center;
	margin-bottom: 4.1666666667rem;
}

.Download-btn{
	width: 380px;
	height: 100px;
	padding: 7px 0 7px;
    cursor: pointer;
    color: black;
    border: 0;
    border-radius: 10px;
    background: #e5e5e5;
    font-weight: 700;
    font-size: 26px;
    margin: 10px;
}

.Download-middle-text{
	font-size: 40px;
	text-align: center;
	font-weight: 600;
}

.table-group{
	margin-top : 4.1666666667rem;
	padding-bottom: 4.1666666667rem;
}

table{
	border-collapse: collapse;
	border-style: hidden;
	text-align: center;
	margin: 0 auto;
	width: 50%;
	background: #F5F5F7;
	font-size: 13px;
	font-weight: 500;
}

table td{
	padding: 10px;
	border: 2px solid #ddd;
}

table td:first-child{
	font-size: 20px;
	font-weight: 500;
	height: 80px;
}

table tr:first-child{
	font-size: 20px;
	font-weight: 500;
}