

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
/*    font-family:'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','Open Sans', sans-serif;*/
    font-family: 'Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','Open Sans', sans-serif;    
    font-size: 1rem;
    letter-spacing: -0.018em;
    font-weight: 400;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

img,fieldset {border: 0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle;}
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;
}

/* Font */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+KR|Roboto&display=swap');

.f-noto {font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;}
.f-nanum {font-family: 'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', sans-serif;}
.f-robot {font-family: 'Roboto', 'Malgun Gothic', '맑은 고딕', sans-serif;}


/* Link */
a:link{text-decoration:none; color: inherit; }
a:visited{text-decoration:none; color: inherit;}
a:hover{text-decoration:none; color: inherit;}
a:active{text-decoration:none; color: inherit;}	

/* CLEAR */
.clear {zoom:1;}
.clear::after{content:''; display:block; clear:both;}

/* Hide */
.hide {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}
.hides {position: absolute; left: -3000%;}


/* Skip */
.skip { position:absolute; left:0; top:-100px; z-index:1000; width:100%; height:60px; line-height:60px; text-align:center; font-size:20px; color:#fff; transition:all 0.5s; background:#666;}
.skip:focus { top:0;}


/* font-style */
.txt-b0 {color: #000000 !important;}
.txt-b2 {color: #222222 !important;}
.txt-b4 {color: #444444 !important;}
.txt-w {color: #ffffff !important;}
.txt-r {color: red !important;}
.txt-b {color: blue !important;}
.txt-y {color: yellow !important;}


/* Background Style */

.width-fix {
    width: 100%;
    max-width: 1220px;
    margin: auto;
}