@font-face {
    font-family: 'SamsungIFBd';
    src: url('../font/SamsungIF_Bd.eot');
    src: url('../font/SamsungIF_Bd.eot?#iefix') format('embedded-opentype'),
         url('../font/SamsungIF_Bd.woff') format('woff'),
         url('../font/SamsungIF_Bd.ttf') format('truetype'),
         url('../font/SamsungIF_Bd.svg#SamsungIF_Bd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SamsungIFRg';
    src: url('../font/SamsungIF_Rg.eot');
    src: url('../font/SamsungIF_Rg.eot?#iefix') format('embedded-opentype'),
         url('../font/SamsungIF_Rg.woff') format('woff'),
         url('../font/SamsungIF_Rg.ttf') format('truetype'),
         url('../font/SamsungIF_Rg.svg#SamsungIF_Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #141517;
}

#microContent {
	min-width: 320px;
	background-color: #141517;
	font-family: 'SamsungIFRg';
}

/* microsite gnb */
.microGnb {
	width: 100%;
	border-bottom: 1px solid #333;
}
.microGnb .microHeader {
	height: 50px;
}
.microGnb .microHeader h1 {
	float: left;
	margin: 6px 0 0 20px;
}
.microGnb .microHeader .btnNav {
	float: right;
	margin: 10px 20px 0 0;
}
.openMenu .microHeader .btnNav {
	background-position: 0 -29px;
}
.microGnb .microHeader .btnNav a {
	display: block;
	width: 100%;
	height: 100%;
}
#microNav {
	display: none;
}
.openMenu #microNav {
	display: block;
}
#microNav li {
	height: 50px;
	border-top: 1px solid #252629;
}
#microNav li.first {
	border-top: 0;
}
#microNav li a {
	position: relative;
	display: block;
	padding: 0 20px;
	line-height: 50px;
	font-family: 'SamsungIFBd';
	font-size: 16px;
	color: #e9e9e9;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#microNav li a i {
	position: absolute;
	right: 0;
	top: 0;
}
#microNav li a i img {
	vertical-align: top;
}

/* micro footer */
#microFooter {
	position: relative;
	padding: 15px 20px 20px;
	color: #abaeb0;
	height: 65px;
}
#microFooter #copyright small {
	font-size: 8px;
	line-height: 16px;
	padding-left:10px;
}
#microFooter strong {
	float: left;
	margin: 0 0 0 5px;
	font-size: 13px;
	font-family: 'SamsungIFBd';
	font-weight: normal;
	line-height: 24px;
	color: #abaeb0;
}
#microFooter ul {
	 overflow: hidden; 
	float: left;
}
#microFooter ul li {
	float: left;
	width: 24px; 
	 height: 24px; 
	 margin: 0 0 0 7px; 
}
#microFooter #snsShare {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#microFooter #snsShare li{width: 24px; height: 24px;margin: 0 0 0 7px;}

#microFooter #snsFollow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 0 0 0 7px;
}

/* content area */
#content {
	background-color: #000;
}
#content .cateNav {
	padding-bottom: 1px;
}
#content .cateNav li {
	margin-top: 1px;
	height: 50px;
}
#content .cateNav li a {
	position: relative;
	display: block;
	padding: 0 20px 0 25px;
	line-height: 50px;
	font-family: 'SamsungIFBd';
	font-size: 16px;
	color: #e9e9e9;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #32333a;
}
#content .cateNav li i {
	position: absolute;
	right: 20px;
	top: 18px;
	width: 8px;
	height: 14px;
}
#content .cateNav li img {
	vertical-align: top;
}

#content .overview {
	position: relative;	
}
#content.main .overview .heading {
	position: absolute; top:0; left:0;
	width:100%;
	padding-top: 10px;
	text-align:center;
	
}
#content.main .overview .heading h3 {
	color:#000;
	font-size: 19px;
	line-height:20px;
	font-weight:bold;
}
#content.main .overview .heading p {
	height:23px;
}
#content.main .overview .heading p + p {
	color:#000;
	font-family:'SamsungIFRg';
	font-size:12px;
}
#content.main .overview .tvcf {
	position:absolute; bottom:19px; left:0;
	width:100%;
	text-align:center;
}
#content.submain .overview .heading {
	position: relative;
}
#content.submain .overview .heading h3 {
	font-size: 24px;
	line-height: 100px;
}
#content.category .heading {
	position: relative;
	line-height: 100px;
}
#content.category .heading h3 {
	font-size: 24px;
}
#content.category .feature {
}
#content.category .feature .heading {
	position: relative;
	padding: 0 20px;
	width: auto;
	line-height: 1em;
}
#content.category .feature .heading h4 {
	font-family: 'SamsungIFBd';
	color: #fff;
	font-size: 22px;
	line-height: 2em;
	font-weight: normal;
	
}

