@charset "utf-8";
@import url('font.css');

/* ========== reset ========== */
* {
  margin: 0;
  padding: 0;
  border: none;
  word-break: break-all;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-hyphens: auto;
  hyphens: auto;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

/* line-height 옮길지.. */
*:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

dl, ul, ol, menu, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  color: #333;
}

span {
  display: inline-block;
}

button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
}

img, fieldset {
  border: 0 none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=phone], input[type=date], input[type=tel], textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #ffffff;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  display: none;
}

input:checked[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

html {
  scrollbar-3dLight-Color: #efefef;
  scrollbar-arrow-color: #dfdfdf;
  scrollbar-base-color: #efefef;
  scrollbar-Face-Color: #dfdfdf;
  scrollbar-Track-Color: #efefef;
  scrollbar-DarkShadow-Color: #efefef;
  scrollbar-Highlight-Color: #efefef;
  scrollbar-Shadow-Color: #efefef
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border: 3px solid #fff;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #efefef;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, .2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1)
}

table caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}

:-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}

::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}

/*





/* a:hover{text-decoration:none}
i,em,address{font-style:normal;}
sup{display:inline-block;position:relative;top:-2px;line-height:0.5em;font-size:10px;}



label,button{cursor:pointer;}
i,em{font-style:normal;}
br,hr{border:none;line-height:inherit;}

/* ========== form ==========
legend{visibility:hidden;overflow:hidden;position:absolute;top:0;left:-999em;width:0;height:0;font-size:0;line-height:0;text-align:left;}
textarea{height:auto;resize:none;color:#888;padding:0.33rem;border:solid 1px #c9c9c9;border-radius:3px;background-color:#fff;box-shadow:none;-webkit-appearance:none;}
textarea:focus{outline-width:0;}
i
select{border-radius:0;background:#ffffff;}


/* disabled
select[disabled=disabled], textarea[disabled=disabled], input[disabled=disabled],input:disabled {color:#999;border-color:#c9c9c9;background-color:#ddd;}

/*


/* common
.txt_hidden{position:absolute;top:-999999%;left:-999999%;overflow:hidden;width:1px !important;height:1px !important;font-size:0;line-height:0;text-align:left;text-indent:-9999%;}

/* focus
.focus {outline:1px solid #2d5ca2;}
*/
/* etc
.clearfix:before,
.clearfix:after  {display:table;content:"";clear:both;}
.clearfix:after {clear:both;}
.clearfix {*zoom:1;}
*/
