@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
button {
  overflow: visible;
}

/**
 * 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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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`.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*$small-screen: 600px !default;*/
/* color */
/* font */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-overflow-scrolling: touch;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

ul li {
  list-style-type: none;
}

p {
  margin: 0;
}

a {
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: top;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

legend {
  font-size: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left !important;
}

.right-align {
  text-align: right !important;
}

.center,
.center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.circle {
  border-radius: 50%;
}

.no-padding {
  padding: 0 !important;
}

.valign-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/* public */
.aria-hidden {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -99999px;
  width: 0;
  height: 0;
  line-height: 0;
  color: transparent;
}

.color-blue {
  color: #0078dc;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.container {
  margin: 0 auto;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.33333%;
}

.row .col.pull-s1 {
  right: 8.33333%;
}

.row .col.push-s1 {
  left: 8.33333%;
}

.row .col.offset-s2 {
  margin-left: 16.66667%;
}

.row .col.pull-s2 {
  right: 16.66667%;
}

.row .col.push-s2 {
  left: 16.66667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.33333%;
}

.row .col.pull-s4 {
  right: 33.33333%;
}

.row .col.push-s4 {
  left: 33.33333%;
}

.row .col.offset-s5 {
  margin-left: 41.66667%;
}

.row .col.pull-s5 {
  right: 41.66667%;
}

.row .col.push-s5 {
  left: 41.66667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.33333%;
}

.row .col.pull-s7 {
  right: 58.33333%;
}

.row .col.push-s7 {
  left: 58.33333%;
}

.row .col.offset-s8 {
  margin-left: 66.66667%;
}

.row .col.pull-s8 {
  right: 66.66667%;
}

.row .col.push-s8 {
  left: 66.66667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.33333%;
}

.row .col.pull-s10 {
  right: 83.33333%;
}

.row .col.push-s10 {
  left: 83.33333%;
}

.row .col.offset-s11 {
  margin-left: 91.66667%;
}

.row .col.pull-s11 {
  right: 91.66667%;
}

.row .col.push-s11 {
  left: 91.66667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  .row .col.push-m1 {
    left: 8.33333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  .row .col.push-m2 {
    left: 16.66667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  .row .col.push-m4 {
    left: 33.33333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  .row .col.push-m5 {
    left: 41.66667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  .row .col.push-m7 {
    left: 58.33333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  .row .col.push-m8 {
    left: 66.66667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  .row .col.push-m10 {
    left: 83.33333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  .row .col.push-m11 {
    left: 91.66667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  .row .col.push-l1 {
    left: 8.33333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  .row .col.push-l2 {
    left: 16.66667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  .row .col.push-l4 {
    left: 33.33333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  .row .col.push-l5 {
    left: 41.66667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  .row .col.push-l7 {
    left: 58.33333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  .row .col.push-l8 {
    left: 66.66667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  .row .col.push-l10 {
    left: 83.33333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  .row .col.push-l11 {
    left: 91.66667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-xl1 {
    right: 8.33333%;
  }
  .row .col.push-xl1 {
    left: 8.33333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-xl2 {
    right: 16.66667%;
  }
  .row .col.push-xl2 {
    left: 16.66667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-xl4 {
    right: 33.33333%;
  }
  .row .col.push-xl4 {
    left: 33.33333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-xl5 {
    right: 41.66667%;
  }
  .row .col.push-xl5 {
    left: 41.66667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-xl7 {
    right: 58.33333%;
  }
  .row .col.push-xl7 {
    left: 58.33333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-xl8 {
    right: 66.66667%;
  }
  .row .col.push-xl8 {
    left: 66.66667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-xl10 {
    right: 83.33333%;
  }
  .row .col.push-xl10 {
    left: 83.33333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-xl11 {
    right: 91.66667%;
  }
  .row .col.push-xl11 {
    left: 91.66667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

a {
  text-decoration: none;
  color: #666;
}

html {
  line-height: 1.5;
  font-size: 13px;
  font-family: "Open Sans", "Noto Sans KR", sans-serif;
  font-weight: normal;
  color: #666;
  letter-spacing: -.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

/* title */
.header-2 {
  font-size: 21px;
  color: #333;
  /*text-transform: uppercase;*/
  font-family: 'minion-pro',"Open Sans", "Noto Sans KR", sans-serif;
  line-height: 1;
  font-weight: 700;
}

.header-3 {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

/* text */
.text-small-xx {
  font-size: 10px;
  text-transform: uppercase;
  color: #156AAF;
  font-weight: 500;
}

.text-small-x {
  font-size: 12px;
  font-weight: 500;
  color: #959595;
}

.text-medium-x {
  font-size: 12px;
}

.text-medium-xx {
  font-size: 16px;
}

.text-large-xxx {
  font-size: 24px;
  color: #ccc;
}

.text-large-x {
  font-size: 20px;
  color: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

/* list */
.list-bul-hyphen li {
  position: relative;
  padding-left: 7px;
  font-size: 13px;
  line-height: 23px;
  color: #959595;
}

.list-bul-hyphen li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #959595;
  vertical-align: middle;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}

.ajaxpopup-show {
  overflow: hidden;
}

.ajaxpopup-show .full {
  position: fixed;
}

.modal-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-popup .pop-wrap {
  position: relative;
  margin: 30px 25px 0;
  z-index: 99;
}

.modal-popup .pop-content {
  -webkit-overflow-scrolling: touch !important;
}

.modal-popup .full-pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow-y: auto;
}

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  height: 100%;
}

.alert {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: auto;
}

.alert .content {
  position: relative;
  top: 0;
  left: 50%;
  width: 325px;
  margin: 200px 0 0 -180px;
  z-index: 99;
  text-align: center;
  color: #156AAF;
  font-size: 16px;
}

.alert .content .inner {
  height: 160px;
  display: table;
  width: 100%;
}

.alert .header {
  padding: 25px 25px 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.alert .button-wrap {
  background-color: #fff;
}

.alert .button-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.alert .button-wrap a {
  display: block;
  width: 100%;
  float: left;
  line-height: 70px;
  height: 70px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

.alert .button-wrap.col2 a {
  width: 50%;
}

.alert .button-wrap .button-cancel {
  color: rgba(0, 0, 0, 0.5);
}

.alert .button-close {
  position: absolute;
  top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: 160px;
  z-index: 10;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.alert .button-close::before, .alert .button-close::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.alert .button-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.alert .button-close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.alert .alert-type01 {
  background: url("../img/com/bg_alert.png") #f2f2f3 no-repeat 0 0;
  background-size: 325px 160px;
}

.alert .confirm-type01 {
  background: url("../img/com/bg_alert.png") #f2f2f3 no-repeat 0 0;
  background-size: 325px 160px;
}

/* iphone input focus */
input,
textarea {
  -webkit-transform: translateZ(0px);
}

/* loading */
#page_loading {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

#page_loading .loimg {
  display: inline-block;
  position: absolute;
  margin-top: -25px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 50px;
  background: url(../img/com/loading.gif) no-repeat;
  background-size: 100px 50px;
  opacity: 0;
  -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
          transform: matrix(0, 0, 0, 0, 0, 0);
}

/* sub */
.header-1 {
  line-height: 1;
  font-family: 'minion-pro', "Open Sans", "Noto Sans KR", sans-serif;
  color: #fff;
  font-weight: 700;
}

.header-2.type02 {
  padding-top: 28px !important;
  font-weight: normal;
  line-height: 1.2;
}

.text-sub-tit {
  display: block;
  margin: 12px 0 26px;
  color: #666;
  font-size: 14px;
}

.sub-contents {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}

.sub-contents .header-2 {
  padding-top: 31px;
}

.sub-visual {
  position: relative;
  overflow: hidden;
  height: 125px;
  margin: 0 -30px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.sub-visual.jeju-club, .sub-visual.jeju-course, .sub-visual.jeju-concierge {
  background-image: url("../img/cc_sub/Jeju_cc_guide_KV.jpg");
}

.sub-visual.seoul-club, .sub-visual.seoul-course, .sub-visual.seoul-concierge {
  background-image: url("../img/cc_sub/Seoul_cc_guide_KV.jpg");
}

.sub-visual.pr, .sub-visual.customer, .sub-visual.mypage, .sub-visual.sitemap, .sub-visual.policy, .sub-visual.member, .sub-visual.introduce {
  background-image: url("../img/com/Haevichi_KV.jpg");
}

.sub-visual.introduce-map {
  background-image: url("../img/introduce/Concierge_KV.jpg");
}

.sub-visual.reservation {
  background-image: url("../img/reservation/reservation_KV.jpg");
}

.sub-visual.business-01 {
  background-image: url("../img/business/corp-business-hotel-haevichi-jeju-kv.jpg");
}

.sub-visual.business-02 {
  background-image: url("../img/business/corp-business-hotel-rollinghiils-kv.jpg");
}

.sub-visual.business-03 {
  background-image: url("../img/business/corp-business-hotel-guam-kv.jpg");
}

.sub-visual.business-04 {
  background-image: url("../img/business/corp-business-country-jeju-kv.jpg");
}

.sub-visual.business-05 {
  background-image: url("../img/business/corp-business-country-seoul-kv.jpg");
}

.sub-visual.business-06 {
  background-image: url("../img/business/corp-business-hotel-haevichi-jeju-kv.jpg");
}

.sub-visual.business-07 {
  background-image: url("../img/business/corp-business-restaurant-kictchen-kv.jpg");
}

.sub-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sub-visual .header-1 {
  position: relative;
  margin-top: 50px;
  text-align: center;
  font-size: 25px;
}

.sub-visual .text-sub {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.location-row {
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.location-row:after {
  content: "";
  display: table;
  clear: both;
}

.location-row .inner {
  position: relative;
}

.location-row .inner:after {
  content: "";
  display: table;
  clear: both;
}

.location-row .home {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 49px;
  font-size: 0;
  border-right: 1px solid #ccc;
}

.location-row .home::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 16px;
  margin: -7px 0 0 -8px;
  background: url("../img/com/icon_home.png") no-repeat 0 0;
  background-size: 14px 16px;
}

.location-row .btn-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}

.location-row .btn-list:after {
  content: "";
  display: table;
  clear: both;
}

.location-row .btn-list li {
  position: relative;
  float: left;
  width: 50px;
}

.location-row .btn-list li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #e0e0e0;
}

.location-row .btn-list button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 49px;
  font-size: 0;
  vertical-align: top;
}

.location-row .btn-list .button-rss::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  background: url("../img/com/icon_rss.png") no-repeat 0 0;
  background-size: 17px 17px;
}

.location-row .btn-list .button-share::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  background: url("../img/com/icon_link.png") no-repeat 0 0;
  background-size: 17px 17px;
}

.location-select {
  position: relative;
  float: left;
  width: calc(100% - 100px);
  border-right: 1px solid #ccc;
}

.location-select button {
  position: relative;
  width: 100%;
  padding: 0 40px 0 20px;
  font-size: 14px;
  color: #333;
  height: 49px;
  line-height: 49px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  overflow: hidden;
}

.location-select button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 4px solid #333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.location-select button::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: auto;
  right: 10px;
  transform: translate(-100%, -50%) rotate(0);
  -webkit-transform: translate(-100%, -50%) rotate(0);
}

.location-select button .toggle {
  font-size: 0;
}

.location-select button.disabled::before {
  display: none;
}

.location-select .list {
  display: none;
  position: absolute;
  top: 50px;
  left: -1px;
  right: -1px;
  border: 1px solid #ccc;
  border-top: 0;
  z-index: 15;
  background-color: #fff;
}

.location-select .list li {
  border-top: 1px solid #ccc;
}

.location-select .list li:first-child {
  border-top: 0;
}

.location-select .list a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  letter-spacing: -0.1px;
}

.location-select.active button {
  color: #156AAF;
}

.location-select.active button::before {
  transform: translate(-100%, -50%) rotate(180deg);
  -webkit-transform: translate(-100%, -50%) rotate(180deg);
}

.location-row.package-list .btn-list {
  float: right;
  margin-right: 5px;
  width: 100px;
}

.location-row.package-list .location-select {
  width: calc(100% - 154px);
}

/* 호텔서브 */
.product-list-row {
  position: relative;
  margin: 0 0 -40px;
}

.product-list-row .select-box {
  margin: 30px 0 -10px;
}

.product-list-row .select-box .list {
  margin: 10px 0 20px 10px;
}

.product-list-row .select-box .list:after {
  content: "";
  display: table;
  clear: both;
}

.product-list-row .select-box .list li {
  margin-left: 30px;
  float: left;
}

.product-list-row .select-box .list li:first-child {
  margin-left: 0;
}

.product-list-row .select-box .button-type-03 {
  width: 100%;
}

.product-list-row .product-button {
  margin: 30px 0 0;
  background-color: #fff;
}

.product-list-row .product-button a {
  width: 100%;
}

.product-list-row .product-button + .product-list {
  margin-top: -10px;
}

.product-list-row .button-schedule {
  position: absolute;
  top: 66px;
  right: 0;
}

.product-list-row .bottom-btn {
  margin-top: 40px;
}

.product-list > li {
  position: relative;
  padding: 30px 0 24px;
  margin-bottom: 10px;
}

.product-list > li::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -30px;
  right: -30px;
  display: block;
  height: 9px;
  border-top: 1px solid #ccc;
  background-color: #f2f2f3;
}

.product-list > li:last-child {
  margin-bottom: 0;
}

.product-list > li:last-child::after {
  display: none;
}

.product-list .num {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 10;
  font-size: 24px;
  color: #ccc;
  display: none;
}

.product-list a {
  display: block;
}

.product-list .thum {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.product-list .thum-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.68);
  overflow: hidden;
  z-index: 10;
}

.product-list .thum-info li {
  padding: 15px 15px 16px 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list .thum-text .text-small-xx {
  display: block;
  margin-top: 16px;
  letter-spacing: 0;
}

.product-list .thum-text .text-header-x {
  margin-top: 5px;
  font-size: 21px;
  font-family: 'minion-pro', "Open Sans", "Noto Sans KR", sans-serif;
  color: #333;
  line-height: 27px;
  font-weight: 700;
  display: block;
}

.product-list .thum-text .text-medium-xx {
  text-overflow: ellipsis;
  margin: 10px 0 0;
  padding-right: 10px;
  line-height: 18px;
  font-size: 14px;
}

.product-list .thum-text .text-small-x {
  display: block;
  margin-top: 16px;
  letter-spacing: 0;
}

.sub-large-visual {
  position: relative;
  overflow: hidden;
  height: 430px;
  margin: 0 -30px;
  padding: 0 15px;
}

.sub-large-visual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.sub-large-visual .content-info {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 5;
  padding: 0 30px;
  overflow: hidden;
}

.sub-large-visual .header-1 {
  font-size: 25px;
  line-height: 1.2;
}

.sub-large-visual .text-sub {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.sub-large-visual .info-list {
  margin: 10px 0 0;
}

.sub-large-visual .info-list li {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  font-size: 12px;
}

.sub-large-visual .info-list.type02 li {
  width: 100%;
}

.benefit-row {
  margin: 0 -30px;
  padding: 0 15px 40px;
  background-color: #f8f8f8;
}

.benefit-row .info-list {
  margin: 0 15px;
  padding: 25px 0 40px;
}

.benefit-row .info-list:after {
  content: "";
  display: table;
  clear: both;
}

.benefit-row .info-list dt {
  display: block;
  margin: 1px 0 6px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.benefit-row .info-list dd {
  display: block;
  margin: 0 0 20px;
}

.benefit-row .info-list dd strong {
  font-weight: 500;
}

.benefit-row .info-list dd:last-child {
  margin-bottom: 0;
}

.benefit-row .list-type-text {
  display: table;
  width: 100%;
}

.benefit-row .list-type-text li {
  display: table-row;
}

.benefit-row .room-type {
  display: table-cell;
  width: 120px;
  padding-right: 10px;
}

.benefit-row .price {
  display: table-cell;
  font-weight: 600;
  color: #333;
}

.benefit-row.con-explorer {
  margin-bottom: -40px;
}

.benefit-list-wrap {
  margin-top: 20px;
}

.benefit-list-wrap .benefit {
  margin-bottom: 40px;
}

.benefit-list-wrap .benefit:last-child {
  margin-bottom: 0;
}

.benefit-list-wrap .common {
  border: 1px solid #ccc;
  padding: 0 14px;
  background-color: #fff;
}

.benefit-list-wrap .common .list-guide-box {
  margin: 0 -15px -1px;
}

.benefit-list-wrap .free .list-guide-box {
  margin-top: 20px;
}

.benefit-list-wrap .free h3 {
  margin-top: -5px;
  padding: 0 0 18px;
}

.benefit-list-wrap h3 {
  padding: 21px 0;
  font-size: 19px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.benefit-list-wrap .list > li {
  position: relative;
  margin: 0 0 40px;
}

.benefit-list-wrap .thum {
  display: block;
  margin-bottom: 16px;
  height: 195px;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.benefit-list-wrap .thum-tit {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.benefit-list-wrap .thum-cont {
  padding: 0 5px;
}

.benefit-list-wrap .thum-cont .tit {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.benefit-list-wrap .list-type-text li {
  margin: 3px 0 0;
}

.inquiry-box {
  margin-bottom: 70px;
}

.inquiry-box .inner {
  position: relative;
  padding: 25px 0 25px 70px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.inquiry-box .inner::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 23px;
  width: 29px;
  height: 31px;
  background: url("../img/com/icon_inquiry.png") no-repeat 0 0;
  background-size: 29px 31px;
}

.inquiry-box li {
  color: #666;
}

.inquiry-box .bottom-button:after {
  content: "";
  display: table;
  clear: both;
}

.inquiry-box .bottom-button a {
  float: left;
  width: 50%;
}

.inquiry-box .button {
  display: inline-block;
  width: 150px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.inquiry-box .button.call {
  background-color: #666;
}

.inquiry-box .button.reservation {
  background-color: #8d837a;
}

/* list */
.list-rect > li {
  position: relative;
  margin: 3px 0 0;
  padding-left: 10px;
  font-size: 13px;
}

.list-rect > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #9da5a9;
}

.list-rect > li:first-child {
  margin-top: 0;
}

.list-guide-box {
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #f2f2f3;
}

.list-guide-box ul {
  display: inline-block;
}

.list-guide-box li {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
  color: #63666a;
  text-align: left;
  font-size: 12px;
}

.list-guide-box li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/com/icon_exclamation_small.png") no-repeat 0 0;
  background-size: 12px 12px;
}

.list-guide-box li:first-child {
  margin-top: 0;
}

.icon-exclamation-guide {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  color: #63666a;
}

.icon-exclamation-guide::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 7px;
  background: url("../img/com/icon_exclamation_small.png") no-repeat 0 0;
  background-size: contain;
  vertical-align: top;
}

.text-guide {
  position: relative;
  margin-top: 3px;
  color: #959595;
  display: block;
  padding-left: 8px;
}

.text-guide::before {
  content: '-';
  position: absolute;
  top: -2px;
  left: 0;
}

.text-guide-02 {
  display: block;
  margin-top: 5px;
  color: #959595;
  font-size: 11px;
}

.bottom-nav {
  border-top: 1px solid #ccc;
  margin: 0 -30px 0;
}

.bottom-nav ul {
  display: table;
  width: 100%;
}

.bottom-nav li {
  display: table-cell;
  width: 50%;
  min-height: 50px;
  vertical-align: middle;
}

.bottom-nav li a {
  display: block;
  position: relative;
  color: #333;
  font-weight: 500;
  font-size: 12px;
  padding: 16px;
  min-height: 50px;
  text-transform: uppercase;
}

.bottom-nav li a::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -4px;
  border-right: 2px solid #959595;
  border-bottom: 2px solid #959595;
}

.bottom-nav li:first-child {
  border-right: 1px solid #ccc;
}

.bottom-nav li:nth-child(2n-1) a {
  padding-left: 32px;
}

.bottom-nav li:nth-child(2n-1) a::before {
  -webkit-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
  left: 17px;
}

.bottom-nav li:nth-child(2n) a {
  text-align: right;
  padding-right: 32px;
}

.bottom-nav li:nth-child(2n) a::before {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  right: 17px;
}

.inquiries-row {
  position: relative;
  min-height: 108px;
  margin: 0 -30px;
  padding: 26px 15px 27px;
  background: url(../img/com/bg_inquiries.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 분양회원*/
}

.inquiries-row .header-2 {
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

.inquiries-row .text-call {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.inquiries-row .service-list {
  margin-top: 10px;
}

.inquiries-row .service-list li {
  line-height: 17px;
  color: #fff;
  font-size: 12px;
}

.inquiries-row.type02 {
  min-height: 140px;
  background: none;
  background-color: #f2f2f3;
}

.inquiries-row.type02 .header-2 {
  color: #63666a;
}

.inquiries-row.type02 .service-list li {
  color: #666;
}

.inquiries-row.type-member {
  margin-top: 40px;
  color: #333;
  background: none;
  background-color: #f2f2f3;
}

.inquiries-row.type-member .header-2 {
  padding: 0;
  color: #63666a;
}

.inquiries-row.type-member .service-list li {
  color: #666;
}

.sns-evnet-list > li {
  position: relative;
  padding: 30px 0;
  margin-bottom: 10px;
}

.sns-evnet-list > li::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -30px;
  right: -30px;
  display: block;
  height: 9px;
  border-top: 1px solid #ccc;
  background-color: #f2f2f3;
}

.sns-evnet-list > li:last-child {
  margin-bottom: 0;
}

.sns-evnet-list > li:last-child::after {
  display: none;
}

.sns-evnet-list .thum {
  display: block;
  height: 200px;
  overflow: hidden;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.sns-evnet-list .thum-container {
  padding: 16px 0 0;
  border-top: 0;
}

.sns-evnet-list .text-large-xxx {
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: #9f8256;
  font-size: 18px;
}

.sns-evnet-list .text-small-x {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.sns-evnet-list .text-small-x.sns-date {
  margin-top: 10px;
  color: #959595;
}

.sns-evnet-list .thum-button {
  margin-top: 15px;
  text-align: center;
}

.sns-evnet-list .thum-button .button-type-03 {
  width: 100%;
}

.sns-evnet-list .sns-label {
  position: absolute;
  top: 40px;
  left: 10px;
  width: 32.5px;
  height: 32.5px;
  font-size: 0;
  background: url("../img/com/icon_sns_circle.png") no-repeat 0 0;
  background-size: 130px 32.5px;
}

.sns-evnet-list .sns-label.facebook {
  background-position: 0 0;
}

.sns-evnet-list .sns-label.blog {
  background-position: -32.5px 0;
}

.sns-evnet-list .sns-label.instagram {
  background-position: -97.5px 0;
}

.sns-evnet-list .sns-label.youtube {
  background-position: -65px 0;
}

.schedule-wrap .list-guide-box {
  margin-top: 30px;
}

.schedule-row {
  position: relative;
}

.schedule-row .header-2 {
  margin-bottom: 6px;
}

.schedule-row .period {
  margin-top: -9px;
  font-size: 13px;
  font-weight: 500;
}

.schedule-row .button-schedule {
  position: absolute;
  top: 66px;
  right: 0;
  min-width: 120px;
}

.schedule-row .tbl-type01 td,
.schedule-row .tbl-type01 th {
  text-align: center;
}

.schedule-row .tbl-type01 tbody th {
  color: #666;
}

.schedule-row .tbl-type01 td {
  color: #333;
}

.schedule-row .tbl-type01 + .list-guide-box {
  margin-top: 40px;
}

.schedule-row:first-child {
  padding-top: 0;
}

/* accordion  */
.accordion-type01 .accordion-title {
  position: relative;
  display: block;
  padding: 12px 50px 11px 15px;
  border: 1px solid #ccc;
  border-top: 0;
  color: #333;
  font-size: 14px;
}

.accordion-type01 .accordion-title:after {
  content: "";
  display: table;
  clear: both;
}

.accordion-type01 .accordion-title:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 97%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-97%, -50%) rotate(45deg);
  transform: translate(-97%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
}

.accordion-type01 .accordion-title::before {
  left: inherit;
  right: 15px !important;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion-type01 .accordion-title.active {
  color: #000;
  background-color: #fff;
  border: 1px solid #000 !important;
  border-bottom: 0 !important;
  margin-top: -1px;
  font-weight: 500;
}

.accordion-type01 .accordion-title.active::before {
  border-color: #000;
  transform: translate(-50%, -50%) rotate(225deg);
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
}

.accordion-type01 .accordion-title.active + .accordion-contents {
  border: 1px solid #000;
  border-top: 0;
}

.accordion-type01 .accordion-title .activity-title {
  display: block;
  margin-right: 70px;
}

.accordion-type01 .accordion-title .time {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -8px;
  font-size: 11px;
  text-align: right;
}

.accordion-type01 .accordion-contents {
  border: 1px solid #8d837a;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
}

.accordion-type01 li:first-child .accordion-title {
  border-top: 1px solid #ccc;
}

.activity-list {
  padding: 20px;
}

.activity-list:after {
  content: "";
  display: table;
  clear: both;
}

.activity-list li {
  position: relative;
  width: 14.2857%;
  float: left;
  font-size: 11px;
  color: #333;
  padding-bottom: 30px;
  text-align: center;
}

.activity-list .ico-check {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 12px;
  margin-left: -7px;
  font-size: 0;
  vertical-align: middle;
}

.activity-list .ico-check::before, .activity-list .ico-check::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #c3a68d;
}

.activity-list .ico-check::before {
  top: 2px;
  right: 8px;
  width: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.activity-list .ico-check::after {
  top: 1px;
  right: 0;
  width: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.content-box {
  margin-top: 14px;
}

.content-box .btn-list {
  margin-top: 12px;
  margin-bottom: 40px;
}

.content-box .btn-list:after {
  content: "";
  display: table;
  clear: both;
}

.content-box .btn-list li {
  width: 50%;
  float: left;
  margin-top: 5px;
  padding-right: 3px;
}

.content-box .btn-list li:nth-child(2n) {
  float: left;
  padding: 0 0 0 2px;
}

.content-box .btn-list li a {
  display: inline-block;
  width: 100%;
}

.content-box .btn-list.col1 li {
  width: 100%;
  text-align: center;
}

.content-box .btn-list.col1 li a {
  width: 165px;
}

.content-box .dl-wrap + .accordion-type01 {
  margin-top: 10px;
}

.content-box pre {
  line-height: 2;
  font-size: 13px;
  font-family: "Open Sans", "Noto Sans KR", sans-serif;
  font-weight: normal;
  color: #666;
  letter-spacing: -.05em;
  overflow: hidden;
  padding: 10px 15px 25px;
  margin: 0;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.detail-slide-row {
  position: relative;
  margin: 30px 0 0;
}

.detail-slide-row .swiper-container {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.detail-slide-row .swiper-slide {
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.detail-slide-row .swiper-pagination {
  margin-top: 15px;
}

.detail-slide-row .movie .thum::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background: url(../img/com/icon_vod.png) no-repeat 0 0;
  background-size: 40px 40px;
}

.detail-slide-row .thum {
  display: block;
  width: 100%;
  height: 100%;
}

.detail-slide-row .button-arrow {
  display: none;
}

.recommend-row {
  position: relative;
  margin: 40px -30px 36px;
  padding: 0 30px;
  background-color: #f8f8f9;
}

.recommend-row .swiper-container {
  width: 100%;
  height: 305px;
  overflow: hidden;
}

.recommend-row .header-2 {
  padding: 23px 0 22px;
  text-align: center;
  font-size: 25px;
}

.recommend-row .swiper-slide {
  height: 305px;
  font-size: 0;
}

.recommend-row .swiper-slide .img-box {
  overflow: hidden;
  height: 144px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.recommend-row .recom {
  display: block;
}

.recommend-row .recom .img {
  display: block;
  width: 100%;
  height: 144px;
}

.recommend-row .recom .img img {
  width: 100%;
  height: 100%;
}

.recommend-row .box {
  padding: 16px 0 20px;
  overflow: hidden;
}

.recommend-row .box .text-header-x {
  margin: 6px 0 13px;
  font-size: 21px;
  font-family: 'minion-pro', "Open Sans", "Noto Sans KR", sans-serif;
  line-height: 1;
  color: #333;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend-row .box small.text-small-x {
  display: block;
  margin-top: 16px;
}

.recommend-row .box .text-medium-xx {
  overflow: hidden;
  font-size: 14px;
  height: 36px;
  line-height: 20px;
}

.recommend-row .recom + .recom {
  margin-left: 20px;
}

.recommend-row .swiper-pagination {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  text-align: center;
}

.dl-wrap {
  width: 100%;
}

.dl-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.dl-wrap dl {
  width: 100%;
  margin: 0 0 -6px;
  float: left;
  padding: 17px 0 10px;
}

.dl-wrap dl dt {
  float: left;
  width: 90px;
  margin: 0 10px 6px 0;
  color: #333;
  vertical-align: top;
  font-size: 13px;
  font-weight: 500;
}

.dl-wrap dl dd {
  float: left;
  width: calc(100% - 100px);
  margin: 0 0 6px;
  font-size: 13px;
  color: #666;
}

.dl-wrap dl dd + dt {
  clear: both;
}

.dl-wrap.info-type dl {
  border-top: 1px solid #ccc;
  width: 500px;
  margin-bottom: 0;
}

.dl-wrap.info-type dl dt {
  margin-bottom: 0;
}

.dl-wrap.info-type dl dd {
  width: 385px;
  margin-bottom: 0;
}

.dl-wrap.info-type dl:nth-child(2n) {
  margin-left: 100px;
}

.dl-wrap.info-type dl:nth-child(2n-1) {
  clear: both;
}

.bottom-btn {
  text-align: center;
  margin: 40px 0 0;
}

.bottom-btn a + a {
  margin-left: 3px;
}

.bottom-btn.col3 a {
  width: calc(33.3333% - 4px);
}

.membership-program {
  margin: 0 -30px;
  border-top: 1px solid #ccc;
  padding: 30px;
  text-align: center;
}

.membership-program h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

.membership-program h3 span {
  font-weight: normal;
}

.membership-program .text {
  display: block;
  color: #959595;
  font-size: 13px;
  margin-bottom: 20px;
}

.membership-program .button-type-03 {
  width: 100%;
}

.dining-membership .header-2 {
  padding: 28px 0 0;
  font-size: 21px;
}

.dining-membership .progress {
  margin: 36px -30px 0;
  padding: 0 30px 40px;
  background-color: #f2f2f3;
}

.dining-membership .progress h3 {
  padding-top: 25px;
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
  font-weight: normal;
}

.dining-membership .progress .list {
  margin-top: -24px;
}

.dining-membership .progress .list:after {
  content: "";
  display: table;
  clear: both;
}

.dining-membership .progress .list li {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 70px;
  margin-top: 24px;
  padding-left: 80px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}

.dining-membership .progress .list li:first-child {
  margin-left: 0;
}

.dining-membership .progress .list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: url("../img/sub/dining/icon_membership.png") no-repeat 0 0;
  background-size: 350px 70px;
}

.dining-membership .progress .list li:nth-child(1)::before {
  background-position: 0 0;
}

.dining-membership .progress .list li:nth-child(2)::before {
  background-position: -70px 0;
}

.dining-membership .progress .list li:nth-child(3)::before {
  background-position: -140px 0;
}

.dining-membership .progress .list li:nth-child(4)::before {
  background-position: -210px 0;
}

.dining-membership .progress .list li:nth-child(5)::before {
  background-position: -280px 0;
}

.dining-membership .guide-box h4 {
  margin-top: 36px;
  margin-bottom: 16px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  font-weight: 500;
}

.dining-membership .guide-box .tbl-type01 tbody td:nth-child(2),
.dining-membership .guide-box .tbl-type01 tbody td:nth-child(3) {
  text-align: center;
}

.floor-map-row {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 10px;
}

.floor-map-row::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -30px;
  right: -30px;
  display: block;
  height: 9px;
  border-top: 1px solid #ccc;
  background-color: #f2f2f3;
}

.floor-map-row:last-child {
  margin-bottom: 0;
}

.floor-map-row:last-child::after {
  display: none;
}

.floor-map-row .map-list select {
  width: 100%;
  height: 45px;
  padding: 9px 40px 8px 20px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  background: url("../img/com/bg_select.png") no-repeat #f2f2f3 100% 50%;
  background-size: 30px 5px;
}

.floor-map-row .map-list .map-box {
  margin-top: 10px;
  overflow: hidden;
}

.floor-map-row .map-list .map {
  display: none;
}

.floor-map-row .map-list .map img {
  width: 100%;
}

.floor-map-row .map-list .no-text {
  display: block;
  min-height: 144px;
  line-height: 144px;
  text-align: center;
}

.store-row {
  margin-top: 40px;
}

.store-row .accordion-type02 {
  margin-top: 20px;
}

.store-row .accordion-type02 .title {
  padding-left: 0;
}

.store-row .store-label {
  float: left;
  min-width: 67px;
  height: 20px;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.store-row .store-label.contact {
  border: 1px solid #455059;
  color: #455059;
}

.store-row .store-label.restaurant {
  border: 1px solid #e3af9a;
  color: #e3af9a;
}

.store-row .store-label.rooms {
  border: 1px solid #bfa380;
  color: #bfa380;
}

.store-row .store-label.winter-garden {
  border: 1px solid #9caab5;
  color: #9caab5;
}

.store-row .store-label.facilities {
  border: 1px solid #b0ceb0;
  color: #b0ceb0;
}

.store-row .store-label.meeting {
  border: 1px solid #b59dd0;
  color: #b59dd0;
}

.store-row .list-rect li {
  font-family: 'Noto Sans KR', sans-serif;
}

.reservation-row .text-sub-tit {
  margin: 2px 0 0;
}

.reservation-row .list li {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.reservation-row .list li:first-child {
  margin-top: 16px;
}

.reservation-row .view-img {
  display: block;
}

.reservation-row .view-img img {
  width: 100%;
}

.reservation-row .inner {
  overflow: hidden;
  padding: 13px 0 0;
  border-top: 0;
}

.reservation-row .inner .tit {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  font-family: 'minion-pro', "Open Sans", "Noto Sans KR", sans-serif;
}

.reservation-row .inner .tit small {
  display: inline-block;
  margin-left: 10px;
  margin-top: 4px;
}

.reservation-row .inner .text-cont {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

.reservation-row .inner .btn-row {
  display: block;
  margin: 16px 0 0;
  text-align: center;
}

.reservation-row .inner .btn-row a {
  width: 100%;
}

.reservation-row .inner .btn-row a + a {
  margin-left: 3px;
}

.reservation-row .inner .btn-row.col2 a {
  width: 150px;
}

.map-row {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.map-row .header-2 {
  font-weight: normal;
}

.map-row .inp-select {
  padding: 14px 40px 12px 10px;
  background-color: #f2f2f3;
  border: 0;
  margin-bottom: 10px;
}

.map-row .map-utility {
  margin-bottom: 20px;
  text-align: right;
}

.map-row .map-box {
  overflow: hidden;
  min-height: 250px;
}

.map-row .address-info {
  margin: 10px 0 30px;
}

.map-row .address-info:after {
  content: "";
  display: table;
  clear: both;
}

.map-row .address-info dt {
  float: left;
  margin: 3px 0 0;
  color: #156AAF;
  font-size: 13px;
}

.map-row .address-info dd {
  float: left;
  margin: 3px 0 0 3px;
  color: #666;
  font-size: 13px;
}

.map-row .address-info dd + dt {
  clear: both;
}

.map-row .bottom-btn a {
  width: 100%;
}

.transport-wrap {
  margin-top: 40px;
}

.transport-wrap .row {
  position: relative;
  margin: 40px 0 0;
  padding: 34px 0 0;
  border-top: 1px solid #ccc;
}

.transport-wrap .row:first-child {
  margin-top: 0;
}

.transport-wrap h3 {
  font-size: 21px;
  font-weight: normal;
  color: #333;
  margin-bottom: 13px;
}

.transport-wrap .list:after {
  content: "";
  display: table;
  clear: both;
}

.transport-wrap .list li {
  float: left;
  width: 33.3332%;
  height: 130px;
}

.transport-wrap .list li::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background: url("../img/sub/concierge/bg_transport.png") no-repeat 0 0;
  background-size: 400px 80px;
}

.transport-wrap .list li:nth-child(1)::before {
  background-position: 0 0;
}

.transport-wrap .list li:nth-child(2)::before {
  background-position: -80px 0;
}

.transport-wrap .list li:nth-child(3)::before {
  background-position: -160px 0;
}

.transport-wrap .list li .text-medium-xx {
  display: block;
  text-align: center;
  font-size: 12px;
}

.transport-wrap .list li .text-medium-xx.tit {
  margin-bottom: 5px;
  color: #333;
}

.transport-wrap .list-guide-box {
  margin-top: 30px;
}

.transport-wrap .public li {
  width: 50%;
  height: 170px;
}

.transport-wrap .public li:nth-child(1)::after {
  background-position: -240px 0;
}

.transport-wrap .public li:nth-child(2)::after {
  background-position: -320px 0;
}

.transport-wrap.rollinghills h3 {
  margin-bottom: 10px;
}

.transport-wrap.rollinghills .list {
  position: relative;
  margin-top: 25px;
}

.transport-wrap.rollinghills .list li {
  width: 50%;
  margin-bottom: 30px;
}

.transport-wrap.rollinghills .list li .tit {
  margin: 0;
}

.transport-wrap.rollinghills .list li:first-child {
  margin-left: 0;
}

.transport-wrap.rollinghills .list li:nth-child(3) {
  float: right;
}

.transport-wrap.rollinghills .list li::before {
  background: url("../img/sub/concierge/bg_rollinghills.png") no-repeat 0 0;
  background-size: 320px 80px;
}

.transport-wrap.rollinghills .list li:nth-child(1)::before {
  background-position: 0 0;
}

.transport-wrap.rollinghills .list li:nth-child(2)::before {
  background-position: -80px 0;
}

.transport-wrap.rollinghills .list li:nth-child(3)::before {
  background-position: -160px 0;
}

.transport-wrap.rollinghills .list li:nth-child(4)::before {
  background-position: -240px 0;
}

.transport-wrap.rollinghills .list li:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 25%;
  right: 25%;
  z-index: -1;
  height: 4px;
  background: url(../img/sub/concierge/bg_dot.png) repeat-x 0 0;
  background-size: 8px 4px;
}

.transport-wrap.rollinghills .list li:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 110px;
  right: calc(25% - 4px);
  height: 120px;
  z-index: -1;
  width: 8px;
  background: url(../img/sub/concierge/bg_dot_02.png) repeat-y 0 0;
  background-size: 4px 8px;
}

.transport-wrap.rollinghills .list li:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 200px;
  left: 25%;
  right: 25%;
  z-index: -1;
  height: 4px;
  background: url(../img/sub/concierge/bg_dot.png) repeat-x 0 0;
  background-size: 8px 4px;
}

.transport-wrap.rollinghills .list.case02 li:nth-child(1)::after {
  background-position: -240px 0;
}

.transport-wrap.rollinghills .list.case02 li:nth-child(4)::after {
  background-position: 0 0;
}

.transport-wrap.rollinghills .bottom-btn {
  margin-top: 0;
}

.transport-wrap .list-title-type {
  position: relative;
}

.transport-wrap .list-title-type .title {
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.transport-wrap .list-title-type .list02 {
  margin: 0;
  padding: 0;
}

.transport-wrap .list-title-type dt {
  margin: 20px 0 5px 0;
  color: #333;
  font-weight: 500;
}

.transport-wrap .list-title-type dt:first-child {
  margin-top: 0;
}

.transport-wrap .list-title-type dd {
  margin: 0;
  font-size: 12px;
  color: #666;
}

.transport-wrap .list-title-type .text-location {
  position: relative;
  display: block;
  margin-top: 10px;
  color: #959595;
}

.transport-wrap .list-title-type .text-location .text {
  display: block;
  margin-top: 5px;
}

.transport-wrap .list-title-type .text-location .text.color-type01 {
  color: #c6c0a1;
}

.transport-wrap .list-title-type .text-location .text .finish::before {
  background-color: #c6c0a1;
}

.transport-wrap .list-title-type .text-location .finish {
  position: relative;
}

.transport-wrap .list-title-type .text-location .finish::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 1px;
  margin: 8px 5px 0;
  background-color: #959595;
}

.transport-wrap h3 + .list-title-type {
  margin-top: -10px;
}

.transport-wrap .list-title-type + .list-title-type {
  margin-top: 30px;
}

.transport-wrap .bottom-btn a {
  width: 100%;
}

.add-program-row {
  position: relative;
  margin: 0 -30px 10px;
  padding: 35px 30px 34px;
  background-color: #fff;
}

.add-program-row:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  border-top: 1px solid #ccc;
  background-color: #f8f8f8;
}

.add-program-row h3 {
  margin-bottom: 20px;
  font-size: 21px;
  color: #333;
  font-family: 'minion-pro';
  text-align: center;
  font-weight: 600;
}

.add-program-row .swiper-container {
  width: 100%;
  overflow: hidden;
}

.add-program-row .cont {
  position: relative;
  padding-top: 195px;
  overflow: hidden;
}

.add-program-row .list-rect {
  height: 82px;
  overflow: hidden;
}

.add-program-row .img-box {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 195px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.add-program-row h4 {
  margin: 15px 0 5px;
  color: #333;
  font-size: 14px;
}

.add-program-row .guide {
  margin-top: 10px;
  display: block;
  color: #959595;
  font-size: 12px;
}

.add-program-row .swiper-pagination {
  margin-top: 17px;
}

.add-program-row .button-next,
.add-program-row .button-prev {
  top: 160px !important;
}

.banner-row {
  margin: 0 -30px;
  background-color: #fff;
}

.banner-row .swiper-container {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.banner-row .swiper-slide {
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-row a {
  display: block;
  position: relative;
  height: 100%;
}

.banner-row a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}

.banner-row .w-box {
  position: absolute;
  top: 32px;
  right: 15px;
  font-size: 13px;
  color: #fff;
  text-align: right;
  font-weight: 600;
}

.banner-row .date {
  display: block;
  font-size: 12px;
}

.banner-row .swiper-pagination {
  margin-top: 15px;
}

.banner-row + .bottom-btn {
  margin-top: 34px;
}

/* 홍보센터 */
.pr-list-row {
  padding-top: 30px;
}

.pr-list-row .list:after {
  content: "";
  display: table;
  clear: both;
}

.pr-list-row .list li {
  width: 100%;
  margin: 15px 0 0;
  border: 1px solid #ccc;
}

.pr-list-row .list li:first-child {
  margin-top: 0;
}

.pr-list-row .pr {
  position: relative;
  display: block;
}

.pr-list-row .pr .label-pr {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  width: 55px;
  height: 25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: normal;
}

.pr-list-row .pr .thum {
  position: relative;
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pr-list-row .pr .thum-text {
  position: relative;
  display: block;
  padding: 17px 20px 15px;
}

.pr-list-row .pr .thum-text .button-download {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.pr-list-row .text-medium-xx {
  overflow: hidden;
  height: 40px;
  font-size: 13px;
  color: #333;
}

.pr-list-row .text-small-x {
  color: #666;
}

.pr-list-row .addFile-type .thum-text {
  padding-right: 75px;
}

.board-view {
  margin-top: 30px;
}

.board-view .header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
}

.board-view .title {
  position: relative;
  margin: 0;
  padding: 11px 5px 13px;
  font-size: 13px;
  color: #333;
  vertical-align: top;
}

.board-view .title p {
  font-weight: 500;
}

.board-view .label {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 55px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 9px;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
}

.board-view .category {
  display: block;
  font-size: 11px;
  color: #156AAF;
  margin-bottom: 5px;
}

.board-view .date {
  display: block;
  margin-top: 7px;
  color: #959595;
  vertical-align: top;
  font-size: 11px;
}

.board-view .btn {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.board-view .btn button {
  margin: 0 15px;
}

.board-view .btn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
}

.board-view .row {
  padding: 11px 10px 3px;
}

.board-view .row .title {
  padding: 0;
  font-weight: 500;
}

.board-view .sub-row {
  padding: 3px 0 10px;
}

.board-view .sub-row:after {
  content: "";
  display: table;
  clear: both;
}

.board-view .sub-row dl {
  float: left;
  margin: 0;
  padding: 0;
}

.board-view .sub-row dt {
  float: left;
  margin-left: 10px;
  color: #156AAF;
  font-size: 11px;
}

.board-view .sub-row dd {
  float: left;
  margin-left: 10px;
  font-size: 11px;
}

.board-view .sub-row .ing-text {
  float: left;
  margin-left: 10px;
  color: #000;
  font-size: 11px;
}

.board-view .body {
  padding: 20px 0;
  overflow: hidden;
  font-size: 13px;
}

.board-view .body img {
  width: 100%;
}

.board-view .body p {
  overflow: hidden;
  color: #666;
  line-height: 26px;
}

.board-view .footer {
  margin-bottom: 30px;
  border-bottom: 1px solid #959595;
}

.board-util li {
  position: relative;
  padding: 9px 15px;
  border-top: 1px solid #ccc;
  color: #959595;
  overflow: hidden;
  font-size: 13px;
}

.board-util li .tit {
  position: relative;
  float: left;
  margin-right: 10px;
  padding-right: 15px;
  color: #333;
}

.board-util li.prev .tit:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: 2px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.board-util li.next .tit:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: -2px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.board-util li .cont {
  width: calc(100% - 65px);
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.board-util.addFile li {
  padding: 17px 15px;
  background-color: #f2f2f3;
}

.board-util.addFile li::after {
  display: none;
}

.board-util.addFile li .button-download {
  position: absolute;
  top: 10px;
  right: 15px;
}

.board-util.addFile li .tit {
  margin-right: 0;
  color: #63666a;
}

.board-util.addFile li .cont {
  width: calc(100% - 110px);
  color: #666;
}

.board-answer {
  border-bottom: 1px solid #ccc;
  padding: 14px 30px 14px 10px;
  background-color: #f2f2f3;
}

.board-answer p {
  position: relative;
  padding-left: 30px;
  line-height: 21px;
  font-size: 12px;
}

.board-answer p::before {
  content: 'A';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  background-color: #9f8256;
}

/* 고객센터 */
.customer-row {
  padding: 30px 0 0;
}

.search-select {
  width: 100%;
  padding: 5px 30px 4px 12px;
  border: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  background: url("../img/com/bg_select_02.png") no-repeat 100% 50%;
  background-size: 25px 5px;
  height: 30px;
}

.ie9 .search-select {
  padding-right: 12px;
  background: none;
}

.faq-tab {
  margin-top: 10px;
  position: relative;
}

.faq-tab .select-top {
  margin: 10px 0;
  text-align: right;
}

.faq-tab .select-top .sort {
  margin-top: 30px;
}

.faq-tab .select-top .search-select {
  width: 100px;
  display: inline-block;
  margin-right: 7px;
}

.button-inquiry {
  display: inline-block;
  width: 90px;
  line-height: 28px;
  position: relative;
  text-align: center;
  color: #666;
  line-height: 28px;
  font-size: 13px;
  border: 1px solid #ccc;
}

.faq-list {
  border-top: 1px solid #000;
}

.faq-question {
  position: relative;
  display: block;
  padding: 13px 40px 12px 40px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #333;
}

.faq-question .sort {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  color: #156AAF;
}

.faq-question:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.faq-question::before {
  left: inherit;
  right: 18px !important;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-question::after {
  content: "Q";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  background-color: #000;
}

.faq-answer-wrap {
  overflow: hidden;
}

.faq-answer {
  position: relative;
  padding: 13px 40px 30px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  background-color: #f9f9f9;
  color: #333;
}

.faq-answer::before {
  content: "A";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  background-color: #156AAF;
}

.faq-list .active.faq-question::before {
  transform: translate(-50%, -45%) rotate(225deg);
  -webkit-transform: translate(-50%, -45%) rotate(225deg);
}

.faq-list + .pagination {
  margin-top: 35px;
}

.tbl-notice-row .pagination {
  margin-top: 35px;
}

/* 마이페이지 */
.mypage-row {
  padding-top: 25px;
}

.mypage-row .tab-list-type02 {
  margin-top: 40px;
}

.mypage-row .header-3 {
  margin-top: 39px;
  margin-bottom: 14px;
  text-align: left;
  color: #333;
}

.mypage-row .header-3.type02 {
  margin-top: 29px;
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
  font-weight: 500;
}

.mypage-row .tbl-form {
  width: 790px;
}

.my-box {
  position: relative;
  margin-bottom: 20px;
}

.my-box .info {
  display: block;
}

.my-box .info .member {
  position: relative;
  display: inline-block;
  color: #156AAF;
  font-size: 11px;
}

.my-box .info .date {
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
  color: #959595;
}

.my-box .member + .date {
  color: #156AAF;
}

.my-box .welcome {
  margin: 2px 0 20px;
  color: #333;
  font-size: 21px;
}

.my-box .welcome strong {
  display: inline-block;
  margin-right: 3px;
  color: #9f8256;
  letter-spacing: -1px;
  font-weight: 500;
}

.my-box + .board-view {
  margin-top: 20px;
}

.my-info {
  position: relative;
}

.my-info:after {
  content: "";
  display: table;
  clear: both;
}

.my-info .header-3 {
  margin-top: 39px;
  margin-bottom: 14px;
}

.my-info .header-3 + .btn-right {
  position: absolute;
  top: -14px;
  right: 0;
}

.pop-content .my-info .money {
  display: inline-block;
  margin-left: 10px;
}

.pop-content .my-info .money.sum {
  font-size: 16px;
}

.pop-content .my-info .day {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.pop-content .my-info:first-child .header-3 {
  margin-top: 10px;
}

.my-info-day {
  margin-bottom: 15px;
}

.my-info-day h3 {
  margin-bottom: 5px;
  font-size: 13px;
  color: #333;
}

.my-info-day h3 em {
  display: inline-block;
  font-weight: 600;
}

.my-info-day .list {
  display: table;
  width: 100%;
  margin-left: -3px;
}

.my-info-day .list li {
  display: table-cell;
  width: 33.3333%;
  border-left: 1px solid #fff;
  background-color: #f2f2f3;
  vertical-align: top;
}

.my-info-day .list .title {
  display: block;
  margin: 0;
  padding: 14px 10px 15px 15px;
  color: #333;
  font-size: 11px;
}

.my-info-day .list .cont {
  display: block;
  margin: 0;
  padding: 0 10px 15px 15px;
  color: #959595;
  font-size: 13px;
  font-weight: 500;
}

.my-info-day .list .cont strong {
  color: #156AAF;
}

.calc-list {
  border: 1px solid #ccc;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 13px 20px;
}

.calc-list li {
  display: table-row;
  border-bottom: 1px solid #ccc;
}

.calc-list .tit {
  display: table-cell;
  width: 40%;
  padding: 1px 0;
  font-size: 11px;
}

.calc-list .info-money {
  display: table-cell;
  width: 60%;
  padding: 1px 0;
  text-align: right;
  font-size: 14px;
  color: #333;
  word-break: break-all;
}

.calc-list .info-money .currency {
  font-size: 9px;
}

.calc-sum {
  position: relative;
  padding: 9px 20px 9px 100px;
  border: 1px solid #ccc;
  border-top: 0;
  text-align: right;
  background-color: #f7f7f7;
}

.calc-sum .tit {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #333;
}

.calc-sum .info-sum-money {
  color: #333;
}

.calc-sum .money {
  padding: 0 5px;
  font-size: 21px;
  word-break: break-all;
}

.calc-sum .day {
  color: #959595;
}

.board-wrap .board-header {
  padding: 15px 15px 10px;
  border: 1px solid #ccc;
  border-top: 0;
}

.board-wrap .board-header .select-right {
  margin-top: 15px;
  text-align: right;
}

.board-wrap .board-header .search-select {
  width: 100px;
}

.board-wrap .board-container .list li {
  position: relative;
  padding: 16px 20px 18px;
  border: 1px solid #ccc;
  border-top: 0;
  background-color: #f7f7f7;
}

.board-wrap .board-container h3 {
  margin-bottom: 10px;
  margin-right: 70px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  font-weight: 500;
}

.board-wrap .board-container .info {
  margin: 0;
  padding: 0;
}

.board-wrap .board-container .info:after {
  content: "";
  display: table;
  clear: both;
}

.board-wrap .board-container dt {
  margin: 0;
  padding: 0;
  width: 70px;
  float: left;
  color: #959595;
  font-size: 12px;
}

.board-wrap .board-container dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 70px);
  float: left;
  color: #333;
  font-size: 12px;
  word-break: break-all;
}

.board-wrap .board-container dd + dt {
  clear: both;
}

.board-wrap .board-container .button-view {
  position: absolute;
  top: 8px;
  right: 20px;
  display: block;
  padding: 10px 12px;
  font-size: 11px;
  color: #959595;
}

.board-wrap .board-container .button-view:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 1px solid #959595;
  border-right: 1px solid #959595;
}

.board-wrap .board-container .button-cancel {
  position: absolute;
  top: 8px;
  right: 20px;
  display: block;
  padding: 10px;
  font-size: 11px;
  color: #959595;
}

.board-wrap .board-container .button-cancel:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 1px solid #959595;
  border-right: 1px solid #959595;
}

.board-wrap .board-container .no-data {
  border: 1px solid #ccc;
  border-top: 0;
  background-color: #f7f7f7;
}

.board-wrap .text-list li {
  margin: 3px 0;
  font-size: 11px;
  color: #959595;
}

.board-wrap .text-list li::before {
  content: '-';
  display: inline-block;
  padding-right: 3px;
  vertical-align: top;
  margin-top: -2px;
}

.no-data {
  height: 300px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #000;
}

.no-data p {
  margin: 0;
  padding-top: 140px;
  text-align: center;
  color: #959595;
  font-size: 14px;
}

.inquiry-list .button-right {
  text-align: right;
  margin-bottom: 10px;
}

.inquiry-list li {
  margin-top: 10px;
}

.inquiry-list li a {
  display: block;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
}

.inquiry-list li:first-child {
  margin-top: 0;
}

.inquiry-list .name {
  color: #156AAF;
  font-size: 12px;
}

.inquiry-list .sort {
  color: #333;
  font-size: 12px;
}

.inquiry-list .title {
  display: block;
  height: 36px;
  line-height: 18px;
  margin: 5px 0 0;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inquiry-list .condition {
  margin-top: 15px;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}

.inquiry-list .condition:after {
  content: "";
  display: table;
  clear: both;
}

.inquiry-list .condition .date {
  margin-top: 5px;
  color: #959595;
  font-size: 11px;
  vertical-align: top;
}

.inquiry-list .condition .answer {
  display: inline-block;
  width: 70px;
  border: 1px solid #ccc;
  text-align: center;
  color: #959595;
  line-height: 23px;
  font-size: 11px;
}

.inquiry-list .condition .answer.complete {
  line-height: 25px;
  color: #fff;
  background-color: #959595;
  border: 0;
}

.sns-login-list {
  margin: 30px 0 50px;
  text-align: center;
}

.sns-login-list ul {
  display: inline-block;
  vertical-align: top;
}

.sns-login-list ul:after {
  content: "";
  display: table;
  clear: both;
}

.sns-login-list li {
  float: left;
  width: 55px;
  height: 55px;
  margin: 0 5px;
  background-color: #bdbdbd;
  font-size: 0;
  background: url("../img/mypage/icon_sns.png") no-repeat 0 0 #bdbdbd;
  background-size: 220px 55px;
}

.sns-login-list li button {
  width: 55px;
  height: 55px;
}

.sns-login-list li:nth-child(1) {
  background-position: 0 0;
}

.sns-login-list li:nth-child(1).active {
  background-color: #00c43b;
}

.sns-login-list li:nth-child(2) {
  background-position: -55px 0;
}

.sns-login-list li:nth-child(2).active {
  background-color: #3c5a99;
}

.sns-login-list li:nth-child(3) {
  background-position: -110px 0;
}

.sns-login-list li:nth-child(3).active {
  background-color: #ffde00;
}

.sns-login-list li:nth-child(4) {
  background-position: -165px 0;
}

.sns-login-list li:nth-child(4).active {
  background-color: #dc4b29;
}

.pwd-input-wrap p {
  margin: 12px 0 11px;
  color: #333;
}

.board-list-wrap {
  position: relative;
  margin-top: 20px;
}

.board-list-wrap .select-right {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

.board-list-wrap .select-right .search-select {
  width: 100px;
}

.board-list-wrap .board-list {
  border-top: 1px solid #000;
}

.board-list-wrap .board-list li {
  border-bottom: 1px solid #ccc;
}

.board-list-wrap .board-list a {
  position: relative;
  display: block;
  position: relative;
  padding: 12px 5px 11px;
  font-size: 13px;
  color: #333;
}

.board-list-wrap .board-list a:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

.board-list-wrap .board-list a::before {
  left: calc(100% - 15px);
}

.board-list-wrap .board-list .category {
  display: block;
  font-size: 11px;
  color: #156AAF;
  margin-bottom: 4px;
}

.board-list-wrap .board-list .title {
  padding-right: 25px;
  font-weight: 500;
}

.board-list-wrap .board-list .date {
  display: inline-block;
  margin-top: 7px;
  color: #959595;
  vertical-align: top;
  font-size: 11px;
}

/* 팝업 */
.full-pop-wrap .pop-header {
  padding: 16px 60px;
  min-height: 60px;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.full-pop-wrap .pop-content {
  padding: 30px;
}

.full-pop-wrap .pop-content .pop-header-2 {
  color: #333;
  font-size: 13px;
}

.full-pop-wrap .pop-content .list-guide-box {
  border: 0;
  padding: 15px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.full-pop-wrap .pop-footer {
  border-top: 1px solid #eee;
  background-color: #fff;
  z-index: 10;
}

.full-pop-wrap .pop-footer:after {
  content: "";
  display: table;
  clear: both;
}

.full-pop-wrap .pop-footer a {
  display: block;
  width: 100%;
  float: left;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 14px;
}

.full-pop-wrap .pop-footer.col2 a {
  width: 50%;
}

.full-pop-wrap .pop-footer .button-confirm {
  color: #fff;
  background-color: #156AAF;
}

.full-pop-wrap .pop-footer .button-cancel {
  color: #666;
  background-color: #f2f2f3;
}

.full-pop-wrap .pop-footer .button-search {
  color: #333;
}

.full-pop-wrap .pop-button-close {
  position: absolute !important;
  top: 0;
  right: 0;
  display: block;
  padding: 30px;
  font-size: 0;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.full-pop-wrap .pop-button-close:before, .full-pop-wrap .pop-button-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #000;
}

.full-pop-wrap .pop-button-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.full-pop-wrap .pop-button-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.full-pop-wrap.type-fixed .pop-content {
  padding-bottom: 80px;
}

.full-pop-wrap.type-fixed .pop-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.pop-wrap {
  margin-top: 30px;
  background-color: #fff;
}

.pop-wrap .pop-header {
  padding: 16px 20px 17px;
  font-size: 21px;
  color: #333;
  text-align: left;
  font-weight: normal;
  line-height: 1.3;
  min-height: 60px;
}

.pop-wrap .pop-header small {
  display: inline-block;
  margin-left: 7px;
  color: #63666b;
  font-size: 13px;
}

.pop-wrap .pop-header.en {
  font-size: 18px;
  font-weight: 600;
}

.pop-wrap .pop-content {
  padding: 0 20px 30px;
}

.pop-wrap .pop-content .pop-header-2 {
  font-size: 14px;
  color: #333;
}

.pop-wrap .pop-content .inp-select {
  background-color: #fff;
}

.pop-wrap .pop-footer:after {
  content: "";
  display: table;
  clear: both;
}

.pop-wrap .pop-footer a {
  display: block;
  width: 100%;
  float: left;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}

.pop-wrap .pop-footer.col2 a {
  width: 50%;
}

.pop-wrap .pop-footer .button-confirm {
  color: #fff;
  background-color: #8d837a;
}

.pop-wrap .pop-footer .button-confirm-02 {
  color: #333;
  background-color: #fff;
}

.pop-wrap .pop-button-close {
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.pop-wrap .pop-button-close:before, .pop-wrap .pop-button-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
}

.pop-wrap .pop-button-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pop-wrap .pop-button-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.pop-wrap.type02 .pop-content {
  padding: 20px;
  background-color: #f2f2f3;
}

.pop-wrap.type03 .pop-content {
  height: 170px;
  padding: 32px 20px 35px 20px;
  text-align: center;
  background: url("../img/com/bg_pop_01.png") no-repeat 100% 0 #f2f2f3;
  background-size: 325px 170px;
}

.pop-wrap.type03 .pop-content .title {
  font-size: 21px;
  color: #333;
  font-weight: 400;
}

.pop-wrap.type03 .pop-content .title.id {
  margin: 30px 0 -10px;
}

.pop-wrap.type03 .pop-content p {
  margin-top: 10px;
  line-height: 21px;
}

/* 예약관련 팝업 */
.type-reservation .pop-header {
  padding: 14px 60px 14px 30px;
  font-size: 21px;
  color: #fff;
  text-align: left;
  font-family: 'minion-pro';
  background-color: #000;
}

.type-reservation .pop-content {
  padding: 30px;
}

.type-reservation .pop-button-close::before {
  background-color: #fff;
}

.type-reservation .pop-button-close::after {
  background-color: #fff;
}

.reservation-bar .list li {
  margin-bottom: 26px;
}

.reservation-bar .list .label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
}

.reservation-bar .check-input {
  position: relative;
}

.reservation-bar .check-input input {
  background-color: transparent;
}

.reservation-bar .check-input::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  width: 19px;
  height: 21px;
  margin-top: -10px;
  background: url(../img/com/icon_calendar_03.png) no-repeat 0 0;
  background-size: 19px 21px;
}

.reservation-bar .button-check {
  display: block;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #156AAF;
}

/* 클럽,코스 가이드 */
.club-guide {
  padding-top: 30px;
}

.club-guide .header-2 {
  margin-bottom: 17px;
}

.club-guide .tbl-type01 + .text-guide {
  margin-top: 6px;
}

.club-guide-list dl {
  margin: 0;
}

.club-guide-list dt {
  margin: 20px 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.club-guide-list dt:first-child {
  margin-top: 25px;
}

.club-guide-list dd {
  margin: 2px 0 0;
  line-height: 21px;
}

.club-guide-list .text-medium-x {
  display: block;
  font-weight: 500;
  margin-top: 28px;
}

.club-guide-list .text-medium-x:first-child {
  margin-top: 0;
}

.club-guide-list.type02 dt {
  margin: 25px 0 0;
  padding-top: 36px;
  border-top: 1px solid #ccc;
}

.club-guide-list.type02 dt:first-child {
  padding-top: 0;
  border-top: 0;
}

.club-guide-list.type02 dd {
  margin: 10px 0 0;
}

.club-guide-list .text-guide {
  margin-top: 20px;
  color: #63666b;
}

.club-guide-list .tbl {
  margin-top: 5px;
}

.num-club-list {
  margin: 0;
  padding: 0;
}

.num-club-list > li {
  position: relative;
  margin: 21px 0 0;
  list-style: none;
}

.num-club-list > li:first-child {
  margin-top: 0;
}

.num-club-list > li .tit {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}

.num-club-list > li .num {
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  font-size: 13px;
  vertical-align: top;
}

.course-guide {
  color: #666;
}

.course-guide .header-2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.course-guide p {
  font-size: 14px;
}

.course-guide .course-img {
  margin-top: 25px;
}

.course-guide .course-img .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.course-guide .course-img .swiper-slide {
  padding: 40px 0 20px;
  background-color: #f7f7f7;
}

.course-guide .course-img .swiper-slide img {
  width: 100%;
}

.course-guide .course-img .swiper-pagination {
  position: relative;
  margin-top: 16px;
  text-align: center;
}

.course-guide .course-img .label {
  position: absolute;
  top: 11px;
  left: 20px;
  font-size: 20px;
  color: #222;
  font-family: 'minion-pro', 'Open Sans', 'Noto Sans KR', sans-serif;
  font-weight: 700;
}

.course-guide .header-3 {
  padding: 39px 0 19px;
  color: #333;
  font-weight: normal;
}

.course-guide .header-3:first-child {
  padding: 29px 0 15px;
}

.course-guide .text {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

.course-01 {
  overflow: hidden;
}

.course-01 img {
  width: 100%;
}

.course-02 {
  position: relative;
}

.course-02 .list {
  overflow: hidden;
}

.course-02 .list:after {
  content: "";
  display: table;
  clear: both;
}

.course-02 .list li {
  position: relative;
  float: left;
  width: calc(50% - 0.5px);
  height: 172px;
  margin-bottom: 1px;
}

.course-02 .list li:nth-child(2n) {
  float: right;
}

.course-02 .list a {
  display: block;
  height: 100%;
  background-size: cover;
}

.course-02 .list a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.course-02 .list .title {
  position: relative;
  display: block;
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.course-container {
  padding: 0 15px 30px;
}

.course-container h1 {
  padding: 20px 0 18px;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.course-container .button-course {
  position: absolute;
  top: 18px;
}

.course-container .button-course span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  color: #959595;
  font-weight: 500;
}

.course-container .button-course.b-left {
  left: 15px;
}

.course-container .button-course.b-left span {
  padding-left: 20px;
}

.course-container .button-course.b-left span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  margin-left: 2px;
  border-left: 2px solid #a3a3a2;
  border-bottom: 2px solid #a3a3a2;
}

.course-container .button-course.b-right {
  right: 15px;
}

.course-container .button-course.b-right span {
  padding-right: 20px;
}

.course-container .button-course.b-right span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 2px solid #a3a3a2;
  border-right: 2px solid #a3a3a2;
}

.course-wrap .inp-select {
  border: 0;
  background-color: #f2f2f3;
}

.course-wrap .img-box {
  overflow: hidden;
  margin: 20px 0 30px;
}

.course-wrap .img-box img {
  width: 100%;
}

.course-wrap .tab-list-type01 {
  width: 100%;
}

.course-wrap .tab-list-type01 li {
  width: 50%;
}

.course-slide .swiper-container {
  position: relative;
  height: 184px;
  overflow: hidden;
}

.course-slide .swiper-container .swiper-slide {
  font-size: 0;
  background-size: cover;
}

.course-slide .slide-wrap .swiper-pagination {
  margin-top: 12px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.course-slide .slide-wrap .swiper-pagination .bullet {
  width: 12px;
  height: 12px;
}

.course-slide .slide-wrap .button-prev {
  position: absolute;
  top: 50%;
  left: 1px;
  right: inherit;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0;
  margin-top: -15px;
}

.course-slide .slide-wrap .button-prev::before {
  width: 10px;
  height: 10px;
  border-color: #fff;
  margin-top: 10px;
  margin-left: -5px;
  left: 50%;
}

.course-slide .slide-wrap .button-prev::after {
  display: none;
}

.course-slide .slide-wrap .button-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0;
  margin-top: -15px;
}

.course-slide .slide-wrap .button-next::before {
  width: 10px;
  height: 10px;
  border-color: #fff;
  margin-top: 10px;
  margin-left: -5px;
  left: 50%;
}

.course-slide .slide-wrap .button-next::after {
  display: none;
}

.course-slide.vod {
  height: 184px;
  margin-bottom: 44px;
  overflow: hidden;
  background-size: cover;
  font-size: 0;
}

.course-slide.vod-type {
  position: relative;
  height: 184px;
  margin-bottom: 44px;
  overflow: hidden;
  background-size: cover;
  font-size: 0;
}

.course-slide.no-vod::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/com/no_vod.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f2f2f3;
  background-size: 151.5px 14px;
}

.course-text {
  color: #333;
}

.course-text h2 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 6px;
}

.course-text .cont {
  height: 110px;
  overflow: hidden;
  color: #666;
}

.course-text .course-info {
  display: table;
  width: 100%;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

.course-text .course-info li {
  display: table-cell;
  width: 16.6666%;
}

.course-text .course-info span {
  display: block;
  color: #666;
  line-height: 1.2;
  font-weight: 500;
  font-size: 10px;
}

.course-text .course-info .course {
  margin-top: 10px;
}

/* 골프예약 */
.reservation-golf .header-2 {
  display: none;
}

.date-select-box {
  position: relative;
  margin-bottom: 10px;
  padding: 30px 0;
}

.date-select-box .date-wrap {
  position: relative;
}

.date-select-box .date-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: -1;
  width: 18px;
  height: 20px;
  margin-top: -10px;
  background-image: url(../img/com/icon_calendar_02.png);
  background-size: 18px 20px;
}

.date-select-box .button-date {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 0 10px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-color: transparent;
}

.date-select-box .inp-select {
  padding: 12px 10px;
  margin-bottom: 10px;
  text-align: center;
  text-align-last: center;
  color: #333;
}

.date-select-box .book-now a {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 13px;
  background-color: #156AAF;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.date-select-box .book-now a .arrow {
  display: none;
  position: relative;
  width: 6px;
  height: 12px;
  margin-left: 9px;
  margin-top: 3px;
  vertical-align: top;
}

.date-select-box .book-now a .arrow:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.date-select-box .player {
  position: relative;
}

.date-select-box .player p {
  padding: 10px 50px;
  border: 1px solid #b2b2b2;
  border-top: 0;
  color: #333;
  text-align: center;
}

.date-select-box .player .button-minus,
.date-select-box .player .button-plus {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  border: 1px solid #959595;
  border-radius: 50%;
  font-size: 0;
}

.date-select-box .player .button-minus::before, .date-select-box .player .button-minus::after,
.date-select-box .player .button-plus::before,
.date-select-box .player .button-plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin-left: -5px;
  background-color: #959595;
}

.date-select-box .player .button-minus {
  left: 10px;
}

.date-select-box .player .button-minus::after {
  display: none;
}

.date-select-box .player .button-plus {
  right: 10px;
}

.date-select-box .player .button-plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.date-select-box::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -30px;
  right: -30px;
  display: block;
  height: 9px;
  border-top: 1px solid #ccc;
  background-color: #f2f2f3;
}

.date-select-box + .list-guide-box {
  margin-top: 40px;
}

.reservation-golf-list > li {
  position: relative;
  padding: 30px 0;
  margin-bottom: 10px;
}

.reservation-golf-list > li:after {
  content: "";
  display: table;
  clear: both;
}

.reservation-golf-list > li .thum {
  position: relative;
}

.reservation-golf-list > li .thum .swiper-container {
  height: 185px;
  overflow: hidden;
  margin: 0 auto;
}

.reservation-golf-list > li .thum .swiper-slide {
  font-size: 0;
  background-size: cover;
}

.reservation-golf-list > li .cont {
  position: relative;
  padding: 15px 0 0;
}

.reservation-golf-list > li .cont .list-guide-box {
  margin-top: 20px;
}

.reservation-golf-list > li::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -30px;
  right: -30px;
  display: block;
  height: 9px;
  border-top: 1px solid #ccc;
  background-color: #f2f2f3;
}

.reservation-golf-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.reservation-golf-list > li:last-child::after {
  display: none;
}

.reservation-golf-list h3 {
  font-size: 18px;
  color: #333;
}

.reservation-golf-list .text-medium-x {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.reservation-golf-list .course-btn {
  margin: 20px 0 10px;
  text-align: center;
}

.reservation-golf-list .course-btn .button-type-03 {
  width: 100%;
}

.reservation-golf-list .button-more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: inline-block;
  padding: 0 10px;
  color: #333;
  font-weight: 700;
}

.reservation-golf-list .button-prev.icon-arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  right: inherit;
  left: 0;
}

.reservation-golf-list .button-prev.icon-arrow::after {
  display: none;
}

.reservation-golf-list .button-next.icon-arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.reservation-golf-list .list-button-more {
  margin: -1px 0 0;
}

.course-time-table h2 {
  padding: 27px 0 5px;
  font-size: 14px;
  color: #333;
}

.course-time-table h2:first-child {
  padding-top: 0;
}

.course-time-table .text {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.course-time-table .icon-exclamation-guide {
  margin: 5px -30px 0;
  padding: 12px 30px 11px;
  background-color: #f2f2f3;
}

.course-time {
  border: 1px solid #ccc;
}

.course-time:after {
  content: "";
  display: table;
  clear: both;
}

.course-time li {
  float: left;
  width: 50%;
  margin-bottom: -1px;
}

.course-time li:nth-child(2n) a {
  border-right: 0;
}

.course-time a {
  display: block;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 33px;
  text-align: center;
  font-weight: 500;
  border-collapse: collapse;
  color: #959595;
}

.course-time + .list-button-more {
  margin-top: -1px;
}

.reservation-box {
  margin-top: 33px;
  background-color: #fff;
}

.reservation-box .title {
  font-size: 21px;
  color: #333;
}

.reservation-box .info-wrap {
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #ccc;
  font-family: "Noto Sans KR", sans-serif;
}

.reservation-box .info-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.reservation-box .guide-title {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
}

.reservation-box .list-bul-hyphen {
  color: #666;
}

.reservation-box .list {
  margin: 0;
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}

.reservation-box .list:after {
  content: "";
  display: table;
  clear: both;
}

.reservation-box .list dt,
.reservation-box .list dd {
  margin: 0;
  line-height: 24px;
}

.reservation-box .list dt {
  float: left;
  width: 85px;
  color: #9f8256;
}

.reservation-box .list dd {
  float: left;
  width: calc(100% - 85px);
  color: #333;
}

.reservation-box .list dd + dt {
  clear: both;
}

.reservation-box .bottom-btn {
  margin-top: 35px;
}

.reservation-dropdown button::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.reservation-dropdown.active button::before {
  margin-top: 1px;
  -webkit-transform: translate(-100%, -50%) rotate(225deg) !important;
  transform: translate(-100%, -50%) rotate(225deg) !important;
}

/* 어드민 영역 설정 */
pre {
  font-size: 13px;
  font-family: "Open Sans", "Noto Sans KR", sans-serif;
  font-weight: normal;
  color: #666;
  letter-spacing: -.05em;
  overflow: hidden;
  padding: 0;
  margin: -3px 0 0;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 21px;
}

/* 회사소개 */
.introduce-main-visual {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.introduce-main-visual .text {
  position: absolute;
  /*top: 240px;*/
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 28px;
}

.introduce-main-visual .text span {
  display: block;
  font-size: 30px;
  font-family: 'Noto Sans KR';
  font-weight: 550;
  line-height: 1.5;
}

.section-intro {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.section-intro.intro-01, .section-intro.intro-04 {
  margin-top: 30px;
  margin-left: 30px;
}

.section-intro.intro-01 .text-box, .section-intro.intro-04 .text-box {
  padding-right: 30px;
}

.section-intro.intro-02 {
  margin-right: 30px;
  text-align: right;
}

.section-intro.intro-02 .title::before {
  left: calc(100% - 40px) !important;
}

.section-intro.intro-02 .text-box {
  padding-left: 30px;
}

.section-intro.intro-03 .title, .section-intro.intro-05 .title {
  margin-top: 0 !important;
}

.section-intro.intro-03 .thum, .section-intro.intro-05 .thum {
  max-height: 450px;
  overflow: hidden;
}

.section-intro.intro-03 .text-box, .section-intro.intro-05 .text-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.section-intro .thum {
  display: block;
}

.section-intro .thum img {
  width: 100%;
}

.section-intro .text-box {
  position: relative;
  color: #333;
}

.section-intro .text-box .title {
  position: relative;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 23px;
  font-weight: 400;
}

.section-intro .text-box .title span {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-family: 'roboto';
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}

.section-intro .text-box .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 20px;
  background-color: #000;
}

.section-intro .text-box p {
  margin-top: 20px;
  line-height: 20px;
}

.section-intro .text-box.type-white {
  padding: 0 30px;
  color: #fff;
}

.section-intro .text-box.type-white .title::before {
  background-color: #fff;
}

.section-intro .text-box.type-white {
  text-align: center;
  color: #fff;
}

.section-intro .text-box.type-white .title::before {
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
}

.vision-row .tit-vision {
  position: relative;
  text-align: center;
  color: #63666b;
  font-size: 28px;
  line-height: 48px;
}

.vision-row .list {
  margin-top: 40px;
}

.vision-row .list li {
  position: relative;
  width: 100%;
  height: 315px;
  border: 1px solid #f2f2f3;
  margin-top: 20px;
  background-color: #fff;
}

.vision-row .list li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 60px;
  width: 20px;
  height: 2px;
  background-color: #000;
}

.vision-row .list li::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 30px;
  width: 42px;
  height: 41px;
  background: url("../img/introduce/icon_list.png") no-repeat 0 0;
  background-size: 168px 41px;
}

.vision-row .list li:first-child {
  margin-top: 0;
}

.vision-row .list .list1::after {
  background-position: 0 0;
}

.vision-row .list .list2::after {
  background-position: -42px 0;
}

.vision-row .list .list3::after {
  background-position: -84px 0;
}

.vision-row .list .list4::after {
  background-position: -126px 0;
}

.vision-row .list .tit {
  display: block;
  margin-top: 120px;
  padding: 0 30px;
  font-size: 24px;
  color: #000;
  font-family: 'minion-pro';
  font-weight: 700;
  line-height: 30px;
}

.vision-row .list .cont {
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  display: block;
  padding: 0 30px;
  color: #000;
  font-size: 14px;
}

.vision-row .vision-sub-text {
  position: relative;
  min-height: 256px;
  margin: 45px -30px 0;
  padding: 120px 30px 0;
  line-height: 21px;
  background: url("../img/introduce/bg_mark.png") no-repeat 50% 0;
  background-size: 207px 90.5px;
}

.vision-row .vision-sub-text::before {
  content: "";
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: 750px;
  background-color: #f2f2f3;
  z-index: -1;
}

.vision-row .vision-sub-text p + p {
  margin-top: 25px;
}

.history-row {
  position: relative;
  padding-bottom: 56px;
}

.history-row::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 65px;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #ccc;
}

.history-row .history {
  position: relative;
}

.history-row .history + .history {
  margin-top: 96px;
}

.history-row .year-title {
  display: block;
  width: 130px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #000;
  line-height: 30px;
}

.history-row .list {
  position: relative;
  width: 100%;
  padding-top: 48px;
}

.history-row .list li {
  margin-top: 23px;
}

.history-row .list li:first-child {
  margin-top: 0;
}

.history-row .list li .inner {
  position: relative;
  margin: 0;
}

.history-row .list li .inner:after {
  content: "";
  display: table;
  clear: both;
}

.history-row .list li .inner::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 62px;
  width: 7px;
  height: 7px;
  background-color: #999;
  border-radius: 7px;
}

.history-row .list li .year-month {
  display: block;
  float: left;
  width: 65px;
  margin-right: 19px;
  color: #959595;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.history-row .list li .cont {
  float: left;
  width: calc(100% - 84px);
}

.history-row .list li .text {
  display: block;
  color: #333;
  font-size: 13px;
}

.history-row .list li .thum {
  width: 100%;
  min-height: 120px;
  overflow: hidden;
  margin: 6px 0 4px;
}

.history-row .list li .thum img {
  width: 100%;
  height: auto;
}

/* 사업소개 */
.hotel .header-2 {
  font-weight: 700;
}

.hotel .text-sub-tit {
  margin: 0 0 16px;
}

.hotel-intro {
  position: relative;
}

.hotel-intro .thum {
  overflow: hidden;
  margin-top: 10px;
  font-size: 0;
  background-size: cover;
}

.hotel-intro .thum img {
  width: 100%;
}

.hotel-intro .title {
  padding: 16px 0 18px;
  border-bottom: 1px solid #ccc;
}

.hotel-intro .title h3 {
  font-size: 21px;
  color: #333;
  line-height: 1.2;
}

.hotel-intro .title .text-small-xx {
  color: #156AAF;
  font-size: 11px;
  font-weight: 600;
}

.hotel-intro .title .text-medium-xx {
  margin-top: 3px;
  color: #333;
  font-size: 14px;
}

.hotel-intro .text-cont {
  margin-top: 15px;
  line-height: 26px;
  font-size: 12px;
  color: #333;
}

.hotel-intro .text-cont:after {
  content: "";
  display: table;
  clear: both;
}

.hotel-intro .text-cont p + p {
  margin-top: 30px;
}

.hotel-intro .btn-row {
  margin: 30px 0 0;
  text-align: center;
}

.hotel-intro .btn-row:after {
  content: "";
  display: table;
  clear: both;
}

.hotel-intro .btn-row a {
  width: calc(50% - 5px);
}

.hotel-intro .btn-row.col2 a + a {
  margin-left: 3px;
}

/* 예약확인 팝업 */
.list-guide-box-02 {
  margin: 0 -30px;
  padding: 18px 20px;
  background-color: #f2f2f3;
}

.list-guide-box-02 p {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  color: #959595;
}

.list-guide-box-02 p::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/com/icon_exclamation_small.png") no-repeat 0 0;
  background-size: 12px 12px;
}

.form-reservation .list-guide-box-02 {
  margin-top: -30px;
}

.form-reservation .info {
  margin: 0;
  padding: 23px 0;
  border-bottom: 1px solid #ccc;
}

.form-reservation .info:after {
  content: "";
  display: table;
  clear: both;
}

.form-reservation .info dt {
  margin: 4px 0 3px;
  padding: 0;
  width: 85px;
  float: left;
  color: #333;
}

.form-reservation .info dd {
  margin: 4px 0 3px;
  padding: 0;
  float: left;
  width: calc(100% - 85px);
  color: #959595;
}

.form-reservation .info dd + dt {
  clear: both;
}

.form-reservation .input-type-card {
  margin-left: -5px;
}

.form-reservation .input-type-card:after {
  content: "";
  display: table;
  clear: both;
}

.form-reservation .input-type-card .input {
  float: left;
  width: calc(25% - 5px);
  margin-left: 5px;
}

.form-reservation .input-type-period {
  margin-left: -5px;
}

.form-reservation .input-type-period:after {
  content: "";
  display: table;
  clear: both;
}

.form-reservation .input-type-period .inp-select {
  float: left;
  width: calc(50% - 5px);
  margin-left: 5px;
}

.form-reservation .agree-wrap .title-agree::before {
  display: none;
}

.top-time-select {
  margin-bottom: 20px;
  background-color: #fff;
}

.amenity-list {
  margin-bottom: 20px;
}

.amenity-list li {
  margin: 0 -20px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.amenity-list li:first-child {
  margin-top: -20px;
}

.amenity-list dl {
  margin: 0;
  padding: 0;
}

.amenity-list dt {
  margin: 0 0 5px;
  padding: 0;
  font-size: 14px;
  color: #333;
}

.amenity-list dd {
  margin: 0;
  padding: 0;
  color: #959595;
}

.amenity-list + .text-guide {
  font-size: 12px;
}

.img-box-wrap .img-box {
  overflow: hidden;
  background-color: #ffff;
}

.img-box-wrap .img-box img {
  width: 100%;
}

.img-box-wrap.select-type .img-box {
  margin-top: 10px;
}

.happy-service-wrap .tbl-type01 {
  margin: 15px 0 30px;
}

.happy-service-wrap .list-guide-box {
  text-align: left;
  padding: 15px 20px;
  margin: 0 -20px -30px;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}

.happy-service-wrap .inp-select + .row,
.happy-service-wrap .inp-select + .row + .row {
  margin-top: 22px;
}

.input-calendar {
  position: relative;
}

.input-calendar .input {
  background-color: transparent;
}

.input-calendar::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 0;
  width: 18px;
  height: 20px;
  margin-top: -10px;
  background-image: url(../img/com/icon_calendar_02.png);
  background-size: 18px 20px;
}

.sub-tit-box {
  margin: -30px -30px 0;
  padding: 20px 30px;
  font-size: 12px;
  background-color: #f2f2f3;
}

.sub-tit-box h2 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
}

.sub-tit-box.type02 {
  font-size: 14px;
  text-align: center;
}

/* email 인증 팝업 */
.captcha-box {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  padding-right: 50px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  overflow: hidden;
}

.captcha-box .captcha {
  padding: 20px;
}

.captcha-box a {
  position: absolute;
  display: block;
  right: -1px;
  width: 35px;
  height: 36px;
  border: 1px solid #ccc;
  font-size: 0;
}

.captcha-box .refresh {
  top: -1px;
  background: url("../img/com/icon_refresh_02.png") no-repeat 50% 50% #fff;
  background-size: 15.5px 16px;
}

.captcha-box .listen {
  top: 34px;
  background: url("../img/com/icon_listen.png") no-repeat 50% 50% #fff;
  background-size: 15px 16px;
}

/* sitemap */
.site-wrap {
  padding-top: 40px;
}

.site-row {
  padding-top: 20px;
}

.site-row .list {
  border: 1px solid #ccc;
  border-bottom: 0;
}

.site-row .list li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 13px 25px;
  font-size: 12px;
  color: #666;
}

.site-row .list li a.depth01 {
  padding: 13px 15px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.site-row .list li a.depth01:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.site-row .list li a.depth01::before {
  left: inherit;
  right: 15px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-row .list li a.depth01.active {
  color: #fff;
  font-weight: 600;
  background-color: #000;
}

.site-row .list li a.depth01.active::before {
  transform: translate(-50%, -40%) rotate(225deg);
  -webkit-transform: translate(-50%, -40%) rotate(225deg);
  border-color: #fff;
}

.site-row .list li a.depth02 {
  padding: 13px 15px;
  cursor: auto;
  color: #c6c0a1;
  font-size: 12px;
  font-weight: 600;
}

.site-row .submenu-wrap {
  overflow: hidden;
}

/* 해비치약관 */
.policy-row {
  margin-top: 16px;
}

.policy-row .policy {
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 20px;
  color: #959595;
}

/* 분양회원 */
.list-member-01 {
  margin: 16px 0 35px;
}

.list-member-01 .swiper-container {
  width: 100%;
  height: 227px;
  overflow: hidden;
}

.list-member-01 .swiper-pagination {
  margin-top: 15px;
}

.list-member-01 .list li {
  position: relative;
  width: 100%;
  height: 227px;
  border: 1px solid #ccc;
  padding: 70px 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-member-01 .list li:first-child {
  margin-left: 0;
}

.list-member-01 .list .label {
  position: absolute;
  top: 0;
  left: 20px;
  width: 55px;
  height: 55px;
  padding-top: 35px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #9f8256;
}

.list-member-01 .list .title {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: #333;
}

.list-member-01 .list .btn-row {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.list-member-01 .list .btn-row a + a {
  margin-left: 3px;
}

.link-wrap {
  margin-top: 30px;
}

.link-wrap .list li {
  margin-top: 5px;
}

.link-wrap .list a {
  display: block;
  padding: 12px 0 0;
  height: 75px;
  text-align: center;
  background-color: #f2f2f2;
}

.link-wrap .list .text-01 {
  display: block;
  color: rgba(187, 187, 187, 0.5);
  font-size: 21px;
  font-weight: 700;
  font-family: 'minion-pro';
}

.link-wrap .list .text-02 {
  display: block;
  color: #666;
}

.list-member-02 {
  margin: 30px 0;
  text-align: center;
}

.list-member-02 .list {
  width: 300px;
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
  background: url("../img/com/bg_member_list.png") no-repeat 50% 0;
  background-size: 330px 79.5px;
}

.list-member-02 .list:after {
  content: "";
  display: table;
  clear: both;
}

.list-member-02 .list li {
  width: 80px;
  margin-left: 30px;
  padding-top: 85px;
  float: left;
  text-align: center;
}

.list-member-02 .list li:first-child {
  margin-left: 0;
}

.list-member-02 .list li .date {
  display: block;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}

.tbl-wrap {
  margin-top: 16px;
}

.tbl-wrap h3 {
  margin: 22px 0 7px;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
}

.tbl-wrap h3:first-child {
  margin-top: 25px;
}

.tbl-wrap .text {
  line-height: 24px;
}

.tbl-wrap .tbl-type01 tbody th {
  text-align: center;
}

.tbl-wrap .step-list {
  margin: -4px 0 0;
  padding: 0;
}

.tbl-wrap .step-list:after {
  content: "";
  display: table;
  clear: both;
}

.tbl-wrap .step-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.tbl-wrap .step-list li::before {
  content: '→';
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.tbl-wrap .step-list li:first-child::before {
  display: none;
}

.tbl-wrap .download-list li {
  position: relative;
  height: 50px;
  margin-top: 5px;
  padding: 15px 15px 0;
  background-color: #f9f9f9;
  background-size: 105px 18.5px;
}

.tbl-wrap .download-list li:first-child {
  margin-left: 0;
}

.tbl-wrap .download-list li .title {
  font-size: 12px;
}

.tbl-wrap .download-list li .button-download {
  position: absolute;
  top: 10px;
  right: 10px;
}

.accordion-type02 {
  border-bottom: 1px solid #ccc;
}

.accordion-type02 > li {
  border-top: 1px solid #ccc;
}

.accordion-type02 > li:first-child {
  border-top: 1px solid #000;
}

.accordion-type02 .title {
  position: relative;
  display: block;
  padding: 13px 40px 13px 10px;
  color: #333;
}

.accordion-type02 .title:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.accordion-type02 .title:before {
  left: inherit;
  right: 18px !important;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion-type02 .title.active::before {
  transform: translate(-50%, -45%) rotate(225deg);
  -webkit-transform: translate(-50%, -45%) rotate(225deg);
}

.accordion-type02 .title:after {
  content: "";
  display: table;
  clear: both;
}

.accordion-type02 .cont-wrap {
  overflow: hidden;
}

.accordion-type02 .cont {
  padding: 20px 15px;
  border-top: 1px solid #ccc;
  background-color: #f8f8f9;
}

.tbl-type01 + .list-bul-hyphen,
.accordion-type02 + .list-bul-hyphen {
  margin-top: 5px;
}

.tbl-type01 + .list-bul-hyphen li,
.accordion-type02 + .list-bul-hyphen li {
  color: #666;
}

/* error 페이지 */
.error-wrap {
  margin-bottom: 40px;
}

.error-wrap .error-text {
  padding: 215px 0 50px;
  background: url("../img/com/bg_error.png") no-repeat 50% 86px;
  background-size: 71.5px 91px;
  text-align: center;
}

.error-wrap .error-text .title {
  color: #857544;
  font-size: 21px;
}

.error-wrap .error-text .text-large-x {
  font-size: 13px;
  color: #8d837a;
}

.error-wrap button {
  position: relative;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 13px;
  background-color: #857544;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
}

.error-wrap button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error-wrap button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 42px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  margin-top: -1px;
}

/* 팝업 - share */
.pop-share .pop-content {
  padding: 37px 0 45px;
  text-align: center;
  background-color: #f2f2f3;
}

.pop-share .title {
  text-align: center;
  color: #333;
  font-size: 21px;
}

.pop-share .sns-share-list {
  width: 185.5px;
  margin: 20px auto 0;
  background: url("../img/com/bg_pop_sns.png") no-repeat 0 0;
  background-size: 185.5px 40px;
}

.pop-share .sns-share-list:after {
  content: "";
  display: table;
  clear: both;
}

.pop-share .sns-share-list li {
  float: left;
  margin-left: 8.5px;
}

.pop-share .sns-share-list li:first-child {
  margin-left: 0;
}

.pop-share .sns-share-list a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
}

/* 잔여박수, 차감박수 안내 팝업 */
.pop-member .pop-content {
  background-color: #f2f2f3;
}

.members-reservation-guide .members {
  margin: 0 -20px;
  padding: 15px 20px 14px;
  color: #333;
  text-align: center;
  background-color: #d4d4d4;
}

.members-reservation-guide .members:after {
  content: "";
  display: table;
  clear: both;
}

.members-reservation-guide .members .title {
  font-weight: 500;
}

.members-reservation-guide .members .list {
  display: inline-block;
  margin-top: 5px;
}

.members-reservation-guide .members .list:after {
  content: "";
  display: table;
  clear: both;
}

.members-reservation-guide .members .list li {
  position: relative;
  float: left;
}

.members-reservation-guide .members .list li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 6px;
  background-color: #000;
  margin: 0 10px;
}

.members-reservation-guide .members .list li:first-child::before {
  display: none;
}

.members-reservation-guide .info p {
  text-align: center;
}

.members-reservation-guide .info p.title {
  margin: 30px 0 0 0;
  font-size: 18px;
  color: #333;
}

.members-reservation-guide .info p.contents {
  color: #333;
  font-size: 21px;
}

.members-reservation-guide .info p.guide {
  margin: 10px 0 5px;
}

.members-reservation-guide .info p .call {
  display: block;
  margin-top: 3px;
  font-weight: 600;
}

/* tooltip */
.button-tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/com/icon_guide.png) no-repeat 50% 50%;
  background-size: 12px 12px;
}

.tooltip-container {
  position: absolute;
  z-index: 300;
  width: 225px;
  padding: 15px;
  border: 1px solid #000;
  background-color: #fff;
}

.tooltip-container::before {
  content: '';
  position: absolute;
  top: -10px;
  width: 15px;
  height: 10px;
  background: url(../img/com/icon_tooltip.png) no-repeat 0 0;
  background-size: 15px 10px;
}

.tooltip-container.left::before {
  left: 10px;
}

.tooltip-container.right::before {
  right: 10px;
}

.tooltip-container .title-1 {
  margin-top: 2px;
  margin-bottom: 1px;
  margin-right: 20px;
  font-weight: 500;
  color: #333;
}

.tooltip-container .title-2 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 500;
  color: #666;
}

.tooltip-container .list-bul-hyphen li {
  font-size: 11px;
}

.tooltip-container .close {
  top: 5px;
  right: 5px;
  font-size: 0;
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.tooltip-container .close:before, .tooltip-container .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #000;
}

.tooltip-container .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.tooltip-container .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.tooltip-container .list-p {
  font-size: 12px;
}

.input-tooltip {
  position: relative;
}

.input-tooltip .button-tooltip {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* 이미지가 없을 경우 */
.no-img {
  position: relative;
}

.no-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/com/no_img_logo_sml.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f2f2f3;
  background-size: 172.5px 30px;
}

.course-02 .no-img::before {
  background-size: 115px 20px;
}

.button-type-agree {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 12px 10px 12px;
  color: #fff;
  text-align: center;
  background-color: #63666b;
}

/* media query 375px 이하 */
@media only screen and (max-width: 374px) {
  .bottom-btn a {
    width: calc(50% - 5px);
  }
  .btn-row.col2 a {
    width: 120px !important;
  }
  .btn-row.col2 .download span {
    display: none;
  }
  .hotel-intro .btn-row a {
    width: 100%;
  }
  .hotel-intro .btn-row a + a {
    margin-top: 10px;
  }
}

.skip-nav a {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  font-size: 0;
}

.skip-nav a:focus {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #8d837a;
  text-align: center;
  color: #fff;
  font-size: inherit;
}

.ly-container {
  position: relative;
  overflow: hidden;
  min-width: 320px;
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #000;
}

.ly-header .header-logo {
  display: block;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.ly-header .header-logo img {
  width: 75px;
  height: 28px;
}

.ly-header .header-logo.logo-rollinghills {
  top: 8px;
}

.ly-header .header-logo.logo-rollinghills img {
  width: 64px;
  height: 42.5px;
}

.ly-header .button-nav {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 0;
  vertical-align: top;
}

.ly-header .button-nav span {
  position: absolute;
  top: 29px;
  left: 20px;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.ly-header .button-nav::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.ly-header .button-nav::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 20px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.ly-header .button-reservation {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url(../img/com/icon_calendar.png) no-repeat 50% 50% #156AAF;
  background-size: 21px 23px;
}

.ly-header .container {
  position: relative;
}

.ly-header.hub .header-logo {
  top: 21px;
  width: auto;
  height: auto;
}

.ly-header.hub .header-logo img {
  width: 103.5px;
  height: 18px;
}

.ly-header.ccseoul .header-logo {
  top: 15px;
  width: auto;
  height: auto;
}

.ly-header.ccseoul .header-logo img {
  width: 78px;
  height: 27px;
}

.ly-header.corp {
  background-color: #000 !important;
}

.ly-header.corp .header-logo {
  top: 21px;
  width: auto;
  height: auto;
}

.ly-header.corp .header-logo img {
  width: 103px;
  height: 18px;
}

.ly-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  background-color: #fff;
  z-index: 20;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-290px);
          transform: translateX(-290px);
}

.ly-nav.open {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.ly-button-close {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
}

.ly-button-close::before, .ly-button-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
  background-color: #fff;
}

.ly-button-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ly-button-close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nav-header {
  padding: 15px 20px;
  background-color: #000000;
}

.nav-header-util {
  padding-left: 30px;
}

.util-list:after {
  content: "";
  display: table;
  clear: both;
}

.util-list li {
  float: left;
  position: relative;
}

.util-list li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #808080;
  margin: 4px 10px 0;
  vertical-align: top;
}

.util-list li:first-child::before {
  margin-left: 0;
  display: none;
}

.util-list li a {
  color: #fff;
  font-size: 13px;
}

.nav-container {
  position: relative;
  height: calc(100% - 200px);
  overflow-y: auto;
}

.nav .list li {
  border-bottom: 1px solid #d9d9d9;
}

.nav .list .dep-1 {
  position: relative;
  display: block;
  padding: 0 50px 0 20px;
  font-size: 13px;
  color: #333;
  font-weight: 700;
  line-height: 50px;
}

.nav .list .dep-1::before, .nav .list .dep-1::after {
  content: '';
  position: absolute;
  background-color: #bfbfbf;
}

.nav .list .dep-1::before {
  top: 50%;
  right: 20px;
  width: 12px;
  height: 2px;
}

.nav .list .dep-1::after {
  top: 50%;
  right: 25px;
  width: 2px;
  height: 12px;
  margin-top: -5px;
}

.nav .list .dep-1.active {
  border-bottom: 0;
}

.nav .list .dep-1.active.dep-1::before {
  background-color: #8d837a;
}

.nav .list .dep-1.active.dep-1::after {
  display: none;
}

.nav .list .dep-1.active + .sub-nav-wrap {
  margin-bottom: -1px;
}

.nav .list .dep-1.no-depth::after {
  display: none;
}

.nav .list .sub-nav-wrap {
  display: none;
  overflow: hidden;
}

.nav .list .list-2 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.nav .list .list-2 li:last-child {
  border: 0;
}

.nav .list .list-2 a {
  position: relative;
  display: block;
  padding: 0 50px 0 20px;
  color: #666;
  line-height: 45px;
  background-color: #f7f7f7;
  font-size: 12px;
  font-weight: 500;
}

.nav .list .list-2 .dep-2 {
  position: relative;
  display: block;
  padding: 0 50px 0 20px;
  line-height: 45px;
  font-weight: 700;
  font-size: 12px;
  background-color: #f7f7f7;
}

.nav .list .list-2 .dep-2:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) scale(1, 0.93333) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 0.93333) rotate(45deg);
  margin-top: -2px;
  border-right: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
}

.nav .list .list-2 .dep-2::before {
  left: inherit;
  right: 15px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav .list .list-2 .dep-2.active::before {
  transform: translate(-50%, -40%) rotate(225deg);
  -webkit-transform: translate(-50%, -40%) rotate(225deg);
}

.nav .list .sub-wrap {
  overflow: hidden;
}

.nav .list .list-3 {
  border-top: 1px solid #d9d9d9;
}

.nav .list .list-3 a {
  padding-left: 30px;
  font-weight: normal;
}

.about-the-heavich {
  border-top: 1px solid #333;
  margin-top: 15px;
  padding-top: 15px;
}

.about-the-heavich a {
  display: block;
  padding: 6px 15px 6px;
  border: 1px solid #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.select-your-haevichi {
  margin: 30px 20px 15px;
}

.select-your-haevichi button {
  width: 100%;
  color: #fff;
  background-color: #666;
  padding: 16px 20px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

.language-site-link {
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}

.language-site-link .list {
  display: inline-block;
}

.language-site-link .list:after {
  content: "";
  display: table;
  clear: both;
}

.language-site-link .list li {
  float: left;
  position: relative;
}

.language-site-link .list li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 9px;
  background-color: #c6c1bd;
}

.language-site-link .list li:first-child::before {
  margin: 0 15px 0 0;
  display: none;
}

.language-site-link .list li a {
  display: inline-block;
  padding: 15px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.ly-select-haevichi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0 42px 0;
  background: rgba(21, 106, 175);
  overflow-y: auto;
  z-index: 20;
}

.ly-select-haevichi .ly-button-close {
  position: fixed;
  top: 5px;
  right: 5px;
}

.ly-select-haevichi h2 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.ly-select-haevichi .list {
  margin: 55px 0 50px;
}

.ly-select-haevichi .list-2 {
  margin-bottom: 30px;
}

.ly-select-haevichi .list-2 li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ly-select-haevichi .list-2 li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ly-select-haevichi .list-2 a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.ly-select-haevichi .list-2 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.ly-body {
  position: relative;
  padding-top: 60px;
}

.ly-body .container {
  padding: 0 30px;
}

.full .ly-body .container {
  width: 100%;
  padding: 0;
}

.ly-footer {
  position: relative;
  background-color: #fff;
  padding-top: 10px;
}

.ly-footer::after {
  content: '';
  position: absolute;
  top: 0px;
  left: -30px;
  right: -30px;
  display: block;
  height: 10px;
  border-top: 1px solid #ccc;
  background-color: #f2f2f3;
}

.ly-footer .container {
  padding: 40px 30px 0;
}

.ly-footer .subscribe-container .row {
  position: relative;
}

.ly-footer .subscribe-container .header-3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-family: 'minion-pro';
  font-weight: bold;
  line-height: 1;
}

.ly-footer .subscribe-container input[type=text] {
  width: calc(100% + 1px);
  height: 40px;
  padding: 0 40px 0 15px;
  font-size: 14px;
  color: #959595;
  border: 0;
  border-radius: 20px;
  background-color: #fff;
  border:1px solid #858585;
}

.ly-footer .subscribe-container ::-webkit-input-placeholder {
  color: #959595;
}

.ly-footer .subscribe-container :-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}

.ly-footer .subscribe-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}

.ly-footer .subscribe-container :-ms-input-placeholder {
  color: #959595;
}

.ly-footer .subscribe-container button[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.ly-footer .subscribe-container button[type=submit] span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 11px;
}

.ly-footer .subscribe-container button[type=submit] span:before {
  content: '';
  position: absolute;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  width: 7px;
  height: 7px;
  right: 6px;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
  transform: translate(50%, -50%) rotate(135deg);
}

.ly-footer .subscribe-container button[type=submit] span:after {
  content: '';
  position: absolute;
  background-color: #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  right: 1px;
  width: 14px;
  height: 1px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ly-footer .nav-footer {
  /* margin-top: 43px; */
  margin-bottom:30px;
}

.ly-footer .nav-footer .list:after {
  content: "";
  display: table;
  clear: both;
}

.ly-footer .nav-footer .list li {
  float: left;
  width: 50%;
  margin-bottom: -1px;
  border: 1px solid #e6e6e6;
}

.ly-footer .nav-footer .list li:nth-child(2n) {
  border-left: 0;
}

.ly-footer .nav-footer .list li a {
  display: block;
  padding: 8px 0 9px 10px;
  color: #666;
  font-size: 12px;
}

.ly-footer .nav-footer .list strong {
  font-weight: 500;
  color: #333;
}

.ly-footer .sns-list {
  margin: 8px 0 0;
  text-align: center;
}

.ly-footer .sns-list li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.ly-footer .sns-list li a {
  position: relative;
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
}

.ly-footer .sns-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../img/com/bg_sns.png") no-repeat;
  background-size: 200px 40px;
}

.ly-footer .sns-list li:nth-child(1) a::after {
  background-position: 0 0;
}

.ly-footer .sns-list li:nth-child(2) a::after {
  background-position: -40px 0;
}

.ly-footer .sns-list li:nth-child(3) a::after {
  background-position: -80px 0;
}

.ly-footer .sns-list li:nth-child(4) a::after {
  background-position: -120px 0;
}

.ly-footer .sns-list li:nth-child(5) a::after {
  background-position: -160px 0;
}

.ly-footer .info-footer {
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px 0 0;
  /* border-top: 1px solid #d9d9d9; */
  font-family: 'Noto Sans KR';
  text-align: center;
  background-color: #f2f2f3;
}

.ly-footer .address {
  color: #666;
  font-size: 11px;
  line-height: 1.6;
}

.ly-footer .address .tit {
  display: inline-block;
  margin-right: 2px;
}

.ly-footer .address small {
  display: inline-block;
  margin: 0 5px;
  font-size: 11px;
}

.ly-footer .address small + small {
  margin-left: 0px;
}

.ly-footer .address + .phone {
  margin-top: 10px;
}

.ly-footer .phone {
  color: #959595;
  font-size: 11px;
  line-height: 1.6;
}

.ly-footer .phone small {
  display: inline-block;
  margin: 0 5px;
}

.ly-footer .phone .number {
  color: #333;
  display: inline-block;
  margin: 0 5px 0 2px;
}

.ly-footer .copyright {
  margin-top: 13px;
  color: #666;
  font-size: 11px;
}

.ly-footer .Family-site {
  margin: 30px 15px 0;
}

.hub .select-your-haevichi {
  display: none;
}

.index .ly-header {
  background-color: transparent;
}

.index .ly-footer {
  padding-top: 0;
}

.index .ly-footer::after {
  display: none;
}

/* 공지 배너 */
.notice-wrap {
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.notice-wrap .title {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 15px;
  line-height: 24px;
  border-top: 1px solid #afb0b1;
  border-bottom: 1px solid #afb0b1;
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

.notice-wrap .label {
  position: absolute;
  top: -45px;
  left: -20px;
  font-size: 13px;
  color: #fff;
}

.pop-wrap.pop-notice-01 {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin: 0;
}

/* swiper */
.swiper-container {
  position: relative;
}

.swiper-container .swiper-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-container .swiper-slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slide-wrap {
  position: relative;
}

.slide-wrap .button-prev.icon-arrow,
.swiper-container .button-prev.icon-arrow {
  position: absolute;
  top: 0;
  right: 35px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
}

.slide-wrap .button-prev.icon-arrow::after,
.swiper-container .button-prev.icon-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slide-wrap .button-prev.icon-arrow span:before,
.swiper-container .button-prev.icon-arrow span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.slide-wrap .button-next.icon-arrow,
.swiper-container .button-next.icon-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
}

.slide-wrap .button-next.icon-arrow span:before,
.swiper-container .button-next.icon-arrow span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slide-wrap .button-prev.icon-angle,
.swiper-container .button-prev.icon-angle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 13px;
  height: 25px;
  font-size: 0;
}

.slide-wrap .button-prev.icon-angle:before,
.swiper-container .button-prev.icon-angle:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%) scale(1.04, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.04, 1) rotate(45deg);
  margin-left: 6px;
  border-left: 1px solid #959595;
  border-bottom: 1px solid #959595;
}

.slide-wrap .button-next.icon-angle,
.swiper-container .button-next.icon-angle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 13px;
  height: 25px;
  font-size: 0;
}

.slide-wrap .button-next.icon-angle:before,
.swiper-container .button-next.icon-angle:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%) scale(1.04, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.04, 1) rotate(45deg);
  margin-left: -6px;
  border-top: 1px solid #959595;
  border-right: 1px solid #959595;
}

.slide-wrap .icon-arrow-02::before,
.swiper-container .icon-arrow-02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 30px;
  height: 30px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slide-wrap .button-prev.icon-arrow-02,
.swiper-container .button-prev.icon-arrow-02 {
  position: absolute;
  top: 80px;
  left: 15px;
  z-index: 1;
  width: 35px;
  height: 35px;
  font-size: 0;
}

.slide-wrap .button-next.icon-arrow-02,
.swiper-container .button-next.icon-arrow-02 {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1;
  width: 35px;
  height: 35px;
  font-size: 0;
}

.slide-wrap .button-next.icon-arrow-02::before,
.swiper-container .button-next.icon-arrow-02::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-pagination {
  text-align: center;
  font-size: 0;
}

.swiper-pagination .bullet {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.swiper-pagination .bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #dedede;
  margin-top: -3.5px;
  margin-left: -3.5px;
}

.swiper-pagination .bullet.active::before {
  background-color: #156AAF;
}

/* COMMON - swiper slide */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.main-visual {
  position: relative;
  height: 730px;
  margin-top: -60px;
}

.main-visual .slide-wrap {
  height: 100%;
}

.main-visual .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-visual .swiper-container a {
  display: block;
  height: 100%;
  font-size: 0;
  background-size: cover;
}

.main-visual .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

.header-2.main {
  padding-top: 46px;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 27px;
  text-align: center;
  color: #000;
}

.section-offers-1 {
  position: relative;
  margin-bottom: 9px;
  padding: 0 30px 25px;
  border-bottom: 1px solid #ccc;
}

.section-offers-1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  background-color: #f2f2f3;
}

.section-offers-1 .swiper-container {
  overflow: hidden;
}

.section-offers-1 a {
  display: block;
  position: relative;
  padding-top: 170px;
  text-align: left;
}

.section-offers-1 .thum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: 50% 50%;
}

.section-offers-1 .text-small-xx {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

.section-offers-1 .header-3 {
  margin-top: 4px;
  font-size: 21px;
  font-family: 'minion-pro';
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.section-offers-1 .text-medium-xx {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.section-offers-1 .swiper-pagination {
  margin-top: 52px;
}

.section-room {
  position: relative;
  margin-bottom: 9px;
  padding: 0 30px 25px;
  border-bottom: 1px solid #ccc;
}

.section-room::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  background-color: #f2f2f3;
}

.section-room .swiper-container {
  overflow: hidden;
  height: 345px;
}

.section-room .swiper-slide {
  height: 345px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-room .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.section-room .text {
  position: absolute;
  bottom: 24px;
  left: 27px;
  font-size: 21px;
  color: #fff;
  font-family: 'minion-pro';
}

.section-room .swiper-pagination {
  margin-top: 25px;
}

.tab-list-main {
  max-width: 275px;
  min-width: 260px;
  margin: 0 auto 20px;
}

.tab-list-main:after {
  content: "";
  display: table;
  clear: both;
}

.tab-list-main li {
  float: left;
  width: 50%;
}

.tab-list-main li a {
  display: block;
  line-height: 39px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #959595;
  text-align: center;
  font-weight: 600;
}

.tab-list-main li.active a {
  color: #333;
}

.tab-list-main li + li {
  border-left: 1px solid #ccc;
}

.section-event {
  position: relative;
  padding: 0 30px 25px;
  margin-bottom: 9px;
  border-bottom: 1px solid #ccc;
}

.section-event::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  background-color: #f2f2f3;
}

.section-event .swiper-container {
  overflow: hidden;
}

.section-event .swiper-pagination {
  margin-top: 52px;
}

.section-event a {
  display: block;
  position: relative;
  padding-top: 170px;
}

.section-event .thum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.section-event .content-box {
  position: relative;
  margin: 0;
  padding-left: 5px;
  text-align: left;
}

.section-event .text-small-xx {
  display: block;
  padding-top: 16px;
  margin-bottom: 7px;
  font-weight: 600;
}

.section-event .header-3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.section-event .text-medium-xx {
  font-size: 14px;
  line-height: 19px;
}

.section-event .button-more {
  margin-bottom: 20px;
  vertical-align: top;
}

.section-moments {
  position: relative;
  padding: 0 30px 25px;
  margin-bottom: 9px;
  border-bottom: 1px solid #ccc;
}

.section-moments::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  background-color: #f2f2f3;
}

.section-moments .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 315px;
}

.section-moments .swiper-slide {
  height: 315px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.section-moments .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.section-moments .swiper-slide.movie a {
  position: relative;
}

.section-moments .swiper-slide.movie a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background: url("../img/com/icon_vod.png") no-repeat 0 0;
  background-size: 40px 40px;
}

.section-moments .swiper-pagination {
  margin-top: 25px;
}

.section-sns-haevichi {
  position: relative;
  height: 500px;
  padding: 0 30px;
}

.section-sns-haevichi .sns-list {
  position: relative;
  width: 315px;
  height: 335px;
  margin: 0 auto;
  overflow: hidden;
}

.section-sns-haevichi .sns-list li {
  position: absolute;
  width: 50%;
}

.section-sns-haevichi .sns-list li:nth-child(1) {
  left: 0;
  top: 0;
}

.section-sns-haevichi .sns-list li:nth-child(2) {
  left: 0;
  top: 157.5px;
}

.section-sns-haevichi .sns-list li:nth-child(3) {
  right: 0;
  top: 20px;
}

.section-sns-haevichi .sns-list li:nth-child(4) {
  right: 0px;
  top: 177.5px;
}

.section-sns-haevichi .sns-list li .no-img {
  display: block;
  width: 157.5px;
  height: 157.5px;
  background-color: #f2f2f3;
}

.section-sns-haevichi .sns-list li .no-img::before {
  display: none;
}

.section-sns-haevichi .sns-list.type02 li:nth-child(1) {
  left: 0;
  top: 20px;
}

.section-sns-haevichi .sns-list.type02 li:nth-child(2) {
  left: 0;
  top: 177.5px;
}

.section-sns-haevichi .sns-list.type02 li:nth-child(3) {
  right: 0;
  top: 0;
}

.section-sns-haevichi .sns-list.type02 li:nth-child(4) {
  right: 0px;
  top: 157.5px;
}

.section-sns-haevichi .sns-list a {
  display: block;
  width: 157.5px;
  height: 157.5px;
  background-size: cover;
}

.section-sns-haevichi .sns-list a p {
  opacity: 0;
  position: absolute;
  top: 82px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

.section-sns-haevichi .label {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32.5px;
  height: 32.5px;
}

.section-sns-haevichi .label img {
  width: 100%;
}

.section-sns-haevichi .swiper-container {
  overflow: hidden;
}

.section-sns-haevichi .swiper-pagination {
  margin-top: 24px;
}

.section-membership {
  position: relative;
  height: 244px;
  margin: 0 -15px;
  background: url("../img/com/bg_membership.png") no-repeat 0 0;
  background-size: cover;
  text-align: center;
}

.section-membership .header-2 {
  padding-top: 23px;
  padding-bottom: 16px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.section-membership .text-small-xx {
  display: block;
  margin-bottom: 2px;
}

.section-membership .text-large-x {
  margin-bottom: 5px;
  font-size: 16px;
}

.section-membership .text-medium-xx {
  font-size: 12px;
  line-height: 20px;
  color: #959595;
}

.section-membership .button-type-06 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-membership .button-prev {
  margin-left: 10px;
}

.section-membership .button-next {
  margin-right: 10px;
}

.section-membership-2 {
  position: relative;
  height: 180px;
  margin: 0 -15px;
  background: url("../img/com/bg_membership.png") no-repeat 0 0;
  background-size: cover;
  text-align: center;
}

.section-membership-2 .header-2 {
  margin: 7px 0 14px;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}

.section-membership-2 .sub-desc {
  padding-top: 36px;
  color: #b9875b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.section-membership-2 .button-type-06 {
  margin: 0 7px;
}

.section-fimaily-site {
  overflow-y: hidden;
  overflow-x: auto;
  height: 75px;
  background-color: #f2f2f3;
  
}

.section-fimaily-site .list {
  width: 750px;
  margin: 0 auto;
}

.section-fimaily-site .list:after {
  content: "";
  display: table;
  clear: both;
}

.section-fimaily-site li {
  position: relative;
  float: left;
  height: 75px;
  width: 125px;
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.section-fimaily-site li a {
  display: block;
  width: 125px;
  height: 75px;
}

.section-fimaily-site li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #e1e2dc;
}

.section-fimaily-site li:nth-child(1) {
  background-image: url("../img/com/logo_footer_01.png");
  background-size: 62px 23px;
}

.section-fimaily-site li:nth-child(1)::before {
  display: none;
}

.section-fimaily-site li:nth-child(2) {
  background-image: url("../img/com/logo_footer_04.png");
  background-size: 43px 28px;
}

.section-fimaily-site li:nth-child(3) {
  background-image: url("../img/com/logo_footer_02.png");
  background-size: 62.5px 23px;
}

.section-fimaily-site li:nth-child(4) {
  background-image: url("../img/com/logo_footer_03.png");
  background-size: 67.5px 23px;
}

.section-fimaily-site li:nth-child(5) {
  background-image: url("../img/com/logo_footer_06.png");
  background-size: 72px 27px;
}

/* .section-fimaily-site li:nth-child(6) {
  background-image: url("../img/com/logo_footer_06.png");
  background-size: 72px 27px;
} */

.button-more.arrow {
  display: inline-block;
  padding-right: 20px;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.button-more.arrow span {
  margin-left: 6px;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 7px;
}

.button-more.arrow span:before {
  content: '';
  position: absolute;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  width: 4px;
  height: 4px;
  right: 4px;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
  transform: translate(50%, -50%) rotate(135deg);
}

.button-more.arrow span:after {
  content: '';
  position: absolute;
  background-color: #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  right: 1px;
  width: 9px;
  height: 1px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button-type-06 {
  display: inline-block;
  min-width: 135px;
  padding: 8px 15px;
  border: 1px solid #fff;
  font-size: 12px;
  vertical-align: top;
  color: #fff;
}

.section-location {
  text-align: center;
}

.map-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.map-container .map-box {
  height: 315px;
  overflow: hidden;
}

.map-container .map-info {
  position: relative;
  margin: -120px 25px 0;
  padding: 25px;
  background-color: #303030;
}

.map-container .map-info .address-info {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.map-container .map-info .address-info .address {
  display: none;
}

.map-container .map-info .address-info .address + dd {
  margin: 0 0 3px;
  font-size: 12px;
  color: #fff;
}

.map-container .map-info .address-info .tel,
.map-container .map-info .address-info .tel + dd,
.map-container .map-info .address-info .fax,
.map-container .map-info .address-info .fax + dd {
  display: inline;
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.map-container .map-info .address-info .fax:before {
  content: ' / ';
}

.map-container .map-info .button-map {
  position: relative;
  display: inline-block;
  width: 150px;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  line-height: 33px;
  border: 1px solid #fff;
}

.section-course {
  position: relative;
  padding: 0 30px 50px;
  margin-bottom: 9px;
  border-bottom: 1px solid #ccc;
}

.section-course::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 9px;
  background-color: #f2f2f3;
}

.section-course .header-2 {
  display: block;
  text-align: center;
}

.section-course dl,
.section-course dt,
.section-course dd {
  margin: 0;
}

.section-course .course {
  position: relative;
  height: 345px;
  background-size: cover;
}

.section-course .course .info {
  position: absolute;
  bottom: 25px;
  left: 20px;
  text-align: left;
  margin-right: 100px;
}

.section-course .course .info dt {
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  font-family: 'minion-pro';
  color: #fff;
}

.section-course .course .info dd {
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
}

.section-course .button-more.arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 64px;
  padding: 10px 25px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 400;
}

.section-course .button-more.arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  border-top: 1px solid #fff;
}

.section-course .button-more.arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.brand-site {
  padding-top: 90px;
}

.brand-site .list > li {
  padding: 25px 0;
  text-align: center;
}

.brand-site .list > li .depth1 {
  letter-spacing: 2px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  cursor: auto;
}

.brand-site .list > li .depth2 {
  margin-top: 15px;
  color: #fff;
  font-size: 12px;
}

.brand-site a {
  display: inline-block;
  padding: 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*hub*/
.hub .main-visual {
  position: relative;
  background: url(../img/hub/visual_hub_haevichi_m.jpg) no-repeat 0 0;
  background-size: cover;
}

/*corp*/
.corp .main-visual {
  position: relative;
  background: url(../img/hub/visual_hub_haevichi_m.jpg) no-repeat 0 0;
  background-size: cover;
}

/* media query 375px 이하 */
@media only screen and (max-width: 374px) {
  .section-sns-haevichi .sns-list {
    width: 100%;
  }
  .section-sns-haevichi .sns-list a {
    width: 100%;
  }
}

.reservation-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reservation-container .header-row {
  background-color: #333333;
  height: 50px;
}

.reservation-container .header-row .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.reservation-container .button-nav {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 0;
  vertical-align: top;
  z-index: 10;
}

.reservation-container .button-nav::before, .reservation-container .button-nav::after,
.reservation-container .button-nav span {
  content: "";
  position: absolute;
  left: 15px;
  height: 2px;
  background-color: #fff;
}

.reservation-container .button-nav::before {
  top: 18px;
  width: 11px;
}

.reservation-container .button-nav::after {
  top: 25px;
  width: 15px;
}

.reservation-container .button-nav span {
  top: 32px;
  width: 20px;
}

.reservation-container .button-close {
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 10;
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.reservation-container .button-close:before, .reservation-container .button-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
}

.reservation-container .button-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.reservation-container .button-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.reservation-container .row-select-n-promotion {
  padding: 0 15px;
  background-color: #333333;
}

.reservation-container .row-select-n-promotion:after {
  content: "";
  display: table;
  clear: both;
}

.reservation-container .select-hotel {
  float: left;
  width: calc(60% + 1px);
  height: 40px;
}

.reservation-container .select-hotel .select {
  position: relative;
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #717171;
  font-size: 11px;
  color: #959595;
  text-align: left;
}

.reservation-container .select-hotel .select:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: -2px;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}

.reservation-container .select-hotel .select::before {
  margin-left: -15px;
}

.reservation-container .select-hotel.active {
  position: relative;
}

.reservation-container .select-hotel.active .select {
  border-color: #c3a68d;
  color: #c3a68d;
}

.reservation-container .select-hotel.active .select::before {
  margin-top: 1px;
  -webkit-transform: translate(-100%, -50%) rotate(225deg);
          transform: translate(-100%, -50%) rotate(225deg);
}

.reservation-container .select-hotel .list {
  position: absolute;
  top: 39px;
  z-index: 5;
  width: 100%;
  border: 1px solid #c3a68d;
  background-color: #333;
}

.reservation-container .select-hotel li {
  border-top: 1px solid #c3a68d;
}

.reservation-container .select-hotel li:first-child {
  border: 0;
}

.reservation-container .select-hotel a {
  display: block;
  padding: 11px 15px 10px;
  color: #959595;
}

.reservation-container .promotion-code-wrap {
  float: right;
  width: 40%;
  margin-left: -1px;
}

.reservation-container .promotion-code-wrap .select {
  width: 100%;
  height: 40px;
  border: 1px solid #717171;
  padding: 11px 0 9px;
  font-size: 12px;
  color: #959595;
  text-align: center;
}

.reservation-container .promotion-code-wrap .select .icon {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 4px;
}

.reservation-container .promotion-code-wrap .select .icon::before, .reservation-container .promotion-code-wrap .select .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 1px;
  margin-left: -3px;
  margin-top: -1px;
  background-color: #959595;
}

.reservation-container .promotion-code-wrap .select .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.reservation-container .promotion-code-wrap.active .select {
  position: relative;
  border: 1px solid #c3a68d;
}

.reservation-container .promotion-code-select-wrap {
  position: relative;
  clear: both;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #444444;
}

.reservation-container .promotion-code-select-wrap .reservation-dropdown {
  position: relative;
}

.reservation-container .promotion-code-select-wrap .list {
  top: 50px;
}

.reservation-container .promotion-code-select-wrap .select {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  text-align: left;
}

.reservation-container .promotion-code-select-wrap .select:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: -2px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.reservation-container .promotion-code-select-wrap .select::before {
  margin-left: -15px;
}

.reservation-container .promotion-code-select-wrap .active .select::before {
  margin-top: 1px;
  -webkit-transform: translate(-100%, -50%) rotate(225deg);
          transform: translate(-100%, -50%) rotate(225deg);
}

.reservation-container .promotion-code-select-wrap .list {
  position: absolute;
  top: 39px;
  width: 100%;
  border: 1px solid #bfbfbf;
}

.reservation-container .promotion-code-select-wrap .list li {
  border-top: 1px solid #bfbfbf;
}

.reservation-container .promotion-code-select-wrap .list li:first-child {
  border: 0;
}

.reservation-container .promotion-code-select-wrap .list a {
  display: block;
  padding: 11px 15px 9px;
  background-color: #fff;
}

.reservation-container .promotion-code-select-wrap .code {
  margin-top: 10px;
  width: calc(100% - 105px);
}

.reservation-container .promotion-code-select-wrap .submit {
  height: 40px;
  width: 100px;
  margin-top: 10px;
  background-color: #8d837a;
  color: #fff;
  vertical-align: top;
}

.reservation-container .reservation-bar-2 {
  padding: 15px 15px 16px;
  background-color: #333;
  color: #b28850;
  text-align: center;
}

.reservation-container .reservation-bar-2 .select-date {
  display: inline-block;
}

.reservation-container .reservation-bar-2 .select-room {
  display: inline-block;
}

.reservation-container .row-result-sort {
  padding: 0 15px;
  background-color: #f9f9f9;
}

.reservation-container .row-result-sort:after {
  content: "";
  display: table;
  clear: both;
}

.reservation-container .tab-category {
  float: left;
}

.reservation-container .tab-category li {
  display: inline-block;
}

.reservation-container .tab-category li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  margin-top: 14px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #ccc7d2;
  vertical-align: top;
}

.reservation-container .tab-category li:first-child::before {
  display: none;
}

.reservation-container .tab-category a {
  display: inline-block;
  padding: 12px 0 11px 0;
  color: #9c9284;
}

.reservation-container .tab-category .active a {
  color: #000000;
}

.reservation-container .tab-sort {
  position: relative;
  float: right;
  width: 84px;
}

.reservation-container .tab-sort .select {
  display: inline-block;
  width: 100%;
  padding: 12px 10px 11px;
  letter-spacing: -1px;
  color: #959595;
}

.reservation-container .tab-sort .select:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 3px;
  height: 3px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -1px;
  margin-top: -1px;
  border-right: 1px solid #867c6f;
  border-bottom: 1px solid #867c6f;
}

.reservation-container .tab-sort.active .select::before {
  -webkit-transform: translate(-100%, -50%) rotate(225deg);
          transform: translate(-100%, -50%) rotate(225deg);
}

.result-list-container .list-wrap {
  overflow-y: auto;
}

.result-list-container .title-result {
  font-size: 0;
}

.result-list-container .list-depth-1 > li {
  background-color: #f4f4f4;
  padding-bottom: 10px;
}

.result-list-container .list-depth-1 > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
}

.result-list-container .list-depth-1 > li > a:after {
  content: "";
  display: table;
  clear: both;
}

.result-list-container .list-depth-1 > li > a .thum {
  display: block;
  height: 180px;
  margin: 0 -15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.result-list-container .list-depth-1 > li > a .type {
  display: block;
  padding-top: 18px;
  padding-bottom: 2px;
  font-size: 11px;
  color: #c3a68d;
}

.result-list-container .list-depth-1 > li > a .subject {
  float: left;
  padding-bottom: 18px;
  color: #000000;
}

.result-list-container .list-depth-1 > li > a .sub-info {
  position: absolute;
  top: 150px;
  left: 15px;
  font-size: 12px;
  color: #cccccc;
}

.result-list-container .list-depth-1 > li > a .price-wrap {
  float: right;
  padding-top: 24px;
}

.result-list-container .list-depth-1 > li > a .won {
  margin-right: 4px;
  font-size: 10px;
  color: #000;
  font-weight: 700;
}

.result-list-container .list-depth-1 > li > a .price {
  font-size: 18px;
  color: #000;
}

.result-list-container .list-depth-1 > li.active > a {
  display: none;
}

.result-list-container .sub-list-wrap {
  position: relative;
  margin-top: 15px;
  background-color: #fff;
}

.result-list-container .sub-list-wrap .thum {
  float: left;
  width: 145px;
  height: 105px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.result-list-container .sub-list-wrap > .title-2 {
  float: right;
  width: calc(100% - 160px);
  font-size: 16px;
  color: #000;
}

.result-list-container .sub-list-wrap > .title-2 b {
  display: block;
}

.result-list-container .sub-list-wrap .type {
  display: block;
  padding-top: 3px;
  padding-bottom: 2px;
  font-size: 10px;
  color: #c3a68d;
}

.result-list-container .sub-list-wrap .btn-close {
  position: absolute;
  top: 0;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #bab2a9;
  font-size: 0;
}

.result-list-container .sub-list-wrap .btn-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-bottom: 6px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.result-list-container .sub-list-wrap .photo-view {
  margin-left: 15px;
  margin-top: 10px;
  font-size: 12px;
}

.result-list-container .sub-list-wrap .photo-view .icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 3px;
}

.result-list-container .sub-list-wrap .photo-view .icon::before, .result-list-container .sub-list-wrap .photo-view .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 7px;
  margin-top: -4px;
  background-color: #000;
}

.result-list-container .sub-list-wrap .photo-view .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.result-list-container .list-depth-2 {
  clear: both;
  margin-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.result-list-container .list-depth-2 > li {
  padding: 0 15px;
}

.result-list-container .list-depth-2 > li > a {
  display: block;
  position: relative;
  padding-top: 19px;
  padding-right: 130px;
  padding-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  font-weight: 500;
  color: #000000;
}

.result-list-container .list-depth-2 > li > a:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -3px;
  margin-top: -3px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.result-list-container .list-depth-2 > li > a .price-wrap-2 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 130px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.result-list-container .list-depth-2 > li > a .price-wrap-2 .won {
  font-size: 10px;
  margin-right: 4px;
  font-weight: 700;
}

.result-list-container .list-depth-2 > li > a .price-wrap-2 .price {
  font-size: 16px;
  font-weight: 300;
}

.result-list-container .list-depth-2 > li > a .price-wrap-2 .etc {
  display: block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.65);
}

.result-list-container .list-depth-2 > li > a .clip {
  height: 16px;
  margin-right: 10px;
  padding: 0 5px;
  border: 1px solid #636e39;
  font-size: 9px;
  color: #636e39;
  text-transform: uppercase;
}

.result-list-container .list-depth-2 > li:first-child > a {
  border-top: 0;
}

.result-list-container .list-depth-2 > li.active > a {
  border-bottom: 0;
}

.result-list-container .list-depth-2 > li.active > a::before {
  margin-top: 1px;
  -webkit-transform: translate(-100%, -50%) rotate(225deg);
          transform: translate(-100%, -50%) rotate(225deg);
}

.result-list-container .benefits-wrap {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.65);
}

.result-list-container .benefits-wrap .button {
  display: block;
  height: 35px;
  width: 150px;
  margin: 12px auto 15px;
  border: 1px solid #c3a68d;
  color: #c3a68d;
}

.result-list-container .option-container {
  background-color: #ebf4f9;
}

.result-list-container .option-container .option-wrap {
  padding: 0 15px;
}

.result-list-container .option-container .desc {
  padding: 12px 0 23px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.result-list-container .option-container .title {
  display: block;
  font-size: 13px;
  color: #333;
}

.result-list-container .option-container .icon-exclamation {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: url("../img/com/icon_exclamation_mark.png") no-repeat 0 0;
  background-size: contain;
  vertical-align: top;
  margin-top: 2px;
}

.result-list-container .option-container .breakfast:after {
  content: "";
  display: table;
  clear: both;
}

.result-list-container .option-container .breakfast .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}

.result-list-container .option-container .breakfast .button-minus,
.result-list-container .option-container .breakfast .button-plus {
  position: absolute;
  top: 10px;
  left: 56px;
  width: 25px;
  height: 25px;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  font-size: 0;
}

.result-list-container .option-container .breakfast .button-minus::before, .result-list-container .option-container .breakfast .button-minus::after,
.result-list-container .option-container .breakfast .button-plus::before,
.result-list-container .option-container .breakfast .button-plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin-left: -5px;
  margin-top: -1px;
  background-color: #a6a6a6;
}

.result-list-container .option-container .breakfast .button-plus {
  left: 119px;
}

.result-list-container .option-container .breakfast .button-plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.result-list-container .option-container .adult,
.result-list-container .option-container .kids {
  position: relative;
  float: left;
  width: 50%;
}

.result-list-container .option-container .adult dl,
.result-list-container .option-container .kids dl {
  padding-top: 13px;
  padding-bottom: 23px;
  font-size: 0;
}

.result-list-container .option-container .adult dt,
.result-list-container .option-container .kids dt {
  display: inline-block;
  width: 57px;
  padding-left: 10px;
  font-size: 12px;
  color: #666;
}

.result-list-container .option-container .adult dd,
.result-list-container .option-container .kids dd {
  display: inline-block;
  width: 87px;
  margin: 0;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.result-list-container .option-container .preference,
.result-list-container .option-container .activity {
  margin: 0 -3px;
  padding-bottom: 20px;
}

.result-list-container .option-container .preference .title,
.result-list-container .option-container .activity .title {
  margin-left: 3px;
}

.result-list-container .option-container label {
  float: left;
  width: 50%;
  padding: 2.5px;
}

.result-list-container .option-container label span {
  display: block;
  position: relative;
  padding: 6px 0 4px 35px;
  font-size: 12px;
  border: 1px solid #cccccc;
}

.result-list-container .option-container label span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  margin-left: 3px;
  margin-top: -3px;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}

.result-list-container .option-container label span::before {
  width: 4px;
  margin-top: 0;
  margin-left: 15px;
}

.result-list-container .option-container label input:checked + span {
  background-color: #9b9797;
  color: #fff;
}

.result-list-container .option-container label input:checked + span::before {
  border-color: #fff;
}

.result-list-container .option-container input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.result-list-container .option-container .add-request {
  padding-bottom: 15px;
}

.result-list-container .option-container .add-request .title {
  padding-bottom: 6px;
}

.result-list-container .option-container .add-request textarea {
  height: 90px;
  background-color: #fff;
  vertical-align: top;
}

.result-list-container .option-container .price-wrap-3 {
  padding: 9px 15px 0;
  background-color: #f7fcff;
  border-bottom: 1px solid #e5e5e5;
}

.result-list-container .option-container .table {
  width: 100%;
}

.result-list-container .option-container th {
  padding: 4px 10px 3px;
  font-weight: normal;
}

.result-list-container .option-container td {
  padding-right: 10px;
  text-align: right;
  color: #333;
  font-size: 14px;
}

.result-list-container .option-container .activity td,
.result-list-container .option-container .activity th {
  padding-bottom: 15px;
}

.result-list-container .option-container .sum {
  color: #000;
}

.result-list-container .option-container .sum th {
  font-weight: 700;
  border-top: 1px solid #c1bebc;
}

.result-list-container .option-container .sum td {
  padding-top: 10px;
  border-top: 1px solid #c1bebc;
}

.result-list-container .option-container .sum .won {
  font-size: 10px;
  font-weight: 700;
}

.result-list-container .option-container .sum .place {
  font-size: 21px;
  font-weight: 700;
}

.result-list-container .option-container .sum .etc {
  display: block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.65);
}

.reservation-bar-pop {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #e4edf2;
}

.reservation-bar-pop .btn-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 95px;
  height: 50px;
  background-color: #8d837a;
  font-size: 0;
}

.reservation-bar-pop .btn-close .cancel {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.reservation-bar-pop .btn-close .cancel:before, .reservation-bar-pop .btn-close .cancel:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
}

.reservation-bar-pop .btn-close .cancel:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.reservation-bar-pop .btn-close .cancel:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.reservation-bar-pop .title {
  padding-top: 23px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.reservation-bar-pop .list-tab:after {
  content: "";
  display: table;
  clear: both;
}

.reservation-bar-pop .list-tab li {
  float: left;
  width: 50%;
}

.reservation-bar-pop .list-tab a {
  display: block;
  padding-top: 10px;
  padding-bottom: 9px;
  background-color: #b6bec2;
  text-align: center;
  color: #fff;
}

.reservation-bar-pop .list-tab .active a {
  background-color: #fff;
  color: #333;
}

.reservation-bar-pop .select-hotel {
  position: relative;
  z-index: 1;
  margin-right: 15px;
  margin-left: 15px;
}

.reservation-bar-pop .select-hotel .select {
  position: relative;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #e4edf2;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
}

.reservation-bar-pop .select-hotel .select .toggle {
  font-size: 0;
}

.reservation-bar-pop .select-hotel .select:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: -2px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.reservation-bar-pop .select-hotel .select::before {
  margin-left: -15px;
}

.reservation-bar-pop .select-hotel .list {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border: 1px solid #e4edf2;
  border-top: 0;
}

.reservation-bar-pop .select-hotel .list a {
  display: block;
  padding: 11px 15px;
  border-top: 1px solid #e4edf2;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
}

.reservation-bar-pop .select-hotel .list li:first-child a {
  border-top: 0;
}

.reservation-bar-pop .select-hotel.active .list {
  display: block;
}

.reservation-bar-pop .reservation-check-wrap {
  padding-top: 15px;
  background-color: #fff;
}

.reservation-bar-pop .reservation-check-wrap.golf {
  padding-bottom: 25px;
}

.reservation-bar-pop .reservation-check-wrap .date-select-box {
  border-color: #a6a6a6;
}

.reservation-bar-pop .reservation-check-wrap .selected-hotel {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #e4edf2;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.reservation-bar-pop .check-in-out {
  position: relative;
  margin-top: 22px;
  text-align: center;
}

.reservation-bar-pop .check-in-out:after {
  content: "";
  display: table;
  clear: both;
}

.reservation-bar-pop .check-in-out .check-in {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}

.reservation-bar-pop .check-in-out .check-in:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -4px;
  border-top: 2px solid #bfbfbf;
  border-right: 2px solid #bfbfbf;
}

.reservation-bar-pop .check-in-out .check-in::before {
  margin-left: 2px;
}

.reservation-bar-pop .check-in-out .check-out {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}

.reservation-bar-pop .check-in-out .text {
  display: block;
  font-size: 10px;
  color: #9c9284;
  text-transform: uppercase;
}

.reservation-bar-pop .check-in-out .date {
  display: block;
  padding-top: 7px;
  font-size: 25px;
  line-height: 1;
  color: #000;
}

.reservation-bar-pop .check-in-out .year-month {
  display: block;
  padding-top: 5px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.reservation-bar-pop .add-room {
  height: 65px;
  margin-top: 5px;
  margin-bottom: 47px;
  background-color: #fff;
  font-size: 0;
}

.reservation-bar-pop .add-room button {
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 12px;
  border-left: 1px solid #e4edf2;
  font-size: #333;
}

.reservation-bar-pop .add-room button:first-child {
  border: none;
}

.reservation-bar-pop .add-room button span {
  display: block;
  margin-top: -3px;
  font-size: 22px;
  color: #8d837a;
}

.reservation-bar-pop .add-room p {
  margin-top: 7px;
  font-size: 12px;
  color: #959595;
}

.reservation-bar-pop .add-room .icon-exclamation {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 7px;
  background: url("../img/com/icon_exclamation_small.png") no-repeat 0 0;
  background-size: contain;
  vertical-align: top;
}

.reservation-bar-pop .promotion-code-wrap {
  position: relative;
  margin-top: 22px;
  background-color: #fff;
}

.reservation-bar-pop .promotion-code-wrap .button-promotion-code {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: 1px solid #b6bec2;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-align: left;
  text-transform: uppercase;
}

.reservation-bar-pop .promotion-code-wrap .button-promotion-code:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: -2px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.reservation-bar-pop .promotion-code-wrap .button-promotion-code::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -17px;
}

.reservation-bar-pop .promotion-code-wrap.active .button-promotion-code {
  background-color: #8d837a;
  color: #fff;
}

.reservation-bar-pop .promotion-code-wrap.active .button-promotion-code::before {
  margin-top: 1px;
  border-color: #fff;
  -webkit-transform: translate(-100%, -50%) rotate(225deg);
          transform: translate(-100%, -50%) rotate(225deg);
}

.reservation-bar-pop .promotion-code-wrap .select-code-wrap {
  position: relative;
  margin: 0 15px;
  padding: 15px 0;
}

.reservation-bar-pop .promotion-code-wrap .select {
  position: relative;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #b3b3b3;
  text-align: left;
}

.reservation-bar-pop .promotion-code-wrap .select:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: -2px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.reservation-bar-pop .promotion-code-wrap .select::before {
  margin-left: -10px;
}

.reservation-bar-pop .promotion-code-wrap .select.active::before {
  margin-top: 1px;
  -webkit-transform: translate(-100%, -50%) rotate(225deg);
          transform: translate(-100%, -50%) rotate(225deg);
}

.reservation-bar-pop .promotion-code-wrap .list {
  position: absolute;
  width: 100%;
  top: 54px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}

.reservation-bar-pop .promotion-code-wrap .list a {
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}

.reservation-bar-pop .promotion-code-wrap input[type=text] {
  margin-top: 5px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
}

.reservation-bar-pop .promotion-code-wrap .confirm {
  margin: 15px auto 0;
}

.daterangepicker {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #fff;
}

.daterangepicker .left,
.daterangepicker .right {
  float: none !important;
}

.daterangepicker .left {
  padding-top: 52px;
}

.daterangepicker .right {
  padding-bottom: 40px;
}

.daterangepicker .date-titile {
  position: fixed;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}

.daterangepicker .calendar-table {
  margin: 0 15px;
}

.daterangepicker table {
  width: 100%;
}

.daterangepicker th,
.daterangepicker td {
  text-align: center;
  height: 50px;
  width: 14.2857%;
  color: #666;
}

.daterangepicker th:first-child,
.daterangepicker td:first-child {
  color: #f43f3f;
}

.daterangepicker th.off,
.daterangepicker td.off {
  opacity: 0.2;
}

.daterangepicker th.today, .daterangepicker th.today.start-date.end-date,
.daterangepicker td.today,
.daterangepicker td.today.start-date.end-date {
  background-color: #f2f2f2;
  color: #666;
}

.daterangepicker th.active, .daterangepicker th.in-range,
.daterangepicker td.active,
.daterangepicker td.in-range {
  background-color: #8d837a;
  color: #fff;
}

.daterangepicker th {
  padding-top: 8px;
}

.daterangepicker .month {
  padding-top: 22px;
  padding-bottom: 12px;
  font-size: 22px;
}

.daterangepicker .prev span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.daterangepicker .prev span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 3px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.daterangepicker .next-left span,
.daterangepicker .next span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.daterangepicker .next-left span:before,
.daterangepicker .next span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -3px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.daterangepicker .cancelBtn {
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 1;
  background-color: #fff;
  position: fixed;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.daterangepicker .cancelBtn:before, .daterangepicker .cancelBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #000;
}

.daterangepicker .cancelBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.daterangepicker .cancelBtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.daterangepicker .applyBtn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-color: #8d837a;
  color: #fff;
}

.daterangepicker .drp-selected {
  display: none;
}

/* helper */
.overflow-hidden {
  overflow: hidden !important;
}

.hd-area {
  font-size: 0;
}

.add-room-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 20000;
}

.add-room-container .title {
  padding-top: 14px;
  padding-bottom: 13px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.add-room-container .close {
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 1;
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.add-room-container .close:before, .add-room-container .close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #000;
}

.add-room-container .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.add-room-container .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.add-room-container .sum {
  position: relative;
  margin-bottom: 25px;
  background-color: #8d837a;
  color: #fff;
  font-size: 14px;
}

.add-room-container .sum:after {
  content: "";
  display: table;
  clear: both;
}

.add-room-container .sum .label {
  float: left;
  padding-top: 16px;
  padding-bottom: 13px;
  padding-left: 15px;
}

.add-room-container .sum .number {
  float: right;
  width: 108px;
  margin-right: 15px;
  padding-top: 16px;
  padding-bottom: 13px;
  text-align: center;
}

.add-room-container .sum .button-delete,
.add-room-container .sum .button-add {
  position: absolute;
  top: 50%;
  right: 97px;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
}

.add-room-container .sum .button-delete::before, .add-room-container .sum .button-delete::after,
.add-room-container .sum .button-add::before,
.add-room-container .sum .button-add::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin-left: -5px;
  margin-top: -1px;
  background-color: #fff;
}

.add-room-container .sum .button-delete::after {
  display: none;
}

.add-room-container .sum .button-add {
  right: 15px;
}

.add-room-container .sum .button-add::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.add-room-container .room-box {
  position: relative;
  padding-left: 188px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -1px;
}

.add-room-container .room-box:first-child {
  margin-top: 0;
}

.add-room-container .room-box .title-room {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  color: #333;
}

.add-room-container .room-box .adult {
  position: relative;
  width: 172px;
  margin-top: 15px;
  margin-bottom: 7px;
}

.add-room-container .room-box .kids {
  position: relative;
  width: 172px;
  margin-bottom: 15px;
}

.add-room-container .room-box .title-type {
  float: left;
  width: 64px;
  padding-top: 4px;
  font-size: 14px;
  color: #666;
}

.add-room-container .room-box .number {
  display: inline-block;
  width: 108px;
  padding-top: 3px;
  padding-bottom: 1px;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.add-room-container .room-box .button-minus,
.add-room-container .room-box .button-plus {
  position: absolute;
  top: 50%;
  right: 83px;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  border: 1px solid #959595;
  border-radius: 50%;
  font-size: 0;
}

.add-room-container .room-box .button-minus::before, .add-room-container .room-box .button-minus::after,
.add-room-container .room-box .button-plus::before,
.add-room-container .room-box .button-plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin-left: -5px;
  background-color: #959595;
}

.add-room-container .room-box .button-minus::after {
  display: none;
}

.add-room-container .room-box .button-plus {
  right: 0;
}

.add-room-container .room-box .button-plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.add-room-container .button-wrap {
  margin: 40px 0;
}

.add-room-container .button-complete {
  margin: 0 auto;
}

/*
.tooltip-container {
  position: absolute;
  z-index: 300;
  padding: 15px;
  border: 2px solid #dbe5eb;
  background-color: #fff;
  font-size: 12px;

  @include iconAngle($direction: 'up', $width: 12px, $height: 6px, $thick: 2px, $color: #dbe5eb, $top: 0, $left: 0);

  &::before {
    margin-top: -5px;
    margin-left: 30px;
    background-color: #fff;
  }

  .title-1 {
    margin-top: -3px;
    margin-bottom: 2px;
    font-weight: 500;
    color: #000;
  }

  .title-2 {
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #000; // &::before {
    //   content: '';
    //   display: inline-block;
    //   width: 2px;
    //   height: 2px;
    //   background-color: #000;
    //   margin-top: 6px;
    //   margin-left: 3px;
    //   margin-right: 4px;
    //   vertical-align: top;
    // }
  }

  .close {
    top: 5px;
    right: 5px;
    font-size: 0;
    @include iconCancel($size: 9px, $thick: 1px, $color: #000, $padding: 5px, $position: absolute);
  }

  .list-p {
    font-size: 12px;
  }
}
*/
.list-bullet-square {
  margin: 0;
}

.list-bullet-square dt {
  position: relative;
  float: left;
  margin-right: 4px;
  padding-left: 7px;
}

.list-bullet-square dt::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #959595;
}

.list-bullet-square dd {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.list-bullet-hyphen {
  font-size: 12px;
}

.list-bullet-hyphen li {
  position: relative;
  padding-left: 6px;
}

.list-bullet-hyphen li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 1px;
  background-color: #666;
}

.list-reser-price {
  padding-left: 9px;
  font-size: 12px;
  font-weight: 500;
}

.list-reser-price .d {
  margin-right: 55px;
}

.list-reser-price .w {
  font-size: 11px;
  font-weight: 300;
}

.simplebar-wrap {
  overflow-y: auto;
}

.payment-container {
  overflow-y: auto;
  background-color: #f2f2f3;
}

.payment-container .inp,
.payment-container .inp-select {
  -webkit-appearance: none;
  border-radius: 0;
}

.payment-container .inp:focus,
.payment-container .inp-select:focus {
  border-color: #c3a68d;
}

.payment-container label {
  position: relative;
}

.payment-container .box {
  margin-bottom: 9px;
  border-bottom: 1px solid #ccc;
  padding: 30px;
  background-color: #fff;
}

.payment-container .box .title {
  line-height: 1;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-bottom: 15px;
}

.payment-container .room-confirm .thum {
  display: block;
  height: 194px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.payment-container .room-confirm .title span {
  display: block;
  padding-top: 12px;
  font-size: 10px;
  color: #c3a68d;
}

.payment-container .room-confirm .title b {
  display: block;
}

.payment-container .room-confirm .info {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #959595;
}

.payment-container .room-confirm .info li {
  margin: 4px 0t;
  padding-left: 80px;
}

.payment-container .room-confirm .info span {
  display: inline-block;
  margin-left: -80px;
  width: 80px;
  color: #333;
}

.payment-container .price-info .title {
  padding-top: 12px;
}

.payment-container .price-info table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.payment-container .price-info caption {
  font-size: 0;
  opacity: 0;
}

.payment-container .price-info th {
  font-size: 14px;
  color: #666;
  text-align: left;
  font-weight: 400;
  padding: 10px 0 7px;
}

.payment-container .price-info td {
  text-align: right;
  padding: 0;
}

.payment-container .price-info .option-first {
  vertical-align: top;
}

.payment-container .price-info .option-first th {
  padding: 4px 0;
}

.payment-container .price-info .option-title span {
  display: inline-block;
  border: 1px solid #666;
  font-size: 12px;
  width: 60px;
  text-align: center;
}

.payment-container .price-info .charge th {
  padding-bottom: 14px;
}

.payment-container .price-info .price {
  font-size: 16px;
  color: #333;
}

.payment-container .price-info .currency {
  display: inline-block;
  margin-right: 5px;
  font-size: 9px;
}

.payment-container .price-info .nights {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #959595;
  vertical-align: middle;
}

.payment-container .price-info .sum th,
.payment-container .price-info .sum td {
  border-top: 1px solid #e5e5e5;
  font-weight: 600;
  color: #333;
}

.payment-container .price-info .sum th {
  padding-top: 19px;
  padding-bottom: 30px;
}

.payment-container .price-info .sum .price {
  font-size: 21px;
  font-weight: 500;
}

.payment-container .price-info .sum .etc {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
}

.payment-container .reservation-info .label {
  display: block;
  font-size: 14px;
  color: #666;
}

.payment-container .reservation-info .inp-select {
  padding-right: 30px;
}

.payment-container .reservation-info .email .s5 {
  font-size: 0;
}

.payment-container .reservation-info .email .s5 .inp {
  width: calc(100% - 19px);
}

.payment-container .reservation-info .email .hyp {
  display: inline-block;
  width: 19px;
  font-size: 14px;
  text-align: right;
}

.payment-container .reservation-info .email .s7 {
  font-size: 0;
}

.payment-container .reservation-info .email .s7 .inp {
  width: 50%;
}

.payment-container .reservation-info .email .s7 .inp-select {
  width: calc(50% - 5px);
  margin-left: 5px;
}

.payment-container .reservation-info .different {
  margin: 20px 0 13px;
  font-size: 14px;
  color: #333;
}

.payment-container .agree-wrap .content {
  font-size: 13px;
}

.payment-container .agree-wrap .content em {
  display: block;
  font-style: normal;
  color: #666;
}

.payment-container .agree-wrap .content .list-bul-hyphen {
  margin: 0;
}

.payment-container .agree-wrap .content .list-1 {
  color: #959595;
}

.payment-container .agree-wrap .checkobx-wrap {
  border: 1px solid #ccc;
  margin-top: -1px;
}

.payment-container .agree-wrap .checkobx-wrap span {
  display: block;
  padding: 10px 15px 11px 50px;
}

.payment-container .agree-wrap .checkobx-wrap span::before {
  top: 10px;
  left: 20px;
}

.payment-container .agree-wrap .checkobx-wrap input:checked + span {
  background-color: #8d837a;
  color: #fff;
}

.payment-container .agree-wrap .row {
  position: relative;
  padding: 9px 20px 10px;
  border: 1px solid #ccc;
  margin-top: -1px;
}

.payment-container .reservation-number {
  margin: -16px 0 0 0;
  padding: 10px 15px 11px 50px;
  background-color: #ebf4f9;
  color: #9caab5;
}

.payment-container .reservation-number dt {
  float: left;
  margin-right: 3px;
  padding-bottom: 18px;
}

.payment-container .reservation-number dd {
  overflow: hidden;
}

.complete-header-msg {
  padding-top: 30px;
  padding-bottom: 29px;
  background-color: #333333;
  font-size: 21px;
  font-weight: 300;
  color: #b28850;
  text-align: center;
}

.btn-brown {
  display: block;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 8px;
  margin: 27px auto 30px;
  background-color: #8d837a;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.select-time-wrap {
  position: relative;
  background-color: #fff;
}

.select-time-wrap .button-time {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #b2b2b2;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}

.select-time-wrap .button-time:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 100%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: -2px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.select-time-wrap .button-time::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -17px;
}

.select-time-wrap.active .button-time::before {
  margin-top: 1px;
  -webkit-transform: translate(-100%, -50%) rotate(225deg);
          transform: translate(-100%, -50%) rotate(225deg);
}

.select-time-wrap .select-time {
  position: relative;
  padding: 15px 15px 20px;
  border: 1px solid #a6a6a6;
  border-top: 0;
}

.select-time-wrap .select-time .time:after {
  content: "";
  display: table;
  clear: both;
}

.select-time-wrap .select-time .time a {
  display: block;
  border: 1px solid #a6a6a6;
  float: left;
  width: 50%;
  line-height: 28px;
  text-align: center;
}

.select-time-wrap .select-time .time a:first-child {
  border-right: 0;
}

.select-time-wrap .list {
  margin-top: 12px;
}

.select-time-wrap .list li {
  position: relative;
  padding-left: 20px;
  color: #959595;
  font-size: 12px;
}

.select-time-wrap .list li:first-child::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/com/icon_guide.png") no-repeat 0 0;
  background-size: 12px 12px;
}

.reservation-info.options .label.type2 {
  line-height: 15px;
}

.reservation-info.options li:first-child .row {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #f2f2f3;
}

.reservation-info.options li:first-child .row .col {
  line-height: 25px;
}

.reservation-info.options li:first-child .row .col:nth-child(2) .label {
  text-align: center;
}

.reservation-info.options li:nth-child(2) .row {
  margin-top: 7px;
  margin-bottom: 15px;
}

.reservation-info.options li:nth-child(3) .row {
  margin-top: 8px;
}

.input-wrap .label {
  margin-top: 15px;
}

.input-wrap .row {
  margin: 8px -2.5px 10px;
}

.input-wrap .col {
  padding: 0 2.5px;
}

.reservation-info .inp-select {
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #999999;
}

.reservation-info > ul > li:last-child .row:last-child {
  margin-bottom: 0;
}

.btn_tooltip {
  display: inline-block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  background: url("../img/reservation/tooltip_btn.gif") no-repeat;
  background-size: 15px;
  text-indent: -9999px;
  font-size: 0;
  vertical-align: top;
}

.full-w {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.reservation-progress-status {
  border-bottom: 1px solid #ddd;
  background: #f2f2f3;
}

.reservation-progress-status ul:after {
  content: "";
  display: block;
  clear: both;
}

.reservation-progress-status li {
  position: relative;
  width: 33.3%;
  height: 30px;
  float: left;
  padding-top: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reservation-progress-status li.current {
  background: #ddd;
}

.reservation-progress-status li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  width: 10px;
  height: 30px;
  overflow: hidden;
  background: url("../img/reservation/step_arrow.gif") no-repeat right 0;
  background-size: 30px 30px;
}

.reservation-progress-status li.current:after {
  background: url("../img/reservation/step_arrow.gif") no-repeat center 0;
  background-size: 30px 30px;
}

.reservation-progress-status li.current:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 30px;
  overflow: hidden;
  background: url("../img/reservation/step_arrow.gif") no-repeat left 0;
  background-size: 30px 30px;
}

.reservation-progress-status li:first-child:before,
.reservation-progress-status li:last-child:after {
  display: none;
}

.reservation-progress-status li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -999px;
}

.reservation-progress-status li:nth-child(1) span {
  background: url("../img/reservation/step_num01.png") no-repeat center 0;
  background-size: 5px 20px;
}

.reservation-progress-status li:nth-child(2) span {
  background: url("../img/reservation/step_num02.png") no-repeat center 0;
  background-size: 7px 20px;
}

.reservation-progress-status li:nth-child(3) span {
  background: url("../img/reservation/step_num03.png") no-repeat center 0;
  background-size: 6px 20px;
}

.reservation-default-info {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 11px 95px 11px 15px;
/*   background: #f2f2f3; */
  background: #000;
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.reservation-default-info .hotel-name {
  font-size: 14px;
/*   color: #000; */
  color: #ffffff;
}

.reservation-default-info .date {
  margin-top: 5px;
  font-size: 12px;
/*   color: #000; */
  color: #ffffff;
}

.reservation-default-info .rooms-persons {
  margin-top: 5px;
  font-size: 12px;
  /*   color: #000; */
  color: #ffffff;
}

.reservation-default-info button {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 28px;
  margin-top: -15px;
  padding: 0 15px;
/*   border: 1px solid #666; */
  border: 1px solid #ffffff;
  font-size: 13px;
/*   color: #333; */
  color: #ffffff;
}

.rooms-list-container {
  padding-bottom: 10px;
  background-color: #f4f4f4;
}

.rooms-list-container .order-select .list {
  margin: 0;
  padding: 15px 0 14px;
  text-align: center;
  background-color: #fff;
}

.rooms-list-container .order-select dd {
  display: inline-block;
  position: relative;
  margin: 0;
}

.rooms-list-container .order-select dd + dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #ddd;
}

.rooms-list-container .order-select dd a {
  padding: 0 20px;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #959595;
}

.rooms-list-container .order-select dd a.on {
  color: #000;
}

.rooms-list-container .rooms-list > li {
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  background-color: #fff;
}

.rooms-list-container .rooms-list > li:last-child {
  margin-bottom: 0;
}

.rooms-list-container .rooms-list .btn-rooms-photo-moer {
  display: block;
}

.rooms-list-container .rooms-list .btn-rooms-photo-moer img {
  width: 100%;
}

.rooms-list-container .rooms-list li .inner {
  padding: 0 15px;
}

.rooms-list-container .rooms-list li h3 a {
  display: block;
  margin: 0 -15px 0;
  padding: 20px 45px 20px 15px;
  background: url("../img/reservation/arrow_open.png") no-repeat right center;
  background-size: 37px 8px;
  font-size: 22px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  line-height: 1;
}

.rooms-list-container .rooms-list li.on h3 a {
  background: url("../img/reservation/arrow_close.png") no-repeat right center;
  background-size: 37px 8px;
}

.rooms-list-container .rooms-list li .rooms-options li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  font-size: 12px;
  color: #959595;
}

.rooms-list-container .rooms-list li .rooms-options li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  background: #959595;
}