#content  .heading h4.future {
	font-family: 'SamsungIFBd';
	color: #fff;
	font-size: 22px;
	line-height: 2em;
	font-weight: normal;
	padding:0 20px;
}

#content.category .specification {
	padding-top: 50px;
}
#content.category .specification .heading {
	position: absolute;
	line-height: 1em;
}
#content.category .specification .heading h3 {
	font-size: 22px;
}

/* heading */
#content .heading {
	position: absolute;
	width: 100%;
	z-index: 999;
}
#content .heading h3 {
	color: #fff;
	text-align: center;
}
#content .heading h3 a {
	color: #fff;
	font-size: 22px;
}

/* figure */
#content .figure {
	position: relative;
	width: 100%;
}
#content .figure p {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
}
#content .figure p img {
	width: 100%;
}
#content .figure .figureBg {
	position: absolute;
	top: 100%;
	width: 100%;
}
#content .figure .text01 {
	position: absolute;
	bottom: 10px; right:20px;
	font-size: 10px;
	line-height: 1.2em;
	text-align: right;
	margin: 0;
	width: auto;
	max-width: 100%;
}

/* details */
#content .details {
	position: relative;
	padding: 0 20px;
	color: #8d8d8d;
}
#content .details p {
	font-size: 12px;
	line-height: 15px;
}
#content .details p strong {
	display:block;
	margin-bottom:6px;
	color:#fff;
	font-size: 14px;
	line-height: 17px;
}
#content .details em {
	display:block;
	margin-top:10px;
	color:#a4a4a4;
	font-size: 9px;
	line-height: 15px;
}
#content .details em span {
	color:#fff;
	font-size: 9px;
	font-weight: normal;
	font-family: 'SamsungIFBd';
	line-height: 15px;
}

/* addition */
#content .addition {
	position: relative;
	padding: 0 20px;
	color: #8d8d8d;
}
#content .addition ul {
	padding: 5px 0;
}
#content .addition li {
	padding: 1px 0;
	font-size: 10px;
	line-height: 1.2em;
}

/* summary */
#content .summary {
	position: relative;
	padding: 0 20px;
}
#content .summary h4 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: 'SamsungIFBd';
	text-indent: 8px;
	line-height: 1.8em;
}
#content .summary ul {
	padding-bottom: 10px;
}
#content .summary li {
	font-size: 12px;
	color: #aaa;
}


/* learn more */
#content .learnMore {
	padding: 35px 0 40px 0; 
}
#content .learnMore a {
	display: block;
	margin: 0 auto;
	width: 121px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #0055a9;
	border-radius: 2px;
	font-family: 'SamsungIFBd';
}


/* curved */
#content .curved {
	position: relative;
	padding: 0 20px;
}
#content .curved h4 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: 'SamsungIFBd';
	line-height: 1.8em;
}
#content .curved p {
	color:#8d8d8d;
	font-size: 12px;
	line-height: 15px;
}
#content .curved em {
	display:block;
	margin-top:18px;
	color:#a4a4a4;
	font-size: 9px;
	line-height: 15px;
}
#content .curved em span {
	color:#fff;
	font-size: 9px;
	font-weight: normal;
	font-family: 'SamsungIFBd';
	line-height: 15px;
}

/* icons */
#content .icons {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 300px;
}
#content .icons li {
	float: left;
	width: 60px;
	height: 65px;
	text-align: center;
}
#content .icons li a {
	position: relative;
	display: block;
	padding-top: 45px;
	width: 100%;
	height: 20px;
	font-size: 9px;
	line-height: 10px;
	color: #fff;
}
#content .icons li i {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 40px;
	height: 40px;
}

/* category features style */
#content.category3 {
	padding-bottom: 50px;
}
#content.category3 .feature2 {
	margin-top: 70px;
}
#content.category2 {
	padding-bottom: 50px;
}
#content.category2 .feature1 {
	margin-top: -20px;
}
#content.category2 .feature2 {
	margin-top: 80px;
}
#content.category1 {
	padding-bottom: 50px;
}
#content.category1 .feature2 {
	margin-top: 10px;
}
#content.category1 .feature3 {
	margin-top: 70px;
}
#content.category1 .feature4 {
	margin-top: 10px;
}
#content.submain {
	padding-bottom: 50px;
}
#content.category4 .feature2 {
	margin-top: 45px;
}
#content.category4 .feature3 {
	margin-top: 50px;
}
#content.category5 {
	padding-bottom: 50px;
}
#content.category5 .feature2 {
	margin-top: 45px;
}
#content.category5 .feature3 {
	margin-top: 50px;
}

