@charset "utf-8";

/*font-face*/

@font-face {
    font-family: 'SamsungIFRg';
    src: url('https://img.global.news.samsung.com/image/font/SamsungOne-400.eot'); /* IE9 Compat Modes */
    src: url('https://img.global.news.samsung.com/image/font/SamsungOne-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://img.global.news.samsung.com/image/font/SamsungOne-400.woff') format('woff'), /* Modern Browsers */
         url('https://img.global.news.samsung.com/image/font/SamsungOne-400_v1.0.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SamsungIFBd';
    src: url('https://img.global.news.samsung.com/image/font/SamsungOne-700.eot'); /* IE9 Compat Modes */
    src: url('https://img.global.news.samsung.com/image/font/SamsungOne-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://img.global.news.samsung.com/image/font/SamsungOne-700.woff') format('woff'), /* Modern Browsers */
         url('https://img.global.news.samsung.com/image/font/SamsungOne-700_v1.0.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SamsungIFBlk';
    src: url('https://img.global.news.samsung.com/image/font/SamsungOne-800.eot'); /* IE9 Compat Modes */
    src: url('https://img.global.news.samsung.com/image/font/SamsungOne-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://img.global.news.samsung.com/image/font/SamsungOne-800.woff') format('woff'), /* Modern Browsers */
         url('https://img.global.news.samsung.com/image/font/SamsungOne-800_v1.0.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'SamsungOne-700C';
    src: url('https://img.global.news.samsung.com/image/font/SamsungOne-700C.eot'); /* IE9 Compat Modes */
    src: url('https://img.global.news.samsung.com/image/font/SamsungOne-700C.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://img.global.news.samsung.com/image/font/SamsungOne-700C.woff') format('woff'), /* Modern Browsers */
    url('https://img.global.news.samsung.com/image/font/SamsungOne-700C_v1.0.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0; box-sizing:border-box;
}

a{box-sizing:border-box;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}


body {
	font:18px 'SamsungIFRg', Arial, sans-serif; letter-spacing:-0.01em; line-height:1.3; -webkit-font-smoothing : antialiased;
	color:#000;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
	border-collapse:collapse;
	border:0 none;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select, textarea {
    vertical-align:middle; box-sizing:border-box;
	font-family:'SamsungIFRg', Arial, sans-serif;
}
input{
	margin:0;
}
img, fieldset {
	border:0;
}
ul, ol, li{
	list-style-type:none;
}
li img{
	vertical-align:top;
}
button {
	font-family:'SamsungIFRg', Arial, sans-serif; box-sizing:border-box;
	padding:0;
	border:0;
	background:transparent;
	cursor:pointer
}
a{
	text-decoration:none;
}
img{
	vertical-align:middle;
	font-size:0;
}
