@charset "utf-8";

/*font-face*/
@font-face {
font-family: 'SamsungIFBd';
src: url('https://img.global.news.samsung.com/image/font/SamsungIF_Bd.eot');
src: url('https://img.global.news.samsung.com/image/font/SamsungIF_Bd.eot?#iefix') format('embedded-opentype'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Bd.woff') format('woff'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Bd.ttf') format('truetype'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Bd.svg#SamsungIF_Bd') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family: 'SamsungIFRg';
    src: url('https://img.global.news.samsung.com/image/font/SamsungIF_Rg.eot');
    src: url('https://img.global.news.samsung.com/image/font/SamsungIF_Rg.eot?#iefix') format('embedded-opentype'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Rg.woff') format('woff'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Rg.ttf') format('truetype'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Rg.svg#SamsungIF_Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungIFBlk';
    src: url('https://img.global.news.samsung.com/image/font/SamsungIF_Blk.eot');
    src: url('https://img.global.news.samsung.com/image/font/SamsungIF_Blk.eot?#iefix') format('embedded-opentype'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Blk.woff') format('woff'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Blk.ttf') format('truetype'),
         url('https://img.global.news.samsung.com/image/font/SamsungIF_Blk.svg#SamsungIF_Blk') format('svg');
    font-weight: normal;
    font-style: normal;
}

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;
}
