@charset "utf-8";
@import url('font.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);


/* basic setting */
* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    height: 100%;
}

ul, ol { list-style: none; }

img {
    max-width:100%;
    border: 0;
    vertical-align: middle;
}

a {
    color: #fff;
    text-decoration: none;
}
button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

html, body, div, span, input, select, textarea, button, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, footer {
  border: 0;
  margin: 0;
  padding: 0; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; 
}

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, button, textarea, select {
  margin: 0;
  padding: 0; 
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; 
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%; 
}

ul, ol, dl, dt, dd, li { 
    list-style:none; 
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal; 
}

img, fieldset {
  border: 0;
  outline: none; 
}

fieldset, blockquote, iframe, button {
  border: none; 
}

i, em, u, cite, address { 
    font-style:normal; 
}

a { 
    text-decoration:none; 
}

input, button {
  outline: none; 
}

body {
  width: 100%;
  font-size: 14px;
  font-family: "noto_kr", 'Noto Sans', Helvetica, AppleGothic, Sans-serif; 
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  word-break: keep-all; 
}

select, input, textarea, button { 
  font: inherit;
  border-radius: 0px; 
  -webkit-border-radius: 0;
}

input {
  margin: 0;
  font: inherit;
  line-height: normal;
  vertical-align: middle;
  border-radius: 0;
  -webkit-border-radius: 0;
}

button {
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  appearance: none ;
  -moz-appearance:: none; 
  -webkit-appearance: none; 
}

input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer;
  appearance: none ;
  -moz-appearance:: none; 
  -webkit-appearance: none; 
}


textarea, button { -webkit-appearance:none; -moz-appearance:none; appearance:none; }


input[placeholder] {
  color:#b5b5b5;
  font: inherit;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color:#b5b5b5;
  font: inherit;
}


input[type="tel"],input[type="text"], input[type="password"], input[type="file"] {
  height: 42px;
  line-height: 42px;
  margin: 0;
  vertical-align: middle;
  border: solid 1px #ddd;
  background: #fff;
  resize: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

select {
  height: 42px;
  line-height: 42px;
  margin: 0;
  background: #fff;
  resize: none;
  font-size: 0.9em;
  vertical-align: middle;
  border: solid 1px #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
/*
  background:#fff url(../images/icon/sel_i_02.png) no-repeat 80% center;
  background-size: 12px auto;
*/
  }

select::-ms-expand { display:none; }

textarea {
  width: 100%; 
  background: #fff;
  box-sizing:border-box;
  border: 1px solid #ddd;
}

input[type="file"] {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal; 
}


input[type="image"] {
  border: none;
  background: none; 
}

input[type="radio"] {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 20px;
  vertical-align: middle;
}

label {
  margin: 0;
  font-weight: normal;
  vertical-align: middle; 
}

button {
  margin: 0;
  padding: 0;
  vertical-align: middle; 
  border-radius: 0;
  -webkit-border-radius: 0;
}


/* //레이아웃  ---------------------------------------------------------------*/
.clearfix:before {
  content: "";
  display: block; 
}

.clearfix:after {
  content: "";
  display: block;
  clear: both; 
}











