@charset "utf-8";

@import url(font.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat|Noto+Sans+KR');

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%; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}


ol, ul, li {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;width:100%;}

img,fieldset{border:0;}
li img,dd img,dt img,label img{vertical-align:top;}
li{line-height:100%;list-style:none}
table{border-collapse:collapse;width:100%;}
input,select,textarea,button{font-family:'NanumSquareRound', 'Sans-serif'; font-size:14px;}
img,input,select{vertical-align:middle;}
address,caption,em{font-weight:normal;font-style:normal;}
hr{display:none;}
input{-webkit-appearance: none;-moz-appearance: none; appearance: none; border-radius: 0px; padding: 0; margin: 0; box-sizing:border-box;}
button,input[type='button'] {-webkit-appearance:button; border-radius:0; cursor: pointer; padding: 0; border: 0; background: transparent;}
input[type="text"]::-ms-clear{ display: none;} /*IE clear button 삭제 */
/*select { width: 0; border: none; background: transparent; }*/

/* base */
html{width:100%;}
body{width:100%;overflow-x: hidden; font-size:16px; font-family:'NanumSquareRound', 'Sans-serif'; font-weight: 400; }
a{text-decoration:none;font-family:'NanumSquareRound', 'Sans-serif'; color:#000; box-sizing: border-box;}
a:visited,a:hover,a:active,a:focus{text-decoration:none}
caption,legend{width:0;height:0;font-size:0;text-indent:-9999px;overflow:hidden;}
input::placeholder{color:#aaa}
input:-ms-input-placeholder{color: #aaa}
/*label:focus, select:focus, input:focus{outline-style: none}*/


@media screen and (max-width:1200px) {


html{overflow-x: hidden}
}