/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  height: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  line-height: 1;
  font-size: 20px;
  color: #000;
}

main {
  display: block;
}

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

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
  opacity: 0.7;
}

input, select, textarea {
  vertical-align: middle;
  outline: 0;
}

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

em {
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 12px;
  }
}
.select-box {
  position: relative;
}
.select-box select {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 20px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.select-box select::-ms-expand {
  display: none;
}
.select-box select option {
  border-radius: 0px;
  font-size: 18px;
  line-height: 2;
}
.select-box select option:checked {
  background: #003a63;
  color: #fff;
}
.select-box .icon-drop {
  position: absolute;
  width: 0.875rem;
  height: 0.4583333333rem;
  right: 1.4583333333rem;
  top: 1.4583333333rem;
  background: url(/images/icon-family-select.png) 0 0 no-repeat;
  background-size: 100%;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  .select-box .icon-drop {
    width: 12px;
    height: 6px;
    right: 29px;
    top: 16px;
  }
}

.input-box-file label {
  display: block;
  width: 100px;
  height: 35px;
  position: absolute;
  right: 7px;
  top: 7px;
  background: #999;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.check_box input + label {
  font-weight: bold;
  color: #282828;
  font-size: 18px;
  font-weight: 400;
}
.check_box input + label::before {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(/images/icon_check.png) no-repeat 0 0/contain;
}
.check_box input:checked + label::before {
  background-image: url(/images/icon_check_on.png);
}
.check_box input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.check_box input + label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.check_box input + label::before {
  content: "";
  display: block;
}

.radio-box input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.radio-box input + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #999;
}
.radio-box input + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.radio-box input:checked + label {
  color: #333;
  font-weight: bold;
}
.input-box input {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
}

.text-box textarea {
  border-radius: 0;
  padding: 30px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid #ccc;
  color: #333;
}
.text-box textarea ::placeholder {
  color: #666;
}

input::-ms-clear {
  display: none;
}

/*# sourceMappingURL=reset.css.map */