#content.category6 {
	padding-bottom: 50px;
	background-color: #dcdcdc;
	color: #050506;
}

/* category6 style */
#content.category6 .heading h3 {
	color: #050506; font-size: 24px;
}
#content.category6 .feature {
	margin-top: 45px;
}
#content.category6 .feature .heading strong {
	font-family: 'SamsungIFBd'; font-weight: normal; font-size: 12px; line-height: 14px;
}
#content.category6 .feature .heading h4 {
	margin-top: 12px;
	padding-top: 12px;
	color: #050506; font-family: 'SamsungIFBd'; font-weight: normal; font-size: 22px; line-height: 20px;
	background: url(../images/bar_category6_heading.gif) no-repeat 0 0;
}
#content.category6 .details p {
	color: #050506;
}
#content.category6 .feature1 {
	margin-top: 0;
}
#content.category6 .feature1 .figure {
	margin-top: 20px;
}
#content.category6 .feature1 .figure-nav .prev {
	position: absolute; top: 50%; left: 0;
	margin-top: -20px;
}
#content.category6 .feature1 .figure-nav .next {
	position: absolute; top: 50%; right: 0;
	margin-top: -20px;
}
#content.category6 .feature1 .thumbs ul {
	overflow: hidden;
	margin: 0 auto;
	width: 284px;
}
#content.category6 .feature1 .thumbs li {
	float: left;
	margin-left: 7px;
	width: 90px;
	font-size: 10px; color: #000; line-height: 11px;
}
#content.category6 .feature1 .thumbs li:first-child {
	margin-left: 0;
}
#content.category6 .feature1 .thumbs li a {
	position: relative;
	display: block;
}
#content.category6 .feature1 .thumbs li a span {
	display: none;
}
#content.category6 .feature1 .thumbs li strong {
	display: block;
	margin-top: 5px;
	font-family: 'SamsungIFBd'; font-weight: normal;
}
#content.category6 .feature1 .thumbs li.selected a span {
	position: absolute; top: 0; left: 0;
	display: block; width: 86px; height: 44px;
	border: 2px solid #1189c7;
}
#content.category6 .feature1 .thumbs li.selected strong {
	color: #016599;
}
#content.category6 .feature1 .thumbs li.selected span {
	color: #016599;
}
#content.category6 .feature1 .details {
	margin-top: 15px;
}
#content.category6 .feature3 .figure1 {
	margin-top: 20px;
}
#content.category6 .feature3 .figure2 {
	margin: 15px 0;
}
#content.category6 .feature3 .figure3 {
	margin: 15px 0 10px;
}
#content.category6 .feature3 .details p strong {
	color: #000;
	font-family: 'SamsungIFBd'; font-weight: normal;
}

/* category2 feature1 buttons */
#content.category2 .feature1 .typeBtns {
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	width: 280px;
}
#content.category2 .feature1 .typeBtns .typeBtn {
	display: block;
	margin: 0;
	padding: 0;
	width: 133px;
	height: 31px;
	line-height: 31px;
	background-color: #4b4b4b;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
#content.category2 .feature1 .typeBtns .selected {
	background-color: #0055a9;
}
#content.category2 .feature1 .typeBtns .typeBtn1 {
	float: left;
}
#content.category2 .feature1 .typeBtns .typeBtn2 {
	float: right;
}
#content.category2 .feature1 .timeBtns {
	overflow: hidden;
	position: relative;
	padding: 25px 20px 15px;
	margin: 0 auto;
	width: 280px;
	height: 20px;
}
#content.category2 .feature1 .timeBtns .timeBtn {
	display: block;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background-color: #999999;
	border-radius: 2px;
	text-align: center;
	color: #010101;
	font-size: 12px;
	font-family: 'SamsungIFBd';
}
#content.category2 .feature1 .timeBtns .selected {
	background-color: #fff;
}
#content.category2 .feature1 .timeBtns .timeBtn1 {
	float: left;
	width: 42px;
}
#content.category2 .feature1 .timeBtns .timeBtn2 {
	float: right;
	width: 60px;
}
#content.category2 .feature1 .timeBtns .timeBar {
	position: absolute;
	left: 74px;
	top: 30px;
}
#content.category2 .feature1 .timeBtns .timeArrow {
	position: absolute;
	left: 72px;
	top: 43px;
}

