/* CSS reset  */
/*******************************************************************************************************************************************/
@charset "EUC-KR";

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+Kr');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700,800');

@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@1.0/nanumbarungothicsubset.css");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

/* Montserrat */
@font-face{
	font-family:'mst';
	font-weight:normal;
	font-style: normal;
	src:url("Montserrat/MontserratR.eot");
	src:url("Montserrat/MontserratR.eot?#iefix") format('embedded-opentype'),
		url("./Montserrat/MontserratR.woff2") format('woff2'),
		url("./Montserrat/MontserratR.woff") format('woff');
}
@font-face{
	font-family:'mst';
	font-weight:300;
	font-style: normal;
	src:url("Montserrat/MontserratM.eot");
	src:url("Montserrat/MontserratM.eot?#iefix") format('embedded-opentype'),
		url("Montserrat/MontserratM.woff2") format('woff2'),
		url("Montserrat/MontserratM.woff") format('woff');
}
@font-face{
	font-family:'mst';
	font-weight:600;
	font-style: normal;
	src:url("Montserrat/MontserratSB.eot");
	src:url("Montserrat/MontserratSB.eot?#iefix") format('embedded-opentype'),
		url("Montserrat/MontserratSB.woff2") format('woff2'),
		url("Montserrat/MontserratSB.woff") format('woff');
}
@font-face{
	font-family:'mst';
	font-weight:bold;
	font-style: normal;
	src:url("Montserrat/MontserratSB.eot");
	src:url("Montserrat/MontserratSB.eot?#iefix") format('embedded-opentype'),
		url("Montserrat/MontserratSB.woff2") format('woff2'),
		url("Montserrat/MontserratSB.woff") format('woff');
}


@font-face {
    font-family: 'SBAggro';
    src: local('SBAggro'), 
    url('sbaggro/SBAggroM.woff2') format('woff2'),
        url('sbaggro/SBAggroM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SBAggro';
    src: local('SBAggro'), 
    url('sbaggro/SBAggroB.woff2') format('woff2'),
        url('sbaggro/SBAggroB.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




html,body, h1, h2, h3, h4, h5, h6, form, fieldset, img, em {margin:0;padding:0;border:0;font-family:'mst','Noto Sans Kr','nanum Gothic'; font-size:0.9em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}


ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;}
input, button {margin:0;padding:0;font-family: 'Noto Sans Kr','nanum Gothic','Malgun Gothic', dotum, sans-serif;}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'Noto Sans Kr','nanum Gothic','Malgun Gothic', dotum, sans-serif;}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;}
a {color:#222;text-decoration:none}

h1, h2, h3, h4, h5, h6 { font-weight:500; }

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


img { max-width:100%; }
a, div { -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}



select{
   -webkit-border-radius: 0;
   border:0;
}


.ls1 { letter-spacing:1px; }
.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }

.fc7 { color:#777; }
.fc5 { color:#555; }
.fc3 { color:#222; }
.fcf { color:#fff; }



@media(min-width:800px){
/* body { min-width:1300px !important } */
}


em {font-style: normal !important}