@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/SpoqaFont/SpoqaHanSansNeo-Light.woff2") format('woff2'),
  url("fonts/SpoqaFont/SpoqaHanSansNeo-Light.woff") format('woff'),
  url("fonts/SpoqaFont/SpoqaHanSansNeo-Light.otf") format('truetype')
}


@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/SpoqaFont/SpoqaHanSansNeo-Regular.woff2") format('woff2'),
  url("fonts/SpoqaFont/SpoqaHanSansNeo-Regular.woff") format('woff'),
  url("fonts/SpoqaFont/SpoqaHanSansNeo-Regular.otf") format('truetype')
}


@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/SpoqaFont/SpoqaHanSansNeo-Medium.woff2") format('woff2'),
  url("fonts/SpoqaFont/SpoqaHanSansNeo-Medium.woff") format('woff'),
  url("fonts/SpoqaFont/SpoqaHanSansNeo-Medium.otf") format('truetype')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/SpoqaFont/SpoqaHanSansNeo-Bold.woff2") format('woff2'),
  url("fonts/SpoqaFont/SpoqaHanSansNeo-Bold.woff") format('woff'),
  url("fonts/SpoqaFont/SpoqaHanSansNeo-Bold.otf") format('truetype')
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');

/* CSS reset */
html {font-size:62.5%;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
margin:0;
padding:0;
border:0;
font-size:14px;
vertical-align:baseline;
background:transparent;
-webkit-text-size-adjust:none;
font-family: "Spoqa Han Sans", "Noto Sans KR", sans-serif;
list-style:none;
line-height:1;
letter-spacing:-1px;
}



em,address{font-style:normal;}
hr{display:none}
body{line-height:1;word-break: break-all;}
ol, ul{list-style:none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}

ins{text-decoration:none;}
del{text-decoration:line-through;}
table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;word-break:break-all;}
table th, table td{vertical-align:middle;}
fieldset{margin:0;padding:0;border:0 none;}
legend, caption, .skip{position:absolute; left:-9999px; width:0; height:0; font-size:0; line-height:0; overflow:hidden;}
caption{position:static;}

html, body,input,button,textarea{font-size:12px; color:#888; font-family: "Spoqa Han Sans", "Noto Sans KR", sans-serif}

a {color:#a7a7a7; text-decoration:none;}
a:hover {color:#a7a7a7; text-decoration:none;}
img,input{vertical-align:top;}
label{vertical-align:middle; font-size:14px; cursor:pointer;}
select {font-family: "Spoqa Han Sans", "Noto Sans KR", sans-serif; margin:0; border:0; padding:0; font-size:13px; vertical-align:middle; color:#666;  cursor:pointer;}
textarea {border:1px solid #dcdcdc; color:#888; font-size:13px; line-height:18px; padding:5px; overflow-y:auto; resize:none;-webkit-appearance:none; border-radius:0; font-weight:400;}

h1,h2,h3,h4,h5,h6,th,strong {font-weight:600;}
select {outline: 0; -webkit-appearance:none; -moz-appearance: none; appearance: none;}
select::-ms-expand {display:none;}

/* html5 reset */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, canvas{display:block; margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;}
input {-webkit-appearance:none; border-radius:0; padding:0; margin:0;-webkit-border-radius:0;}
input[type='text'] {-webkit-appearance:none;}
input[type=text]::-ms-clear{display: none;}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
a {outline: 0;}
input[type='text']:focus,input[type='password']:focus {outline:0;}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
