@charset "UTF-8";
@font-face {
    font-family:'Noto Sans KR';
    font-style:normal;
    font-weight: 400;
    src:url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
    font-family:'Noto Sans KR';
    font-style:normal;
    font-weight: 600;
    src: url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
    font-family:'Barlow';
    font-style:normal;
    font-weight: 500;
     
    src: url(../fonts/Barlow-Medium.ttf ) format('truetype'), 
        url(../fonts/Barlow-Medium.woff2) format('woff2'),
    url(../fonts/Barlow-Medium.woff) format('woff'),
    url(../fonts/Barlow-Medium.otf) format('opentype');
}

@font-face {
    font-family:'Barlow';
    font-style:italic;
    font-weight: 500;
     
    src: url(../fonts/Barlow-MediumItalic.ttf ) format('truetype'), 
        url(../fonts/Barlow-MediumItalic.woff2) format('woff2'),
    url(../fonts/Barlow-MediumItalic.woff) format('woff'),
    url(../fonts/Barlow-MediumItalic.otf) format('opentype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    background:transparent;
}

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

button, input{
    font: inherit;
}


html,body,input,button,textarea,select,option {
    font-family:'Noto Sans KR'; 
    font-weight:400;
}



html{    
    -webkit-touch-callout: none;
    -webkit-user-select:none;
    outline: none;
}
body {
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
    color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	border: 0;
	margin: 0;
	padding: 0;
    outline: none;
}

/* custom */

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color:inherit;
    -webkit-tap-highlight-color:transparent;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}



.pad0{padding:0 !important}
.pat0{padding-top: 0 !important}
.w100{width:100% !important}
*{box-sizing: border-box; outline: none;}
.txt-r{text-align: right;}
.hidden{display: none;}