@charset "utf-8"; 
@import url("/html/_skin/1/css/fonts.css");

/* reset.css */
html {font-size: 20px;}
html, body{min-height:100%;}
*, *:before, *:after {-webkit-box-sizing: border-box; box-sizing: border-box;}
body {margin: 0; padding: 0; line-height: 1.6; font-family: 'Montserrat', 'Noto Sans KR', sans-serif; font-size: 0.9rem; font-weight: 400; color: #111;}
ul, ol, li, dl, dt, dd {margin: 0; padding: 0; list-style: none;}
p, h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
a {color: inherit; text-decoration: none;}
table {width: 100%; border-collapse: separate; border-spacing: 0;}
caption, legend {position: absolute; margin: -1px; padding: 0; width: 1px; height: 1px; overflow: hidden; border: 0; clip: rect(0, 0, 0, 0);}
select, input, textarea {font-family:  'Montserrat', 'NotoSans', '돋움', 'Dotum', '굴림', 'Gulim'; font-size: 0.8rem; color: #454545;}
select, input {vertical-align: middle; margin:0;}
address, em, i {font-style: normal;}
button {border: 0; background: none; cursor: pointer; font: initial;}
hr {margin: 0; border: none; padding: 0; display: block;}
figure, figcaption {margin: 0; padding: 0;}
form, fieldset {border: none; margin: 0; padding: 0; line-height: 1;}
input[type="submit"] {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
header, footer, article, section, aside, nav, main {display: block;}
br { font-family: initial;}


.hidden {display: none; }
.blind, legend, .hid, hr {position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.sr-only {position: absolute; margin: -1px; padding: 0; width: 1px; height: 1px; overflow: hidden; border: 0; clip: rect(0, 0, 0, 0);}

/* text-align */
.al {text-align:left !important;}
.ac {text-align:center !important}
.ar {text-align:right !important}

/* float */
.fl {float:left !important;}
.fr {float:right !important;}

.clearfix:after {clear: both; display: block; width: 100%; content: "";}

@media screen and (max-width: 1440px){
	html {font-size: 19px;}
}

@media screen and (max-width: 1024px){
	html {font-size: 18px;}
}