.rooms-list-container .rooms-list li .rooms-options li:first-child:after {
  display: none;
}

.rooms-list-container .option-slt {
  height: 0;
  overflow: hidden;
}

.rooms-list-container .rooms-list li.on .option-slt {
  height: auto;
  /* display: none; */
}

.select-group {
  display: -webkit-box;
  -webkit-box-align: stretch;
  margin-top: 20px;
}

.select-group.half {
  display: block;
  /* margin-left:-1%; */
}

.select-group label {
  -webkit-box-flex: 1;
  display: block;
  width: 100%;
  padding-left: 5px;
}

.select-group.half label {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 0 5px 5px;
}

.select-group.half label span {
  height: 40px;
  padding-top: 12px;
}

.select-group.half label:nth-child(odd) {
  padding-left: 0;
}

.select-group label:first-child {
  padding-left: 0;
}

.select-group label input[type=radio] {
  position: absolute;
  left: -9999px;
}

.select-group label span {
  display: block;
  position: relative;
  padding: 7px 5px 6px 30px;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #666;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select-group label input:checked + span {
  background: #f2f2f3;
  border: 1px solid #000;
  color: #000;
}

.select-group label span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 11px;
  height: 9px;
  overflow: hidden;
  margin-top: -4px;
  background: url("../img/reservation/checked.png") no-repeat;
  background-size: 11px 18px;
}

