@charset "utf-8";


@font-face{
    font-family:'sssB';
    src:url('../font/samsungsharpsans-bold_v2.eot');
    src:url('../font/samsungsharpsans-bold_v2.eot?#iefix') format('embedded-opentype'),
    url('../font/samsungsharpsans-bold_v2.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:"SamsungIFRg";
	src:url("//cdn.samsung.com/common/next/font/SamsungIF_Rg.woff") format("woff"),
	url("//cdn.samsung.com/common/next/font/SamsungIF_Rg.ttf") format("truetype"),
	url(/common/next/font/SamsungIF_Rg.svg#SamsungIF_Rg) format("svg");
	font-weight:normal;
	font-style:normal;
}

/* default */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{font-family:'sssR',sans-serif;font-size:12px;line-height:1.5;color:#4b4c4c;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, select, p, button{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block;margin:0;padding:0}
h1, h2, h3, h4, h5, h6{font-weight:normal;font-size:100%;line-height:1.2}
a{background:transparent;text-decoration:none;-webkit-tap-highlight-color:transparent}
ul, ol, li{list-style:none}
b, strong{font-weight:bold}
i,em,address,optgroup{ font-style:normal;font-weight:normal}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary{display:block;margin:0;padding:0}
img{border:0}

#wrap{max-width:1920px;min-width:1024px;margin:0 auto}
.header{position:relative;max-width:1280px;margin:0 auto;z-index:1}
.header h1{position:absolute;top:47px;left:32px;width:136px;height:21px;background:url(../images/logo.png) no-repeat;background-size:100%;text-indent:-9999px}
.parking{height:850px;position:relative;background:url(../images/parking.jpg) center top no-repeat;overflow:hidden}
.parking > p{position:absolute;top:203px;left:52%;color:#222;font-size:18px;font-family:'sssB'}
.parking > p strong{display:block;width:500px;margin:0 0 17px;font-size:48px;line-height:1.25;text-transform:uppercase}
.parking > p b{display:block;text-transform:uppercase}
.parking > p span{display:block;position:relative}
.parking > p span:before{content:'';display:block;width:37px;height:2px;margin:76px 0 20px;background-color:#222}
.parking > p em{display:block;color:#1327a0}

.footer{max-width:1920px;height:70px;margin:0 auto;background-color:#525252}
.footer p{max-width:1220px;margin:0 auto;padding:0 30px;text-align:right;color:#fdfdfd;font-size:13px;font-family:'SamsungIFRg',sans-serif;line-height:70px}

@media screen and (max-width:1024px){
	.header h1{top:33px;left:20px}
	
	#wrap{min-width:641px}
	.parking{height:640px;background-image:url(../images/parking_m.jpg)}
	.parking > p{top:175px;font-size:14px}
	.parking > p strong{width:350px;margin:0 0 15px;font-size:32px}
	.parking > p span:before{margin:53px 0 17px}
}

@media screen and (max-width:667px){
	.parking > p{left:50%}
}
	
@media screen and (max-width:640px){
	.header h1{top:23px;left:10px;width:110px;height:18px}
	
	#wrap{min-width:320px}
	.parking{height:665px;background-image:url(../images/parking_s.jpg); background-size:auto 100%}
	.parking > p{top:90px;left:10px;font-size:12px}
	.parking > p strong{width:auto;min-width:310px;max-width:360px;margin:0 0 8px;font-size:24px}
	.parking > p span:before{margin:30px 0 17px}
	
	.footer{height:auto}
	.footer p{text-align:left;padding:20px 10px 34px;font-size:12px;line-height:inherit}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

  .header h1{background-image:url(../images/logo_retina.png)}

}
