@media screen and (min-device-width: 1000px) {
	@keyframes up{
		0%{opacity: 0; transform: translate(0, 10vw);}
		100%{opacity: 1; transform: translate(0, 0);}
	}
	a{
		color: #333;
	}
	#title-page{
		padding: 6vw 0 0 0;
		position: relative;
	}
	#title-page > h1{
		width: 80vw;
		font-size: 10vw;
		line-height: 9vw;
		margin: 0 10vw;
	}
	#title-page > h1 > span{
		width: 80vw;
		display: block;
	}
	#title-page > h1 > span:nth-child(1){
		text-align: left;
		animation: up 1s backwards;
		animation-delay: 0;
	}
	#title-page > h1 > span:nth-child(2){
		text-align: right;
		animation: up 1s backwards;
		animation-delay: .1s;
	}
	#title-page > h1 > span:nth-child(3){
		text-align: center;
		animation: up 1s backwards;
		animation-delay: .2s;
	}
	#title-page::before{
		content: "";
		width: 0;
		height: 0;
		border: solid 20vw transparent;
		border-top: solid 20vw #eee;
		transform: scale(1, 1.6);
		transform-origin: center;
		margin: 1vw 0;
		position: absolute;
		left: 5vw;
		top: 20vw;
		z-index: -1;
	}
	#title-page::after{
		content: "";
		width: 0;
		height: 0;
		border: solid 20vw transparent;
		border-top: solid 20vw #eee;
		transform: scale(1, 1.6);
		transform-origin: center;
		margin: 1vw 0;
		position: absolute;
		right: 5vw;
		top: 5vw;
		z-index: -1;
	}


    #breadol{
        width: 40vw;
        display: flex;
        align-content: center;
        list-style: none;
        padding: 0;
        margin: 1vw .2vw;
        z-index: 1;
        animation: down backwards 1s;
        animation-delay: .2s;
        position: absolute;
        left: 30vw;
        top: 18vw;
		animation: up 1s backwards;
		animation-delay: .1s;
    }
    #breadol li{
        font-size: 1vw;
        color: #333;
        line-height: 1vw;
    }
    #breadol li a{
        display: block;
        color: #333;
        height: 1vw;
        padding-right: 1.5vw;
        margin-right: 1vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid .5vw transparent;
        border-left: solid .5vw #333;
        margin: 0;
        position: absolute;
        right: -.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }

	#choose-grade{
		padding-bottom: 5vw;
	}
	#type{
		width: 30vw;
		height: 3vw;
		font-weight: bold;
		font-size: 1.5vw;
		line-height: 3vw;
		border-radius: 3vw;
		text-align: center;
		color: #fff;
		animation: up 1s backwards;
		animation-delay: .1s;
		margin: 5vw 35vw 3vw 35vw;
	}
	.aus{
		letter-spacing: 1.5vw;
		background-color: #6c5e5c;
	}
	.sau{
		letter-spacing: .8vw;
		background-color: #404A64;
	}
	.dup{
		letter-spacing: 2.5vw;
		background-color: #600C06;
	}
	.prh{
		letter-spacing: .4vw;
		background-color: #38182F;
	}
	.fer{
		letter-spacing: 2vw;
		background-color: #404B4F;
	}
	.mar{
		letter-spacing: 1.5vw;
		background-color: #39413A;
	}
	.aust{
		color: #6c5e5c;
	}
	.saut{
		color: #404A64;
	}
	.dupt{
		color: #600C06;
	}
	.prht{
		color: #38182F;
	}
	.fert{
		color: #404B4F;
	}
	.mart{
		color: #39413A;
	}


	.steelpage{
		position: relative;
    	transition: all 0.5s;
    	width: 90vw;
    	overflow: hidden;
    	margin: 0 5vw;
		z-index: 2;
		display: flex;
		flex-wrap: wrap;
		animation: up 1s backwards;
		animation-delay: .3s;
	}
	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 0.9vw;
		line-height: 0;
		color: white;
		padding-top: 0.7vw;
		margin: 0;
	}

	.gradebar{
		width: 43vw;
		height: 5vw;
		background-color: #eee;
		margin: .75vw .5vw;
		transition: all 0.3s;
		border-radius: 5vw;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 1vw;
	}
	.gradebar:hover{
		background-color: #f6f6f6;
	}
	.gradename{
		display: block;
		font-size: 1.6vw;
		font-weight: bold;
		width: 6.5vw;
		padding-bottom: 2.8vw;
		margin: 0;
		line-height: 1.6vw;
		position: relative;
	}
	.gradename2{
		display: block;
		font-size: 1.4vw;
		font-weight: bold;
		width: 6.5vw;
		padding-bottom: 2.8vw;
		margin: 0;
		line-height: 1.4vw;
		position: relative;
	}
	.gradename3{
		display: block;
		font-size: 1.15vw;
		font-weight: bold;
		width: 6.5vw;
		padding-bottom: 2.8vw;
		margin: 0;
		line-height: 1.15vw;
		position: relative;
	}
	.chemical{
		display: flex;
		position: relative;
		width: 30vw;
		height: 1.3vw;
		background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
		padding: 0;
		margin: 0;
	}
	.chemical div{
		border-style: none;
		height: 1.3vw;
		padding: 0;
		margin: 0;
	}



	.chemical::after{
		content: "";
		position: absolute;
		top: .5vw;
		left: -6.8vw;
		background-color: #dddddd;
		border-radius: 2vw;
		padding: 0.5vw;
		width: 5vw;
		height: 0.5vw;
		font-size: 0.9vw;
		text-align: center;
		line-height: 0.6vw;
		color: #666666;
	}



	.chemical2{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 30vw;
		height: 2.6vw;
		background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
		padding: 0;
		margin: 0;
	}
	.chemical2 div{
		border-style: none;
		height: 1.3vw;
		padding: 0;
		margin: 0;
	}



	.chemical2::after{
		content: "";
		position: absolute;
		top: 1vw;
		left: -6.8vw;
		background-color: #dddddd;
		border-radius: 2vw;
		padding: 0.5vw;
		width: 5vw;
		height: 0.5vw;
		font-size: 0.9vw;
		text-align: center;
		line-height: 0.6vw;
		color: #666666;
	}
}






