@charset "UTF-8";
/* Noto Sans Korean */
@font-face {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/notokr-light.eot");
  src: url("../fonts/notokr-light.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-light.woff") format("woff"), url("../fonts/notokr-light.ttf") format("truetype"), url("../fonts/notokr-light.svg#notokr-light") format("svg");
}
@font-face {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/notokr-demilight.eot");
  src: url("../fonts/notokr-demilight.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-demilight.woff") format("woff"), url("../fonts/notokr-demilight.ttf") format("truetype"), url("../fonts/notokr-demilight.svg#notokr-demilight") format("svg");
}
@font-face {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/notokr-regular.eot");
  src: url("../fonts/notokr-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-regular.woff") format("woff"), url("../fonts/notokr-regular.ttf") format("truetype"), url("../fonts/notokr-regular.svg#notokr-regular") format("svg");
}
@font-face {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/notokr-medium.eot");
  src: url("../fonts/notokr-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-medium.woff") format("woff"), url("../fonts/notokr-medium.ttf") format("truetype"), url("../fonts/notokr-medium.svg#notokr-medium") format("svg");
}
@font-face {
  font-family: "Noto Sans Korean";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/notokr-bold.eot");
  src: url("../fonts/notokr-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/notokr-bold.woff") format("woff"), url("../fonts/notokr-bold.ttf") format("truetype"), url("../fonts/notokr-bold.svg#notokr-bold") format("svg");
}
/* Roboto */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular-webfont.eot");
  src: url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium-webfont.eot");
  src: url("../fonts/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/Roboto-Medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
}
html, body {
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background-color: #003775;
  -webkit-text-stroke: initial;
}

::selection {
  color: #fff;
  background-color: #003775;
  -webkit-text-stroke: initial;
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: none; /* mobile text size */
  -webkit-font-smoothing: subpixel-antialiased; /* antialiased or subpixel-antialiased 웹킷 브라우저 웹폰트 선명하게 처리 */
  font-variant-ligatures: none; /* fi 수정 */
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Reset */
* {
  box-sizing: border-box;
}

body, button, input, textarea, select, table, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Korean", "Noto Sans KR", "Spoqa Han Sans", "돋움", "dotum", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.35; /*word-break:keep-all;*/
}

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, form, fieldset, legend, label, button, input, textarea, select, optgroup, 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;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

summary {
  display: list-item;
}

pre {
  font: inherit;
  color: inherit;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-break: break-all;
}

ol, ul {
  list-style: none;
}

dt, dd {
  display: block;
}

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

caption, legend {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

canvas {
  display: inline-block;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: top;
}

fieldset, img {
  border: none;
}

button {
  cursor: pointer;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

input, button, select {
  vertical-align: top;
}

input, button, select, textarea {
  font-size: inherit;
  box-sizing: border-box;
}

input[disabled], input[readonly] { /*cursor:not-allowed;background-color:#eaeaea;*/ }

::-moz-placeholder {
  font-family: "Noto Sans Korean", "Noto Sans KR";
  color: #b2b2b2;
  opacity: 1;
}

::placeholder {
  font-family: "Noto Sans Korean", "Noto Sans KR";
  color: #b2b2b2;
  opacity: 1;
}

::-webkit-input-placeholder, ::-ms-input-placeholder, ::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
}

button, [type=button], [type=reset], [type=submit] {
  border: 0 none;
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

textarea {
  display: block;
  overflow: auto;
  resize: vertical;
}

input:checked[type=checkbox] {
  background-color: #fff;
  -webkit-appearance: checkbox;
}

[type=text], [type=password], [type=email], [type=search], [type=image], [type=tel], button, select, textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

:focus {
  outline-offset: -1px;
}

address, em, i {
  font-style: normal;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* Forms Style */
input, button, .select, textarea {
  font-size: inherit;
  color: inherit;
}

[type=text], [type=password], select, button, .dash {
  height: 38px;
  line-height: 36px;
}

[type=text], select, textarea {
  width: 100%;
  padding: 0 12px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  font-size: 14px;
  letter-spacing: -0.32px;
  color: #000000;
}

[type=password] {
  width: 50%;
  padding: 0 12px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  font-size: 14px;
  letter-spacing: -0.32px;
  color: #000000;
}

textarea {
  height: 126px;
  padding: 12px;
}

button {
  background: #999999;
  border-radius: 5px;
  color: #fff;
}

.dash {
  text-align: center;
}

/*
select{background:#fff url(../images/common/select_arrow@2x.png) no-repeat right 16px center / 12px 12px;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;vertical-align:top;height:40px;line-height:38px;padding:0 12px;border-radius:12px;border:solid 1px #dcdcdc;background-color:#ffffff;font-size:14px;color:#4e4e4e;}
select::-ms-expand{display:none;}
select:disabled{border-color:#dcdcdc;background-color:#f2f2f2;color:#4e4e4e;}
*/
/* radio */
input[type=radio] {
  display: inline-block;
  position: absolute;
  left: -9999px;
}

input[type=radio] + label {
  z-index: 500;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 0 31px;
  color: #6c6c6c;
}

input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/ico_radio_off.png) 0px 0px no-repeat;
}

input[type=radio]:checked + label:before {
  text-align: center;
  line-height: 18px;
  background-image: url(../img/common/ico_radio_on.png);
}

label + input[type=radio] + label {
  margin-left: 34px;
}

/* checkbox */
input[type=checkbox] {
  display: inline-block;
  position: absolute;
  left: -9999px;
}

input[type=checkbox] + label {
  z-index: 500;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 0 31px;
  color: #6c6c6c;
}

input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/ico_check_off.png) 0px 0px no-repeat;
}

input[type=checkbox]:checked + label:before {
  text-align: center;
  line-height: 20px;
  background-image: url(../img/common/ico_check_on.png);
}

label + input[type=checkbox] + label {
  margin-left: 34px;
}

.checkbox-list {
  position: relative;
}

.checkbox-list::after {
  display: block;
  clear: both;
  content: "";
}

.checkbox-list > li {
  float: left;
}

.checkbox-list > li + li {
  padding-left: 46px;
}

.checkbox-list > li p + p {
  margin-top: 14px;
}

@media screen and (max-width: 1199px) {
  input[type=radio] + label, input[type=checkbox] + label {
    font-size: 14px;
    padding: 0 0 0 28px;
  }
  .checkbox-list {
    margin-top: -8px;
  }
  .checkbox-list > li {
    float: left;
    width: 50%;
  }
  .checkbox-list > li + li {
    padding-left: 0;
  }
  .checkbox-list > li p,
  .checkbox-list > li p + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 799px) {
  label + input[type=radio] + label, label + input[type=checkbox] + label {
    margin-left: 25px;
  }
}
@media screen and (max-width: 479px) {
  [type=text], [type=password], select, button, .dash {
    height: 28px;
    line-height: 26px;
  }
  [type=text], [type=password], select, textarea {
    padding: 0 8px;
    font-size: 13px;
  }
  textarea {
    height: 100px;
    padding: 8px;
  }
  .checkbox-list > li {
    width: 100%;
  }
  input[type=radio] + label, input[type=checkbox] + label {
    font-size: 13px;
    padding: 0 0 0 26px;
  }
  label + input[type=radio] + label, label + input[type=checkbox] + label {
    margin-left: 20px;
  }
}/*# sourceMappingURL=reset.css.map */