/* category1 feature3 addition */
#content.category1 .feature3 .addition {
	padding-top: 5px;
}
#content.category1 .feature3 .addition li {
	font-size: 14px;
}

/* submain navigation */
#content.submain .featureNav {
	overflow: hidden;
	padding: 0 20px;
	margin-top: 10px;
}
#content.submain .featureNav h4 {
	color: #fff;
	font-family: 'SamsungIFBd';
	font-weight: normal;
	font-size: 15px;
	line-height: 40px;
}
#content.submain .featureNav ul {
}
#content.submain .featureNav li {
	float: left;
	width: 50%;
	height: 45px;
}
#content.submain .featureNav li a {
	position: relative;
	display: block;
	margin: 5px 0 0 5px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	text-indent: 55px;
}
#content.submain .featureNav li i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 0;
}


.follow {float:left; margin-left:5px;  border:0px solid red;}
/*.follow strong {font-weight:normal;}
.follow strong a {text-decoration:none;color:#aaa;background:url('../images/btn_sns.gif') no-repeat 90px 7px;display:block;padding:0 10px;width:90px;height:24px; border:1px solid #3d3d3e; font-size:12px; line-height:24px;}*/

 /*.follow:hover ul {display:block;}*/
 

/*.follow strong a:hover {color:#969696; background:url('../images/btn_sns.gif') no-repeat 90px -10px;border-bottom:solid 1px #bbb; border-left:solid 1px #bbb; border-right:solid 1px #bbb; border-top:solid 1px transparent;}

.follow  strong a:focus {color:#969696; background:url('../images/btn_sns.gif') no-repeat 90px -10px;border-bottom:solid 1px #bbb; border-left:solid 1px #bbb; border-right:solid 1px #bbb; border-top:solid 1px transparent;}

.follow  strong a.active {color:#969696; background:url('../images/btn_sns.gif') no-repeat 90px -10px;border-bottom:solid 1px #bbb; border-left:solid 1px #bbb; border-right:solid 1px #bbb; border-top:solid 1px transparent;}*/



/* lang */
#lang	{position:absolute; top:7px;   right:60px; width:55px;z-index:10;color:#ffffff;z-index:9999;}
#lang	.langTop	{width:55px; height:4px; background:url('../images/img_lang_top.png') no-repeat}
#lang	.langBtm	{width:55px; height:2px; background:url('../images/img_lang_btm.png') no-repeat}
#lang	ul	{position:relative;overflow:hidden;}
#lang	li	{#float:left;#width:98px;background:url('../images/bg_gnb.jpg') repeat-y; padding:0 2px 0 3px; font-size:16px; color:#ffffff; }
 


#lang .menulist	{display:none;}
#lang .menulist a{ color:#ffffff;}
#lang	li	p	{height:23px; border-top:1px solid #b6bdc1; padding:5px 5px 6px;text-align:left;}
#lang	li.first	 a	 {color:#d9dcde}
#lang	li.first	 p	{border-top:0 none; padding:1px 5px 6px}
#lang	.arr	{position:absolute; top:5px; right:-3px; text-indent:-5000px}
#lang	.arr	{width:11px; height:11px; background:url('../images/img_arr.png') no-repeat 0 0}
#lang.on	li.first	 a	 {color:#ffffff;}
#lang.on	.arr	{width:11px; height:11px; background:url('../images/img_arr.png') no-repeat 0 -16px}


/* what's UHD */ 
  .whatuhdbtn {position:relative; top:10px!important; left:10px; width:350px; height:72px;}
  .whatuhdbtn strong {display:block;color:#eeeeee; font-size:12px; margin-bottom:27px; font-weight:normal !important;}
  .whatuhdbtn li {  width:150px; height:25px;font-weight:normal!important;  color:#ffffff;font-size:12px;
 background: url('../images/arrow_link_right.png') left -2px no-repeat;padding:0 0 0 20px;}
  .whatuhdbtn li a {font-size:12px;  overflow:hidden; margin-right:8px;/* padding:16px 0 0 60px;*/ color:#fff; font-family:SamsungIF_Rg;}
  .whatuhdbtn li a:hover {text-decoration:underline;}
  .whatuhdbtn li:nth-child(2) {width: 190px }
  .whatuhdbtn li:nth-child(3) {width: 230px }