@media screen and (max-device-width: 1000px) {
	@keyframes up{
		0%{opacity: 0; transform: translate(0, 10vw);}
		100%{opacity: 1; transform: translate(0, 0);}
	}
	a{
		color: #333;
	}
	#title-page{
		padding: 25vw 0 0 0;
		position: relative;
	}
	#title-page > h1{
		width: 100vw;
		font-size: 18vw;
		line-height: 18vw;
		margin: 0 0;
	}
	#title-page > h1 > span{
		width: 100vw;
		display: block;
	}
	#title-page > h1 > span:nth-child(1){
		text-align: left;
		animation: up 1s backwards;
		animation-delay: 0;
	}
	#title-page > h1 > span:nth-child(2){
		text-align: right;
		animation: up 1s backwards;
		animation-delay: .1s;
	}
	#title-page > h1 > span:nth-child(3){
		text-align: center;
		animation: up 1s backwards;
		animation-delay: .2s;
	}
	#title-page::before{
		content: "";
		width: 0;
		height: 0;
		border: solid 30vw transparent;
		border-top: solid 30vw #eee;
		transform: scale(1, 1.6);
		transform-origin: center;
		margin: 1vw 0;
		position: absolute;
		left: 0vw;
		top: 60vw;
		z-index: -1;
	}
	#title-page::after{
		content: "";
		width: 0;
		height: 0;
		border: solid 30vw transparent;
		border-top: solid 30vw #eee;
		transform: scale(1, 1.6);
		transform-origin: center;
		margin: 1vw 0;
		position: absolute;
		right: 0vw;
		top: 20vw;
		z-index: -1;
	}
    #breadol{
        width: 100vw;
        display: flex;
        justify-content: center;
        align-content: center;
        list-style: none;
        position: relative;
        padding: 3vw 0;
        margin: 0;
        z-index: 1;
		animation: up 1s backwards;
		animation-delay: .3s;
    }
    #breadol li{
        font-size: 3vw;
        color: #333;
        line-height: 3vw;
    }
    #breadol li a{
        display: block;
        color: #333;
        height: 3vw;
        padding-right: 4.5vw;
        margin-right: 3vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 1.5vw transparent;
        border-left: solid 1.5vw #333;
        margin: 0;
        position: absolute;
        right: -1.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }

	#choose-grade{
		padding-bottom: 15vw;
	}
	#type{
		width: 90vw;
		height: 9vw;
		font-weight: bold;
		font-size: 4.5vw;
		line-height: 9vw;
		border-radius: 9vw;
		background-color: #6c5e5c;
		text-align: center;
		color: #fff;
		animation: up 1s backwards;
		animation-delay: .1s;
		margin: 10vw 5vw 3vw 5vw;
	}
	.aus{
		letter-spacing: 1.5vw;
		background-color: #6c5e5c;
	}
	.sau{
		letter-spacing: .8vw;
		background-color: #404A64;
	}
	.dup{
		letter-spacing: 2.5vw;
		background-color: #600C06;
	}
	.prh{
		letter-spacing: .4vw;
		background-color: #38182F;
	}
	.fer{
		letter-spacing: 2vw;
		background-color: #404B4F;
	}
	.mar{
		letter-spacing: 1.5vw;
		background-color: #39413A;
	}
	.aust{
		color: #6c5e5c;
	}
	.saut{
		color: #404A64;
	}
	.dupt{
		color: #600C06;
	}
	.prht{
		color: #38182F;
	}
	.fert{
		color: #404B4F;
	}
	.mart{
		color: #39413A;
	}
	.steelpage{
		position: relative;
    	transition: all 0.5s;
    	width: 95vw;
    	overflow: hidden;
		left: 0vw;
		z-index: 2;
		display: flex;
		flex-wrap: wrap;
		margin: 0 2.5vw;
		animation: up 1s backwards;
		animation-delay: .3s;
	}
	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 3.5vw;
		line-height: 5vw;
		color: white;
		padding-top: 00;
		margin: 0;
	}

	.gradebar{
		width: 80vw;
		height: 20vw;
		background-color: #eee;
		margin: 1.5vw 0;
		transition: all 0.3s;
		border-radius: 10vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 3vw 7.5vw;
	}
	.gradebar:hover{
		background-color: #f6f6f6;
	}
	.gradename{
		display: block;
		font-size: 4.8vw;
		font-weight: bold;
		width: 18vw;
		padding-bottom: 2vw;
		margin: 0;
		line-height: 4.8vw;
		position: relative;
	}
	.gradename2{
		display: block;
		font-size: 4.8vw;
		font-weight: bold;
		width: 18vw;
		padding-bottom: 2vw;
		margin: 0;
		line-height: 4.8vw;
		position: relative;
	}
	.gradename3{
		display: block;
		font-size: 4.8vw;
		font-weight: bold;
		width: 18vw;
		padding-bottom: 2vw;
		margin: 0;
		line-height: 4.8vw;
		position: relative;
	}
	.chemical{
		display: flex;
		position: relative;
		width: 80vw;
		height: 5vw;
		background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
		padding: 0;
		margin: 0;
	}
	.chemical div{
		border-style: none;
		height: 5vw;
		padding: 0;
		margin: 0;
	}



	.chemical::after{
		content: "";
		position: absolute;
		top: -6.5vw;
		right: 0;
		background-color: #dddddd;
		border-radius: 6vw;
		padding: 1.5vw;
		width: 20vw;
		height: 1.5vw;
		font-size: 2.7vw;
		text-align: center;
		line-height: 1.8vw;
		color: #666666;
	}



	.chemical2{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 80vw;
		height: 10vw;
		background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
		padding: 0;
		margin: 0;
	}
	.chemical2 div{
		border-style: none;
		height: 5vw;
		padding: 0;
		margin: 0;
	}



	.chemical2::after{
		content: "";
		position: absolute;
		top: -6.5vw;
		right: 0;
		background-color: #dddddd;
		border-radius: 6vw;
		padding: 1.5vw;
		width: 20vw;
		height: 1.5vw;
		font-size: 2.7vw;
		text-align: center;
		line-height: 1.8vw;
		color: #666666;
	}
}