.select-group label input:checked + span:after {
  background: url("../img/reservation/checked.png") no-repeat 0 bottom;
  background-size: 11px 18px;
}

.reservation-price {
  margin: 15px 0 0;
  text-align: right;
}

.reservation-price li {
  display: inline-block;
}

.reservation-price .stay {
  font-size: 11px;
  color: #595959;
}

.reservation-price .price {
  margin-left: 10px;
  font-size: 18px;
  color: #000;
}

.reservation-price .price .unit {
  font-size: 11px;
}

.btn-black {
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 30px;
  background: #000;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
}

.book-all-package {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  font-size: 11px;
  color: #959595;
}

.book-all-package span {
  padding-right: 25px;
  background: url("../img/reservation/arrow_btn.gif") no-repeat right center;
  background-size: 11px 9px;
}

.rooms-package-list {
  padding-bottom: 10px;
  background: #f4f4f4;
  border-top: 1px solid #000;
}

.rooms-package-list > li {
  position: relative;
  padding: 20px 30px;
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
}

.rooms-package-list > li + li {
  margin-top: 10px;
}

.rooms-package-list li h3 {
  font-size: 22px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  line-height: 30px;
  padding-right: 80px;
}

.rooms-package-list li .benefit {
  overflow: hidden;
  margin: 20px 0 0;
  font-size: 14px;
  color: #333;
}

