﻿/* cover */
.bg-cover {
	background-size: cover;
	background-image: url(../img/bg-top.jpg);
	width: 100%;
}

.bg-cover div.text {
	width:720px;
	max-width:100%;
	margin-top:190px;
	margin-bottom:123px;
}

.bg-cover div.text .t1 {
	font-family:'Inter';
	font-size:54px;
	font-weight:400;
	line-height:64.8px;
	color:#27acb6;
}

.bg-cover div.text .t2 {
	font-family:'Inter';
	font-size:70px;
	font-weight:600;
	line-height:84px;
	color:#fff;
	padding-top:15px;
	padding-bottom:14px;
}

.bg-cover div.text .t3 {
	font-family:'Poppins';
	font-size:20px;
	font-weight:400;
	line-height:30px;
	color:#e4e4e4;
}

/* cover responsive */
@media screen and (max-width:1440px) {
	.bg-cover div.text .t2 {
		font-size:50px;
		line-height:60px;
	}
}

@media screen and (max-width:1024px) {
	.bg-cover {
		background-position:-220px 0;
	}

	.bg-cover div.text .t2 {
		font-size:44px;
		line-height:52.8px;
	}
}


@media screen and (max-width:480px) {
	.bg-cover {
		background-position: -273px 309px;
		background-size: 780px;
		background-repeat: no-repeat;
		background-color:#000711;
	}

	.bg-cover div.text {
		margin-top: 106px;
		margin-bottom: 271px;
	}
	
	.bg-cover div.text .t1 {
		font-size:40px;
		line-height:48px;
	}
}
