<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------- */
/*  DESKTOP COMMON									  */
/* ------------------------------------------- */
@media only screen and (min-width: 992px){
	:root{
		--header_height: 150px;
		--menu_bar_height: 100px;
		--menu_height: 100px;
		--menu_voice_height: 100px;
		--slide_height: 650px;
	}

	div.map{
		height: 470px;
	}

	.hdd_desk{display: none;}
	.hdd_mob{display: block;}

	div.menu{
		left: 50%;
		margin-left: -260px;
	}
}


/* ------------------------------------------- */
/*  DESKTOP 4:3  										  */
/* ------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.d_1 {width: 8.33%;}
	.d_2 {width: 16.66%;}
	.d_3 {width: 25%;}
	.d_4 {width: 33.33%;}
	.d_5 {width: 41.66%;}
	.d_6 {width: 50%;}
	.d_7 {width: 58.33%;}
	.d_8 {width: 66.66%;}
	.d_9 {width: 75%;}
	.d_10 {width: 83.33%;}
	.d_11 {width: 91.66%;}
	.d_12 {width: 100%;}

	.content{
		width: 900px;
		left: 50%;
		margin-left: -450px;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/* ------------------------------------------- */
/*  DESKTOP 16:9										  */
/* ------------------------------------------- */
@media only screen and (min-width: 1200px){
	.d_1 {width: 8.33%;}
	.d_2 {width: 16.66%;}
	.d_3 {width: 25%;}
	.d_4 {width: 33.33%;}
	.d_5 {width: 41.66%;}
	.d_6 {width: 50%;}
	.d_7 {width: 58.33%;}
	.d_8 {width: 66.66%;}
	.d_9 {width: 75%;}
	.d_10 {width: 83.33%;}
	.d_11 {width: 91.66%;}
	.d_12 {width: 100%;}

	.content{
		width: 1200px;
		left: 50%;
		margin-left: -600px;
		padding-top: 100px;
		padding-bottom: 100px;		
	}
}</pre></body></html>