.rooms-package-list li .benefit dt {
  float: left;
  font-weight: bold;
}

.rooms-package-list li .benefit dd {
  margin: 0 0 10px 35px;
}

.rooms-package-list .reservation-price {
  margin: 5px 0 0;
}

.rooms-package-list .btn-more {
  position: absolute;
  top: 20px;
  right: 30px;
  height: 28px;
  padding: 5px 15px 0;
  border: 1px solid #959595;
  font-size: 11px;
  color: #959595;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rooms-package-list .btn-select {
  display: block;
  height: 45px;
  margin-top: 20px;
  background: #000;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rooms-package-list .btn-select span {
  position: relative;
  padding-right: 30px;
}

.rooms-package-list li.on .btn-select {
  background: #fff;
  color: #000;
}

.rooms-package-list .btn-select span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 8px;
  margin-top: -4px;
  overflow: hidden;
  background: url("../img/reservation/allow_toggle.png") no-repeat right top;
  background-size: 15px 16px;
}

.rooms-package-list li.on .btn-select span:after {
  background: url("../img/reservation/allow_toggle.png") no-repeat right bottom;
  background-size: 15px 16px;
}

.rooms-package-list .rooms-list-wrap {
  display: none;
  height: 0;
  overflow: hidden;
  margin: 20px 0 0;
}

