@charset "utf-8";

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 700;
    src: 
    url('/font/spoqa/SpoqaHanSansBold.woff2') format('woff2'),
    url('/font/spoqa/SpoqaHanSansBold.woff') format('woff'),
    url('/font/spoqa/SpoqaHanSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 400;
    src:
    url('/font/spoqa/SpoqaHanSansRegular.woff2') format('woff2'),
    url('/font/spoqa/SpoqaHanSansRegular.woff') format('woff'),
    url('/font/spoqa/SpoqaHanSansRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 300;
    src:
    url('/font/spoqa/SpoqaHanSansLight.woff2') format('woff2'),
    url('/font/spoqa/SpoqaHanSansLight.woff') format('woff'),
    url('/font/spoqa/SpoqaHanSansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 700;
    src:
    url('/font/lato/LatoBold.woff2') format('woff2'),
    url('/font/lato/LatoBold.woff') format('woff'),
    url('/font/lato/LatoBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 400;
    src:
    url('/font/lato/LatoRegular.woff2') format('woff2'),
    url('/font/lato/LatoRegular.woff') format('woff'),
    url('/font/lato/LatoRegular.ttf') format('truetype');
}


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	color:inherit;
    text-decoration:none;
    cursor:pointer;
    outline : none;
}

/* change colours to suit your needs */
ins {
    background-color:transparent;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:transparent;
    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-spacing:0;
}

/* 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 {
    vertical-align:middle;
}
input, textarea{border:none;}
input:focus, textarea:focus{outline:none;}
textarea{resize:none;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
appearance: none;
margin: 0;
}
input[type=number] {
appearance: textfield;
}

ul li img{
    vertical-align: middle;
}

span {
	display: inline-block;
}

img{border-style:none;border:0;outline:none;user-drag:none;user-select:none;vertical-align:top;}
/*

user-select:none;

*/
*{box-sizing:border-box;}

h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}
