/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);
@import url(//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); */

/*reset_css_start*/
select::-ms-expand {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: "noto_R";
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
p,
select,
blockquote,
th,
td,
img,
a {
  margin: 0;
  padding: 0;
  font-family: "noto_R";
  font-weight: 400;
  color: #000;
  letter-spacing: -1px;
}

html,
body {
  font-size: 100%;
}

body {
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
}

a:active {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  border: 0;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}

input,
select,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  outline: none;
  text-indent: 5px;
  border-radius: 0;
}

input[type="password"] {
  font-family: "Arial";
}

/*hide input number buttons*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

/*reset_css_end*/
/*font*/
@font-face {
  font-family: "noto_T";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/NotoSans-Thin.eot?") format("eot"),
    url("../fonts/NotoSans-Thin.otf") format("opentype"),
    url("../fonts/NotoSans-Thin.woff") format("woff"),
    url("../fonts/NotoSans-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "noto_L";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/NotoSans-Light.eot?") format("eot"),
    url("../fonts/NotoSans-Light.otf") format("opentype"),
    url("../fonts/NotoSans-Light.woff") format("woff"),
    url("../fonts/NotoSans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "noto_DL";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/NotoSans-DemiLight.eot?") format("eot"),
    url("../fonts/NotoSans-DemiLight.otf") format("opentype"),
    url("../fonts/NotoSans-DemiLight.woff") format("woff"),
    url("../fonts/NotoSans-DemiLight.woff2") format("woff2");
}

@font-face {
  font-family: "noto_R";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/NotoSans-Regular.eot?") format("eot"),
    url("../fonts/NotoSans-Regular.otf") format("opentype"),
    url("../fonts/NotoSans-Regular.woff") format("woff"),
    url("../fonts/NotoSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "noto_M";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/NotoSans-Medium.eot?") format("eot"),
    url("../fonts/NotoSans-Medium.otf") format("opentype"),
    url("../fonts/NotoSans-Medium.woff") format("woff"),
    url("../fonts/NotoSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "noto_BL";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/NotoSans-Black.eot?") format("eot"),
    url("../fonts/NotoSans-Black.otf") format("opentype"),
    url("../fonts/NotoSans-Black.woff") format("woff"),
    url("../fonts/NotoSans-Black.woff2") format("woff2");
}

@font-face {
  font-family: "noto_B";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/NotoSans-Bold.eot?") format("eot"),
    url("../fonts/NotoSans-Bold.otf") format("opentype"),
    url("../fonts/NotoSans-Bold.woff") format("woff"),
    url("../fonts/NotoSans-Bold.woff2") format("woff2");
}

/*font_end*/
/*common_responsible*/
@media (max-width: 1800px) {
}

@media (max-width: 1680px) {
}

@media (max-width: 1600px) {
  html,
  body {
    font-size: 15px;
  }
}

@media (max-width: 1440px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 1366px) {
  html,
  body {
    font-size: 13px;
  }
}

@media (max-width: 1190px) {
  html,
  body {
    font-size: 12px;
  }
}

@media (max-width: 1152px) {
  html,
  body {
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  html,
  body {
    font-size: 11px;
  }
}
