@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=block");
/*
 * Mixin
 */
/*
 * Extend
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS and IE text size adjust after device orientation change,
  *    without disabling user zoom.
  * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
  *  `em` units.
  */
/* line 24, ../../scss/normalize.scss */
html {
  color: #101717;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
  * Remove default margin.
  */
/* line 37, ../../scss/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
    ========================================================================== */
/**
  * Correct `block` display not defined for any HTML5 element in IE 8/9.
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox.
  * Correct `block` display not defined for `main` in IE 11.
  */
/* line 51, ../../scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
  * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  */
/* line 72, ../../scss/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Prevents modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
/* line 89, ../../scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Address `[hidden]` styling not present in IE 8/9/10.
  * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
  */
/* line 99, ../../scss/normalize.scss */
[hidden],
template,
.template {
  display: none;
}

/* Links
    ========================================================================== */
/**
  * Remove the gray background color from active links in IE 10.
  */
/* line 112, ../../scss/normalize.scss */
a {
  text-decoration: none;
  background-color: transparent;
}

/**
  * Improve readability of focused elements when they are also in an
  * active/hover state.
  */
/* line 123, ../../scss/normalize.scss */
a:active, a.hk-select.open, a:hover {
  outline: 0;
  text-decoration: none;
}

/* Text-level semantics
    ========================================================================== */
/**
  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  */
/* line 137, ../../scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  */
/* line 145, ../../scss/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
  * Address styling not present in Safari and Chrome.
  */
/* line 160, ../../scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari, and Chrome.
  */
/* line 174, ../../scss/normalize.scss */
em,
i {
  font-style: normal;
}

/* line 179, ../../scss/normalize.scss */
li {
  list-style: none;
}

/**
  * Addresses styling not present in IE 8/9.
  */
/* line 187, ../../scss/normalize.scss */
mark {
  display: inline-block;
  font-weight: bold;
  color: #04939d;
  text-decoration: underline;
  background-color: transparent;
}

/**
  * Address inconsistent and variable font size in all browsers.
  */
/* line 228, ../../scss/normalize.scss */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
/* line 236, ../../scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 244, ../../scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 248, ../../scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 252, ../../scss/normalize.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
menu,
nav {
  padding: 0;
  margin: 0;
}

/* Embedded content
    ========================================================================== */
/**
  * 1. Remove border when inside `a` element in IE 8/9/10.
  * 2. Improves image quality when scaled in IE 7.
  */
/* line 273, ../../scss/normalize.scss */
img {
  vertical-align: middle;
  border: 0;
}

/**
  * Correct overflow not hidden in IE 9/10/11.
  */
/* line 285, ../../scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari.
  */
/* line 296, ../../scss/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
  * Address differences between Firefox and other browsers.
  */
/* line 304, ../../scss/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
  * Contain overflow in all browsers.
  */
/* line 313, ../../scss/normalize.scss */
pre {
  overflow: auto;
}

/**
  * Address odd `em`-unit font size rendering in all browsers.
  * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
  */
/* line 322, ../../scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
    ========================================================================== */
/**
  * Known limitation: by default, Chrome and Safari on OS X allow very limited
  * styling of `select`, unless a `border` property is set.
  */
/**
  * 1. Correct color not being inherited.
  *  Known issue: affects color of disabled elements.
  * 2. Correct font properties not being inherited.
  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  * 4. Improves appearance and consistency in all browsers.
  */
/* line 349, ../../scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
  * Address `overflow` set to `hidden` in IE 8/9/10/11.
  */
/* line 367, ../../scss/normalize.scss */
button {
  padding: 0;
  border: 0;
  overflow: visible;
  background-color: transparent;
}
/* line 372, ../../scss/normalize.scss */
button:focus {
  outline: 0;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  * Correct `select` style inheritance in Firefox.
  */
/* line 384, ../../scss/normalize.scss */
button,
select {
  text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *  and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *  `input` and others.
  * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
  *  Known issue: inner spacing remains in IE 6.
  */
/* line 399, ../../scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
  * Re-set default cursor for disabled elements.
  */
/* line 414, ../../scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
  * Remove inner padding and border in Firefox 4+.
  */
/* line 423, ../../scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
/* line 434, ../../scss/normalize.scss */
input {
  line-height: normal;
}
/* line 436, ../../scss/normalize.scss */
input:focus {
  outline: 0;
}

/**
  * 1. Address box sizing set to `content-box` in IE 8/9/10.
  * 2. Remove excess padding in IE 8/9/10.
  *  Known issue: excess padding remains in IE 6.
  */
/* line 447, ../../scss/normalize.scss */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  * `font-size` values of the `input`, it causes the cursor style of the
  * decrement button to change from `default` to `text`.
  */
/* line 463, ../../scss/normalize.scss */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
  */
/* line 473, ../../scss/normalize.scss */
input[type='search'],
input[type='url'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  * Safari (but not Chrome) clips the cancel button when the search input has
  * padding (and `textfield` appearance).
  */
/* line 485, ../../scss/normalize.scss */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='url']::-webkit-search-cancel-button,
input[type='url']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * Define consistent border, margin, and padding.
  */
/* line 496, ../../scss/normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
  * 1. Correct `color` not being inherited in IE 8/9/10/11.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  * 3. Corrects text not wrapping in Firefox 3.
  * 4. Corrects alignment displayed oddly in IE 6/7.
  */
/* line 508, ../../scss/normalize.scss */
caption,
legend {
  display: none;
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Remove default vertical scrollbar in IE 8/9/10/11.
  */
/* line 523, ../../scss/normalize.scss */
textarea {
  overflow: auto;
}

/**
  * Don't inherit the `font-weight` (applied by a rule above).
  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  */
/* line 532, ../../scss/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
/* line 543, ../../scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 548, ../../scss/normalize.scss */
td,
th {
  padding: 0;
}

/*
 * style
 */
/* line 556, ../../scss/normalize.scss */
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}
/* line 563, ../../scss/normalize.scss */
.btn:active, .btn.hk-select.open, .btn.active {
  box-shadow: none;
}
/* line 567, ../../scss/normalize.scss */
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 573, ../../scss/normalize.scss */
.icon {
  display: inline-block;
  vertical-align: middle;
}
/* line 576, ../../scss/normalize.scss */
.icon:before {
  content: '';
  display: inline-block;
}
/* line 580, ../../scss/normalize.scss */
.icon.txt-hidden {
  font: 0/0 a;
}

/*
 * scrollbar
 */
/* line 589, ../../scss/normalize.scss */
.scroll-wrapper.scrollbar-inner {
  overflow: hidden !important;
}
/* line 592, ../../scss/normalize.scss */
.scroll-wrapper .scrollbar-inner {
  position: relative;
}
/* line 595, ../../scss/normalize.scss */
.scroll-wrapper .scroll-x {
  display: none;
}
/* line 598, ../../scss/normalize.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow-x: hidden !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
  -webkit-overflow-scrolling: touch;
}
/* line 614, ../../scss/normalize.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/* line 619, ../../scss/normalize.scss */
.scroll-wrapper .scroll-element,
.scroll-wrapper .scroll-element div {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  border-radius: 7px;
}
/* line 630, ../../scss/normalize.scss */
.scroll-wrapper .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
/* line 637, ../../scss/normalize.scss */
.scroll-wrapper .scroll-element-outer {
  top: 2px;
  right: 0;
  left: auto;
  opacity: 0.3;
  border-radius: 12px;
}
/* line 644, ../../scss/normalize.scss */
.scroll-wrapper .scroll-element .scroll-bar {
  right: 0;
  left: auto;
  width: 7px;
  min-height: 24px;
  background-color: #99b2bb;
}
/* line 652, ../../scss/normalize.scss */
.scroll-wrapper .scroll-y {
  display: none;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
  min-height: 100%;
  background-color: #f2f4f7;
}
/* line 660, ../../scss/normalize.scss */
.scroll-wrapper .scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 669, ../../scss/normalize.scss */
.history-list .scroll-wrapper > .scroll-content,
.tld-detail .scroll-wrapper > .scroll-content {
  overflow: scroll !important;
}

/*
 * select
 */
/* line 692, ../../scss/normalize.scss */
select {
  padding: 4px 5px;
  border-color: #ccd5da !important;
}

/* line 696, ../../scss/normalize.scss */
.hk-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: solid 1px #ccd5da !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 30px;
  outline: none;
  padding-left: 12px !important;
  padding-right: 40px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
/* line 719, ../../scss/normalize.scss */
.hk-select:hover {
  border-color: #bdc9cf;
}
/* line 723, ../../scss/normalize.scss */
.hk-select:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #b7b7b7 transparent transparent transparent;
}
/* line 737, ../../scss/normalize.scss */
.hk-select.open:after {
  margin-top: -2px;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #b7b7b7 transparent;
}
/* line 742, ../../scss/normalize.scss */
.hk-select.open .select-list {
  max-height: 215px !important;
  overflow-y: auto !important;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  -webkit-overflow-scrolling: touch;
}
/* line 254, ../../scss/extend.scss */
.hk-select.open .select-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* line 257, ../../scss/extend.scss */
.hk-select.open .select-list::-webkit-scrollbar:vertical {
  width: 5px;
}
/* line 260, ../../scss/extend.scss */
.hk-select.open .select-list::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #99b2bb;
}
/* line 264, ../../scss/extend.scss */
.hk-select.open .select-list::-webkit-scrollbar-track {
  border-radius: 7px;
  background: #f2f4f7;
}
/* line 751, ../../scss/normalize.scss */
.hk-select.disabled {
  border-color: #d2dade;
  color: #999;
  pointer-events: none;
}
/* line 761, ../../scss/normalize.scss */
.hk-select.wide {
  width: 100%;
}
/* line 763, ../../scss/normalize.scss */
.hk-select.wide .select-list {
  left: 0 !important;
  right: 0 !important;
}
/* line 768, ../../scss/normalize.scss */
.hk-select.right {
  float: right;
}
/* line 770, ../../scss/normalize.scss */
.hk-select.right .select-list {
  left: auto;
  right: 0;
}
/* line 775, ../../scss/normalize.scss */
.hk-select.small {
  font-size: 14px;
  height: 24px;
  line-height: 22px;
  padding-right: 24px !important;
}
/* line 780, ../../scss/normalize.scss */
.hk-select.small .option {
  line-height: 22px;
  min-height: 22px;
}
/* line 787, ../../scss/normalize.scss */
.hk-select .select-list {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  border: solid 1px #ccd5da !important;
  margin-top: 1px !important;
  opacity: 0;
  overflow: hidden !important;
  max-height: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-16px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 8;
}
/* line 806, ../../scss/normalize.scss */
.hk-select .select-list:hover .option:not(:hover) {
  background-color: transparent !important;
}
/* line 810, ../../scss/normalize.scss */
.hk-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  list-style: none;
  min-height: 30px;
  outline: none;
  padding-left: 12px !important;
  padding-right: 23px;
  text-align: left;
  transition: all 0.2s;
}
/* line 821, ../../scss/normalize.scss */
.hk-select .option:hover, .hk-select .option.focus, .hk-select .option.selected.focus {
  background-color: #ccd5da;
}
/* line 826, ../../scss/normalize.scss */
.hk-select .option.selected {
  font-weight: bold;
}
/* line 829, ../../scss/normalize.scss */
.hk-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

/* line 839, ../../scss/normalize.scss */
.no-csspointerevents .hk-select .select-list {
  display: none;
}
/* line 843, ../../scss/normalize.scss */
.no-csspointerevents .hk-select.open .select-list {
  display: block;
}

/*
 * slick
 */
/* line 852, ../../scss/normalize.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 865, ../../scss/normalize.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 874, ../../scss/normalize.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 880, ../../scss/normalize.scss */
.slick-list:focus {
  outline: none;
}
/* line 883, ../../scss/normalize.scss */
.slick-list .dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 888, ../../scss/normalize.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
/* line 893, ../../scss/normalize.scss */
.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}
/* line 898, ../../scss/normalize.scss */
.slick-track:after {
  clear: both;
}

/* line 903, ../../scss/normalize.scss */
.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 908, ../../scss/normalize.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
/* line 913, ../../scss/normalize.scss */
.slick-slide img {
  display: block;
}
/* line 917, ../../scss/normalize.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 922, ../../scss/normalize.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 927, ../../scss/normalize.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 931, ../../scss/normalize.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 936, ../../scss/normalize.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 943, ../../scss/normalize.scss */
.slick-arrow.slick-hidden {
  display: none;
}

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