.rooms-package-list li.on .rooms-list-wrap {
  display: block;
  height: auto;
}

.rooms-package-list .rooms-list-wrap .slide-wrap .swiper-container {
  position: relative;
  width: 100%;
  background: #f2f2f3;
  border: 1px solid #ddd;
  overflow: hidden;
}

.rooms-package-list .rooms-list-wrap .slide-wrap .swiper-pagination {
  margin-top: 25px;
}

.rooms-package-list .rooms-list h3 {
  margin-top: 10px;
}

.rooms-package-list .rooms-list > li {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  border-bottom: 0;
}

.rooms-package-list .rooms-list .rooms-options {
  margin: 10px 0 0;
}

.rooms-package-list .rooms-list .select-group {
  margin: 15px 0 0;
}

.rooms-package-list .rooms-list .btn-book {
  margin: 15px 0 0;
}

.rooms-photo-container .content img {
  width: 100%;
}

.reservation-question {
  margin: 0;
  background-color: #fff;
}

.reservation-question dt {
  padding: 14px 0;
  font-size: 15px;
  text-align: center;
  color: #000;
}

.reservation-question dd {
  margin: 0;
  border-bottom: 1px solid #ddd;
  background: #f2f2f3;
}

.reservation-question dd a {
  display: block;
  position: relative;
  padding: 14px 30px 14px 80px;
  font-size: 14px;
  color: #000;
}

