@charset "utf-8";
@font-face{
	font-family: 'SamsungOne';
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.eot);
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.eot?#iefix) format("embedded-opentype"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.woff2) format("woff2"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.woff) format("woff"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-400.ttf) format("truetype");
	font-weight: normal;
	font-style: normal
}
@font-face{
	font-family: 'SamsungOne';
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.eot);
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.eot?#iefix) format("embedded-opentype"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.woff2) format("woff2"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.woff) format("woff"),
		 url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungOne-700.ttf) format("truetype");
	font-weight: bold;
	font-style: normal
}
@font-face{
	font-family: 'SamsungSharpSans';
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansRg.eot);
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansRg.eot?#iefix) format("embedded-opentype"),
		url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansRg.woff) format("woff");
	font-weight: normal;
	font-style: normal
}
@font-face{
	font-family: 'SamsungSharpSans';
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.eot);
	src: url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.eot?#iefix) format("embedded-opentype"),
		url(http://cdn.samsung.com/etc/designs/smg/global/fonts/SamsungSharpSansBd.woff) format("woff");
	font-weight: bold;
	font-style: normal
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
footer, header {display: block;}
body {margin: 0; color: #000; font-size: 0.9rem; line-height: 1.5; text-align: left; font-family: 'SamsungOne'; font-weight: normal;}


img {vertical-align: middle; border-style: none;}
h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: 0.5rem;}
p {margin-top: 0; margin-bottom: 1rem;}
a {color: #000;}
small, .small {font-size: 80%; font-weight: 400;}
sup {top: -.5em;}
strong {font-weight: 700;}

h1, .h1 {font-size: 3rem;}
h2, .h2 {font-size: 2.5rem;}
h3, .h3 {font-size: 1.75rem;}
h4, .h4 {font-size: 1.5rem;}
h5, .h5 {font-size: 1.25rem;}
h6, .h6 {font-size: 1rem;}

p.small {font-size: 70%;}

.lh-1 {line-height: 1.1;}
.lh-2 {line-height: 1.2;}
.lh-3 {line-height: 1.3;}
.lh-4 {line-height: 1.4;}
.lh-5 {line-height: 1.5;}

.img-fluid {max-width: 100%; height: auto;}
.w-25 {width: 25%;}
.w-50 {width: 50%;}
.w-75 {width: 75%;}
.w-100 {width: 100%;}

.text-justify {text-align: justify !important;}
.text-wrap {white-space: normal !important;}
.text-nowrap {white-space: nowrap !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.text-lowercase {text-transform: lowercase !important;}
.text-uppercase {text-transform: uppercase !important;}
.text-capitalize {text-transform: capitalize !important;}
.font-weight-light {font-weight: 300 !important;}
.font-weight-lighter {font-weight: lighter !important;}
.font-weight-normal {font-weight: 400 !important;}
.font-weight-bold {font-weight: 700 !important;}
.font-weight-bolder {font-weight: bolder !important;}
.font-italic {font-style: italic !important;}
.text-white {color: #fff !important;}

.f_one {font-family: 'SamsungOne';}
.f_sharp {font-family: 'SamsungSharpSans';}

.border-bottom {border-bottom: 4px solid #e9eaeb;}

.title_up, .title_down {
	font-family: 'SamsungSharpSans'; position: absolute; width: 100%; text-align: center; color: #ffffff; line-height: 1.2;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.title_up {top: 8%;}
.title_down {top: 95%;}

.battery {display: inline-flex; justify-content: center; align-items: center;}
.battery h3 {font-family: 'SamsungSharpSans'; font-weight: 400; line-height: 1; margin-bottom: 0;}
.charger h3 {font-family: 'SamsungSharpSans'; font-weight: 400; line-height: 1; margin-bottom: 0;}

.ram, .rom {display: inline-flex; align-items: start;}
.rom {margin-right: 0; margin-left: auto;}
.ram h3, .rom h3 {font-family: 'SamsungSharpSans'; font-weight: 400; line-height: 1.1; margin-bottom: 0; text-align: left;}

@media (max-width: 575px) {
	h1 {font-size: 2rem;}
	h2 {font-size: 1.8rem;}
	.title_up {top: 12%;}
	.title_up, .title_down {font-size: 1.4rem;}
	.logo1 {max-width: 200px;}
	.logo2 {max-width: 300px;}
	.image_inline img:nth-child(1) {max-height: 200px;}
	.image_inline img:nth-child(4) {max-height: 190px;}
	.battery img {max-width: 50px;}
	.battery h3 {font-size: 1.6rem;}
	.charger img {max-width: 50px;}
	.charger h3 {font-size: 1rem;}
	.ram h3, .rom h3 {font-size: 1.2rem;}
	.ram img, .rom img {max-width: 50px;}
	.rom h3 > span {font-size: .8rem;}
}
@media (min-width: 576px) {
	h1 {font-size: 2.5rem;}
	h2 {font-size: 2.4rem;}
	.text-sm-left {text-align: left !important;}
	.text-sm-right {text-align: right !important;}
	.text-sm-center {text-align: center !important;}
	.title_up, .title_down {font-size: 1.6rem;}
	.logo1 {max-width: 230px;}
	.logo2 {max-width: 350px;}
	.image_inline img:nth-child(1) {max-height: 200px;}
	.image_inline img:nth-child(2) {max-height: 200px;}
	.image_inline img:nth-child(4) {max-height: 190px;}
	.battery img {max-width: 70px;}
	.battery h3 {font-size: 2rem;}
	.charger img {max-width: 70px;}
	.charger h3 {font-size: 1.7rem;}
	.ram h3, .rom h3 {font-size: 1.9rem;}
	.ram img, .rom img {max-width: 55px;}
	.rom h3 > span {font-size: 1.25rem;}
}
@media (min-width: 768px) {
	body {font-size: 1rem;}
	h1 {font-size: 2.4rem;}
	h2 {font-size: 2.4rem;}
	.text-md-left {text-align: left !important;}
	.text-md-right {text-align: right !important;}
	.text-md-center {text-align: center !important;}
	.logo1 {max-width: 260px;}
	.logo2 {max-width: 400px;}
	.image_inline img:nth-child(1) {max-height: 250px;}
	.image_inline img:nth-child(2) {max-height: 250px;}
	.image_inline img:nth-child(4) {max-height: 240px;}
	.title_up, .title_down {font-size: 2rem;}
	.battery img {max-width: 80px;}
	.battery h3 {font-size: 2.25rem;}
	.charger img {max-width: 80px;}
	.charger h3 {font-size: 2.1rem;}
	.ram h3, .rom h3 {font-size: 1.9rem;}
	.ram img, .rom img {max-width: none;}
	.rom h3 > span {font-size: 1.25rem;}
}
@media (min-width: 992px) {
	body {font-size: 1rem;}
	h1 {font-size: 2.4rem;}
	h2 {font-size: 2.5rem;}
	.text-lg-left {text-align: left !important;}
	.text-lg-right {text-align: right !important;}
	.text-lg-center {text-align: center !important;}
	.logo1 {max-width: 280px;}
	.logo2 {max-width: 420px;}
	.image_inline img:nth-child(1) {max-height: none;}
	.image_inline img:nth-child(2) {max-height: none;}
	.image_inline img:nth-child(4) {max-height: none;}
	.title_up, .title_down {font-size: 2.5rem;}
	.battery img {max-width: none;}
	.battery h3 {font-size: 2.5rem;}
	.charger img {max-width: none;}
	.charger h3 {font-size: 2.3rem;}
	.ram h3, .rom h3 {font-size: 2rem;}
	.rom h3 > span {font-size: 1.35rem;}
}
@media (min-width: 1200px) {
	body {font-size: 1rem;}
	h1 {font-size: 3rem;}
	h2 {font-size: 2.5rem;}
	.container {max-width: 1500px !important;}
	.text-xl-left {text-align: left !important;}
	.text-xl-right {text-align: right !important;}
	.text-xl-center {text-align: center !important;}
	.logo1 {max-width: none;}
	.logo2 {max-width: none;}
	.title_up, .title_down {font-size: 3rem;}
	.image-content {position: absolute; top: 100%; left: 25%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
	.battery h3 {font-size: 2.8rem;}
	.charger h3 {font-size: 2.5rem;}
	.ram h3, .rom h3 {font-size: 2.3rem;}
	.rom h3 > span {font-size: 1.55rem;}
}