@charset "utf-8";

@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://webfontworld.github.io/score/SCoreDream.css');
@import url('https://webfontworld.github.io/vitro/VitroCore.css');

/*reset*/ 

body, div, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, table, caption, tr, td, th, form, fieldset, legend, address, blockquote, input, select, textarea {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-family:'Noto Sans KR', '돋움', Dotum, sans-serif;}
address, em {font-style:normal;}
fieldset, img {border:0 none;}
li {list-style:none;}
img, fieldset {border:0 none;}
table {border-collapse:collapse;border-spacing:0;}
q:before, q:after {content:"";} 


/*base*/

html {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;
}

body  {
	width:100%;
    font-family:'Noto Sans KR', '돋움', Dotum, sans-serif;;
	font-size:16px;
	color:#666;  
	background-color:#fff;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust: none;	
    }
input, button, select {font-family:'Noto Sans KR', '돋움', Dotum, sans-serif;border-radius:0;background-color:#fff;}
textarea {border-radius:0;}
a {color:#555;text-decoration:none !important;}
a:hover {text-decoration:none;}

img, input {vertical-align:top;}
/*hr {display:none;}*/
.skip {text-indent:-9999px;visibility:hidden;width:0;height:0;font-size:0;line-height:0;}

article, aside, figure, footer, header, hgroup, nav, section {display:block} 

.pointer {cursor: pointer!important;}

.text-center {text-align: center!important;}
.text-right {text-align: right!important}
.text-left {text-align: left!important}
.text-middle {vertical-align: middle!important;}

.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}

.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}

.mr0 {margin-right: 0px!important;}
.mr5 {margin-right: 5px!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}

.ml0 {margin-left: 0px!important;}
.ml5 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml15 {margin-left: 15px!important;}
.ml20 {margin-left: 20px!important;}