.reservation-question dd:nth-child(2) a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 45px;
  width: 16px;
  height: 15px;
  margin-top: -8px;
  background: url("../img/reservation/counsel.gif") no-repeat;
  background-size: 16px 15px;
}

.reservation-question dd:nth-child(3) a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 45px;
  width: 16px;
  height: 13px;
  margin-top: -7px;
  background: url("../img/reservation/mail.gif") no-repeat;
  background-size: 16px 13px;
}

.not-data {
  padding: 100px 0 100px;
  border-top: 1px solid #000;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
}

.not-data p {
  text-align: center;
  font-size: 16px;
  color: #333;
}

.not-data small {
  display: block;
}

.room_person_chk dl {
  position: relative;
  margin: 0;
  padding: 10px 15px 10px 80px;
  background: #000;
  text-align: right;
  line-height: 25px;
}

.room_person_chk dl dt {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
}

.room_person_chk dl dd {
  margin: 0;
}

.input-number-wrap .label {
  display: inline-block !important;
}

.input-number-wrap .input-number {
  display: inline-block;
  position: relative;
  width: 108px;
  padding: 0 25px;
}

.input-number-wrap .input-number .num {
  display: block;
  background: none;
  border: 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.input-number-wrap .input-number.black .num {
  color: #fff;
}

.input-number-wrap .input-number button {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
}

.input-number-wrap .input-number .btn-plus {
  right: 0;
}

.input-number-wrap .input-number .btn-plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin: -1px 0 0 -5px;
  background: #000;
}

