@charset "utf-8";

/*-------------------------------------------------------------------
    ## Reset
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Noto+Sans+KR:100,400,500,700&display=swap&subset=korean');

* { margin:0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  letter-spacing: -.05rem;
}

@media (max-width: 1202px) {
  html {
    font-size: 0.8319467554vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 1.30208333333vw;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 2.083333333vw;
    font-size: clamp(9px, 2.083333333vw, 10px);
  }
}

@media (min-width: 480px) {
  a[href^="tel"] {
    pointer-events: none; /* 클릭 차단 */
    cursor: default; /* 클릭 불가 표시 */
  }
}

body { font-size:1.8rem; font-weight:500; font-family:'Noto Sans KR', sans-serif; background:#fff;}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  font-family:'Noto Sans KR', sans-serif;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  border:0;
  background:none;
  outline:none;
  cursor: pointer;
}

textarea,
select {
  font-family:'Noto Sans KR', sans-serif;
  font-size: 1em;
}
p {
  word-break: break-all;
}
hr {
  display: none;
}
a {
  color: #000;
  text-decoration: none;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}
table { border-collapse:collapse; border:0}