@charset "UTF-8";
@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Regular.eot"), url("../font/SFProDisplay-Regular.woff") format("woff"), url("../font/SFProDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Medium.eot"), url("../font/SFProDisplay-Medium.woff") format("woff"), url("../font/SFProDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Bold.eot"), url("../font/SFProDisplay-Bold.woff") format("woff"), url("../font/SFProDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td,
legend,
button {
  margin: 0;
  padding: 0;
  font-family: "SF Pro Display", "Apple SD Gothic Neo", "Roboto", "Droid Sans", "Helvetica Neue", "Noto Sans KR", "dotum", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  line-height: normal;
  letter-spacing: 0;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

h3 {
  box-sizing: content-box;
}

form,
fieldset,
img,
button {
  border: 0 none;
}

table {
  width: 100%;
  min-width: 100%;
  max-width: none;
  table-layout: fixed;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

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

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

textarea,
input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: #1e1a2b;
  -webkit-tap-highlight-color: transparent !important;
  outline: none;
}

a:link,
a:hover,
a:active {
  text-decoration: none;
  color: #1e1a2b;
  -webkit-tap-highlight-color: transparent !important;
}

li,
p,
dt,
dd,
div,
span {
  word-break: break-all;
}

button {
  overflow: visible;
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent !important;
  outline: none;
}

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

.ir {
  display: block;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: -1;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}

.ir.lb {
  width: 1px;
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
}

.android a,
.android button,
.android input,
.android textarea,
.android select {
  outline: none;
}

.ios a,
.ios button,
.ios input,
.ios textarea,
.ios select {
  outline: none;
}

.scroller {
  overflow: hidden !important;
}

/* ISCROLL5 */
input[type=checkbox],
input[type=checkbox] + label,
input[type=radio],
input[type=radio] + label {
  cursor: pointer;
}

.noScroll {
  display: block;
  overflow: hidden !important;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.isScroll {
  display: block;
  overflow: hidden !important;
  height: 100%;
}

.noneScroll {
  display: block;
  overflow: hidden !important;
}

/* SVG-5520 검색고도화 */
.ScrollEl {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}