.input-number-wrap .input-number .btn-plus:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 9px;
  margin: -5px 0 0 -1px;
  background: #000;
}

.input-number-wrap .input-number .btn-minus {
  left: 0;
}

.input-number-wrap .input-number .btn-minus:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin: -1px 0 0 -5px;
  background: #000;
}

.input-number-wrap .input-number.black button {
  border-color: #fff;
}

.input-number-wrap .input-number.black button:before,
.input-number-wrap .input-number.black button:after {
  background: #fff;
}

.room_person_chk .room_detail {
  margin-top: 10px;
  border-bottom: 1px solid #000;
}

.room_person_chk .room_detail li {
  border-top: 1px solid #ddd;
}

.room_person_chk .room_detail li dl {
  padding: 15px 15px 15px 80px;
  background: none;
}

.room_person_chk .room_detail li dl dt {
  top: 15px;
  color: #000;
}

.room_person_chk .room_detail li dl dd + dd {
  margin-top: 15px;
}

.room_person_chk .room_detail li dl dd .label {
  display: inline-block;
  width: 50px;
  margin: 0;
  text-align: left;
}

.room_person_chk .room_detail li dl dd button:before,
.room_person_chk .room_detail li dl dd button:after {
  background: #000 !important;
}

.reservation_pop .rooms-persons .mark {
  margin-top: 5px;
  padding-left: 17px;
  background: url("../img/reservation/text_mark.gif") no-repeat 0 center;
  background-size: 12px;
  font-size: 12px;
  color: #888;
}

.reservation_pop .promotion-code {
  display: block !important;
  margin-top: 25px;
}

.reservation_pop .promotion-code .label {
  margin-bottom: 5px;
  font-size: 12px;
  color: #333;
}

.reservation_pop .promotion-code .input-t {
  margin-top: 5px;
}

.reservation_pop .promotion-code + .btn-black {
  margin-top: 60px;
}

.promotion-code .select {
  text-transform: uppercase;
}

.promotion-code .list li {
  margin: 0;
  text-transform: uppercase;
}

.rooms-photo li {
  margin-bottom: 15px;
}

.rooms-photo li img {
  width: 100%;
}

/* step2 */
.payment-container .reservation-info .title {
  margin-top: 0;
  line-height: 1;
}

.room_detail.half {
  overflow: hidden;
  border-top: 1px solid #f2f2f3;
}

.room_detail.half li {
  float: left;
  width: 50%;
}

.room_detail.half li + li {
  float: right;
  text-align: right;
}

.row .select-group {
  margin-top: 0;
}

.row .col.s6 .input-number-wrap .label {
  width: 40%;
  float: left;
}

.row .col.s6 .input-number-wrap .input-number {
  width: 60%;
  float: left;
}

.essential {
  display: inline-block;
  position: relative;
  top: -7px;
  left: 3px;
  width: 3px;
  height: 3px;
  overflow: hidden;
  background: #eb6767;
  text-indent: -9999px;
}

.info-view li {
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
}

.info-view li:first-child {
  margin-top: 0;
}

.info-view li .tit {
  display: inline-block;
  float: left;
  width: 110px;
  color: #222;
}

.info-view li .value {
  display: block;
  margin-left: 110px;
  color: #666;
}

.payment-container .box.gray {
  background: #f2f2f3;
  border-bottom: 0;
}

.payment-container .box.gray select {
  background-color: #fff;
}

.note-list > li {
  border: 1px solid #ccc;
}

.note-list > li + li {
  margin-top: -1px;
}

.note-list li .tit {
  display: block;
  position: relative;
  padding: 13px 20px 11px;
  background: #fff;
  font-size: 14px;
  color: #333;
}

.note-list li .tit:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}

.note-list li .tit.active:before {
  margin-top: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.note-list li .note {
  overflow: hidden;
  height: 0;
}

.note-list li .active + .note {
  overflow: hidden;
  height: auto;
}

.note-list li .note .inner {
  padding: 20px;
  background: #fff;
  border-top: 1px solid #ccc;
}

.note-list .list-bul-hyphen {
  margin-top: 0;
}

.payment-container .agree-wrap .checkobx-wrap.black input:checked + span {
  background-color: #000;
}

.payment-container .agree-wrap .checkobx-wrap.black input:checked + span::before {
  background-color: #000;
}

.checkbox:checked + span.black::before {
  background-color: #000;
}

.check_terms {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  font-size: 0;
}

.check_terms:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}

.payment-container .summary-info {
  position: relative;
}

.payment-container .summary-info ul {
  margin-bottom: 20px;
}

.payment-container .summary-info li {
  font-size: 14px;
  margin: 3px 0;
}

.payment-container .summary-info .amount-price {
  overflow: hidden;
  /* margin:25px -30px 0; */
  padding: 14px 30px 15px;
  background: #f2f2f3;
}

.payment-container .summary-info .amount-price dt {
  padding-top: 5px;
  float: left;
  font-size: 14px;
  color: #222;
}

.payment-container .summary-info .amount-price dd {
  float: right;
  font-size: 10px;
  color: #222;
}

.payment-container .summary-info .amount-price dd span {
  margin-left: 4px;
  font-size: 21px;
}

.payment-container .summary-info .btn-more {
  position: absolute;
  top: 23px;
  right: 15px;
  height: 28px;
  padding: 5px 15px 0;
  border: 1px solid #959595;
  font-size: 11px;
  color: #959595;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.price-detail {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.price-detail .use-room li {
  margin-bottom: 5px;
  color: #666;
}

.price-detail .detail-view .btn_tooltip {
  vertical-align: middle;
}

.price-detail .detail-view > li {
  position: relative;
  padding: 20px 0;
  color: #333;
  border-top: 1px dashed #ddd;
}

.price-detail .detail-view > li:after {
  content: "";
  display: block;
  clear: both;
}

.price-detail .detail-view > li .tit {
  position: absolute;
  top: 20px;
  left: 0;
}

.price-detail .detail-view > li ul {
  margin-left: 45px;
}

.price-detail .detail-view > li ul li {
  margin-bottom: 5px;
}

.price-detail .detail-view > li ul .s-tit {
  display: inline-block;
  height: 20px;
  min-width: 60px;
  padding: 0 10px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  color: #63666b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.price-detail .detail-view > li .value {
  float: right;
  font-size: 11px;
}

.price-detail .detail-view > li .value span {
  margin-left: 4px;
  font-size: 13px;
}

/* step3 */
.reservation-complete {
  padding: 30px 0;
}

.reservation-complete .step-desc h2 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

.reservation-complete .step-desc h2 span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  color: #9f8256;
}

.reservation-complete .step-desc .desc {
  margin-top: 10px;
}

.reservation-complete .price-detail {
  margin: 25px 0 0;
  padding: 0;
  border: 0;
}

.reservation-complete .detail-view > li {
  position: relative;
  padding: 20px;
}

.reservation-complete .price-detail .detail-view > li .tit {
  left: 20px;
}

.reservation-complete .amount-price {
  overflow: hidden;
  margin: 20px -15px 0;
  padding: 20px 35px 5px;
  border-top: 1px solid #d9d9d9;
}

.reservation-complete .amount-price dt {
  float: left;
  padding-top: 7px;
  font-size: 14px;
  color: #222;
}

.reservation-complete .amount-price dd {
  float: right;
  font-size: 10px;
  color: #222;
}

.reservation-complete .amount-price dd span {
  margin-left: 10px;
  font-size: 21px;
}

.price-detail .reservation-period li {
  overflow: hidden;
  padding: 15px 20px;
  background: #f8f8f9;
}

.price-detail .date-minus {
  position: relative;
  margin-bottom: -1px;
}

.price-detail .date-minus strong {
  float: left;
}

.price-detail .date-minus p {
  margin: 0 0 0 75px !important;
}

.price-detail .reservation-period li.date {
  background: #fff;
  border-top: 1px solid #ddd;
}

.price-detail .reservation-period p {
  margin-top: 3px;
}

/* pop */
/* .full-pop-wrap .pop-header{
  padding:19px 45px 19px 15px;
  background:#000;
  text-align:left;
  font-size:21px;
  color:#fff;
} 
.full-pop-wrap .pop-button-close:before, .full-pop-wrap .pop-button-close:after{
  background:#fff;
}*/
.reservation_pop .rooms-package-list {
  margin: -30px -30px 0;
  border-top: 0;
}

.reservation_pop .rooms-package-list > li {
  /* padding: 0 30px 20px; */
}

.reservation_pop .dropdown-wrap {
  position: relative;
}

.reservation_pop .dropdown-wrap .select {
  position: relative;
  width: 100%;
  padding: 11px 0 11px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  color: #333;
  font-size: 12px;
}

.reservation_pop .dropdown-wrap.active .select {
  border: 1px solid #000;
}

.reservation_pop .dropdown-wrap .select .toggle {
  font-size: 0;
}

.reservation_pop .dropdown-wrap .select:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}

.reservation_pop .dropdown-wrap .list {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border: 1px solid #000;
  border-top: 0;
  background-color: #fff;
  z-index: 1;
}

.reservation_pop .dropdown-wrap.active .list {
  display: block;
  z-index: 1;
}

.reservation_pop .dropdown-wrap .list a {
  display: block;
  padding: 11px 15px;
  background-color: #fff;
  border-top: 1px solid #000;
  text-align: left;
  font-size: 12px;
  color: #000;
}

.reservation_pop .check-in-out-single {
  margin-top: 25px;
}

.reservation_pop .check-in-out-single .label {
  margin-bottom: 5px;
  font-size: 12px;
  color: #333;
}

.reservation_pop .check-in-out-single .datepicker {
  padding: 11px 40px 11px 10px;
  background: url("../img/reservation/datepicker_btn.gif") no-repeat 97% center;
  background-size: 19px 21px;
}

.reservation_pop .check-in-out-single .datepicker::before {
  display: none;
}

.reservation_pop .rooms-persons {
  margin-top: 25px;
}

.reservation_pop .rooms-persons .label {
  margin-bottom: 5px;
  font-size: 12px;
  color: #333;
}

.reservation_pop .dropdown-wrap .room_person_chk {
  position: relative !important;
  top: 0;
  margin-top: 10px;
  background: #fff;
  border: 0;
}

.terms {
  margin: 0;
}

.terms dt {
  margin: 20px 0 5px;
}

.terms dt:first-child {
  margin-top: 0;
}

.terms dd {
  margin: 0;
}

/* daterangepicker  */
.daterangepicker {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #fff;
}

.daterangepicker .left,
.daterangepicker .right {
  float: none !important;
}

.daterangepicker .left {
  padding-top: 52px;
}

.daterangepicker .right {
  padding-bottom: 40px;
}

.daterangepicker .date-titile {
  position: fixed;
  width: 100%;
  padding: 14px 65px 14px 30px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 21px;
  color: #fff;
  text-align: left;
  background-color: #000;
  z-index: 1;
}

.daterangepicker .calendar-table {
  margin: 0 15px;
}

.daterangepicker table {
  width: 100%;
}

.daterangepicker th,
.daterangepicker td {
  text-align: center;
  height: 50px;
  width: 14.2857%;
  color: #666;
}

.daterangepicker th:first-child,
.daterangepicker td:first-child {
  color: #f43f3f;
}

.daterangepicker th.off,
.daterangepicker td.off {
  opacity: 0.2;
}

.daterangepicker th.today, .daterangepicker th.today.start-date.end-date,
.daterangepicker td.today,
.daterangepicker td.today.start-date.end-date {
  background-color: #f2f2f2;
  color: #666;
}

.daterangepicker th.active, .daterangepicker th.in-range,
.daterangepicker td.active,
.daterangepicker td.in-range {
  background: #000000;
  color: #fff;
}

.daterangepicker th {
  padding-top: 8px;
  font-weight: normal;
  color: #222;
}

.daterangepicker td {
  color: #555;
}

.daterangepicker .month {
  padding-top: 22px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #222;
}

.daterangepicker .prev span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.daterangepicker .prev span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 3px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.daterangepicker .next-left span,
.daterangepicker .next span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.daterangepicker .next-left span:before,
.daterangepicker .next span:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -3px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.daterangepicker .cancelBtn {
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 1;
  position: fixed;
  display: inline-block;
  width: 50px;
  height: 50px;
}

.daterangepicker .cancelBtn:before, .daterangepicker .cancelBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #000;
}

.daterangepicker .cancelBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.daterangepicker .cancelBtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.daterangepicker .applyBtn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: #000;
  color: #fff;
}

.daterangepicker .drp-selected {
  display: none;
}

.daterangepicker .drp-calendar.left table thead tr:first-child {
  border-bottom: 1px solid #ccc;
}

.daterangepicker .cancelBtn {
  height: 60px;
  width: 60px;
}

.daterangepicker .left {
  padding-top: 60px;
}

/* 로그인 팝업 */
.pop-content .login-wrap {
  padding-top: 0;
  margin-top: 5px;
}

.pop-content .login-wrap .tablist li {
  width: 50%;
}

.pop-content .login-wrap .tablist li a {
  font-size: 14px;
}

.pop-content .login-wrap .signup-wrap {
  margin-top: 16px;
  margin-bottom: 0;
}

.pop-content .login-wrap .sns-login {
  margin: 30px -30px 0;
}

.pop-content .login-wrap .button-arrow-reservation {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 13px;
  text-align: center;
  font-size: 14px;
  background-color: #f2f2f3;
}

.payment-container span.required {
  color: #ff6f6f;
}

.rooms-members {
  position: relative;
  padding: 10px 40px 10px 20px;
}

.rooms-members dl, .rooms-members dt, .rooms-members dd {
  margin: 0;
}

.rooms-members dt {
  color: #000;
  margin-bottom: 5px;
  font-size: 12px;
}

.rooms-members dd {
  color: #959595;
  font-size: 12px;
}

.rooms-members .list:after {
  content: "";
  display: table;
  clear: both;
}

.rooms-members .list li {
  position: relative;
  float: left;
}

.rooms-members .list li + li::before {
  content: '';
  display: inline-block;
  margin: 7px 5px 0;
  height: 6px;
  width: 1px;
  background-color: #959595;
  vertical-align: top;
}

.rooms-members .close {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  font-size: 0;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
}

.rooms-members .close::before, .rooms-members .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #000;
}

.rooms-members .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.rooms-members .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

/* input */
input[type=text],
input[type=password],
input[type=tel],
textarea {
  width: 100%;
  padding: 11px 10px;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

textarea {
  resize: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus {
  border-color: #666;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled {
  color: #ccc;
  background-color: #ededed;
}

.input-validation input[type=text],
.input-validation input[type=password] {
  border-color: #ff795f;
  color: #ff795f;
}

.input-validation .text {
  margin: 5px 0 0 0;
  color: #ff795f;
}

.checkbox {
  position: absolute;
  opacity: 0;
}

.checkbox + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.checkbox + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: url("../img/com/icon_checkbox.png") no-repeat 0 0;
  background-size: 40px 20px;
  border-radius: 20px;
}

.checkbox:checked + span::before {
  background-position: -20px 0;
  background-color: #156AAF;
}

.checkbox:disabled + span {
  color: #959595;
}

.checkbox:checked:disabled + span {
  color: #959595;
}

.checkbox:checked:disabled + span::before {
  background-position: -20px 0;
  background-color: #156AAF;
}

.radio {
  position: absolute;
  opacity: 0;
}

.radio + span {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}

.radio + span::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  top: 0px;
  z-index: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #156AAF;
  border-radius: 18px;
}

.radio:checked + span::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #156AAF;
  background-color: #156AAF;
  z-index: 1;
}

.radio:disabled + span {
  color: #959595;
}

.radio:disabled + span::after {
  border-color: #e8e6e4;
}

.radio:checked:disabled + span {
  color: #959595;
}

.radio:checked:disabled + span::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 10px;
  background-color: #e8e6e4;
  z-index: 1;
}

.radio:checked:disabled + span::after {
  border-color: #e8e6e4;
}

.inp-select {
  width: 100%;
  padding: 12px 40px 12px 10px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  background: url("../img/com/bg_select.png") no-repeat 100% 50%;
  background-size: 30px 5px;
  height: 45px;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  color: #ccc;
  background-color: #ededed;
}
/*# sourceMappingURL=main.css.map */